﻿.white_content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.white_content {
    position: fixed;
    left: 0;
    margin: auto !important;
    right: 0;
    width: 90%;
    max-width: 98%;
    height: 180px;
    padding: 0;
    border: 1px solid #bebebe;
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    font-family: Tahoma,Verdana;
    font-size: 11px;
}

.leftpanel {
    padding: 0;
}

.tixbox {
    background-color: #eee;
    background-image: url("/assets/img/bgStarburst.png");
    background-position: -620px -120px;
    padding-left: 20px;
    padding-left: 12px;
    padding-top: 12px;
}

.simpleDivider {
    margin: 0;
    border-bottom: 1px solid #000;
}

#fade {
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

INPUT.ticketButton {
    clear: both;
    background-color: #c0c0c0 !important;
    padding: 5px;
    border: solid 1px #c0c0c0 !important;
    margin: 10px 5px 5px 5px !important;
    cursor: pointer;
    font-weight: bold;
}

.blueTicketButton {
    cursor: pointer;
    clear: both;
    padding: 5px;
    border: solid 1px #00527e !important;
    margin: 10px 5px 5px 5px !important;
    font-weight: bold;
    background-color: #72CEFF !important;
}

.detailsBox {
    border-bottom: 1px solid #DEDEDE;
    height: 214px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px 0 2px;
    width: 100%;
    line-height: 16px;
}

.findOutMore {
    margin-top: 4px;
}

.detailsBox object, .detailsBox table, .detailsBox iframe {
    display: none;
}

.detailsBox p {
}

.detailsBox br {
}

.tixBox {
    background-image: url("/assets/img/bgStarburst.png");
    background-position: -620px -120px;
    float: left;
    background-color: #eee;
    height: 300px;
    width: 100%;
}


h1 {
    font-size: 26px;
    font-weight: bold;
}

td.content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.boxtix {
    margin: 1px auto;
    padding: 0;
}

    .boxtix td {
        padding: 10px 8px 2px;
    }

.filmDatesBox {
    background: #000000; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNiNWE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNiNWE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Njk0YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #000000 0%, #3b5a6a 50%, #3b5a6a 51%, #5694b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#3b5a6a), color-stop(51%,#3b5a6a), color-stop(100%,#5694b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#3b5a6a 50%,#3b5a6a 51%,#5694b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#3b5a6a 50%,#3b5a6a 51%,#5694b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#3b5a6a 50%,#3b5a6a 51%,#5694b4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#3b5a6a 50%,#3b5a6a 51%,#5694b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5694b4',GradientType=0 ); /* IE6-8 */
    border-radius: 5px;
    height: 41px;
    margin: 10px 10px 6px;
    padding: 2px 12px 10px 16px;
    width: 260px;
}

    .filmDatesBox.wide {
        xwidth: 310px;
    }

.filmDateBar {
    background: #adadad; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #adadad 0%, #202121 59%, #202121 60%, #111212 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(59%,#202121), color-stop(60%,#202121), color-stop(100%,#111212)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #adadad 0%,#202121 59%,#202121 60%,#111212 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #adadad 0%,#202121 59%,#202121 60%,#111212 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #adadad 0%,#202121 59%,#202121 60%,#111212 100%); /* IE10+ */
    background: linear-gradient(to bottom, #adadad 0%,#202121 59%,#202121 60%,#111212 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#111212',GradientType=0 ); /* IE6-8 */
    padding: 7px 16px;
}

    .filmDateBar h2 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

.calendarDivider {
    width: 96%;
    height: 1px;
    border-bottom: dotted 1px #666;
    margin: -1px auto;
}

.calendarRows {
    background-image: url("/assets/img/bgStarburst.png");
    background-color: #f6f6f6;
    padding: 4px 0px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    background-position: -50px -530px;
}

.calendarRow {
    margin-top: 6px;
}

    .calendarRow:nth-child(odd) {
    }

    .calendarRow .rightButton {
        text-align: center;
    }

.rightButton .soldOut {
    cursor: default;
}

.calendarRow .midContent {
    xfloat: left;
    margin: 16px 10px 0;
    xwidth: 400px;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 0;
}

.midContent .showName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #456E84;
}

.cleared {
    clear: both;
}

.minifader {
    width: 100% !important;
}

.midContent .leftSide {
    float: left;
    width: 66px;
    font-weight: bold;
    padding-left: 0;
}

.indent {
    line-height: 22px;
    margin-left: 0px;
}

.rightSide {
    margin-left: 0;
    padding-left: 0;
}

.midContent .rightSide {
    mifloat: left;
}

.calendarRow .leftImage {
    xfloat: left;
    height: 120px;
    margin: 15px 12px 20px 20px;
    overflow: hidden;
    xwidth: 206px;
    border-right: solid 1px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.leftImage img {
    height: 120px;
}

.belowSlider {
    background-color: #f6f6f6;
    padding: 4px 12px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.fbLinkBox {
    margin-top: 26px;
}

.eventInfo b {
    font-size: 16px;
}

.eventInfo {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}

.pendingText {
    font-size: 11px;
    margin-top: 12px;
}


.featureWidth {
    max-height: 160px;
    max-width: 285px;
}

img {
    border: 0 none;
}


h1.emphasized {
    text-align: center;
    font-style: italic;
    margin-top: 4px;
    color: #333;
}

    h1.emphasized.left {
        text-align: left;
    }

INPUT.ticketButton {
    background-color: #c0c0c0 !important;
    border: 1px solid #999 !important;
    clear: both;
    font-weight: bold;
    margin: 10px 5px 5px !important;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    INPUT.ticketButton:hover {
        background-color: #C3DEFF !important;
    }

input.negativeResponse:hover {
    background-color: #FF1723 !important;
}

.lightBlue, .lightblue {
    color: #4270FF !important;
}

.red {
    color: #FF1723;
}

.white {
    color: #fff;
}

h1 {
    color: #4270FF;
}

.eticketLink {
    font-weight: bold;
    font-size: 16px;
    color: #FF1723;
}

.Container_Login .lightBlue {
    color: #72CEFF !important;
}



#banner {
    width: 100%;
    height: 295px;
    float: left;
}

#slideshow, #slides, .belowSlider {
    zdisplay: none;
}

#slideshow {
    height: auto;
    max-height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.aSlide {
    /*
    min-height: 240px;
    min-width: 320px;
    max-width: 480px;
    max-height: 300px;
        */
    min-height: 220px;
    max-height: 220px;
    height: auto;
    width: 100%;
}

.aSlideMini {
    xmin-height: 150px;
    xmax-height: 220px;
    height: 120px;
    width: 206px;
    padding: 0;
    margin: auto;
    border-radius: 5px;
    background-position: 50% 15% !important;
    left: 0 !important;
    right: 0 !important;
}

#slides {
    xheight: 320px;
    xwidth: 480px;
    width: 100%;
    min-height: 183px;
    overflow: hidden;
    background-color: #F6F6F6;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

.content-block .imgLiquidFill {
    border-radius: 0;
}

#nav {
    height: 23px;
    width: 100px;
    left: 14%;
    min-width: 30px;
    opacity: 0.6;
    padding: 0 5px 0 10px;
    position: absolute;
    top: -22px;
    z-index: 50;
    text-align: right;
    z-index: 1000;
}



a.service0 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

    a.service0:hover {
        color: green;
    }

    a.service0.activeSlide {
        color: grey;
    }


a.service1 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

    a.service1:hover {
        color: green;
    }

    a.service1.activeSlide {
        color: #ee1c25;
    }


a.service2 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

    a.service2:hover {
        color: green;
    }

    a.service2.activeSlide {
        color: #f1592a;
    }


a.service3 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

    a.service3:hover {
        color: green;
    }

    a.service3.activeSlide {
        color: #0065b3;
    }


a.service4 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

    a.service4:hover {
        color: green;
    }

    a.service4.activeSlide {
        color: #0a9343;
    }


.blackBox {
    width: 410px;
    height: 110px;
    background-color: black;
    margin-top: 2px;
    position: relative;
    left: 550px;
    top: -240px;
    z-index: 66;
}

.sliderText {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #666;
    display: block;
    float: left;
    padding: 18px 0 0 20px;
    margin: 0;
}

.slidertextWrap {
    background-color: red;
    width: 200px;
    float: left;
}

.white {
    color: white !important;
}

.red {
    color: #ee1c25;
}

.orange {
    color: #f1592a;
}

.blue {
    color: #0065b3;
}

.green {
    color: #0a9343;
}



.findOutMore a {
    font-size: 11px;
    color: #0065b3;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

    .findOutMore a:hover {
        color: #ee1c25;
    }

#ctl00_cp_Body_dv_Label {
    padding-left: 0;
}

    #ctl00_cp_Body_dv_Label .filmDatesBox {
        margin-left: 0;
    }

@media (min-width: 765px) {

    .white_content {
        max-width: 90%;
    }

    #ctl00_cp_Body_dv_Label {
        padding-left: 4px;
    }

        #ctl00_cp_Body_dv_Label .filmDatesBox {
            margin-left: 0;
        }

    .detailsBox {
        height: 214px;
    }

    .aSlide, .imglogoslide {
        max-height: 243px;
        min-height: 243px;
        height: auto;
        width: 100%;
    }

    .aSlideMini {
        margin-top: 16px;
        height: 120px;
        width: 208px;
        padding: 0;
        border-radius: 5px;
    }

    .calendarRow .rightButton {
        margin-top: 10px;
        text-align: right;
        xwidth: 23%;
        height: 100%;
        min-height: 200px;
        width: calc(50% - 213px);
        padding-left: 0;
        /* vertical-align: middle; */
        /* display: table-cell; */
        /* position: relative; */
        padding-top: 65px;
    }

    .calendarRow {
        margin-bottom: 16px;
    }

    .fbLinkBox {
        margin-top: 12px;
    }

    #ctl00_cp_Body_rp_Calendar_ctl00_rp_Specific_ctl00_tbl_Requirements .rightSize {
        padding-left: 14px;
    }

    .rightSize {
        padding-left: 0;
    }
}

@media (min-width:800px) {
    .calendarRow {
        margin-bottom: 0;
    }

    #zctl00_cp_Body_dv_Label {
        padding-left: 15px;
    }

        #zctl00_cp_Body_dv_Label .filmDatesBox {
            margin-left: 15px;
        }

    #slideshow, #slides, .belowSlider {
        display: block;
    }

    #slides {
        height: 300px;
        width: 100%;
    }

    .aSlide {
        min-height: 300px;
        min-width: 440px;
        max-width: 100%;
        max-height: 300px;
    }
}

@media (min-width:1024px) {
    .fbLinkBox {
        margin-top: 26px;
    }

    #nav {
        left: 187px;
        text-align: center;
    }

    .content-block {
        padding: 0;
    }

    .calendarRow .midContent {
        padding-left: 0;
        padding-right: 0;
        xmargin: 32px 10px 0;
        margin: 12px 10px 12px;
    }

    #slideshow, #slides, .belowSlider {
        display: inline-block;
    }


    .midContent .leftSide {
        width: 96px;
        max-width: 96px;
        margin-left: 20px;
    }

    .indent {
        margin-left: 20px;
    }

    #slides {
        height: 300px;
        width: 100%;
    }

    .aSlide {
        min-height: 300px;
        min-width: 470px;
        max-width: 100%;
        max-height: 300px;
    }

    .aSlideMini {
        height: 120px;
        width: 206px;
        padding: 0 !important;
    }

    #ctl00_cp_Body_rp_Calendar_ctl00_rp_Specific_ctl00_tbl_Requirements {
        margin-left: 0px;
    }

    #ctl00_cp_Body_rp_Calendar_ctl00_rp_Specific_ctl00_tbl_Guests {
        margin-left: 0px;
    }

    #ctl00_cp_Body_rp_Calendar_ctl00_rp_Specific_ctl00_tbl_Requirements .rightSize {
        padding-left: 0;
    }

    .rightSize {
        padding-left: 0;
    }

    .calendarRow .rightButton {
        min-height: 120px;
        padding-top: 35px;
        width: calc(54% - 223px);
        text-align: right;
    }
}

@media (min-width:1400px) {
    #slides {
        height: 300px;
        width: 100%;
    }

    .aSlide {
        min-height: 300px;
        min-width: 480px;
        max-width: 100%;
        max-height: 300px;
        margin:auto
    }
}
