/* .transition(all,2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Cmptn", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #ffffff;
  background-color: #15110D;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #FCE2A5;
}
a:hover {
  color: #ffffff;
}
a.button {
  display: inline-block;
  padding: 12px 24px;
  text-transform: uppercase;
  background-color: #C2001B;
  color: #ffffff;
  text-decoration: none;
  margin: 16px auto;
  font-weight: 700;
}
a.button:hover {
  background-color: #8f0014;
}
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  text-transform: uppercase;
}
b {
  font-weight: 700;
}
.bg-container {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.bg-container .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.bg-container .img1 {
  background-image: url(../bg/wps-bg01.jpg);
  opacity: 1;
}
.bg-container .img2 {
  background-image: url(../bg/white_plastic_sky_still_03.jpg);
}
.bg-container .img3 {
  background-image: url(../bg/white_plastic_sky_still_01.jpg);
}
.container {
  position: absolute;
  width: 100%;
  z-index: 200;
}
.content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 1.5em;
  margin: 0 auto;
}
nav.main-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  min-height: 48px;
  text-align: center;
  background-color: rgba(21, 17, 13, 0.8);
}
nav.main-nav .content {
  padding-top: 0;
  padding-bottom: 0;
}
nav.main-nav a.menu-toggle {
  display: block;
  padding: 12px;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}
nav.main-nav ul.menu {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
}
nav.main-nav ul.menu li {
  display: block;
  margin-bottom: 8px;
  padding: 0.5em;
}
nav.main-nav ul.menu li a {
  color: #ffffff;
}
nav.main-nav ul.menu li a:hover {
  color: #FCE2A5;
}
nav.main-nav ul.menu li.active a {
  color: #FCE2A5;
}
nav.main-nav ul.menu.open {
  background-color: #ffffff;
}
nav.main-nav ul.menu li.lang-chooser {
  margin-bottom: 2rem;
}
nav.main-nav ul.menu li.social a {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
nav.main-nav ul.menu li.social img {
  margin: 0 auto;
}
header.main-header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 48px;
  background-image: url(../bg/wps-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
header.main-header .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
header.main-header .content h1 {
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0;
}
header.main-header .content h2 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
header.main-header .content h2 span {
  font-size: 1.1em;
  font-weight: 700;
}
header.main-header .content .logo-container {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4rem;
}
header.main-header .content .logo-container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
header.main-header .content .logo-container .berlinale-logo {
  width: 100%;
  max-width: 160px;
}
header.main-header .content .logo-container .efa-logo {
  width: 100%;
  max-width: 160px;
}
header.main-header .content .logo-container .annie-logo {
  width: 100%;
  max-width: 120px;
}
header.main-header .content .wps-logo {
  margin-bottom: 2rem;
}
header.main-header .content .wps-logo.small {
  display: block;
}
header.main-header .content .wps-logo.small img {
  max-height: 300px;
}
header.main-header .content .wps-logo.large {
  display: none;
}
header.main-header .content .date {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
header.main-header .content .deadline {
  margin-top: 1.2em;
}
header.main-header .content .deadline span {
  font-weight: 700;
}
article {
  border-top: 2px dotted rgba(255, 255, 255, 0.4);
}
article .content {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(21, 17, 13, 0.3);
  border-radius: 2em;
}
article .content h2 {
  font-family: "Varvara", sans-serif;
  font-size: 2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4rem;
}
article .content p {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
article .content p.lead {
  font-size: 1.2em;
  line-height: 1.2em;
}
article .columns section {
  margin-bottom: 4em;
}
#about {
  border-top: none;
}
#about .content {
  padding-top: 4em;
  padding-bottom: 3em;
}
ul.photo-list,
ul.press-list,
ul.partner-list,
ul.award-list,
ul.festival-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.photo-list li {
  margin-bottom: 1em;
}
#cast {
  text-align: center;
}
#press .content {
  background-color: transparent;
}
ul.press-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
ul.press-list li {
  margin-bottom: 2em;
}
ul.press-list li .text .title {
  font-weight: 700;
  color: white;
}
ul.press-list li .text .source {
  font-size: 0.9em;
  font-weight: 400;
}
ul.award-list li {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}
ul.award-list li .item {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 400px;
}
ul.award-list li .item .laurel {
  position: absolute;
  top: 0;
  width: 38px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
ul.award-list li .item .laurel.left {
  left: 0;
  background-image: url(../img/baber_w_l.svg);
}
ul.award-list li .item .laurel.right {
  right: 0;
  background-image: url(../img/baber_w_r.svg);
}
ul.award-list li .item .text {
  text-align: center;
}
ul.award-list li .item .text h3 {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  font-weight: 700;
}
ul.award-list li .item .text p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9em;
}
ul.festival-list li {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 1.5rem;
}
ul.festival-list li span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}
ul.partner-list {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}
ul.partner-list li {
  padding: 0 0.5em;
}
ul.partner-list li a {
  display: inline-block;
}
ul.partner-list li a img {
  height: 60px;
  max-height: 60px;
}
ul.partner-list li a.logo-saf img {
  height: 100px;
  max-height: 100px;
}
ul.partner-list li a.logo-eurimage img {
  height: 50px;
  max-height: 50px;
}
footer {
  background-color: black;
}
footer .content {
  padding-top: 2em;
  padding-bottom: 2em;
}
footer .content h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
footer .content p {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 0;
}
footer .content .contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .contacts.social {
  margin-top: 1.5rem;
}
footer .content .contacts.social a {
  margin: 0 1rem;
  font-size: 1.5rem;
  color: white;
}
footer .content .contacts.social a:hover {
  color: #FCE2A5;
}
footer .content .copy {
  margin-top: 2em;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (min-width: 480px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
    zoom: 1;
    clear: both;
  }
  .row:before,
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  [class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .col-sm-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-sm-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-sm-3 {
    width: 25%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-sm-9 {
    width: 75%;
    float: left;
  }
  .col-sm-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-sm-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  header.main-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  article .content,
  footer .content {
    padding: 2em;
  }
  article .columns,
  footer .columns {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  article .columns section,
  footer .columns section {
    margin-bottom: 0;
  }
  #authors {
    width: calc(60% - 1em);
  }
  #authors h2 {
    text-align: left;
  }
  #cast {
    width: calc(40% - 1em);
  }
  ul.photo-list li {
    margin-bottom: 2em;
  }
  ul.press-list li {
    width: calc(50% - 1em);
  }
  ul.award-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  ul.award-list li {
    margin-bottom: 4rem;
    width: calc(50% - 1rem);
  }
  ul.festival-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  ul.festival-list li {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  ul.partner-list li {
    padding: 0 1em;
  }
  ul.partner-list li a img {
    max-height: 80px;
    height: 80px;
    width: auto;
  }
  ul.partner-list li a.logo-saf img {
    height: 140px;
    max-height: 140px;
  }
  ul.partner-list li a.logo-eurimage img {
    height: 60px;
  }
  footer .content .contacts .social img {
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  nav.main-nav {
    height: 64px;
    transition: background-color 0.2s;
  }
  nav.main-nav a.menu-toggle {
    display: none;
  }
  nav.main-nav ul.menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    margin-top: 12px;
  }
  nav.main-nav ul.menu li {
    font-size: 0.8em;
  }
  nav.main-nav ul.menu li.social {
    margin-left: 2em;
    margin-right: 1em;
  }
  nav.main-nav ul.menu li.lang-chooser {
    margin-bottom: 0;
  }
  nav.main-nav.hide {
    background-color: transparent;
  }
  header.main-header .content .logo-container {
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  header.main-header .content .logo-container .logo {
    gap: 2rem;
    width: auto;
  }
  header.main-header .content .logo-container .efa-logo {
    margin-top: 2rem;
  }
  header.main-header .content .logo-container .annie-logo {
    margin-top: 2rem;
  }
  header.main-header .content .wps-logo.small {
    display: none;
  }
  header.main-header .content .wps-logo.large {
    display: block;
  }
  article .content,
  footer .content {
    padding: 2em;
  }
}
/*# sourceMappingURL=style.css.map */