/*------------------------------------------------------------------

[Table of contents]

0. Style preferences
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

-------------------------------------------------------------------*/



* {
	margin:0;
	padding:0;
}

a, img {
    border:none;
    outline:none;
    text-decoration: none;
}

html {
    background: #fff;
}

body {
    position: relative;
    overflow-y: scroll;
}


html,
body{
    height: 100%;
    min-height: 100%;

}

li {
	list-style: none outside none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


.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;
}

.mobile-size {
    display:none;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


/*====================================================================

        [Style preferences]

  ====================================================================*/

/* Default font*/
html,
body{
    font-family: 'Lato', arial, sans-serif;
}


/* Header bg*/
.wrapper > header {
    background: url(images/nav_bg_trans.png) no-repeat;
    background-size: cover;
}

/*Header menu items*/
.wrapper > header li a {
    font-family: 'Lato', arial, sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
}

/* Tickets button bg */
.wrapper .tickets li{
    background: -webkit-linear-gradient(#d51f00, #aa1900);
    background: -o-linear-gradient(#d51f00, #aa1900); 
    background: -moz-linear-gradient(#d51f00, #aa1900);
    background: linear-gradient(#d51f00, #aa1900); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d51f00', endColorstr='#aa1900');
}

/* Social button background*/
.wrapper > header > .social {
    background: rgba(255, 255, 255, 0.4);
}

/* Section header title*/
.container > section > .title h1{
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 30pt;
    color: #095929;
    font-style: italic;
    font-weight: 400;
}


/* Secondary pages release date*/
h3 {
    color: #277e23;
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 400;
}

/* Homepage release date*/
.container > section.home h3 {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.7em;
}


/*Trailer button*/
.trailer a {
    background: #578f5e;
}

.wrapper.desktop .trailer a:hover {
    background: #b12d83;
}

/* Trailer button tezt*/
.trailer a path{
    fill: #fff;
}

.trailer a p {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 1.4em !important;
    font-weight:700;
}

/* CTA */
.cta {
    background: rgba(255,255,255,0.4);
}

.cta > a {
	/*
    background-color: #fefefe;
    background: -webkit-linear-gradient(#fefefe, #cbd0d3);
    background: -o-linear-gradient(#fefefe, #cbd0d3); 
    background: -moz-linear-gradient(#fefefe, #cbd0d3);
    background: linear-gradient(#fefefe, #cbd0d3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#cbd0d3');
    color: #000;
    */
}

.cta > a > p,
.cta > a > span {
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
}


/*Actor/Filmmaker name and role*/
.tc-big h3,
.tc-big h4{
    color:#095929;
}

.tc-big h3 {
    font-size: 3.3em !important;
}

.tc-big h4 {
    font-size: 1.8em !important;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}

/* Actor/Filmmaker bio*/
p {
    font-size: 1.7em;
    font-family: "Libre Baskerville",sans-serif; 
}

/* Actors/Filmmakers menu*/
.tc-small a {
    font-family: 'Libre Baskerville', sans-serif;
    color: #2e322e;
    font-size: 1.6em;
}


/*Video menu iem bg*/
section.videos ul li {
    background: rgba(0,0,0,0.5);
}

/*Video menu item text*/
section.videos ul li a {
    color: #fff;
    font-weight: 700;
}

section.videos ul li a p {
    font-family: "Lato", sans-serif;
    font-size: 1.2em;
}

/*Oops page text*/
.container > section.oops p {
    line-height: 1.7;
    color: #2e322e;
    font-size: 2.3em;
}


/*Video menu item hover state*/
.wrapper.desktop section.videos ul li a:hover,
.wrapper.desktop section.videos ul li a.selected {
    background: rgba(0,0,0,0.7);
}


/*Review text color*/
.container > section.reviews p {
    color: #2e322e;
}


/* Partners page button */
.container > section.partners li> a  {
    background: -webkit-linear-gradient(#fefefe, #cbd0d3);
    background: -o-linear-gradient(#fefefe, #cbd0d3); 
    background: -moz-linear-gradient(#fefefe, #cbd0d3);
    background: linear-gradient(#fefefe, #cbd0d3); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#cbd0d3');
    font-size: 1.4em;
    color: #48514e;
}


/*Footer bg*/
.wrapper > footer {
    /* background: rgba(255, 255, 255, 0.5); */
    background: #e4f9ea;
}

/*Footer copyright and buttons*/
.wrapper > footer .copyright, 
	.wrapper > footer ul li a {
    font-size: 1em;
    color: #282e2d;
}

.wrapper > footer .copyright {
	font-size:0.8em;
}

/*Film credits popup*/
.wrapper > footer .popup {
    background: rgba(0,0,0,0.85);
}

/*Film credits popup text*/
.wrapper > footer .popup ul li a {
    font-size: 1.4em;
    color: #fff;
}

.wrapper > footer .popup .copyright {
    color: #fff;
}


/* PG popup bg*/
.wrapper > footer .pg-popup {
    background: rgba(25,25,25, 0.5);
}

/*PG popup text*/
.wrapper > footer .pg-popup a {
    color: #fff !important;
    font-size: 1.0em !important;
}

/* Desktop */
@media only screen and (min-width: 768px) {

    /*Menu over and selected syates*/
    .wrapper > header li a:after, .home-btn a:after {
        border-bottom: 2px solid #fff;
    }

    .wrapper > header li a.selected:after {
        border-bottom: 2px solid #fff;
    }

    .wrapper.desktop > header .menu li a:hover:after, .home-btn a:hover:after {
       border-bottom: 2px solid #fff;
    }
}

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

    /*header bg*/
    .wrapper > header {
        position:relative;
        background: #2f2f2f !important;
    }


    /*Popup menu background*/
    .wrapper > header .menu {
        background: #242424;
    }

    /* Menu items divider */
    .wrapper > header .menu > li {
        border-bottom: 1px solid #595959;
    }

    /* Menu item color*/
    .wrapper > header .menu > li a{
        color: #fff;
    }

    
    /*section title dividers*/
    .container > section > .title {
        border-top: 1px solid #095929 !important;
        border-bottom: 1px solid #095929 !important;
    }

    /*Section title size*/
    .container > section > .title h1 {
        font-size: 11em;
    }

    /* Release date*/
    h3 {
        font-family: 'Libre Baskerville', sans-serif;
        font-size: 4.2em !important;
        letter-spacing: 0.2em;
        font-weight: 400;
    }

    /*Actors/Filmmakers menu button*/
    .menu-con > a {
        background: -webkit-linear-gradient(#fefefe, #cbd0d3);
        background: -o-linear-gradient(#fefefe, #cbd0d3); 
        background: -moz-linear-gradient(#fefefe, #cbd0d3);
        background: linear-gradient(#fefefe, #cbd0d3); 
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#cbd0d3');
        color: #000;
        letter-spacing: 1px;
    }

    /*Actors/Filmmakers menu items paramters*/
    .tc-small {
        background: #7bb191;
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    .tc-small ul li {
        border-top: 1px solid #595959;
    }

    .tc-small a {
        color: #fff;
    }

    /*Trailer button*/
    .trailer a{
        background: -webkit-linear-gradient(#fefefe, #cbd0d3);
        background: -o-linear-gradient(#fefefe, #cbd0d3); 
        background: -moz-linear-gradient(#fefefe, #cbd0d3);
        background: linear-gradient(#fefefe, #cbd0d3); 
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#cbd0d3');
    }

    .trailer a path{
        fill: #000;
    }

    .trailer a p {
        color: #000;
    }

    /* Footer background */
    .wrapper > footer {
        background: #7bb191;
    }

    /* Footer buttons divider */
    /*
    .wrapper > footer ul li:nth-child(odd) {
        border-right: 1px solid #fff;
    }
    */

    /* Coyright */
    .wrapper > footer .copyright {
        font-size: 7pt;
        color: #fff;
    }

    /* Futter buttons */
    .wrapper > footer ul li a {
        font-family: "Libre Baskerville",sans-serif;
        font-size: 9pt;
        color: #fff;
    }

}


/*====================================================================

        [Global navigation]

  ====================================================================*/


.wrapper > header {
    position: fixed;
    width: 100%;
    height: 5.4em;
    text-align: center;
    z-index: 101;
}


.wrapper > header ul {
    white-space: nowrap;
    display: inline-block;
}

.wrapper > header li {
    display: inline-block;
    padding: 1.8em 1.1em;
}

.wrapper > header li a {
    text-decoration: none;
}

.wrapper .tickets li{
    height: 2.4em;
}

.wrapper > header > .social {
    position: absolute;
    right: 0;
    height: inherit;
    white-space: nowrap;
}

.wrapper.desktop > header > .social:hover {
    background: rgba(0, 0, 0, 0.4);
    -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 > a > img{
    padding: 1.2em 1.2em 1.2em 1.3em;
    width: 7.1em;
    height: 3.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: 2em;
    height: 2em;

}

.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%;*/
    margin-bottom:3.9em;
}

.wrapper > .container:before {
    background: url(images/secondary_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: -1;
}

h3 {
    margin: 0em 1em;
    display: block;
}

h2 {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 2em;
    color: #106716;
    font-weight: 400;
}

h4 {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 2em;
    color: #106716;
    font-weight: 400; 
}

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 {
    border-top: 1px solid #095929;
    margin: 20px 20px 10px;
    display:none;
}

.container > section > .title h1{
    padding: 5px;
}

.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{
    color:#095929;
}

.tc-big h3 {
    letter-spacing: 0;
    margin:0;
}


p {
    line-height: 1.3;
}

.tc-small ul {
    position: relative;

}


.tc-small ul li {
    margin: 0.8em 2em;
}

.tc-small a {
    font-weight: 400;
}

.tc-small a.selected,
.wrapper.desktop .tc-small a:hover {
    font-weight: 700;
}

/*====================================================================

        [Section - Home]

  ====================================================================*/


.no-promo .promo {
    margin-bottom: 0em !important;
    height: 22em !important;
}

.no-promo.section-home .release-date {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.no-promo.section-home .title-logo {
    margin-bottom: 5em !important;
}

.no-promo .tagline {
    margin-bottom: 4em !important;
}

.container > section.home {
    max-width: 100%;
    padding-top: 0em !important;
}

.container > section.home h3 {
    display: block;
}

.container > .home  .content {
    width: 50%;
    margin-left: 50%;
    text-align: center;
}

.container  .home-bg {
    background: url(images/home_bg.jpg) top center no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 6.5em;
}

.container > .home .release-date {
    margin-top: 1.5em;
}


.pedigree img {
    width: 80%;
    height: auto;
    margin: 0em 2em;
}

.pedigree,
.title-logo,
.trailer,
.tagline {
    margin: 2em 0;
}

.title-logo img{
    width: 80%;
    height: auto;
}

.trailer a {
    display:block;
    width: 27.5em;
    border-radius: 3px;
    margin: 0 auto;
    padding: 1em;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease ;
    transition: background 0.5s ease;
}


.trailer a img {
    display:none;
}

.trailer a svg{
    width: 1.5em;
    height: 1.5em;
    display: inline;
    margin-left: 1em;
    vertical-align: middle;
}

.trailer a p {
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    margin:0 !important;
}

.promo {
    width: 60%;
    height: 15em;
    margin: 1em auto 0em;  
    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.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    z-index:11;
}

.container > section > .content {
    padding-top: 2em;
}

.cta {
    width: inherit;
    /* height: 8.4em; */
    background: rgba(255,255,255,0.4);
    text-align: center;
    position: relative;
    margin: -30px 0px 0px;
}

.cta > a {
    margin-top: 1em;
    display: inline-block;
    /* width: 36.3em;
    height: 6.4em; */

    margin: 1em 0.5em;
    vertical-align: top;

    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease ;
    transition: transform 0.5s ease;
}

.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); 
}

.cta > a > p,
.cta > a > span {
    display:inline-block;
    margin:0;
    line-height: 1;
    text-align: center !important;
}

.cta > a > span {
    vertical-align: middle;
    line-height: 1.9em;
}

.cta > a img {
    display:inline-block;
    /* margin-right: 20px; */
    vertical-align: middle;
    width:36em;
}

.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 .release-date {
    bottom: 3.5em;
}

.container > section.photos .release-date h3 {
    display: inline;
    font-size: 1.5em;
    margin: 0em 1em;
	color: #fff;
}


.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) center center no-repeat;
    background-size: cover;
}

.photos .p02 {
    background: url(images/photos/02.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p03 {
    background: url(images/photos/03.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p04 {
    background: url(images/photos/04.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p05 {
    background: url(images/photos/05.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p06 {
    background: url(images/photos/06.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p07 {
    background: url(images/photos/07.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p08 {
    background: url(images/photos/08.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p09 {
    background: url(images/photos/09.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p10 {
    background: url(images/photos/10.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p11 {
    background: url(images/photos/11.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p12 {
    background: url(images/photos/12.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p13 {
    background: url(images/photos/13.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p14 {
    background: url(images/photos/14.jpg) center center no-repeat;
    background-size: cover;
}

.photos .p15 {
    background: url(images/photos/15.jpg) center 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:rgba(255,255,255,0.25);
    border: 2px solid #ffffff;
    margin: 0px 5px;
    opacity: 1;
}

.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;
    margin: 0.5em 0.5em;
}


section.videos ul li a {
    display:block;
    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;
}


section.videos ul li a p {
    display: inline-block;
    width: 64%;
    text-align: center;
    vertical-align: middle;
}

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;
}

.container > section.cast > .content article.active {
    opacity: 1;
    margin-left: 0px;
}

.container > section.cast > .content article p, .container > section.cast > .content article h4  {
	margin-bottom:1em !important;
}

.container > section.cast > .content article h4 {
	text-transform: uppercase;
}

/*====================================================================

        [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;
}

.container > section.filmmakers > .content article.active {
    opacity: 1;
    margin-left: 0px;
}

.container > section.filmmakers > .content article p, .container > section.filmmakers > .content article h4 {
	margin-bottom:1em !important;
}

.container > section.filmmakers > .content article h4 {
	text-transform: uppercase;
}


/*====================================================================

        [Story]

  ====================================================================*/

.container > section.story > .title {
    border-top: none;
    display:block;
}

.container > section.story > .content {
    padding-top: 0em;
    text-align: left;
    padding: 0px 20px;
}

.container > section.story > .content p{
    padding-top: 0em;
}


/*====================================================================

        [Awards]

  ====================================================================*/

.container > section.award > .content{
    text-align: left;
}

.container > section.award > .content {
    padding-top: 0em;
    text-align: left;
    padding: 20px 20px;
}

article p {
    margin:0!important;
}

.container > section.award article {
    margin: 2em 0;
}

/*====================================================================

        [Rewiews]

  ====================================================================*/

.container > section.reviews {
    margin: 0 auto;
    max-width: 700px;
}

.container > section.reviews > .content {
    padding: 0px 20px;
    text-align: center;
}

.container > section.reviews p {
    line-height: 1.7;
    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;
    opacity:1 !important;
}

.container > section.oops .content {
    padding-top: 0;
}

.container > section.oops p {
    text-align: center !important;
    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;
}

.container > section.partners li {
    width: 30em;
    display: inline-block;
    padding: 2em 3em;
    text-align: left;
}

.container > section.partners li img {
    width: 100%;
    max-width: 270px;
}

.container > section.partners li> a  {
    width: 100%;
    display:block;
    border-radius: 2px;
    padding: 1.5em 0px;
    letter-spacing: 1px;
    text-align:center;
    font-weight: 700;
}

.container > section.partners {
    margin-bottom: 30px;
}

/*====================================================================

        [Footer]

  ====================================================================*/


.wrapper > footer {
    bottom: 0;
	position:fixed;
    width: 100%;
    height: 2.2em;
    text-align: center;
    z-index: 101;
    /* margin-top:-3.9em; */
}

.wrapper > footer ul {
    display: inline-block;
    margin: 0px 1em;
}

.wrapper > footer ul li{
    display: inline-block;
    margin:0.4em 1em;
}

.wrapper > footer .copyright {
    display: block;
    clear:left;
}

.wrapper > footer .copyright, 
.wrapper > footer ul li a {
    text-decoration: none;
}

.wrapper > footer ul li a {
    font-weight: 700;
}

.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;
    padding-top: 8em;
    bottom: -500px;
    width: 100%;
}

.wrapper > footer .popup.open {
    bottom: 0%; 
    display:block;
}

.wrapper > footer .popup .close{
    position:absolute;
    width: 4.9em;
    height: 4.9em;
    top: 2.3em;
    right: 5.7em;
    background: url(images/close.png) no-repeat;
    background-size: cover;
}

.wrapper > footer .popup > img {
    max-width: 1231px;
    width: 90%;
    margin: 2em 0px;
}

.wrapper > footer .popup ul {
    display: block;
}


.wrapper > footer .popup .copyright {
    margin-bottom: 2em;
    display:block;
}


.pg-popup {
    position: absolute;
    right: 0;
    bottom: 0em;
    padding: 1em;
}


.pg-popup ul {
    display:block;
}

.pg-popup.init {
	bottom:-20em;
}

/*====================================================================

        [Cities]

  ====================================================================*/


.container > section.cities > .title {
    display: block !important;
    border: none !important;
}

.container > section.cities > .title h1 {
    font-size: 24pt;
}

.container > section.cities .content {
    overflow: hidden;
}

.container > section.cities .content ul {
	
}

.container > section.cities .content ul li {
    width: 60em;
    height: 4em;
    margin: 2em auto;
    border-bottom: 1px solid rgba(9,90,41,0.25);
    font-size:0.8em;
}

.container > section.cities .content ul li p {
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    color:#095929;
    font-weight: 700;
    
}

.container > section.cities .content ul li .left{
    width: 45%;
    float: left;
    text-align: left;
}

.container > section.cities .content ul li .right{
    width: 45%;
    float: right;
    text-align: right;
}

.container > section.cities .content ul {
    padding-bottom: 8em;
}



/*====================================================================

        [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;
        -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, .home-btn a:after {
        max-width:200px;
    }

    .wrapper.desktop > header .menu li a:hover:after, .home-btn a:hover:after {
       max-width:200px;
    }

    /*========== [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;
    }

    .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;

        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 {
        -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: 8em;
        opacity:0;
        z-index: 100;
    }

    .container > .photos.active .arrow-left{
        
        left: 4em;
        opacity:0.6;
    }

    .container > .photos .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: 8em;
        opacity:0;
        z-index: 100;
    }

    .container > .photos.active .arrow-right{
        
        right: 4em;
        opacity:0.6;
    }



    /*========== [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 (max-width: 768px) {

    /* ============== [General] =====================================*/


    .mobile-size {
        display:block;
    }

    .wrapper > .container {
        height:auto;
        min-height: auto;
    }

    .container > section > .title {
        display:block;
    }


    /* ============== [Global navigation] ===========================*/


    .wrapper > header {
        position:relative;
        background: #2f2f2f !important;
        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%;
        overflow: hidden;
    }

    .wrapper > header .menu > li {
        display:block;
        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;
    }

    .wrapper  header > .tickets li{
        height: 27px;
    }

    .wrapper > header > .social {
        background: none;
        width: 100%;

    }

    .wrapper > header > .social a {
        position: absolute;
        right: 0;
    }

    .wrapper > header .social > a > img{
        padding: 12px 12px 12px 13px;
        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: auto !important;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: 0;
        background: rgba(255,255,255,0.7);
    }

    .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 .close {
        position:relative;
        display:block;
        top: auto;
        height: inherit;
    }

   .wrapper > header .social-menu .close img{
        width: 55px;
        height: auto;
        margin-left: -0.2em;
    }

    .wrapper > header .social-menu ul {
        margin-top: 0em;
    }

    

    .wrapper > header .social-menu ul li {
        display: inline-block;
        width:auto;
        vertical-align: middle;
    }

    /* ============== [Content] ===========================*/
    .wrapper > .container {
        background: none;
    }

    .container > section > .title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /*.wrapper.main > .container:before {
        background: url(images/secondary_bg_mobile.jpg);
        background-size: cover;
    }*/


    .container > section > .title h1 {
        font-size: 11em;
    }


    h3 {
        display:block;
    }

    h2 {
        font-family: 'Libre Baskerville', sans-serif;
        font-size: 6em;
        color: #106716;
        font-weight: 400;
    }

    h4 {
        font-size: 5em;
    }

    h6 {
        font-size: 4em;
    }

    .cta {
        background: none;
        height: auto;
        margin-top:10em;
    }

    .cta > a {
        margin-top: 10px;
        display: block;
        /* width: 95%;
        height: 64px; */
        margin: 10px auto;
    }

    .cta > a > p,
    .cta > a > span {
        font-size: 14px;

    }

    .cta > a img {
        /* margin-right: 20px; */
        margin-top: 5px;
        width:auto;
        max-width: 100%;
    }

    .cta > a img.uber {
        margin-right: 5em;
        width: 54px;
        height: 54px;
    }


    .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-weight: 400;
        font-size: 14px;
        margin: 5px 0;
    }


    .menu-con {
        width: 100%;
        display:block;
        margin-bottom: 4em;
    }

    .menu-con > a {
        width: 95%;
        height: auto;
        display:block;
        border-radius: 3px;
        margin: 20px auto 0px;
        padding: 10px 0px;
        font-size: 14pt;
    }

    .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,
    .tc-big h4 {
        color: #000;
    }

    .tc-big h3 {
        clear:both;
        font-size: 16pt !important;
        margin:0;
    }

    .tc-big h4{
        font-size: 13pt !important;
    }

    p {
        font-size: 4.5em !important;
    }

    .tc-small {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    .tc-small ul {
        overflow: hidden;
    }

    .tc-small ul.open li:first-child  {
        margin-top: -2px;
    }

    .tc-small ul li {
        padding: 10px 20px;
    }

    .tc-small ul li:first-child {
        margin-top: -580px;
    }

    .tc-small a {
        font-size: 14pt;
        font-weight: 400;
        
    }

    .tc-small a.selected,
    .wrapper.desktop .tc-small a:hover {
        font-weight: 700;
    }

    /* ============== [Home] ===========================*/

    .no-promo .promo {
        margin-bottom: 0em !important;
        height: auto !important;
    }

    .no-promo .release-date {
        margin-top: 0em !important;
        margin-bottom: 0em !important;
    }

    .no-promo .title-logo {
        margin-bottom: 0em !important;
    }

    .no-promo .tagline {
        margin-bottom: 0em !important;
    }


    .container > .home .content {
        margin-top: 0;
    }

    .container  .home-bg {
        background: url(images/mobile_home.jpg) top center no-repeat !important;
        background-size: 100% !important;
        padding-top: 1px;
    }

    .container > .home  .content {
        width: 100%;
        margin-left: 0%;
    }


    .pedigree {
        display:none;
    }
    
    .container > .home .release-date {
    	margin-top:5em;
    }

    
    .tagline {
        margin-top: 100em;
        padding: 7em 0em 1em;
    }

    .title-logo {
        margin-top: 4em;
    }

    .title-logo img{
        width: 70em;
        height: auto;
    }

    .trailer a{
        width: 95%;
        height: auto;
        border-radius: 3px;
        margin: 20px auto;
        padding: 10px 0px;
    }

    .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;
        text-transform: uppercase;
    }

    .promo {
        margin: 30px auto;  
        width: 90%;
        height: 40em;
        text-align: center;
    }


    .promo figure {
        width: 100%;
        margin: 0 auto;
        font-size:1em;
        text-align: center;
    }

    .promo figure img {
        width: 90%;
    }
    
    .promo figure p {
	    text-align: center !important;
	    font-size: 0.8em;
    }
    
    .promo .review-company, .promo .review-company svg  {
	    width:70%;
	    margin:2em auto;
	    height: auto; 
    }
       .promo {}
    
    

    /* ============== [Gallery] ===========================*/

    .photos .arrow-left img,
    .photos .arrow-right img{
        width: 20px;
        height: auto;
    }

    .photos .bottom-gradient {
        display:none;
    }

    .swiper-pagination {
        display:block;
    }

    .container > section {
        margin-bottom: 40px;
    }


    /* ============== [Videos] ===========================*/

    section.videos ul {
        margin: 20px auto;
    }

    section.videos ul li {
        width: 100%;
        height: 100px;
        margin: 10px 0px;
    }


    section.videos ul li a p {
        font-size: 11pt;
        width: 70%;
    }

    section.videos ul li a img {
        height: 90px;
        width: auto;
        margin: 5px;
    }

    /* ============== [Awards] ===========================*/

    .container > section.award article{
        margin: 6em 0;
    }

    /* ============== [Reviews] ==========================*/

    .container > section.reviews article {
        margin: 10em 0;
    }
    
    /* ============== [Cities] ==========================*/


    .container > section.cities .content ul li {
        width: 90%;
        height: 13em;
        margin: 2em auto;
        border-bottom: 1px solid #777;
    }

    .container > section.cities .content ul li .right {
        width: auto;
    }

    /* ============== [Partners] ==========================*/


    .container > section.partners li {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 60px;
    }

    .container > section.partners li img {
        width: 90%;
        max-width: 1000px;
    }

    .container > section.partners li p {
        padding: 0px 20px;
    }

    .container > section.partners li> a  {
        width: 90%;
        border-radius: 2px;
        padding: 15px 0px;
        font-size: 10pt;
        letter-spacing: 1px;
        margin: 0 auto;
    }

    /* ============== [Footer] ===========================*/

    .wrapper > footer {
        position:relative;
        font-size: 10pt;
        z-index:1;
        height: auto;
        padding: 10px 0px;
    }


    .wrapper > footer ul {
        display: block;
        margin: 0px 1em;
    }

    .wrapper > footer ul li{
        display: block;
        padding: 0px 8px;
        margin:10px 0;
    }

	/*
    .wrapper > footer ul li:nth-child(2):after {
        content:"\A"; 
        white-space:pre;
    }
    
    .wrapper > footer ul li:nth-child(4):after {
        content:"\A"; 
        white-space:pre;
    }
    */

    .wrapper > footer .copyright {
        display: block;
        margin: 20px 20px;
    }


    .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 .pg-popup {
        display: none;
    }

}

@media only screen and (max-width: 560px) {
    .promo {
        height: 40em;
    }

    section.videos ul li a p {
        width: 60%;
    }
}


@media only screen and (max-width: 455px) {
    .wrapper > header .social-menu li a img {
        max-width: 38px;
    }

    .promo {
        height: 45em;
    }

    section.videos ul li a p {
        width: 57%;
    }
}

@media only screen and (max-width: 360px) {
    .wrapper > header .social-menu li a img {
        max-width: 30px;
    }

    section.videos ul li a p {
        font-size: 9pt;
        width: 48%;
    }

    .title-logo {
        margin: 10px 0px 10px 0px;
    }
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

    .wrapper > header {
        background: url(images/nav_bg_trans@2x.png) no-repeat;
        background-size: cover;
    }

 
    .wrapper > .container:before {
        background: url(images/secondary_bg@2x.jpg);
        background-size: cover;
    }

    /*.wrapper.main > .container:before {
        background: url(images/secondary_bg_mobile.jpg);
        background-size: cover;
    }*/

    .wrapper > footer .popup .close{
        background: url(images/close@2x.png) no-repeat;
        background-size:cover;
    }

    .wrapper.desktop .container > .home {
        /* background: url(images/home_bg@2x.jpg) top center no-repeat; */
        background-size: cover;
    }

    .photos .p01 {
        background: url(images/photos/01@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p02 {
        background: url(images/photos/02@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p03 {
        background: url(images/photos/03@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p04 {
        background: url(images/photos/04@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p05 {
        background: url(images/photos/05@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p06 {
        background: url(images/photos/06@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p07 {
        background: url(images/photos/07@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p08 {
        background: url(images/photos/08@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p09 {
        background: url(images/photos/09@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p10 {
        background: url(images/photos/10@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p11 {
        background: url(images/photos/11@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p12 {
        background: url(images/photos/12.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p13 {
        background: url(images/photos/13@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p14 {
        background: url(images/photos/14@2x.jpg) center center no-repeat;
        background-size: cover;
    }

    .photos .p15 {
        background: url(images/photos/15@2x.jpg) center center no-repeat;
        background-size: cover;
    }

}

@media (max-width : 600px), and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5){ 
    .container > .home {
        /* background: url(images/mobile_home@2x.jpg) top center no-repeat; */
        background-size: contain;
    }

    .wrapper > .container:before {
        background: url(images/secondary_bg@2x.jpg);
        background-size: cover;
    }

    /*.wrapper.main > .container:before {
        background: url(images/secondary_bg_mobile@2x.jpg);
        background-size: cover;
    }*/
}

/* modification for CMS purposes */ 
header .menu a {text-transform: uppercase;}
.tc-big article p {margin-bottom:20px !important;}
.tc-big article h4 {text-transform: uppercase; margin-bottom:20px;}


.promo p {
	margin:0;
	padding: 0;
}

.promo .review-company {
	margin-bottom: 1em;
}

.container > section.reviews p, .promo {
	color:#095929;
}

.container > section.reviews h6, .promo small {
	text-transform: uppercase;
	color:#095929;
	font-family: 'Lato', arial, sans-serif;
	font-size: 1em;
}

.promo small {
	font-size: 0.7em;
}

.review-company svg {
	width:20em;
	fill:#095929;
}

.review-company path, .review-company polygon {
	fill:#095929;
}

.review-star, .review-star svg {
	display:inline;
	width:5em;
	fill:#095929;
}

.wrapper > footer {
	height:auto !important;
	padding-bottom:5px;
}

.wrapper > header .social > a > img.mobile-version {
	display:none;
}



@media only screen and (max-width: 768px) { 
	.home-btn {
		position: absolute;
		margin-left:190px;
	}
	
	.wrapper > header .social > a > img.mobile-version {
		display: inline;
		width:35px !important;
	}
	
	.desktop-version {
		display: none;	
	}
	
	.review-star, .review-star svg {
		width:10em;
	}
	
	.container > section.reviews h6 {
    	font-size:3em;
    	margin-top:1em;
    }
    
    .rating {
	    
    }
    
    
    
    /*
    .international-link {
	    display:block;
	    border:none !important;
	    width:100% !important;
	    float: left;
	    clear:both;
    }*/
	
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.pedigree,
	.title-logo,
	.trailer,
	.tagline {
	    margin: 1em 0;
	}
}



@media only screen and (max-width: 360px) {
	.home-btn {
		position: absolute;
		margin-left:170px;
	}
}
