/** FONTS **/

::-moz-selection { background: #000000; color: #ffffff; text-shadow: none; }
::selection { background: #000000; color: #ffffff; text-shadow: none; }

* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: 0;
}

html {
    background: black;
}

body {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Special Elite', Courier;
    /*font-style: oblique;*/
    background: #000000;
    min-height: 650px;
    width: 100%;
    
}

a {
    text-decoration: none;
    color: #f33232;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    transition: all 0.14s ease-in-out;
}

a, button {
    outline: none;
}

.notouch a:hover {
    color: #fff;
}


.divider {
    width:904px;
    height:6px;
    position:relative;
    margin:25px auto;
    left:-60px;
    background:url('http://static.tumblr.com/0pilta2/SLOnmltkd/divider.png') no-repeat;
}


/** header **/
#tagline-clear {
    width:100%;
    height:50px;
    background:#000;
    position:relative;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    z-index: 1000;
    text-align: center;
}

    .loader span {
        display: inline-block;
        position: relative;
        top: 50%;
        font-size: 24px;
        letter-spacing: 0.03em;
        color: rgb(0, 0, 0);
        line-height: 150%;
        background: url(http://static.tumblr.com/hjjnrwm/JIvnghqrh/ajax-loader-black.gif) center bottom no-repeat;
        height: 66px;
        text-indent: 28px;
    }

.header {
    position: relative;
    width: 100%;
    height: 100%;
    clear: both;
    text-align: center;
    overflow: hidden;
}

.header.on {
    height:auto;
}

    html.full_bleed_header .header {
        height: 100%;
    }

.header.on .header-image,
.header.on .watch-trailer-btn.real-button,
.header.on .tt-lockup,
.header.on .header-prompt {
    opacity: 1;
}

.header .watch-trailer-btn.real-button {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.0s ease-out;
    -moz-transition: opacity 0.0s ease-out;
    -o-transition: opacity 0.0s ease-out;
    transition: opacity 0.0s ease-out;
}
.header .watch-trailer-btn.real-button a {
    display: inline-block;
    border: solid 2px #f0f3a8;
    color: #f0f3a8;
    font-size: 20px;
    padding: 10px 30px;
    cursor: pointer;
    background: rgba(0,0,0,.2);
}
.notouch .header .watch-trailer-btn.real-button a:hover {
    color: #fff;
    border: solid 2px #fff;
}

.header a.invisible {  
    width: 22%;
    height: 5%;
    left: 42%;
    bottom: 21%;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(http://static.tumblr.com/kn2uvjq/Ym0n7sr01/invisble_pixels.png) 0 0 repeat;
    /*border: solid 1px red;*/
}

.header a.get-tickets-btn {
    width: 22%;
    height: 6%;
    left: 39%;
    bottom: 1.3%;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(http://static.tumblr.com/kn2uvjq/Ym0n7sr01/invisble_pixels.png) 0 0 repeat;
    /*border: solid 1px red;*/
}

.header .tt-lockup {
    position: absolute;
    width: 100%;
    bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.0s ease-out;
    -moz-transition: opacity 0.0s ease-out;
    -o-transition: opacity 0.0s ease-out;
    transition: opacity 0.0s ease-out;
}

.header .tt-lockup img {
    display: inline-block;
}

.header .header-prompt {
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    display: none;
    position: absolute;
    width: 300px;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header .header-prompt span {
    display: block;
    font-size: 20px;
}

.notouch .header .header-prompt:hover {
    opacity: 0.6;
}

.header .header-prompt .down_caret {
    display: inline-block;
    width: 17px;
    height: 10px;
    padding: 0 15px;
    background: url(http://static.tumblr.com/69plyfw/1Mqnd19x8/down-caret.png) center center no-repeat;
}

.header .header-image {
    width: 100%;
    height: auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}



.header-image img {
    display: block;
    width: 100%;
    height: auto;
}

.header .legal-button {
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    color: #717171;
}

.isMobile body .header .legal-button {
    width: 100%;
    bottom: 5px;
    right: 0;
}

/** navigtion **/
nav {
    clear: both;
    width: 100%;
    z-index: 999;
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    nav.on {
        opacity: 1;
    }

nav.sticky {
    position: absolute;
}

nav.fixed {
    position: fixed;
}

nav ul {
    position: relative;
    display: inline-block;
    float: left;
    list-style: none;
    padding: 20px 0 10px 20px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    nav ul.over {
        padding: 19px 0 10px 240px;
    }

nav ul li {
    display: inline-block;
    margin-right: 5px;
    /*float: right;*/
}

nav ul li:last-child {
    margin-right: 0px;
}

nav ul li a {
    display: block;
    padding: 8px 12px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center top;
}

    .notouch nav ul li a:hover {
        color: #ffffff;
    }

    .navSelected {
        color: #ffffff !important;
    }

.hidden-tt {
    position: relative;
    display: block;
    left: -200px;
    top: 3px;
    width: 199px;
    height: 0px;
    /*overflow: hidden;*/
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .hidden-tt.over {
        left: 20px;
    }

.hidden-tt > img {
    display: inline-block;
}

.hidden-tt span:nth-child(2) {
    font-size: 18px;
    margin-left: 10px;
}


nav ul.social {
    position: absolute;
    right: 275px;
    opacity: 1;
}

nav ul.social.over {
    opacity: 0;
}

    nav ul.social li {
        width: 25px;
        margin-right: 0;
    }

nav ul.social li a {
    margin-right: 25px;
}

    nav ul.social li a i {
        -webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -moz-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -o-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    }

    nav ul.social a:hover {
        /*opacity: 0.8 !important;*/
    }

        nav a.social-facebook {
            width:25px;
            height:22px;
            position:relative;
            display:inline-block;
            margin-right:4px;
            background-image:url('http://static.tumblr.com/0pilta2/RA4nmmay4/social_facebook.png');
        }

        nav a.social-facebook:hover {
            background-image:url('http://static.tumblr.com/0pilta2/Mk4nmr6xf/social_facebook_ro.png');
        }

        nav a.social-gplus {
            width:25px;
            height:22px;
            position:relative;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/fyhnmrnsh/social_gplus.png');
        }

        nav a.social-gplus:hover {
            background-image:url('http://static.tumblr.com/0pilta2/hpvnmrnxl/social_gplus_ro.png');
        }

        nav a.social-instagram {
            width:25px;
            height:22px;
            position:relative;
            top:-1px;
            display:inline-block;
            margin-right:7px;
            background-image:url('http://static.tumblr.com/0pilta2/Kjknmmb2u/social_instagram.png');
        }

        nav a.social-instagram:hover{
            background-image:url('http://static.tumblr.com/0pilta2/sc1nmr6y4/social_instagram_ro.png');
        }

        nav a.social-tweets {
            width:25px;
            height:22px;
            position:relative;
            margin-right:3px;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/koMnmmb35/social_twitter.png');
        }

        nav a.social-tweets:hover {
            background-image:url('http://static.tumblr.com/0pilta2/MA4nmr6zd/social_twitter_ro.png');
        }

        nav a.social-youtube {
            color: #cacaca;
        }


/* mobile */
.mobile-nav-button {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 50px;
    height: 50px;
    display: none;
    background-image: url(http://static.tumblr.com/0pilta2/jwqnmlso9/mobile-nav-red-open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #212121;
    z-index: 999;
}
    .mobile-nav-button.close {
        background-image: url(http://static.tumblr.com/0pilta2/gVznmlsnh/mobile-nav-red-close.png);   
    }




/** social menu **/
.social-menu {
    float: right;
    width: 25%;
}

.social-menu li {
    float: right;
    padding: 2px;
    min-width: 37px;
    text-align: center; 
}

.social-menu li a {
    padding: 8px;
    font-size: 15px;
}

    .notouch .social-menu li a:hover {
        color: #ff77d1;  
    }

.social-menu li a .social-ebay {
    margin-left: -6px;
}
.social-menu li a .social-gmail {
    margin-left: -3px;
    font-size: 14px;
}
.social-menu li a .social-forrst {
    margin-right: -2px;
}
.social-menu li a .social-vimeo {
    margin-left: -3px;
}
.social-menu li a .social-twitter {
    margin-left: -1px;
}
.social-menu li a .social-twitter,
.social-menu li a .social-vimeo {
    font-size: 14px;
}


/** section / article **/

.border-top {
    width:100%;
    height:8px;
    top:-5px;
    right:-2px;
    position:absolute;
    background:url(http://static.tumblr.com/0pilta2/oIFnmkcqp/bordertop.png) repeat-x;
    z-index:9999;
}

.border-right {
    width:7px;
    height:100%;
    right:-5px;
    top:0px;
    position:absolute;
    background:url(http://static.tumblr.com/0pilta2/KjAnmkcqf/borderright.png) repeat-y;
    z-index:9999;
}

.border-bottom {
    width:100%;
    height:7px;
    bottom:-5px;
    left:0px;
    position:absolute;
    background:url(http://static.tumblr.com/0pilta2/tURnmkcpd/borderbottom.png) repeat-x;
    z-index:9999;
}

.border-left {
    width:7px;
    height:100%;
    left:-5px;
    top:2px;
    position:absolute;
    background:url(http://static.tumblr.com/0pilta2/wxsnmrgz4/borderleft.png) repeat-y;
    z-index:9999;
}

section {
    position: relative;
    clear: both;
    width: 100%;
    padding: 56px 25px 40px;
    opacity: 1;
    z-index: 9;
    background: #000000;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    -moz-transition: opacity 0.3s ease-in-out 0.1s;
    -o-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
}

section.intro {
    padding-bottom: 0;
}

.posts-holder .grid-sizer {
    width: 100%;
}
article {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

article .article-content-container {
    position: relative;
    margin: 20px;
    border:2px solid #434343;
}

article .article-content {
    overflow:hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
    .notouch article:hover .article-content {
        border-bottom: 0px solid #888888;
    }

article.type_text .article-content,
article.type_answer .article-content,
article.type_quote .article-content,
article.type_link .article-content,
article.type_audio .article-content,
article.type_chat .article-content {
    padding: 10px;
    border-bottom: 1px solid #888888;
}

article.type_text .article-content .hover-card,
article.type_answer .article-content .hover-card,
article.type_quote .article-content .hover-card,
article.type_link .article-content .hover-card,
article.type_audio .article-content .hover-card,
article.type_chat .article-content .hover-card {
    top: 0px;
    left: 0px;
}

article .article-content p {
    color: #606060;
    font-size: 14px;
}

article .article-content .icons a,
article .article-content .icons .like_button {
    float: left;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    transition: all 0.14s ease-in-out;
    opacity: 1;
    cursor: pointer;
}
.notouch article .article-content .icons a:hover,
.notouch article .article-content .icons .like_button:hover {
    opacity: 0.5;
}
article .article-content .icons .permalink {
    margin-top: -1px;
    margin-right: 2px;
}

article .hover-card-container {
    position: relative;
    width: 100%;
    height: 100%;
}

article .hover-card {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    .notouch article:hover .hover-card,
    .notouch article.hover .hover-card {
        opacity:1;
        
    }

    article .hover-card:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 200px;
        /*
        border-right: 1px solid #b60000;
        border-left: 1px solid #b60000;
        */
        content: '';
        opacity: 0;
        -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transform: rotate3d(0,0,1,-170deg) scale3d(0,1,1);
        transform: rotate3d(0,0,1,-170deg) scale3d(0,1,1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    .notouch article:hover .hover-card:after {
        opacity: 1;
        -webkit-transform: rotate3d(0,0,1,-170deg) scale3d(1,1,1);
        transform: rotate3d(0,0,1,-170deg) scale3d(1,1,1);
    }


.hover-card .icon-container {
    width: 100%;
    top: 50%;
    opacity: 1;
    position: relative;
    bottom: 0px;
    padding: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: -22px 0 0;
    color: #fff !important;
    z-index: 999;
    transform: scale3d(0.8,0.8,1);           
    -webkit-transform: scale3d(0.8,0.8,1);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);`
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    .notouch article:hover .hover-card .icon-container,
    .notouch article.hover .hover-card .icon-container {
        opacity: 1;
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
    }

.isMobileDevice .hover-card .icon-container {
    display: none;
}

.hover-card .icon-container ul li{
    display: inline-block;
    margin-right: 5px;
    width: 21px;
    height: 21px;
}

.hover-card .icon-container ul li a {
    color: #fff;
    font-size: 9px;
}

.hover-card ul.native li {
    padding-top: 0px;   
    margin-right:12px;         
}

.hover-card ul.native li:last-child {
    margin-right:-7px;        
}

.hover-card ul.social li {
    padding: 1px 0;
}

.hover-card ul.icons.native {
    position:relative;
    top:-1px;
}

.hover-card ul.social a.share-facebook {
            width:20px;
            height:20px;
            position:relative;
            margin-right:5px;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/35Lnmmcsr/share_facebook.png');
}

.hover-card ul.social a.share-tweets {
            width:21px;
            height:20px;
            position:relative;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/dvgnmmcse/share_twitter.png');
}

.hover-card ul.social li a {
    padding: 0 3px;
}

.hover-card .icons {
    display: inline-block;
}

.hover-card .share_underline {
    width:314px;
    height:5px;
    position:relative;
    margin:10px auto;
    background-image:url('http://static.tumblr.com/0pilta2/kZsnmrcwf/share_underline.png');
}


    


/** post types **/
/* photo */

    .permalink-img-container {
        width:100%;
        height:auto;
        overflow:hidden;
        position:relative;
        bottom: 0px;
    }

    article .article-content img {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0px;
        overflow:hidden;
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    
        {block:IndexPage}
        .notouch .type_photo:hover img {
            transform: scale3d(1.2,1.2,1);
            -webkit-transform: scale3d(1.2,1.2,1);
        }
        .notouch .type_photo:hover .caption {
            /*bottom: 55px;*/
        }
        {block:IndexPage}


/* video */
    article.type_video .video-container {
        height: 0;
        padding-top: 25px;
        padding-bottom: 67.5%;
        position: relative;
        overflow: hidden;
    }
    article.type_video .video-container embed,
    article.type_video .video-container iframe,
    article.type_video .video-container object,
    article.type_video .video-container video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        position: absolute;
    }
    article.type_video.widescreen .video-container {
        padding-bottom: 57.25%;
    }
    article.type_video.vimeo .video-container {
        padding-top: 0;
    }

    .type_video .video-thumbnail {
        position: relative;
        text-align: center;
        bottom: 0px;
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .type_video img.thumb {
        margin: -10% 0;
    }

    .type_video img.video-play-button {
        width: 54px;
        height: 55px;
        left: 50%;
        top: 50%;
        margin: -28px 0 0 -29px;
        position: absolute;
        z-index: 9;
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    {block:IndexPage}
    .notouch .type_video:hover .video-thumbnail {
        transform: scale3d(1.2,1.2,1);
        -webkit-transform: scale3d(1.2,1.2,1);
    }
    .notouch .type_video:hover .caption {
        /*transform: scale3d(1.2,1.2,1);
        -webkit-transform: scale3d(1.2,1.2,1);*/
    }
    {block:IndexPage}

/* text */
    article.type_text embed,
    article.type_text > iframe,
    article.type_text object,
    article.type_text video {
        max-width: 100%;
    }

    article.type_text h2 {
        font-size: 14px;
        text-transform: uppercase;
        color: #888888;
        margin-bottom: 15px;
    }

    article.type_text p {
        font-size: 12px;
        color: #434343;
    }


/* quote */
    article.type_quote .quote {
        line-height: 1.3;
        letter-spacing: 1px;
        font-size: 12px;
        color: #434343;
        text-transform: uppercase;
    }            

    article.type_quote .quote.short {
        font-size: 12px;
    }
    article.type_quote .quote.medium {
        font-size: 12px;
    }
    article.type_quote .quote.long {
        font-size: 12px;
    }
    article.type_quote .quote-author {
        margin-top: 20px;
        text-align: right;
        font-size: 14px;
        color: #888888;
    }



/* link */
    article.type_link h2 a {
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #888888;
        font-weight: normal;
    }

    article.type_link .caption blockquote {
        border: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #434343;
    }



/* chat */
    article.type_chat h2 {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 14px;
        color: #888888;
     }   

    article.type_chat .line {
        margin-bottom: 5px;
        font-size: 12px;
        color: #434343;
    }

    article.type_chat .line strong {
        text-transform: uppercase;
        color: #888888;
    }    


/* answer */
    article.type_answer .answer-wrap {
        clear: both;
        min-height: 44px;
    }
    article.type_answer hr {
        clear: both;
        width: 100%;
        height: 2px;
        border: 0;
        margin: 24px 0;
        background: #ecf0f1;
    }
    article.type_answer .answer-person {
        float: left;
        margin-top: 10px;
    }
    article.type_answer .answer-image {
        float: left;
        margin-right: 12px;
        width: 44px;
    }
    article.type_answer .answer-image.circle img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }
    article.type_answer .answer-person {
        font-weight: 400;
    }
    article.type_answer .answer-text {
        clear: both;
        padding-top: 14px;
    }
    article.type_answer .answer-text p:first-child {
        margin-top: 0;
    }



/* audio */
    article.type_audio embed {
        height: default;
    }
    article.type_audio iframe {
        max-width: 100%;
    }
    article.type_audio .tumblr_audio_player,
    article.type_audio .soundcloud_audio_player {
        max-width: 100%;
    }



/* article */
{block:IndexPage}
article .caption {
    position: relative;
    /*-webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}
{/block:IndexPage}

article .caption p {
    margin: 20px;
}

article .read_more {
    text-transform: uppercase;
    font-size: 11px;
}
article ol,
article ul {
    /*margin: 10px 0 0 10px;*/
}
article blockquote {
    padding: 5px 0 5px 12px;
    margin-top: 18px;
    border-left: 2px solid #39392a;
}
article blockquote p {
    margin-top: 0 !important;
}
article blockquote img {
    width: auto;
}
article .tagged {
    clear: both;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
}
article .group-author {
    margin-top: 40px;
    clear: both;
    width: 100%;
}
article .group-author a {
    font-size: 12px;
}
article .group-author a img {
    display: inline;
    width: auto;
    margin: 0 8px -11px 0 !important;
}
article .group-author a img.circle {
    border-radius: 100%;
}

.posts-holder {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.posts-grid article.superfeatured,
.posts-grid .grid-sizer.superfeatured {
    width: 100%;
}


/** Permalink **/
.single-post {
    text-align: center;
}
.single-post article {
    float: none;
    padding-top: 0;
    display: inline-block;
    text-align: left;
}
.single-post article .post-meta {
    color: #fff;
    /*width: 100%;*/
    text-transform: uppercase;
    text-align: left;
    margin-top:20px;
    padding-left:20px;
    position:absolute;
    font-size: 18px;
    display: block;
    /*margin: 20px 0;*/
    
}
.single-post article .caption p {
    color: #666666;
}

.single-post .icon-container {
    position: absolute;
    right:0;
    padding-right:20px;
    text-align: right;
    margin: 15px 0 0;
    opacity: 1;
}

.single-post .icon-container ul li{
    display: inline-block;
    list-style: none;
    float:left;
    width: 21px;
    height: 21px;
}

.single-post .icon-container ul li a {
    color: #fff;
    font-size: 9px;
}

.single-post ul.native li {
    padding-top: 0px;    
    margin-right:17px;        
}

.single-post ul.native li:last-child {
    padding-top: 0px;    
    margin-right:-7px;        
}

.single-post ul.icons.native {
    position:relative;
    top:-1px;
}

.single-post ul.social li {
    /*padding: 1px 3px;*/
}



.single-post ul.social a.share-facebook {
            width:20px;
            height:20px;
            position:relative;
            margin-right:5px;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/35Lnmmcsr/share_facebook.png');
}

.single-post ul.social a.share-tweets {
            width:21px;
            height:20px;
            position:relative;
            display:inline-block;
            background-image:url('http://static.tumblr.com/0pilta2/dvgnmmcse/share_twitter.png');
}





.single-post article .article-content .icons {
    display: inline-block;
} 

.permalink nav {
    display: block;
}

.single-post .caption {
    /*background: url(http://static.tumblr.com/hjjnrwm/XE4nghkci/caption-slash.png) no-repeat 0 center;*/
    font-family: 'Titillium Web', sans-serif;
}

.single-post .article-content > .clear {
    margin: 20px 0; 
}



/** notes **/
article .post-notes {
    clear: both;
    position:relative;
    width: 100%;
    margin-top: 80px;
    padding: 0 0 20px 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size:14px;
    color:#666666;
}

article .post-notes ol {
    list-style: none;
    margin: 0;
    clear: both;
}
article .post-notes li {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    line-height: 15px;
}
article .post-notes li a{
    color: #f33232;
}
.notouch article .post-notes li a:hover{
    color: #fff;
}

article .post-notes img {
    float: left;
    margin-right: 10px;
    width: auto;
}
article .post-notes.circle img {
    border-radius: 100%;
}
article .post-notes blockquote {
    margin: 10px 0 10px 30px;
}
article .post-notes span .source_tumblelog {
    color: #f33232!important;
}

article .post-notes span.action {
    font-size:14px;
}


/** footer **/
footer {
    opacity: 0;
    display: block;
    position: relative;
    /*float: left;*/
    clear: both;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    z-index: 9;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    -moz-transition: opacity 0.3s ease-in-out 0.1s;
    -o-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
}
footer.on {
    opacity: 1;
}
footer.individual-footer {
    margin-top: 75px;
}
footer .footer-border {
    position: relative;
    clear: both;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 2;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 30px 0;
    text-transform: uppercase;
}
footer .footer-border span {
    display: block;
}

footer .footer-border a.footerlink {
    color:#666666;
    font-size:13px;
}

footer .footer-border a.footerlink:hover {
    color:#fff;
}

/*
footer .footer-border .container .footer-border-top {
    width:100%;
    height:6px;
    position:absolute;
    top:-6px;
    background:url('http://static.tumblr.com/0pilta2/kkDnmlo6g/footertop.png') repeat-x;
}
*/

footer .type_pagination {
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    transition: all 0.14s ease-in-out;
    margin-top: 20px;
}
footer .type_pagination .pagination {
    display: inline-block;
}
footer .type_pagination .pagination a {
    display: inline-block;
    cursor: pointer;
    padding: 24px 28px;
    margin: 0 10px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

10.

 .
.notouch footer .type_pagination .pagination a:hover {
    background: #000000;
    color: #ffffff;
}  

footer .type_pagination .load-more,
footer .type_pagination .scroll-top {
    width:394px;
    height:90px;
    color: #f0b8b6;
    display: inline-block;
    cursor: pointer;
    padding: 16px 28px;
    margin: 0 10px;
    text-align: center;
    /*background: #f9eb13;*/
    background-image:url('http://static.tumblr.com/0pilta2/Aapnmk9tt/loadmore.png');
    font-size: 27px;
    line-height: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*border: 1px solid #212121;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap !important;*/
}

.notouch footer .type_pagination .load-more:hover,
.notouch footer .type_pagination .scroll-top:hover {
    color: #ffffff;
}

footer .type_pagination .load-more .load-more-loading,
footer .type_pagination .scroll-top .load-more-loading,
footer .type_pagination .load-more .load-more-end,
footer .type_pagination .scroll-top .load-more-end {
    display: none;
    white-space: nowrap !important;
}
footer .type_pagination .scroll-top {
    padding: 16px;
}
footer .type_pagination #infscr-loading {
    overflow: visible !important;
    display: block;
}
footer .type_pagination #infscr-loading img {
    display: none;
}
footer .type_pagination.pagination_standard .load-more {
    display: none;
}
footer .type_pagination.pagination_load-more {
    cursor: pointer;
}
footer .type_pagination.pagination_load-more .pagination {
    display: none;
}
footer .type_pagination.pagination_infinite-scroll .pagination,
footer .type_pagination.pagination_infinite-scroll .load-more-text {
    display: none;
    white-space: nowrap !important;
}
footer .type_pagination.off .load-more {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.14s ease-in-out 2s;
    -moz-transition: all 0.14s ease-in-out 2s;
    -o-transition: all 0.14s ease-in-out 2s;
    transition: all 0.14s ease-in-out 2s;
}
footer .type_pagination.hidden .load-more {
    display: none;
}
footer .credit {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 4px;
}

.footer-border .credit {
    display:none;
}


.credits {
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    color:#666666;
}

.credits span, .credits span a {
    color: #666666;
}

.credits span a:hover {
    color:#fff;
}

.credits .link a {
    white-space: nowrap !important;
}

.notouch .credits span a:hover {
    color: #fff;
}



footer .type_pagination {
    position: relative;
}

footer .type_pagination .scroll-top {
    width:84px;
    height:43px;
    top: 0px;
    padding-left:28px;
    line-height:17px;
    background-image:url('http://static.tumblr.com/0pilta2/kjRnmlr87/backtotop.png');
}




/** mpaa **/

.mpaa-container {
    position: fixed;
    bottom: -670px;
    padding: 10px;
    background: #b60000;
    z-index: 100000;
    width: 100%;
    display:none;
}


.mpaa-container.out {
    bottom: 0px;
}
.mpaa-container > span {
    font-family: 'Titillium Web', sans-serif;
    font-size:14px;
    /*color: #fff;*/
}
.mpaa-container > .links {
    display: block;
    margin: 0 auto;
    /*color: #fff;*/
    font-weight: normal;
}

.mpaa-container > .links > a {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size:14px;
    position: relative;
    /*top: -2px;*/
}

.notouch .mpaa-container > .links > a:hover {
    color: #000;
}
.rating-img {
    width: 100%;
    max-width: 487px;
    height: 57px;
    display: block;
    margin: 0 auto 5px;
    position: relative;
}


/**  trailer button **/

.inv_trailer_btn {
    position: absolute;
    display: block;
    background: url(http://static.tumblr.com/kn2uvjq/Ym0n7sr01/invisble_pixels.png) 0 0 repeat;
    /*border: 1px solid red;*/
    right: 24.3%;
    width: 15.2%;
    bottom: 1.5%;
    height: 9%;
}


/** modal **/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*        .modal.open {
    display: block;
}*/

.modal a.close {
    position: fixed;
    opacity: 0;
    top: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
    margin-left: -10px;
    color:#f33232;
    font-size:28px;
    font-family: 'Special Elite', Courier;
}

.notouch .modal a.close:hover {
    opacity: 0.5 !important;
}

.modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
    .modal.open .overlay {
        opacity: 1;
    }
    
    .modal .overlay:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 950px;
        /*
        border-top: 1px solid #b60000;
        border-bottom: 1px solid #b60000;
        */
        content: '';
        opacity: 0;
        -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        
        -webkit-transform: rotate3d(0,0,1,-80deg) scale3d(1,0,1);
        transform: rotate3d(0,0,1,-80deg) scale3d(1,0,1);
        -webkit-transform-origin: 49% 50%;
        transform-origin: 49% 50%;
    }


    .modal.open .overlay:after {
        opacity: 1;
        -webkit-transform: rotate3d(0,0,1,-80deg) scale3d(1,1,1);
        transform: rotate3d(0,0,1,-80deg) scale3d(1,1,1);
    }

.modal .modal-wrapper {
    display: block;
    opacity: 0;
    width: 874px;
    height: 420px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -437px;
    margin-top: -245px;
    transform: scale3d(0.8,0.8,1);           
    -webkit-transform: scale3d(0.8,0.8,1);
    
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
    .modal.open .modal-wrapper {
        opacity: 1;
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
    }
.modal.video .modal-wrapper {
    background: url(http://static.tumblr.com/hjjnrwm/yRFnfm0uw/ajax-loader-white.gif) center center no-repeat;
}

.isMobile .modal .modal-wrapper {
    height: 300px;
}

.modal.synopsis #content {
    display: block;
    margin: 20px 0;
}

.modal.synopsis #content p {
    font-size: 16px;
    color: #fff;
    margin: 5px 0; 
    line-height:25px;
    text-align: left;
    font-family: 'Titillium Web', sans-serif;
}

.modal.synopsis .title {
    font-size: 28px;
    color: #f33232;
}

.modal.synopsis .icon-container ul li a{
    color: #707070;
 
}
.modal.synopsis .icon-container ul li{
    opacity: 1;
    margin-top: 15px;
}
.notouch .modal.synopsis .icon-container ul li:hover{
    opacity: 0.5 !important;
}


.modal.cast #content {
    display: block;
    margin: 20px 0;
}

.modal.cast #content p {
    font-size: 16px;
    color: #fff;
    margin: 5px 0; 
    line-height:25px;
    text-align: left;
    font-family: 'Titillium Web', sans-serif;
}

.modal.cast .title {
    font-size: 28px;
    color: #f33232;
}

.modal.cast .icon-container ul li a{
    color: #707070;
 
}
.modal.cast .icon-container ul li{
    opacity: 1;
    margin-top: 15px;
}
.notouch .modal.cast .icon-container ul li:hover{
    opacity: 0.5 !important;
}


/* Tickets field */
#tickets-wrapper {
    text-align: center;
    position: relative;
    top: 50%;
}

#tix-txt {
    color: #edefec;
    font-size: 36px;
    font-weight: bold;
}

#zipField {
    margin: 20px 0;
    border: none;
    background: url(http://static.tumblr.com/hjjnrwm/dDInkr5jt/input-field.png) no-repeat;
    width: 264px;
    height: 37px;
    text-align: center;
    font-size: 18px;
}

#fandango {
    width: 43px;
    height: auto;
    margin-right: 30px;
}

#movietickets {
    width: 40px;
    height: auto;
}






/** default video player controls to hidden for youtube player on iOS **/



#videoplayer,
#videoplayer object,
#videoplayer embed {
    width: 100%;
    height: 100%;
}



ul.icons > li a.permalink {
    width: 14px;
    height: 14px;
}

ul.icons > li a.permalink > img {
    width: 14px;
    height:14px;
    margin-top: 2px;
    margin-left: 1px;
}



/*Billing Block*/
.footer-border .container{
    margin: 0 auto;
    width: 100%;
    display: block;
    height: 0px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    background-color: #b60000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*
.footer-border .container-top {
    width:100%;
    height:6px;
    background:url('http://static.tumblr.com/0pilta2/kkDnmlo6g/footertop.png') repeat-x;
}
*/

.footer-border .container-inner{
    text-align: center;
    /*background: url(http://static.tumblr.com/kn2uvjq/pF9nbswzz/transaprent_square.png) repeat;*/
    padding:15px 30px 15px 30px;
}

.footer-border .container-inner img{
    display: inline-block;
    height: auto;
    max-height: 131px;
    width: 100%;
    max-width: 800px;
}

.footer-border .links{
    display: block;
    margin: 10px auto 0;
    line-height:15px;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    font-size:14px;
}

.footer-border .links > a{
    color: #000;
    position: relative;
    top: 1px;
}

.notouch .footer-border .links > a:hover{
    color: #fff;
}


/** tumblr ui **/
#tumblr_controls {
    top: 0px !important;
    right:0px !important;
    display: none !important;
}

#tumblr_custom_buttons { 
    position:fixed;
    top: 20px;
    right: 18px;
    opacity: 0;
    z-index: 9998;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#tumblr_custom_buttons li {
    display: inline-block;
    list-style: none;
}

#tumblr_custom_buttons li:first-child {
    margin-right: 10px; 
}

#tumblr_custom_buttons img {
    display: inline-block;
    margin-right: 10px; 
}

#tumblr_custom_buttons a {
    font-size: 9px;
    padding: 6px 20px 3px 20px;
    border: solid 1px #991200;
}



/** breakpoints **/
@media screen and (min-width: 901px) {
    nav.sticky {
        position: absolute;
    }

    nav.fixed {
        top: 0;
        background:url("http://static.tumblr.com/0pilta2/edOnmk847/navbar.png") repeat-x;
    }

    .notouch nav .pages li a:hover {
        /*background-image: url(http://static.tumblr.com/hjjnrwm/a4Onjd1g4/nav-decor.png);*/
        
    }

    .navSelected {
        /*background-image: url(http://static.tumblr.com/hjjnrwm/a4Onjd1g4/nav-decor.png);*/
    }
}

@media screen and (max-width: 900px) {
    nav {
        list-style: none;
        display: block;
        position: fixed;
        top: -150%;
        left: 0px;
        background-repeat:repeat;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: auto;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }


        nav.open {
            top: 0px;
        }

    nav ul li {
        display: block;
        margin-right: 0;
        margin-top: 1px;
    }

    nav ul.pages {
        width: 100%;
        text-align: center;
        padding: 60px 0;

    }

    nav ul.pages li a {
        font-size: 20px;
        line-height: 30px;
    }

    nav ul.social {
        display: inline-block !important;
        position: relative;
        right: 0px;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        padding: 0;
    }
    nav ul.social li {
        display: inline-block;
        width: 40px;
    }
    nav ul.social li a {
        font-size: 20px;  
     }
    .hidden-tt {
       display: none; 
    }
    .mobile-nav-button {
       display: block;
    }

    
}

@media screen and (max-width: 640px) {
    
    section {
        padding: 0 5px 40px; 
    }

    .modal.synopsis #content {
        max-height: 150px;
        margin: 5px 0;
        overflow: auto;

    }

    footer .footer-border span {
        font-size: 10px;
    }

    footer .footer-border a.footerlink {
        font-size: 10px;
    }

    .footer-border .links > a{
        font-size: 12px;
    }
    .header a.invisible {  
        width: 30%;
        height: 8%;
        left: 37%;
        bottom: 14%;
    }

    .header a.get-tickets-btn {
        width: 53%;
        height: 6%;
        left: 23%;
        bottom: 76.3%;
    }

    .single-post article .post-meta {
        margin-top:16px;
        font-size:14px;
    }

    footer .type_pagination .load-more {
        width:280px;
        background-size:280px;
        background-repeat:no-repeat;
        height:71px;
        padding:4px 28px;
        font-size:22px;
    }

    , 
    footer .type_pagination .scroll-top {
        width:100px;
        background-size:100px;
    }

    .hover-card .share_underline {
        width:220px;
        height:3px;
        background-size:220px;
        background-repeat:none;
    }

}

@media screen and (min-width: 768px) {
    footer {
        margin-top: 60px;
    }
    footer .footer-border {
        padding: 40px 0 30px;
    } 
    footer .footer-border span {
        display: inline-block;
        margin: 0 10px;
    }
   .header .header-prompt {
     display: block;
   }
   
   .posts-grid article,
   .posts-grid .grid-sizer {
     width: 50%;
   }
   
   .single-post article {
     float: none;
     width: auto;
     min-width: 660px;
     max-width: 1024px;
     padding: 0 20px;
     margin: 0 auto;
   }


   .single-post article h2,
   .single-post article h2 a {
     font-size: 32px;
     line-height: 38px;
   }
   
   .single-post article .article-content .icons .reblog-icon {
     margin-top: 1px !important;
   }
   .single-post article.type_audio .tumblr_audio_player,
   .single-post article.type_audio .soundcloud_audio_player {
     width: 100%;
   }
   
}
@media screen and (max-width: 1060px) {
    
    nav ul li a {
        padding: 8px 5px;
    }

    nav ul.social {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    
   .posts-grid article,
   .posts-grid .grid-sizer {
     width: 33%;
   }
   .posts-grid article.featured,
   .posts-grid .grid-sizer.featured {
     width: 66%;
   }
   .posts-grid article.superfeatured,
   .posts-grid .grid-sizer.superfeatured {
     width: 100%;
   }
   
}


/** orientation specific breakpoints **/
/* landscape styles here */
@media screen and (min-aspect-ratio: 1/1) {
    html.isMobile nav {
        display: none;
    }
    html.isMobile {
        overflow: hidden;
        position: fixed;
    }
    html.isMobile .roadblock {
        display: block !important;
    }
}

/* portrait styles here */
@media screen and (max-aspect-ratio: 1/1) {
    html.isMobile .roadblock {
        display: none !important;
    }
}


/* roadblock  / browsehappy */
.roadblock{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99999;
    display: none;

}        
.roadblock span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 40%;
    width: 80%;

}

    
.browsehappy {
    position: fixed;
    top: 20px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}


.browsehappy a{
    color: #000;
}


.ie8 .loader span {
    display:none;
}


.isNotInternetExploder .noscroll{
    overflow: hidden;
}

.isInternetExploder .noscroll{
    position: fixed;
}

.noscroll.isMobileDevice,
.noscroll.isAndroidTablet{
    position: fixed;
}

.isMobileDevice body.noscroll,
.isAndroidTablet body.noscroll{
    position: fixed;
}


/* full bleed header set-up */

html.full_bleed_header.isMobile body,
html.full_bleed_header.isAndroidTablet body {
    min-width: 100%;
    min-height: 568px;
}

html.full_bleed_header .header .header-image {
    width: 100%;
    height: 100%;
    background-image: url({image:Header 1280});
    background-size: cover;
}

html.full_bleed_header.isMobile .header-image,
html.full_bleed_header.isAndroidTablet .header-image {
    background-position: center top;
}

html.full_bleed_header.isMobile .watch-trailer-btn.real-button,
html.full_bleed_header.isAndroidTablet .watch-trailer-btn.real-button {
    bottom: 125px;
    text-align: center;
}

html.full_bleed_header.isMobile .watch-trailer-btn.real-button a,
html.full_bleed_header.isAndroidTablet .watch-trailer-btn.real-button a {
    width: 90%;
    padding: 10px;
}