/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS MOBILE CSS
- - - - - - - - - - - - - - - - - - - - -

CONTENTS:
- mobile media query (mobile-only styles)
- mobile base styling (mobile-first philosophy) for components (e.g., header, menu, slider, footer, etc...)

*/


/* CSS for mobile only */

@media all and (max-width: 950px) {
    #signin-button {
        text-align: center;
    }
    /* RESPONSIVE VISIBILITY
	- - - - - - - - - - - - - - - - - */
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    span.mobile {
        display: inline;
    }
    br.mobile {
        margin-bottom: 1em;
    }
    /* FF fix only */
    br.mobile.zero {
        margin-bottom: 0em;
    }
    /* HELPERS
	- - - - - - - - - - - - - - - - - */
    .m-twolines {
        height: 2.4em;
    }
    .m-threelines {
        height: 3.6em;
    }
    .m-text-center {
        text-align: center;
    }
    .m-block-center {
        margin-left: auto;
        margin-right: auto;
    }
    .m-clear {
        clear: both;
    }
    .m-black {
        color: #000 !important;
    }
    .text-center-mb {
        text-align: center;
        text-shadow: none;
    }
    .no-fr-mb {
        float: none;
    }
    .m-mr1 {
        margin-right: 1em;
    }
    .m-ml1 {
        margin-left: 1em;
    }
    .m-mb1 {
        margin-bottom: 1em;
    }
    .m-mt1 {
        margin-top: 1em;
    }
    .m-fifty-left {
        float: left;
        width: 50%;
    }
    .m-fifty-right {
        float: left;
        width: 45%;
        padding-left: 5%;
    }
    .m-forty {
        width: 40%;
    }
    .m-fifty {
        width: 50%;
    }
    .m-sixty {
        width: 60%;
    }
    .m-pl1 {
        padding-left: 1em;
    }
    .m-lower {
        text-transform: none;
        font-size: 17px;
    }
    a.button.cta {
        padding-right: 50px;
    }
    a.button.cta.fra {
        padding-right: 0px;
    }
    div.movie-landing-passes a.button.cta.fra {
        font-size: 14px;
    }
    a.button.cta span {}
    /* RETINA ICONS */
    a.button.cta.signup:before {
        background-position: -47.5px -27.5px;
    }
    a.button.cta.login:before {
        background-position: -77px -27.5px;
    }
    a.button.cta.redeem:before {
        background-position: -17.5px -27.5px;
    }
    a.button.cta.local:before {
        background-position: -108.5px -27.5px;
    }
    /* CHUNKS
	- - - - - - - - - - - - - - - - - */
    .chunk.expandable {
        width: auto;
    }
    .chunk.expandable.left {
        float: none;
        padding-right: 0;
    }
    .chunk.expandable.fl {
        float: none;
        padding-right: 0;
    }
    .chunk.expandable.right {
        float: none;
        padding-left: 0;
    }
    .chunk.expandable.fr {
        float: none;
        padding-left: 0;
    }
    .chunk.expandable.padding-left {
        padding-left: 0;
    }
    .chunk.expandable.padding-right {
        padding-right: 0;
    }
    .chunk.expandable.border-left {
        border-left: none;
    }
    .chunk.expandable.border-right {
        border-right: none;
    }
    a.expandable {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    p.expandable {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .fr.expandable {
        float: none;
    }
    .fl.expandable {
        float: none;
    }
    /* COLUMNS
	- - - - - - - - - - - - - - - - - */
    .columns2.collapsable {
        width: auto;
    }
    .columns2.collapsable.left {
        float: none;
        padding-right: 0;
    }
    .columns2.collapsable.right {
        float: none;
        padding-left: 0;
    }
    .columns3.collapsable.left {
        float: none;
        padding-right: 0;
    }
    .columns3.collapsable.right {
        float: none;
        padding-left: 0;
    }
    /* 2-columns */
    .columns2.collapsable .column {
        float: none;
        width: auto !important;
    }
    .columns2.collapsable .column.border-left {
        border-left: none;
    }
    .columns2.collapsable .column.border-right {
        border-right: none;
    }
    .columns2.collapsable .column:nth-child(1) {
        padding-right: 0px;
    }
    .columns2.collapsable .column:nth-child(2) {
        padding-left: 0px;
    }
    /* 3-columns */
    .columns3.collapsable .column {
        float: none;
        width: auto;
        text-shadow: 0px 0px 1px #fff;
    }
    .columns3.collapsable .column.border-left {
        border-left: none;
    }
    .columns3.collapsable .column.border-right {
        border-right: none;
    }
    .columns3.collapsable .column:nth-child(1) {
        border-bottom: 3px solid #e7e7e7;
    }
    .columns3.collapsable .column:nth-child(2) {
        border-bottom: 3px solid #e7e7e7;
    }
    .columns3.fixed-height.home-page .column {
        height: auto;
    }
    .columns3.fr-mb {
        width: 62%;
        float: right;
        margin-top: 2em;
    }
    .columns3.fr-mb h2 {
        font-size: 20px;
    }
    .columns3.white-box {
        background-color: #fff;
        border: 2px solid #d0d0d0;
    }
    .columns3.white-box .column {
        padding: 10px 15px;
    }
    .columns3:after {
        background-size: 350px 200px;
        background-position: -2.5px -27.5px;
    }
    /* craps - Tof: I don't like doing this, but... */
    .columns2 p {
        margin-left: auto;
        margin-right: auto;
    }
    .columns3 p {
        margin-left: auto;
        margin-right: auto;
    }
    .columns2.collapsable .column a.button.bottom {
        position: static;
    }
    .columns3.collapsable .column a.button.bottom {
        position: static;
    }
    /* yellow icon top right in columns */
    .columns2.home-page .column:after {
        background-size: 350px 200px;
        background-position: -2.5px -27.5px;
    }
    .columns3.home-page .column:after {
        background-size: 350px 200px;
        background-position: -2.5px -27.5px;
    }
    /* ICONS */
    a.icon.gplus,
    a.icon.youtube,
    a.icon.soundcloud {
        margin-right: 0;
    }
    a.icon-bt.fl {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: .5em;
    }
    div.share-buttons {
        margin-top: 2.3em;
    }
    /* BUTTONS
	- - - - - - - - - - - - - - - - - */
    div.share-buttons.foldable a.button.share {
        clear: left;
        margin: 8px 0;
    }
    a.button.expandable {
        float: none;
        width: auto;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    a.button.flex.expandable {
        display: block;
    }
    /* FORMS
	- - - - - - - - - - - - - - - - - */
    input.expandable {
        width: 100%;
        max-width: 500px;
    }
    select.expandable {
        width: 100%;
        max-width: 500px;
    }
    textarea.expandable {
        width: 100% !important;
        max-width: 500px;
    }
    /* WHITE BOXES
	- - - - - - - - - - - - - - - - - */
    div.screeningactionsbox {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        border-top: 2px solid #9d9d9d;
        margin: 0;
        border-top: 0;
        padding: 25px 15px;
        padding-bottom: 0px;
    }
    /* CONTENT
	- - - - - - - - - - - - - - - - - */
    div.header h1.m-blue,
    div.header h2.m-blue,
    div.header h3.m-blue {
        color: #2c3e50;
        text-shadow: none;
    }
    div.header h1.m-white,
    div.header h2.m-white,
    div.header h3.m-white,
    div.header p.m-white {
        color: #ecf0f1;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }
    div.pic.mt2 {
        margin-top: 0;
    }
    h2.white.fr-mb {
        width: 62%;
        float: right;
        font-size: 20px;
    }
    div.login-btns-container {
        width: 236px;
        margin: 0 auto;
    }
    div.icon.goggles {
        margin: -19px 0 30px 50px;
    }
    div.icon.flag.ml2_mb {
        margin-left: 2em;
    }
    div.content div.inner {
        padding: 0 15px;
    }
    div.content.with-bottom-footer {
        padding-bottom: 0px;
    }
    div.social-media {
        width: 180px;
        margin: 0 auto;
    }
    div.icon.goggles {
        display: none;
    }
    div.columns2.one-to-two .column.expandable {
        width: 95%;
    }
    a.button.long {
        width: 270px;
    }
    #modalBoxDelete,
    #modalBoxNoSeatChosen,
    #modalBoxMoreThanOneSeat {
        position: fixed;
        font-family: 'SourceSansPro-Bold', Arial, sans-serif;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
        height: 100%;
        width: 100%;
    }
    #modalContentDelete,
    #modalContentNoSeatChosen,
    #modalContentMoreThanOneSeat {
        position: absolute;
        padding-right: 35px;
        border-left: 40px solid #006497;
        border-bottom: none;
        border-right: none;
        border-top: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        width: 80%;
        padding: 20px;
    }
    /* NEW social_review*/
    a.yes-rec-sr {
        text-decoration: none;
        color: #000;
        font-family: 'Lato-Regular';
        font-size: 18px;
        line-height: 1.9;
        text-align: center;
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #000;
        width: 100px;
        height: 35px;
        border-radius: 50px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    a.yes-rec-sr:hover {
        background-color: #29b516;
    }
    a.no-rec-sr {
        margin-left: 20px;
        text-decoration: none;
        color: #000;
        font-family: 'Lato-Regular';
        font-size: 18px;
        line-height: 1.9;
        text-align: center;
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #000;
        width: 100px;
        height: 35px;
        border-radius: 50px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    a.no-rec-sr:hover {
        background-color: #df383c;
    }
}

div.oneline {
    white-space: nowrap;
    display: none;
}

h1.titlefont {
    text-align: center;
    font-size: 30px;
    font-style: ;
}

div.newbox {
    margin-top: 350px;
}

div.newbox p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

div.iconbox {
    width: 240px;
    display: block;
    text-decoration: none !important;
    margin: 0 auto;
    height: 215px;
    clear: both;
    text-align: center;
}

div.innerbox {
    width: 240px;
    margin: 0 auto;
    height: 215px;
    clear: both;
    text-align: center;
}

a.iconblock2 {
    text-decoration: none;
    text-align: center;
    height: 60px;
    width: 240px;
    background-color: #E6E7E9;
    margin-top: 5px;
}

a.iconblock {
    text-decoration: none;
    clear: both;
    text-align: center;
    height: 60px;
    width: 240px;
    background-color: #E6E7E9;
    margin-top: 5px;
}

a.iconblock:hover,
a.iconblock2:hover {
    background-color: #df383c;
}

a.iconblock:hover div.icon.tickets,
a.iconblock2:hover div.icon.tickets {
    width: 25px;
    height: 25px;
    background-position: -358px -178px;
}

a.iconblock:hover div.icon.film,
a.iconblock2:hover div.icon.film {
    width: 25px;
    height: 25px;
    background-position: -395px -178px;
}

a.iconblock:hover div.icon.info,
a.iconblock2:hover div.icon.info {
    width: 25px;
    height: 25px;
    background-position: -432px -178px;
}

a.iconblock h1.font {
    color: #263745;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
    padding-right: 55px;
    text-decoration: none !important;
}

a.iconblock2 h1.font {
    color: #263745;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
    padding-right: 55px;
}

a.iconblock2 h1.fonts {
    text-align: center;
    color: #263745;
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
    margin-right: 5px;
    line-height: 1em;
}

a.iconblock h1.fonts {
    text-align: center;
    color: #263745;
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
    margin-right: 5px;
    line-height: 1em;
}

a.iconblock:hover h1,
a.iconblock2:hover h1 {
    color: #fff !important;
}

a.iconblock div.tickets {
    margin-left: 60px;
    margin-top: 16px;
}

a.iconblock2 div.tickets {
    margin-left: 60px;
    margin-top: 16px;
}

a.iconblock div.film {
    margin-left: 60px;
    margin-top: 17px;
    padding-left: 5px;
}

a.iconblock2 div.film {
    margin-left: 60px;
    margin-top: 17px;
    padding-left: 5px;
}

div#disqus_thread {
    padding-left: 40px;
    padding-right: 40px;
}

a.iconblock div.info {
    margin-left: 60px;
    margin-top: 16px;
}

a.iconblock2 div.info {
    margin-left: 60px;
    margin-top: 16px;
}

div.bottombox p.title {
    color: #E03A3E;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
}

div.currentbox {
    margin-top: -325px;
}

div.bottomblock {
    float: none;
    margin: 0 auto;
    width: 100px;
    padding-bottom: 10px;
}

div.bottomblock2 {
    float: none;
    margin: 0 auto;
    width: 100px;
    padding-bottom: 10px;
}

div.newbox1 h1.hfont {
    text-align: center;
    font-size: 30px;
}

div.newbox1 p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

h1.hfonts {
    text-align: center;
    text-transform: none;
}

div.newbox2 p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

div.sprintbox {
    margin-top: 30px;
    height: 250px;
    width: 340px;
    background-color: #E6E7E9;
    margin: 0 auto;
}

div.sprintbox p {
    padding-left: 18px;
    padding-right: 18px;
    color: #333333;
    font-style: italic;
    font-size: 18px;
    text-align: left;
}

div.sprintbox a.button {
    padding-left: 18px;
    padding-right: 18px;
    font-family: "Lato-Black";
    font-size: 15px;
    color: #0D0F01;
    background-color: #FFDD02;
    margin-left: 18px;
}

div.sprintbox p.font2 {
    padding-left: 18px;
    padding-right: 18px;
    color: #333333;
    font-size: 13px;
    font-style: normal;
    margin-top: 25px;
    text-align: left;
}

div.sprintbox h1.font {
    padding-left: 18px;
    padding-right: 18px;
    color: #333333;
    font-style: italic;
    font-size: 21px;
    font-family: "Lato-Regular";
    text-transform: none;
    padding-top: 30px;
}

div.inner div.box {
    margin: 0 auto;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
}

div.inner div.box1 {
    margin: 0 auto;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
}

a.button.plus-icon {
    width: 30px;
    height: 30px;
    line-height: 42px;
    background-image: url(../img/buttons/plus_icon.png);
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
}

div.inner div.box1 a.button.gold-pass {
    width: 250px;
}

div.inner div.box a.button.gold-pass {
    margin: 0 auto;
}

div.gray-gradient h3 {
    text-align: left;
    font-size: 20px;
}

div.gray-gradient a.button.gold-pass {
    margin: 0 auto;
}


/* CSS for mobile-first base-styling */


/* BASE
- - - - - - - - - - - - - - - - - */

body.bgfull {
    background-position: center top;
    background-size: cover;
}


/* body.bgfull mods */

body.bgfull.fox-logo-banner {
    background-image: url(../img/header/banner-bg.jpg);
}

body.bgfull.fox-blue--banner {
    background-image: url(../img/header/blue-banner-bg.jpg);
}

body.bgfull.filmstrip {
    background-image: url(../img/header/filmstrip.jpg);
    background-color: #102d65;
}

body.bgfull h1 {
    font-size: 30px;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}

h1.white {
    color: #fff;
}

h1.small-med {
    font-size: 19px;
}

h1.large {
    font-size: 40px;
}

h2 {
    font-size: 22px;
}

h2.small {
    font-size: 15px;
    color: #fff;
}

h2.dark {
    font-size: 26px;
    color: #707070;
}

h2.upper {
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

h3.white {
    font-size: 18px;
    font-family: 'SourceSansPro-Bold';
    color: #fff;
}

h3.red {
    color: #df383c;
}

label.form-label {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #003366;
}

span.counter {
    float: left;
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

span.warning {
    color: #FF8C03;
}

span.exceeded {
    color: #D83030;
}

div.darkened-bg {
    width: 100%;
    background: rgba(55, 56, 53, 0.25);
}

div.darkened-missing {
    background: rgba(55, 56, 53, 0.25);
    width: 100%;
    margin: auto;
}

div.darkened-contact {
    background: rgba(55, 56, 53, 0.25);
    width: 100%;
    margin: auto;
}

div.find-local {
    margin: auto;
    width: 45%;
    min-width: 400px;
    "

}

div.ghost-box {
    width: auto;
    background: rgba(35, 31, 32, 0.45);
    padding: 10px 15px;
}

div.content input {
    border-radius: 5px;
}


/* Backgrounds
- - - - - - - - - - - - - - - - - */

div.ticktet-bg {
    background-image: url(../img/bgs/wp-light-gray.png);
    background-repeat: no-repeat;
    background-position: 130px 50px;
}

div.ticktet-bg.sm {
    background-size: 479px 425px;
    background-position: 300px 90px;
}


/* MENU
- - - - - - - - - - - - - - - - - */

div.menu {
    width: 100%;
    height: 88px;
    top: 0;
    left: 0;
    background: rgb(34, 99, 148);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* IE10+ */
}

div.menu-bottom-border {
    width: 100%;
    height: 2px;
    display: block;
    background: rgb(127, 62, 30);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(127, 62, 30, 1) 0%, rgba(245, 187, 13, 1) 50%, rgba(127, 62, 30, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(127, 62, 30, 1) 0%, rgba(245, 187, 13, 1) 50%, rgba(127, 62, 30, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(127, 62, 30, 1) 0%, rgba(245, 187, 13, 1) 50%, rgba(127, 62, 30, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(127, 62, 30, 1) 0%, rgba(245, 187, 13, 1) 50%, rgba(127, 62, 30, 1) 100%);
    /* IE10+ */
}

div.menu div.inner {
    height: 100%;
    position: relative;
}

div.menu a.logo {
    display: block;
    width: 215px;
    height: 43px;
    position: absolute;
    margin-left: 12px;
    margin-top: 21px;
    background: url(../img/logos/wb-pictures.png) no-repeat left bottom;
    background-size: contain;
}

div.menu div.trigger {
    width: 53px;
    height: 50px;
    position: absolute;
    top: 1px;
    right: 24px;
    margin-top: 19px;
    background: url(../img/mobile/mobile-menu.png) no-repeat;
    background-size: 52px 50px;
    cursor: pointer;
}

div.menu div.trigger.open {
    border-bottom: none;
}

div.menu ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

div.menu ul.open {
    display: block;
}

div.menu a {
    text-decoration: none;
    color: #707070;
}

div.light-gray-bg {
    width: 100%;
    background: #f0f9ff;
}

div.light-gray-bg div.inner {
    padding: 30px 15px;
}

div.light-gray-bg div.logo-bg {
    background-image: url(../img/bgs/wp-light-gray.png);
    background-repeat: no-repeat;
    background-position: 8% 0;
    padding: 0 15px;
}

div.light-gray-bg p {
    color: #999999;
}

div.light-gray-bg p.larger {
    font-size: 20px;
    color: #1585d8;
}


/* HEADER
- - - - - - - - - - - - - - - - - */

div.header {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

div.header>div.inner {
    position: relative;
    padding: 40px 5% 7px 3%;
}

div.header h1.white,
div.header h2.white,
div.header h3.white,
div.header p.white {
    color: #ecf0f1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}


/* bg mods */

div.header.filmstrip {
    background-image: url(../img/header/filmstrip.jpg);
    background-color: #102d65;
}

div.header.blue {
    background-color: #219CFD;
}

div.header.sliver {
    background-image: url(../img/header/sliver.jpg);
}

div.header.stars {
    background-image: url(../img/header/stars.jpg);
}

div.header.audience {
    background-image: url(../img/header/audience.jpg);
}

div.header.projection {
    background-image: url(../img/header/projection-faux-desktop.jpg);
}

div.header.projector-blue {
    background-image: url(../img/header/foxlogo-faded.png);
    background-size: 120%;
}

div.header.fox-blue--banner {
    background-image: url(../img/header/blue-banner-bg.jpg);
}

div.header.projector-blue-fx {
    background-image: url(../img/header/blue-banner-bg.jpg);
}

div.header.projection-faux,
div.header.projection-faux2 {
    background-image: url(../img/header/projection-faux-mobile.jpg);
    background-color: #ecf0f1;
    background-size: auto;
}


/* Redeem input */

div.redeem-input {
    width: 282px;
    margin-right: auto;
    margin-left: auto;
}

div.how-it-works-content {
    width: auto;
    margin: 0 auto;
}

div.how-it-works-content div.block {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
}

div.how-it-works-content div.block div.icon {
    margin: 0 auto;
}

div.how-it-works-content div.block p.title {
    font-size: 16px;
    color: #df383c;
    font-family: 'SourceSansPro-Bold';
    margin-bottom: 0px;
}

div.how-it-works-content div.line {
    width: 180px;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    margin: 18px auto;
}


/*Site map */

div.sitemap-content {
    width: auto;
    margin: 0 auto;
}

div.sitemap-content div.block {
    font-family: Lato-Regular;
    font-size: 18px;
    margin-top: 21px;
    i text-align: left;
    color: #243645;
    width: 196px;
}

div.block a:hover {
    text-decoration: underline;
}

div.sitemap-content div.block div.icon {
    margin: 0 auto;
}

div.sitemap-content div.block p.title {
    font-size: 16px;
    color: #df383c;
    font-family: 'SourceSansPro-Bold';
    margin-bottom: 0px;
}

div.sitemap-content div.line {
    width: 1px;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    margin: 18px auto;
}


/* movie content */

div.movie-box {
    width: 300px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

div.movie-box a.movie-poster {
    width: 172px;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
}

div.movie-box a.right-box-link {
    width: 95px;
    height: 85px;
    background-color: #e6e7e8;
    display: block;
    text-decoration: none;
    float: left;
}

div.movie-box a.right-box-link span {
    font-size: 12px;
    color: #415462;
    font-family: 'Lato-Black';
}

div.movie-box a.right-box-link div {
    margin-top: 17px;
    margin-bottom: 5px;
}

div.movie-box a.right-box-link div.tickets {
    margin-top: 17px;
    margin-bottom: 5px;
}

div.movie-box a.right-box-link:hover {
    background-color: #df383c;
}

div.movie-box a.right-box-link:hover span {
    color: #fff;
}

div.movie-box a.right-box-link:hover div.icon.tickets {
    width: 25px;
    height: 25px;
    background-position: -358px -178px;
}

div.movie-box a.right-box-link:hover div.icon.film {
    width: 25px;
    height: 25px;
    background-position: -395px -178px;
}

div.movie-box a.right-box-link:hover div.icon.info {
    width: 25px;
    height: 25px;
    background-position: -432px -178px;
}

div.movie-box a.right-box-link.no_link:hover {
    background-color: #e6e7e8;
    cursor: default;
}

div.movie-box a.right-box-link.no_link:hover div.icon.tickets {
    width: 25px;
    height: 25px;
    background-position: -358px -140px;
}

div.movie-box a.right-box-link.no_link:hover span {
    color: #415462;
}

div.movie-box p.title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

div.movie-box p.rated {
    margin-top: 1px;
}


/* events */

div.movie-box.event a.right-box-link {
    height: 127.5px;
}

div.movie-box.event a.right-box-link div {
    margin-top: 37px;
}

div.movie-box.event a.right-box-link div.info {}

div.movie-box.event a.right-box-link div.tickets {}

div.blue-gradient-box {
    max-width: 380px;
    background: #123166;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #003466 0%, #005b88 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #003466 0%, #005b88 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #003466 0%, #005b88 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #003466 0%, #005b88 100%);
    /* Opera 11.10+ */
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
}

div.blue-gradient-box p {
    color: #fff;
    font-size: 18px;
    font-family: 'Gotham-Light';
    margin-bottom: 0;
}

div.blue-gradient-box p.larger {
    font-size: 28px;
    margin-top: 0;
    padding-top: 0;
}


/* FOOTER
- - - - - - - - - - - - - - - - - */

div.footer {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

div.footer.bottom {
    /*position: absolute;
	bottom: 0;*/
}

div.footer div.top-border {
    width: 100%;
    height: 5px;
    display: block;
    background-color: #dfe6ee;
    margin-bottom: 10px;
    /*For old gold gradient
/*	background: rgb(127,62,30); /* Old browsers */
    /*	background: -moz-linear-gradient(left, rgba(127,62,30,1) 0%, rgba(245,187,13,1) 50%, rgba(127,62,30,1) 100%); /* FF3.6+ */
    /*	background: -webkit-linear-gradient(left, rgba(127,62,30,1) 0%,rgba(245,187,13,1) 50%,rgba(127,62,30,1) 100%); /* Chrome10+,Safari5.1+ */
    /*	background: -o-linear-gradient(left, rgba(127,62,30,1) 0%,rgba(245,187,13,1) 50%,rgba(127,62,30,1) 100%); /* Opera 11.10+ */
    /*	background: -ms-linear-gradient(left, rgba(127,62,30,1) 0%,rgba(245,187,13,1) 50%,rgba(127,62,30,1) 100%); /* IE10+ */
}

div.footer-logo {
    background: url(../img/logos/wb-large2.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

div.footer ul {
    text-align: center;
    margin: 0 auto;
}

div.footer ul li.footer-bold {
    display: block;
    padding-top: 0.5em;
    font-weight: bold;
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', Arial, sans-serif;
    font-size: 18px;
}

div.footer ul li.footer-bold:after {
    content: "";
}

div.footer ul li {
    display: inline-block;
    color: #aeaeae;
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6667;
}

div.footer ul.menu {
    width: 95%;
}

div.footer ul.menu li a {
    color: #999999;
    text-decoration: none;
    font-size: 18px;
}

div.footer ul.menu li:after {
    color: #F5A81B;
    content: "";
    font-size: 20px;
    margin: 6px;
}

div.footer ul.copyright li a {
    color: #aeaeae;
    text-decoration: none;
    font-size: 10px;
}

div.footer ul.copyright li {
    text-decoration: none;
    font-size: 10px;
}

div.footer ul.copyright li.copy {
    margin-right: -20px;
}

div.footer ul.copyright li.copy:after {
    content: '';
    margin: 10px;
}

div.footer ul.copyright li:after {
    color: #F5A81B;
    content: " | ";
    font-size: 15px;
}

div.footer ul.social li {
    padding-right: 4px;
    padding-bottom: 0px;
}

div.footer ul.social li:after {
    content: '';
}

div.footer ul li:last-child:after {
    content: "";
}

div.footer ul li a:hover {
    color: #d59a12;
}

body.bgfull div.footer {
    position: absolute;
    bottom: 0;
}

hr.footer {
    border: 0;
    border-bottom: 2px solid #F5A81B;
    margin: auto;
    margin-bottom: 7px;
}

hr.footer2 {
    border: 0;
    border-bottom: 2px solid #bebebe;
    margin: 0;
    margin-bottom: 15px;
}


/* SLIDER
- - - - - - - - - - - - - - - - - */

div.slider {
    width: 100%;
    height: 399px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bgs/slider-bg.jpg);
    background-size: cover;
    background-position: top;
}

div.slider h1 {
    font-size: 27px;
    font-family: 'Oswald-Regular';
    color: #000;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    line-height: 33px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #003366;
}

div.slider ul {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
}

div.slider input {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

div.slider a.button.sweepstakes {
    width: 214px;
    margin-top: 25px;
}

div.slider a.button:hover {}

div.slider a.button.search:hover {
    color: #930004;
}

div.slider ul .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

div.slider ul .slide.search {
    background-image: url(../img/slider/red-slide.jpg);
    background-position: center 30%;
}

div.slider ul .slide.redeem {
    background-image: url(../img/slider/gray-slide.jpg);
}

div.slider ul .slide.sweepstakes {
    background-image: url(../img/slider/blue-slide.jpg);
}

div.slider ul .slide.how-it-works {
    background-image: url(../img/slider/gray-slide-2.jpg);
}

div.slider ul .slide.check-out-latest {
    background-image: url(../img/slider/pink-slide.jpg);
}

div.slider div.prize-icons {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

div.slider div.prize-icons div.icon {
    margin-right: .65em;
}

div.slider ul .slide div.icon.gofobo-white {
    margin: 0 auto;
    margin-top: 8px;
}

div.slider .slide div.promptbox {
    max-width: 730px;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
}

div.slider div.main-box {
    max-width: 430px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
}

div.slider div.main-box p {
    margin: 0 25px;
    color: #1585d8;
    font-family: 'SourceSansPro-Light';
}

div.slider div.main-box p.header {
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
    font-size: 30px;
    padding: 7px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eb921b;
}

div.slider div.main-box div.gold-bar {
    max-width: 430px;
    height: 13px;
    background-image: url(../img/slider/gold-bar.png);
    background-repeat: no-repeat;
}

div.slider div.main-box a.button {
    margin-left: 25px;
}

div.slider div.main-box div.gold-bar.top {
    margin-top: -7px;
}

div.slider div.main-box div.gold-bar.bottom {
    margin-bottom: -5px;
}

div.slider a.nav {
    display: block;
    width: 50%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #243645;
    background-repeat: no-repeat;
    background-position: 50% 54%;
    -webkit-transition: background-color 0.1s ease-out, background-position 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out, background-position 0.1s ease-out;
    -ms-transition: background-color 0.1s ease-out, background-position 0.1s ease-out;
    transition: background-color 0.1s ease-out, background-position 0.1s ease-out;
    cursor: pointer;
}

div.slider a.nav.prev {
    left: 0;
    background-image: url(../img/slider/slider-nav-prev-m@2x.png);
}

div.slider a.nav.next {
    right: 0;
    background-image: url(../img/slider/slider-nav-next-m@2x.png);
}

div.slider a.nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

div.slider a.nav.prev:hover {
    background-position: 48% center;
}

div.slider a.nav.next:hover {
    background-position: 52% center;
}

div.slider a.nav.prev:active {
    background-position: 50% center;
}

div.slider a.nav.next:active {
    background-position: 50% center;
}

div.slider-bottom {
    width: 100%;
    height: 8px;
    background: #226495;
    /* Old browsers */
    background: -webkit-linear-gradient(left, #226495 0%, #123166 100%);
    background: -moz-linear-gradient(left, #226495 0%, #123166 100%);
    background: -ms-linear-gradient(left, #226495 0%, #123166 100%);
    background: -o-linear-gradient(left, #226495 0%, #123166 100%);
}

div.upcoming-screenings {
    height: 380px;
    width: auto;
    background: url(../img/bgs/blue-orbs.jpg);
    background-size: cover;
    background-position: center center;
    padding: 5px 0px;
    padding-right: 0px;
}

div.upcoming-screenings.main {
    height: 740px;
}

div.upcoming-screenings.main.one {
    height: 630px;
}

div.movie-carousel {}

div.upcoming-screenings.new {
    background-image: none;
    height: 285px;
}

div.upcoming-screenings.empty {
    height: 91px;
}

div.upcoming-screenings div.inner {
    width: auto;
    padding: 0 15px;
}

div.upcoming-screenings p.title {
    font-size: 26px;
    font-family: 'SourceSansPro-Bold';
    color: #fff;
    text-transform: uppercase;
}

div.upcoming-screenings a.movie {
    width: 130px;
    height: 215px;
    float: left;
    display: block;
    text-decoration: none;
}

div.upcoming-screenings div.movie-name {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato-Black';
    margin-top: 5px;
}

div.upcoming-screenings div.date {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato-Black';
}

div.upcoming-screenings p.text {
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: 'Lato-Black';
    margin: 0;
}

div.upcoming-screenings a.movie img {
    width: 100%;
    height: 100%;
}

div.upcoming-screenings.new a.movie img {}

div.movie-details-trailer,
div.find-screenings {
    width: 100%;
    background: url(../img/bgs/blue-orbs.jpg);
    background-position: center center;
}

div.find-screenings h1 {
    font-size: 30px;
    text-transform: none;
    text-align: center;
    color: #fff;
}

div.find-screenings p {
    color: #fff;
    margin-top: 0;
    margin: 0 auto;
    text-align: center;
}

div.find-screenings div.input-wrapper {
    width: 448px;
    max-width: 94%;
    padding: 0 3%;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

div.find-screenings div.input-wrapper input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}

div.find-screenings div.input-wrapper div.icon {
    position: absolute;
    top: 37px;
    left: -129px;
}

div.movie-details-trailer p {
    color: #fff;
}

div.enter-sweepstakes-box {
    width: 303px;
    height: 250px;
    background-image: url(../img/bgs/star-bg.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

div.enter-sweepstakes-box p {
    color: #243645;
    padding-left: 22px;
    max-width: 240px;
    line-height: 20px;
    padding-top: 12px;
}

div.enter-sweepstakes-box a.button.transparent.left {
    margin-left: 22px;
    color: #243645;
    border-color: #243645;
    width: 160px;
}

div.enter-sweepstakes-box a.button.transparent.left:hover {
    background-color: #243645;
    color: #fff;
}

div.redeem-code-box {
    width: 303px;
    height: 250px;
    background-image: url(../img/bgs/blue-g-bg.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

div.redeem-code-box p {
    color: #fff;
    padding-left: 22px;
    max-width: 240px;
    line-height: 20px;
    padding-top: 12px;
}

div.redeem-code-box a.button.transparent.left {
    margin-left: 22px;
}

div.redeem-code-box2 {
    background-size: cover;
    width: 340px;
    height: 250px;
    background-image: url(../img/bgs/blue-g-bg.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

div.redeem-code-box2 p {
    text-align: left;
    color: #fff;
    padding-left: 22px;
    max-width: 240px;
    line-height: 17px;
    padding-top: 30px;
}

div.redeem-code-box2 a.button.transparent.left {
    margin-left: 22px;
}

div.redeem-code-box2 a.button.transparent {
    margin-left: 15px;
    padding: 6px 6px;
}

div.target-maze-bg {
    background-image: url(../img/bgs/target-maze.png);
    background-size: cover;
    background-repeat: no-repeat;
}

div.add-18 {
    margin: 0 auto;
}

div.results-movie-poster {
    width: 120px;
    margin-bottom: 15px;
}

div.results-movie-poster img {
    width: 100%;
}


/* Redeem Code Background
- - - - - - - - - - - - - - - - - */

.red-g-bg {
    background-image: url(../img/bgs/code-redeem.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.black-err-bg {
    background-image: url(../img/bgs/black-err-bg.jpg);
    background-position: top center;
    background-size: cover;
}

.black-err-2-bg {
    background-image: url(../img/bgs/black-err-2-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
}

div.sitemap-content div.block a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

div.sitemap-content {
    margin: 0 auto;
}

div.sitemap-content div.block {
    font-family: Lato-Regular;
    font-size: 18px;
    margin-right: 89px;
    margin-top: 21px;
    text-align: left;
}

div.sitemap-content div.block2 {
    margin-top: 60px;
    width: 180px;
    float: left;
    text-align: center;
    margin-left: 65px;
    font-size: 30px;
    font-family: 'SourceSansPro';
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

div.block a {
    text-decoration: none;
}

div.block a:hover {
    text-decoration: underline;
}

div.block a:visited {
    color: #4F224F;
}

div.block2 a {
    text-decoration: none;
}

div.block2 a:hover {
    text-decoration: underline;
}

div.block2 a:visited {
    color: #4F224F;
}

div.sitemap-content div.block p.title {
    font-size: 16px;
    color: #df383c;
    font-family: 'SourceSansPro-Bold';
    margin-bottom: 0px;
}

div.sitemap-content div.line {
    margin-left: 68px;
    width: 1px;
    border-left: 1px solid #9d9d9d;
    float: left;
    height: 315px;
}

.email-preferences input[type="checkbox"] {
    width: 100%;
    height: 25px;
    margin: 0;
}


/* GHOST BOX
- - - - - - - - - - - - - - - - - */

div.ghostbox1 {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

div.ghostbox2 {
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

div.ghostbox {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 1px rgba(255, 255, 255, 0.2);
}

div.ghostbox.black {
    background-color: rgba(0, 0, 0, 0.25);
}

div.ghostbox.black {
    background-color: rgba(0, 0, 0, 0.44);
}

div.ghostbox.black p {
    color: #fff;
}

div.ghostbox.black p.yellow {
    color: #fff200;
    margin-top: 15px;
    margin-bottom: 8px;
}

div.ghostbox.black p.large {
    font-size: 40px;
    font-family: 'SourceSansPro-Bold';
    max-width: 100%;
    margin-bottom: 5px;
}

div.ghostbox.black input {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 43px;
    line-height: 43px;
}

div.ghostbox.black input:before {
    content: ' ';
    width: 26px;
    height: 25px;
    background-image: url(../img/sprite/s.png);
    background-position: -263px -142px;
    float: left;
    margin-left: -50px;
}

div.ghostbox h2 {
    color: #000;
    font-size: 28px;
    text-shadow: none;
}

div.ghostbox p {
    color: #000;
}

div.ghostbox.white {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 1px rgba(255, 255, 255, 0.2);
}

div.ghostbox.white p {
    color: #000;
}

div.input-wp1 {
    position: relative;
    width: 150%;
    margin: 0 auto;
}

div.input-redeem {
    position: relative;
    width: auto;
    margin: 0 auto;
}

div.input-wp {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

div.input-wp div.icon {
    position: absolute;
    left: 13px;
    top: 10px;
}


/* PIC BOX
- - - - - - - - - - - - - - - - - */

div.picbox {}

div.picbox img {
    display: block;
    max-width: 100%;
    margin-left: 0px;
    margin-right: auto;
}


/* mods */

div.picbox.partner {
    width: 225px;
}

div.picbox.trailer {
    width: 100%;
}

div.picbox.with-border img {
    border: 3px solid #fff;
}

div.picbox.with-info div.pic {
    float: left;
    width: 40%;
    margin-bottom: 10px;
}

div.picbox.with-info div.info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    margin-bottom: 10px;
    padding-left: 3%;
}


/* WHITE BOXES
- - - - - - - - - - - - - - - - - */

div.whitebox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #f9f9f9;
}

div.whitebox.thin {
    padding: 4px;
}


/* userinfo box */

.userinfo {
    font-size: 12px;
}

.userinfo div.pic {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.userinfo div.pic img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

.userinfo div.info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 3%;
}

.userinfo div.info p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

div.whitebox:after {
    width: 9px;
    height: 9px;
    position: absolute;
    content: ' ';
    display: block;
    top: 0;
    right: 0;
    background-image: url(../img/sprite/s.png);
    background-position: -5px -5px;
}


/* screening header box */

div.screeningheader {
    margin-bottom: 15px;
}

div.screeningheader strong {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

div.screeningheader div.social {
    float: right;
}

div.screeningheader div.social span.cta-text {
    float: left;
    display: block;
}

div.screeningheader span.th-name {
    font-family: 'SourceSansPro-Light';
    color: #fff;
    font-size: 18px;
}


/* screening actions box */

div.screeningactions {
    font-size: 12px;
    margin-bottom: 30px;
}

div.screeningactions div.pic {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 29%;
    margin-bottom: 10px;
    padding-right: 3%;
}

div.screeningactions div.pic img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

div.screeningactions div.social {}

div.screeningactions div.social span.cta-text {
    display: block;
}

div.screeningactions div.social a.icon {
    float: left;
    display: block;
    border-radius: 2px;
}

div.screeningactions div.social a.icon.tw {
    background: url(../img/logos/social2.jpg) no-repeat 0px 0px;
}

div.screeningactions div.social a.icon.fb {
    background: url(../img/logos/social2.jpg) no-repeat -24px 0px;
}

div.screeningactions div.info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    overflow: auto;
}


/* screening info box */

div.screeninginfo {
    float: none;
    font-size: 12px;
    margin: 0 auto;
}

div.screeninginfo div.pic {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 3%;
}

div.screeninginfo div.pic img {
    display: block;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    height: 250px;
}

div.screeninginfo div.info {
    float: left;
    padding-left: 8px;
    padding-right: 15px;
    width: 30%;
    color: #FFFFFF;
}

div.screeninginfothnx {
    float: none;
    font-size: 12px;
    margin: 0 auto;
}

div.screeninginfothnx div.pic {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding-right: 3%;
}

div.screeninginfothnx div.pic img {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    height: 250px;
}

div.screeningthnxbotinfo {
    display: none;
}

div.screeninginfothnx div.mobileinfo {
    display: block;
    color: #FFF;
    width: 40%;
    float: left;
    margin-top: 80px;
}

h3.share {
    padding-bottom: 10px;
    color: #FFF;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #C08332;
}

div.screeningboxthnx a.button.gold-pass {
    margin: 0 auto;
}

div.screeninginfothnx div.info {
    display: none;
    float: left;
    padding-left: 8px;
    padding-right: 15px;
    width: 30%;
    color: #FFFFFF;
}

div.screeningbox {
    float: none;
    margin: 0 auto;
}

div.screeningboxthnx {
    padding: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
}

div.surveybox {
    margin: 0 auto;
    width: none;
    float: none;
    margin-top: -30px;
}

div.screeningbox div.info {
    display: none;
}

div.screeningbox h1.header2 {
    display: none;
}

div.screeningboxthnx div.info {
    display: none;
}

div.screeningboxthnx h1.header2 {
    display: none;
}

h1.header1 {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

div.sweep-info {
    width: 55%;
}


/* pic box */

div.pic:after {
    background: none;
}

div.pic img {
    width: 100%;
    margin-right: auto;
    border-radius: 2px;
}

div.pic img.unique-movie {
    max-width: 290px;
}

.pic.thin.reg img {
    max-width: 126px;
    min-width: 126px;
    width: auto;
}


/* star rating box */

div.ratingbox {
    height: 42px;
    margin: 0 auto;
    background-image: url(../img/buttons/rating_button.png);
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    text-shadow: 1px 0px 1px #000;
    font-family: 'SourceSansPro-Bold';
}

div.ratingbox div.stars {
    width: 120px;
    padding-left: 20px;
    padding-top: 7px;
}

div.ratingbox p {
    padding-left: 130px;
    width: 80px;
    margin: 0;
    padding-top: 5px;
}

label.stars {
    display: none;
}

div.stars label {
    display: inline-block;
    font-size: 14px;
    margin-top: 4px;
    margin-left: 10px;
}

div.stars p {
    display: block;
}

.userinfo div span {
    font-weight: 600;
}


/* SCREENING SEARCH BOX
- - - - - - - - - - - - - - - - - */

div.screening-search-box {
    max-height: 300px;
    width: 100%;
}


/* screenings search result  */

div.screening-search-result {
    height: 140px;
    border: 0px solid #fff;
    position: relative;
    margin-bottom: 2px;
}

div.screening-search-result.no-border {
    border: 0px;
}

div.screening-search-result:after {
    width: 9px;
    height: 9px;
    position: absolute;
    content: ' ';
    display: block;
    top: 0;
    right: 0;
    background-image: url(../img/sprite/s.png);
    background-position: -5px -5px;
}

div.screening-search-result a.button {
    width: 170px;
}

div.screening-search-result:not(:first-child) {
    border-top: 0;
}


/* mods */

div.screening-search-result.taller {
    height: 115px;
}

div.screening-search-result.local-movie-screenings {
    margin-bottom: 7px;
}

div.screening-search-result.local-movie-screenings:last-child {
    margin-bottom: 35px;
}

div.screening-search-result div.dark-blue-bg {
    background: -webkit-linear-gradient(top, #3296c8 0%, #013568 100%);
    background: -moz-linear-gradient(top, #3296c8 0%, #013568 100%);
    background: -ms-linear-gradient(top, #3296c8 0%, #013568 100%);
    background: -o-linear-gradient(top, #3296c8 0%, #013568 100%);
}

div.screening-search-result div.details,
div.screening-search-result div.getpasses {
    float: left;
    height: 100%;
    color: #fff;
}

div.screening-search-result div.num {
    float: left;
    width: 10%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #dfe6ee;
}

div.screening-search-result div.num div {
    padding-top: 55px;
    color: #003366;
    font-family: 'SourceSansPro-Bold';
}

div.screening-search-result div.details {
    width: 90%;
    float: left;
    height: 100%;
    overflow: hidden;
    color: #fff;
}

div.screening-search-result div.details div {
    padding: 10px;
    white-space: nowrap;
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

div.screening-search-result div.getpasses {
    width: 0%;
    position: relative;
}

div.screening-search-result div.getpasses a.yellow-arrow {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: -8px;
    background-image: url('../img/mobile/yellow_arrow.png');
    background-size: 32px 32px;
}

div.screening-search-result div.details div span {
    color: #78d2f7;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'SourceSansPro-Bold';
}

div.screening-search-result br.mobile {
    margin-bottom: 0;
}

div.screening-search-result.local-screenings {
    border: 2px solid #243645;
}

div.screening-search-result.local-screenings div.num {
    background-color: #243645;
}

div.screening-search-result.local-screenings div.num div {
    border: 2px solid #243645;
}

div.screening-search-result.local-movie-screenings div.num {
    background-color: #DF383C;
}

div.screening-search-result.local-screenings:nth-child(2n) div.details-1,
div.screening-search-result.local-screenings:nth-child(2n) div.details-2,
div.screening-search-result.local-screenings:nth-child(2n) div.getpasses {
    background-color: transparent;
}


/* ADS
- - - - - - - - - - - - - - - - - */

div.ad {
    width: 100%;
    max-width: 600px;
    text-align: center;
    overflow: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

div.ad img.ad {
    width: 100%;
}

div.ad h3 {
    text-shadow: none;
}

div.ad.left {
    float: left;
}

div.ad.right {
    float: right;
}


/* STAR RATINGS
- - - - - - - - - - - - - - - - - */

ul.starfield {
    clear: left;
}

ul.starfield.error li {
    background-color: #ffafa9;
}

ul.starfield li {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../img/ratings@2x.png) 0 0;
    background-size: 48px 48px;
    cursor: pointer;
}

ul.starfield li:hover,
ul.starfield li.active {
    background-position: -24px 0;
}


/* REVIEW RATINGS
- - - - - - - - - - - - - - - - - */

div.review {
    overflow: auto;
}

div.review ul.questions {
    counter-reset: num;
}

div.review ul.questions li {
    font-size: 14px;
    margin-bottom: 24px;
    overflow: auto;
}

div.review ul.questions li.error {
    background-color: #ffafa9;
}

div.review ul.questions li p {
    margin-top: 8px;
    margin-bottom: 4px;
}

div.review ul.questions li p:before {
    counter-increment: num;
    content: counter(num) '.' ' ';
}

div.review div.dots {
    margin-top: 8px;
    text-align: center;
}

div.review div.dot {
    display: inline-block;
    font-size: 23px;
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    text-align: center;
    line-height: 1.739;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border-radius: 40px;
    border: 1px solid #7f8c8d;
    background-color: #fafeff;
    cursor: pointer;
}

div.review div.dot:first-child {
    margin-left: 0;
}

div.review div.dot:hover,
div.review div.dot.active {
    color: #ffffff;
    border-color: #067bbe;
    background-color: #067bbe;
}


/* sign up more info */

#su-more-info {
    cursor: pointer;
}

#su-more-info:hover {
    color: #fff;
}

#su-more-info:before {
    font-size: 25px;
    float: left;
    content: "+";
}

#su-more-info.opened:before {
    margin-top: -10px;
    font-size: 25px;
    float: left;
    content: "_";
}

#su-more-info.opened p.info {
    display: none;
}

#su-more-info-ct {
    display: none;
}

#su-dob .dobMonthCt {
    width: 105px;
    float: left;
}

#su-dob .dobDayCt {
    width: 110px;
    float: left;
}

#su-dob .dobYearCt {
    width: 110px;
    float: left;
}

#su-dob #dobMonth {
    width: 95px;
}

#su-dob #dobDay {
    width: 70px;
}

#su-dob #dobYear {
    width: 75px;
}


/* STEPS
- - - - - - - - - - - - - - - - - */

ul.steps {
    float: right;
    margin-top: 11px;
}

ul.steps li {
    float: left;
    color: #ecf0f1;
    font-size: 14px;
    line-height: 2.142;
    height: 30px;
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: default;
}

ul.steps li.active {
    background-color: rgba(0, 0, 0, 0.7);
}

ul.steps li div.square {
    float: left;
    color: white;
    text-align: center;
    line-height: 1.429;
    width: 22px;
    height: 22px;
    margin: 5px;
    background-color: #78d2f7;
    border-radius: 10px;
}

ul.steps li {
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Sanchez-Regular', sans-serif;
    color: #69bafb;
    font-size: 16px;
}

ul.steps li.active {
    background-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

ul.steps li.active div.square {
    background-color: #78d2f7;
    color: #FFF;
}


/* CONTENT
- - - - - - - - - - - - - - - - - */

div.content-anchor {
    border-top: 1px solid white;
}

div.content:after {
    content: '';
    clear: both;
    display: block;
}

div.content.white {
    background-color: #fafeff;
}

div.wb-blue {
    background-repeat: no-repeat;
    background-image: url(../img/bgs/light-bkgd2.jpg);
    background-size: 200% auto;
    background-position: center top;
}

div.wb-blue-full {
    background-repeat: no-repeat;
    background-image: url(../img/bgs/light-bkgd2.jpg);
    background-size: 500% auto;
    background-position: 35% top;
}

div.gray-blue-gradient {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.1) 0%, rgba(15, 50, 99, 0.64) 50%, rgba(0, 13, 45, .90) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.1) 0%, rgba(15, 50, 99, 0.64) 50%, rgba(0, 13, 45, .90) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.1) 0%, rgba(15, 50, 99, 0.64) 50%, rgba(0, 13, 45, .90) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.1) 0%, rgba(15, 50, 99, 0.64) 50%, rgba(0, 13, 45, .90) 100%);
    /* IE10+ */
}

div.blue-gradient {
    background: -moz-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(4, 58, 109, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(4, 58, 109, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(4, 58, 109, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(4, 58, 109, 1) 100%);
    /* IE10+ */
}

div.blue-gradient-reverse {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(6, 64, 115, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(6, 64, 115, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(6, 64, 115, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(50, 151, 201, 1) 0%, rgba(6, 64, 115, 1) 100%);
    /* IE10+ */
}

div.gray-gradient {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* IE10+ */
}

div.gray-gradient-act {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 207, 208, 1) 100%);
    /* IE10+ */
}

div.light-blue-gradient {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(120, 210, 247, 1) 0%, rgba(0, 173, 239, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(120, 210, 247, 1) 0%, rgba(0, 173, 239, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(120, 210, 247, 1) 0%, rgba(0, 173, 239, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(120, 210, 247, 1) 0%, rgba(0, 173, 239, 1) 100%);
    /* IE10+ */
}

div.content div.inside {
    width: auto;
    margin: 0 auto;
    padding- -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
}

div.content.blue-gradient {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2)30%, rgba(255, 255, 255, 1) 40%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2)30%, rgba(255, 255, 255, 1) 40%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2)30%, rgba(255, 255, 255, 1) 40%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2)30%, rgba(255, 255, 255, 1) 40%);
    /* IE10+ */
}

div.content.blue-gradient-full {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
}

div.content div.inner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.content.sweepstakes h3 {
    color: #2C3E50;
}

div.inner {
    margin-left: auto;
    margin-right: auto;
}

div.merchandise h1 {
    font-size: 40px;
    text-transform: none;
    color: #fff;
    text-align: left;
}

div.merchandise h1.small {
    font-size: 28px;
}

div.merchandise h1.caps {
    text-transform: uppercase;
}

div.merchandise h1.red {
    color: #df383c;
}

div.merchandise h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
}

div.merchandise h3 {
    font-size: 30px;
    text-transform: none;
    color: #fff;
    text-align: left;
}

div.merchandise h3.smaller {
    font-size: 18px;
}

div.merchandise p {
    color: #fff;
    text-align: left;
}

div.merchandise .red {
    color: #df383c;
    text-align: left;
}

div.merchandise hr {
    border-width: 1px;
}

div.merchandise p.dates {
    font-size: 18px;
    margin-right: 1.5em;
    margin-top: 1em;
    margin-bottom: -0.7em;
    font-family: 'SourceSansPro-Semibold';
}

div.merchandise {
    color: #fff;
}

div.merchandise label {
    color: #fff;
}

label.navy {
    font-family: "Lato-Black", Arial, sans-serif;
    color: #243645;
    font-size: 16px;
}


/* Sweepstakes */

div.popup-gallery a {
    display: block;
    width: 48%;
    height: 80px;
    float: left;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}

div.popup-gallery a img {
    width: 100%;
    display: none;
}

div.merch-partner {
    background-color: #fff;
    min-height: 100px;
}

div.merch-partner p {
    color: #000000;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 7px;
    line-height: 21px;
    font-size: 16px;
    padding-bottom: 13px;
}

div.merch-partner-img {
    height: 100px;
}

div.merch-partner-img img {
    border: 4px solid #fff;
    background-color: #fff;
    max-width: 180px;
}


/*Create Account*/

div.option-box {
    background-color: #ffffff;
    max-width: 600px;
}


/*My Account*/

div.account-info-box {
    width: 57%;
    padding-left: 10px;
}

div.account-options {
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-size: 14px;
}

label.account-info {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #78D2F7;
    text-transform: uppercase;
}

label.account-info.dark-blue {
    color: #1F396D;
}

div.account-info {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

div.account-info-gender {
    width: 72px;
}

div.account-info-dob {
    width: 88px;
}

div.account-info-zip {
    width: 75px;
}

div.account-screening-moviebox {
    width: 100%;
}

div.account-screening-moviepic {
    width: 40%;
    max-width: 170px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.account-screening-moviepic img {
    width: 100%;
    border: 3px solid #fff;
}

div.account-screening-infobox {
    width: 100%;
}

div.account-screening-infobox2 {
    width: 100%;
}

div.account-screening-info {
    font-family: 'SourceSansPro-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    float: left;
}

div.account-screening-info label {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #78D2F7;
    text-transform: uppercase;
}

div.account-screening-info.date {
    width: 47%;
}

div.account-screening-info.location {
    width: 47%;
    padding-left: 5%;
}

div.account-screening-info.rating {
    width: 47%;
}

label.screening-info {
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 12px;
    color: #78D2F7;
    text-transform: uppercase;
}

div.screening-info label {
    font-family: 'Lato-Bold', Arial, sans-serif;
    font-size: 14px;
    color: #243645;
    line-height: 1.4;
}

div.screening-info span {
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #9D9D9D;
    line-height: 1.4;
}

label.optional-info span {
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    color: #5E5F61;
}

label.optional-info {
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
}


/*Events*/

div.event-info {
    text-align: center;
}

a.buy-tickets {
    max-width: 300px;
}

div.opacity-box,
div.opacity-box-small {
    background-color: rgba(35, 31, 32, 0.3);
    padding: 13px;
    width: auto;
}


/* COLUMNS Styles */

.columns3.home-page {
    border: 2px solid #e7e7e7;
}

.columns3.home-page div.column {
    padding: 20px;
    background-color: #f7f7f7;
}

.columns3.home-page div.column a.button.bottom {
    bottom: 20px;
}

.columns3.home-page div.column:first-child {
    background-color: #fff;
}

.columns2.home-page {
    border: 3px solid #e7e7e7;
}

.columns2.home-page.center {
    text-align: center;
}

.columns2.home-page div.column {
    padding: 20px;
    background-color: #f7f7f7;
}

.columns2.home-page div.column p {
    padding: .5em 1em;
}

.columns2.home-page div.column p.header {
    padding-left: 0;
    padding-top: 0;
}

.columns2.home-page div.column a.button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.columns2.home-page div.column p.header {
    color: #707070;
    font-family: 'Sanchez-Regular';
    font-size: 20px;
    margin: 0;
    padding-bottom: .8em;
}

.columns2.home-page div.column.border-left {
    border-left: 3px solid #e7e7e7;
    padding-left: 20px;
}

.columns2.home-page div.column.border-top {
    border-top: 3px solid #e7e7e7;
    padding-left: 20px;
}

.sweepstakes .columns2 {
    border: 2px solid #e5e6e6;
    background-color: #fff;
    padding: 10px 20px;
}

div.tickets-bg {
    background-image: url(../img/bgs/tickets.jpg);
    height: 250px;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

div.tickets-bg p {
    color: #fff;
    margin: 10px auto;
}

div.tickets-bg p.title {
    font-family: 'SourceSansPro-Bold';
    color: #fff;
    font-size: 30px;
    padding-top: 55px;
}

div.tickets-bg a.button {
    font-family: 'Lato-Black';
    background: transparent;
    border: 3px solid #fff;
    border-radius: 7px;
    padding: 7px 20px;
    margin-top: 18px;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    width: 129px;
    color: #fff;
}

div.tickets-bg a.button:hover {
    background-color: #fff;
    color: #000;
}

div.gray-line {
    border-top: 2px solid #e7e7e7;
}

div.white-line {
    border-top: 2px solid #ffffff;
}

div.top-banner-blue {
    background-image: url(../img/bgs/top-banner-blue.jpg);
    background-position: center center;
    background-size: cover;
    height: 82px;
    width: 100%;
}


/* this is BLP movie landing */

h1.section-header {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.mini-movie-large {
    color: #FCF9F9;
    font-size: 18px;
    text-transform: uppercase;
}

p.mini-movie-large.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.mini-movie-banner iframe.youtubeFrame {
    width: 300px;
    height: 200px;
}

div.social-buttons-container-mobile {
    position: relative;
    top: 29px;
    width: 300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

div.mini-movie-trailer-button {
    /*position:relative;
	left:calc(100% - 250px);*/
    position: absolute;
    right: 0;
    width: 140px;
    height: 55px;
    background: url(../img/buttons/play.png) 10px center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 40px 40px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #FCF9F9;
    cursor: pointer;
    line-height: 55px;
}

div.mini-movie-trailer-hide {
    /*position:relative;
	left:calc(100% - 250px);*/
    display: none;
    right: 0;
    */ width: 160px;
    height: 0px;
    /*background:url(../img/buttons/play.png') 10px center no-repeat;*/
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 40px 40px;
    /*padding-left:60px;*/
    font-size: 16px;
    font-weight: bold;
    color: #FCF9F9;
    cursor: pointer;
    /*line-height:20px;*/
}

div.mini-movie-banner {
    width: 100%;
    /*height:200px;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    text-align: center;
    padding-bottom: 31.25%;
}

#mini-movie-trailer-expand {
    display: none;
}

div.mini-movie-bgmap {
    /*margin-top:150px;*/
    width: 100%;
    min-height: 600px;
    background: #233543;
    background: linear-gradient(bottom, #1A3F74, rgba(48, 144, 193, 0.8) 60%);
    background: -moz-linear-gradient(bottom, #1A3F74, rgba(48, 144, 193, 0.8) 60%);
    background: -webkit-linear-gradient(bottom, #1A3F74, rgba(48, 144, 193, 0.8) 60%);
    background-size: cover;
    overflow-y: auto;
    padding-bottom: 50px;
    color: #FCF9F9;
    ;
}

div.mini-movie-bgmap table {
    width: 95%;
    margin-left: 10px;
    border-collapse: collapse;
}

div.mini-movie-bgmap table td {
    padding: 10px;
}

.mini-movie-info {
    text-align: center;
}

a.mini-movie-info {
    text-decoration: none;
    color: #FCF9F9;
}

a.mini-movie-trailer::before {
    content: " ";
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../img/sprite/sAdd.png');
    background-position: -462px -219px;
    margin-left: 46px;
    margin-right: 5px;
    margin-top: -4px;
}

a.mini-movie-trailer {
    text-decoration: none;
    color: #FCF9F9;
}

div.mini-movie-instagram {
    width: 100%;
    min-height: 300px;
    background: #375987;
}

div.mini-movie-synopsis {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 300px;
    padding: 20px;
}

div.mini-movie-social {
    width: 100%;
    min-height: 600px;
    background: url(../img/bgs/light-bkgd2.jpg) center top repeat-x;
    padding-bottom: 50px;
    color: #FCF9F9;
    background-size: cover;
    overflow-y: auto;
}

div.socialbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FCF9F9;
    background-color: #FCF9F9;
}

div.socialboxHeader {
    background-color: #3196CA;
    padding: 4px;
    margin-bottom: 5px;
}


/* Movie Landing */

div.movie-landing {}

div.movie-landing ul {
    font-family: 'SourceSansPro-Light';
    color: #fff;
    font-size: 13px;
}

div.movie-landing h2.release {
    font-size: 29px;
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
}

div.movie-landing h3 {
    font-family: 'SourceSansPro-Bold';
    font-size: 18px;
    text-transform: uppercase;
}

div.sweepstakes-landing {
    background: url(../img/bgs/sweepstakes-landing.jpg) no-repeat;
    background-color: #000000;
    s
}

div.movie-landing-pic {
    width: 45%;
}

div.movie-landing-title {
    width: 55%;
}

div.movie-landing-title.nlp {
    width: 100%;
    text-align: center;
}

.movie-landing-title p {
    color: #fff;
}

.movie-landing-title p.red {
    color: #df383c;
}

div.movie-sponsor {
    width: 44%;
    padding-left: 5%;
}

div.movie-sponsor p {
    color: #fff;
    margin-top: 0;
}

h1.movie-landing-title {
    font-size: 25px;
}

div.movie-landing-passes {
    width: auto;
    text-align: left;
}

div.movie-landing-passes.left {
    text-align: left;
}

div.movie-landing-passes a.button.cta {
    font-size: 18px;
}

div.movie-landing-passes.sweeps {
    width: 290px;
}

div.movie-landing-shortcuts {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

div.movie-landing-shortcuts ul li {
    margin-bottom: 20px;
}

div.movie-landing-screening {
    width: auto;
    margin-bottom: 20px;
}

div.movie-landing-screening ul.screenings-list li {
    display: block;
    width: 90%;
    height: 100px;
    background-color: #fff;
    margin-left: 15%;
}

div.movie-landing-screening ul.screenings-list li:before {
    display: block;
    width: 10%;
    height: 100px;
    background-color: #DF383C;
}

h2.movie-landing-header1 {
    font-family: "SourceSansPro-Bold", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

h2.movie-landing-header1.red {
    color: #df383c;
}

h3.movie-landing-labels {
    font-family: "Lato-Black", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

h3.movie-landing-labels.upper {
    text-transform: uppercase;
}

h3.movie-landing-labels.navy {
    color: #243645;
    text-align: left;
}

div.movie-landing-sections {
    text-align: center;
}

div.movie-landing-sections.left {
    text-align: left;
}

div.movie-landing-screening ul li {
    font-family: "Lato-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
}

div.movie-landing-sections.navy ul li {
    color: #243645;
    text-align: left;
}

div.movie-landing-sections ul li.movie-info {
    font-family: "Lato-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    padding-top: 0px;
    padding-left: 3px;
}

div.movie-landing-sections p {
    font-family: "Lato-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

div.movie-landing-sections label {
    font-family: "Lato-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

div.movie-landing-sections p.nlp {
    font-family: "Lato-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

div.movie-landing-sections div.social-icons {
    text-align: center;
    margin: 0 auto;
    width: 202px;
    margin-top: -10px;
}

div.movie-landing-sections div.social-icons a {
    margin-left: 15px;
    margin-right: 15px;
}

h3.movie-landing-header2 {
    font-family: "SourceSansPro-Black", Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

div.movie-landing-trailer {
    margin-left: auto;
    margin-right: auto;
}

div.passes-logo {
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 15px;
}

div.movie-landing p {
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
    color: #fff;
}

div.movie-landing p.black {
    color: #231f20;
}

div.movie-landing h3.blue {
    color: #003366;
    font-size: 12px;
    text-transform: uppercase;
}

img.movie-poster {
    border: 1px solid rgba(0, 0, 0, .1);
}

div.film-specs-container {
    background: #3297c9;
}

div.more-about-film-title {
    font-family: "SourceSansPro-Bold", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 237px;
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 5px;
}

div.film-specs-container div.inner {
    padding: 0 15px;
}

div.more-about-film-title:before {
    content: ' ';
    display: block;
    float: left;
    width: 18px;
    height: 14px;
    background-image: url(../img/sprite/s.png);
    background-position: -550px -6px;
    margin-right: 10px;
    margin-top: 4px;
}


/*About Us*/

div.about-us img.about-us {
    width: 100%;
    max-width: 530px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.about-us-logo {
    margin-top: 25px;
    margin-bottom: 15px;
}


/* FAQ */

div.inner p.faq {
    margin-bottom: 20px;
}

div.faq div.question {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-family: 'SourceSansPro-Semibold', Arial, sans-serif;
    color: #ffffff;
    background-color: #415462;
    cursor: pointer;
    position: relative;
}

div.faq div.question div.pipe:before {
    font-size: 18px;
    width: 19px;
    height: 19px;
    float: right;
    content: '+';
    color: #ffffff;
    padding-top: 3px;
}

div.faq div.question div.pipe {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 32px;
    position: absolute;
    width: 1px;
    height: 30px;
    border-right: 1px solid #243645;
    top: 30%;
    margin-left: 10px;
}

div.faq div.question div.words {
    padding-left: 40px;
    text-transform: uppercase;
}

h1.faq-social {
    text-align: center;
    padding-top: 25px;
}

div.inner div.faq p {
    display: none;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
}

p.faq-social {
    text-align: center;
    padding-bottom: 10px;
}

div.inner ul.social-icons {
    width: 182px;
    margin: 0 auto;
}

div.inner ul.social-icons li a {
    padding-right: 18px;
}

div.faq div.question.highlighted {
    background-color: #DF383C;
}

div.faq div.question.highlighted div.pipe:before {
    content: '-';
}

.terms-of-service ul {
    list-style: disc;
    margin-left: 2em;
}

@media (max-width: 350px) {
    div.header.projector-blue {
        background-image: url(../img/header/foxlogo-faded.png);
        background-size: 280%;
    }
}


/* Contact FAQ */

.overlaybox {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    width: 660px;
    height: 150px;
}

.faq-container {
    margin-right: 2em;
    margin-left: 2em;
    min-height: 350px;
    font-family: Arial;
    margin-top: 2em;
}

.level0 {
    background-color: #1d5386;
    border-radius: 7px;
    color: #fff !important;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
    padding: 20px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: "Lato-Black", Arial, sans-serif;
    cursor: pointer;
}

.level0:hover {
    background-color: #1d5386;
    opacity: 0.7;
}

.level1,
.level2 {
    background-color: #1d5386;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
    padding: 20px;
    width: 300px;
    text-align: center;
    cursor: pointer;
}

.level1:hover {
    background-color: #1d5386;
    opacity: 0.7;
}

.level2:hover {
    background-color: #1d5386;
    opacity: 0.7;
}

.level3 {
    background-color: #1d5386;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
    padding: 20px;
    max-width: 600px;
}

.back {
    cursor: pointer;
    text-decoration: none;
    margin-top: 30px;
}

.back h1 {
    color: #1d5386 !important;
}

.word-count {
    font-size: 11px;
    margin-left: 4%;
    color: #fff;
}

.white {
    color: #fff;
}

a:visited {
    color: #8c8c8c;
}

a.send {
    text-align: center !important;
}


/* Overlay style */

.overlay {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url(../img/mobile/mobile-bg.png) top center;*/
    z-index: 105;
    background: rgb(34, 99, 148);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(34, 99, 148, 1) 0%, rgba(20, 54, 107, 1) 100%);
    /* IE10+ */
}

.overlay .mobile-logo {
    position: absolute;
    height: 43px;
    width: 215px;
    margin-left: 12px;
    margin-top: 22px;
    border: none;
}


/* Overlay closing cross */

.overlay .overlay-close {
    width: 53px;
    height: 50px;
    position: absolute;
    right: 8px;
    top: 22px;
    overflow: hidden;
    border: none;
    background: url(../img/mobile/x-close.png) no-repeat center center;
    background-size: 52px 50px;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 108;
    cursor: pointer;
}


/* Mobile Menu style */

.overlay nav {
    text-align: center;
    position: relative;
    top: 42%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay a.button.blue {
    background-color: #287eb7;
}

.overlay a.button {
    width: 100%;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}


/*Menu buttons/links*/

.overlay ul li {
    display: block;
    width: 90%;
    display: block;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    line-height: 51px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #78D2F7;
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #243645;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold', Arial, sans-serif;
    font-size: 23px;
    text-decoration: none;
    vertical-align: center;
    letter-spacing: -.5px;
    line-height: 66px;
    color: #fff;
}

.overlay ul li:hover a {
    color: #d59a12;
}


/* Effects */

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

div.right-line {
    width: 1%;
    border-left: 1px solid #fff;
    margin: 0 9.5%;
    height: 200px;
    float: left;
}

#password_input {
    display: none;
}

.mfp-figure small {
    display: none !important;
}

div.official-rules p {
    max-width: 780px;
}

div.movies-page {
    position: relative;
    overflow: hidden;
    height: 3180px;
}

div.movie-page {
    position: absolute;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

div.movie-page.left {
    left: -1000px;
    opacity: 0;
}

div.movie-page.right {
    left: 1000px;
    opacity: 0;
}

div.movie-page.selected {
    left: 0px;
    opacity: 1;
}

div#page_number_1 {
    opacity: 0;
}

div.page-select-bar {
    height: 23px;
    padding: 5px 15px;
    float: right;
    background-color: #f1f2f2;
}

div.page-select-bar {
    height: 23px;
    padding: 5px 15px;
    float: right;
    background-color: #f1f2f2;
}

div.page-select-bar div.num {
    font-size: 16px;
    font-family: 'Lato-Black';
    color: #000;
    float: left;
    cursor: pointer;
    padding: 0 10px;
}

div.page-select-bar div.num:hover {
    color: #df383c;
}

div.page-select-bar div.num.selected {
    color: #df383c;
}

div.bottom-nav {
    position: absolute;
    top: 3150px;
    right: 8px;
}

div.long-ad {
    margin: 0 auto;
    text-align: center;
}

div.long-ad ins {
    width: 100% !important;
}

div.long-ad ins ins {
    width: 100% !important;
}

div.long-ad ins ins ins {
    width: 100% !important;
}

div.long-ad iframe {
    width: 100% !important;
}


/*Terms and Service Collapsable blocks*/

div.inner p.faq {
    margin-bottom: 20px;
}

div.faq div.privacy {
    padding: 20px;
    font-size: 16px;
    font-family: 'Oswald-Regular', Arial, sans-serif;
    color: #006396;
    cursor: pointer;
    position: relative;
}

div.faq div.privacy div.pipe:before {
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
    float: left;
    padding-left: 5px;
    content: '+';
    color: #ffffff;
}

div.faq div.privacy div.pipe {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 32px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30%;
    margin-left: -10px;
    margin-top: 0px;
    background-image: url(../img/expand-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

div.faq div.privacy div.words {
    padding-left: 40px;
}

h1.faq-social {
    text-align: center;
    padding-top: 25px;
}

div.inner div.faq p {
    display: none;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
}

div.inner div.faq h5 {
    padding-left: 5%;
}

p.faq-social {
    text-align: center;
    padding-bottom: 10px;
}

div.inner ul.social-icons {
    width: 182px;
    margin: 0 auto;
}

div.inner ul.social-icons li a {
    padding-right: 18px;
}

div.faq div.privacy.highlighted {}

div.faq div.privacy.highlighted div.pipe:before {
    content: ' -';
    padding-left: 7px;
}

div.gray-bg {
    background-color: #dfe6ee;
}


/* * * * * * * * * * *
  Switch Assets Menu 
 * * * * * * * * * * * */

div.switch_assets_menu {
    width: 200px;
    height: 14px;
    background-color: rgba(200, 200, 200, .5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 5px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

div.switch_assets_menu div.arrow-down {
    width: auto;
    text-align: center;
    height: 20px;
}

div.switch_assets_menu div.arrow-up {
    width: auto;
    text-align: center;
    height: 0px;
    overflow: hidden;
}

div.switch_assets_menu.open div.arrow-down {
    height: 0;
}

div.switch_assets_menu.open div.arrow-up {
    height: 25px;
}

div.switch_assets_menu.open div.arrow-up hr {
    height: 2px;
    margin: 5px 0;
}

div.switch_assets_menu.open {
    background-color: rgba(200, 200, 200, 1.0);
    height: 120px;
    z-index: 10;
}

div.switch_assets_menu.open div.arrow-down {
    display: none;
}

div.switch_assets_menu div.options {
    height: 0;
    overflow: hidden;
}

div.switch_assets_menu div.options div {
    margin-bottom: 10px;
}

div.switch_assets_menu div.options input[type='submit'] {
    width: 90%;
    margin-top: 10px;
}

div.switch_assets_menu div.options input[type='radio'] {
    float: left;
    width: 25px;
}

div.switch_assets_menu div.options label {
    padding-top: 15px;
    float: left;
    margin-right: 15px;
}

div.switch_assets_menu.open div.options {
    height: 100px;
}

input.terms-sweep[type="checkbox"] {
    width: 20px;
    /*Desired width*/
    height: 20px;
    /*Desired height*/
    cursor: pointer;
    -ms-transform: scale(1.25);
    /* IE */
    -moz-transform: scale(1.25);
    /* FF */
    appearance: none;
    float: left;
    border: 2px solid #fff;
    margin-right: 7px;
    margin-top: 4px;
}

input.terms-sweep[type="checkbox"]:checked {
    appearance: auto;
}