﻿.title-highlight{
    display: inline-block;
    border-bottom: 2px solid #fa9f3b;
    margin-bottom: 15px;
}
body{
    font-family: 'Rubik', sans-serif;
    background-color: #141414;
    color: #fff;
}
b, strong {
    font-weight: 400;
}
input,textarea,select,.form-control:focus{
    outline: none !important;
    box-shadow: none;
}
label{
    font-weight: 400;
}
.row{
    margin: 0;
}
a{
  cursor: pointer;
  color: #fff;
}
a:hover{
    text-decoration: none;
    color: #e6b800;
}
.align-center{   
    display: flex;
    align-items: center;
}
.align-v-h-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.just-agn{justify-content:space-between; align-items:flex-start}
.just-lft{width:73%;padding-right:3%; border-right:1px solid #676767; justify-content:flex-start;}
.just-rgt{width:23%;justify-content: flex-start;}
.just-lft p, .just-rgt p{font-size: 16px;text-transform: uppercase; display: inline-block;border-bottom: 2px solid #fa9f3b;}
}
/*BORDER*/
.b-bot-2{
    border-bottom: 1px solid #898989;
}
/*TABLE*/
.datepicker table tr td, .datepicker table tr th{
    color: #000;
}
/*BACKGROUND*/
.bg-black{
    background: #000;
}
.bg-fb{
    background: #3a5998;
}
.bg-tw{
    background: #54acef;
}
.bg-wa{
    background: #4daf51;
}
.bg-brand{
    background: #e6b800;
}
/*COLOR*/
.c-brand{
    color: #e6b800;
}
.c-red{
   color: #ef4134;
}
.c-grey{
    color: #b9b9b9;
}
.c-white{
    color: #fff;
}
.c-light-text{
    color: #535355;
}
.c-green{
    color: #54a11d;
}
.c-dark-grey{
    color: #898989;
}
/*BOOTSTRAP*/
.form-control{
    height: 40px;
}
/*BUTTONS*/
.btn-purple{
    background: #e6b800;
    border-radius: 20px;
    color: #000;
}
.btn-general{
    background: #535355;
    border-radius: 20px;
}
/*FONT SIZE*/
.f-22{
  font-size: 22px;
}
/*SEARCH BOX*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #232325;
    background: transparent;
}
.ui-widget.ui-widget-content {
    border: 1px solid #232325;
    background: #000;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 8px 15px;
    border-bottom: 1px solid #232325;
    color: #fff;
}
.ui-menu .ui-menu-item-wrapper:hover {
    color: #e6b800;
}
/*BOOKING CONFIRMATION*/
.booking-confirm-div{
    max-width: 600px;
    border: 1px solid #333;
    margin: 0 auto;
}
.bc-last{
    max-width: 600px;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 0;
}
.bc-social i{
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

/*STORE LOCATION*/
.outlet-div{
    border: 1px solid #494949;
    padding: 10px;
    line-height: 22px;
    margin-bottom: 30px;
}
.outlet-div p{
    color: #898989;
}
.btn-store{
    position: absolute;
    right: 0;
    padding: 6px 10px;
    bottom: 0px;
    background: #414141;
    border-radius: 4px 0 0 0;
}

/*HOME BANNER*/
.banner-top-opaque{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#141414),to(rgba(20,20,20,0)));
    background-image: -webkit-linear-gradient(top,#141414 0,rgba(20,20,20,0) 100%);
    background-image: -moz-linear-gradient(top,#141414 0,rgba(20,20,20,0) 100%);
    background-image: -o-linear-gradient(top,#141414 0,rgba(20,20,20,0) 100%);
    background-image: linear-gradient(to bottom,#141414 0,rgba(20,20,20,0) 100%);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 top;
    background-repeat: repeat-x;
    background-color: transparent;
    width: 100%;
    height: 12.8vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: .65;
    z-index: 1;
}
.banner-bottom-opaque{
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: -1px;
    z-index: 1;
    background-image: linear-gradient(to top,#141414 0,rgba(20, 20, 20, 0) 100%);
}
.inner-banner-bottom-opaque{
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -1px;
    z-index: 1;
    background-image: linear-gradient(to top,#141414 0,rgba(20, 20, 20, 0) 100%);
}
.banner-content{
    position: absolute;
    top: 0;
    padding: 20% 0 0 8%;
    height: 100%;
    background-image: linear-gradient(to right,#000,#0000);
    font-size: 18px;
    max-width: 40%;
    text-align: left;
}
.banner-content p{
    padding-bottom: 10px;
}
.banner-title{
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}
.banner-btn{
    background: #e6b800;    
    color: #000;
    padding: 12px 18px;
    border-radius: 5px;
}
.banner-btn:hover {
    color: #fff;
}
.qt-banner-play{
    font-size: 42px;
    margin-right: 10px;
}
.banner-trailer{
    padding: 0 0 0 32px;
    display: flex;
    align-items: center;
}
.banner-arrows{
    background: #101010;
    padding: 15px;
    width: 70%;
}
/*LINE*/
.line-clamp{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
    width: 90%;
}
/*SIGN IN MODAL*/
.title-signin{
    color: #fff;
    text-align: center;
    padding: 8px;
    margin: 0;
    font-size: 20px;
}
.modal-body{
    background: #000;
}
.modal-close{
    color: white;
    opacity: 1;
    font-weight: 400;
}
.modal-input{
    background: #232325;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 12px 25px;
    font-size: 12px;
    background-color: #232325 !important;
}
.modal-content{
    background-color: #000;
    display: inline-block;
}
.btn{
    padding: 8px 12px;
}
.modal-select{
    background: #232325;
    background-color: #232325 !important;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0 25px;
    font-size: 12px;
}
.modal-face-btn{
    border-radius: 20px;
    font-size: 14px;
}
.fp-pos{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
}
.signin-after:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 215px;
    background: #515151;
    top: 24px;
    right: 15px;
}
.signup-after:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 415px;
    background: #515151;
    top: 24px;
    right: 10px;
}
.popup-title{
    padding: 10px;
    background: #232325;
    text-align: center;
    color: #fff;
}
.close:focus, .close:hover {
    color: #d3d3d3;
}
.cust-modal{
    overflow: hidden !important;
    background: #000;
}
.cust-modal .modal{
    background: rgba(20, 20, 22, 0.92);
	    overflow: scroll;
}
/*RATING PLUGIN*/
.gl-star-rating-text{
    display: none !important;
}
/*COUNTRY PLUGIN*/
.intl-tel-input .country-list .country{
    color: #000;
}
/*USER PROFILE*/
.profile-title{
    padding: 10px 20px;
    background: #232325;
    font-size: 16px;
}
.profile-image{
    background: #1d1e22; 
    padding: 40px 0;   
}
.upload-pic{
    background: black;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
/*BOOKING DETAILS*/
.bd-bg{
    background: #18171c;
}
.bd-top-bg{
    background: #1d1e22;
}
.mb-guest{
    padding: 10px;
    background: #232325;
    border: 1px solid #232325;
}
.gl-login-btn{
    background: #535355;
    border-radius: 20px;
    margin-bottom: 10px;
}
.gl-proceed-btn{
    border-radius: 20px;
    background: #e6b800;
    color: #000;
}
.payment-table tbody tr td{
    border: none;
}
.payment-table{
    color: #848485;
}
.after-bor:after{
    content: '';
    border: 1px solid rgba(83, 83, 85, 0.43);
    height: 140px;
    position: absolute;
    right: 5px;
    top: 0;
}
/*MODAL*/
.modal-open .modal{
    background: rgba(20, 20, 22, 0.92);
}
/*SEACH RESULT*/
.no-result-found-img{
    width: 35%;
}
/*INPUT FIELD*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*MOBILE SEARCH*/
.mob-search-icon{
    padding-top: 2%;
    padding-left: 10%;
    display: inline-block;
}
.mob-search-input{
    padding: 6px 0;
}
.mob-search-close{
    position: absolute;
    top: 16px;
    right: 15px;
    color: #6a6868;
    font-weight: 600;
}
/*SCROLL DIV*/
.tile__title h4 a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
}
.fa-ticket-alt{
    padding-right:5px;
}
.cat-title{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
    display: inline;
    cursor: pointer;
}
.cat-all{
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    color: #fff;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    font-weight: 400;
}
.cat-title:hover .cat-all{
    visibility: visible;
    opacity: 1;
}
.cat-all-arrow{
    width: 16px;
    margin-left: 5px;
}
.tile__title p{
    margin: 5px 0;
}
.tile__title a:hover{
    color: #e6b800;
}
h4.m-0.line-clamp-1.c-black {
    overflow: hidden !important;
    /* display: inline-block; */
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hover-btn{
    background: #e6b800;
    color: #000;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
}
.hover-btn:hover{
    color: #fff !important;
}
.side-links{
    position: absolute;
    top: 25%;
    right: 10px;
}
.side-links a{
    font-size: 14px;
    border: 1px solid #8f8f8f;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 8px 0;
}
.side-links a:hover{
    color: #e6b800;
    background: #fff;
}
.hover-text{
    overflow: hidden;
}
/*INPUT FIELDS*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #232325 inset !important;
    -webkit-text-fill-color: #fff !important;
}
/*CUSTOM CHECKBOX*/
.cust-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    min-width: 125px;
    margin-bottom: 15px;
    color: #ccc;
    font-weight: 400;
}
.cust-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #5e5d5d;
    border-radius: 2px;
}
.cust-checkbox:hover input ~ .checkmark {
    background-color: #ffffff;
}
.cust-checkbox input:checked ~ .checkmark {
    background: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.cust-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid black;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*DEFAULT CHANGE BEHAVIOUR*/
select option{
    color: #9b9b9b;
}
.wrapper-dropdown-3{
    padding-left: 10px;
    padding-right: 10px;
}
/*CAROUSEL*/
/*.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height: 900px;
}*/
.carousel-control{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control{
    width: 6%;
}
/*ANIMATED INPUT*/
.anim-input {
    width: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 14px;
    background-color: transparent;
    background-image: url('../../Images/NewDesign/search.png');
    background-position: 10px 20px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
    padding: 15px 15px 15px 40px;
}
.anim-input:focus{
    width: 150%;
}
/*NAVBAR*/
.scroll {
    background-color: #101010 !important;
    color: #fff;
    transition: all .5s linear;
}
.scroll .container-fluid #myNavbar ul .active a{
   color: #e6b800 !important;
}
.scroll .container-fluid #myNavbar ul li a{
    color: #fff !important;
}
.scroll .container-fluid #myNavbar ul li a:hover{
    color: #e6b800 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    background-color: transparent;
}
.navbar-fixed-bottom, .navbar-fixed-top{
    padding: 0 20px;
    border:none;
}
.navbar-inverse .navbar-toggle .icon-bar{
  background-color: #ccc;
}
.navbar-inverse .navbar-toggle{
  border-color: #ccc;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #e6b806;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    color: #e6b806 !important;
    background-color: transparent;
}
.navbar-inverse {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-top: 10px;
    margin:0;
}
.navbar-brand{
    height: inherit;
    padding: 0;
}
.user-dropdown{
    background: #101010;
}
.user-dropdown>li{
    border-bottom: 1px solid #5e5c5c;
}
.user-dropdown > li:last-child {
    border-bottom: none;
}
.user-dropdown>li>a {
    display: block;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;    
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover{
    color: #e6b800;
    background-color: transparent;
}
.user-dropdown>li>a:hover{
    color: #e6b800;
}
.li-color li{
    color: #fff !important;
}
.li-color li:hover{
    color: #e6b800 !important;
}
.li-color li:last-child{
    border: none;
}
/*fonts*/
.fb{
  font-weight: 600;
}
.f-14{
  font-size: 14px;
}
.f-15{
  font-size: 15px;
}
.f-32{
  font-size: 22px;
}
/*WIDTH*/
.w-200{
    width: 200px;
}
/*LINE HEIGHT*/
.lh-26{
    line-height: 26px;
}
/*PADDING*/
.p-0{
    padding: 0;
}
.p-15{
    padding: 15px;
}
.p-20{
    padding: 20px;
}
.pt-0{
  padding-top: 0;
}
.pt-5p{
    padding-top: 5%;
}
.pt-20p{
    padding-top: 20%;
}
.pt-5{
  padding-top: 5px;
}
.pt-40{
  padding-top: 40px;
}
.pb-40{
  padding-bottom: 40px;
}
.pl-0{
  padding-left: 0 !important;
}
.pl-5{
  padding-left: 5px !important;
}
.pr-0{
  padding-right: 0 !important;
}
.pr-5{
  padding-right: 5px;
}
.pr-30{
  padding-right: 30px;
}
.px-10{
  padding: 0 10px;
}
.px-15{
  padding: 0 15px;
}
.py-5{
  padding: 5px 0;
}
.py-10{
  padding: 10px 0;
}
.py-15{
  padding: 15px 0;
}
.py-20{
    padding: 20px 0;
}
.py-40{
    padding: 40px 0;
}
.py-90{
    padding: 90px 0;
}
.pl-30{
    padding-left: 30px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.p-8-40{
    padding: 8px 40px;
}
.ptb-8p{
    padding: 8% 0;
}
/*MARGIN*/
.m-0{
  margin: 0;
}
.my-5{
  margin: 5px 0;
}
.my-15{
  margin: 15px 0;
}
.mr-0{
  margin-right: 0 !important;
}
.mr-5{
  margin-right: 5px;
}
.mr-10{
  margin-right: 10px;
}
.mt-30{
  margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mtb-40{
    margin: 40px 0;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-30{
    margin-bottom: 30px;
}
/*FLOAT*/
.f-inherit{
    float: inherit !important;
}
/*DISPLAY*/
.d-in-block{
  display: inline-block !important;
}
/*SCROLL ANIMATE*/
.row__inner {
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 10px 0 40px 0;
  padding-bottom: 10px;
}
.row__inner_sports {
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
}

.tile {
  position: relative;
  display: inline-block;  
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.tile-sports{
  position: relative;
  display: inline-block;  
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
	
.tile__img {
  width: 360px;
  -o-object-fit: unset;
  object-fit: unset;
}
.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  /*background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);*/
  background: rgba(20, 20, 20, .73);
  transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
/*.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}*/
/*.tile__details:before {
  content: '▶';
  left: 0;
  width: 100%;
  font-size: 30px;
  margin-left: 3px;
  margin-top: -20px;
  text-align: center;
  z-index: 2;
}*/
.tile:hover .tile__details {
  opacity: 1;
}
.tile-sports:hover .tile__details {
  opacity: 1;
}
.tile__title {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  /*height: 100%;*/
  width: 100%;
  bottom: 4%;
}
.tile__title h4{
    font-size: 12px;
}
.row__inner:hover {
  -webkit-transform: translate3d(-62.5px, 0, 0);
  transform: translate3d(-62.5px, 0, 0);
}
.row__inner_sports:hover{
    -webkit-transform: translate3d(-4.5px, 0, 0);
    transform: translate3d(-4.5px, 0, 0);
}

.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner_sports:hover .tile-sports {
  opacity: 0.3;
}
.row__inner:hover .tile:hover {    
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;  
}
.row__inner_sports:hover .tile-sports:hover {    
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;  
}

.listEventsRange:hover .tile:hover {    
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;  
}
.owl-item{
    transition: 450ms ease; 
}

/*MODAL*/
.modal{
    z-index: 9999999;
	overflow: auto;
}

/*RAYANA DYNAMIC CONTENT*/
#dynamic-text *{
    font-family: 'Rubik', sans-serif !important;
}

/*LIST OF EVENTS*/
.to-align{
    display: block;
    width: 124px;
    float: left;
    text-align: center;
}
.filter-modal{
    width: 400px !important;
}
.filter-dialog{
    max-width: 700px;
    width: 700px;
}
.filter-clear{
    float: right;
    text-decoration: dashed;
    border-bottom: 1px solid #e6b800;
    font-size: 12px;
}
/*MOBILE FOOTER*/
.mobile-footer-div{
    position: fixed;
    bottom: 0;
    z-index: 999999 ; transition:all 0.8s ease
}
.mblftr_up{transform: translateY(0px); opacity:1}
.mblftr_down{transform: translateY(0px); opacity:1}

.mobile-footer{
    padding: 10px;
    background: #000;
}
.mobile-footer .fas,.mobile-footer .far{
    font-size: 18px;
    color: #7c7c7c;
    margin-bottom: 5px;
}
.mobile-footer p{
    font-size: 12px;
    font-weight: 600;
    color: #7c7c7c;
}
.mobile-footer .col-xs-2{
    width: 19.666667%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
}
.sidenav a {
  text-decoration: none;
  /*font-size: 14px;*/
  font-weight: 400;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 26px;
}
.sidebar-content ul{
   padding: 10px 0;
}
.sidebar-content ul li{
    display: inline-block;
    font-weight: 400;
}
.sidebar-content ul li:last-child{
   padding-left: 10px;
   font-size: 12px;
}

/*WEB FOOTER*/
.movie-options a{
    color: #5F5F5F;
    display: inline-block;
}
.movie-options a:hover {
    color: #e6b800;
}
.click{
    color: grey;
    font-size: 16px;
}
.footer-sections{
    background: #0f0f0f;
    text-align: center;
    padding: 30px;
    color: #919191;
}
.footer-sections .col-sm-3{
    border-right: 1px solid rgba(145, 145, 145, 0.38);
}
.footer-sections .col-sm-3:last-child{
    border-right: none;
}
.footer-sections img {
    width: 12%;
    padding-bottom: 10px;
}
.footer-sections a{
    color: #919191;
}
.footer-sections a:hover{
    color: #e6b800;
}
/*CUSTOM EVENT 7078*/
.layout-img{
    width: 30%;
}
/*QUICK BOOKING*/
.qb-div{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.qb-title{
    padding: 10px;
    background: #e6b800;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}
.qb-form select{
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.qb-form select option {
    color: #333;
}
.qb-div .owl-carousel .owl-stage-outer{
    overflow: hidden;
}
#qb-carousel .owl-stage-outer{
    /*max-width: 80%;*/
    float: left;
}
.qb-logo{
    width: 10%;
}

/*MOVIES*/
.custom-btngroup .btn-default{
    background: transparent !important;
    border: none;
    color: #e6b800;
    border-bottom: 2px solid #e6b800;
    border-radius: 0;
    font-weight: 600;
    padding: 5px 0;
    margin-right: 20px;
    font-size: 18px;
}
.custom-btngroup .btn-basic{
    background: transparent !important;
    border: none;
    color: #fff;
    border-bottom: none;
    border-radius: 0;
    font-weight: 600;
    padding: 5px 0;
    margin-right: 20px;
    font-size: 18px;
}
.movies-filter{
    float: right;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}
.custom-btngroup .btn-basic:hover{
    color: #e6b800;
    transition: all .5s ease;
}
.filter-title-pad{
    padding: 15px 0 15px;
}
/*MOVIES DETAILS*/
.mini-poster{
    position: absolute;
    left: 2%;
    top: 55%;
    z-index: 9;
}
.summary-sec{
    padding-bottom: 30px;
    background: #1d1e22;
}
.time-listing-div{
    padding: 25px 45px;
}
.movie-tags button:hover{
    background: #e6b800;
    color: #000;
}
.movie-tags .tooltip .tooltip-inner{
    background: #e6b800;
    color: #000;
}
.movie-tags .tooltip .tooltip-inner::after {     
    border-color: red transparent transparent transparent;
}
.user-review-sec{
    padding: 0 45px 0 45px;
    margin-bottom: 10px;
}
.map-pad{
    padding: 20px 45px;
}
.imdb-img{
    width: 6% !important;
    display: inline-block !important;
    height: auto !important;
}
.ft-icon-movies a{
    border-radius: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 5px 5px 0;
    font-size: 14px;
    border: 1px solid #fff;
}
.ft-icon-events a{
    border-radius: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
    font-size: 14px;
    border: 1px solid #383838;
}
/*EVENT DETAILS*/
.ed-summary{
    background: #1d1e22;
    padding: 20px 45px;
}
.ed-venue-box{
    border: 1px solid #383838;
    line-height: 35px;
    padding: 20px;
    font-size: 15px;
}
.cust-date-devide{
    line-height: 15px;
    padding-left: 25%;
}
/*EVENT BOOKING*/
#tblVoucher table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    font-size: 12px;
}
/*SEATING LAYOUT*/
.select-seat-ul li{
    display: inline-block;
}
.select-seat-ul li a{
    background: #1d1e22;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 3px;
}
.select-seat-ul li a:hover, .select-seat-ul li.active a {
    background: #e6b800;
    color: #000;
}
.seat-status{
    width: 20px;
    height: 20px;
    background: transparent;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #e6b800;
}
.seat-status-na{
    width: 20px;
    height: 20px;
    background: #e6b800;
    opacity: .4;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #e6b800;
}
.seat-status-bl{
    width: 20px;
    height: 20px;
    background: #d5304a;
    opacity: .4;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #e6b800;
}

.seat-status-selected{
    width: 20px;
    height: 20px;
    background: #e6b800;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #e6b800;
}
.seat-status-ul li{
    display: inline-block;
    padding-right: 15px;
    color: #9e9c9c;
}
.selected-tickets{
    padding: 15px 30px;
}
.tickets-show{
    background: #1d1e22;
    padding: 2px 12px;
    border-radius: 10px;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*CUSTOM SELECT DROPDOWN*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

/*.custom-select select {
  display: none; /*hide original SELECT element:*/
/*}*/

.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #e6b800;
}

.side-nav-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7019607843137254);
    z-index: 9;
    display: none;
}

/*CUSTOM OWL SCROLL*/
.owl-carousel .owl-stage-outer{
  overflow: inherit;
}
.flow-hide{
  overflow: hidden;
}
.flow-hide-imp{
  overflow: hidden !important;
}
.custom-owl-item .owl-item{
    border: 1px solid #45464a;
    border-radius: 10px;
}
/*LOADER*/
.loader2 {
  color: #fff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #008dbf;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #ed217c;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;background: #92278f;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;background: #76c043;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;background: #56459c;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #ef4036;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #008dbf;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #ed217c;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;background: #92278f;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;background: #76c043;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;background: #56459c;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;background: #ef4036;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*BROWSER COMPATIBILITY*/
select::-ms-expand {
    display: none;
}
/*STYLE*/
#q_tickets_footer{background: #000;}
.map_maker_text:before{
  content: "\f3c5";
  font-family: Font Awesome\ 5 Free;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: bold;
}
i.fa.fa-envelope-o {
  color: grey;
  padding: 0 10px;
}
.show_all:after{
  content: '\f105';
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  margin-left: 5px;
}
.search_box{position: relative;}
.search_box:before{
  content: "\f0e0";
  font-family: FontAwesome;
  left:-5px;
  position:absolute;
  top:0;
}
.text-white {
    color: #e2e2e2;
}

.text-grey {
    color: #5F5F5F;
}
.text-gray{
    color: gray;
}
.f-24 {
    font-size: 24px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}

.f-25 {
    font-size: 25px;
}

.app-store {
    float: right;
}

.border-right {
    border-right: 1px solid grey;
}
.footer-icons{
  background: #171717;
  padding: 10px;
  border-radius: 100%;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-icons:hover{
    background: #fff;
    color: #e6b806;
}
.footer_icn_container{
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.searchContainer {
  display: inline-block;
  flex: 1 1 300px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
  width: 60%;
}
.searchIcon {
  padding: 0.5rem;
}
.searchBox {
  border: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  flex: 1;
}
.searchButton {
  background: #e6b800;
  color: #333;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(167,167,167,0.50);
  border-radius: 0 2px 2px 0;
  padding: 15px 10px;
  float: right;
  width: 40%;
  border: none;
}
.border_bottom{
  border-bottom:  1px solid #272727;
}
.mail_icn{
  color: #000;
  font-size: 18px;
  vertical-align: text-bottom;
}
input.searchBox {
  padding: 15px 5px;
  color: grey;
  width: 50%;
}
.store_icons{
    margin-top: 15px;
}
.location-selector{
    display:inline-block;
    position:relative;
    cursor:pointer;
    line-height:0;
    top:15px;
    right:4px;
    float: left;
}
.location-selector .selected-country img{
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-top: 3px; height:auto
}
.location-selector .drop-icon {
    float: right;
}

.language-dropdown,
.country-dropdown,
.profile-link-list {
    position: absolute;
    list-style: none;
    border: none;
    top: calc(100% + 10px);
    z-index: 50;
    display: none;
    min-width: 100px;
}

.profile-link-list {
    width: 150px;
}

.language-dropdown.show,
.profile-link-list.show,
.country-dropdown.show {
    display: block;
    padding: 0;
}

.right-nav ul li .language-dropdown li,
.profile-link-list li,
.country-dropdown li {
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
    color: #434343;
    text-align: left;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.right-nav ul li .language-dropdown li:hover,
.profile-link-list li:hover,
.country-dropdown li:hover {
    color: #56469e;
}

.country-dropdown li > img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
	height:auto;
}

.modal-top {
    padding-top: 3%;
}

.mob-pop-icon {
    font-size: 70px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.authenticate .modal-dialog {
    max-width: 400px;
}

.b-none {
    border: none;
}

.close {
    padding-right: 10px !important;
    padding-top: 10px !important;
    cursor: pointer !important;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
}

p {
    margin: 0;
}

.c-ash {
    color: #6D6D6D;
}

.u-c {
    text-transform: uppercase;
}
.br-0 {
    border-radius: 0;
}

.br-5 {
    border-radius: 5px !important;
}

.cust-btn {
    background: #e6b800;
    color: #000;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px 40px;
    margin-right: 15px;
}

.cust-btn-270 {
    background: #ef3e38;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    max-width: 270px;
}

.cursor-pointer {
    cursor: pointer;
}
nav.navbar.navbar-fixed-top.navbar-inverse.nav-scroll.scroll {
    z-index: 99999;
}

/*.owl-stage .owl-item.active:first-child .tile:hover{
    -webkit-transform-origin: center left !important;
    transform-origin: center left !important;
}*/



@media (max-width:767px){
	.mpb-40{padding-bottom:40px !important}
	.resp-btn-sl{bottom: 60px !important;}
}