/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 19px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.conf-contact-details {
  border-radius: 2px;
  padding: 0.4em 0.4em 1em 0.4em;
}
.conf-contact-details li {
  line-height: 1.5em;
}
.conf-contact-details li i {
  margin-right: 0.5em;
  vertical-align: middle;
}
.conf-contact-details li a,
.conf-contact-details li a:visited,
.conf-contact-details li a:hover {
  font-size: 1.1em;
  line-height: 38px;
  vertical-align: middle;
  color: #ffa500;
}
.movie-pic {
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -2px 0 8px #444;
  width: 100%;
  min-height: 180px;
  height: auto;
}
.movie-info {
  padding: 0 3px;
  background-color: #eee;
}
.movie-info span {
  background-color: #eee;
  border-bottom: 2px solid #ddd;
  border-top: 1px solid #fff;
  font-size: smaller;
  color: #222;
  display: block;
  text-align: center;
}
.movie-info--title {
  font-weight: bold;
}
@media only screen and (min-width: 400px) {
  .movie-cover {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.800000000000004%;
    margin-left: 0%;
    margin-right: 0.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .movie-cover:before,
  .movie-cover:after {
    content: '';
    display: table;
  }
  .movie-cover:after {
    clear: both;
  }
  .movie-cover:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .movie-cover:nth-child(2n+1) {
    clear: both;
  }
  .movie-cover .movie-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    background-size: cover;
  }
  .movie-cover .movie-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 55%;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
  }
}
@media only screen and (min-width: 800px) {
  .movie-cover {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 24.700000000000003%;
    margin-left: 0%;
    margin-right: 0.4%;
    border-top: 3px solid #888;
    border-bottom: 3px solid #ccc;
  }
  .movie-cover:before,
  .movie-cover:after {
    content: '';
    display: table;
  }
  .movie-cover:after {
    clear: both;
  }
  .movie-cover:nth-child(2n) {
    margin-right: 0.4%;
    float: left;
  }
  .movie-cover:nth-child(2n+1) {
    clear: none;
  }
  .movie-cover:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .movie-cover:nth-child(4n+1) {
    clear: both;
  }
}
section {
  *zoom: 1;
}
section:before,
section:after {
  content: '';
  display: table;
}
section:after {
  clear: both;
}
section .container {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
section .container:before,
section .container:after {
  content: '';
  display: table;
}
section .container:after {
  clear: both;
}
section .container:before,
section .container:after {
  content: '';
  display: table;
}
section .container:after {
  clear: both;
}
.flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
h2.montserrat {
  margin-top: 0;
}
h2.montserrat + p {
  margin-bottom: 2em;
}
#gallery {
  width: 100%;
  height: 100vh;
}
/**
 * RESPONSIVE YOUTUBE
 */
#youtube {
  background-color: #111;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  background: url("../images/bg-quote1.png") no-repeat;
  font-style: italic;
  margin: 30px;
  padding: 30px 30px 30px 50px;
}
blockquote .author {
  color: #a5a4a4;
  font-size: smaller;
}
#quote .flexer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#timer {
  color: #888;
  background: #222;
  min-height: 100px;
}
#timer .flexer {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#timer .message {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 0 0.5em;
  width: 100%;
}
#timer .message h2 {
  color: #fff;
  margin: 0.5em 0 0.1em 0;
  font-size: 2em;
  font-weight: bold;
}
#timer .message p {
  margin-top: 0;
}
#timer .around-hms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fac42b;
}
#timer .flip-clock-wrapper {
  width: auto;
}
@media only screen and (min-width: 800px) {
  #timer .message {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    padding-right: 2em;
    width: auto;
  }
  #timer .around-hms {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#speakers {
  background-color: #f0f0f0;
  padding: 100px 30px;
}
#speakers h2 {
  font-size: 2em;
  text-align: center;
}
#speakers .container {
  text-align: center;
}
#speakers .container .speaker {
  text-align: center;
}
#speakers .container .speaker img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  display: block;
}
#speakers .container .person-info {
  text-align: center;
}
#speakers .container .person-info h4 {
  margin: 0.4em;
}
#speakers .container .person-info h4+p {
  margin: 0;
  font-size: smaller;
  font-weight: bold;
  color: #888;
}
@media only screen and (min-width: 800px) {
  #speakers h2 {
    text-align: left;
  }
  #speakers .container .speaker {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    color: #555;
  }
  #speakers .container .speaker:before,
  #speakers .container .speaker:after {
    content: '';
    display: table;
  }
  #speakers .container .speaker:after {
    clear: both;
  }
  #speakers .container .speaker:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #speakers .container .speaker:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1050px) {
  #speakers .container .speaker {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #speakers .container .speaker:before,
  #speakers .container .speaker:after {
    content: '';
    display: table;
  }
  #speakers .container .speaker:after {
    clear: both;
  }
  #speakers .container .speaker:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  #speakers .container .speaker:nth-child(2n+1) {
    clear: none;
  }
  #speakers .container .speaker:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  #speakers .container .speaker:nth-child(4n+1) {
    clear: both;
  }
}
#news {
  background-image: url("../images/news/bg-testimonial.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 30px;
  color: #fff;
}
#news .container {
  background-color: rgba(0,0,0,0.7);
  border-radius: 5px;
  padding: 1em;
}
#news h2.montserrat {
  font-size: 0.9em;
}
#news .conf-details {
  font-size: smaller;
  font-weight: bold;
}
@media only screen and (min-width: 800px) {
  #news h2.montserrat {
    font-size: 1.4em;
  }
}
#press_gallery {
  background-color: #333;
  color: #fff;
}
#press_gallery h2.montserrat {
  font-size: 2em;
}
#press_gallery .container {
  padding: 80px 30px;
}
#press {
  background-color: #333;
  color: #fff;
}
#press h2.montserrat {
  font-size: 2em;
}
#press .container {
  padding: 80px 30px;
}
#press .container .pdf-download {
  background-color: rgba(0,0,0,0.2);
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
#press .container .pdf-download span.box-caption {
  display: block;
  margin-top: 15px;
  color: #ffa500;
}
#press .container .pdf-download a {
  color: #ffa500;
}
#press .container .pdf-download a img {
  max-width: 100%;
  display: block;
}
#press .container .flexer {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#press .container .pdf-boxes {
  margin-top: 2em;
}
#sponsors .container {
  padding: 80px 30px;
}
#sponsors .container .flexer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sponsors .container .sponsor {
  padding: 13px;
  margin-bottom: 13px;
  margin-right: 5px;
  border: 2px dotted #ffa500;
}
#sponsors .container .sponsor img {
  max-width: 135px;
  display: block;
}
#sponsors h2.montserrat {
  font-size: 2em;
}
@media only screen and (min-width: 800px) {
  .conf-contact-details {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .conf-contact-details:before,
  .conf-contact-details:after {
    content: '';
    display: table;
  }
  .conf-contact-details:after {
    clear: both;
  }
  .conf-contact-details:last-child {
    margin-right: 0%;
  }
}
#program {
  background-color: #fff;
  color: #222;
}
#program h2.montserrat {
  font-size: 2em;
}
#program .container {
  padding: 80px 30px;
}
#program .container .panzoom {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#program .container .panzoom:before,
#program .container .panzoom:after {
  content: '';
  display: table;
}
#program .container .panzoom:after {
  clear: both;
}
#program .container .panzoom:last-child {
  margin-right: 0%;
}
#program .container .panzoom img {
  max-width: 100%;
}
.zoomin {
  width: 100px;
  height: 40px;
}
#festival {
  background-color: #333;
  color: #fff;
}
#festival h2.montserrat {
  font-size: 2em;
}
#festival .container {
  padding: 80px 30px;
}
#contact {
  background-color: #333;
  color: #fff;
}
#contact h2.montserrat {
  font-size: 2em;
}
#contact .container {
  padding: 80px 30px;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul a {
  text-decoration: none;
  font-size: 14px;
}
#cd-nav ul {
/* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  border: 2px solid #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232,74,100,0.4);
  background: #fff;
  visibility: hidden;
/* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 1;
/* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
}
#cd-nav ul li {
/* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
  z-index: 33;
}
#cd-nav ul.is-visible li:nth-child(1) {
/* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
          animation: cd-slide-in 0.2s;
}
#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
          animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
          animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
          animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
          animation: cd-slide-in 0.6s;
}
#cd-nav li a {
  display: block;
  padding: 0.3em;
  border-bottom: 1px solid #eff2f6;
  color: #333;
  font-size: 19px;
}
#cd-nav li:last-child a {
  border-bottom: none;
}
img#logo {
  vertical-align: middle;
  max-width: 150px;
}
@media only screen and (min-width: 1170px) {
  img#logo {
    max-width: 100px;
  }
  #cd-nav ul {
/* the navigation moves to the top */
    position: absolute;
    background-color: #fff;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  #cd-nav li {
    display: inline-block;
  }
  #cd-nav li a {
    opacity: 1;
    font-weight: bold;
    margin: 0 0.8em;
    border-bottom: none;
  }
  #cd-nav li a:hover {
    color: #800000;
  }
  #cd-nav.is-fixed ul {
/* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 20px;
    top: auto;
    background: #fff;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(232,74,100,0.4);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  #cd-nav.is-fixed ul li {
    display: block;
  }
  #cd-nav.is-fixed ul li a {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }
  #cd-nav ul.has-transitions {
/* this class is used to bring back transitions when the navigation moves at the bottom right */
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  }
  #cd-nav ul.is-visible {
/* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
  }
  #cd-nav ul.is-hidden {
/* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.cd-nav-trigger {
  position: fixed;
  outline: 0;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232,74,100,0.4);
/* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 34;
}
.cd-nav-trigger span {
/* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e84a64;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
/* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 0s, -webkit-transform 0.3s;
  transition: background 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s, -webkit-transform 0.3s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
  background: rgba(232,74,100,0);
}
.cd-nav-trigger.menu-is-open span::before,
.cd-nav-trigger.menu-is-open span::after {
  background: #e84a64;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
/* the the menu triger is hidden by default on desktop devices */
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  }
  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
            animation: cd-bounce-in 0.3s linear;
  }
}
