html {
  font-size: 62.5%;
  background: rgb(45,45,51);
  width: 100%;
  height: 100%
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  color: rgb(235,227,216);
  padding: 0;
  background: rgb(45, 45, 51);;
}

body .wrapper {
  margin: 0 auto
}

main {
  display: block
}

a {
  color: rgb(235, 227, 216);
  text-decoration: none;
  transition: color .2s linear
}

input,
select,
a,
li {
  outline: 0
}

a:focus,
li:focus {
  outline: 0;
  border: 0
}

input::-moz-focus-inner,
select::-moz-focus-inner,
a::-moz-focus-inner,
li::-moz-focus-inner {
  border: 0
}

header {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: .5em;
  position: relative;
}

header a.logo {
  position:absolute;
  z-index:101;
  width:350px;
  height:150px;
  display:block;
  top: 0;
  right: 142px;
}
header img {
  width:100%;
}

header img.mobile {
  display: none;
}

header img.desktop {
  display: block;
}


section.lead {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 120px auto;
  position: relative;
}

section.lead .partners {
  position: absolute;
  top: 20px;
  right: 0;
  width: 330px;
  a {
    display:inline-block;
    img.big { width: auto; height: auto; max-height:80px; max-width:100px; margin-right: 20px;}
  }
  img { width: auto; height: auto; max-width: 60px; max-height: 50px; margin: 10px 10px 0 0;}
}

section.lead h4 {
  font-weight: lighter;
  font-size: 2.25em;
  line-height: 1.3;
  margin: 60px 0 10px 0;
  border-top: 8px solid #F37052;
  padding-top: 40px;
}

section.lead p {
  line-height: 1.4;
}
section.lead p:nth-of-type(2) {
  border-bottom: 8px solid #F37052;
  padding-bottom: 40px;
}

section.lead a {
  /*font-weight: bold; font-size:0.8em;*/
  text-decoration: underline;
}

section.lead a:hover {
  color: #F37052
}

div.tabs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
div.tabs h5 {
  font-weight: lighter;
  font-size: 1.5em;
  line-height: 100%;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}
div.tabs h5:hover { color: #1D1A4C;}
div.tabs h5.cities_title {
  background: #3A74BA;
  margin: 0 0 0 60px;
  color: #fff;
}
div.tabs h5.search_title {
  background: #F26130;
  margin: 0 0 0 5px;
  color: #fff;
}
section.tab {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 120px auto;
  padding: 30px;
  font-size: 1.35em;
  line-height: 1.55;
  font-weight: lighter;
  box-sizing: border-box;
  position:relative;
}
section.tab:after {
  content:"";
  display: none /*block*/;
  width:30px;
  height:30px;
  background:#fff;
  position:absolute;
  bottom:0;
  right:0;
}
section.tab.cities {
  background: #3A74BA;
  color: #fff;
}
section.tab.cities span {
  cursor: pointer;
}
section.tab.cities span:hover {
  text-decoration: underline;
}
section.tab.search {
  background: #F26130;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
section.tab.search fieldset {
  border: none;
  width: 38%;
}
section.tab.search fieldset:last-of-type {
  width: 10%;
}
section.tab.search input[type=button] {
  background: #000;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;  
  font-size: 18px;
  border:none;
  font-family: 'Roboto', sans-serif;
}
section.tab.search label {
  font-size: 1.35em;
  margin-bottom: 8px;
  display: block;
}
section.tab.search select {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, black, black);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

section.tab.search select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}



main {
  padding: 0 0 7em;
  margin: 0;
}

.hide, .hideForever {display:none !important;}
p.error {font-size:1.25em;margin:30px 0 0 0;}
.past {opacity:0.6;}





section.programme {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 120px auto;
}

section.programme h4 {
  font-weight: lighter;
  font-size: 2.25em;
  line-height: 1.3;
  padding-bottom:10px;
  border-bottom:8px solid #F26130;
  margin-bottom:20px;
}

section.programme ul {
  margin: 0 0 100px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.programme ul li {
  margin: 0;
  padding: 30px 0 10px 0;
  list-style: none;
  font-size: 1em;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  border-bottom:2px solid #242329;
}

section.programme ul li div.time-place {
  width: 100%;
  display: flex;
  margin-bottom:20px;
  font-size:0.85em;
}

section.programme ul li div.time-place time {
  width: 100%;
  font-size: 1.3em;
}

section.programme ul li div.film {
  height:100%;
}

section.programme ul li div.film a {
  font-size: 1.3em;
  font-weight: bold;
  width:100%;
  display: block;
  margin-bottom:8px;
}
section.programme ul li div.film a:hover, section.programme ul li div.time-place a:hover {
  color: #F26130;
}
section.programme ul li div.film span {
  margin-bottom:12px;
  display: block;
}
section.programme ul li div.place {
  width: 25%;
  text-align: right;
}

section.thumbs {
  clear: both;
  position: relative;
  width: 100%;
  height: 405px;
  overflow: hidden
}

div.thumbs-container {
  position: relative;
  left: 0;
  width: 2400px;
  height: 405px;
  margin: 0 auto;
}

div.thumbs-container ul {
  list-style: 0;
  padding: 0;
  width: 470px;
  height: 405px;
  float: left;
  margin: 0 10px 0 0;
}

div.thumbs-container ul:nth-child(odd) li:first-child {
  width: 470px;
  height: 264px;
  margin-bottom: 10px
}

div.thumbs-container ul:nth-child(even) li:last-child {
  width: 470px;
  height: 264px;
  margin-top: 10px
}

div.thumbs-container ul:nth-child(odd) li:nth-child(2) {
  margin-right: 10px
}

div.thumbs-container ul:nth-child(even) li:first-child {
  margin-right: 10px
}

div.thumbs-container ul li {
  width: 230px;
  height: 129px;
  display: inline-block;
  float: left;
  position: relative;
}

div.thumbs-container ul li img {
  width: 100%;
  height: 100%;
  display: block
}

div.thumbs-container ul li .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

div.thumbs-container ul li .details .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .75;
  z-index: 1
}

div.thumbs-container ul li .details .content {
  padding: 2em 2em 2em 6em
}

div.thumbs-container ul li .details h3,
div.thumbs-container ul li .details p {
  color: #fff;
  position: relative;
  margin: 0;
  z-index: 5
}

div.thumbs-container ul li .details h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 30px
}

div.thumbs-container ul li .details p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 21px
}

div.thumbs-container ul li .details .description {
  display: none
}

div.thumbs-container ul li .details .play {
  position: absolute;
  left: 2em;
  top: 2.4em;
  width: 3em;
  height: 3em;
  background: #fff url("/img/takeover/shortestDay2023/icon-play.png") no-repeat center center;
  background-size: 1.5em 2em;
  transition: background-color .2s linear;
  z-index: 5
}

div.thumbs-container ul li .details .ctrl-play:hover {
  background-color: #000
}

div.thumbs-container ul li .details.small .content {
  padding: 1em 1em 1em 4em
}

div.thumbs-container ul li .details.small h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px
}

div.thumbs-container ul li .details.small p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px
}

div.thumbs-container ul li .details.small .play {
  position: absolute;
  left: 1em;
  top: 1.4em;
  width: 2em;
  height: 2em;
  background-size: .75em 1em
}

div.thumbs-container ul:last.child {
  margin: 0
}

footer {
  max-width: 960px;
  margin: 0 auto;
  border-top: 6px solid #242329;
  padding: 1em 0 6em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

footer a {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  float: right;
  position: relative;
  top: -4px;
  color: #242329
}

footer a:hover {
  color: #F26130;
}

footer .copy {
  float: left
}

section.kino {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 50;
}

section.kino.active {
  display: block
}

section.kino.inspect {
  left: -9999px !important;
  display: block !important
}

section.kino .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 20px 40px
}

section.kino .current iframe {
  margin: 1em 0
}

section.kino .current h3,
section.kino .current p {
  color: #fff;
  margin: 0
}

section.kino .current h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 30px
}

section.kino .current p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 18px
}

section.kino .current p.description {
  display: none
}

section.kino .all-movies {
  overflow: hidden;
  position: relative;
  height: 95px;
  width: 100%;
  opacity: 1;
  transition: opacity .2s linear;
}

section.kino .all-movies ul {
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  height: 95px;
  width: 2624px
}

section.kino .all-movies li {
  width: 140px;
  height: 95px;
  margin: 0 24px 0 0;
  position: relative;
  float: left
}

section.kino .all-movies li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity .2s linear
}

section.kino .all-movies li h3 {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  transition: opacity .2s linear
}

section.kino .all-movies li:hover h3 {
  opacity: 1
}

section.kino .all-movies li:hover img {
  opacity: .5
}

section.kino .ctrl-prev,
section.kino .ctrl-next {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 36px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

section.kino .ctrl-prev:hover,
section.kino .ctrl-next:hover {
  color: #3fa9b8
}

section.kino .ctrl-next {
  left: auto;
  right: 0
}

section.kino .ctrl-hide-thumbs {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 .5em;
  float: right;
  color: #fff;
}

section.kino .ctrl-hide-thumbs:hover {
  color: #3fa9b8
}

section.kino.no-thumbs .all-movies,
section.kino.no-thumbs .ctrl-prev,
section.kino.no-thumbs .ctrl-next {
  opacity: 0
}

section.kino .ctrl-close {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 36px;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 1em;
}

section.kino .ctrl-close span {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 36px;
  display: inline-block;
  margin: -2px 0 0 .5em;
  float: right;
  color: #fff !important
}

section.kino .ctrl-close:hover {
  color: #fff
}

section.video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1000;
}

section.video .ctrl-close {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: right;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

section.video .ctrl-close:hover {
  color: #3fa9b8
}



@media screen and (max-width: 1400px) {
  header h1.hr {
    /*width: 600px;
    height: 400px;
    background: url("/img/takeover/shortestDay2023/maratonac.png") no-repeat left top;
    background-size: 400 600;
    background-position: center bottom;*/
  }

  header p {
    font-size: 1.6rem;
    font-size: 16px
  }
}

@media screen and (max-width: 1079px) {
  header {
    padding: 0 1em 0
  }

  main {
    padding-bottom: 35px
  }

  section.content {
    max-width: none;
    padding: 0 2em;
  }

  section.content .movies {
    margin-bottom: 2em !important
  }

  section.content .movies h2 {
    font-size: 30px;
    font-size: 3rem
  }

  section.content .movies h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px
  }

  section.content .movies p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px
  }

  section.content .movies p.tiny {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -1px
  }

  section.content .movies-new {
    margin-bottom: 2em !important
  }

  section.content .movies-new h2 {
    font-size: 30px;
    font-size: 3rem
  }

  section.content .movies-new h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px
  }

  section.content .movies-new p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px
  }

  section.content .movies-new p.tiny {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -1px
  }

  section.content .ctrl-kino.forthumbs {
    display: none
  }

  section.thumbs {
    display: none
  }

  footer a {
    margin-right: 1em
  }

  footer span {
    margin-left: 1em
  }
}


@media screen and (max-width: 1200px) {
  section.header {
    flex-wrap: wrap;
  }

  .header div.cities {
    color: #F37052;
    font-size: 1px;
  }

  .header div.cities div.separator {
    display: none;
  }

  .header div.cities span {
    display: none;
  }

  .header div.cities span.fact {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 36px;
  }

  .header div.cities span.fact:nth-of-type(2n) {
    text-align: left;
  }

  .header h1.hr {
    background-size: contain;
    background-position: bottom right;
  }

  section.lead .partners {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

}



@media screen and (max-width: 800px) {
  header {
    min-height: 0
  }

  section.content {
    padding: 0 1em;
  }

  section.content .movies {
    width: auto;
    float: none !important
  }

  section.content .movies-new {
    width: auto;
  }

  section.content .movies-new li {
    width: 100%;
  }

  body .movies.last li:first-child {
    display: none
  }

  body .movies:not(.last) {
    margin-bottom: 0 !important
  }

  /*body .movie-details {
    width: 95%;
    max-width: none;
    left: 2.5% !important
  }

  .movie-details.inspect {
    left: -9999px !important
  }
*/
  
  footer a,
  footer a.rules,
  footer .copy {
    font-size: 16px;
    font-size: 1.6rem;
    float: none !important;
    text-align: center !important;
    display: block !important;
    margin: 0 0 .25em
  }

  .ctrl-kino {
    display: none !important
  }

  main {
    padding-top: 2em
  }

  /*header h1.hr{width:auto; height:400px; background-size:100% auto; background-position:center bottom;}*/

  .header h1.hr, .header div.cities {width:100%;}
  .header h1.hr {margin-left:20px}
  .header div.cities span.fact {width:48%; display: inline-block; font-size:32px;}
  fieldset {width:30%;}

}

@media screen and (max-width: 720px) {
  header {
    position: relative;
    overflow: hidden;
  }

  header .decor-hands {
    width: 720px;
    left: 50%;
    margin-left: -360px
  }
}

@media screen and (max-width: 660px) {
  header h1 {
    top: 0
  }

  header p {
    top: 0;
    width: auto
  }

  section.content {
    top: 0
  }

  header h1.hr {
    width: 90%;
    height: auto;
    aspect-ratio: 3/2.4;
    background-size: 100% auto;
    background-position: center bottom
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 3em
  }
}

section.kino .all-movies,
section.kino .ctrl-hide-thumbs {
  display: none;
}

@media screen and (max-width: 600px) {
fieldset {width:100%;}
section.programme ul li {width:100%;}
section.programme h4 {font-size: 1.6em;}
}

@media screen and (max-width: 1024px) {
  header {padding:0;}
  header img.mobile {display:block;}
  header img.desktop {display:none;}
  section.lead h4 {max-width:100%;}
  section.lead p {max-width: 100%;}
  section.tab {margin-bottom:60px;}
  div.tabs h5.cities_title {margin-left:30px;}
  div.tabs h5 {padding: 10px;font-size: 1.35em;}
  header a.logo {width: 350px;height: 150px;bottom: auto;top: 0; right:auto;}
}
@media screen and (max-width: 479px) {
  div.tabs h5.search_title {text-indent: -9999px;white-space: nowrap;width:40px;position:relative;}
  div.tabs h5.search_title:after {content:""; position: absolute; top:0; left:0; width:60px; height:40px; background:url("/assets/images/icon-search.svg") center center no-repeat; background-size: 40%;}
}