﻿@font-face {
    font-family: 'FFMarkWebPro';
    src: url('../Fonts/webfonts/329628_0_0.eot');
    src: url('../Fonts/webfonts/329628_0_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/webfonts/329628_0_0.woff2') format('woff2'), url('../Fonts/webfonts/329628_0_0.woff') format('woff'), url('../Fonts/webfonts/329628_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'FFMarkWebProBold';
    src: url('../Fonts/webfonts/329628_1_0.eot');
    src: url('../Fonts/webfonts/329628_1_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/webfonts/329628_1_0.woff2') format('woff2'), url('../Fonts/webfonts/329628_1_0.woff') format('woff'), url('../Fonts/webfonts/329628_1_0.ttf') format('truetype');
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../Fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--INPUT FONT SIZE--*/

.ConnectContent select,
.ConnectContent textarea,
.ConnectContent input {
    font-size: 16px;
}

/*--END INPUT FONT SIZE--*/


.fa-times-circle:before {
    content: "\f057";
}

.fa-times-circle-o:before {
    content: "\f05c";
}


/*--BOOTSTRAP MODAL--*/
.modal-header.connect-modal .close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-family: 'FFMarkWebProBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #00358E;
    opacity: 1;
    text-transform: uppercase;
}

    .modal-header.connect-modal .close:hover {
        color: #003c71;
    }

.modal-header.connect-modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    right: 15px;
    position: absolute;
    top: 15px;
}

.connect-updated .modal-header .close svg {
    filter: drop-shadow( 3px 1px 0px white);
}

.modal.connect-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header.connect-modal {
    border-bottom: 0px;
    padding: 20px;
}

.modal-content.connect-modal {
    border-radius: 0px;
    background-color: #fff;
}

.modal-body.connect-modal {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    padding: 0px 15px 15px 15px;
    width: 100%;
}

@media only screen and (max-width: 774px) {
    .modal-body.connect-modal {
        max-height: 100vh;
    }
}

    .modal-body.connect-modal .SignUp,
    .modal-body.connect-modal .Login {
        font-family: 'FFMarkWebProBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
    }


@media screen and (min-width: 768px) {
    .modal-dialog.connect-modal {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content.connect-modal {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm.connect-modal {
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .modal-lg.connect-modal {
        width: 900px;
    }
}

/*--END BOOTSTRAP MODAL--*/


/*--LIST GROUP--*/
:first-child.list-group-item {
    border-radius: 0px;
}

:last-child.list-group-item {
    border-radius: 0px;
}

/*--MEDIA--*/

.media-heading {
    color: #000;
}

.media-body p {
    margin: 0;
    color: #000;
}

.connect-modal {
    margin-bottom: 0px !important;
}

/* toastr.min.css*/
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #FFF
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px
        }
}

/*toastr additions*/

/*General*/
.toast-custom-right {
    bottom: 0px;
    right: 0px;
}

.lock {
    width: 17px;
    height: 23px;
    background: url(../IMG/LockIcon.png) no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -15.5px;
}

/* Custom */
.menu-account a.loginSignUp {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

.cineplex_connect_mobile a.loginSignUp {
    width: 50%;
    text-align: center;
    line-height: 100%;
    float: left;
}
/* Custom */
.cineplex_connect_mobile .picture-icon-account {
    max-height: inherit !important;
    width: 100% !important;
    margin-bottom: 0px;
    float: left;
}
/* Custom */
.menu-account .picture-icon-account {
    display: inline;
    width: 100% !important;
    max-height: inherit !important;
}

.menu-account .icon-account {
    float: left;
}

/* Custom */
.name-label {
    color: #fff;
    margin: 0;
    max-width: 67%;
    overflow: hidden;
}

/*Custom*/
/* line 12, /Users/carsonshold/Documents/Projects/451_cineplex/source/css/views/_connect.css.scss */
.connect-frame.connect-loading {
    min-height: 160px;
}
/* line 17, /Users/carsonshold/Documents/Projects/451_cineplex/source/css/views/_connect.css.scss */
/*#connectIframe iframe {
  min-height: 600px;
  overflow: scroll; }*/
#connectParentIframe {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.profilePictureInitials {
    position: absolute;
    width: 100%;
    height: 75%;
    padding-top: 25%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}

.profilePicture-RR {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
    width: 25px !important;
    height: 25px !important;
    background-color: #777;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    position: relative;
}

.picture-icon-container {
    width: 25px !important;
    height: 25px !important;
    overflow: hidden;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    float: left;
    margin-right: 6px;
    margin-top: -5px;
    background-color: #FFF;
}

.profilePicture-RR-text-align {
    display: inline-block;
    vertical-align: middle;
}

/* STORE Player */
.csgPlayerWrapper {
    margin: 0px auto;
    max-width: 800px;
    position: relative;
}

#csgPlayer {
    margin: 0 auto;
    display: block;
    background-color: black;
    width: 800px;
    height: 450px;
    position: relative;
}

.btn-asc-player-close {
    position: absolute;
    font-size: 2em;
    background-color: transparent;
    color: white;
    top: -25px;
    right: -25px;
    border: none;
    z-index: 9999;
}

    .btn-asc-player-close:hover {
        cursor: pointer;
    }

.box-title-blue-background {
    background: #f9f9f9 !important;
    color: #444 !important;
}

#csgPlayerContainer {
    position: fixed;
    top: 175px;
    z-index: 2147483647;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#csgProceedPlayerBackground {
    z-index: 2147483645;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.asc-player-persistent-controller {
    z-index: 100;
}

.asc-player-persistentTitle {
    color: white;
}

.asc-player-progress {
    left: 0px;
}

/*New spinner*/

@keyframes spinnerOne {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: perspective(1px) translate(-50%, -50%);
    -o-transform: perspective(1px) translate(-50%, -50%);
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
    margin: 0;
}

    .loader-container .loader-spinner {
        border: 4px solid transparent;
        border-top: 4px solid #FFF;
        border-right: 4px solid #FFF;
        border-radius: 100%;
        display: inline-block;
    }

    .loader-container .spinner-max {
        animation: spinnerOne 3s linear infinite;
        height: 48px;
        width: 48px;
        border-top: rgba(0, 0, 0, 0);
    }

    .loader-container .spinner-mid {
        animation: spinnerOne 5s linear infinite;
        height: 38px;
        width: 38px;
        border-top: rgba(0, 0, 0, 0);
    }

    .loader-container .spinner-min {
        animation: spinnerOne 5s linear infinite;
        height: 28px;
        width: 28px;
        border-top: rgba(0, 0, 0, 0);
    }

    .loader-container.loader-dark .loader-spinner {
        border-top-color: #004ea8;
        border-right-color: #004ea8;
    }

.connectProceedBackground {
    height: 200px;
    background-color: #75787B;
}

/*Connect Mobile Menu*/


.ConnectMobileMenu .navbar li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.7em;
    color: #000;
    text-transform: uppercase;
}

.ConnectMobileMenu .navbar-nav {
    margin: 0px auto;
    width: 100%;
}

    .ConnectMobileMenu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }


.ConnectMobileMenu .navbar .navbar-default {
    width: 100%;
    margin: 0px auto;
}


.ConnectMobileMenu .nav > li > a > i {
    font-size: 14px;
    margin-right: 10px;
}


.ConnectMobileMenu .nav > li.active > a {
    color: #2D2926;
    background-color: #eee;
}

.ConnectMobileMenu .navbar-fixed-bottom {
    background-color: #2D2926 !important;
    border: none;
}

    .ConnectMobileMenu .navbar-fixed-bottom i {
        width: 100%;
        font-size: 14px;
    }

    .ConnectMobileMenu .navbar-fixed-bottom .navbar-default {
        background-color: #2D2926 !important;
    }

    .ConnectMobileMenu .navbar-fixed-bottom .navbar-nav {
        margin: 0px;
    }

        .ConnectMobileMenu .navbar-fixed-bottom .navbar-nav > li > a {
            padding: 15px 15px 10px;
            line-height: 15px;
            color: #fff;
        }

        .ConnectMobileMenu .navbar-fixed-bottom .navbar-nav > li.active > a {
            background-color: #e7e7e7;
            color: #555;
        }

        .ConnectMobileMenu .navbar-fixed-bottom .navbar-nav > li > a:hover {
            background-color: #e7e7e7;
            color: #555;
        }

/*MENU CHANGES*/
.ConnectContent {
    width: 78%;
}

.ConnectSideMenu {
    width: 22%;
}

/*-----CHROME-----*/
@media only screen and (min-width: 1049px) {
    .ConnectMobileMenu, .ConnectMobileMenuOuter {
        display: none;
    }

    .ConnectSideMenu {
        width: 22%;
        display: block !important;
    }

    .ConnectContent {
        width: 78%;
    }
}

@media only screen and (max-width: 1039px) {
    .ConnectMobileMenu, .ConnectMobileMenuOuter {
        display: block !important;
    }
}

@media only screen and (max-width: 1002px) {
    .ConnectContent {
        width: 100%;
    }

    .ConnectSideMenu {
        display: none;
    }
}
/*----END-CHOME-----*/



/*STORE MEDIA - IE*/

@media only screen and (min-width: 774px\0) {

    .OnStore .ConnectContent {
        width: 78% !important;
    }

    .OnStore .ConnectSideMenu {
        display: block !important;
        width: 22% !important;
    }
}

@media only screen and (max-width: 774px\0) {
    .OnStore .ConnectContent {
        width: 100% !important;
    }

    .OnStore .ConnectSideMenu {
        display: none !important;
    }
}

@media only screen and (min-width: 1032px\0) {
    .OnStore .ConnectMobileMenuOuter {
        display: none !important;
    }
}

@media only screen and (max-width: 773px\0) {
    .OnStore .ConnectMobileMenuOuter {
        display: block !important;
    }
}

/*STORE MEDIA -Chrome*/

@media only screen and (min-width: 764px) {

    .OnStore .ConnectContent {
        width: 78% !important;
    }

    .OnStore .ConnectSideMenu {
        display: block !important;
        width: 22% !important;
    }
}

@media only screen and (max-width: 774px) {
    .OnStore .ConnectContent {
        width: 100% !important;
    }

    .OnStore .ConnectSideMenu {
        display: none !important;
    }
}

@media only screen and (max-width: 773px) {
    .OnStore .ConnectMobileMenuOuter {
        display: block !important;
    }
}


/*---NEW STYLES---*/
.ConnectSideMenu{
	display:block;		
	width:22%;
}	
.ConnectContent{
	width:78%;
}

@media only screen and (max-width: 1002px){
	.ConnectContent{
        width:100%;
    }
	.ConnectSideMenu{
        display:none;
    }
}
@media only screen and (max-width: 992px/0){
	.ConnectContent{
        width:100%;
    }
	.ConnectSideMenu{
        display:none;
    }
}

@media only screen and (max-width: 774px){
	.OnStore .ConnectContent{
        width:100%;
    }
	.OnStore .ConnectSideMenu{
        display:none;
    }
}
@media only screen and (max-width: 774px/0){
	.OnStore .ConnectContent{
        width:100%;
    }
	.OnStore .ConnectSideMenu{
        display:none;
    }
}


	
@media screen and (max-width:1049px){
	.ConnectMobileMenu, .ConnectMobileMenuOuter{
		display:inline-block;
	}
}

@media screen and (min-width:1050px){
	.ConnectMobileMenu, .ConnectMobileMenuOuter{
		display:none;
	}
}
/*---END NEW STYLES---*/


/*--POP UP--*/

.Popup .Header_Large_Bold {
    font-size: 24px;
    font-family: 'FFMarkWebProBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2d2926;
    margin-top: 0px;
    margin-bottom: 10px;
}

.Popup .UnhideContent {
    display: none;
}

.ConnectAvatar {
    background-size: cover;
    background-position: center center;
}

/*-- SCENE GOLD --*/
.GoldAvatar {
    border: solid 2px #f0c201;
    background-color: #0a0b0d;
}

.DisplaySCENEPointsString {
    padding-left: 10px;
    padding-top: 6px !important;
}

.DisplayNoSCENEPointsString {
    background-color: #356fb3;
    margin-left: 10px;
    margin-top: 6px !important;
    height: 10px;
    width: 110px;
}

.CineplexConnectFallbackCheck {
    width: 1px;
}


/* 2020 Updated Connect Modal Styling.  .connect-updated is a class added by Cineplex.Connect.js to just updated modals */
.connect-updated.modal-dialog {
    max-width: 750px !important;
    padding: 0 !important;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 774px) {
    .connect-updated.modal-dialog {
        height: 100vh;
    }

    .connect-updated .modal-body, .connect-updated .modal-content {
        height: 100%;
    }
}


@media screen and (min-width:774px) {
    .connect-updated.modal-dialog {
        margin: 30px auto;
    }
}

.connect-updated .modal-header {
    position: absolute;
    z-index: 100;
    right: 0;
    border: none;
}

    .connect-updated .modal-header .close {
        color: #ccc;
        opacity: 1;
        font-weight: lighter;
        text-shadow: none;
        font-size: 35px;
        padding: 15px;
    }

.connect-updated .modal-body, .connect-updated .modal-content {
    padding: 0;
    border: none;
}

.connect-updated .modal-body {
    z-index: 10;
}

.connect-updated #bootstrapModalIframe {
    display: block;
}

/* End Connect Updated Styles */