
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e76115;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: .8;
}
.btn {
    border-radius: 2px !important;
}
.navbar {
    height: 130px !important;
    background-color: #272727 !important;
    margin-bottom: 0 !important; 
}
#giftcard {
    margin-top: 100px;
}

.galaxy-giftcard, .birthday-card {
    max-height: 240px;
    float: left;
}

.birthday-card {
    margin: 0 auto;
}

h3.white {
    color: #fff;
}

#myBtn:hover {
  background-color: #c87749;
}
a.btn-rewards {
    padding: 10px 10px 8px 10px !important;
    background-color: #e76115;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 10px !important;
}
a.btn-rewards:hover {
    background-color: #c87749 !important;
}
.btn-orange, input.btn-orange, a.btn-orange {
    background-color: #e76115;
    color: #fff !important;
    cursor: pointer;
    padding: 8px 30px 6px !important;
    font-size: 16px;
    border: none;
    text-align: center !important;
    width: 100% !important;
    letter-spacing: 0px !important;
}

h3.orange.inline {
    display: inline;
    padding-right: 30px;
}
.forgot-password {
    display: inline;
}
.failed-validation {
    background-color: #faddcc;
}
.btn-orange:hover {
    background-color: #c87749;
    color:#fff;
}

#all-cinemas {
    display: flex;
    flex-direction: column;
}
h3.orange {
    margin-bottom: 0;
    font-weight: 500;
}
h4.black {
    margin-bottom: 0;
    font-weight: bold;
}
.orange {
    color: #e76115;
}
.rewards-btn {
    border: none;
    background-color: #e76115 !important;
}
.day-of-showing {
    margin: 6px 0;
    font-size: 20px !important;
    color: #e76115 !important;
}

.nav li:last-child::after {
    background-image: none !important;
}

a.rewards-btn:hover {
    border: none !important;
    background-color: #e76115 !important;
    text-decoration: none !important;
}

#usersessionwelcome {
    cursor: pointer;
}

.nav .dropdown-menu {
    z-index: 0;

    display: block;
    visibility: hidden;

    width: 100%;
    padding: 0;

    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);

    opacity: 0;
    border: none;
    border-radius: 0;
    background-color: #e76115 !important;
}

.live-search {
    position: relative;
    margin-top: -10px !important;
    margin-bottom: 1px !important;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    background: #fff;
}
ul.dropdown-menu.vista-user {
    width: 80px !important;
}
.dropdown-menu.vista-user > li.itm {    
    margin-top: 0px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
a.btn-success {
    color: #000 !important;
}
a.carousel-control:hover {
    color: #000;
}
.social-media {
    margin: 20px 0 0 0;
    display: inline-block;
}
.social-icon {
    width: 32px;
    max-height: 32px;
}
.social-icon.facebook {
    width: 24px;
    max-height: 25px;
    margin-right: 2px;
}
.tabs ul li a {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 30px 15px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.sep-line {
    margin: 10px 0;
    border-bottom: 1px solid rgb(213, 213, 213);
}
.showhide-sessions p.pull-right {
    cursor: pointer;
}
.showhide-sessions {
    height: 132px;
    overflow: hidden;
}
.showhide-sessions.expanded {
    height: auto;
    overflow: hidden;
}
.active-day {
    /*color: #e76115;*/
    width: 200px !important;
}
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;    
}
div.movies .venobox:before,
div.video-thumbnail .venobox:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: .5;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.venobox:hover:before {
    color: #eee;
}

ul.giftcard-nav {
    margin-bottom: 50px;
}
.btn-row-line {
    line-height: 40px !important;
    margin: 20px 0 20px 0;
}
ul li.item-link {
    display: inline;
    color: #717171;
}
img.trustwave-logo {
    float: right;
}
.cinema-details {
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #d9d9d9 solid;
}
h1.giftcard-title {
    color: #e76115 !important;
    font-size: 50px;
    border: none;
}
.purchase {
    margin-top: 20px;
    text-align: right !important;
}
.purchase-no-pad {
    margin-top: 0px;
    text-align: right !important;
}
span.giftcard-title-dark {
    font-size: 40px !important;
    color: #717171 !important;
    text-decoration: none !important;
    font-size: 40px;
    border: none;
}
span.active-date {
    font-size: 24px !important;
    color: #000;
    text-decoration: none !important;
    font-weight: bold;
    border: none;
}
p.giftcard-title-orange {
    font-size: 24px;
    color: #e76115;
    line-height: 22px;
}
.distance {
    color: #e76115;
}

.testing-gasher {
    display: flex;   
    flex-direction: row;
    flex-flow: row wrap;
}
.testing-gasher .row {
    width: 100%;
}
.showtime-item {
    height: 106px;
    width: 100px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.tabs ul li a.active:after {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    height: 4px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #e76115;
}
.movie-tabs h3 {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    clear: both;
    font-size: 1.6em;
    font-weight: 600;
}
div.experiences {
    padding-bottom: 10px;
    display: block;
    width: 100%;
    clear: both;
}
.experience {
    display: inline;
    margin: 2px 20px 8px 0;
    font-size: 12px;
    color: #a4a4a4;
}
.hr-line {
    border-top: 1px solid #eaeaea;
    margin: 14px auto 20px auto;
    width: 90%;
}
.experience.light {
    color: #eaeaea;
}
div.start-time {
    display: inline-block;
    margin: 0 12px 14px 0 !important;
}
.start-time a {
    display: inline !important;
    width: 100px;
    padding: 3px 10px;
    text-align: center;
    background-color: #7f7f7f;
    color: #fff;
    cursor: pointer;
}
.showtime-item div.experiences {
    padding: 1px 4px;
}

h1.rewards-title {
    color: #717171 !important;
    font-size: 50px;
    border: none;
}


a.dark-link {
    color: #414141 !important;
}
a.dark-link:hover {
    color: #595960 !important;
}
.showtime-item div.experiences span {
    color: #595960;
    height: 30px !important;
    display: inline;
}
span.geoLocation, .dropbtn {
    width: 120px;
    overflow: hidden;
    height: 26px;
}
.movie-tabs img {
    border-radius: 0px !important;
}
.yellow-instruct {
    background-color: #e76115;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin-top: 16px;
}
.banner--stick + #menu-primary > li.dropdown.location-drop {
    display: block;
}
.nav li.dropdown:hover:after {
    right: 0;
    width: 450px;
}
#testing:hover:after {
    right: 0;
    width: 160px !important;
}
.nav .dropdown-menu li a {
    padding: 10px;
}
.nav .dropdown-menu li a.active {
    background-color: #808080;
}
.nav .dropdown-menu.narrow {
    width: 100px !important;
}
.nav .dropdown-menu {
    width: 450px;
}
.nav .dropdown-menu .separator {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 18px;
}
.nav .dropdown-menu .js-change-location {
    color: #fff;
    padding-left: 20px;
}
.nav ul.notes {
    color: #fff;
    margin-top: 80px;
}
.certificate {
    display: inline !important;
    padding: 6px;
}
div.navbar-header > a.logo > img {
    width: 60%;
    margin-top: 14px;
}

.search-form {
    width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 36px 0 10px 0;
    padding: 30px 0 10px 0;
}
.btn-find, .btn-find-pu {
    padding: 4px 10px;
    background-color: #e76115;
    border: 1px solid #e76115;
    border-radius: 4px;
    color: #000;
}
.btn-label {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 0 0px;
    padding: 15px 0 0 0;
}
.theatre-rentals {
    color: #fff;
    display: block;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    background: url('../images/theatre-seating.jpg') no-repeat center bottom;
    background-size: 100%;
}
.theatre-rentals h1 {
    font-size: 60px;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.theatre-rentals p {
    font-size: 16px;
    padding: 0 100px;
}
.theatre-perfect {
    color: #126ab2;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 30px 0;
    border-left: 2px solid #126ab2;
    border-right: 2px solid #126ab2;
    border-bottom: 2px solid #126ab2;
    border-bottom-left-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
}
.theatre-perfect h3 {
    color: #126ab2;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.theatre-perfect .blue {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 0 4px 0;
    background-color: #126ab2;
}

.theatre-contact {
    font-weight: bold;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 30px 0;
    color: #126ab2;
}
.examples img {
    width: 140px;
    display: block;
    margin: 30px auto 0 auto;
}
.examples p {
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}


@media (max-width: 1300px) {
}

.location-grid {
    display: flex;
    flex-flow: row wrap;
}

.location-block {
    width: 33%;
    height: auto;
}

@media (max-width: 1000px) {
    .location-block {
        width: 33%;
        height: auto;
    }
    .showhide-sessions {
        height: 230px;
    }
    .navbar.banner--clone {
        display: none;
    }
}

@media (max-width: 767px) {
    .location-block {
        width: 49%;
        height: auto;
    }
    ul.dropdown-menu.vista-user {
        width: 100% !important;
    }
    ul.dropdown-menu.vista-user li.signed-in {
        width: 100% !important;
    }
    img.trustwave-logo {
        float: left;
    }
    .nav .dropdown-menu {
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        visibility: visible;
        float: none;
        transform: scale(1);
        opacity: 1;
        background: transparent !important;
    }
    .nav .dropdown-menu .separator {
        color: #e76115;
    }
    .nav .dropdown-menu .js-change-location {
        padding-left: 10px !important; 
    }
    .rewards-btn {
        padding-bottom: 12px !important;
    }
    .nav li:last-of-type a {
        padding-bottom: 12px; 
        margin-bottom: 10px;
    }

    .click-expose {
        float: left !important;
    }
    .glyphicon-chevron-down {
        display: none;
    }
}

@media (max-width: 600px) {
    .location-block {
        width: 100%;
        height: auto;
    }
    .slick-slide img, .movie-tabs img {
        width: 150px !important;
    }

    .showhide-sessions {
        height: 230px;
    }

    .tabs ul {
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .tabs ul li.ui-tab {
        flex: 0 0 auto;
        white-space: nowrap;
        cursor: pointer;
    }
    .tabs ul li.ui-tab:last-child {
        width: 120px;
        cursor: none;
    }
    .nav .dropdown-menu.narrow {
        width: 100% !important;
        background-color: none;
    }
    
}
@media (max-width: 500px) {
    .non-clickable-orange {
        color: #e76115 !important;
    }
    .experience-key {
        width: 100% !important;
        z-index: 1 !important;
    }
    .experience-key .experience-items {
        font-size: 14px;
    }

    p.pull-right.show-future {
        float: left !important;
        padding-bottom: 20px;
    }

    i.glyphicon.glyphicon-chevron-down {
        display: none !important;
    }
}

footer * {
    font-size: 11px;
    font-weight: 500;
}
.show-future {
    color: #000 !important;
}
.rentals {
    color: #e76115;
    font-weight: bold;
}
.rentals-two {
    background-color: #e76115;
    color: #000;
    padding: 4px 10px;
    margin-left: -10px;
}
.experience-key {
    background-color: #e76115;
    color: #fff;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    right: 0px;
    width: 420px;
}
.experience-key .key-panel {
    background-color: #7f7f7f;
    display: none;
}
.experience-key .experience-items {
    background-color: #7f7f7f;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, [col] 46% ) ;
    grid-template-rows: repeat(2, [row] auto  );
}
.experience-key span.main-title {
    line-height: 30px;
}
.experience-items p.item2 {
    height: 22px;
    padding-top: 10px;
    margin: 0;
    grid-column: span 2;
    grid-row: row 1;
}
.experience-items .item {
    grid-column: span 1;
    border: 0px dotted blue;
}
.experience-items .exp-title {
    color: #e76115;
    height: 24px;
    
}

a.rentals-two:hover {
    color: #000 !important;
}

.date-picker {
    /*border: 0 !important;*/
    
    background: url() no-repeat scroll 117px 17px;
   
}

input.date-picker {
    text-align: left;
    /* color: #e76115 !important; */
    background-image: url("../images/icons/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 18px;
    padding-left: 6px;
    width: 140px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.experience-desc .row {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
a.btn-orange {
    width: 100% !important;
}
.sep-gray {
    line-height: 10px;
    margin: 30px 0;
    background-color: #cacaca;
}

.total-refund {
    font-size: 16px;
    font-weight: bold;
}

.total-refund-amount {
    font-size: 16px;
}

img.movie-poster-left {
    width: 170px !important;
}

.location-block h3 {
    padding-left: 10px;
    color: #1e1e1e;
}

#userLocation * .location-block h3 {
    padding-left: 10px;
    color: #fff;
}

.nav .dropdown-menu li a {
    line-height: 18px!important;
}

/*.vista-dropdown-menu {
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #e76115 !important;
    z-index: 2;
    position: relative;
    height: 20px;
    padding: 5px 8px;
    top: 56px;
    left: 136px;    
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    width: 130px;
    box-sizing: content-box !important;
}*/
