/* Edit style.less, not this file. */
/*------------------------------------------------------------------

[Table of contents]

1. General settings
2. Global navigation
4. Content
5. Home
6. Gallery
7. Videos
8. Cast9
9. Filmmakers
10. Stroy 
11. Awards
12. Oops
13. Partners
14. Footer
15. Animation Initalization
16. Media Queries

-------------------------------------------------------------------*/
@font-face {
  font-family: 'LibreBaskerville Regular';
  src: url('css/fonts/libre-baskerville/regular.eot');
  src: url('css/fonts/libre-baskerville/regular.eot?#iefix') format('embedded-opentype'), url('css/fonts/libre-baskerville/regular.woff2') format('woff2'), url('css/fonts/libre-baskerville/regular.woff') format('woff'), url('css/fonts/libre-baskerville/regular.ttf') format('truetype'), url('css/fonts/libre-baskerville/regular.svg#libre_baskervilleregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LibreBaskerville Italic';
  src: url('css/fonts/libre-baskerville/italic.eot');
  src: url('css/fonts/libre-baskerville/italic.eot?#iefix') format('embedded-opentype'), url('css/fonts/libre-baskerville/italic.woff2') format('woff2'), url('css/fonts/libre-baskerville/italic.woff') format('woff'), url('css/fonts/libre-baskerville/italic.ttf') format('truetype'), url('css/fonts/libre-baskerville/italic.svg#libre_baskervilleitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LibreBaskerville Bold';
  src: url('css/fonts/libre-baskerville/bold.eot');
  src: url('css/fonts/libre-baskerville/bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/libre-baskerville/bold.woff2') format('woff2'), url('css/fonts/libre-baskerville/bold.woff') format('woff'), url('css/fonts/libre-baskerville/bold.ttf') format('truetype'), url('css/fonts/libre-baskerville/bold.svg#libre_baskervillebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
a,
img {
  border: none;
  outline: none;
  text-decoration: none;
}
body {
  position: relative;
}
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
}
html {
  background-color: #000000;
}

li {
  list-style: none outside none;
}
.hidden {
  opacity: 0;
}
.invisible {
  display: none;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.anim {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.mobile-size {
  display: none;
}
.desktop-size {
  display:block;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/*====================================================================

        [Global navigation]

  ====================================================================*/
.spredfast > div > iframe body {
  background: transparent !important;
}
.wrapper > header {
  position: absolute;
  width: 100%;
  height: 5.4em;
  background: #435047 none no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 101;
}
.wrapper > header ul {
  white-space: nowrap;
  display: inline-block;
}
.wrapper > header li {
  display: inline-block;
  padding: 2em 1.1em 1.6em;
}
.wrapper > header li a {
  font-weight: normal;
  font-size: 1.4em;
  font-family: 'LibreBaskerville', Times, serif;
  text-transform: uppercase;
/*  font-style: italic;
*/  color: #fefefe;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.wrapper .tickets li {
  height: 2.2em;
  background: #000000;
  padding-left: 1em;
  padding-right: 1em;
}
.wrapper .tickets li a {
  font-family: 'LibreBaskerville Regular', Time, serif;
}
.wrapper > header > .social {
  position: absolute;
  right: 0;
  height: inherit;
  white-space: nowrap;
}
.wrapper.desktop > header > .social:hover {
  background: #000000;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wrapper > header .social .action {
  background: transparent url("images/social_buttons.svg") no-repeat scroll 0 1.6em / 90% auto;
  display: block;
  height: 3.1em;
  padding: 0 0.3em 2.2em 0;
  width: 7.1em;
}
.wrapper > header .menu-btn {
  position: absolute;
  display: none;
}
.wrapper > header .menu-btn img {
  margin: 12px 10px;
}
.wrapper > header .social-menu {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 120%;
  top: 0;
  -webkit-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  z-index: 3;
  text-align: center;
}
.wrapper > header .social-menu .close {
  position: absolute;
  display: block;
  width: 100%;
  top: 1em;
}
.wrapper > header .social-menu .close img {
  width: 20px;
  height: 20px;
}
.wrapper > header .social-menu.open {
  left: 0%;
}
.wrapper > header .social-menu ul {
  margin-top: 5em;
}
.wrapper > header .social-menu ul li {
  margin: 10px 0px;
  display: block;
}
.wrapper > header .social-menu ul,
.wrapper > header .social-menu ul li {
  width: inherit;
  padding: 0px;
  text-align: center;
}
.wrapper > header .social-menu a img {
  max-width: 55px;
}
.wrapper.desktop > header .social-menu a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
/*====================================================================

        [Content]

  ====================================================================*/
.wrapper > .container {
  /*height: auto;
  min-height: 100%;*/
  background: #e5e2c1 url("images/koc_bkg_2.jpg") no-repeat !important;
  background-position: top center;
  background-size: cover !important;
  background-attachment: fixed !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h3 {
  color: #fff;
  font-size: 1.7em;
  margin: 0em 1em;
  display: inline;
}
h2 {
  font-size: 2em;
  color: #106716;
}
h4 {
  font-size: 2em;
  color: #ff9600;
}
h6 {
  color: #7c8581;
  font-size: 1em;
}
.spredfast {
  width: inherit;
}
.container > section {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  opacity: 0;
}
.container > section > .content {
  height: auto;
}
.container > section {
  position: relative;
  text-align: center;
  padding-top: 6.5em;
}
.container > section > .title {
  margin: 40px 20px 10px;
  display: none;
}
.container > section > .title h1 {
  font-family: 'LibreBaskerville Regular', Times, serif;
  font-size: 3em;
  color: #43332d;
  padding: 5px 5px 1em 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-con {
  display: table;
  width: 100%;
  margin-bottom: 4em;
}
.menu-con > a {
  display: none;
}
.tc-small,
.tc-big {
  display: table-cell;
  text-align: left;
}
.tc-small {
  width: 25%;
}
.tc-big {
  width: 75%;
  text-align: left;
  padding: 2em;
}
.tc-big img {
  padding-right: 3em;
  float: left;
  width: 17em;
  height: 19.5em;
}
.tc-big h3,
.tc-big h4 {
  font-family: 'LibreBaskerville Bold', Times, serif;
  color: #43332d;
}
.tc-big h3 {
  font-size: 3.3em !important;
  letter-spacing: 0;
  margin: 0;
}
.tc-big h4 {
  font-size: 1.8em !important;
  font-weight: 400;
  margin-bottom: 1em;
}
p {
  font-family: 'LibreBaskerville Regular', Times, serif;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 0 2em 0;
  color: #43332d;
  letter-spacing: 0.1em;
  text-align: left;
}
.tc-small ul {
  position: relative;
}
.tc-small ul li {
  margin: 0.8em 2em;
}
.tc-small a {
  font-family: 'LibreBaskerville Regular', Times, serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #43332d;
}
.tc-small a.selected,
.wrapper.desktop .tc-small a:hover {
  font-family: 'LibreBaskerville Bold', Times, serif;
}
/*====================================================================

        [Section - Home]

  ====================================================================*/
.wrapper .lower-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2.7em;
}
.tagline-mobile {
  display: none;
}
.tagline-mobile img {
  width: 100%;
}
.container > section.home {
  max-width: none;
  padding-top: 0 !important;
  position: static;
}
.container > section .tagline h3 {
  color: #fefefe;
  font-weight: 700;
}
.container > .home .content {
  text-align: center;
}
.container .home-bg {
  padding-top: 4.5em;
}
.container > .home .release-date {
  margin: 0;
}
.container .release-date h3 {
  font-family: 'LibreBaskerville Bold', Times, serif;
  font-size: 1.1em;
  color: #43332d;
  text-transform: uppercase;
  padding-top: 1em;
  letter-spacing: 0px;
  display: block;
}
html.internal .container .release-date h3 {
  font-size: 2em;
  padding-top: 0;
}
.release-date img {
  margin: 0 auto;
}
.title-logo img,
.tagline img {
  max-width: 50%;
  height: auto;
}
.pedigree img {
  max-width: 55%;
}
.section-home .pedigree,
.section-home .title-logo,
.section-home .tagline,
.section-home .trailer,
.section-home .promo {
  text-align: center;
}
.section-home .promo {
  /*height: 8em;
  width: 100%;
  position:absolute;
  bottom: 0;
  right: 0;
  */

}

.section-home .promo.with-cta {
  bottom: 9em;
}

.section-home .trailer {
  background-color: rgba(255, 255, 255, 0.5);
}
.title-logo {
  margin: 34px 0 1em 0;
}
.section-home .pedigree,
.section-home .title-logo,
.section-home .tagline {
  margin: 1.5em 0;
}
.title-logo {
  margin-bottom: 1em;
}

.trailer {
  padding: 0.9em 0 0.62em 0;
}

.trailer a {
  display: inline-block;
  background: #435047;
  margin: 0 5px;
  width:18em;
  height:6em;
  /*padding: 2.6em 1.4em;*/
  -webkit-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease ;
  transition: transform 0.5s ease;
  font-family: 'LibreBaskerville Regular', Times, serif;
  font-size: 0.9em;
}
.wrapper.desktop .trailer a:hover {
  /*background: #024d61;*/
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.trailer a img {
  display: inline;
  width:100%;
  height:100%;
}
.trailer a svg {
  width: 1.2em;
  height: 1.2em;
  display: inline;
  margin-left: 1em;
  vertical-align: middle;
  position:relative;
  top:-0.2em;
}
.trailer a path {
  fill: #fff;
}
.trailer a > span {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.82em !important;
  font-weight: normal !important;
  display: table;
  vertical-align: middle;
  margin: 0 !important;
  text-transform: uppercase;
  width:100%;
  height:100%;
}

/* 01.25*/
.trailer a > span > span {
  display: table-cell;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 1em;
  vertical-align: middle;
}

.promo {
  height: 12em;
  position: relative;
}
.promo figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.promo figure img {
  width: 100%;
  height: auto;
}
.promo figure.far {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  opacity: 0;
  z-index: 9;
}
.promo figure.away {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0;
  z-index: 11;
}
.container > section > .content {
  padding-top: 2em;
}
.cta {
  width: inherit;
  height: 8.4em;
  text-align: center;
  position: relative;
}
.cta > a {
  margin-top: 1em;
  display: inline-block;
  width: 36.3em;
  height: 6.4em;
  background: #fefefe;
  background: -webkit-linear-gradient(#fe942c, #c97824);
  background: -o-linear-gradient(#fe942c, #c97824);
  background: -moz-linear-gradient(#fe942c, #c97824);
  background: linear-gradient(#fe942c, #c97824);
  color: #fff;
  font-weight: 400;
  margin: 1em 0.5em;
  vertical-align: top;
  letter-spacing: 0.2em;
  font-size: 0.6em;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.cta > a.image-only {
  background: none;
}
.wrapper.desktop .cta > a:hover {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.wrapper.desktop .home-bg .cta > .image-only:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cta > a > p,
.cta > a > span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
  display: inline-block;
  margin: 0;
  line-height: 1;
  text-align: center !important;
}
.cta > a > span {
  vertical-align: middle;
  line-height: 1.9em;
}
.cta > a > p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.cta > a img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.cta > a img {
  margin-right: 2em;
  margin-top: 0.5em;
}
.cta > a img.uber {
  margin-right: 5em;
  width: 5.4em;
  height: 5.4em;
}
/*====================================================================

        [Section - Gallery]

  ====================================================================*/
.container > section.photos {
  max-width: 100%;
  padding-top: 0;
}
.container > section.photos .title-logo,
.container > section.photos .release-date {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.container > section.photos .title-logo {
  bottom: 5em;
}
.container > section.photos .title-logo img {
  max-width: 30%;
}
.container > section.photos .release-date {
  bottom: 3.5em;
}
.container > section.photos .release-date h3 {
  color: #fff;
  font-weight: 700;
  display: inline;
  font-size: 1.5em;
  margin: 0em 1em;
}
.container > section.photos > .content {
  padding-top: 0em;
}
.container > section.photos .swiper-container,
.container > section.photos .swiper-wrapper {
  z-index: auto;
}
.container > section.photos .swiper-wrapper,
.container > section.photos .swiper-slide {
  height: inherit;
}
.container > section.photos .swiper-pagination {
  width: 100%;
  padding-top: 1em;
}
.photos .arrow-left,
.photos .arrow-right {
  position: absolute;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease;
}
.photos .arrow-left {
  left: 4em;
}
.photos .arrow-right {
  right: 4em;
}
.wrapper.desktop .photos .arrow-left:hover,
.wrapper.desktop .photos .arrow-right:hover {
  opacity: 1;
}
.photos .p01 {
  background: url(images/photos/01.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p02 {
  background: url(images/photos/02.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p03 {
  background: url(images/photos/03.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p04 {
  background: url(images/photos/04.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p05 {
  background: url(images/photos/05.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p06 {
  background: url(images/photos/06.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p07 {
  background: url(images/photos/07.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p08 {
  background: url(images/photos/08.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p09 {
  background: url(images/photos/09.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p10 {
  background: url(images/photos/10.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p11 {
  background: url(images/photos/11.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p12 {
  background: url(images/photos/12.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p13 {
  background: url(images/photos/13.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p14 {
  background: url(images/photos/14.jpg) top center no-repeat;
  background-size: cover;
}
.photos .p15 {
  background: url(images/photos/15.jpg) top center no-repeat;
  background-size: cover;
}
.photos .bottom-gradient {
  background: url(images/bottom_gradient.png);
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 0;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 10px;
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000 none repeat scroll 0 0;
  border: 2px solid #fff;
  margin: 0px 5px;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-wrapper {
  z-index: auto;
}
/*====================================================================

        [Videos]

  ====================================================================*/
#player_iframe,
section.videos ul {
  width: 90%;
}
section.videos ul {
  position: relative;
  text-align: left;
  margin: 1em auto;
}
section.videos ul li {
  display: inline-block;
  width: 24.7em;
  height: 7em;
  background: rgba(0, 0, 0, 0.5);
  margin: 0.5em 0.5em;
}
section.videos ul li a {
  display: block;
  color: #fff;
  vertical-align: top;
  height: inherit;
  font-weight: 700;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease ;
  transition: background 0.5s ease;
}
.wrapper.desktop section.videos ul li a:hover,
.wrapper.desktop section.videos ul li a.selected {
  background: rgba(0, 0, 0, 0.7);
}
section.videos ul li a p {
  font-size: 1.2em;
  display: inline-block;
  width: 64%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
section.videos ul li a img {
  height: 6em;
  width: auto;
  margin: 0.5em 0 0.5em 0.5em;
  display: inline-block;
  vertical-align: middle;
}
section.videos .content {
  padding-bottom: 30px;
}
/*====================================================================

        [Cast]

  ====================================================================*/
.container > section.cast > .title {
  border-top: none;
  display: block;
}
.container > section.cast > .content {
  padding-top: 0em;
}
.container > section.cast > .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.cast > .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Filmmakers]

  ===================================================================*/
.container > section.filmmakers > .title {
  border-top: none;
  display: block;
}
.container > section.filmmakers > .content {
  padding-top: 0em;
}
.container > section.filmmakers > .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.filmmakers > .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Story]

  ====================================================================*/
.container > section.story > .title {
  border-top: none;
  display: block;
}
.container > section.story > .content {
  padding-top: 0;
  text-align: left;
  padding: 0 20px;
  color: #fff;
}
.container > section.story > .content p {
  padding-top: 0;
}
/*====================================================================

        [Awards]

  ====================================================================*/
.container > section.awards > .content {
  padding: 4em;
  text-align: left;
}

article p {
  margin: 0 !important;
  color: #43332d;
  font-weight: 700;
}
.container > section.awards article {
  margin: 4em 0 !important;
}

section.awards .laurels {
	width: 70%;
	margin: 0 auto 3em auto;
	text-align: center;
}

section.awards .laurels img {
	width:33%;
	margin-top: 3em;
	vertical-align: middle;
}

section.awards .laurels .whole-line {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.awards .horizontal-box {
	width: 40%;
	margin: 0 auto;
}

section.awards .horizontal-box.alt {
	width: 70%;
	margin-top: 3em;
	text-align: center;
}

section.awards .horizontal-box.alt img {
	width: 33%;
}

@media only screen and (max-width: 768px) {
  .container > section.awards > .content {
    padding-bottom: 100em;
  }
  .container > section.awards > .content img {
    display: block;
    width: 100%;
    max-width: 371px;
    margin: 0 auto 20em auto;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (max-width: 768px) and (orientation: portrait) {
  .container > section.awards > .content img {
    margin-bottom: 10em;
  }
}
/*====================================================================

        [Rewiews]

  ====================================================================*/
.container > section.reviews {
  margin: 0 auto;
  max-width: 1100px;
}
.container > section.reviews > .content {
  padding: 30px 20px;
  text-align: center;
}
.container > section.reviews p {
  line-height: 1.7;
  color: #000000 !important;
  text-align: center !important;
}
.container > section.reviews article {
  margin: 6em 0;
}
/*====================================================================

        [Oops]

  ====================================================================*/
.container > section.oops > .title {
  border-top: none;
  display: block;
}
.container > section.oops {
  max-width: 770px;
}
.container > section.oops .content {
  padding-top: 0;
}
.container > section.oops p {
  line-height: 1.7;
  color: #ff9600;
  text-align: center !important;
  font-size: 2.3em;
  margin: 0.5em 20px;
}
/*====================================================================

        [Partners] 

  ====================================================================*/
.container > section.partners > .title {
  border-top: none;
  display: block;
}
.container > section.partners {
  text-align: center;
}
.container > section.partners .content {
  padding: 0;
}
.container > section.partners ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 5em;
}
.container > section.partners li {
  width: 30em;
  display: table-cell;
  padding: 2em 3em;
  text-align: left;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.container > section.partners li img {
  width: 100%;
  max-width: 270px;
}
.container > section.partners li > a {
  width: inherit;
  display: block;
  border-radius: 2px;
  background: -webkit-linear-gradient(#fefefe, #cbd0d3);
  background: -o-linear-gradient(#fefefe, #cbd0d3);
  background: -moz-linear-gradient(#fefefe, #cbd0d3);
  background: linear-gradient(#fefefe, #cbd0d3);
  padding: 1.5em 0px;
  font-size: 1.4em;
  color: #48514e;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: -2em;
}
.container > section.partners {
  margin-bottom: 30px;
}
/*====================================================================

        [Cities]

  ====================================================================*/
.container > section.cities > .title {
  display: block !important;
  border: none;
}
.container > section.cities .content {
  overflow: hidden;
}
.container > section.cities .content ul li {
  width: 70%;
  height: auto;
  margin: 2em auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8em;
}
.container > section.cities .content ul li p {
  font-size: 2.3em;
  padding: 0;
  margin: 0;
  color: #43332d;
  font-weight: 700;
}
.container > section.cities .content ul li .left {
  width: 70%;
  float: left;
  text-align: left;
}
.container > section.cities .content ul li .right {
  width: 30%;
  float: right;
  text-align: right;
}
.container > section.cities .content ul {
  padding-bottom: 8em;
}
@media only screen and (max-width: 769px) {
  .container > section.cities .content ul li {
    width: 90%;
    font-size: 1em;
    clear: both;
    height: auto;
  }
  .container > section.cities .content ul li .left {
    width: 55%;
  }
  .container > section.cities .content ul li .right {
    width: 45%;
  }
  .container > section.cities .content ul li .left p,
  .container > section.cities .content ul li .right p {
    line-height: 1.4em;
    padding-bottom: .4em;
  }
  .container > section.cities .content ul li .right p {
    text-align: right;
  }
}
/*====================================================================

        [Footer]

  ====================================================================*/
.wrapper footer {
  width:inherit;
  background: #020202;
  position: relative;
  text-align: center;
  font-weight: 700;
  border-top: 2px solid #8a6a5b;
}
.wrapper footer ul {
  display: inline-block;
  margin: 1.5em 2em 0 2em;
}
.wrapper footer li {
  display: inline-block;
  margin: 0 1em;
  color: white;
}
.wrapper footer .copyright {
  display: inline-block;
  text-transform: uppercase;
}
.wrapper footer .copyright,
.wrapper footer a {
  font-size: 0.9em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 3em;
  font-weight: normal;
}
.wrapper footer ul li a {
  font-family: 'LibreBaskerville Italic', Times, serif;
}
.wrapper footer .copyright {
  font-family: 'LibreBaskerville Regular', Times, serif;
}
.wrapper footer > img {
  width: 90%;
  margin: 20px auto;
}
.wrapper footer > a {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease;
}
.wrapper.desktop footer ul li a:hover {
  opacity: 0.6;
}
.wrapper footer .popup {
  position: fixed;
  background: #000000;
  padding-top: 8em;
  bottom: -1000px;
  width: 100%;
}
.wrapper footer .popup.open {
  bottom: 0;
  display: block;
  z-index: 1000;
}
.wrapper footer .popup .close {
  position: absolute;
  width: 4.9em;
  height: 4.9em;
  top: 10em;
  right: 5.7em;
}
.wrapper footer .popup .close polygon {
  fill: #ffffff;
}
.wrapper footer .popup > img {
  max-width: 1400px;
  width: 90%;
  margin: 2em auto;
}
.wrapper footer .popup ul {
  display: block;
}
.wrapper footer .popup ul li a {
  font-size: 1.2em;
  color: #ffffff;
}
.wrapper footer .popup .copyright {
  color: #ffffff;
  margin-bottom: 2em;
  display: block;
}

.wrapper footer .pg-popup-container {
  bottom: 0;
  height: 20em;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 30em;
}

.wrapper footer .pg-popup {
  position: absolute;
  right: 0;
  bottom: 1.6em;
  padding: 1em 0;
  background:#000000;
  font-size: 1.3em;
  width:18em;

}
.wrapper footer .pg-popup a {
  color: #fff;
  font-size: 0.8em;
  margin-top: 0.4em;
}
.wrapper footer .pg-popup ul {
  display: block;
}
.wrapper footer .pg-popup.init {
  bottom: -20em;
}
.section-home footer {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-home footer a,
.section-home footer .copyright {
  color: #fff;
}
/*====================================================================

        [Animation initalization] 

  ====================================================================*/
header {
  -webkit-transition: margin-top 0.7s ease;
  -ms-transition: margin-top 0.7s ease;
  transition: margin-top 0.7s ease;
}
footer {
  -webkit-transition: bottom 0.7s ease;
  -ms-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
}
.wrapper > header.init {
  margin-top: -5.4em;
}
.wrapper > header .tickets.init {
  margin-right: 10em;
  opacity: 0;
}
header .menu a.init {
  opacity: 0;
}
footer.init {
  bottom: -5em;
}
section.active {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .wrapper > header li a:after,
  .home-btn a:after {
    display: block;
    width: auto;
    max-width: 0px;
    height: inherit;
    content: "";
    margin: 0 auto;
    border-bottom: 1px solid #e8dfb8;
    -webkit-transition: max-width 0.7s ease;
    -ms-transition: max-width 0.7s ease;
    transition: max-width 0.7s ease;
  }
  .wrapper > header li a.selected:after {
    border-bottom: 1px solid #e8dfb8;
    max-width: 200px;
  }
  .wrapper.desktop > header .menu li a:hover:after,
  .home-btn a:hover:after {
    border-bottom: 1px solid #e8dfb8;
    max-width: 200px;
  }
  .wrapper > header #tickets a:after {
    border-color: #ffffff;
  }
  /*========== [Home] =====================================================================*/
  .container > .home {
    opacity: 0;
  }
  .container > .home .release-date {
    opacity: 0;
    margin-left: -40px;
  }
  .container > .home .pedigree {
    opacity: 0;
    margin-left: 40px;
  }
  .container > .home .title-logo {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .container > .home .tagline {
    opacity: 0;
    margin-left: 40px;
  }
  .container > .home .trailer {
    opacity: 0;
    margin-left: -40px;
  }
  .container > .home .trailer {
    opacity: 0;
  }
  .container > .home.active {
    transition: opacity 1s ease 0.5s;
    opacity: 1;
  }
  .container > .home.active .release-date {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
    padding-top:20px;
  }
  .container > .home.active .pedigree {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .title-logo {
    -webkit-transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-out 0.5s;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .container > .home.active .tagline {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .trailer {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
  }
  .container > .home.active .trailer {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
    margin-left: 0px;
  }
  .container > .home.active .promo {
    -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
    opacity: 1;
  }
  /*========== [Photos] =====================================================================*/
  .container > .photos .arrow-left {
    left: 8em;
    opacity: 0;
    z-index: 100;
  }
  .container > .photos.active .arrow-left {
    -webkit-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    -ms-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
    left: 4em;
    opacity: 1;
  }
  .container > .photos .arrow-right {
    right: 8em;
    opacity: 0;
    z-index: 100;
  }
  .container > .photos.active .arrow-right {
    -webkit-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    -ms-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
    right: 4em;
    opacity: 1;
  }
  /*========== [Cast] =====================================================================*/
  /*========== [Filmmakers] ===============================================================*/
  .tc-small > ul > li {
    -webkit-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    margin-left: 5em;
    opacity: 0;
  }
  .active .tc-small > ul > li:nth-child(1) {
    -webkit-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(2) {
    -webkit-transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    transition: opacity 0.5s ease-in 0.05s, margin-left 0.5s ease-out 0.05s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(3) {
    -webkit-transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    -ms-transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    transition: opacity 0.5s ease-in 0.1s, margin-left 0.5s ease-out 0.1s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(4) {
    -webkit-transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    -ms-transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    transition: opacity 0.5s ease-in 0.15s, margin-left 0.5s ease-out 0.15s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(5) {
    -webkit-transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    -ms-transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    transition: opacity 0.5s ease-in 0.2s, margin-left 0.5s ease-out 0.2s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(6) {
    -webkit-transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    -ms-transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    transition: opacity 0.5s ease-in 0.25s, margin-left 0.5s ease-out 0.25s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(7) {
    -webkit-transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    -ms-transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    transition: opacity 0.5s ease-in 0.3s, margin-left 0.5s ease-out 0.3s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(8) {
    -webkit-transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    -ms-transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    transition: opacity 0.5s ease-in 0.35s, margin-left 0.5s ease-out 0.35s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(9) {
    -webkit-transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    -ms-transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    transition: opacity 0.5s ease-in 0.4s, margin-left 0.5s ease-out 0.4s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(10) {
    -webkit-transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    -ms-transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    transition: opacity 0.5s ease-in 0.45s, margin-left 0.5s ease-out 0.45s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(11) {
    -webkit-transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    transition: opacity 0.5s ease-in 0.5s, margin-left 0.5s ease-out 0.5s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(12) {
    -webkit-transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    -ms-transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    transition: opacity 0.5s ease-in 0.55s, margin-left 0.5s ease-out 0.55s;
    margin-left: 2em;
    opacity: 1;
  }
  .active .tc-small > ul > li:nth-child(13) {
    -webkit-transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    -ms-transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    transition: opacity 0.5s ease-in 0.6s, margin-left 0.5s ease-out 0.6s;
    margin-left: 2em;
    opacity: 1;
  }
  /*========== [Reviews] ===============================================================*/
  .container > .reviews article {
    -webkit-transition: opacity 0.5s ease-in 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s;
    transition: opacity 0.5s ease-in 0.05s;
    opacity: 0;
  }
  .container > .reviews.active article:nth-child(1) {
    -webkit-transition: opacity 0.5s ease-in 0.05s;
    -ms-transition: opacity 0.5s ease-in 0.05s;
    transition: opacity 0.5s ease-in 0.05s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(2) {
    -webkit-transition: opacity 0.5s ease-in 0.1s;
    -ms-transition: opacity 0.5s ease-in 0.1s;
    transition: opacity 0.5s ease-in 0.1s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(3) {
    -webkit-transition: opacity 0.5s ease-in 0.15s;
    -ms-transition: opacity 0.5s ease-in 0.15s;
    transition: opacity 0.5s ease-in 0.15s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(4) {
    -webkit-transition: opacity 0.5s ease-in 0.2s;
    -ms-transition: opacity 0.5s ease-in 0.2s;
    transition: opacity 0.5s ease-in 0.2s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(5) {
    -webkit-transition: opacity 0.5s ease-in 0.25s;
    -ms-transition: opacity 0.5s ease-in 0.25s;
    transition: opacity 0.5s ease-in 0.25s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(6) {
    -webkit-transition: opacity 0.5s ease-in 0.3s;
    -ms-transition: opacity 0.5s ease-in 0.3s;
    transition: opacity 0.5s ease-in 0.3s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(7) {
    -webkit-transition: opacity 0.5s ease-in 0.35s;
    -ms-transition: opacity 0.5s ease-in 0.35s;
    transition: opacity 0.5s ease-in 0.35s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(8) {
    -webkit-transition: opacity 0.5s ease-in 0.4s;
    -ms-transition: opacity 0.5s ease-in 0.4s;
    transition: opacity 0.5s ease-in 0.4s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(9) {
    -webkit-transition: opacity 0.5s ease-in 0.45s;
    -ms-transition: opacity 0.5s ease-in 0.45s;
    transition: opacity 0.5s ease-in 0.45s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(10) {
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s;
    transition: opacity 0.5s ease-in 0.5s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(11) {
    -webkit-transition: opacity 0.5s ease-in 0.55s;
    -ms-transition: opacity 0.5s ease-in 0.55s;
    transition: opacity 0.5s ease-in 0.55s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(12) {
    -webkit-transition: opacity 0.5s ease-in 0.6s;
    -ms-transition: opacity 0.5s ease-in 0.6s;
    transition: opacity 0.5s ease-in 0.6s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(13) {
    -webkit-transition: opacity 0.5s ease-in 0.65s;
    -ms-transition: opacity 0.5s ease-in 0.65s;
    transition: opacity 0.5s ease-in 0.65s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(14) {
    -webkit-transition: opacity 0.5s ease-in 0.7s;
    -ms-transition: opacity 0.5s ease-in 0.7s;
    transition: opacity 0.5s ease-in 0.7s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(15) {
    -webkit-transition: opacity 0.5s ease-in 0.75s;
    -ms-transition: opacity 0.5s ease-in 0.75s;
    transition: opacity 0.5s ease-in 0.75s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(16) {
    -webkit-transition: opacity 0.5s ease-in 0.8s;
    -ms-transition: opacity 0.5s ease-in 0.8s;
    transition: opacity 0.5s ease-in 0.8s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(17) {
    -webkit-transition: opacity 0.5s ease-in 0.85s;
    -ms-transition: opacity 0.5s ease-in 0.85s;
    transition: opacity 0.5s ease-in 0.85s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(18) {
    -webkit-transition: opacity 0.5s ease-in 0.9s;
    -ms-transition: opacity 0.5s ease-in 0.9s;
    transition: opacity 0.5s ease-in 0.9s;
    opacity: 1;
  }
  .container > .reviews.active article:nth-child(19) {
    -webkit-transition: opacity 0.5s ease-in 0.95s;
    -ms-transition: opacity 0.5s ease-in 0.95s;
    transition: opacity 0.5s ease-in 0.95s;
    opacity: 1;
  }
}
/*====================================================================

        [Media querys] 

  ====================================================================*/
@media only screen and (min-width: 1600px) {
  /*
    .home .pedigree, 
    .home .title-logo, 
    .home .trailer {
        margin: 1em 0;
    }

    .home .title-logo {
        padding-bottom: 1em;
    }
    */
}
@media only screen and (max-width: 1200px) {

  .tagline {
    margin-top: 0em;
  }
  .trailer {
    margin-top: 1em;
  }
}


@media only screen and (max-width: 768px) {
  /* ============== [General] =====================================*/
  .desktop-size {
    display: none;
  }
  .mobile-size {
    display: block;
  }
  .mobile-size.ib {
    display: inline-block;
  }
  .wrapper > .container {
    height: auto;
    min-height: auto;
  }
  .container > section > .title {
    display: block;
  }
  /* ============== [Global navigation] ===========================*/
  .wrapper > header {
    height: 54px;
    text-align: left;
    -webkit-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 100;
  }
  .wrapper > header li {
    padding: 16px 11px;
  }
  .wrapper > header .menu {
    margin-top: 54px;
    width: 100%;
    background: #242424;
    overflow: hidden;
  }
  .wrapper > header .menu > li {
    display: block;
    border-bottom: 1px solid #595959;
    height: 22px;
  }
  .wrapper > header .menu > li a {
    margin-left: 54px;
  }
  .wrapper > header .menu > li:first-child {
    margin-top: -500px;
  }
  .wrapper > header .menu.open > li:first-child {
    margin-top: 0px;
  }
  .wrapper > header li a {
    font-size: 11pt;
  }
  .wrapper header > .tickets {
    position: absolute;
    margin-left: 54px;
    width: 50px;
  }
  .wrapper header > .tickets li {
    height: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper > header > .social {
    background: none;
    width: 100%;
  }
  .wrapper > header > .social a {
    position: absolute;
    right: 0;
  }
  .wrapper > header .social .action {
    /*background-image: url('images/social_btn_mobile.png');
    background-position: left 12px;
    background-size: auto 30px;*/
    padding: 0 12px 12px 0;
    width: 71px;
    height: 31px;
  }
  .wrapper.desktop > header > .social:hover {
    background: none;
  }
  .wrapper > header .menu-btn {
    display: block;
    z-index: 4;
  }
  .wrapper > header .social-menu {
    left: -150%;
    right: 0;
    top: 54px;
    position: absolute;
    height: 74px !important;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .wrapper > header .social-menu.open {
    left: 0;
  }
  .wrapper > header .social-menu li a {
    position: relative;
    margin: 0px 5px;
    border: none;
    vertical-align: middle;
    height: inherit;
  }
  .wrapper > header .social-menu li a img {
    width: 40px;
  }
  .wrapper > header .social-menu .close {
    position: relative;
    display: block;
    top: auto;
    height: inherit;
  }
  .wrapper > header .social-menu .close img {
    width: 40px;
    height: 40px;
    margin-left: -2px;
  }
  .wrapper > header .social-menu ul {
    margin-top: 10px;
  }
  .wrapper > header .social-menu ul li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 45px;
  }
  /* ============== [Content] ===========================*/
  .container > section {
    padding-top: 15em;
  }
  .container > section > .title {
    margin: 30px auto;
    width: 95% !important;
  }
  .container > section > .title h1 {
    font-size: 8em;
    color: #43332d;
    font-weight: normal !important;
    padding: 10px;
  }
  .wrapper {
    height: auto;
  }

  .wrapper > .container::before {
    background-image: url(images/koc_subpage_bg.jpg) !important;
  }

  h3 {
    font-weight: 400;
    display: block;
  }
  h2 {
    font-size: 6em;
    color: #106716;
    font-weight: 400;
  }
  h4 {
    font-size: 5em;
  }
  h6 {
    font-size: 4em;
  }

  

  /*25.01*/
  .container .home-bg {
    min-height: 145em;
    height: auto;
    background: url('images/tablet_home_bg.jpg') top center no-repeat;
    background-size: 100% auto;
    padding-top: 54px;
  }
  .cta {
    background: none;
    height: auto;
  }
  .cta > a {
    margin-top: 10px;
    display: block;
    width: 95%;
    height: 64px;
    margin: 10px auto;
  }
  .cta > a > p,
  .cta > a > span {
    font-size: 10em !important;
    font-weight: 700;
  }
  .cta > a img {
    margin-right: 20px;
    margin-top: 5px;
  }
  .cta > a img.uber {
    margin-right: 5em;
    width: 54px;
    height: 54px;
  }
  .cta > a.image-only {
    display: none;
  }
  /*
	.cta {
		height: auto;
		margin-top:10em;
		margin-bottom:0px;
		padding:20em 2em;
		
	}
	
	.cta img {
		width:60%;
		display:block;
		margin:2em auto;;
	}
	*/
  .container > section.photos {
    padding-top: 6.5em;
  }
  .container > section.photos .title-logo,
  .container > section.photos .release-date {
    position: relative;
  }
  .container > section.photos .title-logo {
    margin-top: 40px;
  }
  .container > section.photos .release-date h3 {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    color: #43332d;
  }

  .menu-con {
    width: 100%;
    display: block;
    margin-bottom: 4em;
  }
  .menu-con > a {
    width: 95%;
    height: auto;
    display: block;
    border-radius: 3px;
    background: -webkit-linear-gradient(#fefefe, #cbd0d3);
    background: -o-linear-gradient(#fefefe, #cbd0d3);
    background: -moz-linear-gradient(#fefefe, #cbd0d3);
    background: linear-gradient(#fefefe, #cbd0d3);
    margin: 20px auto 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #000;
    font-family: 'LibreBaskerville Regular', Times, serif;
  }
  .tc-small,
  .tc-big {
    display: block;
  }
  .tc-small {
    width: 100%;
  }
  .tc-big {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .tc-big img {
    padding-right: 3em;
    width: 170px;
    height: 195px;
    left: auto;
    float: none;
    margin-bottom: 10px;
  }

  .tc-big h3 {
    clear: both;
    font-size: 6em !important;
    margin: 0;
  }
  .tc-big h4 {
    font-size: 5em !important;
  }
  p {
    font-size: 3.8em;
    margin: 1.5em 0;
  }
  .tc-small {
    background: transparent;
    position: relative;
    height: 0;
    margin-bottom: 30px;
  }
  .tc-small ul {
    overflow: hidden;
  }
  .tc-small ul.open li:first-child {
    margin-top: -2px;
  }
  .tc-small ul li {
    background: #435047;
    padding: 10px 20px;
    border-top: 1px solid #595959;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tc-small ul li:first-child {
    margin-top: -580px;
  }
  .tc-small a {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
  }
  .tc-small a.selected,
  .wrapper.desktop .tc-small a:hover {
    font-family: 'LibreBaskerville Bold', Times, serif;
  }
  /* ============== [Home] ===========================*/
  .container > .home > .content {
    width: 100%;
    margin-left: 0%;
  }
  .release-date img {
    width: 90%;
  }
  .container > .home .release-date {
    margin: 0 auto;
    color: #fff;
    width: 100%;
  }
  .container > .home .release-date h3 {
    font-size: 3.5em;
    color: black;
  }
  .pedigree {
    display: none;
  }
  .tagline {
    padding: 7em 0em 1em;
  }
  .title-logo {
    margin-top: 4em;
    margin: 9em auto 0;
    width: 100%;
  }
  .title-logo img,
  .container > section.photos .title-logo img {
    width: 100%;
    max-width: 70%;
    height: auto;
  }
  .container > .home .title-logo {
    display: none;
  }
  .container > .home .content {
    margin-left: 0%;
    text-align: center;
    width: 100%;
  }
  .trailer,
  .title,
  .tagline,
  .pedigree {
    margin: 0 auto;
  }
  .trailer {
    padding: 0;
  }
  .trailer a {
    /* width: 80%;
    line-height: 5em;
    padding: 0.1em 0px;
    */
    border-radius: 0.2em;
    margin: 0 auto;
    font-size: 4em;
  }
  /*
  .trailer a svg {
    width: 20px;
    height: 20px;
    display: inline;
    margin-left: 10px;
  }*/
  .trailer a p {
    vertical-align: middle;
    letter-spacing: 0.1em;
    font-size: 12pt !important;
  }
  .promo {
    width: 100%;
    height: 50em;
    text-align: center;
  }
  .promo figure {
    width: 100%;
    margin: 0 auto;
  }
  .promo figure img {
    width: 90%;
  }
  /* ============== [Gallery] ===========================*/
  .photos .arrow-left img,
  .photos .arrow-right img {
    width: 20px;
    height: auto;
  }
  .photos .bottom-gradient {
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  /* ============== [Videos] ===========================*/
  section.videos ul {
    margin: 20px auto;
  }
  section.videos ul li {
    width: 100%;
    height: 100px;
    margin: 10px 0px;
  }
  section.videos ul li a img {
    height: 90px;
    width: auto;
    margin: 5px;
  }
  section.videos a p {
    margin: 0 !important;
    line-height: 1;
    font-size: 2em;
  }
  /* ============== [Awards] ===========================*/
  .container > section.award article {
    margin: 6em 0;
  }
  /* ============== [Reviews] ==========================*/
  .container > section.reviews article {
    margin: 10em 0;
  }
  /* ============== [Partners] ==========================*/
  .container > section.partners li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
    display: block;
    padding-bottom: 3em;
  }
  .container > section.partners li img {
    width: 90%;
    max-width: 1000px;
  }
  .container > section.partners li p {
    padding: 0px 20px;
    margin: 0;
  }
  .container > section.partners li > a {
    width: 90%;
    border-radius: 2px;
    padding: 15px 0px;
    font-size: 10pt;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
  }
  /* ============== [Footer] ===========================*/
  .wrapper > footer {
    position: relative;
    z-index: 1;
    height: auto;
  }
  .wrapper > footer ul {
    display: block;
    margin: 0px 1em;
  }
  .wrapper > footer li {
    display: block;
    padding: 0px 8px;
    margin: 0;
  }
  .wrapper > footer li:nth-child(odd) {
    border-right: none;
  }
  .wrapper > footer li:nth-child(2):after {
    content: "\A";
    white-space: pre;
  }
  .wrapper > footer .copyright {
    display: block;
    font-size: 7pt;
    color: #fff;
    margin: 20px 20px;
  }
  .wrapper > footer ul li a {
    font-size: 9pt;
    color: #fff;
  }
  .wrapper > footer .r-block {
    max-width: 162px;
  }
  .wrapper > footer .r-block {
    max-width: 162px;
  }
  .wrapper > footer .green-logo {
    display: block;
    width: 100%;
  }
  .wrapper > footer .green-logo img {
    width: 100%;
    max-width: 162px;
    margin: 10px auto;
  }
  .wrapper > footer .popup {
    position: relative;
    background: none;
    padding-top: 10px;
    display: none;
  }
  .wrapper > footer .popup > a,
  .wrapper > footer .popup > ul,
  .wrapper > footer .popup > div {
     display: none !important;
  }

  .wrapper > footer .popup > a.close {
    display:block !important;
    width:20px;
    height:20px;
    top:-3em;
  }
  .wrapper > footer .pg-popup {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .container .home-bg {
    background: url(images/mobile_home_bg@2x.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}
/* CMS Overrides */
.mobile-version {
  display: none;
}
.menu a {
  text-transform: uppercase;
}
.container > section.photos .swiper-pagination {
  padding: 1em 0 3em !important;
  width: 100%;
}
article.active > p {
  margin-bottom: 1em !important;
}
.container > section.reviews p,
.promo {
  color: #43332d;
}
.container > section.reviews h6,
.promo small {
  font-family: 'LibreBaskerville Regular', Times, serif;
  text-transform: uppercase;
  color: #43332d;
  font-size: 1em;
}


.review-company,
.review-company svg {
  height: auto;
}
.review-company svg {
  width: 20em;
  fill: #43332d;
}
.review-company path,
.review-company polygon,
.review-company polyline,
.review-company rect {
  fill: #43332d;
}
.review-company path.no-fill {
  fill: transparent;
}
.review-star,
.review-star svg {
  display: inline;
  width: 5em;
  fill: #43332d;
}
.promo .review-star,
.promo .review-star svg {
  width: 4em;
}
.promo .review-company svg,
.promo .review-company path,
.promo .review-company polygon,
.promo .review-company polyline,
.promo .review-company rect {
  width: 15em;
  fill: #43332d;
}
.promo p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2em;
  font-weight: 700;
  color: #43332d;
  text-align: center;
}
.promo small {
  color: #43332d;
  font-size: 0.7em;
}


@media only screen and (max-width: 768px) {
  .wrapper.section-home .container {
    background: none;
  }
  .wrapper .lower-holder {
    position: relative;
    bottom: 0 !important;
    margin-top: 125em;
    padding-top: 32em;
    padding-bottom: 0;
  }

  .section-home .promo {
    height: 20em;
  }
  .desktop-version {
    display: none;
  }
  .mobile-version {
    display: inline;
  }
  .home-btn {
    position: absolute;
    left: 160px;
  }
  .content {
    margin-bottom: 0;
  }
  section.videos ul li a p {
    width: 50%;
    font-size: 3em;
  }
  .container > section.reviews h6 {
    font-size: 2.3em;
  }
  .promo {
    width: 100% !important;
    height: 50em;
    clear: both;
    margin: 0;
  }
  .promo figure {
    height: 20em;
    display: table;
  }
  .slide {
    display: table-cell;
    vertical-align: middle;
  }
  .promo p {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 4.5em !important;
    color:#43332d !important;
    line-height: normal;
  }
  .promo .review-company {
    margin: 2em auto;
  }
  .promo .review-company svg {
    width: 40em;
    fill: #43332d;
  }
  .promo .review-company svg path,
  .promo .review-company polyline,
  .promo .review-company svg polygon,
  .promo small,
  {
    color: #43332d !important;
    fill: #43332d !important;
  }
  .container > section.story > .content {
    padding: 0em 20px 40em;
  }
  .wrapper footer {
    padding-top: 25px;
    padding-bottom: 19em;
  }
  .wrapper footer > img {
    width: auto;
  }
  .wrapper footer .mobile-size {
    margin: 25px auto 0 auto;
  }
  .wrapper footer ul {
    display: block;
    padding: 25px 0;
  }
  .wrapper footer li {
    display: block;
    text-align: center;
    margin: 0;
  }
  .wrapper footer a {
    font-size: 2em;
    line-height: 2;
  }
  .wrapper footer .copyright {
    display: block;
    font-size: 1.8em;
  }
  .wrapper footer .pg-popup.init {
    display: none;
  }
  .section-home footer {
    /* bottom: 0 !important; */
  }
}
@media only screen and (max-width: 768px) {
  .content {
    margin-bottom: 0;
  }
}
/* ============== [Tablets - portrait mode] ===========================*/

/* Hot Fixes for quick launch */
.wrapper.section-home .container {
  /*background: transparent url('images/home_bg.jpg') top center no-repeat;*/
  background-size: 100% auto;
}

.wrapper.section-home .home-bg {
  background: transparent url('images/KoC_Homepage_BG.jpg') top center no-repeat;
  background-size: cover;
  height:57em;
  position: relative;
}

.wrapper.section-home .container .home-bg  .release-date h3 {
  color: #000000;
  display: block;
  font-family: "LibreBaskerville Bold",Times,serif;
  font-size: 1.2em !important;
  letter-spacing: 0px;
  padding-top: 10px !important;
  text-transform: uppercase;
  line-height: 1em;
}

.container > .home.active .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.container > .home.active .bottom .promo {
  height:20em;
  overflow:hidden;
  font-size: 0.8em;
  width:35%;
  margin:auto;
}

.container > .home.active .bottom .promo figure {
  height:20em;
  display:table !important;
}

.container > .home.active .bottom .promo figure .slide {
  height:20em;
  display:table-cell !important;
  vertical-align: middle;
}

.container > .home.active .trailer {

}

.wrapper.section-videos > .container, .wrapper.section-details > .container {
  padding-bottom: 40px;
}

#mc_embed_signup {
  margin:auto !important;
}

section.videos ul li a p {
  position: relative;
  top:0.8em;
}

.wrapper.section-story > .container {
  background: url(images/koc_mobile_bg.jpg) no-repeat;
  padding-bottom: 20em;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .wrapper.section-home .home-bg {
    background: url(images/KoC_Tablet_Landscape_Homepage.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
  }
}

@media only screen and (max-width: 768px) {



  html.homepage {
    background: #000 !important;
  }

  .trailer a > span > span {
    font-size: 1em;
  }

  .wrapper.section-home .home-bg {
    background: url(images/tablet_home_bg@2x.jpg) top center no-repeat;
    background-color: #ebe7c6;
    background-size: contain;
    height:auto;
    position: relative;
    padding-bottom: 5em;
  }

  .container > .home.active .bottom {
    position:relative;
    margin-top:90em;
  }

  .container > .home.active .promo {
    /* margin-bottom: 10em !important; */
  }


  .container > .home.active .promo, .container > .home.active .slide, .container > .home.active figure {
    height: 60em !important;
  }

  .wrapper .trailer {
    width: 100%;
    background-color: transparent;
    padding-top:5em;
  }

  /* 01.25*/
  .container > .home.active .trailer a {
    margin:0.3em auto;
    width: 60%;
    height:auto;
  }

  .container > section.photos .release-date h3 {
    color: #43332d;
  }


  .container > .home.active .trailer a img {
    display:block;
  }

  .wrapper.section-home .container .home-bg .release-date h3 {
    font-size:2.5em !important;
  }

  .title-logo {
    margin: 1em auto 0;
  }

  .title-logo img, .container > section.photos .title-logo img {
    width:80%;
    height: auto;
    margin: 5em auto 5em;
    max-width: 85%;
    width: 100%;
  }

  section.videos ul li a p {
    position: relative;
    top:inherit;
  }

  html.internal .container .release-date h3 {
    font-size:4em;
  }

  .wrapper.section-videos > .container, .wrapper.section-cast > .container, .wrapper.section-details > .container, .wrapper.section-story > .container {
    padding-bottom:20px;
    background: #ebe7c6 url("images/koc_mobile_bg.jpg") no-repeat !important;
    background-size: 100% auto !important;

  }

  .container > section.story > .content {
    padding:0 40px 10em;
  }

  .wrapper footer .popup {
    bottom:0;
  }

  .wrapper > header .social .action {
    background: transparent url("images/social_buttons.svg") no-repeat scroll 0 2.2em / 90% auto;
  }
}

@media only screen and (max-width: 480px) {

  .wrapper.section-home .container .home-bg .release-date h3 {
    font-size:4em !important;
  }

  .wrapper > header .social .action {
    background: transparent url("images/social_buttons.svg") no-repeat scroll 0 4.6em / 90% auto;
  }

  .wrapper > .container {
     background: rgba(0, 0, 0, 0) url("images/koc_mobile_bg.jpg") no-repeat scroll 0 0 / cover !important;
  }

  .wrapper.section-home .home-bg {
    background: url("images/mobile_home_bg@2x.jpg") top center no-repeat;
    background-size: contain;
    background-color: #ebe7c6;
    padding-bottom: 5em;
  } 

  /*01.25*/
  .container > .home.active .bottom {
    margin-top:117em;
  }

  .container > .home.active .trailer a {
    margin:5px auto;
    height:auto;
  }

  .trailer a > span > span {
    font-size:1.6em;
    line-height:1.6em;
  }

  .title-logo {
    margin: 9em auto 0;
  }

  .title-logo img, .container > section.photos .title-logo img {
    width:80%;
    height: auto;
    margin: 10em auto 5em;
    max-width: 85%;
    width: 100%;
  }

  /* 01.25*/
    .container > .home.active .trailer a {
        width: 90%;
    }
}



@media only screen and (min-width: 1200px) {
  footer {font-size:10px !important;}
}

.home-btn, .home-btn a {
  display:none !important;
}
