@import "archive.css";

.logo {
    width: 132px;
    display: inline-block;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 100;
    transition: opacity 0.4s ease-in-out;
}

.logo:hover {
    opacity: 0.7;
}

.navigation {
    float: right;
}

.navigation.clearfix {
    text-align: right;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
}

.navigation li {
    display: inline-block;
    margin: 0 14px;
}

.navigation a {
    transition: color 0.3s;
}

nav {
    display: inline-block;
    line-height: 60px;
}

.menu {
    display: none;
}

.menu.responsive-nav {
    right: 80px;
    font-size: 20px;
    letter-spacing: 1px;
}

.navigation a {
    color: #000;
    padding: 8px 12px 6px 12px;
}

.navigation li.active a {
    /* color: #03feff; */
    color: #02e30c;
}

ul.responsive-nav-sub {
    position: absolute;
    height: 0px;
    overflow: hidden;
    width: 120px;
    text-align: left;
    padding: 0px;
}

ul.responsive-nav-sub li {
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: left;
    line-height: 22px;
}

ul.responsive-nav-sub li a {
    margin: 0px;
    text-align: left;
    font-size: 16px;
}

li:not(.has-child) {
    transition: opacity 0.3s;
}

li:not(.has-child):hover {
    opacity: 0.4;
}

/* .hover-opacity {
  transition: opacity .3s;
}

.hover-opacity:hover {
  opacity: 0.4;
} */

li.has-child:hover ul.responsive-nav-sub {
    height: 65px;
    opacity: 1;
}

li.has-child:before {
    content: "";
    width: 1px;
    height: 0%;
    position: absolute;
    background: #000;
    left: 0px;
    margin-left: -1px;
}

li:lang(en).has-child:nth-of-type(2):hover:before {
    height: 121px;
}

li:lang(ka).has-child:nth-of-type(2):hover:before {
    height: 123px;
}

li:lang(en).has-child:nth-of-type(3):hover:before {
    height: 123px;
}

li:lang(ka).has-child:nth-of-type(3):hover:before {
    height: 124px;
}

li:lang(en).has-child:nth-of-type(7):hover:before {
    height: 123px;
}

li:lang(ka).has-child:nth-of-type(7):hover:before {
    height: 126px;
}

li.has-child:nth-of-type(3):hover ul.responsive-nav-sub {
    height: 86px;
    opacity: 1;
}

.lang {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #ededed;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.lang a {
    color: #000;
}

.read-more a {
    color: #999;
    text-decoration: none;
}

.under-creation {
    display: inline-block;
    line-height: 60px;
}

header h6 {
    font-size: 20px;
    /* padding: 20px 40px 0 0; */
}

.under-creation span img {
    height: 15px;
    width: 11px;
    vertical-align: middle;
    margin-left: 8px;
}

#home .strong {
    /* color: #00d009; */
    color: #eeff41;
}

.section-title {
    font-size: 128px;
    margin-bottom: 60px;
    margin-top: 90px;
    line-height: 100px;
}

.subsection-title {
    font-size: 30px;
    margin-top: 90px;
}

.article-title h1,
#news .article-title h1 {
    font-size: 76px;
    line-height: 60px;
}

.article-title h2 {
    font-size: 22px;
}

.about-tagline {
    font-size: 26px;
    padding-top: 84px;
}

.participation-tagline {
    font-size: 24px;
    padding-top: 40px;
}

.programme .img-item {
    background: #fff;
}

.img-item {
    width: 100%;
    background: #00d009;
    display: block;
    position: relative;
}

.img-item img {
    display: block;
}

.team-info {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background: rgba(0, 208, 9, 0.9);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.team-info.taf-bg-light.active {
    background: rgba(0, 255, 255, 0.8);
}

.team-info hgroup {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 12px;
    transition: background 0.3s;
}

hgroup img {
    width: 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.grid-participant .team-info hgroup {
    padding: 30px;
}

.img-item:hover .team-info {
    background: rgba(255, 255, 255, 1);
    color: #000;
    transform: translate(0, 100%);
    z-index: 100;
}

.grid-participant .img-item:hover .team-info {
    background: rgba(255, 255, 255, 1);
    color: #000;
    transform: translate(100%, 0%);
    z-index: 100;
}

.grid-participant:nth-of-type(2n) .img-item:hover .team-info {
    background: rgba(255, 255, 255, 1);
    color: #000;
    transform: translate(-100%, 0%);
    z-index: 100;
}

.img-item:hover hgroup {
    background: rgba(255, 255, 255, 1);
}

a.see-more {
    color: #999;
    font-size: 12px;
    -webkit-transition: opacity 0.7s;
    transition:
        opacity 0.7s,
        padding 0.3s;
}

.img-item:hover a.see-more {
    opacity: 1;
    padding-right: 30px;
}

.img-item:hover .read-more-minimal {
    opacity: 0.5;
}

.team-info h5 {
    font-size: 30px;
}

.team-info h6 {
    font-size: 14px;
}

.grid-participant .team-info h2 {
    font-size: 32px;
}

.clip-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: right;
}

.grid-participant .team-info h6 {
    font-size: 20px;
}

.grid-participant .team-info h4 {
    font-size: 12px;
}

.read-bio {
    font-size: 26px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
}

.read-bio-name {
    display: block;
    font-size: 16px;
}

.box:nth-of-type(3) {
    width: 24%;
    margin-left: 49%;
    display: block;
    margin-top: -8px;
}

#subscription {
    position: fixed;
    width: 66.66%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    right: -110%;
    z-index: 300;

    -webkit-transition: right 0.3s;
    transition: right 0.5s;
}

#subscription .bg-grid span {
    height: 0px;
    overflow: hidden;
    transition: height 3s;
    animation-delay: 8s;
}

#subscription.active {
    right: 0px;
}

#subscription.active .bg-grid span {
    height: 100%;
}

#subscription .close {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 20px;
    right: 0px;
    cursor: pointer;
    display: block;

    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#subscription .close:hover {
    opacity: 0.5;
}

/* modal */
.modal {
    position: fixed;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 300;
    top: 0px;

    -webkit-transition: right 0.3s;
    transition: right 0.5s;
}

.modal.modal-right-fixed {
    width: 100%;
    max-width: 600px;
    right: -110%;

    -webkit-transition: right 0.3s;
    transition: right 0.5s;
}

.modal .bg-grid span {
    height: 0px;
    overflow: hidden;
    transition: height 3s;
    animation-delay: 8s;
}

.modal.active {
    right: 0px;
}

.modal.active .bg-grid span {
    height: 100%;
}

.modal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 20px;
    right: 0px;
    cursor: pointer;
    display: block;

    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal .close:hover {
    opacity: 0.5;
}

.newsletter {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
}

.newsletter input {
    width: 260px;
    height: 60px;
    border: none;
    padding: 0 40px;
    border-right: 1px solid #ccc;
}

.newsletter button {
    width: 70px;
    height: 60px;
    color: #ccc;
    text-align: center;
}

.arrow-right {
    display: inline-block;
    width: 30px;
    margin: 0 40px;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
}

.stiky-logo {
    position: fixed;
    bottom: -20px;
    right: 0.5%;
    width: 16.6%;
}

.stiky-logo svg {
    width: 285px;
}

/* staff */
.img-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 120px 0;
}

.friend .img-container {
    margin: 120px 0 20px 0;
}

.regular-header {
    font-size: 30px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

#staff-bio address {
    padding: 0 60px;
}

.img-container img {
    display: block;
}

/* news */
#news .grid-item-half {
    vertical-align: bottom;
}

#news article:nth-of-type(2n) {
    vertical-align: bottom;
    margin-left: 50%;
}

.date {
    font-size: 40px;
    height: 32px;
    margin-left: 20px;
}

#news h1 {
    margin: 40px 0 10px 0;
    font-size: 30px;
    width: 80%;
}

#news p {
    line-height: 20px;
    overflow: hidden;
    width: 90%;
}

#news .media-description {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.video-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 120px 0 0 0;
}

/* partner */
a.partner-logo {
    display: inline-block;
    /*     padding: 60px 0px 40px 0; */
    /*     width: 20%; */
    vertical-align: middle;
    cursor: pointer;
}

a.partner-logo img {
    /*     height: 50px; */
    /*     width: auto; */
}

.mr-bottom {
    margin-bottom: 40px;
}

/* participants */
.country {
    padding-left: 15px;
    border-left: 6px solid #000;
    line-height: 40px;
    font-size: 20px;
}

.country.part {
    padding-left: 15px;
    border-left: 6px solid #000;
    line-height: 40px;
    font-size: 20px;
    padding-top: 30px;
}

.participant-bio .img {
    top: 0px;
    left: 0px;
}

.participant-bio .img-container {
    margin: 60px 0;
}

.video-relative {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.video-relative iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* 404 */
.no-arrow {
    font-size: 16px;

    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.no-arrow {
    color: #000;
}

.no-arrow:hover {
    opacity: 0.6;
    padding-left: 30px;
}

.no-arrow img {
    width: 74px;
    height: 18px;
    vertical-align: middle;
}

/* video needs corection */
.news .grid-item-half iframe {
    display: block;
}

.video-describtion {
    margin-top: 15px;
}

/* programme */
.date-pr {
    font-size: 50px;
}

.month {
    font-size: 50px;
    line-height: 40px;
}

.hour {
    font-size: 14px;
}

.clip-right-top {
    position: absolute;
    right: 15px;
    top: 15px;
}

h2.pr-title {
    margin-top: 30px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding: 0 15px;
    font-size: 18px;
}

.pr-location {
    text-align: right;
}

.pr-section {
    text-align: right;
    margin-top: 6px;
}

.pr-sectionadd {
    font-size: 14px;
    margin-top: 6px;
    text-align: right;
}

.line {
    position: absolute;
    width: 6px;
    height: 50%;
    background: rgba(3, 254, 255, 0.9);
    left: 0px;
    top: 0px;
    transition: all 0.3s;
}

.parallel .line {
    /* background: rgb(3, 254, 255); */
}

.other-part .pr-section,
.other-part .pr-location,
.other-part .pr-sectionadd {
    text-align: left;
}

.other-part .pr-section {
    font-size: 40px;
}

.other-part {
    margin-left: 23px;
    margin-top: 60px;
}

a.grid-item-fourth.bg-gray {
    position: relative;
    color: inherit;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.partners .grid-item-fourth {
    padding: 15px;
}

.partners .title {
    line-height: 12px;
    font-size: 12px;
    min-height: 48px;
}

.see-the-web {
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    opacity: 0;
    transition: all 0.3s;
}

.partners .grid-item-fourth.bg-gray:hover .see-the-web {
    opacity: 1;
}

.partners .grid-item-fourth.bg-gray {
    opacity: 1;
    transition: opacity 0.3s;
}

.partners .grid-item-fourth.bg-gray:hover {
    opacity: 0.6;
}

aside.sub-navigation.active {
    text-transform: lowercase;
}

/* pagination */
ul.pagination {
    margin-top: 60px;
}

.pagination li {
    display: inline-block;
    font-size: 40px;
}

.pagination li a {
    color: inherit;
}

.pagination li.active span {
    color: #03feff;
}

li a.catalogue {
    margin-top: 20px;
}

/* home slider */
.slick-slide {
    height: 300px;
}

.slick-slide img {
    /* height:380px; */
}

/* .slide-item--video {
    height: 600px;
    width: 1186px;
} */
video {
    /* width: 150%; */
    /* width: 600px; */
}

.slide-item img {
    /* height: 100%; */
}

.slide-item--video {
    height: auto;
}

.slick-slide {
    padding-right: 60px;
}

@media (max-width: 1200px) {
    .slick-slide {
        padding-right: 30px;
    }
}

@media (max-width: 600px) {
    .slick-slide {
        padding-right: 20px;
    }
}

.slick-track {
    display: flex !important;
    align-items: flex-end;
}

/* .slide-item-01 {
    width: 150%!Important;
  }
  video {
    width: 100%;
  }
  .slide-item-02,
  .slide-item-03,
  .slide-item-04 {
    width: 25%!Important;
  } */
img.self-center {
    height: 280px;
    width: auto;
    /* padding-bottom: 150%; */
}

@media (max-width: 640px) {
    img.self-center {
        height: 200px;
    }
}

@media (max-width: 500px) {
    img.self-center {
        /* height: 150px; */
    }
}

@media (max-width: 400px) {
    img.self-center {
        /* max-height: 108px; */
    }
}
