@font-face {
    font-family: "DnCe";
    src: url("../fonts/DnCeRg.ttf");
}
@font-face {
    font-family: "DnCe";
    src: url("../fonts/DnCeBd.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "DnCe";
    src: url("../fonts/DnCeMd.ttf");
    font-weight: medium;
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'DnCe', 'Helvetica Neue', Arial, sans-serif;
}

a:focus {
  outline: none;
}

.img-divider {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

@media (min-width: 1800px) {
  .img-divider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}

.img-circle {
  border-radius: 50%;
}

.navbar-default .navbar-header .navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: black;
}

.navbar-default .navbar-header .navbar-brand .main-brand {
  color: #FF8000;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 6px;
  margin-bottom: 5px;
}
.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-fixed-top {
  border: none;
}

.navbar-default {
  background-color: transparent;
  font-size: 18px;
  color: #FFFFFF;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #FFFFFF;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #FF8000;
}
.navbar-default.affix {
  background-color: white;
  opacity: 0.9;
}
.navbar-default.affix .navbar-header .navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: black;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
  color: black;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
  color: #FF8000;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: none;
  font-weight: bold;
  color: #FFFFFF;
}

#bs-example-navbar-collapse-1 > ul.lang-selection {
  padding-left: 20px;
  font-size: 16px;
}

#bs-example-navbar-collapse-1 > ul.lang-selection > li > a {
  color: #FF8000;
}

#bs-example-navbar-collapse-1 > ul.lang-selection > li > a:hover {
  color: #FFFFFF;
}

.navbar-default .navbar-toggle {
  border: none;
}

nav.affix > div > div.navbar-header > button > span.icon-bar  {
  background-color: black;
}

nav.affix-top > div > div.navbar-header > button > span.icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;

}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}

header {
  min-height: 100%;
}
header .header-content-play-button-wrapper {
/*
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/

/*  padding: 0 50px; */
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
header .header-content-play-button {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

header .header-content-festivals-wrapper {
  position: absolute;
  top: 93%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 35px;
  text-align: center;
  width: 100%;
}

header .header-content-festivals-wrapper img {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

header .header-content-festivals-wrapper img.margin-top-thirty {
  margin-top: 30px;
}
header .header-content-festivals-wrapper img.margin-top-fifteen {
  margin-top: 15px;
}
header .header-content-festivals-wrapper img.margin-top-twenty-two {
  margin-top: 22px;
}
header .header-content-festivals-wrapper img.margin-top-twenty-six {
  margin-top: 26px;
}

#facebook-imdb {
  float: right;
}

#facebook-imdb img {
  float: left;
}

#facebook-imdb span {
  margin-top: 35px;
  float: left;
  color: black;
  margin-right: 10px;
  font-size: 12px;
}

section {
  padding: 100px 40px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

section>h1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #4B4B4B;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}

section p {
  font-size: 14px;
  color: #000000;
}

#the-film p{
  margin-bottom: 20px;
  font-size: 14px;
}

.team-member {
  margin-bottom: 20px;
  cursor: pointer;
}

.team-member h2{
  font-size: 18px;
  font-weight: bold;
}

.team-member:hover h2 {
  color: #FF8000;
}

.team-member span {
  font-size: 18px;
  color: #222222;
}

#team-members {
  margin-bottom: 60px;
}

#team-members h2 {
  margin-top: 0;
}

div.back-button {
  line-height: 175px;
  cursor: pointer;
}

.team-profile {
  margin-bottom: 40px;
}

.team-profile h1{
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.team-profile h2 {
  font-size: 18px;
  color: black;
  font-weight: regular;
  margin-top: 10px;
  margin-bottom: 15px;
}

#events-facebook img {
  float: left;
  margin-right: 30px;
}

#events-facebook h2, #presskit-link h2, #gallerykit-link h2 {
  font-size: 18px;
  color: #4B4B4B;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}

#events-facebook a {
  font-size: 18px;
  color: #4B4B4B;
}

#gallery-carousel img.thumb {
  padding-right: 20px;
}

.owl-carousel {
  margin-top: 40px;
}
.event h2, .press-item h2 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.event:hover h2, .press-item:hover h2 {
  color: #FF8000;
}

.event p, .press-item p {
  margin-bottom: 3px;
  font-size: 12px;
}

.row.event, .row.press-item {
  margin-bottom: 20px;
}

.event span.country, .press-item span.country {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-transform: uppercase;
}

.logo {
  max-width: 140px;
  margin-bottom: 15px;
}

.team-logo {
  margin-bottom: 20px;
}

.button-link {
  float: left;
  font-size: 12px;
  color: #4B4B4B;
  font-weight: medium;
  text-transform: uppercase;
  border: 1px solid #FF8000;
  border-radius: 2px;
  padding: 15px 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.button-link:hover {
  text-decoration: none;
  color: #4B4B4B;
}

#presskit-link p, #gallerykit-link p {
  font-size: 18px;
  color: #4B4B4B;
}

#presskit-link p a, #gallerykit-link p a {
  text-decoration: underline;
  color: #4B4B4B;
}

.contact-col {
  margin-bottom: 30px;
}

#contact h2{
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}

#contact h3.contact-facebook {
    margin-top: 20px;
}

#contact h3 {
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 3px;
}

#contact h4 {
  font-size: 13px;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 3px;
}

#contact a {
  text-decoration: none;
  font-size: 13px;
  color: #000000;
}

#contact a:hover {
  text-decoration: underline;
}

.contact-name {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}

.contact-name-normal {
  font-size: 13px;
  color: #000000;
}

footer {
  padding: 100px 40px 100px 40px;
  font-size: 12px;
  text-align: center;
}

footer div.line {
  /*height: 40px;*/
  line-height: 40px;
}

span.copy {
  font-size: 20px;
  margin-right: 5px;
}

footer a {
  text-decoration: none;
  color: #000000;
}

footer a:hover {
  color: #000000;
}

.transparent-img {
  opacity: 0.7;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.owl-prev {
  float: left;
  font-size: 12px;
  color: #4B4B4B;
  background: none;
}

.owl-next {
  float: right;
  font-size: 12px;
  color: #4B4B4B;
  background: none;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 12px;
  color: #4B4B4B;
  background: none;
  font-weight: bold;
  opacity: 1;
  margin-top: -32px;
  padding: 0;
}

.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #4B4B4B;
  color: white;
  background: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  color: #4B4B4B;
  background-color: #4B4B4B;
}

.lb-outerContainer {
  background: none;
  border: none;
}

.lightbox .lb-image {
  border-radius: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; height: 100%;
}

#team-members, .team-profile {
  -webkit-animation-duration: 0.4s;
}

@media (max-width: 1024px) {
  #facebook-text,
  .facebook-a.link-text {
      display: none;
  }

  .navbar-default.affix .navbar-header .navbar-brand, .navbar-default.affix-top .navbar-header .navbar-brand {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .nav > li > a {
    padding-left: 30px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-form {
    float: none !important;
    padding: 0;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    line-height: 40px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -50%;
    display: block;
    width: 50%;
    height: 100% !important;
    margin: 0;
    background-color: #f8f8f8;
    transition: right 0.35s ease;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50) inset;
  }

  .navbar-collapse {
    font-size: 12px;
  }

  .navbar-collapse.in {
    right: 0;
  }

  .navbar-default .nav > li > a, .navbar-default .nav > li > a {
    color: black;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: black;
  }

  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: black;
  }

  .navbar-collapse.collapsing {
    transition: right 0.35s ease;
  }

  .navbar-default .navbar-header .navbar-brand, .navbar-default.affix .navbar-header .navbar-brand,
  .navbar-default.affix-top .navbar-header .navbar-brand {
    font-size: 13px;
  }

  .navbar-brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  body {
    position: relative;
    right: 0;
    transition: right 0.35s ease;
  }

  body.menu-slider {
    transition: right 0.35s ease;
    box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.50);
  }

  body.menu-slider.in {
    right: 50%;
    overflow: hidden;
  }

  .navbar-fixed-top {
    transition: all 0.35s ease;
  }

  body.menu-slider.in .navbar-fixed-top,  body.in .navbar-fixed-top{
    right: 50%;
    left: -50%;
    transition: all 0.35s ease;
  }

  header {
    /* min-height: 50%; */
    min-height: 70%;
  }

  .header-content-festivals-wrapper {
    visibility: hidden;
  }

  section, footer {
    padding: 50px 40px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  #contact h3 {
    margin-top: 0px;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 0px;
  }

  .button-link {
    width: 100%;
  }

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.close-button-container {
  float: right;
  margin-top: -3px;
  margin-right: -30px;
}

@media (min-width: 768px) {

  .modal {
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

#impressum {
  font-size: 12px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

#impressum h1 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

#impressum h1 span {
  color: #FF8000;
}

#impressum h2 {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div.disabled {
  display: none;
}

.modal-backdrop.in {
  opacity:0.7;
}

@media (min-width: 992px) {
  .extra-padding {
    padding-left: 23px;
  }
  .less-padding {
    padding-left: 5px;
  }
}



/***  KICKSTARTER ADDITION  ***/
#kickstarter {
    font-weight: bold;
    margin: 0 auto 48px auto;
    padding-top: 20vh;
    text-shadow: 0 2px 8px rgba(53, 53, 60, 0.72941), 0 0 5px rgba(51, 53, 62, 0.6902), 0 0 15px rgba(121, 125, 148, 0.67843);
    text-transform: uppercase;
}

#kickstarter .tagline {
    font-size: 24px;
}

#kickstarter .tagline a {
    color: white;
    text-decoration: underline;
}

#kickstarter .desc {
    font-size: 24px;
    font-weight: normal;
    margin: 24px 0 0 0;
    text-transform: none;
}

#kickstarter h1 {
    color: #FF8000;
    font-size: 52px;
    font-weight: bold;
    margin: 6px 0;
}

#kickstarter h2 {
    font-size: 18px;
}

#kickstarter .countdown {
    font-size: 48px;
    height: 68px;
    margin: 0 auto 24px auto;
}

#kickstarter .countdown .segment {
    display: inline-block;
}

#kickstarter .countdown .segment .text {
    color: #CFCFCF;
    display: inline-block;
    margin: 0 12px;
    font-size: 24px;
}

@media (max-width: 768px) {

    header .header-content-play-button-wrapper {
        padding-bottom: 40px;
        top: 15%;
    }

    .transparent-img {
        opacity: 1;
    }

    #kickstarter {
        line-height: 1.5em;
        max-width: 100%;
        padding-top: 60px;
        text-shadow: 0 2px 8px rgba(53, 53, 60, 0.72941);
    }

    #kickstarter h1 {
        font-size: 32px;
    }

    #kickstarter .tagline,
    #kickstarter .desc {
        font-size: 16px;
    }
    #kickstarter .desc {
        margin: 6px 0;
    }

    #kickstarter .countdown {
        font-size: 24px;
        height: 36px;
        margin: 12px auto 32px auto;
    }

    #kickstarter .countdown .segment .text {
        clear: left;
        color: #fff;
        display: block;
        font-size: 12px;
        margin: 0 6px;
        width: 25%;
    }
}
