* {
  box-sizing: border-box;
}

html, body {
  /* font-family: 'Noto Sans', sans-serif; */
  font-family: 'Passion One', regular;
  font-size: 15px;
  background-color: #5f0a00;
  color: #e5e5e5;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

body {
  max-width: 100%;
  margin: 0 auto;
}

p {
  font-size: 15px;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.cache {
  display: none;
}

.small-margin {
  margin-bottom: 35px;
}

.menu-button {
  display: none;
  width: 25px;
  height: 16px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  position: relative;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}

.menu-button::before {
  content: '';
  display: block;
  width: 25px;
  position: absolute;
  top: 0px;
  background-color: #000;
  height: 2px;
  box-shadow: 0px 7px #000, 0px 14px #000;
}

header {
  background-color: #d5d5d5;
  /* display: table; */
  width: 100%;
  height: 77px;
  position: fixed;
  z-index: 98;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

header .content-wrapper {
  height: 77px;
  max-width: 1260px;
  width: 100%;
  display: table;
  z-index: 99;
  padding: 0 30px;
}

header .logo {
  cursor: pointer;
}

header.is-scrolled {
  padding: 10px 30px;
  -webkit-transition: padding ease 0.3s;
  -moz-transition: padding ease 0.3s;
  -ms-transition: padding ease 0.3s;
  transition: padding ease 0.3s;
}

header.is-scrolled .content-wrapper .header-wrapper .logo img {
  width: 180px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header .content-wrapper .logo, header .content-wrapper .navigation-wrapper, header .content-wrapper .social-wrapper {
  display: table-cell;
  vertical-align: middle;
}

#hr_lang {
  padding-left: 25px;
  padding-right: 5px;
}

#en_lang {
  padding-left: 5px;
  padding-right: 25px;
}

header .content-wrapper .logo {
  max-width: 195px;
}

header .content-wrapper .logo img {
  max-width: 195px;
  width: 100%;
  height: auto;
}

header .content-wrapper .navigation-wrapper {
  text-align: right;
}

header .content-wrapper .navigation-wrapper ul li {
  display: inline-block;
  padding: 0px 15px;
}

header .content-wrapper .navigation-wrapper ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 2px;
  line-height: 18px;
}

header .content-wrapper .navigation-wrapper ul li a.active {
  color: #930300;
}

header .content-wrapper .navigation-wrapper ul li a:hover {
  color: #930300;
}

header .content-wrapper .social-wrapper nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.content {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.content-row::before, .content-row::after {
  content: '';
  display: table;
}

.content-row::after {
  clear: both;
}

section {
  margin-bottom: 60px;
}

section .section-validate-title {
  display: none;
}

section .heading {
  margin-bottom: 40px;
}

.trailer-wrapper {
  width: 100%;
  background-color: #3b0600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 77px;
  margin-bottom: 60px;
}

section.trailer {
  max-width: 1260px;
  width: 100%;
  position: relative;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  max-height: 611px;
}

section.trailer img {
  width: 100%;
}

section.trailer iframe {
  /*display: none;*/
  width: 100%;
  visibility: hidden;
}

#trailer_video_player {
  display: none;
}

/* .iframe-wrapper {
  height: 611px;
  
} */

section.trailer button {
  width: 195px;
  height: 42px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 0px;
  float: right;
  border-radius: 0px;
  background-color: #e5e5e5;
  color: #870e00;
  font-family: 'Passion One', regular;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.5px;
}

section.trailer button:hover {
  background-color: #464545;
  color: #e5e5e5;
}

.column {
  display: block;
  float: left;
  position: relative;
  min-height: 320px;
  padding: 0px 55px;
}

.column.column2 {
  width: 26%;
}

.column.column3 {
  width: 25%;
}

.column.column4 {
  width: 33.33%;
}

.column.column5 {
  width: 40%;
}

.column.column6 {
  width: 50%;
}

.column.column7 {
  width: 30%;
}

.column:not(:last-child)::after {
  content: '';
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../images/column_border.png);
  background-repeat: no-repeat;
  background-position: center top;
  top: 60px;
  bottom: 0px;
  right: 0px;
  position: absolute;
}

.column.no-blue-border::after {
  content: none;
  display: none;
}

.column h3 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #e5e5e5;
}

.column p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.column h4 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #5f0a00;
}

section.festivali-nagrade .content-row.closed {
  height: 435px;
  display: flex;
  flex-flow: column wrap;
  overflow: hidden;
}

section.festivali-nagrade .content-row.open {
  height: auto;
}

section.festivali-nagrade .content-row .column {
  padding-top: 20px;
}

.slider-down {
  /* margin: 0 auto;
    text-align: center; */
    width: 120px;
    height: 58px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: transparent;
    outline: 0px;
    top: 100%;
    bottom: 0px;
    cursor: pointer;
}

.slider-down, .slider-down:hover {
  background-image: url(../images/slider_controls_down_new.png);
}

.slider-down {
  background-position: top;
}

.slider-down:hover {
  background-position: bottom;
}

.slider-down-open {
  /* margin: 0 auto;
    text-align: center; */
  width: 120px;
  height: 58px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
  outline: 0px;
  top: 100%;
  bottom: 0px;
  cursor: pointer;
}

.slider-down-open, .slider-down-open:hover {
  background-image: url(../images/slider_control_down_open_new.png);
}

.slider-down-open {
  background-position: top;
}

.slider-down-open:hover {
  background-position: bottom;
}

.slick-arrow {
  width: 58px;
  height: 120px;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
  outline: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow.slick-prev, .slick-arrow.slick-prev:hover {
  left: 0px;
  background-image: url(../images/slider_controls_left_new.png);
}

.slick-arrow.slick-prev {
  background-position: top;
}

.slick-arrow.slick-prev:hover {
  background-position: bottom;
}

.slick-arrow.slick-next, .slick-arrow.slick-next:hover {
  right: 0px;
  background-image: url(../images/slider_controls_right_new.png);
}

.slick-arrow.slick-next {
  background-position: top;
}

.slick-arrow.slick-next:hover {
  /* background-image: url(../images/slider_controls_right_hover.png);  */
  background-position: bottom;
}

.social-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 100%;
}

.svg-size {
  height: 45px;
  width: 45px;
}

.svg_facebook {
  fill: #930300;
}

svg:hover .svg_facebook {
  fill: #464545;
}

/* .social-icon:not(:last-child) {
  margin-right: 10px;
} */

.social-icon:first-child {
  margin-right: 5px;
}

section.poster {
  padding-bottom: 0px;
  background-color: #5f0a00;
}

section.poster img {
  width: 100%;
  
}

section.festivali-nagrade {
    background-color: #e5e5e5;
    color: #000;
    margin-top: -67px;
    padding: 0 115px;
    /* padding-top: 130px; */
}

section.festivali-nagrade .content-wrapper .content-row {
  padding-left: 100px;
}

section.download {
  position: relative;
  /* background-color: #32c6b7; */
  height: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0px 0px 170px;
}

section.download>img {
  position: absolute;
  bottom: -65px;
  right: 0px;
  pointer-events: none;
}

section.download ul li:not(:last-child) {
  margin-bottom: 30px;
}

section.download .download-background {
  padding-bottom: 80px;
  margin-right: 100px;
}

.image-button__list .image-button__item {
  height: 35px;
}

.image-button__list .image-button__item a {
  display: inline-block;
}

.image-button__list .image-button__item a img:nth-child(2) {
  display: none;
}

.image-button__list .image-button__item a:hover img:first-child {
  display: none;
}

.image-button__list .image-button__item a:hover img:nth-child(2) {
  display: block;
}

.column.border-regular {
  min-height: auto;
  padding: 0px 40px;
}

.column.border-regular:after {
  width: 2px;
  background-color: transparent;
  background-image: none;
  top: 5px;
  bottom: 5px;
}

.column.border-regular.small-border::after {
  background-color: #e5e5e5;
}

section.download h5 {
  font-family: 'Passion One', regular;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #e5e5e5;
}

section.download ul li a h5:hover {
  color: #7b7b7b;
}

footer {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}

footer .row {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

footer .row .column {
  min-height: auto;
}

.sponsors-row {
  display: table;
  width: 100%;
}

.sponsors-row:first-child {
  margin-bottom: 10px;
}

.sponsors-row .sponsor-item {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}

.sponsors-row .sponsor-item.big-sponsor-item {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

.sponsors-row .sponsor-item img {
  max-width: 100%;
}

.sponsors-row .sponsor-item:first-child {
  padding-right: 20px;
}

.sponsors-row .sponsor-item:last-child {
  padding-left: 20px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.svg_hover {
  fill: #D5D5D5;
}

.svg_hover_fff {
  fill: #D5D5D5;
}

svg:hover .svg_hover_fff {
  fill: #7b7b7b;
}

.svg_hover_alt {
  fill: #D5D5D5;
}

svg:hover .svg_hover_alt {
  fill: #7b7b7b;
}

svg:hover .svg_hover {
  fill: #7b7b7b;
}

.sponsor-item.border-media {
  border-left: 4px solid #D5D5D5;
  width: 10%;
  padding-left: 10px;
}

.sponsor-item .media {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 12px;
  font-family: 'Passion One', regular;
  width: 100px;
}

section.empty-border {
  width: 100%;
  height: 175px;
  margin-top: -175px;
  margin-bottom: -1px;
  background-color: #e5e5e5;
}

@media (min-width: 1261px) {
  header .content-wrapper .logo, header .content-wrapper .navigation-wrapper, header .content-wrapper .social-wrapper {
    display: table-cell !important;
  }
}

@media (max-width: 1260px) {
  header .content-wrapper .social-wrapper {
    width: 125px;
    padding-right: 10px;
    padding-left: 10px;
    /* padding: 20px 20px; */
    height: 20px;
  }
  #hr_lang, #en_lang {
    padding-left: 15px;
    padding-right: 15px;
  }
  .svg-size {
    width: 28px;
    height: 28px;
  }
  .social-icon {
    width: 28px;
    height: 28px;
  }
  .menu-button {
    display: block;
    margin-top: 5px;
  }
  header .content-wrapper .social-wrapper nav {
    display: block;
  }
  header .content-wrapper .navigation-wrapper {
    display: none;
    text-align: center;
    position: absolute;
    top: 110px;
    right: 0px;
    background-color: #d5d5d5;
    z-index: 2;
  }
  header .content-wrapper .logo img {
    max-width: 160px;
  }
  header .content-wrapper .navigation-wrapper ul li {
    display: block;
    border-right: 0px !important;
    padding: 5px 15px;
  }
  header .content-wrapper .navigation-wrapper ul li a {
    font-size: 20px;
  }
  .column:not(:last-child)::after {
    background-repeat: repeat;
  }


.column.column5, .column.column2 {
    width: 40%;
    margin-bottom: 80px;
    min-height: 390px;
}
  section.about .column.column2::after {
    display: none;
  }
  section.about .column.column5:last-child {
    clear: left;
  }
  section.download>img {
    width: 800px;
  }
  .column.column7 {
    width: 30%;
    margin-bottom: 80px;
    min-height: 390px;
  }
  .trailer-wrapper {
    width: 100%;
    right: 0;
    left: 0;
  }
  footer .column.column3 {
    width: 26%;
}
  footer .column.column6 {
    width: 48%;
  }
}

@media (max-width: 1100px) {
  section.download .download-background {
    padding-bottom: 200px;
  }
  section.download>img {
    bottom: -48px;
    width: 600px;
  }
  footer .column.column3 {
    width: 50%;
    margin-bottom: 40px;
  }
  footer .column.column6 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .column.border-regular.small-border::after {
    display: none;
  }
  footer .column.border-regular.small-border {
    text-align: right;
  }

  .column.column5, .column.column2 {
    width: 40%;
    margin-bottom: 80px;
    min-height: 450px;
  }
  .column.column7 {
    width: 30%;
    margin-bottom: 80px;
    min-height: 450px;
  }
}

@media (max-width: 950px) {
  section.download .download-background {
    padding-bottom: 280px;
  }
  section.download>img {
    bottom: -40px;
    width: 470px;
  }
  .column.column7, .column.column5 {
    min-height: 600px;
  }
}

@media (max-width: 850px) {
  section.download .download-background {
    padding-bottom: 130px;
  }
  section.download>img {
    width: 350px;
  }
  section.download {
    height: 650px;
  }
  .column.column5, .column.column7 {
    min-height: 730px;
  }
}

@media (max-width: 800px) {
  /* .content {
    max-width: 800px;
  } */
  header {
    width: 100%;
    /* padding: 20px 30px; */
  }
  header .content-wrapper {
    width: 100%;
  }
  header .content-wrapper .logo img {
    width: 180px;
  }
  header .content-wrapper .navigation-wrapper {
    top: 75px;
  }
  .content {
    padding-top: 76px;
  }
  .column {
    min-height: auto;
  }
  .column:not(:last-child)::after {
    display: none;
  }
  .column.column6, .column.column5, .column.column2, .column.column7 {
    width: 100%;
    margin-bottom: 80px;
  }
  section .heading img {
    height: 30px;
  }
  .column {
    padding: 0px 30px;
  }
  .slick-arrow.slick-prev {
    height: 60px;
    background-size: 50%;
    background-position: left top;
  }
  .slick-arrow.slick-prev:hover {
    background-position: left bottom;
  }
  .slick-arrow.slick-next {
    height: 60px;
    background-size: 50%;
    background-position: right top;
  }
  .slick-arrow.slick-next:hover {
    background-position: right bottom;
  }
  .slider-down, .slider-down-open {
    height: 29px;
    background-size: 50%;
    background-position: top;
  }
  .slider-down:hover, .slider-down-open:hover {
    background-position: bottom;
  }
  section.download>img {
    right: 30px;
  }
  section.download .download-background {
    padding-bottom: 80px;
    margin-right: 50px;
  }
  section.festivali-nagrade {
    padding: 0 140px;
    /* padding-top: 130px; */
  }
  .column.column5, .column.column7 {
    min-height: 0px;
  }
}

@media (max-width: 750px) {
  .column.column4 {
    width: 50%;
    margin-bottom: 40px;
  }
  section.download {
    padding: 80px 0px 0px 100px;
  }
  section.download>img {
    right: 30px;
  }
  footer .column.column3:nth-child(2) {
    border-right: 0px;
  }
  footer .column.column3:last-child {
    clear: both;
  }
  section.festivali-nagrade {
    padding: 0 70px;
    /* padding-top: 130px; */
  }
}

@media (max-width: 650px) {
  section.download {
    padding: 80px 0px 0px 30px;
    /* width: 650px; */
  }
  footer .column.column6 {
    width: 90%;
    margin-bottom: 40px;
  }
  section.download .download-background {
    margin-right: 0px;
  }
  section.download>img {
    bottom: -35px;
    width: 350px;
    right: 30px;
  }
  section.festivali-nagrade {
    padding: 0;
    /* padding-top: 130px; */
}
}

@media (max-width: 560px) {
  section.download {
    max-width: 560px;
  }
  section.download .download-background {
    display: none;
  }
  .column.column4 {
    width: 100%;
    border: 0px !important;
  }
  section.download {
    padding-right: 30px;
  }
  section.download>img {
    right: 30px;
  }
  footer .column.column3 {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }
  footer .column.column6 {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    margin: 0;
  }
  footer .column.border-regular.small-border {
    text-align: left;
  }
}

@media (max-width: 530px) {
  section.download {
    max-width: 530px;
  }
  section.download>img {
    bottom: -27px;
    right: 30px;
  }
}

@media (max-width: 400px) {
  section.download {
    height: 500px;
    max-width: 400px;
  }
  header .content-wrapper .social-wrapper nav a {
    display: none;
  }
  section.download h5 {
    font-size: 36px;
  }
  section.download>img {
    bottom: -20px;
    width: 70%;
    padding-right: 10px;
  }
  .menu-button {
    margin-top: 0px;
  }
}

.content-row.table-block {
  display: table;
  width: 100%;
  margin-top: 90px;
}

.media-brand__item {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.media-brand__item a {
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .media-brand__item {
    display: block;
    vertical-align: bottom;
    text-align: center;
    width: 50%;
    float: left;
  }
}

@media (max-width: 560px) {
  .sponsors-row .sponsor-item {
    display: block;
    width: 100%;
  }
  .media-brand__item {
    display: block;
    width: 100%;
  }
  .sponsors-row .sponsor-item, .sponsors-row .sponsor-item.big-sponsor-item {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sponsors-row .sponsor-item {
    margin-bottom: 50px;
  }
  .sponsors-row:first-child {
    margin-bottom: 0px;
  }
  footer .column.column6 {
    margin: 0px;
    width: 100%;
  }
  .sponsors-row .sponsor-item:last-child {
    padding-left: 0px;
  }
}