header {
  padding: 0px 45px 35px 30px;
  background-color: #070707;
  color: #ffffff;
}
/* header .logo {
  margin-top: 30px;
  padding-right: 60px;
} */
/* header .logo img {
  width: 110px;
} */
header .logo {
  z-index: 400;
}
header, nav, .nav-pages, .nav-content {
  display: flex;
  justify-content: space-between;
}
.nav-all {
  flex-grow: 1;
}
.logo,
.nav-all {
  position: relative;
  z-index: 400;
}
nav {
  flex-grow: 1;
}
.nav-lang li.hide {
  display: none;
}

.nav-lang {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: -2px;
  text-align: right;
  /*   width: 200px; */
}
.nav-lang ul {
  /* position: absolute; */
  /* right: 25px; */
  /* top: 0px; */
  /* text-align: right; */
}
.nav-lang.active li.active {
  text-decoration: underline;
}
li.lang {
  text-align: right;
  /* margin-right: 27px; */
}
li.lang a:hover {
  transition: opacity .3s;
}
li.lang a:hover {
  opacity: 0.6;
}
.language-dropdown ul.lang-list {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.language-dropdown ul.lang-list li.selected {
  display: none;
}
ul.lang-list {
  position: absolute;
  right: 0px;
  top: 25px;
}
.language-dropdown label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* display: flex; */
}
.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}
.language-dropdown.open label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.nav-open-call {
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.nav-open-call.desktop {
    visibility: hidden;
}
.nav-open-call.desktop.ongoing {
    visibility: visible;
}
.nav-open-call.mobile {
  display: none;
}
.nav-open-call.desktop,
.nav-open-call.desktop.disable,
.nav-open-call.desktop.ongoing.disable ,
.nav-open-call.mobile.disable,
.nav-open-call.mobile.ongoing.disable {
    visibility: hidden;
}
.nav-open-call span,
.nav-donation span {
  background-color: #004bff;
}
/* .nav-open-call span:after {
content: "";
position: absolute;
left: 0px;
top: 0px;
background-color: #004bff;
height: 17px;
width: 100%;
z-index: -1;
}
.nav-open-call span,
.nav-donation span {
position: relative;
z-index: 100;
}
.nav-donation span:after {
content: "";
position: absolute;
left: 0px;
top: 2px;
background-color: #004bff;
height: 15px;
width: 100%;
z-index: -1;
} */
.nav-pages li {
  padding: 0px 40px 0px 0px;
}
/* .nav-pages li:nth-of-type(2) {
  padding: 0px 25px 15px 0px;
} */
.nav-lang .icon-arrow-down {
  position: absolute;
  lright: 0px;
  top: 0px;
  font-size: 9px;
  margin-top: 9px;
  margin-left: 8px;
}
.page-filters .icon-arrow-down {
  margin-top: 5px;
  font-size: 12px;
  margin-left: 0px;
}
.nav-pages a {
  /*     background: red; */
}
.arrow-down {
  width: 15px;
  display: inline-block;

}

.nav-lang span {
  /* padding-top: 10px; */
  /* margin-left: 10px; */
}
.nav-lang .active {
  position: relative;
}
.nav-lang .active:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 1px;
  width: 100%;
  background-color: #ffffff;

}
.header-content {
  background: #070707;
  color: #fff;
  padding: 0px 75px 160px 30px;
}
.header-info {
  background: #070707;
  color: #fff;
  padding: 0px 75px 60px 30px;
}
.page-title {
  padding-left: 130px;
}
.page-filters {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  align-items: flex-end;
}
.page-search form{
  display: flex;
  align-items: flex-start;
}
.page-search button {
  border: 1px solid #fff;
  padding: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page-search button span {
  transition: 0.3s;
}
.page-search button:hover span {
  opacity: 0.8;
}
.page-search input {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #070707;
  border-right: 1px solid #070707;
  border-left: 1px solid #070707;
  background-color: #070707;
  height: 40px;
  /* padding: 0 12px; */
  width: 225px;
  color: #fff;
}
.page-search form{
  display: flex;
  align-items: flex-start;
}
.page-search button {
  border: 1px solid #fff;
  padding: 9px;
  width: 40px;
  height: 40px;
}
.input-search::placeholder,
.input-search:-ms-input-placeholder,
.input-search::-ms-input-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.page-filters img {
  width: 16px;
}
.page-filters button img {
  width: 100%;
}
.page-filter-category {
  display: flex;
  padding-left: 40px;
  /* margin-top: 30px; */
}
.filter-title {
  display: flex;
}
.filter-title {
  margin-right: 120px;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.filter-title span {
  padding-left: 8px;

}
/* article {
width: 33.33%;
padding: 0px 40px 0px 40px;
margin-bottom: 80px;
} */
.story {
  width: 33.33%;
  /* padding: 0px 40px 0px 40px; */
  margin-bottom: 80px;
}
.storie-images .story {
  width: 50%;
  margin-bottom: 0px
}
.related-stories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.related-stories h4 {
  width: 100%;
  padding-left: 40px;
  margin-bottom: 30px;
}
.storie-images .related-stories .story {
  width: 33.33%;
}
.main-content.storie-images {
  padding-left: 120px;
  flex-wrap: wrap;
}
.header-image .storie-images section {
  margin-top: 60px
}
.content__donation.str {
  padding-left: 110px;
  padding-right: 75px;
  margin-bottom: 30px;
}
.content__donation.str .donation-text {
  border-top: 1px solid #000000;
  padding: 30px 0 0 60px;
  font-size: 14px;
}
.related__short .donation-text {
  font-size: 14px;
  padding: 30px;
  margin: 0 0 60px 0;
  border: 1px solid #353434;
  color: #d9d5d5;
}
.chaikhana-support-now {
    padding: 8px;
    background-color: #004bff;
    color: #ffffff;
    min-width: 119px;
    margin-top: 18px;
    display: inline-block;
}
.content__donation {
    padding: 0 15px;
}
.chaikhana-donate {
  margin-bottom: 10px;
}

.chaikhana-support {
    text-transform: uppercase;
    font-weight: bold;
}
video {
  width: 100%!important;
  height: auto!important;
  display: block;
  line-height: 0px;
}
.img-wide {
  height: 100%;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
}
.img-hd {
  height: 0px;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}
.img-3x2 {
  height: 0px;
  padding-bottom: 66.67%;
  background-size: cover;
  background-position: center;
  transition: opacity .3s;
}
.img-3x2.contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.img-3x4 {
  height: 0px;
  padding-bottom: 110%;
  background-size: cover;
  background-position: center;
  transition: opacity .3s;
}
.img-video {
  border-bottom: 1px solid #070707;
  padding-bottom: 10%;
  background-image: url("../img/play-bg.svg");
}
.category-time {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.article-category,
.list-author {
  color: #808080;
  margin-right: 4px;
}
.list-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.story-author {
  display: flex;
  font-size: 12px;
}
.nav-pages .active a {
  color: #464646;
  cursor: default;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edition p {
  margin-top: 15px;
}
.edition .title {
  margin: 15px 0 5px 0;
}
.edition .date {
  color: #999999;
}
.filter-title.active {
  color: #004bff;
}
.nav-open-call.ongoing a,
.nav-chaikhana a,
.nav-pages a {
  transition: background .3s, color .3s;
}

.nav-open-call.ongoing a:hover {
  background: #000000;
  color: #004bff;
}
.nav-chaikhana a span {
  transition: background .3s, color .3s;
}
.nav-chaikhana a span:hover {
  background: #000000;
  color: #004bff;
}
.nav-chaikhana a:first-of-type:hover {
  color: #808080;
}
.nav-pages li a:hover {
  color: #808080;
}
.logo a:hover {
  opacity: 0.8;
}
.logo a {
  transition: opacity .3s;
  display: block;
}
.filter-content-theme {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  left: -70px;
  top: 70px;
  /* padding-top: 200px; */
  background-color: rgba(0,0,0,0.9);
  display: none;
  z-index: 100;
}
.filter-content-theme.active {
  display: block;
}
.filter-content-theme ul {
  padding: 20px 105px;
  column-count: 3;

}
.filter-content-theme ul li {
  max-width: 250px;
  margin: 10px 0;

}
.filter-content-theme a:hover{
  background: #004bff;
}
.filter-content-theme a {
  transition: background .3s;
}
.filter-content-media {
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 30px;
  padding-top: 0px;
  padding: 15px;
  margin-left: -15px;
  display: none;
}

#opportunity  .article__text span {
  padding: 6px 0;
  line-height: 28px;
  font-size: 18px;
  background: black;
  box-shadow: 10px 0 0 black, -10px 0 0 black;
}


#opportunity .organization-name.chaikhana {
  background-color: #004bff;
  display: inline-block;
  padding: 0 10px;
  margin-left: -10px;

}
#opportunity  .article__text .deadline {
  display: inline-block;
  background-color: black;
  padding: 3px 10px;
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: -10px;
}
/* ads */
#opportunity .content__article--ads {
  padding: 60px;
}
.google-form-title {
  font-size: 32px;
  padding-left: 200px;
  margin-bottom: 30px;
}
.filter-content-sort {
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 30px;
  padding-top: 0px;
  padding: 15px;
  margin-left: -15px;
  line-height: 26px;
  display: none;
}
.filter-topic {
  position: relative;
}
.filter-content-media ul {
  margin-top: 15px;
}
.filter-content-media li {
  margin: 0 0 15px 0;
}
.img-hd:after {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.img-video {
  position: relative;
}
.img-hd > div {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 20px;
  font-size: 14px;
  display: block;

}
.img-hd  p {
  margin-top: 8px;
}
/* .video:hover .img-hd > div,
.video:hover .img-hd:after {
  opacity: 1;
} */
.img-hd > div, .img-hd:after {
  opacity: 0;
  transition: opacity .3s;
}
article.general-content.author-page,
article.main-content.author-page {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px 0 65px;
  flex-wrap: wrap;
}
/* .edition h2 {
margin-bottom: 10px;
} */
.author-page section.author-stories > article {
  width: 50%;
  margin-top: 30px;
}
.author-page.edition section.author-stories  > article {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.author-about {
  width: 25%;
  /* margin-right: 200px; */
}

section.author-stories {
  width: 75%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
}
h6.author-stories-title {
  margin-top: 140px;
  font-size: 30px;
  font-family: 'BPG-WEB-001';
  padding-left: 40px;
  width: 70%;
}
/* @media only screen and (max-width: 1600px) {
.nav-pages li {
padding: 0px 40px 15px 0px;
}
} */
/* @media only screen and (max-width: 1475px) {
.nav-pages li {
padding: 0px 35px 15px 0px;
}
} */
span.icon.icon-search {
  color: white;
  font-size: 20px;
}
.social-networks span {
  font-size: 25px;
  padding: 0 4px;
}
.stories-authors {
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.stories-authors h2 {
  margin-right: 6px;
}
/* .is-published {
text-decoration: underline; margin-right: 6px;
} */
.module-blocks,
.stories-authors {
  /* padding-left: 40px; */
  /* max-width: 55%; */
  /* line-height: 22px; */
}
.module-blocks p {
    margin-bottom: 16px;
    font-size: 18px
}
/* .module-blocks {
  padding: 30px 0;
} */
q {
  font-family: 'BPG-WEB-001-Caps';
  display: block;
  padding: 30px 60px 25px 30px;;
  font-size: 30px;
}
.stories-authors {
  width: 100%;
  display: flex;
  margin: 0px 0 80px 0;
}
.gray {
  color: #5c5c5c;
}
.module-blocks .text {
  /* padding-left: 160px; */
  /* max-width: 60%; */
  /* line-height: 22px; */
}
/* .module-blocks .container-default,
.stories-authors {
  padding-left: 170px;
  max-width: 60%;
}
.module-blocks .container-full {
  padding: 60px 60px 0px 60px;
}
.module-blocks .container-left {
  width: 100%;
  padding-left: 160px;
  padding-right: 360px;
}
.module-blocks .container-right {
  width: 100%;
  padding-left: 360px;
  padding-right: 160px;
} */

/* .storie-images .images {
  display: flex;
  flex-wrap: wrap;

}
.module-blocks .images.x2 figure {
  width: 50%;
  padding:10px
}
.module-blocks .images.x3 figure {
  width: 33.33%;
  padding:10px
}
.module-blocks .images.x4 figure {
  width: 25%;
  padding:10px
} */


.storie-images figure {
  /* width: 50%; */
  /* padding: 5px; */
}


@media only screen and (max-width: 1435px) {
  .nav-pages {
    opacity: 0;
  }
  .nav-pages li {
    margin: 5px 0;
  }
  .nav-open-call.desktop {
    visibility: hidden;
  }
  .nav-open-call.mobile {
    margin: 0px;
    margin-right: 30px;
    display: block;
  }
  .mobile-burger {
    width: 33px;
  }
  .mobile-burger span {
    width: 33px;
    height: 3px;
    margin-bottom: 8px;
    background-color: #ffffff;
    display: block;
  }
  .mobile-burger span:nth-of-type(3) {
    height: 3px;
    width: 18px;
    margin-bottom: 0px;
  }
  .mobile-burger.active span:nth-of-type(1) {
    transform: translate(0px, 11px) rotate(45deg)
  }
  .mobile-burger.active span:nth-of-type(2) {
    width: 0px
  }
  .mobile-burger.active span:nth-of-type(3) {
    transform: translate(0px, -11px) rotate(-45deg);
    width: 33px;
  }
  .mobile-burger span {
    transition: transform .3s ease-in-out, width .2s;
  }
  .nav-lang .icon {
    display: none;
  }
  .mobile-menu {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
    position: relative;
    z-index: 200;
  }
  .logo, .nav-lang{
    position: relative;
    z-index: 300;
  }
  header .logo {
    z-index: 400;
  }
  .main-menu {
    display: none;
    background-color: rgba(0,0,0,0.0);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
  }
  .active .main-menu {
    display: block;
    z-index: 200;
    background-color: rgba(0,0,0,0.98);

  }
  .nav-pages {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-left: 160px;
    padding-top: 30px;
    background-color: rgba(0,0,0,0.98);
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
    opacity: 0;
    transition: opacity .4s ease-in, padding .6s;
    /* transition-delay: .3s; */
  }
  .active .nav-pages  {
    opacity: 1;
    padding-top: 90px;
    /* transition-delay: .0s; */
  }
  ul.nav-chaikhana {
    position: relative;
    z-index: 200;
  }
  ul.nav-chaikhana {
    position: relative;
    z-index: 300;
  }

  .nav-pages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-burger {
    height: 35px;
  }
}
/* tem opport. article*/
.opportunities-header {
  background: #070707;
  /*  color: #fff; */
  padding: 30px 0px 0px 0px;
  position: relative;
  /* display: flex;
  align-items: center; */
}
.opportunities-header .description {
  width: 100%;
}
.opportunities-header .description .text .deadline {
  display: inline-block;
  background-color: black;
  padding: 3px 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.opportunities-header .description .text {
  position: absolute;
  padding: 15px 0 30px 170px;
  bottom: 0px;
  line-height: 28px;
  left: 0px;
  color: #fff;
}
.opportunities-header  .description .text .title {
  margin-left: 10px;
}
.opportunities-header  .description .text .title span {
  padding: 6px 0;
  line-height: 28px;
  font-size: 18px;
  background: black;
  box-shadow: 10px 0 0 black, -10px 0 0 black;
}

.opportunities-header .description .text .organization-name {
  background-color: black;
  display: inline-block;
  padding: 3px 10px;
}

.opportunities-header  .description .text .organization-name.chaikhana {
  background-color: #004bff;
}

.opportunities-header  a {
  display: block;
}
/* #opportunity .article-content h2 {
  font-size: 20px;
  margin-bottom: 30px;
} */
/* #opportunity button {
  display: block;
  background: #000;
  color: #fff;
  margin: 30px 0;
  padding: 12px 16px;
} */
/* .submition-info {
  width: 60%;
  padding: 60px 0 60px 65px;
} */
/* .countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

/* .countdown.show .running timer {
  font-size: 55px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #000000;
} */

/* .countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds{
  width: 110px;
  text-align: left;
} */

@media (max-width: 480px) {
  /* .countdown.show .running timer  {
    font-size: 40px;
  }
  .countdown.show .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.show .running timer .seconds {
    width: 49px;
  } */
}

/* .countdown.show .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
} */

/* .countdown.show .running .labels span{
  width: 97px;
  text-align: center;
  margin: 0px 2px;
} */

@media (max-width: 480px) {
  /* .countdown.show .running .labels span{
    width: 69px;
  } */
  section.content__stories.stories h6.title__home {
    font-size: 22px;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
}
#home .slick-prev,
#home .slick-next,
#stories .slick-prev,
#stories  .slick-next
{
    top: -40px;
}
.home__content h1 {
  font-size: 30px;
  line-height: 40px;
}
}

.countdown.show .running .text{
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button{
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.countdown.show .ended{
  display: none;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown.show .ended .text{
  font-size: 20px;
}

.countdown.show .ended button {
  border: none;
  background-color: #070707;
  color: white;
}

.countdown.show .ended .break{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.container {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 30px 30px 30px;
  display: flex;
}
/* .image {
  position: relative;
}
#special-projects .image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120%;
  width: 44%;
  transform: translate(-35%, -15%);
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100%;
} */
/* #special-projects .image.page-title-en:before {
  background-image: url('/images/spec-projects-titles-03.svg');
}
#special-projects .image.page-title-ru:before {
  background-image: url('/images/spec-projects-titles-01.svg');
}
#special-projects .image.page-title-ka:before {
  background-image: url('/images/spec-projects-titles-04.svg');
}
#special-projects .image.page-title-az:before {
  background-image: url('/images/spec-projects-titles-02.svg');
}
#special-projects .image.page-title-hy:before {
  background-image: url('/images/spec-projects-titles-05.svg');
} */
.main-stories, .featured {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding-left: 40px;
  justify-content: center;
}

.main-article {
  width: 40%;
  padding-left: 80px;
}
#home .header-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#home .header-content {
  padding-top: 40px;
}
/* home */
/* .main-stories {
  padding-left: 40px;
  margin-bottom: 80px;
} */

/* end home */
#home .main-content {
  margin-top: 80px;
}
.video-responsive, pre {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.video-responsive iframe,
pre iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.module-blocks pre {
  width: 80%;
  padding-bottom:45%;
  margin: 0 auto;
}
.module-blocks .images {
    justify-content: center;
}
.filter-tags ul {
  display: flex;
  /*     justify-content: space-between; */
}
.filter-tags li {
  border: 1px solid #ededed;
  padding: 4px 6px;
  margin-right: 10px;
  color: #ededed;
}
.filter-tags {
  padding: 15px 60px 0 40px;
}
.icon-close-black {
  font-size: 10px;
  margin-left: 4px;
}
.page-search {
  display: flex;
  align-items: flex-end;
}
.filter-stories ul {
  display: flex;
}
.filter-stories ul li {
  margin-right: 20px;
  color: #fff;
}
.filter-stories ul li.active {
  color: #004bff;
}
.buttons button {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  padding: 10px 8px 6px 12px;
  border-bottom: 2px solid;
  margin-left: -13px;
}
.buttons .first {
  display: none;}
.buttons {
  margin-top: 15px;
  width: 320px;
}
/* fonticons */
@font-face {
  font-family: 'chaikhana';
  src:  url('..fonts/chaikhana.eot?i1hqk');
  src:  url('../fonts/chaikhana.eot?i1hqk#iefix') format('embedded-opentype'),
    url('../fonts/chaikhana.ttf?i1hqk') format('truetype'),
    url('../fonts/chaikhana.woff?i1hqk') format('woff'),
    url('../fonts/chaikhana.svg?i1hqk#chaikhana') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chaikhana' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-play:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-location:before {
  content: "\e948";
}
.icon-close-black:before {
  content: "\e90e";
}
.icon-pause:before {
  content: "\ea1d";
}
.no-data {
  color: #fff;
  padding: 40px;
  font-size: 20px;
}
.paiging {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 35px;
}
#stories .paiging {
    padding-left: 15px;
}
.paiging .el-pager li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    background-color: #070707;
    color: #fff;
    transition: opacity .3s, background .3s, color .3s;
}
.paiging .el-pager li.btn-quicknext,
.paiging .el-pager li.btn-quickprev {
  color: #fff;
}
.paiging .el-pager li.btn-quicknext,
.paiging .el-pager li.btn-quickprev {
  color: #fff;
}
.paiging .el-pager .el-icon-d-arrow-right:before {
  content: "\e907";
  font-family: chaikhana;
  font-size: 11px;
}
.paiging .el-pager .el-icon-d-arrow-left:before {
  content: "\e906";
  font-family: chaikhana;
  font-size: 11px;
}

.paiging .el-pager li.active {
    background-color: #004bff;
    color: #fff;
}
.paiging .el-pager li:not(.active):hover {
    background: #fff;
    color: #070707;
}
.paiging .el-pagination button {
    display: none;
}
.paiging .pagination {
    display: flex;
}

.paiging .pagination li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    background-color: #070707;
    color: #fff;
    transition: opacity .3s;
}
.paiging .pagination li.active {
    background-color: #004bff;

    color: #fff;
}
.paiging .pagination li:nth-of-type(1),
.paiging .pagination li:last-of-type {
    display: none;
}
.paiging .pagination li:not(.active):hover {
    opacity: .6;
    color: #fff;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 160%;
  left: 50%;
  font-size: 10px;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  margin-left: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.author__stories:nth-of-type(odd) {
  width: 50%;
  padding-right: 40px;
}
.author__stories:nth-of-type(even) {
  width: 50%;
  padding-left: 40px;
}
.video-long .header-content {

}
.related__short {
    padding: 30px 65px 35px 65px;
}
/* .description .image {
    margin: 20px 0;
    padding: 0 30px;
} */
.description .image.align-center {
    width: 60%;
    margin: 0 auto;
}
.description .image.align-left {
    width: 60%;
    float: left;
    padding: 0 30px 15px 0;
}
.description .image.align-right {
    width: 60%;
    float: right;
    padding: 0 0px 15px 30px;
}

.description figcaption {
    font-size: 12px;
    color: #666;
}

.description .image-style-side {
    float: right;
    width: 60%;
    margin: 0px 0px 10px 10px;
}
/* .description p {
    text-align: justify;
} */
a.fb-xfbml-parse-ignore {
    opacity: 0.01;
}
#stories.related__short.related-videos article {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
#stories.related__short.related-videos article .description.video {
  border-bottom: 1px solid #fff;
  padding-bottom: 10%;
  background-image: url(/images/play-bg-white.svg?1a2fe35559215bf78739a17221111ed6);
}
#stories.related__short {
    padding: 30px 35px 35px 35px;
}
.type.absolute {
    position: absolute;
    padding-left: 30px;
    font-size: 12px;
    bottom: 0px;
    height: 15%;
    padding: 5px 0 0 30px;
    margin-top: 0px;
}
.content__article p {
    margin-bottom: 18px;
}
.content__article p a,
.story__article p a {
    color: #666;
    transition: opacity .3s;
    text-decoration: underline;
}
.content__article p a:hover,
.story__article p a:hover {
    opacity: 0.6;
}
/* menu videos */
.documentary-video .nav-chaikhana {
  display: none;
}
.documentary-video .nav-pages {
  opacity: 0;
}

.documentary-video .nav-pages li {
  margin: 5px 0;
}
.documentary-video .logo,
.documentary-video.nav-lang {
  position: relative;
  z-index: 300;
}
.documentary-video .nav-open-call.desktop {
  visibility: hidden;
}
.documentary-video .nav-open-call.mobile {
  margin: 0px;
  margin-right: 30px;
  /* display: block; */
}
.documentary-video .mobile-burger {
  width: 33px;
}
.documentary-video .mobile-burger span {
  width: 33px;
  height: 3px;
  margin-bottom: 8px;
  background-color: #ffffff;
  display: block;
}
.documentary-video .mobile-burger span:nth-of-type(3) {
  height: 3px;
  width: 18px;
  margin-bottom: 0px;
}
.documentary-video .mobile-burger.active span:nth-of-type(1) {
  transform: translate(0px, 11px) rotate(45deg)
}
.documentary-video .mobile-burger.active span:nth-of-type(2) {
  width: 0px
}
.documentary-video .mobile-burger.active span:nth-of-type(3) {
  transform: translate(0px, -11px) rotate(-45deg);
  width: 33px;
}
.documentary-video .mobile-burger span {
  transition: transform .3s ease-in-out, width .2s;
}
.documentary-video .nav-lang .icon {
  display: none;
}
.documentary-video .mobile-menu {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-left: 25px;
  position: relative;
  z-index: 200;
}
.documentary-video .main-menu {
  display: none;
  background-color: rgba(0,0,0,0.0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
}
 .active .documentary-video .main-menu {
  display: block;
  z-index: 200;
  background-color: rgba(0,0,0,0.98);

}
.documentary-video .nav-pages {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding-left: 160px;
  padding-top: 30px;
  background-color: rgba(0,0,0,0.98);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 30px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  opacity: 0;
  transition: opacity .4s ease-in, padding .6s;
  /* transition-delay: .3s; */
}
.active .documentary-video  .nav-pages  {
  opacity: 1;
  padding-top: 90px;
  /* transition-delay: .0s; */
}
.documentary-video ul.nav-chaikhana {
  position: relative;
  z-index: 200;
}
.documentary-video ul.nav-chaikhana {
  position: relative;
  z-index: 300;
}

.documentary-video .nav-pages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.documentary-video .mobile-burger {
  height: 35px;
}

.about-image.content__about {
position: relative;
}
.about-image.content__about img {
    padding: 30px 60px;
}
.about-image:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
background: #000000;
width: 100%;
height: 50%;
z-index: -1;
}
.content__about .about-description,
.content__about .about-image {
    width: 80%;
}
.about-image {
    padding: 30px 60px 60px 60px;
}
.description.temrs {
    padding-right: 65px;
    padding-bottom: 60px;
}
.staff-images {
    display: flex;
    flex-wrap: wrap;
}
.staff-images .staff {
    width: 26%;
    padding-right: 100px;
    margin-bottom: 60px;
    margin-top: 40px
}
.staff-images h6  {
    margin-top: 10px;
}
.about-contact {
    display: flex;
    align-items: center;
}
.about-contact img {
    max-width: 600px;
    padding-right: 60px;
}
address {
    margin-top: 30px;
}
.content__about h3:hover,
.active .content__about h3 {
    color: #fff;
}
.content__about h3 {
    color: #c3c1c1;
    transition: color .3s;
}
.active.content__about h3{
    color: #ffffff;
    transition: color .3s;
}
.sponsors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
}
.sponsors > div {
    width: 25%
}
.sponsors .img {
    padding: 60px 60px 0 60px;

}
.description.temrs ul {
    display: flex;
/*     flex-wrap: wrap; */
}
.description.temrs h6 {
    margin-left: 30px;
    margin-bottom: 15px;
}
.description.temrs ul li:nth-of-type(1){
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
}
.archive a {
    color: #999;
    transition: opacity .3s;
}
.archive a:hover {
    opacity: 0.6;
}

.edition__stories a:hover {
    color: #004bff;
}
.story__text.authors__list h2,
.video-title .author {
    display: inline-block;
    margin-right: 6px;
}
/* .story__text.authors__list h2:after {
    content: ",";
}
.story__text.authors__list h2:last-of-type:after {
    content: " ";
} */

/* .story__text.authors__list h2 a:after {
    content: ",";
}
.story__text.authors__list h2 a:last-of-type:after {
    content: " ";
} */

.story__text.authors__list h2 a {
    transition: opacity .3s;
}
.story__text.authors__list h2 a:hover {
    opacity: 0.6;
}
.chaikhana-archive {
  font-size: 22px;
}
strong.chaikhana-archive a {
    margin-top: 4px;
    transition: opacity .3s;
}
strong.chaikhana-archive a:hover {
    opacity: 0.6;
}
.module-blocks figcaption {
  color: #4a4949;
}
ul.accordion-list .title,
.content__about .lowercase__bold {
    padding: 20px 0;
}
.nav-footer a {
    transition: opacity .6;
}
.nav-footer a:hover {
    opacity: .6;
}
@media only screen and (max-width: 1024px) {
.documentary-video.nav-pages  {
  opacity: 1;
  padding-top: 90px;
  /* transition-delay: .0s; */
}
.sponsors.and-partners > div {
    width: 33.33%;
}
.video-long .video-action #playVideo {
    margin-bottom: 0px;
}

.video-long .video-action h1.lowercase__bold.es + div {
    margin-top: 4px!Important;
}
.video-long .video-action {
  padding-bottom: 50px;
}
}

@media only screen and (max-width: 740px) {
.documentary-video.nav-pages  {
  opacity: 1;
  padding-top: 90px;
  /* transition-delay: .0s; */
}
.sponsors.and-partners > div {
    width: 50%;
}
.video-long .video-action h1.lowercase__bold.es {
    display: none;
}
}
@media only screen and (max-width: 600px) {
  #editions .filters.filters--drop-down {
    margin-top: 20px;
}
#editions .filters__content {
    left: -50px;
}
#editions .filters__content ul {
    -moz-column-count: 2;
    column-count: 2;
}
#editions .filters__content.filters__content--years {
    padding: 30px 0 100px 45px;
}
#news .filters--select {
    padding-top: 0px;
}
#opportunities .filters.filters--select {
padding-top: 10px;
}

  .video-long .video-action {
    padding-bottom: 45px;
}
.video-long .video-action #playVideo {
    font-size: 20px!Important;
}
.video-long .video-action h1 {
    font-size: 20px!Important;
}

.video-long .video-action h1.lowercase__bold.es + div {
    font-size: 12px!Important;
}
  .sponsors.and-partners > div {
      width: 100%;
  }
  .module-blocks pre {
    width: 100%;
    padding-bottom:56.25%;
    margin: 0 auto;
  }
}
.mobile-small {
  display: none;
}
body.overflow {
  overflow: hidden;
}
.description.temrs {
    padding-right: 35px;
    padding-bottom: 60px;
}

.content__about.terms:after {
content: "";
background: #070707;
height: 100px;
position: absolute;
width: 100%;
left: 0px;
z-index: -1;
transition: height .2s;
}
.active .content__about.terms:after {
content: "";
height: 0px;
overflow: hidden;
position: absolute;
width: 100%;
left: 0px;
z-index: -1;
}
.nav-chaikhana li.active a {
    color: #5c5b5b;
  cursor: default;
}
.btn__fulscreen {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
  font-size: 26px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  text-align: center;

    opacity: 0;
    transition: opacity .3s;

}
.slick-slide:hover .btn__fulscreen,
.images figure:hover .btn__fulscreen,
.image figure:hover .btn__fulscreen {
  opacity: 1;
}
.topic a:after {
    content: ",";
}
.topic a:last-of-type:after {
    content: " ";
}
.edition a:hover,
.tag a:hover,
.topic a:hover {
    color: #666;
}
.edition a,
.tag a,
.topic a {
    transition: color .3s;
}
/* ads */
.content__article--ads .share-buttons {
  flex: 0 0 210px;
}
.content__article--ads .description {
    flex: 0 0 50%;
}
.content__article--ads .ads  {
  /* background-color: red; */
  padding-left: 40px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;

}
/* donation */
/* updates 1.0*/
.short-summary:lang(en) {
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}
.short-summary {
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.content__article--ads a {
  color: #666;
  transition: opacity .3s;
  text-decoration: underline;
}
/* ades responsive */
#article .content.content__article--ads,
#opportunity .content.content__article--ads {
    /* padding: 20px 60px 60px 65px; */
}
@media only screen and (max-width: 1140px) {
#article .content.content__article--ads,
#opportunity .content.content__article--ads {
    /* padding: 20px 60px 60px 60px; */
}
}
@media only screen and (max-width: 1024px) {
#article .content.content__article--ads,
#opportunity .content.content__article--ads {
    padding: 20px 40px 60px 60px;
}
#article .content__article--ads .ads,
#opportunity .content__article--ads .ads {
    padding: 30px 0;
    margin: 0px;
    justify-content: center;
    }


}


@media only screen and (max-width: 800px) {
.content__article--ads .description {
    display: block;
    width: 100%;
}
    .content__article--ads .description a {
    word-wrap: break-word;
}
}
@media only screen and (max-width: 400px) {
  .video-long .video-action {
    padding-bottom: 10px;
}
#article .content.content__article--ads,
#opportunity .content.content__article--ads {
    padding: 20px 20px 60px 40px;
}
#article .content__article--ads .ads,
#opportunity .content__article--ads .ads {
    padding: 30px 0;
    margin: 0px;
    justify-content: center;
    }
}
.image.align-center {
    width: 60%;
    margin: 0 auto;
}
.image.align-left {
    width: 60%;
    float: left;
    padding: 0 30px 15px 0;
}
.image.align-right {
    width: 60%;
    float: right;
    padding: 0 0px 15px 30px;
}
/* special projects small screens*/
@media only screen and (max-width: 480px) {
#special-projects .header__page--full .page__text {
    width: 100%;
    padding-left: 0px;
    padding-right: 40px;
}
#special-projects .page.featured {
    padding: 0px;
}
#special-projects .header__page--full {
    padding: 40px 0 80px 65px;
}
}

@media only screen and (max-width: 380px) {
#special-projects .header__page--full .page__text {
    width: 100%;
    padding-left: 0px;
    padding-right: 40px;
}
#special-projects .page.featured {
    padding: 0px;
}
}
@media only screen and (max-width: 1024px) {
    #edition .filters.filters--select {
        padding-left: 0px!Important;
    }
}


@media only screen and (max-width: 620px) {
    #edition .filters.filters--select {
        padding-top: 30px!Important;
    }
    #edition .filters__category {
    display: block;
    }
    #edition .filters__category .filters__type {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 1024px) {
#opportunity
.header .opportunity-header-title {
    padding-left: 90px;
    padding-right: 40px;
}
#story button.btn__fulscreen {
    opacity: 1;
}
}


@media only screen and (max-width: 740px) {

#opportunity
.header .opportunity-header-title {
    padding-left: 20px;
}
}
@media only screen and (max-width: 560px) {

#opportunity
.header .opportunity-header-title {
    padding-left: 0px;
}
}



@media only screen and (max-width: 860px){
#story .module-blocks p {
    margin-bottom: 16px;
    font-size: 16px;
}
}


@media only screen and (max-width: 680px) {
#about .answer.column p {
    text-align: left;
}
}
#opportunity .page .title:lang(en) {
    font-family: Noto-Sans-bold!Important;
}
.ads-size {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ads-title {
  margin: 15px 0;
  color: #666;
}
.image.container-full.ads {
    padding: 0px;
}
.filters__content ul li.active {
    color: #004bff;
}
.filters__content ul li a {
    position: relative;
}
li.active a:after {
  opacity: 0;
  content: "\E90E";
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 10px;
  font-family: "chaikhana";
  transition: opacity .3s;
}
li.active a:hover:after {
  opacity: 1;
}
#stories .no-data-suggestion article {
    width: 25%;
}
@media only screen and (max-width: 992px) {
#stories .no-data-suggestion article {
    width: 50%;
}
}
@media only screen and (max-width: 600px) {
#stories .no-data-suggestion article {
    width: 100%;
}
}
