/* Minification failed. Returning unminified contents.
(9583,33): run-time error CSS1030: Expected identifier, found 'bluecell('
(9583,33): run-time error CSS1031: Expected selector, found 'bluecell('
(9583,33): run-time error CSS1025: Expected comma or open brace, found 'bluecell('
(9604,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.deleteMyAccount {
    background: #124793;
    color: #fff;
    border: none;
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    cursor: pointer;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.confirmationSummary p {
    margin: 0px 0px 5px 0px;
}

.noMargin {
    padding: 0;
    margin: 0;
}

#tickets [data-book-basket-seat-quantity] {
    display: none;
}

#Deleteaccount button {
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    cursor: pointer;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#Deleteaccount p {
    text-align: center;
    color: #fff;
}

#Deleteaccount a {
    color: #fff;
    text-decoration: underline;
}

#Deleteaccount button:hover {
    background: #000;
    color: #fff;
}

.deleteBtn1 {
    background: #124793;
    color: #fff;
}

.deleteBtn2 {
    background-color: #faac1f;
    color: #202020;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #Deleteaccount.modal {
        width: 90%;
    }
}

.deleteMyAccount:hover {
    background: #000;
}

#Deleteaccount h4,
#Deleteaccount .h4 {
    color: #fff;
    text-align: center;
}

#Deleteaccount {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.deleteError {
    margin-top: 20px;
}

    .deleteError h2,
    .deleteError .h2 {
        padding: 0;
        margin: 0;
    }

#Deleteaccount .otp {
    text-align: left;
    background-color: #fff !important;
    color: #282828;
    padding: 10px;
}

/* book nav */

.bookNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #490290;
    height: 46px;
}

@media (max-width: 767px) {
    .bookNav {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) {
    .bookNav {
        padding: 0 30px;
    }
}

@media (min-width: 980px) {
    .bookNav {
        padding: 0 48px;
        height: 66px;
    }
}

.ctanext.step3.disabled, .ctanext.step3.disabled:hover {
    background: #f1f1f1;
    color: #7f7f7f;
}

.clickedProcess {
    text-align: center;
    margin-top: 10px;
}

.bookNavLink {
    border: 1px solid #5c1c9b;
    border-left-width: 0;
    color: #a18dc1;
    line-height: 44px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    width: 33.33%;
    cursor: default;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .bookNavLink:first-child {
        border-left-width: 1px;
    }

@media (min-width: 768px) {
    .bookNavLink {
        width: auto;
    }
}

@media (min-width: 980px) {
    .bookNavLink {
        font-size: 18px;
        line-height: 64px;
    }
}

.bookNavLink.done {
    color: #fff;
}

@media (min-width: 768px) {
    .bookNavLink.done:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        background: url("/images/tick-circle-white.png") no-repeat 50% 50%;
        background-size: 100%;
        vertical-align: middle;
    }
}

@media (min-width: 980px) {
    .bookNavLink.done:before {
        width: 30px;
        height: 30px;
    }
}

.bookNavLink.done:hover,
.bookNavLink.done:active,
.bookNavLink.active {
    background-color: #c62525;
    border-color: #c62525;
    cursor: pointer;
    color: #fff;
}

/* /book nav */

/* book tab content */

.bookTabContent {
    padding: 30px 0;
    display: none;
}

    .bookTabContent.active {
        display: block;
    }

/* /book tab content */

.bookDivider {
    height: 0;
    border-top: 1px solid rgba(255,255,255,.4);
}

    .bookDivider.formRow {
        margin: 30px 0;
    }

/* film info */

.bookFilmInfo {
    font-size: 14px;
    margin-top: -10px;
}

.bookFilmTitle,
.bookFilmCinema,
.bookFilmDate,
.bookFilmTime {
    font-weight: bold;
}

@media (min-width: 768px) {
    .bookFilmTitle,
    .bookFilmCinema,
    .bookFilmDate,
    .bookFilmTime {
        font-size: 21px;
    }
}

/* /film info */

/* basket */

.bookBasket {
    padding: 12px;
    background-color: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 767px) {
    .bookBasket {
        margin-bottom: 20px;
    }
}

.bookBasketFilm:before,
.bookBasketFilm:after {
    content: "";
    display: table;
}

.bookBasketFilm:after {
    clear: both;
}

.bookBasketImage {
    float: right;
    max-width: 138px;
    width: calc(50% - 6px);
    margin-left: 12px;
}

@media (min-width: 768px) {
    .bookBasketImage {
        width: calc(50% - 15px);
        margin-left: 30px;
    }
}

.bookBasketImage[src=""] {
    display: none;
}

.bookBasketTitle {
    overflow: hidden;
}

.bookBasketCertificate {
    margin-top: 20px;
    overflow: hidden;
}

.bookBasketExperience {
    margin-top: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .bookBasketHidden {
        overflow: hidden;
        /* max-height: 0; */
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -ms-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }

        .bookBasketHidden.active {
            max-height: 600px;
        }

    .bookBasketBtnShow,
    .bookBasketBtnHide {
        margin: 12px -12px -12px;
        width: calc(100% + 24px);
    }

    .bookBasketBtnShow,
    .bookBasketHidden.active ~ .bookBasketBtnHide {
        display: block;
    }

    .bookBasketBtnHide,
    .bookBasketHidden.active ~ .bookBasketBtnShow {
        display: none;
    }

    .bookBasketBtnShow:after {
        content: "+";
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .bookBasketBtnHide:after {
        content: "-";
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .bookBasketBtnShow,
    .bookBasketBtnHide {
        display: none;
    }
}

/*dl*/ .bookBasketFilmInfo {
    background-color: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin: 12px 0 0;
}

    .bookBasketFilmInfo:before,
    .bookBasketFilmInfo:after {
        content: "";
        display: table;
    }

    .bookBasketFilmInfo:after {
        clear: both;
    }

    .bookBasketFilmInfo dt {
        clear: both;
        float: left;
        width: 25%;
        margin: 0;
        padding: 12px;
        border-top: 1px solid rgba(255,255,255,.4);
    }

    .bookBasketFilmInfo dd {
        float: right;
        width: 75%;
        text-align: right;
        margin: 0;
        padding: 12px 12px 12px 0;
        border-top: 1px solid rgba(255,255,255,.4);
    }

/*dl*/ .bookBasketItems {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding-bottom: 12px;
}

    .bookBasketItems:before,
    .bookBasketItems:after {
        content: "";
        display: table;
    }

    .bookBasketItems:after {
        clear: both;
    }

    .bookBasketItems dt {
        clear: both;
        float: left;
        width: 75%;
        margin: 0;
        padding: 12px 12px 0;
    }

    .bookBasketItems dd {
        float: right;
        width: 25%;
        text-align: right;
        margin: 0;
        padding: 12px 12px 0 0;
    }

/*dl*/ .bookBasketSeatInfo {
    background-color: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin: 0;
}

    .bookBasketSeatInfo:before,
    .bookBasketSeatInfo:after {
        content: "";
        display: table;
    }

    .bookBasketSeatInfo:after {
        clear: both;
    }

    .bookBasketSeatInfo dt {
        clear: both;
        float: left;
        width: 25%;
        margin: 0;
        padding: 12px;
    }

    .bookBasketSeatInfo dd {
        float: right;
        width: 75%;
        text-align: right;
        margin: 0;
        padding: 12px 12px 12px 0;
    }

/*dl*/ .bookBasketTotal {
    margin: 0;
    font-weight: bold;
}

    .bookBasketTotal:before,
    .bookBasketTotal:after {
        content: "";
        display: table;
    }

    .bookBasketTotal:after {
        clear: both;
    }

    .bookBasketTotal dt {
        clear: both;
        float: left;
        width: 60%;
        margin: 0;
        padding: 12px 12px 0;
    }

    .bookBasketTotal dd {
        float: right;
        width: 40%;
        text-align: right;
        margin: 0;
        padding: 12px 12px 0;
    }

.bookBasketMessage {
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    font-size: 12px;
}

/* /basket */

/* tickets */

.bookTicketHead {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
}

    .bookTicketHead:before,
    .bookTicketHead:after {
        content: "";
        display: table;
    }

    .bookTicketHead:after {
        clear: both;
    }

.bookTicketHeadType {
    float: left;
    width: calc(75% - 125px);
}

.bookTicketHeadSubTotal {
    float: left;
    text-align: right;
    width: 25%;
}

.bookTicketHeadPrice {
    float: right;
    display: none;
    width: 25%;
    text-align: right;
}

@media (min-width:980px) {
    .bookTicketHeadSubTotal {
        float: right;
    }

    .bookTicketHeadPrice {
        display: block;
    }
}

.bookTicket {
    font-size: 14px;
    border: 1px solid #666;
    margin-bottom: 10px;
}

    .bookTicket:before,
    .bookTicket:after {
        content: "";
        display: table;
    }

    .bookTicket:after {
        clear: both;
    }

.bookTicketType {
    display: block;
    flex: 2;
}



.bookTicketQuantity {
}

.bookTicketSubTotal {
    float: left;
    text-align: right;
    width: 25%;
}

.bookTicketPrice {
    clear: left;
    float: none;
    width: 25%;
}

.bookTicketControls {
    display: block;
    font-size: 0;
    width: 52px;
    text-align: right;
}

.bookTicketTitle {
    font-size: 17px;
    margin-bottom: 5px;
}
.bookTicketNoPriceOrPoints {
    margin-top: 9px;
}

@media (min-width:980px) {
    .bookTicketType {
        float: left;
        width: calc(100% - 104px);
        padding: 4px;
        text-align: center;
    }

    .bookTicketSubTotal,
    .bookTicketPrice {
        float: right;
    }

    .bookTicketPrice {
        clear: none;
        text-align: right;
    }

    .bookTicketControls {
        float: left;
    }
}

.bookTicketControlLess,
.bookTicketControlMore {
    height: 100%;
    width: 52px;
    line-height: 42px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
}
.fc {
    display:flex;
}


@media(max-width:990px) {
    .bookTicketType {
        padding: 5px;
        width: calc(75% - 25px);
        text-align:center;
    }
    .bookTicketControlLess,
    .bookTicketControlMore {
        height:  64px;
    }
}
.bookTicketControlLess {
    border-radius: 0;
    border-right: 1px solid #666;
}

.bookTicketControlMore {
    border-radius: 0;
    border-left: 1px solid #666;
}

    .bookTicketControlLess:before,
    .bookTicketControlMore:before,
    .bookTicketControlMore:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 0;
        border-top: 1px solid;
    }

    .bookTicketControlMore:after {
        height: 20px;
        width: 0;
        border-top: none;
        border-left: 1px solid;
    }

    .bookTicketControlLess:hover,
    .bookTicketControlLess:active,
    .bookTicketControlMore:hover,
    .bookTicketControlMore:active {
        background-color: #fff;
    }

    .bookTicketControlLess.disabled,
    .bookTicketControlLess.disabled:hover,
    .bookTicketControlLess.disabled:active,
    .bookTicketControlMore.disabled,
    .bookTicketControlMore.disabled:hover,
    .bookTicketControlMore.disabled:active {
        opacity: .5;
        cursor: default;
    }

.bookConDescription {
    padding: 12px 0;
}

/* /tickets */

/* buttons */

.bookBtnContinue:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-left: 10px;
    background: url("/images/pointer-right-white.png") no-repeat 0 0;
    vertical-align: top;
}

.bookBtnContinue:hover:after,
.bookBtnContinue:active:after {
    background-image: url("/images/pointer-right-purple.png");
}

/* /buttons */

/* voucher */

.bookVoucher {
    margin-top: 0;
}

.bookVoucherLabel {
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 767px) {
    .bookVoucherBtn {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .bookVoucherField {
        width: calc(100% - 108px);
        float: left;
    }

    .bookVoucherBtn {
        float: right;
        margin-top: 3px;
    }
}

.bookVoucherError {
    margin-top: 12px;
    color: red;
}

.bookVoucherDescription,
.checktix table td.bookVoucherDescription,
.checktix table td.bookVoucherDescription:last-child {
    text-align: left;
    padding: 1px 5px 5px 0;
    font-size: 12px;
}

/* /voucher */

/* seat picker */

/* assigned */

.bookAssigned {
    font-size: 14px;
}

@media (min-width: 768px) {
    .bookAssigned {
        font-size: 21px;
    }
}

.bookAssignedSeats {
    font-weight: bold;
}

/* /assigned */

.bookSeatsBtn {
    width: auto;
}

/* seats */

.book-seats {
    clear: both;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.book-seats-screen {
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin: 0 auto;
}*/

.book-seats-screen {
    text-align: center;
    color: #ccc;
    background: #5a5a5a;
    background: -moz-linear-gradient(top,#5a5a5a 0,#000 100%);
    background: -webkit-linear-gradient(top,#5a5a5a 0,#000 100%);
    background: -o-linear-gradient(top,#5a5a5a 0,#000 100%);
    background: -ms-linear-gradient(top,#5a5a5a 0,#000 100%);
    background: linear-gradient(to bottom,#5a5a5a 0,#000 100%);
    text-transform: uppercase;
    padding: 10px;
    padding: .76923rem;
    margin: 0 auto 20px;
    margin: 0 auto 1.53846rem;
    height: 52px;
    height: 4rem;
    font-size: 22px;
    font-size: 1.69231rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .book-seats-screen:before {
        content: '';
        line-height: 0;
        font-size: 0;
        width: 0;
        height: 0;
        border-top: 36px solid transparent;
        border-bottom: 30px solid #fff;
        border-left: 30px solid #fff;
        border-right: 24px solid transparent;
        position: absolute;
        top: 0;
        left: 0
    }

    .book-seats-screen:after {
        content: '';
        line-height: 0;
        font-size: 0;
        width: 0;
        height: 0;
        border-top: 34px solid transparent;
        border-bottom: 30px solid #fff;
        border-left: 26px solid transparent;
        border-right: 30px solid #fff;
        position: absolute;
        top: 0;
        right: 0
    }

[data-book-error="seats"] div {
    text-align: center;
    background: #BB0003;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}

.book-seats-container {
    margin: 0 auto;
    padding-top: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: content-box;
}

    .book-seats-container:before,
    .book-seats-container:after {
        content: "";
        display: table;
    }

    .book-seats-container:after {
        clear: both;
    }

.book-seats-labels {
    float: left;
    position: relative;
    height: 100%;
}

.book-seats-label {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
}

.book-seats-theatre + .book-seats-labels {
    text-align: right;
}

.book-seats-label td {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.book-seats-theatre {
    float: left;
    position: relative;
    height: 100%;
}

.book-seats-area {
    position: absolute;
    z-index: 0;
    table-layout: fixed;
    background-color: #fff !important;
}

[data-seats-noseatstoallocate] {
    cursor: default;
    pointer-events: none;
}

.book-seats-labels,
.book-seats-spacer {
    width: 27px;
}

.book-seats-label td,
.book-seats-spacer {
    height: 27px;
    line-height: 27px;
}

/*[class*="book-seats-seat-"] {
  margin: 7px;
  width: 27px;
  height: 27px;
  line-height: 36px;
  color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  text-align: center;
  border-radius: 5px;
  cusor: pointer;
  position: relative;
}*/

[class*="book-seats-seat-"] {
    width: 27px;
    height: 27px;
    background-size: 25px;
    background-size: 1.92308rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.book-seats-area tr:hover [class*="book-seats-seat-"] {
    border-color: #282828;
    color: #282828;
}

[class*="book-seats-seat-"][class*="_sofa_left"] {
    margin-right: 0;
    /*width: 50px;*/
    border-right-width: 0;
    border-radius: 5px 5px 0 5px;
}


[class*="book-seats-seat-"][class*="_sofa_mid"] {
    margin-left: 0;
    margin-right: 0;
    border-left-width: 0;
    border-right-width: 0;    
    border-radius: 5px 5px 0 0;
}

    [class*="book-seats-seat-"][class*="_sofa_left"]:after,
    [class*="book-seats-seat-"][class*="_sofa_mid"]:after {
        content: "|";
        color: rgba(255,255,255,.4);
        position: absolute;
        z-index: 0;
        top: 50%;
        right: 0;
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

[class*="book-seats-seat-"][class*="_sofa_right"] {
    margin-left: 0;
    border-left-width: 0;
    margin-left: -3px;
}

/* /seats */

/* seat types */

[class*="book-seats-seat-"] {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    width: 26px;
}

    [class*="book-seats-seat-"][class*="_sofa_left"] {
        color: #282828;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
        width: 26px;        
    }

    [class*="book-seats-seat-"][class*="_sofa_mid"] {
    }

    [class*="book-seats-seat-"][class*="_sofa_right"] {
        color: #282828;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
    }

/* regular */
.book-seats-area-regular .book-seats-seat-0:not([class*="premiere"]),
.book-key .book-seats-seat-regular,
.book-key .book-seats-seat-0 {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/regular-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/regular-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_right"]:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/regular-right.svg");
    mask-image: url("/CSS/Icons/seat-icons/regular-right.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_mid"]:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/regular-mid.svg");
    mask-image: url("/CSS/Icons/seat-icons/regular-mid.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_left"]:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/regular-left.svg");
    mask-image: url("/CSS/Icons/seat-icons/regular-left.svg");
    mask-repeat: no-repeat;
}

/* recliner */

.book-seats-area-recliner .book-seats-seat-0:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/recliner-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/recliner-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_right"]:not([class*="premiere"]),
.book-key .book-seats-seat-0_sofa_right {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/recliner-right.svg");
    mask-image: url("/CSS/Icons/seat-icons/recliner-right.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_mid"]:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/recliner-mid.svg");
    mask-image: url("/CSS/Icons/seat-icons/recliner-mid.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_left"]:not([class*="premiere"]) {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/recliner-left.svg");
    mask-image: url("/CSS/Icons/seat-icons/recliner-left.svg");
    mask-repeat: no-repeat;
}

/* imax */
.book-seats-area-imax .book-seats-seat-0,
.book-key .book-seats-seat-imax {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/imax-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/imax-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_right"] {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/imax-right.svg");
    mask-image: url("/CSS/Icons/seat-icons/imax-right.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_mid"] {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/imax-mid.svg");
    mask-image: url("/CSS/Icons/seat-icons/imax-mid.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_left"] {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/imax-left.svg");
    mask-image: url("/CSS/Icons/seat-icons/imax-left.svg");
    mask-repeat: no-repeat;
}

/* loungers */
.book-seats-area-loungers [class^="book-seats-seat-"][class$="_sofa_right"] {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/lounger-right.svg");
    mask-image: url("/CSS/Icons/seat-icons/lounger-right.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-loungers [class^="book-seats-seat-"][class$="_sofa_left"] {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/lounger-left.svg");
    mask-image: url("/CSS/Icons/seat-icons/lounger-left.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-loungers [class^="book-seats-seat-"][class$="_sofa_right"],
.book-seats-area-loungers [class^="book-seats-seat-"][class$="_sofa_left"],
.book-key .book-seats-seat-lounger {
    background-color: #b281b9;
}

.book-key .book-seats-seat-lounger {
    -webkit-mask-image: url("/CSS/Icons/seat-icons/lounger-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/lounger-single.svg");
    mask-repeat: no-repeat;
}

/* available */
.book-seats-area-recliner .book-seats-seat-0:not([class*="premiere"]),
.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_right"]:not([class*="premiere"]),
.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_mid"]:not([class*="premiere"]),
.book-seats-area-recliner [class^="book-seats-seat-"][class$="_sofa_left"]:not([class*="premiere"]),
.book-seats-area-regular .book-seats-seat-0:not([class*="premiere"]),
.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_right"]:not([class*="premiere"]),
.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_mid"]:not([class*="premiere"]),
.book-seats-area-regular [class^="book-seats-seat-"][class$="_sofa_left"]:not([class*="premiere"]),
.book-key .book-seats-seat-0_sofa_right,
.book-key .book-seats-seat-0,
.book-key .book-seats-seat-regular {
    background-color: #738aa3;
}

.book-seats-area-recliner .book-seats-seat-c-4,
.book-seats-area-recliner .book-seats-seat-c-4_sofa_left,
.book-seats-area-recliner .book-seats-seat-c-4_sofa_mid,
.book-seats-area-recliner .book-seats-seat-c-4_sofa_right,
.book-key .book-seats-seat-c-4 {
    background-color: #086db5;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/recliner-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/recliner-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-area-imax .book-seats-seat-0,
.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_right"],
.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_mid"],
.book-seats-area-imax [class^="book-seats-seat-"][class$="_sofa_left"],
.book-key .book-seats-seat-imax {
    background-color: #0d96d3;
}

.book-seats-area-imax .book-seats-seat-c-4,
.book-seats-area-imax .book-seats-seat-c-4_sofa_left,
.book-seats-area-imax .book-seats-seat-c-4_sofa_mid,
.book-seats-area-imax .book-seats-seat-c-4_sofa_right,
.book-seats-area-regular .book-seats-seat-c-4,
.book-seats-area-regular .book-seats-seat-c-4_sofa_left,
.book-seats-area-regular .book-seats-seat-c-4_sofa_mid,
.book-seats-area-regular .book-seats-seat-c-4_sofa_right {
    background-color: #086db5;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/imax-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/imax-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-seat-4 {
}

/* Selected */

[data-book-seat-cell] [data-book-seats-status="5"]:not(.book-seats-seat-4),
.book-key .book-seats-seat-0[data-book-seats-status="5"] {
    background-color: #ffc116 !important;
}

[data-book-seats-status="5"].book-seats-seat-4 .wc-icon-circle {
    fill: #ffc116;
}

/* Unavailable */

[data-book-seats-status="1"][class^="book-seats-seat-"],
[data-seats-noseatstoallocate] [data-book-seats-status="0"][class^="book-seats-seat-"]:not(.book-seats-seat-4) {
    background-color: #c4c1cf !important;
}

[data-book-seats-status="1"].book-seats-seat-4 .wc-icon-circle,
[data-seats-noseatstoallocate] [data-book-seats-status="0"] .wc-icon-circle {
    fill: #c4c1cf;
}
/* Premiere */
.book-seats-seat-premiere {
    background-color: #bdcd46;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/premiere-single.svg");
    mask-image: url("/CSS/Icons/seat-icons/premiere-single.svg");
    mask-repeat: no-repeat;
}

.book-seats-seat-premiere_sofa_right {
    background-color: #bdcd46;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/premiere-right.svg");
    mask-image: url("/CSS/Icons/seat-icons/premiere-right.svg");
    mask-repeat: no-repeat;
}

.book-seats-seat-premiere_sofa_mid {
    background-color: #bdcd46;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/premiere-mid.svg");
    mask-image: url("/CSS/Icons/seat-icons/premiere-mid.svg");
    mask-repeat: no-repeat;
}

.book-seats-seat-premiere_sofa_left {
    background-color: #bdcd46;
    -webkit-mask-image: url("/CSS/Icons/seat-icons/premiere-left.svg");
    mask-image: url("/CSS/Icons/seat-icons/premiere-left.svg");
    mask-repeat: no-repeat;
}

/* unavailable */

[data-book-seats-status="1"] {
    cursor: default;
    pointer-events: none;
}

/* selected */

[data-book-seats-status="5"] {
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
}



    [data-book-seats-status="5"].book-seats-seat-4 {
    }

    

[data-book-seat-cell] {
    background-image: none;
}

[class^="book-seats-seat-"][class$="_sofa_mid"] {
    margin-left: -3px;
}

.mid-seat-sofa + .right-seat-sofa [class^="book-seats-seat-"][class$="_sofa_right"] {
    margin-left: -6px !important;
}

/* /seat types */
/* book zoom */
.book-seats-zoom {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 0 15px 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book-seats-zoom-in,
.book-seats-zoom-out {
    width: 58px;
    height: 54px;
    text-indent: -99999px;
    display: block;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.book-seats-zoom-in {
}

.book-seats-zoom-out {
}

    .book-seats-zoom-in.is-disabled,
    .book-seats-zoom-out.is-disabled {
        opacity: .5;
        cursor: default;
        pointer-events: none;
    }

/* /book zoom */

/* book key */

.book-key {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    font-size: 0;
}

    .book-key li {
        display: inline-block;
        margin: 20px 0 0;
        min-width: 98px;
    }

.book-key-text {
    font-size: 12px;
}

.book-key [class*="book-seats-seat-"] {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
    width: 25px;
    height: 22px;
}

/*.book-key .book-seats-seat-4:before {
  width: 10px;
  height: 13px;
  background-image: url("/images/icon-disabled-white.png");
}*/

.book-key .book-seats-seat-0_sofa_left {
    margin-right: 0;
    background-image: url("/css/Icons/seat-avail-left.jpg");
}

@media (min-width: 768px) {
    .book-key {
        display: table;
        width: 100%;
        margin-top: 20px;
    }

        .book-key li {
            display: table-cell;
        }

    .book-key-text {
        display: inline;
        vertical-align: middle;
        line-height: 42px;
    }
}

/* /book key */

/* /seat picker */

/* book gift card */

.bookGC {
}

@media (max-width: 767px) {
    .bookGCBtn {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .bookGCField {
        width: calc(100% - 140px);
        display: inline-block;
    }

    .invalid .bookGCField,
    .valid .bookGCField {
        width: calc(100% - 154px);
    }

    .bookGCBtn {
        float: right;
        margin-top: 3px;
    }
}
/* /book gift card */

/* book payment */

.bookMemberEmailHead {
    margin-bottom: 6px;
}

.bookMemberEmail {
    font-weight: bold;
    margin-bottom: 20px;
}

.bookPay {
    margin-top: 40px;
}

.bookTokenItem {
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding: 12px 0;
}

    .bookTokenItem:first-child {
        border-top: 1px solid white;
    }

    .bookTokenItem:last-child {
        border-bottom-color: white;
    }

    .bookTokenItem:before,
    .bookTokenItem:after {
        content: "";
        display: table;
    }

    .bookTokenItem:after {
        clear: both;
    }

.bookTokenItemNumber {
    float: left;
    line-height: 34px;
}

.bookTokenItemBtn {
    float: right;
    width: 152px;
}

    .bookTokenItemBtn [class*="btn-"] {
        width: 100%;
    }

.payvisa {
    color: #124793;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 100%;
}

    .payvisa:hover {
        text-decoration: underline;
    }

/* /book payment */

/* book confirm */

.confirm {
}

.book-confirm-banners {
    clear: both;
}

    .book-confirm-banners img {
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
    }

/* /book confirm */

.book-timer {
    display: none;
    margin: 10px 0;
}

.book-timer-banner {
    padding: 10px;
    background: #f5f18e;
    font-size: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.book-timer.fixed .book-timer-banner {
    position: fixed;
    top: 10px;
    z-index: 2;
}

.bookLink {
    text-decoration: underline;
}

.taxNote,
.sumtable div.taxNote {
    color: red;
    padding-top: 8px;
}

.paymethodDeleteButton {
    text-decoration: underline;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #124793;
    cursor: pointer;
}

    .paymethodDeleteButton:hover {
        text-decoration: none;
    }

.paymethodDeleteOverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.paymentDeleteOverlayInner {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 382px;
    background: #fff;
    width: calc((100%) - 10px);
    border: 5px solid #282828;
    padding: 8px;
}

.paymethodDeleteOverlayTitle {
    background: #282828;
    border-left: 8px solid #fbab1e;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 6px 0 0;
    padding: 0 0 0 15px;
    margin: 0;
    font-weight: bold;
}

.paymethodDeleteOverlayCopy {
    margin: 24px 0;
    text-align: center;
}

.paymethodDeleteOverlayConfirm {
    display: block;
    width: calc((100%) - 20px);
    height: 46px;
    line-height: 46px;
    padding: 0;
    margin: 0 10px 5px;
    border: none;
    background: none;
    cursor: pointer;
    color: #202020;
    background-color: #faac1f;
    font-size: 20px;
    font-weight: bold;
}

    .paymethodDeleteOverlayConfirm:hover {
        background-color: #124793;
        color: #fff;
    }

.paymethodDeleteOverlayCancel {
    display: block;
    width: calc((100%) - 20px);
    height: 46px;
    line-height: 46px;
    padding: 0;
    margin: 0 10px;
    border: none;
    background: #124793;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

    .paymethodDeleteOverlayCancel:hover {
        background: #000;
    }

.paymethodDeleteOverlayClose {
    border-radius: 50%;
    border: 2px solid white;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-weight: bold;
    background: #282828;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: -12px;
    right: -12px;
    cursor: pointer;
    text-align: center;
}

.paymethodMessage {
    color: red;
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
}

    .paymethodMessage + .paymethod {
        border-top: solid 1px #ccc;
        padding-top: 26px;
    }

#card-number, #card-cvv, #card-expiry {
    background-color: #FFF;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 8px 10px;
    margin: auto;
    transition: all 100ms ease-out;
}

.booking-fee-tickets-step-message {
    text-align: center;
    margin: 20px 20px 15px 20px;
    line-height: 20px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* CSS Document */

/* TYPO - */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin: 0;
    padding: 0;
}

html {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    color: #282828;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

ul.uilist li {
    list-style: square;
    list-style-position: outside;
    margin-left: 18px;
}

.modalVista {
    background: #282828;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    max-height: 250px;
    padding: 20px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

@media (max-width: 500px) {
    .modalVista {
        width: 90%;
        max-height: 320px;
    }
}

.loadingIcon {
    width: 70px;
}

.textCentro {
    text-align: center;
}

.modalVista .otp {
    background: #fff;
    height: 100%;
    padding: 20px;
}

    .modalVista .otp p {
        color: #282828;
        font-size: 18px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.contain {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
    min-width: 320px;
}

.vplay .contain {
    padding-bottom: 0px;
}

.shim {
    margin: 0 auto 0 auto; /* 65*/
}

.nomob {
    display: none;
}

nav.contain {
    padding: 0 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 100%;
    margin-top: 0;
}

h1,
.h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

h2,
.h2 {
    color: #124793;
    font-size: 26px;
    margin-bottom: 18px;
}

h3,
.h3 {
    font-size: 22px;
    color: #124793;
    margin-bottom: 16px;
}

    h3.stmovie,
    .h3.stmovie {
        margin-bottom: 5px; /* 1px*/
    }

h1.tabheading,
.h1.tabheading {
    display: inline-block;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: inherit;
    color: inherit;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 16px;
}

.secheading {
    color: #fff;
    background-color: #282828;
    margin: 0 0 8px 0;
    padding: 15px;
    border-left: solid 8px #faac1f;
    line-height: 100%;
    font-weight: bold;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

    .secheading.nopad {
        border: none;
        padding: 0;
    }

        .secheading.nopad .sort {
            padding: 13px;
        }

    .secheading h1, .secheading h2, .secheading h3, .secheading .h1, .secheading .h2, .secheading .h3 {
        font-size: 22px;
        color: #fff;
        display: block;
        margin: 0;
    }

        .secheading h1 a, .secheading h2 a, .secheading .h1 a, .secheading .h2 a {
            color: #fff;
            text-decoration: none;
        }

            .secheading h1 a.inheader, .secheading h2 a.inheader, .secheading .h1 a.inheader, .secheading .h2 a.inheader {
                color: #ccc;
                margin-left: 10px;
                text-decoration: none;
                border-left: solid 8px #282828;
            }

                .secheading h1 a.inheader:hover, .secheading h2 a.inheader:hover, .secheading .h1 a.inheader:hover, .secheading .h2 a.inheader:hover {
                    color: #fff;
                    text-decoration: none;
                }

ul.headernav {
    color: #fff;
    background-color: #282828;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: bold;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

    ul.headernav li {
        float: left;
        padding: 0;
        margin: 0;
    }

        ul.headernav li a,
        ul.headernav li h1,
        ul.headernav li .h1 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 22px;
            display: block;
            margin: 0;
            padding: 15px 25px 15px 15px;
            border-left: solid 8px #faac1f;
            line-height: 100%;
            font-weight: bold;
            color: #fff;
            background-color: #282828 !important;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        ul.headernav li a {
            border-left: solid 8px #333;
            color: #999;
        }

            ul.headernav li a:hover {
                border-left: solid 8px #faac1f;
                background-color: #282828 !important;
                color: #fff;
            }

.cineinfo p {
    margin-bottom: 0;
}

.nomargin {
    margin: 0 !important;
}

.top15 {
    padding-top: 15px !important;
}

h2.secheading a,
.h2.secheading a {
    color: #fff;
}

    h2.secheading a:hover,
    .h2.secheading a:hover {
        color: #fff;
        text-decoration: none;
    }

.sort {
    display: inline-block;
    text-align: right;
    float: right;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .sort select {
        margin-left: 8px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 8px;
        min-width: 125px;
    }

.secheading .sort {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    float: none;
    text-align: left;
}

    .secheading .sort label {
        color: #ccc;
    }

    .secheading .sort select {
        margin-left: 8px;
        font-size: 16px;
        padding: 1px;
        min-width: 0;
        background-color: #ccc;
    }

.headline {
    margin-bottom: 15px;
    background: url(../img/blueline.png);
    background-repeat: repeat-x;
    background-position: center center;
    text-align: center;
}

    .headline h1,
    .headline h2,
    .headline .h1,
    .headline .h2 {
        background-color: #fff;
        margin: 0;
        text-align: center;
        font-weight: bold;
        color: #282828;
        display: inline-block;
        padding: 0 15px;
    }

        .headline h2 a,
        .headline .h2 a {
            color: #282828;
        }

            .headline h2 a:hover,
            .headline .h2 a:hover {
                color: #124793;
                text-decoration: none;
            }

p {
    line-height: 155%;
    margin-bottom: 16px;
}

li {
    line-height: 155%;
    margin-bottom: 16px;
    list-style-type: none;
}

a {
    color: #124793;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

strong {
    font-weight: bold !important;
    font-weight: 700 !important
}

em {
    font-style: italic;
}


img.leftalign, img.rightalign, img.centrealign {
    max-width: 100%;
    margin: 15px auto;
    display: block;
    height: auto;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

hr {
    border: 0;
    margin: 16px 0;
    height: 1px;
    background: #ccc;
    background-image: linear-gradient(to right, #f1f1f1, #ccc, #f1f1f1);
}

.gencont ul {
    margin: 0;
}

.gencont ul {
    list-style-type: disc;
    list-style-position: inside;
}

.gencont ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .gencont ul ul, .gencont ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .gencont ol ol, .gencont ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.share {
    margin-bottom: 15px;
}

.blocks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.posters.blocks li {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-bottom: 5px;
}

.blocks li {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 5px;
}

    .blocks li img {
        width: 100%;
        height: auto;
    }
/* CONTAINERS */
header {
    width: 100%;
    background-color: #282828;
    /*position: fixed;
	top: 0;
	left: 0;*/
    z-index: 9999;
}
/* NAV*/

#shownav {
    display: block;
}
/* */


.brand {
    float: left;
    margin-right: 0px;
    margin-left: 10px;
    height: 50px;
    width: auto;
}

.hero {
    /*background-size: cover;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    /*height: 580px;*/
    height: 420px;
    background-color: #000;
    /*margin-top: 50px;*/
}

.heroinner {
    padding: 25px 15px;
    height: 420px;
    text-align: right;
    width: 100%;
    margin: 0px auto;
}

.herobox {
    background-image: url(../img/fade50.png);
    padding: 18px;
    display: inline-block;
    font-size: 16px;
    text-align: right;
    color: #fff;
    /*width:100%;*/
    max-width: 480px;
    /*margin-top: 210px;*/
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .herobox h2,
    .herobox .h2 {
        margin-bottom: 1px;
    }

    .herobox a.heroheading {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 100%;
        text-decoration: none;
        color: #fff !important;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    }

.main {
    background-image: url(../img/fade.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 770px;
    position: relative;
}

footer {
    background-color: #282828;
    border-top: 6px solid #faac1f;
}

.foottop {
    padding: 25px 15px;
}

.footend {
    background-color: #000;
    font-size: 12px;
    padding: 25px 15px;
    text-align: center;
    color: #999;
}

    .footend a {
        color: #999;
    }

.content {
    padding-top: 15px;
}

.sidebar {
    text-align: center;
    padding-top: 15px;
}

section {
    clear: both;
}

span.changeloc a {
}

    span.changeloc a em {
        color: #FF0000;
    }

.showtimes {
    background-color: #124793;
    color: #fff !important;
    padding: 15px;
}

    .showtimes h2, .showtimes h3, .showtimes .h2, .showtimes .h3 {
        color: #fff !important;
        padding: 0;
        margin: 0;
        text-shadow: 1px 1px #000;
    }

.results {
    margin-bottom: 20px;
}

    .results img {
        width: 100%;
        height: auto;
    }

#newshero {
    background-position: right top;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
}

    #newshero .inhero {
        text-align: center;
        padding: 15px;
        background: url(../img/fade75.png);
    }

    #newshero img {
        margin: 0px auto;
        max-width: 100%;
        height: auto;
    }

.featuredblock {
    padding: 10px;
    clear: both;
    background-color: #f1f1f1;
    border-bottom: solid 2px #999;
    margin: 0 0 18px 0;
}

.featvideo {
    margin-bottom: 10px;
    position: relative;
}

    .featvideo a img {
        width: 100%;
        height: auto;
        border: solid 2px #282828;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .featvideo a {
        color: #fff;
    }

        .featvideo a span {
            position: absolute;
            background-image: url(../img/fade50vid.png);
            background-repeat: repeat-x;
            background-position: bottom left;
            min-height: 50px;
            bottom: 0;
            left: 0;
            font-size: 18px;
            width: 100%;
            padding: 8px 8px 8px 8px;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }


        .featvideo a:hover span {
            background-color: #282828;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .featvideo a:hover img {
            border: solid 2px #124793;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.left50 {
    float: left;
    width: 49%
}

.right50 {
    float: right;
    width: 49%
}

.left30 {
    float: left;
    width: 28%;
    max-width: 220px;
    max-width: 125px;
    margin-right: 15px;
}

    .left30 img {
        width: 100%;
        height: auto
    }

    .left30 img {
        border: solid 2px #fff;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .left30 a:hover img {
        border: solid 2px #124793;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.featuredblock h2,
.featuredblock .h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

    .featuredblock h2 a,
    .featuredblock .h2 a {
        color: #282828;
    }

        .featuredblock h2 a:hover,
        .featuredblock .h2 a:hover {
            text-decoration: none;
            color: #124793;
        }

.featuredblock h3,
.featuredblock .h3 {
    font-size: 16px;
    color: #282828;
}

.featuredblock a.cta {
}
/* LISTS */
ul.posters li.movieitem {
    margin-bottom: 18px;
    display: block;
}

ul.posters li a span {
    display: block;
    color: #666;
}

a.movieicon {
    margin: 8px 10px 0px 0px;
    display: inline-block;
}

ul.posters {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ul.posters li {
        padding-left: 0px;
        padding-right: 15px;
        text-align: center;
    }

        ul.posters li a {
            color: #282828;
            font-size: 16px;
            font-weight: bold;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            ul.posters li a img {
                border: solid 2px #fff;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            ul.posters li a:hover {
                text-decoration: none;
                color: #124793;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                ul.posters li a:hover img {
                    border: solid 2px #124793;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

ul.footlinks {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    ul.footlinks li {
        margin: 0 6px 4px 0;
        text-align: center;
    }

        ul.footlinks li a {
            color: #bdbbbb;
            padding: 2px 6px 2px 8px;
            display: block;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            ul.footlinks li a:hover {
                color: #fff;
                text-decoration: none;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background-color: #000;
            }

.separator {
    margin: 35px 0 25px 0;
    width: 100%;
    position: relative;
    clear: both;
}

.mask {
    overflow: hidden;
    height: 20px;
}

.separator .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
}

.blocks {
    margin-bottom: 15px;
    display: block;
}

    .blocks li {
        padding: 0;
    }

        .blocks li div {
            position: relative;
            width: 100%; /* for IE 6 */
        }

            .blocks li div a span {
                position: absolute;
                padding: 10px;
                bottom: 0;
                left: 0;
                width: 100%;
                background-image: url(../img/fade50.png);
                margin-bottom: 5px;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .blocks li div a:hover span {
                background-image: url(../img/fade100.png);
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .blocks li.featured div a span {
            margin-bottom: 7px !important;
            padding: 15px;
        }

        .blocks li div a {
            color: #fff;
            padding: 0;
            margin: 0;
            display: block;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.content blockquote {
    color: #000000;
    clear: both;
    border-left: 8px solid #4a4a4a;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 16px;
}
/* TABS */
.tabs {
    position: relative;
    min-height: 335px;
    clear: both;
    margin: 0;
}

.tab {
    float: left;
}

    .tab label {
        background: #fff;
        padding: 10px 5px;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        position: relative;
        left: 0px;
        margin-right: 2px;
        color: #282828;
    }

        .tab label:hover {
            border-bottom: 5px solid #282828;
            cursor: pointer;
        }

    .tab [type=radio] {
        display: none;
    }

[type=radio]:checked ~ label {
    background: white;
    border-bottom: 5px solid #fab22f;
    z-index: 2;
}

.tabcontent {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    .tabcontent > * {
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

[type=radio]:checked ~ label ~ .tabcontent {
    z-index: 1;
}

    [type=radio]:checked ~ label ~ .tabcontent > * {
        opacity: 1; /* -webkit-transform: translateX(0);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      -o-transform:      translateX(0);*/
    }
/* buttons */
a.promocta {
    display: inline-block;
    width: 300px;
    clear: both;
    margin-bottom: 8px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a.promocta:hover {
        color: #fff;
        background-color: #124793;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

a.dlcta {
    display: block;
    width: 300px;
    clear: both;
    margin: 8px auto;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a.dlcta:hover {
        color: #fff;
        background-color: #124793;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

a.cta {
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.blue {
    color: #fff;
    background-color: #124793;
}

    a.blue:hover {
        background-color: #000 !important;
    }

.herobox a.cta {
    padding: 10px 15px;
    margin-right: 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

a.cta:hover {
    color: #fff;
    background-color: #124793;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.inlinecta {
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a.inlinecta em {
        margin-right: 15px;
    }

    a.inlinecta:hover {
        color: #fff;
        background-color: #282828;
    }
/* ccolor overrides for cta */
a.bluebox {
    background-color: #124793;
}

a.redbox {
    background-color: #BB0003;
    color: #fff;
    margin-top: 10px;
}

a.purplebox {
    background-color: #ab2ca7;
    color: #fff;
}

a.greenbox {
    background-color: #048817;
    color: #fff;
}

a.tix, span.tix {
    margin: 0 0 3px 0;
    width: 73px;
    /*padding: 8px 10px;*/
    padding: 5px 8px;
    /* width:65px;*/
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #124793;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

    a.tix.seatmap {
        background-image: url('../img/recliner-icon.png');
        background-size: cover;
        background-position: center;
        font-size: 0;
        height: 27px;
        width: 27px;
        display: inline-block;
        vertical-align: top;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        border-left: 1px solid #fff;
        margin-right: 5px;
    }
        a.tix.seatmap:hover {
            opacity:0.7;
        }
        a.tix:hover,
        span.tix:hover {
        color: #fff;
        background-color: #000;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a.tix span.reserved {
        text-indent: -1000em;
        display: none;
        /*	display:inline-block;*/
        background-image: url(../img/seaticon.png);
        background-size: cover;
        width: 15px;
        height: 15px;
        margin-left: 4px;
        margin-right: -4px;
    }

#seatmap-overlay {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: #fff;
    background-color: rgb(255, 255, 255);
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    max-width:90%;
}

    #seatmap-overlay .book-key-text {
        display: block;
        line-height: 16px;
    }

    .popup-booking-title {
        font-size: 16px;
        color: #000;
        margin: 10px 0;
        text-align: center;
        font-weight: bold;
    }

    .popup-booking-title p {
        display: inline;
    }

    .popup-booking-auditorium-info {
        font-size: 16px;
        color: #000;
        margin: 10px 0;
        text-align: center;
        font-weight: bold;
    }

    .popup-btn-holder {
        display: block;
        text-align: center;
    }

        .popup-btn-holder a.tix {
            width: auto;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
        }

        .popup-btn-holder span.tix.disabled:hover,
        .popup-btn-holder span.tix.disabled {
            background: #555555;
            opacity: 0.7;
            cursor: auto;
        }

        .popup-btn-holder span.tix {
            width: auto;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            cursor: pointer;
        }

    #seatmap-overlay .book-key {
        max-width: 650px;
        text-align: center;
        display: table;
        margin-bottom: 10px;
    }

    #seatmap-overlay .close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
        background-color: rgba(0, 0, 0, 0);
    }
@media (max-width: 767px) {
    #seatmap-overlay {
        padding: 5px 10px;
        vertical-align: top;
    }
        #seatmap-overlay .book-seats-screen {
            padding: 4px;
            margin: 0 auto 5px;
            height: 21px;
            font-size: 13px;
        }
    .book-key li {
        margin-top: 0;
        vertical-align: top;
        min-width: 65px;
    }
    .popup-booking-title {
        margin-top:2px;
        font-size:14px;
    }
    #seatmap-overlay .book-key-text {
        display: block;
        line-height: 10px;
        width: 94%;
        font-size: 10px;
    }
    #seatmap-overlay .book-key [class*="book-seats-seat-"] {
        margin: 5px auto 0;
    }
    .book-key [class*="book-seats-seat-"] {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
}
    a.tix.no-seatmap {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

    #seatmap-overlay tr button:hover {
        cursor: auto;
    }

    a.booking-seatmap {
        padding: 10px 25px;
        background-color: #f1f1f1;
        color: #124793;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        display: block;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        a.booking-seatmap:hover {
            background-color: #000 !important;
            text-decoration: none;
            padding: 10px 25px;
            color: #fff !important;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            display: block;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .session-booking-group {
        display: inline-block;
    }

    a.tix.back {
        width: auto;
    }
    /* ADS */
    .bb {
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        text-align: center;
    }

        .bb:first-child {
            margin-top: 0;
        }

    .lb {
        padding: 10px 0;
        text-align: center;
        background-color: #4a4a4a;
    }

    @media (max-width: 767px) {
        .lb {
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 9999;
            padding: 4px 0;
            background-color: #000;
        }

        .footend {
            margin-bottom: 50px !important;
        }

        .scrollToTop {
            bottom: 64px !important;
        }
    }

    .dfp-place {
        display: none;
    }

        .dfp-place.active {
            display: block;
        }

    .no-js #loader {
        display: none;
    }

    .js #loader {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
    }

    .se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../img/load.gif) center no-repeat #282828;
    }

    .wideitem img.mainimage {
        height: auto;
        text-align: center;
        width: 100%;
        margin: 0px auto 16px auto;
    }

    .wideitem h1,
    .wideitem .h1 {
        display: inline-block;
    }
    /* player page*/
    .vplay {
        padding: 25px 0 0 0;
        background-color: #000;
        /*margin-top: 50px;*/
    }

    .vidtop {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

        .vidtop .lbm {
            padding-bottom: 0;
        }

        .vidtop h1,
        .vidtop .h1 {
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: normal;
            font-size: 24px;
            margin: 8px 0;
            padding: 0;
        }

    .vidnav {
        text-align: left;
        font-size: 18px;
    }

        .vidnav em {
            margin-right: 8px
        }

    a.tixbtn {
        display: inline-block;
        padding: 15px 20px;
        color: #000;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        background-color: #faac1f;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
    }

    a.shbtn {
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        padding: 15px;
        font-size: 18px;
        color: #000;
        text-decoration: none;
        background-color: #0C0;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
    }

    a.vidbtn {
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        padding: 15px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        background-color: #124793;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
    }

    a.tixbtn:hover {
        color: #fff;
        background-color: #000;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a.shbtn:hover {
        color: #fff;
        background-color: #000;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a.vidbtn:hover {
        color: #fff;
        background-color: #000;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mspan {
        display: none;
    }

    span.space {
        display: inline-block;
        margin-right: 10px;
        /*text-transform: uppercase;*/
        font-weight: bold;
    }

    img.movieposter {
        float: left;
        width: 250px;
        height: auto;
        margin-right: 25px;
    }

    .pager {
        margin: 10px 0 10px 0px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
        text-align: center;
    }

    ul.pagination, ul.angular-pagination {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        ul.pagination li {
            display: inline;
        }

            ul.pagination li a {
                color: black;
                float: left;
                padding: 8px 16px;
                text-decoration: none;
                transition: background-color .3s;
                border: 1px solid #ccc;
            }

    .pagination li:first-child a {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .pagination li:last-child a {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    ul.pagination li a.active {
        background-color: #124793;
        color: white;
        border: 1px solid #124793;
    }

    ul.pagination li a:hover:not(.active) {
        background-color: #282828;
        color: #fff;
        border: 1px solid #282828;
    }


    ul.news li {
        clear: both;
        display: inline-block;
        width: 100%;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: solid 1px #ccc;
    }

        ul.news li div.newsthumb {
            float: left;
            width: 150px;
            margin-right: 10px;
        }


            ul.news li div.newsthumb img {
                width: 100%;
                height: auto;
                border: solid 2px #fff;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            ul.news li div.newsthumb a {
                margin: 0;
                padding: 0;
            }

                ul.news li div.newsthumb a:hover img {
                    border: solid 2px #124793;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

        ul.news li.newscont {
            float: right;
            width: 75%;
        }

        ul.news li h3,
        ul.news li .h3 {
            font-size: 20px;
            margin-bottom: 4px;
        }

        ul.news li h4,
        ul.news li .h4 {
            font-size: 12px;
            color: #555;
            margin-bottom: 6px;
        }

        ul.news li h3 a:hover,
        ul.news li .h3 a:hover {
            color: #282828;
            text-decoration: none;
        }


    ul.newswidget li img {
        float: left;
        width: 125px;
        height: auto;
    }

    ul.trailers {
        margin-bottom: 18px;
    }

    ul.cleanup {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.trailers li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 5px 5px 0;
    }

        ul.trailers li.featured {
            width: 100%;
            padding: 0 0 10px 0;
        }

            ul.trailers li.featured a span {
                font-size: 18px;
                padding: 8px 16px 16px 16px;
            }

        ul.trailers li div {
            position: relative;
            max-height: 123px;
            overflow: hidden;
        }

        ul.trailers li.featured div {
            position: relative;
            max-height: none;
            overflow: hidden;
        }

        ul.trailers li a img {
            width: 100%;
            height: auto;
            border: solid 2px #282828;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        ul.trailers li a {
            color: #fff;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            ul.trailers li a span {
                position: absolute;
                /* background-image: url(../img/fade50vid.png);
            background-repeat: repeat-x;
            background-position: bottom left;*/
                background-color: #000;
                min-height: 50px;
                bottom: 0;
                left: 0;
                font-size: 16px;
                width: 100%;
                padding: 8px 8px 8px 8px;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            ul.trailers li a:hover span {
                background-color: #282828;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            ul.trailers li a:hover img {
                border: solid 2px #124793;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }


    /* CONTEST */
    .styledform {
        margin-bottom: 18px;
    }

        .styledform input, .styledform select {
            padding: 8px;
            border: solid 1px #ccc;
            width: 200px;
            font-size: 16px;
        }

        .styledform textarea {
            padding: 8px;
            border: solid 1px #ccc;
            width: 100%;
        }

        .styledform select {
            width: 50px;
        }

            .styledform select.dob-year {
                width: 90px;
            }

            .styledform select.location {
                width: 300px;
            }

            .styledform select.gender {
                width: 200px;
            }

        .dobSelects,
        .styledform div.dobSelects {
            width: 201px;
            display: inline-block;
            margin: 0;
            float: none;
        }

        .styledform .dobDay,
        .styledform .dobMonth {
            width: 57px;
            margin-right: 5px;
            padding: 8px 6px;
        }

        .styledform .dobYear {
            width: 71px;
            padding: 8px 6px;
        }

        .styledform input[type=checkbox] {
            border: solid 1px #FF0004;
            background-color: #F5A3A4;
            width: auto;
            padding: 8px 8px 8px 0;
            display: inline-block;
        }

        .styledform input.enter {
            width: 100%;
            max-width: 320px;
            margin: 0px auto;
            padding: 15px;
            font-weight: bold;
            font-size: 18px;
            color: #202020;
            border: none;
            display: block;
            background-color: #faac1f;
            font-family: 'Roboto Condensed', sans-serif;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .styledform input.enter:hover {
                color: #fff;
                background-color: #282828;
                cursor: pointer;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }


        .styledform div {
            margin-bottom: 10px;
        }

            .styledform div.full {
                width: 100%;
                clear: both;
                float: none;
            }

            .styledform div.optinfields {
                display: none;
            }

            .styledform div label {
                float: left;
                width: 110px;
                padding: 8px 0;
                display: inline-block;
                line-height: 18px;
            }

                .styledform div label.error {
                    display: none !important;
                }

        .styledform input.error, .styledform select.error, .styledform textarea.error {
            border: solid 1px #FF0004;
            background-color: #F5A3A4;
        }

        .styledform div label.full {
            float: none;
            width: 90%;
            padding: 8px 0;
        }

        .styledform div select.full {
            width: 100%;
        }

    /* signup form */
    /* CONTEST */
    #emailform {
    }

        #emailform input, #emailform select {
            padding: 8px;
            border: solid 1px #ccc;
            width: 200px;
        }

        #emailform textarea {
            padding: 8px;
            border: solid 1px #ccc;
            width: 100%;
        }

        #emailform select {
            width: 50px;
        }

            #emailform select.dob-year {
                width: 90px;
            }

            #emailform select.location {
                width: 300px;
            }

        #emailform input[type=checkbox] {
            border: solid 1px #FF0004;
            background-color: #F5A3A4;
            width: auto;
            padding: 8px 8px 8px 0;
            display: inline-block;
        }

        #emailform input.enter {
            width: 300px;
            margin: 0px auto;
            padding: 15px;
            font-weight: bold;
            font-size: 18px;
            color: #202020;
            border: none;
            display: block;
            background-color: #faac1f;
            font-family: 'Roboto Condensed', sans-serif;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            #emailform input.enter:hover {
                color: #fff;
                background-color: #282828;
                cursor: pointer;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }


        #emailform div {
            margin-bottom: 10px;
        }

            #emailform div.full {
                width: 100%;
                clear: both;
            }

            #emailform div.optinfields {
                display: none;
            }

            #emailform div label {
                float: left;
                width: 110px;
                padding: 8px 0;
                display: inline-block;
            }

                #emailform div label.error {
                    display: none !important;
                }

        #emailform input.error, #emailform select.error, #emailform textarea.error {
            border: solid 1px #FF0004;
            background-color: #F5A3A4;
        }

        #emailform div label.full {
            float: none;
            width: 90%;
            padding: 8px 0;
        }


    /* WIDGETS */
    .movieall {
        margin-bottom: 15px;
    }

    .movieleft {
        float: left;
        width: 120px;
        margin-right: 18px;
    }

        .movieleft a {
            width: 100%;
        }

        .movieleft img {
            width: 100%;
            height: auto;
            margin-bottom: 2px;
        }

    .stblock {
        margin-bottom: 18px;
    }

        .stblock .intop {
            background-color: #124793;
            padding: 10px;
            color: #fff;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-top-right-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-topright: 12px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        .stblock h2,
        .stblock .h2 {
            font-size: 32px;
            display: inline-block;
        }

    .stfinder {
        padding: 10px;
        background-color: #f1f1f1;
        border-bottom: solid 2px #fff;
        text-align: center;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-bottom: 15px;
    }

        .stfinder label {
            font-size: 18px;
            display: block;
            padding: 10px 0;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .stfinder select {
            width: 100%;
            max-width: 480px;
            text-align: left;
            margin: 0 auto;
            font-size: 16px;
            padding: 8px;
            border: solid 1px #ccc;
        }

    .stfilter {
        padding: 10px;
        background-color: #f1f1f1;
        border-bottom: solid 2px #fff;
    }

        .stfilter label {
            margin-right: 8px;
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .stfilter .intop {
            margin-bottom: 0;
        }

        .stfilter select {
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
            padding: 8px;
            width: 100%;
            background-color: #fff;
            color: inherit;
        }

    .lside {
        /*display: none;*/
        float: left;
        width: 55px;
        margin-right: 8px;
        display: block;
    }

    .rside {
        /*float:right;*/
        overflow: hidden;
    }

    .listingsdata h4,
    .listingsdata .h4 {
        margin-bottom: 7px !important;
    }

    .listingsdata {
        margin-bottom: 5px;
        vertical-align: top;
    }

    .times {
        display: inline-block;
        vertical-align: text-top;
    }

    .listingdata a.tix {
        height: 30px;
    }

    .listingwidget h2,
    .listingwidget .h2 {
        font-weight: normal;
        margin-bottom: 8px;
        font-size: 22px;
    }

        .listingwidget h2 span,
        .listingwidget .h2 span {
            color: #999;
            font-size: 13px;
            white-space: nowrap
        }

.listingsdata h4,
.listingsdata .h4 {
    font-size: 14px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    display:flex;
    align-items:center;
}

        .listingsdata h4 span.ccdvs,
        .listingsdata .h4 span.ccdvs {
            color: #282828;
            font-size: 13px;
            margin-left: 2px;
            line-height: 30px;
            display: inline-block;
        }

            .listingsdata h4 span.ccdvs em:first-child,
            .listingsdata .h4 span.ccdvs em:first-child {
                margin-right: 5px;
            }

    .listingitem {
        padding: 8px;
    }

        .listingitem.even {
            background-color: #f1f1f1;
        }

        .listingitem h3 a,
        .listingitem .h3 a {
            font-size: 18px;
            /*margin-right:10px;*/
        }

        .listingitem h3 span,
        .listingitem .h3 span {
            font-size: 16px;
            color: #282828;
            /*display:block;*/
            white-space: nowrap;
        }

    h4 span.attributes,
    .h4 span.attributes {
        /* display:block;*/
        font-weight: normal;
    }
span.stitem {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    background-size: 100%;
    margin-right: 8px;
    flex:none;
}
    h4 span.stitem[name="3D"],
    .h4 span.stitem[name="3D"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-3d.svg)
    }

    h4 span.stitem[name="Recliner"],
    .h4 span.stitem[name="Recliner"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-recliner.svg)
    }

    h4 span.stitem[name="IMAX 2D"],
    .h4 span.stitem[name="IMAX 2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-imax.svg)
    }

    h4 span.stitem[name="IMAX 3D"],
    .h4 span.stitem[name="IMAX 3D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-imax3d.svg)
    }

    h4 span.stitem[name="XTREME 2D"],
    .h4 span.stitem[name="XTREME 2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-xtreme.svg)
    }

    h4 span.stitem[name="XTREME 3D"],
    .h4 span.stitem[name="XTREME 3D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-xtreme3d.svg)
    }

    h4 span.stitem[name="EXTRA 2D"],
    .h4 span.stitem[name="EXTRA 2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-extra.svg)
    }

    h4 span.stitem[name="EXTRA 3D"],
    .h4 span.stitem[name="EXTRA 3D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-extra3d.svg)
    }

    h4 span.stitem[name="2D"],
    .h4 span.stitem[name="2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-reg.svg)
    }

    h4 span.stitem[name="Distance"],
    .h4 span.stitem[name="Distance"] {
        width: 122px;
        height: 30px;
        line-height: 30px;
        margin-right: 7px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        text-indent: -1000em;
        background-image: url(../img/st-distance.png)
    }


    h4 span.stitem[name="ULTRA 2D"],
    .h4 span.stitem[name="ULTRA 2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-laserultra.svg)
    }

    h4 span.stitem[name="ULTRA 3D"],
    .h4 span.stitem[name="ULTRA 3D"] {
        width: 100px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-laserultra3D.svg)
    }

    h4 span.stitem[name="Premiere"],
    .h4 span.stitem[name="Premiere"] {
        width: 100px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-Premiere.svg);
    }

    h4 span.stitem[name="DolbyAtmos"],
    .h4 span.stitem[name="DolbyAtmos"] {
        width: 124px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-DolbyAtmos.png)
    }
	
	h4 span.stitem[name="Shout Out"],
	.h4 span.stitem[name="Shout Out"] {
		width: 80px;
		height: 19px;
		line-height: 30px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left center;
		text-indent: -1000em;
		background-image: url(../img/shout-out.svg);
		background-size: contain;
	}

    h4 span.stitem[name="Stroller"],
    .h4 span.stitem[name="Stroller"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-stroller.svg)
    }
    
    h4 span.stitem[name="Sensory"],
    .h4 span.stitem[name="Sensory"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-sensoryfriendlyfilm.svg)
    }

    h4 span.stitem[name="ScreenX"],
    .h4 span.stitem[name="ScreenX"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-screenX.svg)
    }

    h4 span.stitem[name="18+"],
    .h4 span.stitem[name="18+"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-18.svg)
    }

    h4 span.stitem[name="Loungers"],
    .h4 span.stitem[name="Loungers"] {
        width: 35px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-lounger.svg)
    }

    h4 span.stitem[name="LUXE"],
    .h4 span.stitem[name="LUXE"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-luxe.svg)
    }

    h4 span.stitem[name="LUXE 2D"],
    .h4 span.stitem[name="LUXE 2D"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-luxe.svg)
    }

    h4 span.stitem[name="LUXE 3D"],
    .h4 span.stitem[name="LUXE 3D"] {
        width: 100px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-luxe-3d.svg)
    }

    h4 span.stitem[name="EnglishSub"],
    .h4 span.stitem[name="EnglishSub"] {
        width: 80px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-englishsub.svg);
    }

    h4 span.stitem[name="SpecialEvt"],
    .h4 span.stitem[name="SpecialEvt"] {
        width: 100px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-specialevent.svg)
    }

    h4 span.stitem[name="EarlyAcces"],
    .h4 span.stitem[name="EarlyAcces"] {
        width: 100px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-earlyaccess.svg)
    }

    h4 span.stitemmfm,
    .h4 span.stitemmfm {
        width: 124px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-mfm.png)
    }

    h4 span.stitemtots,
    .h4 span.stitemtots {
        width: 124px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-tots.png)
    }

    h4 span.stitemrecline,
    .h4 span.stitemrecline {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-recliner.svg)
    }

    h4 span.stitem[name="CC"],
    .h4 span.stitem[name="CC"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-cc.svg)
    }

    h4 span.stitem[name="DVS"],
    .h4 span.stitem[name="DVS"] {
        width: 25px;
        height: 19px;
        line-height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: -1000em;
        background-image: url(../img/st-dvs.svg)
    }

    h4 span.stitemclear,
    .h4 span.stitemclear {
        width: 100px;
        height: 25px;
        line-height: 25px;
        display: inline-block;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .intop {
        margin-bottom: 10px;
    }

        .intop .cinelogo {
            float: right;
            margin-left: 15px;
            width: 75px;
        }

            .intop .cinelogo img {
                width: 100%;
                height: auto;
            }

        .intop h2,
        .intop .h2 {
            color: #282828;
            margin-bottom: 8px;
            font-size: 18px;
        }

            .intop h2 span,
            .intop .h2 span {
                font-size: 14px;
            }

        .intop h3,
        .intop .h3 {
            color: #282828;
            margin-bottom: 8px;
            font-size: 18px;
        }

            .intop h3 span,
            .intop .h3 span {
                font-size: 14px;
            }

    .viewmap {
        display: none;
    }

    #viewmap {
        display: none;
    }

    .nolistings {
        margin: 15px;
        padding: 15px;
        text-align: center;
        text-align: center;
        background-color: #F59C9D;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-bottom: 10px;
    }

        .nolistings a {
            color: inherit;
            text-decoration: underline;
        }

        .nolistings h5,
        .nolistings .h5 {
            font-size: 18px;
            margin-bottom: 15px;
        }

            .nolistings h5 em,
            .nolistings .h5 em {
                margin-right: 15px;
            }

    .filmListingMessage + .filmListingMessage {
        display: none;
    }
    /*.listingitem:nth-child(2n+1) {
	background-color: #f1f1f1;
}*/
    .stnotes {
        margin: 0 0 8px 0;
    }

    span.rednote {
        color: #FF0000;
    }

    a.toggle {
        display: inline-block;
        width: 120px;
        height: 25px;
        background-image: url(../img/toggler.png);
        background-position: left bottom;
        text-indent: -1000em;
    }

        a.toggle:hover {
            cursor: pointer;
        }

        a.toggle.open {
            background-position: left top;
        }

    .widcontest {
        text-align: left;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .widcontest h3,
        .widcontest .h3 {
            color: #fff;
            background-color: #282828;
            font-size: 22px;
            margin: 0 0 2px 0;
            padding: 15px;
            border-left: solid 8px #0C0;
            line-height: 100%;
            font-weight: bold;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
        }

            .widcontest h3 a,
            .widcontest .h3 a {
                color: #fff;
                text-decoration: none;
            }

                .widcontest h3 a:hover,
                .widcontest .h3 a:hover {
                    text-decoration: none;
                }

        .widcontest img {
            width: 100%;
            height: auto;
        }

    .widpromo {
        text-align: left;
        padding-bottom: 15px;
    }

        .widpromo h3,
        .widpromo .h3 {
            color: #fff;
            background-color: #282828;
            font-size: 22px;
            margin: 0 0 2px 0;
            padding: 15px;
            border-left: solid 8px #faac1f;
            line-height: 100%;
            font-weight: bold;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
        }

            .widpromo h3 a,
            .widpromo .h3 a {
                color: #fff;
                text-decoration: none;
            }

                .widpromo h3 a:hover,
                .widpromo .h3 a:hover {
                    text-decoration: none;
                }

            .widpromo h3.blue,
            .widpromo .h3.blue {
                border-left: solid 8px #124793;
            }

            .widpromo h3.purple,
            .widpromo .h3.purple {
                border-left: solid 8px #ab2ca7;
            }

    .contestform form div label[for="3904c523-2051-43dd-9365-6853c666e50f"],
    .contestform form div select[name="3904c523-2051-43dd-9365-6853c666e50f"] {
        display: none;
    }

    .styledform [data-booking-emailandterms-holder],
    .styledform [data-booking-emailandterms-holder] .optininvalid {
        width: 100%;
    }




    .itemcontainer {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: solid 2px #f1f1f1;
    }

        .itemcontainer:last-child {
            border-bottom: solid 0px #f1f1f1;
        }

        .itemcontainer .itemimg {
            margin: 0 0 8px 0;
        }

        .itemcontainer .itemdetail {
        }

        .itemcontainer .itemimg img {
            width: 100%;
            height: auto;
        }


    .itemdetail h4,
    .itemdetail .h4 {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 140%;
    }

    .itemdetail p {
        margin: 0 0 8px 0;
    }


    .promocontainer {
        background-color: #f1f1f1;
    }

        .promocontainer img {
            width: 100%;
            height: auto;
            margin: 0;
        }

    .promoitem {
        padding: 10px;
    }

    .promoitemHeading {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 140%;
    }

    a.ctap {
        display: inline-block;
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #202020;
        text-align: center;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        a.ctap:hover {
            color: #fff;
            background-color: #124793;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .promoitem a.ctap {
        display: block;
        padding: 15px;
        font-weight: bold;
        font-size: 18px;
    }

    .promoitem p {
        margin-bottom: 10px;
    }



    #spotlight {
        margin-bottom: 15px;
    }

        #spotlight .r-tabs-nav {
            background-color: #333;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
            margin-bottom: 8px;
        }

        #spotlight li.r-tabs-state-default a {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            margin: 0;
            padding: 15px 25px 15px 15px;
            border-left: solid 8px #333;
            line-height: 100%;
            font-weight: bold;
            color: #bdbdbd;
            background-color: #282828 !important;
        }

            #spotlight li.r-tabs-state-default a:hover, #spotlight li.r-tabs-state-active a {
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 18px;
                margin: 0;
                padding: 15px 25px 15px 15px;
                border-left: solid 8px #faac1f;
                line-height: 100%;
                font-weight: bold;
                color: #fff;
                background-color: #282828 !important;
                text-decoration: none;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        #spotlight .r-tabs-panel.r-tabs-state-active {
            padding: 0 !important;
        }

        #spotlight img {
            max-width: 100%;
            height: auto;
        }

        #spotlight .intab {
            padding: 15px;
        }

            #spotlight .intab .intabHeading {
                font-size: 18px;
                margin-bottom: 8px;
                font-weight: bold;
                font-family: 'Roboto Condensed', sans-serif;
            }

            #spotlight .intab a.detcta {
                margin: 0;
                padding: 10px;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                color: #fff;
                text-decoration: none;
                background-color: #124793;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                -webkit-border-top-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-radius-topright: 4px;
                -moz-border-radius-bottomleft: 4px;
                border-top-right-radius: 4px;
                border-bottom-left-radius: 4px;
            }

    ul.loclist {
        clear: both;
        margin: 15px 0;
    }

        ul.loclist li {
            float: left;
            width: 33%;
            min-width: 150px;
        }

            ul.loclist li ul li {
                float: none;
                margin: 0 0 5px 5px;
                width: 100%;
            }

    ul.boxlist {
        margin-bottom: 25px;
        display: block;
    }

        ul.boxlist li {
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 22px;
            width: 100%;
            padding: 0px;
            margin: 0;
            float: left;
        }

            ul.boxlist li img {
                width: 100%;
                border: solid 2px #282828;
                height: auto;
            }

            ul.boxlist li a {
                padding: 12px;
                border-bottom: solid 2px #f1f1f1;
                margin: 2px;
                color: #282828;
                -webkit-border-top-right-radius: 8px;
                -moz-border-radius-topright: 8px;
                border-top-right-radius: 8px;
                display: block;
                text-decoration: none;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                ul.boxlist li a:hover {
                    background-color: #f1f1f1;
                    text-decoration: none;
                    border-bottom: solid 2px #999;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

                    ul.boxlist li a:hover img {
                        border: solid 2px #124793;
                        -moz-transition: all 0.5s ease;
                        -webkit-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }

    ul.newswidget li {
        display: block;
        min-width: 300px;
        float: left;
        width: 50%;
    }

        ul.newswidget li a {
            display: block;
        }

        ul.newswidget li .newsthumb {
            float: left;
            width: 40%;
            padding-right: 15px;
            height: 65px;
            overflow: hidden;
        }

            ul.newswidget li .newsthumb img {
                width: 100%;
                height: auto;
            }

        ul.newswidget li .newstext {
            float: right;
            width: 60%;
        }

            ul.newswidget li .newstext span {
            }
    /*  OTP STUFF  */
    .otp, .otp a.link {
        color: #fff;
    }
        .otp a.link {
            text-decoration: underline;
        }
        .otp select {
            width: 100%;
            font-size: 18px;
            padding: 8px;
            border: solid 1px #ccc;
        }

        .otp label {
            text-align: center;
            font-size: 18px;
            display: block;
            padding: 10px 0;
            font-family: 'Roboto Condensed', sans-serif;
        }


    /* accout OTP */
    #account .otp {
        text-align: left;
        background-color: #fff !important;
        color: #282828;
        padding: 10px;
    }

    #account h4,
    #account .h4 {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    #account a,
    .accountOverlayButton {
        color: #124793;
        padding: 10px 8px;
        display: inline-block;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #account li:last-child {
        margin-bottom: 0;
    }

    #account li a {
        display: block;
    }

    #account a:hover,
    .accountOverlayButton:hover {
        color: #282828;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #f1f1f1;
    }

    #account a.close-modal:hover {
        background-color: transparent;
    }

    .accountOverlayButton {
        display: block;
        border: none;
        margin: 0;
        background: none;
        text-align: left;
        width: 100%;
        cursor: pointer;
        min-height: 41px;
    }

    #account .otp input {
        width: 100%;
        font-size: 18px;
        padding: 8px;
        border: solid 1px #ccc;
    }

    #account .otp label {
        text-align: left !important;
        font-size: 18px;
        display: inline-block;
        width: 145px;
        padding: 10px 0;
        font-family: 'Roboto Condensed', sans-serif;
    }

    #account .otp input.enter {
        width: 100%;
        margin: 0px auto;
        padding: 15px;
        font-weight: bold;
        font-size: 18px;
        color: #202020;
        border: none;
        display: block;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #account .otp input.enter:hover {
            color: #fff;
            background-color: #124793;
            cursor: pointer;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    /* */
    .cinenote {
        padding: 15px;
        margin: 0 0 10px 0;
        text-align: left;
        background-color: #f1f1f1;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-left-radius: 8px;
    }

    .cinemaBanner {
        position: relative;
        padding-bottom: 29.41%;
        padding-top: 1px;
        height: 0;
        overflow: hidden;
    }

        .cinemaBanner iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* TABLES */
    table.pricelist {
        margin: 0 0 15px 0;
        width: 100%;
        background-color: #f1f1f1;
    }

        table.pricelist td {
            padding: 10px;
            text-align: right;
            border-bottom: solid 1px #ccc;
        }

        table.pricelist tr td:first-child {
            text-align: left;
        }

        table.pricelist tr:nth-child(2n+1) {
            background-color: #fff;
        }

        /*
table.pricelist th{
font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
	background-color:#f1f1f1;
text-align:right;
    color: #124793;
    font-weight: normal !important;
	padding: 10px 5px;

}
*/
        table.pricelist th {
            background-color: #f1f1f1;
            text-align: right;
            color: #124793;
            font-weight: bold;
            padding: 10px 5px;
        }


            table.pricelist th:first-child {
                text-align: left;
            }

        table.pricelist td:first-child {
            width: 40%;
        }

        table.pricelist td {
            width: 20%;
        }

    /* */
    table.trans {
        margin: 0 0 15px 0;
        width: 100%;
        background-color: #f1f1f1;
    }

        table.trans td {
            padding: 10px 5px;
            text-align: right;
            border-bottom: solid 1px #ccc;
        }

        table.trans tr td:first-child {
            text-align: left;
        }

        table.trans tr:nth-child(2n+1) {
            background-color: #fff;
        }

        table.trans th {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            background-color: #f1f1f1;
            text-align: right;
            color: #124793;
            font-weight: normal !important;
            padding: 10px 5px;
        }

            table.trans th:first-child {
                text-align: left;
            }

    .transBack {
        color: white;
        text-decoration: underline;
        display: block;
    }

    @media (max-width: 767px) {
        .transBack {
            margin-top: 10px;
        }
    }

    @media (min-width: 768px) {
        .transBack {
            float: right;
            line-height: 22px;
        }
    }

    @media print {
        .transBack {
            display: none;
        }
    }

    .scroller {
        height: 350px;
        margin-bottom: 20px;
    }
    /* GEN FORM*/

    .genform {
        margin-bottom: 18px;
        text-align: center;
    }

        .genform input {
            width: 100%;
            font-size: 18px;
            padding: 8px;
            border: solid 1px #ccc;
        }

        .genform label {
            width: 100%;
            padding: 10px 10px 10px 0;
            display: inline-block;
            text-align: center;
        }

        .genform input.submit {
            width: 100%;
            font-weight: bold;
            font-size: 18px;
            color: #202020;
            border: none;
            display: inline-block;
            background-color: #faac1f;
            font-family: 'Roboto Condensed', sans-serif;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .genform input.submit:hover {
                color: #fff;
                background-color: #124793;
                cursor: pointer;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    .corpform {
        margin-bottom: 18px;
        width: 100%;
        max-width: 520px;
        margin: 0px auto;
    }

        .corpform input,
        .corpform select,
        .corpform textarea {
            width: 100%;
            font-size: 18px;
            padding: 8px;
            border: solid 1px #ccc;
            text-align: left;
        }

        .corpform label {
            padding: 10px 10px 10px 0;
            display: inline-block;
            text-align: left;
        }

        .corpform input.submit {
            width: 100%;
            max-width: 320px;
            font-weight: bold;
            text-align: center;
            font-size: 18px;
            color: #202020;
            border: none;
            margin: 10px auto;
            display: block;
            background-color: #faac1f;
            font-family: 'Roboto Condensed', sans-serif;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .corpform input.submit:hover {
                color: #fff;
                background-color: #124793;
                cursor: pointer;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
    /* @@@@@@@ CHECKOUT @@@@@@@@@@@@@@@@*/

    #optmenu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .booking-login #optmenu ul {
        flex-direction: column;
    }

    @media (max-width: 768px) {
        #optmenuContinueAsGuest {
            display: none;
        }
    }


    .booking-links li a {
        font-size: 16px;
        background-color: #faac1f;
        color: #000;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 10px 25px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        display: block;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #optmenu ul li a {
        font-size: 16px;
        background-color: #faac1f;
        color: #000;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #optmenu ul li:last-child a {
        background-color: transparent;
        color: #124793;
        text-decoration: underline;
    }

    .grid-border-right {
        border-right: 2px solid #ddd;
        margin-bottom: 10px;
    }

    .booking-login {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .checkmethod, .checkitem {
        padding-left: 40px;
        padding-right: 40px;
    }

    .gcpay {
        text-align: center;
        padding: 15px;
        background-color: #f1f1f1;
        margin-bottom: 15px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .gcpay h3,
        .gcpay .h3 {
            color: #282828;
        }

    .payform {
        margin-bottom: 18px;
        text-align: left;
        font-size: 14px;
    }

        .payform input {
            width: 60%;
            padding: 8px;
            border: solid 1px #ccc;
            font-size: 16px;
            margin-bottom: 2px;
        }

        .payform label {
            width: 40%;
            padding: 10px 10px 10px 0;
            display: inline-block;
            line-height: 1.2;
        }

            .payform label.full {
                width: 90%;
            }

        .payform input[type=checkbox] {
            width: auto;
            padding: 8px 8px 8px 0;
            display: inline-block;
        }

        .payform input.submit,
        .gcFullPaySubmit {
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-top-right-radius: 8px;
            border-bottom-left-radius: 8px;
            text-align: center;
            font-weight: bold;
            width: 200px;
            font-size: 16px;
            color: #202020;
            margin: 10px auto 10px auto;
            border: none;
            display: block;
            background-color: #faac1f;
            font-family: 'Roboto Condensed', sans-serif;
            text-decoration: none;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .payform input.submit:hover,
            .gcFullPaySubmit:hover {
                color: #fff;
                background-color: #124793;
                cursor: pointer;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    .gcFullPaySubmit {
        padding: 8px;
        cursor: pointer;
    }

    .ccnote {
        font-size: 12px;
        padding: 5px 0;
    }

    .passwordNote {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        clear: both;
        float: left;
        width: 100%;
        margin-top: -8px;
    }

    .payoption {
        font-size: 14px;
        padding: 10px;
        position: relative;
    }


    #visaButton {
        width: 220px;
        height: 67px;
        position: absolute;
        z-index: 9999999;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    @media (max-width: 980px) {
        #visaButton {
            width: 100%;
            height: 67px;
            position: absolute;
            z-index: 9999999;
            border: none;
            background: transparent;
            cursor: pointer;
        }
    }

    #visaText {
        color: #124793;
    }

    .payoption img {
        margin-top: 5px;
    }

    .checkitem {
        font-size: 14px;
    }

    .confirm {
    }

        .confirm table {
            width: 100%;
        }

    .sumtable {
        margin: 0 0 20px 0;
        padding: 0;
    }

        .sumtable div {
            display: block;
            margin: 0 0 8px 0;
        }

            .sumtable div > span {
                text-align: right;
                display: inline-block;
                float: right;
            }

    .checkleft {
        border-bottom: solid 1px #ccc;
    }

    .checktix table {
        margin: 10px 0;
        padding-top: 8px;
        border: none;
        width: 100%;
    }

        .checktix table th,
        .checktix table td {
            padding: 1px 5px 1px 0;
            text-align: left;
        }

        .checktix table tr th:last-child,
        .checktix table tr td:last-child {
            text-align: right;
        }

    .checkleft table {
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
    }

    .checktix th strong,
    .checktix td strong {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: #124793;
        font-weight: normal !important;
    }

    .checktix select {
        font-size: 16px;
        padding: 3px;
        min-width: 46px;
    }

    .checktix .voucherQuantity {
        font-size: 16px;
        padding: 4px 6px;
        border: none;
        width: 46px;
    }

    .checkleft table td {
        width: 100%;
        vertical-align: top;
    }

    .checkleft table tr td:first-child {
        width: 160px;
    }

    .checkleft table tr td:last-child {
    }

    .checkleft table td img {
        width: auto;
        padding-right: 8px;
        height: 140px;
    }

.shoutouts-available {
    font-weight:bold;
    text-align:center;
    font-size:16px;
}

.checkmeta {
    text-align: right;
    font-size: 18px;
    padding: 5px 5px 5px 0;
    margin: 10px 0 0 0;
    border-top: solid 1px #ccc;
}

        .checkmeta span {
            width: 100px;
            display: inline-block;
            font-weight: bold;
        }

    .checkmetas {
        text-align: right;
        font-size: 14px;
        padding: 3px 5px 3px 0;
        margin: 5px 0 0 0;
        /*border-top:solid 1px #ccc;*/
    }

    .sumtable ~ .checkmetas {
        padding-right: 10px;
        padding-left: 10px;
        text-align: left;
    }

    .checkmetas span {
        width: 100px;
        display: inline-block;
        font-weight: bold;
    }

    .sumtable ~ .checkmetas span {
        text-align: right;
        float: right;
    }


    .note {
        padding: 10px 15px;
        margin: 10px 0;
        text-align: center;
        display: block;
        background-color: #F5F18E;
        line-height: 155%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .checkmovie:before,
    .checkmovie:after {
        content: "";
        display: table;
    }

    .checkmovie:after {
        clear: both;
    }

    .checkmovie-left {
        text-align: right;
        width: 102px;
        float: left;
    }

    .checkmovie-right {
        float: right;
        width: calc((100%) - 102px);
    }

    .checkmovie img {
        width: 102px;
        padding-right: 8px;
        height: auto;
        display: block;
    }

    .checkmovie h4,
    .checkmovie .h4 {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        color: #282828;
        margin-bottom: 8px;
        line-height: 130%;
    }

    .checkmovie h5,
    .checkmovie .h5 {
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #282828;
        margin-bottom: 8px;
        line-height: 130%;
        font-weight: bold;
    }

    .checkside {
        text-align: left;
        padding: 10px;
        background-color: #f1f1f1;
        margin-bottom: 15px;
    }

    .steps {
        text-align: center;
        margin: 15px 0;
    }

    .ctanext,
    .payform .ctanext,
    a.ctanext,
    .styledform button.ctanext,
    .ctaprev,
    a.ctaprev {
        text-align: center;
        display: inline-block;
        margin: 0 0 2px 0;
        padding: 10px;
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        color: #202020;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-width: none;
        line-height: 1;
        cursor: pointer;
        border: none;
    }

        .ctanext:hover,
        a.ctanext:hover,
        .styledform button.ctanext:hover,
        .ctaprev:hover,
        a.ctaprev:hover {
            color: #fff;
            background-color: #124793;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            text-decoration: none;
        }

    @media (max-width: 479px) {
        .ctaprev.ctaprev {
            margin-bottom: 10px;
        }
    }

    @media (min-width: 480px) {
        .ctaprev.ctaprev {
            margin-right: 10px;
        }

        .payform .ctaprev.ctaprev {
            margin-bottom: 10px;
        }
    }

    a.ctaback {
        text-align: center;
        display: inline-block;
        margin: 0px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 10px;
        width: 145px;
        font-weight: bold;
        font-size: 16px;
        color: #202020;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        a.ctaback:hover {
            color: #fff;
            background-color: #124793;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    #tixprocess .ui-accordion-content {
        padding: 0;
    }

    #tixprocess h3.ui-accordion-header,
    #tixprocess .h3.ui-accordion-header {
        padding: 10px;
        font-size: 18px;
    }

        #tixprocess h3.ui-accordion-header.fadeOut,
        #tixprocess .h3.ui-accordion-header.fadeOut {
            opacity: .4;
        }

        #tixprocess h3.ui-accordion-header span,
        #tixprocess .h3.ui-accordion-header span {
            color: #282828;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #tixprocess h3.ui-accordion-header:hover span,
        #tixprocess .h3.ui-accordion-header:hover span,
        #tixprocess .ui-accordion-header-active span {
            color: #f1f1f1 !important;
        }

    .payments div.paymethod {
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }

        .payments div.paymethod p {
            width: 50%;
            min-width: 310px;
            float: left;
        }

            .payments div.paymethod p span {
                display: inline-block;
                margin-right: 15px;
            }

        .payments div.paymethod div.selcont {
            text-align: right;
            float: right;
            width: 50px;
            min-width: 310px;
        }

            .payments div.paymethod div.selcont:after {
                clear: both !important;
            }

        .payments div.paymethod a.selcard {
            padding: 8px;
            display: inline-block;
            background-color: #faac1f;
            color: #282828;
            text-decoration: none;
        }

    .payments h5,
    .payments .h5 {
        font-size: 16px;
        padding: 8px;
        background-color: #ccc;
    }

    .payments div.paymethod a.delcard {
        padding: 8px;
        color: #282828;
        text-decoration: none;
        margin-left: 3px;
        display: inline-block;
        background-color: #ccc;
    }

        .payments div.paymethod a.delcard:hover, .payments div.paymethod a.selcard:hover {
            background-color: #124793 !important;
            color: #fff;
        }

    .loginarea {
        background-color: #f1f1f1;
        padding: 8px 0;
        margin-bottom: 2px;
        -webkit-border-radius: 0px 0px 8px 8px;
        -moz-border-radius: 0px 0px 8px 8px;
        border-radius: 0px 0px 8px 8px;
    }

        .loginarea h3,
        .loginarea .h3 {
            text-align: center;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .loginarea p {
            margin-bottom: 4px;
        }

    @media (min-width: 410px) {
        .login_form_inline {
            max-width: 320px;
            margin: 0 auto;
        }

        #tixprocess .login_form_inline {
            max-width: none;
        }

        #tixprocess .login_form_inline_row {
            max-width: 320px;
            margin: 0 auto;
        }

            #tixprocess .login_form_inline_row input[type="text"],
            #tixprocess .login_form_inline_row input[type="email"],
            #tixprocess .login_form_inline_row input[type="password"] {
                width: 100%;
            }
    }

    .login_form_inline input {
        width: 195px;
        /*min-width:200px;*/
        font-size: 18px;
        font-weight: normal;
        padding: 8px;
        border: solid 1px #ccc;
    }

    .login_form_inline label {
        text-align: left !important;
        font-size: 18px;
        display: inline-block;
        /*width:50%;
	min-width:200px;*/
        width: 125px;
        padding: 10px 0;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .login_form_inline input.enter {
        width: 50%;
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #202020;
        border: solid 2px #fff;
        display: inline-block;
        text-align: center;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .login_form_inline input.enter:hover {
            color: #fff;
            background-color: #124793;
            cursor: pointer;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
    /*.login_form_inline input.enter:last-child{
	background-color: #048817;
	color:#fff;
}*/
    .login_form_inline p.proceed {
        text-align: center;
        clear: both;
    }

    .login_form_row {
        position: relative;
        margin: 0 0 16px;
    }

    #account .login_form_row.invalid input {
        border-color: red;
    }

    .login_form_field_error {
        position: absolute;
        z-index: 1;
        background: white;
        padding: 10px;
        max-width: 100%;
        top: 100%;
        left: 0;
        border: 1px solid #ccc;
        box-shadow: 0 0 8px #ccc;
    }

    .login_form_error {
        color: red;
    }

    .login_form_links {
        margin: 0 -10px;
    }

    @media (min-width: 410px) {
        .login_form_links {
            margin: 0 auto;
            max-width: 320px;
        }
    }

    .voucher {
        text-align: center;
        margin-bottom: 5px;
    }

    .checkout .voucher {
        margin-bottom: 18px;
    }

    .voucher label {
        display: block;
        margin-bottom: 6px;
    }

    .voucher input {
        font-size: 16px;
        padding: 5px;
        border: 1px solid #666;
        margin-left: 0px;
        max-width: 262px;
        width: calc(100% - 90px);
        vertical-align: top;
        height: 29px;
    }

    .basket-total-items {
        margin-top: 10px !important;
        font-weight: bold;
    }

    .voucher input[type=button] {
        border: none;
    }

    .checktix, .checkmeta {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }

    .orderNote {
        color: #000;
        background: #f5f18e;
        padding: 5px 10px 10px;
        margin-bottom: 10px;
    }

    .basket-tickets {
        font-size: 16px;
    }

    .grey-bar {
        background-color: #f1f1f1;
        padding: 10px;
    }

    .voucher input.validate {
        color: #202020;
        padding: 5px;
        width: 85px;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: #faac1f;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .voucher input.validate:hover {
            color: #fff;
            cursor: pointer;
            background-color: #124793;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .voucher input.gcPIN {
        width: 100px;
    }

    .voucher .applicable-codes {
        margin-top: 10px;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .voucher input.gcPIN {
            display: block;
            margin: 5px auto;
        }
    }

    .ticketmess {
        text-align: center;
        background-color: #f1f1f1;
        padding: 15px;
        margin-bottom: 15px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .ticketmess h2,
        .ticketmess .h2 {
            font-size: 24px;
        }

    .errors {
        background-color: #F59C9D;
    }

        .errors h2,
        .errors .h2 {
            color: #282828;
        }

        .errors a.cta {
        }

    img.ticketcode {
        max-width: 300px;
        width: 100%;
        height: auto;
        margin: 15px auto;
        padding: 10px 0px;
        border-top: solid 1px #f1f1f1;
    }

    img.ticketcode.qr-code {
        width: auto;
        clear: both;
        display: block;
    }

    .barcode-container {
        background-color: #000;
        float: left;
        width: 440px;
        height: 206px;
        margin-top: 20px;
    }

    img.barcode-code {
        margin-top: 33px;
    }

.qr-code-container { width: 440px; float: left; }

    @media (max-width: 520px) {
        .barcode-container {
            width: 100%;
            height: 200px;
        }

        img.barcode-code {
            margin-top: 33px;
            width: 100%;
        }

        .qr-code-container { width: 100%; }
    }

    @media (max-width: 375px) {
        .barcode-container {
            height: 165px;
        }
    }

    .extras {
        text-align: center;
        border-top: solid 1px #ccc;
        padding-top: 15px;
    }
    /* @@@@@@@@@@@@ */

    /* JQ UI override */
    .modal {
        padding: 15px !important;
        background-color: #282828 !important;
    }

    .ui-widget {
        font-size: 16px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
    }

    h3.ui-accordion-header,
    .h3.ui-accordion-header {
        padding: 10px 10px 10px 23px;
        background-color: #f1f1f1;
        margin: 0 0 5px 0;
        border: none;
        border-bottom: solid 1px #f9f9f9;
        width: 100%;
        text-align: left;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        h3.ui-accordion-header:hover,
        .h3.ui-accordion-header:hover,
        .ui-accordion-header-active,
        h3.ui-accordion-header-active,
        .h3.ui-accordion-header-active {
            cursor: pointer;
            background-color: #124793 !important;
            color: #fff;
            border-bottom: solid 1px #124793 !important;
        }

    .ui-accordion-content {
        padding: 15px;
    }
    /* @@@@@@@@@@@@@ Slider @@@@@@@@@@@@@@@@ */
    .slick-loading .slick-list {
        background: #fff url('/css/ajax-loader.gif') center center no-repeat;
    }
    /* Icons */
    @font-face {
        font-family: 'slick';
        font-weight: normal;
        font-style: normal;
        src: url('/css/fonts/slick.eot');
        src: url('/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css/fonts/slick.woff') format('woff'), url('/css/fonts/slick.ttf') format('truetype'), url('/css/fonts/slick.svg#slick') format('svg');
    }
    /* Arrows */
    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            color: transparent;
            outline: none;
            background: transparent;
        }

            .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
                opacity: 1;
            }

        .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
            opacity: .85;
        }

        .slick-prev:before, .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: .75;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev {
        left: -25px;
    }

    [dir='rtl'] .slick-prev {
        right: -25px;
        left: auto;
    }

    .slick-prev:before {
        content: 'â†';
    }

    [dir='rtl'] .slick-prev:before {
        content: 'â†’';
    }

    .slick-next {
        right: -25px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: "•";
    }

    [dir='rtl'] .slick-next:before {
        content: "•";
    }
    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 1px solid transparent;
                outline: none;
                background: transparent;
                position: relative;
                border-radius: 50%;
            }

                .slick-dots li button:hover, .slick-dots li button:focus {
                    outline: none;
                }

                .slick-dots li button:focus {
                    border-color: #124793;
                }

                    .slick-dots li button:hover:before,
                    .slick-dots li button:focus:before {
                        opacity: 1;
                        color: black;
                    }

                .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 10px;
                    line-height: 22px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    width: 20px;
                    height: 20px;
                    content: "•";
                    text-align: center;
                    opacity: .5;
                    color: #124793;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .slick-dots li.slick-active button:before {
                opacity: 1;
                color: #124793;
                content: "•";
            }

    .modal {
        max-width: 100% !important;
        width: 465px;
    }

    .ui-tooltip {
        padding: 18px;
        color: white;
        border-radius: 8px;
        max-width: 320px;
        line-height: 145%;
        z-index: 3;
    }

    .ui-tooltip, .arrow:after {
        background: #282828;
        border: 2px solid white;
    }

    .ui-accordion-content {
        padding: 15px 0;
    }

    .ui-helper-hidden-accessible {
        display: none;
    }

    label[for="Experience"], #Experience {
        display: none !important;
    }

    .movieTenTicketCopy {
        background-color: #f1f1f1;
        text-align: left;
        padding: 5px 8px;
    }

    h4.jg,
    .h4.jg {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: solid 1px #ccc;
        margin-bottom: 8px;
        color: inherit;
        font-family: inherit;
    }

        h4.jg .fa,
        .h4.jg .fa {
            vertical-align: middle;
            color: #faac1f !important;
            margin-right: 10px;
        }


    span.expired, span.soldOut {
        margin: 0 0 3px 0;
        width: 73px;
        padding: 5px 8px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        color: #333;
        cursor: not-allowed;
        text-decoration: none;
        background-color: #ccc;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    span.soldOut {
        text-decoration: line-through;
    }

    span.filmListItemTitle {
        height: auto !important;
    }


    .filterInfo {
        clear: both;
        line-height: 155%;
    }
    /*@@@@ ZERG @@@@ */
    @media (max-width:649px) {
        .zerg {
            display: none
        }
    }

    .zerglayoutcl {
        width: 100% !important;
        background-color: #fff !important;
    }

        .zerglayoutcl a {
            color: #000 !important;
        }

    /* @@@@@@@@@ CORP @@@@@@@@@@@ */


    .welc ul {
        list-style-type: square;
        list-style-position: outside;
        margin-left: 25px;
    }

        .welc ul li {
            list-style: square;
        }

            .welc ul li ul li {
                list-style: circle
            }


    table.mlist td {
        padding: 10px;
        text-align: right;
        border-bottom: solid 1px #ccc;
        width: 32%;
        text-align: center;
    }

    table.mlist {
        margin: 0 0 15px 0;
        width: 100%;
        background-color: #f1f1f1;
    }

        table.mlist tr:nth-child(2n) {
            background-color: #fff;
        }

    .csmicro {
    }

        .csmicro ul.threetwo {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .csmicro ul.threetwo li {
                float: left;
                text-align: center;
                padding: 8px;
                width: 50%;
            }

    @media (min-width: 620px) {
        .csmicro ul.threetwo li {
            float: left;
            text-align: center;
            padding: 8px;
            width: 33%;
        }
    }

    .csmicro ul.threetwo li a img {
        width: 100%;
        height: auto;
    }

    .csmicro ul.threetwo li h2,
    .csmicro ul.threetwo li .h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .csinner h4.jg,
    .csinner .h4.jg {
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 16px;
        text-transform: none;
        border-bottom: solid 0px #ccc;
    }

    #inq h2,
    #inq .h2 {
        font-size: 26px;
        margin: 0px auto 12px auto;
        max-width: 520px;
    }

    #inq p {
        margin: 0px auto 12px auto;
        max-width: 520px;
    }

    #recaptcha_myaccount {
        width: 100%;
        margin: 20px 0;
    }

    @media (max-width: 335px) {
        #recaptcha_myaccount {
            margin-left: -7px;
            transform: scale(0.9539473684210527);
            width: 290px;
        }
    }

    #recaptcha_myaccount div {
        float: none;
    }

    #mypassword_form .recaptchaContainer {
        margin: 20px 0;
        text-align: center;
    }

    #recaptcha_mypassword > div {
        margin: 0 auto;
    }

    .skipLink {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        transition: transform 0.3s;
        padding: 10px;
        background-color: #fff;
        color: #282828;
        text-decoration: underline;
        font-weight: bold;
        border-radius: 0 0 8px 8px;
    }

        .skipLink:focus {
            transform: translate(-50%, 0);
        }

    @media (max-width: 479px) {
        .bookForm div {
            clear: both;
        }
    }

    iframe {
        width: 1px;
        min-width: 100%;
    }

    .nameHolder {
        padding: 0 10px 20px;
        display: flex;
    }

    .memberName {
        width: 50%;
        display: inline-block;
        font-family: lato;
        font-size: 19px;
        font-weight: bold;
    }

    .memberType {
        width: 49%;
        display: inline-block;
        text-align: right;
    }

        .memberType img {
            display: inline-block;
            max-width: 100%;
            height: 17px;
            text-align: right;
        }

    .memberPointsContainer {
        background: #333;
        color: #fff;
        margin-bottom: 15px;
        padding: 10px;
    }

    .pointsHolder {
        display: flex;
        justify-content: space-between;
    }

    .memberPointsItem {
        padding: 0 10px;
        text-align: center;
        display: inline-block;
        flex: 1;
        border-right: 2px solid #fff;
    }

        .memberPointsItem:last-of-type {
            border-right: none;
        }

        .memberPointsItem span {
            color: #faac1f;
            display: block;
            margin-top: 5px;
        }

    .seatmap-icon {
        max-width: 23px;
        vertical-align: middle;
    }

    .shoutout-icon {
        max-width: 100px;
        vertical-align: middle;
    }

    .max-width-fit-content {
        max-width: fit-content;
    }

    .tax-rounding-message {
        max-width: 290px;
    }
/* booking accordian styles */

.payTypes {
    clear: both;
}

.sumtable {
    margin: 0 0 20px 0;
    padding: 0;
}

    .sumtable.first {
        margin: 0 0 8px 0;
    }

    .sumtable div {
        display: block;
        padding: 0 0 8px 0;
    }

[data-booking-payment-confirm-success] .sumtable div {
    display: block;
    padding: 0;
}

.sumtable div:last-child {
}

.sumtable div.total {
    border-bottom: 0;
    padding-bottom: 8px;
    border-top: solid 1px #000;
    padding-top: 8px;
}

.sumtable div > span {
    text-align: right;
    display: inline-block;
    float: right;
}


.confirm .checkmovie.confirmDetails {
    display: none;
}

.confirmation h5,
.confirmation .h5 {
    background-color: #f1f1f1;
    padding: 10px;
}

#tixprocess {
    font-size: 14px;
}

    #tixprocess .ui-accordion-content {
        position: relative;
    }

.bookTabContent#confirmation {
    padding: 0;
}

.fa.fa-print {
    margin-right: 5px;
}

.payform .BSHolder {
    width: 60%;
}

    .payform .BSHolder input {
        width: 100%;
    }

ul.trailers {
    margin-right: -5px;
}

    ul.trailers li div {
        position: relative;
        max-height: 123px;
        overflow: visible;
    }

    ul.trailers li.featured div {
        overflow: visible;
    }

    ul.trailers li > div {
        padding-bottom: 59.60591133004926%;
        position: relative;
    }

    ul.trailers li.featured > div {
        padding-bottom: 57.80885780885781%;
    }

    ul.trailers img {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

    ul.trailers li a span {
        z-index: 1;
    }

    ul.trailers .trailerItem span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.transaction-recipt {
    background-color: #fff !important;
    color: #282828;
    padding: 10px;
}

    .transaction-recipt h4,
    .transaction-recipt .h4 {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .transaction-recipt .details {
        padding: 8px 0;
    }

        .transaction-recipt .details.ticket {
            padding: 0 0 0 8px;
        }

        .transaction-recipt .details.total {
            margin-top: 18px;
            border-top: 1px solid #282828;
        }

.trans .modal {
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -200px;
}

.transactionReciptoOuter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.75);
    left: 0;
}


/* form styles*/
.styledform .memberloginError {
    text-align: center;
    background: #BB0003;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    /*float: none;*/
    /*width: 100%;*/
}

.genericError {
    text-align: center;
    background: #BB0003;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    /*float: none;*/
    /*width: 100%;*/
}

.seatinError {
    text-align: center;
    background: #282828;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
    width: 320px;
}

.nolistingsOuter {
    background: white;
    display: block;
    padding: 8px 8px 15px;
}

.bookPopClose {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding-left: 1px;
    cursor: pointer;
}


.seatinError .nolistings {
    margin: 0;
    padding: 15px;
    text-align: center;
    text-align: center;
    background-color: #F59C9D;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /* margin-bottom: 10px; */
}

.modalBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}


input.formField.invalid {
    border: 1px solid red;
}

.payform .help-block.BSHolder {
    color: #BB0003;
    padding: 8px;
}

.payform .ccnameValidation {
    color: #BB0003;
    padding: 8px;
}

.beanstreamForm button {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    width: 200px;
    font-size: 16px;
    color: #202020;
    margin: 10px 0;
    border: none;
    display: block;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .beanstreamForm button:hover {
        color: #fff;
        background-color: #124793;
        cursor: pointer;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.checkleft table td img.ticketcode {
    margin-bottom: 30px;
    padding-bottom: 0;
    height: auto !important;
    padding-right: 0;
}

.barcodeBookingRef {
    text-align: center;
    font-size: 25px;
    margin: 15px 0;
    padding-bottom: 20px;
    display: none;
}

.input-validation-error {
    border: solid 1px #FF0004;
    background-color: #F5A3A4;
}

/* hot new trailers */

ul.trailerlist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    ul.trailerlist li {
        display: block;
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #ccc;
        text-align: left;
    }

        ul.trailerlist li a img {
            float: left;
            width: 120px;
            margin-right: 10px;
        }

        ul.trailerlist li a {
            font-size: 16px;
            padding: 5px 5px 5px 0;
            display: inline-block;
            width: 100%;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            ul.trailerlist li a:hover {
                background-color: #282828;
                padding: 5px;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                color: #fff;
                text-decoration: none;
            }

/* loader */

@-webkit-keyframes load-spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@-moz-keyframes load-spinner-rotate {
    0% {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

@keyframes load-spinner-rotate {
    0% {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.loading:before {
    content: "";
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.loading:after {
    content: "";
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    opacity: .8;
    display: block;
    border-radius: 50%;
    font-size: 60px;
    width: .25em;
    height: .25em;
    box-shadow: 0 -.4em 0 0 rgba(255,255,255,1), -.28em -.28em 0 0 rgba(255,255,255,.75), -.4em 0 0 0 rgba(255,255,255,.50), -.28em .28em 0 0 rgba(255,255,255,.25);
    -webkit-animation: .85s load-spinner-rotate steps(8) infinite;
    -moz-animation: .85s load-spinner-rotate steps(8) infinite;
    -ms-animation: .85s load-spinner-rotate steps(8) infinite;
    -o-animation: .85s load-spinner-rotate steps(8) infinite;
    animation: .85s load-spinner-rotate steps(8) infinite;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* /loader */



/* showtimes */

ul.headernav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    display: block;
    margin: 0;
    padding: 15px 25px 15px 15px;
    /*border-left: solid 8px #faac1f;*/
    line-height: 100%;
    font-weight: bold;
    color: #999;
    background-color: #282828 !important;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    ul.headernav li a.active {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 22px;
        display: block;
        margin: 0;
        padding: 15px 25px 15px 15px;
        border-left: solid 8px #faac1f;
        line-height: 100%;
        font-weight: bold;
        color: #fff;
        background-color: #282828 !important;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/* showtimes pagination */

.styledform button {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    border: none;
    display: block;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .styledform button:hover {
        color: #fff;
        background-color: #282828;
        cursor: pointer;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/* CONTEST */
.styledform {
    margin-bottom: 18px;
}

    .styledform input, .styledform select {
        padding: 8px;
        border: solid 1px #ccc;
        width: 100%;
    }

    .styledform textarea {
        padding: 8px;
        border: solid 1px #ccc;
        width: 100%;
    }

    .styledform select {
        width: 50px;
    }

        .styledform select.dob-year {
            width: 90px;
        }

        .styledform select.location {
            width: 300px;
        }

        .styledform select.gender {
            width: 200px;
        }

    .styledform .dobDay,
    .styledform .dobMonth {
        width: 57px;
        margin-right: 5px;
        padding: 8px 6px;
    }

    .styledform .dobYear {
        width: 71px;
        padding: 8px 6px;
    }

    .styledform input[type=checkbox] {
        border: solid 1px #FF0004;
        background-color: #F5A3A4;
        width: auto;
        padding: 8px 8px 8px 0;
        display: inline-block;
    }

    .styledform input.enter {
        width: 100%;
        max-width: 320px;
        margin: 0px auto;
        padding: 15px;
        font-weight: bold;
        font-size: 18px;
        color: #202020;
        border: none;
        display: block;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .styledform input.enter:hover {
            color: #fff;
            background-color: #282828;
            cursor: pointer;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.contestform {
    margin-bottom: 18px;
}

    .contestform input, .styledform select {
        padding: 8px;
        border: solid 1px #ccc;
        width: 200px;
    }

    .contestform textarea {
        padding: 8px;
        border: solid 1px #ccc;
        width: 100%;
    }

    .contestform select {
        width: 50px;
    }

        .contestform select.dob-year {
            width: 90px;
        }

        .contestform select.location {
            width: 300px;
        }

        .contestform select.gender {
            width: 200px;
        }

    .contestform .dobDay,
    .contestform .dobMonth {
        width: 57px;        
        padding: 8px 6px;
    }

    .contestform .dobYear {
        width: 71px;
        padding: 8px 6px;
    }

    .contestform .dobMonth,
    .contestform .dobYear {
        margin-right: 5px;
    }

        .contestform input[type=checkbox] {
            border: solid 1px #FF0004;
            background-color: #F5A3A4;
            width: auto;
            padding: 8px 8px 8px 0;
            display: inline-block;
        }

    .contestform input.enter {
        width: 100%;
        max-width: 320px;
        margin: 0px auto;
        padding: 15px;
        font-weight: bold;
        font-size: 18px;
        color: #202020;
        border: none;
        display: block;
        background-color: #faac1f;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .contestform input.enter:hover {
            color: #fff;
            background-color: #282828;
            cursor: pointer;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }


    .contestform form div {
        margin-bottom: 10px;
    }

        .contestform form div.full {
            width: 100%;
            clear: both;
        }

        .contestform form div.optinfields {
            display: none;
        }

        .contestform form div label {
            float: left;
            width: 110px;
            padding: 8px 0;
            display: inline-block;
        }

            .contestform form div label.error {
                display: none !important;
            }

    .contestform form input.error, .contestform form select.error, .contestform form textarea.error {
        border: solid 1px #FF0004;
        background-color: #F5A3A4;
    }

    .contestform form div label.full {
        float: none;
        width: 90%;
        padding: 8px 0;
    }

    .contestform form div.contourPage {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }

    .contestform form .umbraco-forms-field.checkbox {
        width: 100%;
    }

    .contestform form .umbraco-forms-field.checkbox label {
        float: right;
        width: 97%;
        padding: 0;
    }

    .optininvalid {
        background: #bb0003;
        color: #fff;
        padding: 8px;
    }

    .optininvalid a {
        color: #fff;
        text-decoration: underline;
    }

    .shoutoutoptininvalid {
        background: #bb0003;
        color: #fff;
        padding: 8px;
    }

    .shoutoutoptininvalid a {
        color: #fff;
        text-decoration: underline;
    }

.contestform .umbraco-forms-field {
    margin-bottom: 10px;
    clear: none;
    position: relative;
}

@media (min-width:768px) {
    .contestform form .umbraco-forms-field {
        float: left;
        width: 50%;
    }

        .contestform form .umbraco-forms-field.checkbox label {
            width: 98%;
        }
}


.contestform form .umbraco-forms-field.longanswer {
    width: 100%;
}

    .contestform form .umbraco-forms-field.longanswer label {
        width: 100%;
    }

.contestform form .umbraco-forms-field.localcinema {
    float: none;
    clear: both;
}

.contestform form input[type="submit"] {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    border: none;
    display: block;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .contestform form input[type="submit"]:hover {
        color: #fff;
        background-color: #282828;
        cursor: pointer;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.contestform .field-validation-error {
    display: none;
}

.contestform .umbraco-forms-field.invalid input,
.contestform .umbraco-forms-field.invalid select {
    border-color: red;
}

.contestform .errorMessage {
    position: absolute;
    z-index: 1;
    background: white;
    padding: 10px;
    max-width: 100%;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
    width: 200px;
}

ul.pagination a, ul.angular-pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ccc;
}

.pagination a:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .pagination a:first-child:before {
        content: "\00AB";
    }

.pagination a:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .pagination a:last-child:before {
        content: "\00BB";
    }

ul.pagination a.jp-current, ul.angular-pagination .jp-current a {
    background-color: #124793;
    color: white;
    border: 1px solid #124793;
}

ul.pagination a:hover:not(.active), ul.angular-pagination a:hover:not(.active) {
    background-color: #282828;
    color: #fff;
    border: 1px solid #282828;
}

ul.pagination span {
    display: none;
}

span.filmListItemTitle {
    display: block;
    height: 44px;
}

ul.angular-pagination li {
    float: left;
    margin-bottom: 15px;
    margin-right: -1px;
}

    ul.angular-pagination li.disabled a {
        cursor: not-allowed;
    }

        ul.angular-pagination li.disabled a:hover {
            background-color: #fff;
            border-color: #ddd;
            color: #000;
        }

.angular-pagination li:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .angular-pagination li:first-child a:before {
        content: "\00AB";
    }

.angular-pagination li:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .angular-pagination li:last-child a:before {
        content: "\00BB";
    }

/* youtube trailers*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Maps */

.place-card.place-card-medium {
    display: none;
}

/* cinema notice */

.cineNotice {
    margin: 10px 0;
}

    .cineNotice p:last-child {
        margin-bottom: 0;
    }

/* utility */

.dn {
    display: none !important;
}

.fc:before,
.fc:after {
    content: "";
    display: table;
}

.fc:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cb {
    clear: both;
}

@media (min-width: 763px) {
    .strightcol {
        width: 49%;
        float: right;
    }

    .stleftcol {
        width: 49%;
        float: left;
    }
}

.menu-collapser {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0 8px;
	color: #FFF;
	font-size: 16px;
	line-height: 48px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button {
	position: absolute;
	right: 18px;
	top: 50%;
	width: 40px;
	padding: 15px;
	color: #fab22f;
	font-size: 14px;
	text-align: center;
	/*background-color: #0E0E0E;*/
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
	color: #fff;
	/*background-color: #040404*/
}
.collapse-button .icon-bar {
	display: block;
	height: 3px;
	width: 25px;
	margin: 3px 0;
	background-color: #fab22f;
	border-radius: 1px
}
.collapse-button:hover .icon-bar {
	background-color: #fff;

}
 
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	width:100%;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	padding:15px;
	text-align:center;
	font-size:18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 100%;
}
ul.slimmenu li {
	position: relative;
	float: left;
	display: inline-block;
	margin-bottom:0;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #282828;
	min-width:175px;
	padding-left:5px;
}


ul.slimmenu.collapsed i ul li {
	min-width:100%;
}
ul.slimmenu li ul li a{
	padding-right:5px;	
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 175px;
	padding-left:0px;
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	display: block;
	    font-family: 'Roboto Condensed', sans-serif;
	padding: 29px 12px 29px 5px;
	color: #faac1f;
	font-size: 16px;

}
ul.slimmenu li.acct a {

	padding-right:0px;

}
ul.slimmenu li a:hover {
	text-decoration: none;
	color:#fff;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0 rgba(0,0,0,0.075);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 48px;
	height: 100%;
	text-align: center;
	cursor: pointer
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	vertical-align: middle
}
ul.slimmenu>li a{
	
}
ul li.has-submenu{
	padding-right:35px;	
}
ul.slimmenu>li:first-child a, ul.slimmenu>li.has-submenu+li a {


}
@media (min-width: 768px) {
ul.slimmenu li.acct{
	float:right;
}
}
@media (min-width: 1024px) {
ul.slimmenu li a {
	padding: 29px 18px 29px 5px;
}
}
.r-tabs .r-tabs-nav {
    margin: 5px 0 0 0;
    padding: 0;
}
 .r-tabs-nav h2{
		font-size:18px; 
		margin:0;
 }

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
li.r-tabs-state-default a {
    padding: 10px 25px;
    background-color: #f1f1f1;
    color: #124793;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

li.r-tabs-tab:last-child a {

}

    li.r-tabs-state-default a:hover, li.r-tabs-state-active a {
        background-color: #000 !important;
        text-decoration: none;
        padding: 10px 25px;
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        display: block;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
.r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
	min-height:auto !important;
	padding:10px 0 0 0;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	div.r-tabs{
		margin-bottom:15px;	
	}
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;

    }
    .r-tabs-accordion-title a {
        display: block;
        padding: 10px 0;
        margin: 1px 0 0 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: bold;
        text-decoration: underline;
        text-align: center;
    }

.r-tabs-accordion-title.r-tabs-state-active a{	
    		background-color: #124793 !important;
			color:#fff;
			text-decoration:none;
	
	}
	.r-tabs-accordion-title a:hover{
    		background-color: #124793 !important;
			color:#fff;
			text-decoration:none;	
-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
	
}
.blocks li, .posters.blocks li {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-bottom: 5px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .embed-container .map {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#twitter-widget-0 {
    width: 100% !important;
}

.scrollToTop {
    position: fixed;
    bottom: 14px;
    right: 14px;
    text-decoration: none;
    background-color: #124793;
    font-size: 16px;
    padding: 15px;
    display: none;
    z-index: 100;
    color: #fff;
    margin-right: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .scrollToTop:hover {
        text-decoration: none;
        background-color: #faac1f;
        color: #000;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

@media (min-width: 480px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        color: #124793;
    }

    .mspan {
        display: inline-block;
    }

    .tab label {
        padding: 10px 15px;
        font-size: 18px;
    }
    /*.login_form_inline input.enter{
width:170px;
	min-width:170px;
}*/
    .ctanext.ctanext,
    a.ctanext,
    .styledform button.ctanext,
    .ctaprev,
    a.ctaprev {
        width: 200px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    a.ctanext.disabled {
        background:#cccccc;
        pointer-events:none;
    }
    .listingsdata {
        margin-bottom: 5px;
    }

        .listingsdata:last-child {
            margin-bottom: 0px;
        }

    .movieleft {
        width: 200px;
        margin-right: 15px;
    }

    .blocks li, .posters.blocks li {
        width: /*33%;	*/ 25%;
    }

    ul.footlinks {
        width: 33%;
    }

        ul.footlinks li {
            text-align: left;
        }

    .styledform div {
        margin-bottom: 10px;
        float: left;
    }

        .styledform div.full {
            width: 100%;
            clear: both;
        }

    /*.contestform form div{
	margin-bottom:10px;	
	width:50%;
	float:left;
}*/
    .contestform form div.full {
        width: 100%;
        clear: both;
    }

    #emailform div {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }

        #emailform div.full {
            width: 100%;
            clear: both;
        }

    .secheading h1, .secheading h2,
    .secheading .h1, .secheading .h2 {
        display: inline-block;
    }

    .secheading .sort {
        padding: 0 0 0 25px;
        float: right;
    }

    .genform input {
        width: 300px;
    }

    .genform label {
        width: auto;
        padding: 10px 0;
    }

    .genform input.submit {
        width: auto;
    }
}

@media (max-width: 767px) {
    a img.brand {
        width: auto;
        height: 60px;
       /* position: absolute;*/
		margin-bottom:15px;
        z-index: 3;
    }

    .menu-collapser {
        height: 60px;
    }
}

@media (min-width: 568px) {
    .itemcontainer .itemimg {
        float: left;
        width: 40%;
        padding-right: 10px;
        height: auto;
        margin: 0;
    }

    .itemcontainer .itemdetail {
        float: right;
        width: 60%;
    }
}

@media (min-width: 768px) {
    header {
        /*position: fixed;
	top: 0;
	left: 0;*/
    }

    .intop .cinelogo {
        float: left;
        margin-right: 15px;
        margin-left: 0;
        width: 75px;
    }

    .hero {
        /*margin-top:70px;	*/
    }

    .nomob {
        display: block;
    }

    .viewmap {
        display: block;
        float: right;
        margin-left: 10px;
    }

    .brand {
        float: left;
        margin-right: 15px;
        margin-left: 0px;
        height: 80px;
        width: auto;
		    margin-bottom: 15px;
        color: #fff;
    }

    .lb, .bb {
        display: block;
    }

    .lbm, .bbm {
        display: none;
    }

    .share {
        float: right;
    }

        .share::after {
            clear: both !important;
        }

    img.leftalign {
        float: left;
        max-width: 100%;
        margin-right: 15px;
    }

    img.rightalign {
        float: right;
        max-width: 100%;
        margin-left: 15px;
    }

    img.centrealign {
        max-width: 100%;
        margin: 15px auto;
        display: block;
    }

    .itemcontainer .itemimg {
        float: left;
        width: 32%;
        padding-right: 10px;
        height: auto;
        margin: 0;
    }

    .itemcontainer .itemdetail {
        float: right;
        width: 68%;
    }


    .stfilter .right50 {
        width: auto;
        float: none;
    }

    .stfilter .left50 {
        width: auto;
        margin-right: 15px;
    }

    .stfilter select {
        width: 200px;
    }

    .vidtop h1,
    .vidtop .h1 {
        float: left;
        display: inline-block;
        max-width: 600px;
    }

    .vidnav {
        float: right;
        text-align: right;
        width: 300px;
        display: inline-block;
    }

    ul.boxlist li {
        width: 50%;
    }

    ul.trailers li.featured {
        width: 51%;
        padding: 0 5px 0 0;
    }

    ul.trailers li {
        float: left;
        width: 24.5%;
        padding: 0 5px 5px 0;
    }

    ul.fullw li {
        width: 25%;
    }

    .blocks li, .posters.blocks li {
        float: left;
        width: 25%;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .widpromo.wider img {
        width: 40%;
        float: left;
        padding: 10px 0px 0 10px;
    }

    .widpromo.wider div.promoitem {
        width: 60%;
        float: right;
    }

    .promoitem.wider a.ctap {
        width: 200px;
    }

    .styledform div label {
        width: 150px;
    }
    
    .lside {
        float: left;
        width: 8%;
        display: block;
    }

    .rside {
        float: right;
        width: 90%;
    }

        .rside.noposter {
            float: none;
            width: 100%;
        }

    .blocks li.featured {
        float: left;
        width: 50%;
        padding-left: 0;
        font-size: 18px;
    }

    .tabs {
        position: relative;
    }

    #newshero .inhero {
        padding: 35px 15px;
    }


    .checkleft {
        float: left;
        border-bottom: solid 0px #ccc;
    }

    .checkright {
        float: right;
    }

    .checkout .checkleft {
        padding-right: 15px;
        width: 61%;
        border-right: solid 1px #ccc;
    }

    .checkout .checkright {
        width: 35%;
    }

    .note {
        padding: 10px 15px;
        margin: 10px 0;
        text-align: center;
        display: inline-block;
        float: left;
    }
}

@media (min-width: 960px) {
    .contain {
        width: 960px;
    }


    .heroinner {
        width: 960px;
    }


    .content {
        float: left;
        width: 610px;
    }

    .sidebar {
        float: right;
        width: 300px;
    }




    .tabs {
        position: relative;
        min-height: 300px;
    }

    ul.footlinks {
        width: 20%;
    }

    .foottop {
        background: url(../img/logo-footer.jpg);
        background-repeat: no-repeat;
        background-position: center right;
    }
}

@media (min-width: 1024px) {
    .contain {
        width: 1024px;
    }

    .heroinner {
        width: 1024px;
    }

    .content {
        /*width:645px;*/
        width: 675px;
    }

    .tabs {
        position: relative;
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .contain {
        width: 1200px;
    }

    .heroinner {
        width: 1200px;
    }

    .content {
        width: 850px;
    }

    .tabs {
        position: relative;
        min-height: 385px;
    }
}

/* @@@@@@@@@@@@@@@@@
NEW 
@@@@@@@@@@@@@@@@@@@ */

nav.contain{
	padding:8px 0;	
}
a.ddtoggle {
	float:right;
	padding:25px;
}
a.ddtoggle:hover .icon-bar {
	background-color: #fff;
}
a.ddtoggle .icon-bar {
    display: block;
    height: 3px;
    width: 25px;
    margin: 3px 0;
    background-color: #fab22f;
    border-radius: 1px;
}
.ddactmenu{
display:	block !important;
	padding-bottom:5px !important;
	background-color:#282828;
}
.brand{
	
}
.clear{
	clear:both;	
}
.newnav ul{
display:none;	
}
.newnav ul li {
	
}
.newnav ul li a{
font-family:roboto condensed,sans-serif;
font-size: 16px;
text-decoration:none;
color:#faac1f;
display:block;
padding-left:8px;
}
.newnav ul li a:hover{
	color:#fff;	
}
.newnav ul li a span.hextras{
color:#fff;
}

.newnav ul li.primary a{
font-family:roboto condensed,sans-serif;
font-size: 18px;
font-weight:bold;
text-transform:uppercase}
.newnav ul li.hextralink{
border-bottom:solid 2px #faac1f;
padding-bottom:15px;}

.newnav ul.deskprimary {
	display:none;	
}



@media only screen and (max-width: 959px) {
.newnav{
clear:both;
}
}
@media only screen and (min-width: 960px) {
.newnav ul li {
margin-top:16px;
display:inline-block;	
margin-bottom:0px;
}
.newnav ul li a{
margin-right:20px;
padding-right:20px;
border-right:solid 1px #faac1f;
padding-left:0px;

}
.newnav ul li:last-of-type a{
	margin-right:0px;
padding-right:5px;
border-right:solid 0px #faac1f;
}
a.ddtoggle {
	display:none;		
}
	.newnav ul{
display:block;	
}
.newnav ul li.primary{
	display:none;	
}
	
.newnav ul.deskprimary{
	display:block;	

}
.newnav ul.deskprimary li a{
margin-right:0px;
padding-right:50px;
border-right:solid 0px #faac1f;	
font-size: 18px;
font-weight:bold;
text-transform:uppercase
}		
.newnav ul.deskprimary li.hsignin {
	text-align:right;
	float:right;
	margin-left:0px;
	padding-right:0px;
}
.newnav ul.deskprimary li.hsignin a{
color:#fff;
margin-right:0px;
padding-right:5px;

}

}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:10;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:inline-block;vertical-align:middle;position:relative;z-index:2;width:400px;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0}.modal-spinner{display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;margin-right:-32px;margin-top:-32px;background:url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* e-news */

.enews {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .enews {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
}

.enews [type="radio"]:checked ~ label {
    border-bottom: none;
}

.enews:before {
    content: '';
    display: block;
    margin: -25px auto 45px;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
}

.enews fieldset {
    padding: 0;
    margin: 0;
}

    .enews fieldset:before,
    .enews fieldset:after {
        content: "";
        display: table;
    }

    .enews fieldset:after {
        clear: both;
    }

.enews .umbraco-forms-field {
    margin-bottom: 10px;
    clear: none;
    position: relative;
}

    .enews .umbraco-forms-field:before,
    .enews .umbraco-forms-field:after {
        content: "";
        display: table;
    }

    .enews .umbraco-forms-field:after {
        clear: both;
    }

    .enews .umbraco-forms-field div {
        width: 290px;
    }

@media (min-width: 640px) and (max-width: 767px) {
    .enews .umbraco-forms-field {
        max-width: 200px;
    }

        .enews .umbraco-forms-field:nth-child(even) {
            float: right;
        }
}

@media (min-width: 640px) {
    .enews .umbraco-forms-field {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }

        .enews .umbraco-forms-field div {
            width: 200px;
            float: left;
        }
}

.enews .umbraco-forms-field.howmanytimesayeardoyouvisitthecinema,
.enews .umbraco-forms-field.yougotothemoviesmostoftenwith {
    clear: left;
}

.enews .umbraco-forms-field.byclickingsubscribeiaccepttheprivacypolicy {
    width: 100%;
    margin-top: 20px;
    max-width: none;
}

    .enews .umbraco-forms-field.byclickingsubscribeiaccepttheprivacypolicy div {
        width: 100%;
    }

.enews .umbraco-forms-field.enewsoptin div {
    margin-top: 10px;
}

.enews .umbraco-forms-field label {
    padding: 8px 5px 8px 0;
    display: inline-block;
    line-height: 20px;
    font-weight: normal;
}

@media (min-width: 640px) {
    .enews .umbraco-forms-field label {
        float: left;
        width: 110px;
    }
}

.enews .umbraco-forms-field label.error {
    float: right;
    width: calc((100%) - 110px);
}

.enews .umbraco-forms-field span label {
    float: none;
    width: calc((100%) - 25px);
}

.enews .umbraco-forms-field input,
.enews .umbraco-forms-field select {
    padding: 8px;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 290px;
    display: inline;
    margin: 0;
}

@media (min-width: 640px) {
    .enews .umbraco-forms-field input,
    .enews .umbraco-forms-field select {
        max-width: 200px;
    }
}

.enews .umbraco-forms-field input[type="checkbox"],
.enews .umbraco-forms-field input[type="radio"] {
    width: 20px;
}

.enews .umbraco-forms-field.localcinema select,
.contestform .umbraco-forms-field.localcinema select {
    width: 300px !important;
    padding: 8px 6px;
}

.enews .umbraco-forms-field .dobDay,
.enews .umbraco-forms-field .dobMonth {        
    padding: 8px 6px;
}

.enews .umbraco-forms-field .dobMonth {
    max-width: calc((30%) - 5px);
    margin-right: 5px;
}

.enews .umbraco-forms-field .dobDay {
    max-width: 30%;
}

.enews .umbraco-forms-field .dobYear {
    max-width: calc((40%) - 5px);
    padding: 8px 6px;
    margin-right: 5px;
}

.enews [type=submit].btn {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    border: none;
    display: block;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .enews [type=submit].btn:hover {
        color: #fff;
        background-color: #282828;
        cursor: pointer;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.enews .umbraco-forms-field.invalid input,
.enews .umbraco-forms-field.invalid select {
    border-color: red;
}

.enews .field-validation-error {
    display: none;
}

.enews .errorMessage {
    position: absolute;
    z-index: 1;
    background: white;
    padding: 10px;
    max-width: 100%;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
}

.enews .enewsoptin .errorMessage {
    top: 40%
}

.umbraco-forms-field.recaptcha,
.umbraco-forms-field.recaptcha2 {
    margin-bottom: 30px;
}

    .umbraco-forms-field.recaptcha label,
    .umbraco-forms-field.recaptcha2 label{
        display: none;
    }

.g-recaptcha ~ .errorMessage {
    margin-top: -10px;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

/* /e-news */


/* BCAA */
.bcaaform {
	margin-bottom:18px;
    width:100%;
	max-width:480px;
	margin:0px auto;
}

.bcaaform input {
    width:100%;
	font-size:18px;
	padding: 8px;
    border: solid 1px #ccc;
    text-align:left;
}	

.bcaaform label {
    width:160px;
	padding:10px 10px 10px 0;
	display:inline-block;
    text-align:left;
}

.bcaaform input.submit{
	width:100%;
	max-width:320px;
    font-weight: bold;
	text-align:center;
    font-size: 18px;
    color: #202020;
	border:none;
	margin:10px auto;
	display:block;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.bcaaform input.submit:hover {
	color: #fff;
	background-color: #124793;
	cursor:pointer;	
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* offers */

.bcaaOfferItem {
    margin-top: 30px;
}

.bcaaOfferItem ~ .bcaaOfferItem {
    margin-top: 15px;
    border-top: solid 2px #f1f1f1;
    padding-top: 15px;
}

.bcaaOfferItem:before,
.bcaaOfferItem:after {
    content: "";
    display: table;
}

.bcaaOfferItem:after {
    clear: both;
}

@media (max-width: 767px) {
    .bcaaOfferItemImage {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .bcaaOfferItemImage {
        width: 48%;
        float: left;
    }
}

.bcaaOfferItemImage img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .bcaaOfferItemContent {
        width: 48%;
        float: right;
    }
}

.bcaaOfferItemBtn {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #202020;
    text-align: center;
    background-color: #faac1f;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 15px;
}

.bcaaOfferItemBtn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #124793;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.offers {
    text-align: center;
}

.offersPDF .offers {
    width: 600px;
    margin: 0px auto;
}

.offers h2,
.offers h3,
.offers .h2,
.offers .h3 {
    margin-top: 10px;
}

.offersPDF .offers h3,
.offersPDF .offers .h3 {
    font-size: 14px;
    margin: 8px 0;
    padding: 0;
}

.offers .legal {
    text-align: justify;
    font-size: 10px;
    line-height: 115%;
    margin-bottom: 16px;
}

.offersPDF .offers .legal {
    font-size: 8px;
}

.offers .legal p:last-child {
    margin-bottom: 0;
}

.offersPDF .offers hr {
    display: block !important;
    height: 1px !important;
    background: transparent !important;
    width: 100% !important;
    border: none !important;
    border-top: solid 1px #aaa !important;
}

.offersPDF .offers img {
    width: 320px !important;
}

.offersPDF header,
.offersPDF .slimmenu,
.offersPDF .lb,
.offersPDF .lbm,
.offersPDF .bb,
.offersPDF .bbm,
.offersPDF .foottop,
.offersPDF .sidebar,
.offersPDF .noprint {
    display: none !important;
}

body.offersPDF {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.offersPDF .content::before {
    content: url('../img/landmarkcinemas.jpg');
    text-align: center;
    display: block;
}

.offersPDF .content {
    width: 680px;
    margin: 0px auto;
}

.offersPDF .main {
    display: block;
    clear: both;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
    background-image: none;
}

.offersPDF .contain {
    padding: 0;
    width: 100%;
}

.offersPDF .ticketmess {
    padding: 8px 0;
}

.offersPDF footer {
    font-size: 11px;
    border-top: 0px;
    background-color: #fff;
}

.offersPDF .footend {
    background-color: #fff;
}

.offersPDF .secheading {
    color: #000 !important;
    background-color: none;
    margin: 0 !important;
    padding: 8px;
    border-left: none;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    clear: both !important;
}

.offersPDF .confirm h5,
.offersPDF .confirm .h5 {
    padding: 0 0 8px 0;
    border-bottom: solid 1px #ccc;
}

.offersPDF .checkleft {
    border: none !important;
    width: 330px;
    float: left;
}

.offersPDF .checkright {
    width: 330px;
    float: right;
}

.offersPDF img.ticketcode {
    margin: 0px;
    width: 250px;
    padding: 8px;
}

.offersPDF .extras {
    font-size: 12px;
}

@media print {
    .offers {
        width: 600px;
        margin: 0px auto;
    }

        .offers hr {
            display: block !important;
            height: 1px !important;
            background: transparent !important;
            width: 100% !important;
            border: none !important;
            border-top: solid 1px #aaa !important;
        }

        .offers img {
            width: 320px !important;
        }

        .offers .legal {
            font-size: 8px;
        }

        .offers h3,
        .offers .h3 {
            font-size: 14px;
            margin: 8px 0;
            padding: 0;
        }
}

/* hide stuff*/
@media print {
    header, .slimmenu, .lb, .lbm, .bb, .bbm, .foottop, .sidebar, .noprint {
        display: none !important;
    }


    body {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .content::before {
        content: url('../img/landmarkcinemas.jpg');
        text-align: center;
        display: block;
    }

    .content {
        width: 680px;
        margin: 0px auto;
    }

    .main {
        display: block;
        clear: both;
        border-bottom: solid 1px #ccc;
        background-color: #fff;
        background-image: none;
    }

    .contain {
        padding: 0;
        width: 100%;
    }

    .ticketmess {
        padding: 8px 0;
    }

    footer {
        font-size: 11px;
        border-top: 0px;
        background-color: #fff;
    }

    .footend {
        background-color: #fff;
    }

    .secheading {
        color: #000 !important;
        background-color: none;
        margin: 0 !important;
        padding: 8px;
        border-left: none;
        text-align: center;
        line-height: 100%;
        font-weight: bold;
        clear: both !important;
    }

    .confirm h5,
    .confirm .h5 {
        padding: 0 0 8px 0;
        border-bottom: solid 1px #ccc;
    }

    .checkleft {
        border: none !important;
        width: 330px;
        float: left;
    }

    .checkright {
        width: 330px;
        float: right;
    }

    img.ticketcode {
        margin: 0px;
        width: 250px;
        padding: 8px;
    }

    .extras {
        font-size: 12px;
    }


}
.gridRow {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.gridRow:last-child {
  margin-bottom: 0;
}

.gridRow:before,
.gridRow:after {
  content: "";
  display: table;
}

.gridRow:after {
  clear: both;
}

[class*="gridCol-"] {float: left;}

[class*="gridCol-"] p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gridRow, [class*="gridCol-"] {padding-right: 6px; padding-left: 6px;}
  .gridCol-s-1 {width: 8.33333%;}
  .gridCol-s-2 {width: 16.66667%;}
  .gridCol-s-3 {width: 25%;}
  .gridCol-s-4 {width: 33.33333%;}
  .gridCol-s-5 {width: 41.66667%;}
  .gridCol-s-6 {width: 50%;}
  .gridCol-s-7 {width: 58.33333%;}
  .gridCol-s-8 {width: 66.66667%;}
  .gridCol-s-9 {width: 75%;}
  .gridCol-s-10 {width: 83.33333%;}
  .gridCol-s-11 {width: 91.66667%;}
  .gridCol-s-12 {width: 100%;}
  .gridCol-s-c {float: none; margin-left: auto; margin-right: auto;}
  .gridCol-s-r {float: right;}
}

@media (min-width: 768px) and (max-width: 979px) {
  .gridRow, [class*="gridCol-"] {padding-right: 15px; padding-left: 15px;}
  .gridCol-m-1 {width: 8.33333%;}
  .gridCol-m-2 {width: 16.66667%;}
  .gridCol-m-3 {width: 25%;}
  .gridCol-m-4 {width: 33.33333%;}
  .gridCol-m-5 {width: 41.66667%;}
  .gridCol-m-6 {width: 50%;}
  .gridCol-m-7 {width: 58.33333%;}
  .gridCol-m-8 {width: 66.66667%;}
  .gridCol-m-9 {width: 75%;}
  .gridCol-m-10 {width: 83.33333%;}
  .gridCol-m-11 {width: 91.66667%;}
  .gridCol-m-12 {width: 100%;}
  .gridCol-m-c {float: none; margin-left: auto; margin-right: auto;}
  .gridCol-m-r {float: right;}
}

@media(min-width: 980px) {
  .gridRow, [class*="gridCol-"] {padding-right: 15px; padding-left: 15px;}
  .gridCol-l-1 {width: 8.33333%;}
  .gridCol-l-2 {width: 16.66667%;}
  .gridCol-l-3 {width: 25%;}
  .gridCol-l-4 {width: 33.33333%;}
  .gridCol-l-5 {width: 41.66667%;}
  .gridCol-l-6 {width: 50%;}
  .gridCol-l-7 {width: 58.33333%;}
  .gridCol-l-8 {width: 66.66667%;}
  .gridCol-l-9 {width: 75%;}
  .gridCol-l-10 {width: 83.33333%;}
  .gridCol-l-11 {width: 91.66667%;}
  .gridCol-l-12 {width: 100%;}
  .gridCol-l-c {float: none; margin-left: auto; margin-right: auto;}
  .gridCol-l-r {float: right;}
}

.gridRow[class*="gridCol-"] {
  padding-right: 0;
  padding-left: 0;
}


.f-container {
    display:flex;
    flex-direction:row;
}

@media (max-width: 767px) {

    .f-container {
        flex-direction: column;
    }}
    .f-item {
        flex: 1
    }
/*TOOGOOTOGO*/
.tgtg{background-color:#f9f3f0;
color:#282828;
display: inline-block;}
.tgtg h3{color:#14615f;}
.tgtg h2{color:#14615f;}
.tgtgpanel{
background-color:#14615f;
clear:both;
color:#fff; margin-bottom:25px;}
.tgtgpanel a{color:#fff;}
.tgtgpanel h2{color:#fff;}

.tgtleft{padding:15px; text-align:center;}
.tgtleft img, .tgtright img{width:100%; height:auto}
.tgtright{padding:15px;text-align:center;}
.clearfix{clear:both;}
.tgtg3col{display:block}
.tgtg3col div{text-align:center; padding:15px;}
a.tgtgbutton{padding:10px; font-weight:bold; border:solid 1px #fff; margin:0 0 15px 0; display: inline-block;}
a.tgtgbutton:hover{text-decoration:none; background-color:#fff; color:#000; border:#000}
@media only screen and (min-width: 720px) {
.tgtleft{width:50%; float:left; padding:25px; }
.tgtright{width:50%; float:right; padding:25px;}
	.tgtg3col div{text-align:center; width:33%; float:left; padding:15px;}
}
/*ITS*/
.itslmc{
margin-bottom:20px}
.itslmc a{display:inline-block; width:32.5%; padding:5px}
.itslmc a img{width:100%; height:auto}

#voucher{line-height: 135%;
    border-bottom: solid 1px #124793 !important;
    padding: 10px;
	background-color: #f1f1f1;}

/* @@ nav yellow @@ */
/* @@@@@@@@@@@@@@@@ */
.newnav ul li a { color: #ffc216  !important;}
@media only screen and (min-width: 960px) {
	.newnav ul li a { color: #ffc216  !important;}
}

/* @@@@@@@@@@@@@@ */

/* pricing tables  2024 */
.pricelist td.bluecell{background-color:#abe1fa}
table.pricelist tr:nth-child td.bluecell(2n+1) {
    background-color: #c9e3ee
}
span.bluebox{padding:5px 15px; margin-right:8px; background-color:#abe1fa}

table.rev24 th{
    background-color: #095d7c;
    text-align: center;
    color: #fff;
	padding:5px;
	font-size:12px;
}
table.rev24 th strong{
font-size:14px;
}
table.rev24 td:first-child {
    text-align: left;
}
table.rev24  td {
text-align:center;	
}
td.priceexp{text-align:left; !important; width:50% !important;}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	#cinema .r-tabs-accordion-title {display: none !important;}
	#cinema ul.r-tabs-nav {display: block !important; }
	#cinema li.r-tabs-state-default a:hover, #cinema li.r-tabs-state-active a, #cinema li.r-tabs-state-default a { padding:10px !important; font-size:16px !important}
	
	#tops .r-tabs-accordion-title {display: none !important;}
	#tops ul.r-tabs-nav {display: block !important; }
	#tops li.r-tabs-state-default a:hover, #tops li.r-tabs-state-active a, #tops li.r-tabs-state-default a { padding:10px !important; font-size:16px !important}
}


/*oscarscontest*/

.oscar22 .dropdown select{
width: 90% !important;
	max-width:350px!important;
padding: 8px 6px!important;
}
.oscars22 .titleanddescription h2{
	font-size: 20px !important;
}
.oscars22 form div label{width:100%!important; float:none!important}

.yesiwanttoreceivelandmarkcinemasweeklymovieenewsletter{
padding-top:15px!important;
	margin-top:10px!important;
	border-top:solid 1px #ccc!important;
}

/*ICONS */
ol.uilist{list-style: decimal!important; padding-left:15px !important;}
ol.uilist li{list-style: decimal!important;}


h4 span.stitem[name=ScreenXx], .h4 span.stitem[name=ScreenXx] {
    background-image: url(/media/421322/st-screenx-b.png);
	   width: 120px;
}

h4 span.stitem[name="Shout Outx"], .h4 span.stitem[name="Shout Outx"] {
    background-image: url(/media/421323/st-shout-out-2.png);
	   width: 102px;
}

h4 span.stitem[name="EnglishSubx"], .h4 span.stitem[name="EnglishSubx"] {
    width: 45px;
    height: 25px;
    line-height: 25px;
	margin-right:4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -1000em;
    background-image: url(/media/414042/mkt22151-englishsubattribute.png);
    background-size: auto 25px;
    
}
h4 span.stitem[name="DISCOUNTED"], .h4 span.stitem[name="DISCOUNTED"] {
    width: 80px;
    height: 25px;
    line-height: 25px;
	margin-right:4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -1000em;
    background-image: url(/media/413501/freeupgrade.png);
    background-size: auto 25px;
    
}
/* */

[class*=book-seats-seat-][class*=_sofa_right] {
margin-left: -1px!important;
}
.sumtable .bookBasketSeatInfo {display:none !important; margin:0 !important;}
.checkmovie-right span.bookBasketSeatInfo{display:none !important; margin:0 !important;}
body{
background-color:#4a4a4a;
}
.main{
	background-image: none !important;
}
.main .contain{
	background-color:#fff !important;
}
.mlcstyle{
	clear:both;
padding:15px 15px 5px 15px;
	    margin-bottom: 15px;
    margin-top: -18px;
	background-color:#d4e9e9;
}
.mlcstyle h3{ font-size:18px; font-weight:bold; color:#000;}
.lb{
	max-width:728px;
	margin:0px auto;
	background-color:inherit;
}
.orderNote{line-height:140%;}
table.exEP{
	border:solid 1px #adacaa;	
}
table.exEP th{
	background-color:#3c414d;
	font-weight:bold;
	padding:10px;
	border:solid 1px #ccc;
	color:#fff;	
	font-size:14px;
	width:33%;
}
table.exEP td{
	padding:10px;
	font-size:14px;
	border:solid 1px #ccc;
	line-height:120%;
}
table.exEP tr:nth-child(odd){
	background-color:#f0f0f3;
}
.registercallout{
padding:15px;
background-color:#000;	
text-align:center;
font-size:16px;
}
.registercallout a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family: roboto condensed,sans-serif;	
}
.registercallout a span{
color:	#efbb45;
}
.extrasheading{
	text-align:center;
	padding:30px;	
	font-size:16px;
}
.extrasheading img.branding{
		height:auto;
		max-width:250px;
	width:50%;	
	margin-bottom:25px;
}
.rewarder{
		padding:30px 0;	
		text-align:center;
}
.rewarder h2{
	font-size:32px; /* 60*/
	font-weight:bold;	
	color:#000000;
}
.rewarder img.cards{
	width:100%; height:auto;	
}
.col125x{
	width:6.5%;
	display:inline-block;
	text-align:center;


}
.col25x{
	width:25%;
	display:inline-block;
	text-align:center;
vertical-align:middle;
	font-size:22px;
	color:#000;
		font-family: roboto condensed,sans-serif;	
}
.col25x strong{
	color:	#38352D;
}
img.cards{
	padding:15px 0;
}
.extralegal{
padding:30px 0 15px 0;
margin-bottom:25px;
border-bottom:solid 1px #bebebe;	
}
a.extracta{
	display:inline-block;
	padding:15px 25px;
	font-size:18px;
	background-color:#000;
	margin:0 5px;	
	color:#efbb45;
	text-decoration:none;
	font-family: roboto condensed,sans-serif;	
	font-weight:bold;
	    transition: all .3s;
    webkit-transition: all .3s;
    transition: all .3s;
}
a.extracta:hover{
	color:#fff;
	background-color:#004891;	
	    transition: all .3s;
    webkit-transition: all .3s;
    transition: all .3s;
}
.extrasep{
	width:150px;
	background-color:	#FDB91A;
	margin:0px auto;
	height:3px;
}

.cells{
	font-size:0px;


}
.cell33{
	line-height:120%;
	width:33.33%;
	display:inline-block;	
	border:solid 1px #ccc;
	text-align:center;
	margin:0;
	padding:10px;
	font-size:14px;
}
.cell133 sup{font-size:12px}
.cell100{
	line-height:120%;
	width:100%;
	display:inline-block;	
	border:solid 1px #ccc;
	text-align:center;
	margin:0;
	padding:10px;
	font-size:14px;
}
.nobor{
	border:solid 1px #fff;	
}
.alt{
background-color:#f0f0f3;	
}
.cellheader{
	background-color:#FDB91A;
	color:#000;	
	font-family: roboto condensed,sans-serif;	
	font-weight:bold;
	font-size:24px;
	padding:8px;
	border:solid 1px #FDB91A;
}
.brander{
	font-family:roboto condensed,sans-serif;
    font-weight: bold;
    font-size: 20px;
	text-transform:uppercase;
}
.brander strong{
	display:block;
	color:#38352D;
	font-size:28px;
}
a.joincta{
	color:#000;
	background-color:#FDB91A;
	line-height:120%;
    transition: all .3s;
    border-radius: 12px;
    webkit-transition: all .3s;
    transition: all .3s;
	display:block;
	font-size:22px;
	padding:15px;
	/*margin-bottom:15px;*/
	font-family: roboto condensed,sans-serif;	
	font-weight:bold;
}
a.joincta:hover{
		color:#FDB91A;
		text-decoration:none;
	background-color:#000;
    transition: all .3s;
    webkit-transition: all .3s;
    transition: all .3s;
}
span.bullet {
	font-size:28px; color:#f2bb49;
}
span.nobul {
	font-size:28px; color:#999;
}
.extraheader{
	background-image:url(extraheader.jpg);
	background-size:cover; 	
	min-height:220px;
	background-position:left top;
}
.headerbuttons{
	/*width:50%;
	float:right;*/
	text-align:center;	
	/*padding:50px 15px 15px 15px;*/
	padding:5px;
	font-family: roboto condensed,sans-serif;
}
.headerbuttons h1{
	display:block;	
}
.headerbuttons h1 span{
	color:#FDB91A;	
}
.innernav{
	/*width:49%;*/
	margin-left:225px;
	margin-top:55px;
	/*float:right;
	max-width:235px;*/

		
}
.headerbuttons a{
	
	display:block;
	/*width:55%;	*/
	font-size:18px;
	font-family: roboto condensed,sans-serif;	
	font-weight:bold;
	padding:10px 6px;
	margin:0 auto 8px;
	color:#000;
	background-color:#fff;
	 border-radius: 8px;
    webkit-transition: all .3s;
    transition: all .3s;
	max-width:440px;
	
}
.headerbuttons a:hover{
	color:#fff;
	background-color:#000;
    webkit-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}
.headerbuttons a.headermember{
		color:#fff;
	background-color:#000;
}
.headerbuttons a.headermember span{
		color:#FDB91A;
}
.headerbuttons a.headermember:hover{
	color:#000;
	background-color:#fff;
    webkit-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}
.headerbuttons a.headermember:hover span{
		color:#FDB91A;
}

/* responsive*/

@media (min-width: 728px) {
.registercallout{
	font-size:18px;	
}
.sticker{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color:#fff;

}
.rewarder h2{
	font-size: 48px;
}
}
@media (min-width: 768px) {
.fnb div.itemcontainer{
	width:50%;
	float:left;
	padding:20px;
	min-height:420px;
}
.fnb div.itemcontainer div.itemimg{
	float:none; width:100%; height:auto; padding: 0 0 15px 0;
}
.fnb div.itemcontainer .itemdetail{
	float:none; width:100%; height:auto; padding: 0;
}
}

/* logo spacing */
@media (max-width: 767px) {
    a img.brand {
        width: auto;
        height: 65px;
        /* position: absolute; */
        margin-bottom: 1px;
        z-index: 3;
    }
}
@media (min-width: 768px) {
    .brand {
        float: left;
        margin-right: 15px;
        margin-left: 0px;
        height: 80px;
        width: auto;
        margin-bottom: 3px;
	margin-top: 1px;
    }
}

#refundProcess .checkitem {
    padding-left: 0px;
}

#findBookingDetails .checkleft {
    border-right: none;
}

#refundProcess p, #refundProcess label, .sumtable {
    font-size: 16px;
}

#refundProcess .pl-10 {
    padding-left: 10px;
}

#yourBookingDetails p, #orderDetails p {
    margin-bottom: 0;
}

#refundProcess .sumtable {
    margin-top: 15px;
}

#refundProcess .mb-20 {
    margin-bottom: 20px;
}

#refundProcess .strong {
    font-weight: bold !important;
    font-weight: 700 !important;
}

#refundProcess hr {
    background-image: none;
    background-color: #000;
    margin: 20px 0;
}

#refundProcess .sumtable div.total {
    border-top: none;
    padding-top: 0;
}

#refundProcess .new-giftcard-heading {
    margin-top: 40px;
}

