﻿/*body{
	font-family: 'Roboto', sans-serif !important;
	 background: #ecedee !important;
     padding:0px;
     
}*/
html { -webkit-text-size-adjust : none; text-size-adjust : none; }

.panel-title a:hover{
    text-decoration:none;
    cursor:pointer;
}
a{
    outline: none !important;
border: none !important;
}
.modal-open{overflow:auto;padding-right:0 !important;}
/*Loader CSS Start*/

.loader{
  width: 100px;
    height: 100px;
    position: fixed;
    margin: 0 auto;
    right: 0px;
    top: 50%;
    bottom: 0px;
    display: block;
    left: 0px;
}

#loader-6{
  
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/*Loader CSS End*/


.modal {
text-align: center;
padding: 0!important;
}

.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.no-disktop{
    display:none;
}
a:-webkit-any-link {
    
    text-decoration: none;
}
.navbar-brand{
    padding-top:0px !important;
}
.navbar-offcanvas{
    background:#1a1a1a !important;
}
.offcanvas-toggle{
    background: transparent !important;
    border: none !important;
    padding: 15px 0px 15px 15px !important;
    cursor:pointer;
}
.offcanvas-toggle .icon-bar{
    background: #fff !important;
}
.navbar-toggle .icon-bar{
    width: 27px !important;
    height: 3px !important;
}
.trailer-body-video{
    height:300px;
}
.trailer-body{
    min-height:300px;
}
.home-header {
	background: #f87062; 
background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%); 
background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%); 
background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
   /* background: linear-gradient(rgba(20,20,20,.5),rgba(20,20,20,.5)),url(../images/bg.png);*/
    /*height: 100vh;*/
    padding-top: 20px;
    background-size: cover;
    background-position: center;
}
.home-header h1 {
	font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    margin-top:0px;
}

.home-header .navbar-default .navbar-nav>li>a {
    margin: 0px 10px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-radius: 3px;
    background: transparent;
}



.movies-heading{
	color: #000;
	float: left;
	margin-top: 10px;
}
.see-all{
	float: left;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.see-all a{
    color:#fff !important;
    text-decoration:none
}
.home-header h2 {
	font-size: 1em;
    text-align: center;
    color: #fff;
}
/*.gradient-overlay{
    position: relative;
    overflow: hidden;
}*/
/*.gradient-overlay:before {
    background: #f87062; 
background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%); 
background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%); 
background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 ); 
}
.gradient-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shape-container {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    z-index: 2;
}*/

/*No Tickets Select CSS Start*/
.modal ._qty-modal {
    max-width: 515px!important;
    background: #fff!important;
    color: #888c90!important;
    top: 10px;
    z-index: 400;
    border-radius: 5px;
}
.modal .popover {
    display: none;
    position: fixed;
    max-width: 960px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 6px 2px rgba(0,0,0,.2);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;
}
.modal ._qty-modal .__header {
    background: 0 0;
    color: #000;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    padding: 25px 35px;
    text-align: center;
}
.modal ._qty-modal .body {
    text-align: center;
}
.modal .popover .body {
    padding: 15px;
    zoom: 1;
}
.modal .popover .body:after, .modal .popover .body:before {
    content: " ";
    display: table;
    line-height: 0;
}
.modal ._qty-modal .body .__avatar {
    text-align: center;
}
.modal ._qty-modal .body .__avatar span {
    
    width: 120px;
    height: 120px;
}
.modal ._qty-modal .body .__list {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}
.modal ._qty-modal .body .__list ul {
    width: 100%;
    zoom: 1;
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
}
.modal ._qty-modal .body .__list ul li {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 30px;
    font-size: 16px;
    padding: 9px 0;
    color: #333;
    margin: 0 5px;
}
.modal ._qty-modal .body .__list ul li:hover, .modal ._terms-modal .body .__list ul li:hover {
    color: #fff;
    background: #359dec;
    border-radius: 2px;
}
.modal ._qty-modal .body .__list ul li._active, .modal ._qty-modal .body .__list ul li._selected {
    color: #fff;
    background: #359dec;
    border-radius: 2px;
}
.modal ._qty-modal .body .action-btn {
    font-size: 16px;
    color: #fff;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 12px 10px;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 15px 0;
    cursor: pointer;
    font-weight: bold;
}

/*No Tickets Select CSS End*/

/*Search CSS Start*/
.search-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.searh-dialog > .modal-content {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.searh-dialog > .modal-content .rbm_search .rbm_input_txt {
    width: 80%;
    padding: 0;
    display: inline-block;
}
.searh-dialog > .modal-content .rbm_search .rbm_input_txt > input {
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 48px;
    width: 100%;
    display: block;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
}

.searh-dialog > .modal-content .rbm_search .rbm_form_submit {
    width: 20%;
    position: absolute;
    display: inline-block;
}
.searh-dialog > .modal-content .rbm_search .rbm_form_submit > button {
    margin: 0;
    width: 100%;
    height: 48px;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    color: #fff;
    font-size: 16px;
}

.searh-dialog > .modal-content .rbm_form_submit > button {
    left: 0;
    right: 0;
    padding: 0;
    outline: 0;
    width: 150px;
    border: none;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    margin: 10px auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}

.rbm_btn_x_out_shtr{
  display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
        -webkit-appearance: button;
    cursor: pointer;
}

.search-bar{
    border: none; 
    padding-top:5px !important;
    padding-left: 12px !important;
    padding-right: 0 !important; 
    margin-right:0px !important;
    margin-top:-2px;
    margin-left:0px !important;
}

/*Search CSS End*/
/*zoom overlap css rajan*/

@media screen and (max-width: 400px) {

    @-ms-viewport {
        width: 320px;
    }
    /* CSS for 320px layout goes here */
    .appstore-img {
        right: 50px !important;
    }
	#txtphone{
		    padding-right: 0 !important;
	}
	.modal-dialog {
   
    margin: inherit !important;
	top: 40px;
}
    .container-search
 {
  margin-top: 125px !important; }
}

@media screen and (min-width: 400px) and (max-width: 640px) {
    @-ms-viewport {
        width: 400px;
    }
    /* CSS for 400px layout goes here */
    .appstore-img {
        right: 50px !important;
    }
	#txtphone{
		    padding-right: 0 !important;
	}
.modal-dialog {
   
    margin: inherit !important;
	top: 40px;
}
.container-search
 {
  margin-top: 125px !important; }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    @-ms-viewport {
        width: 640px;
    }
    /* CSS for 640px layout goes here */
    .appstore-img {
        right: 50px !important;
    }
    .container-search
 {
  margin-top: 125px !important; }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    @-ms-viewport {
        width: 1024px;
    }
    /* CSS for 1024px layout goes here */
    .appstore-img {
        right: 5px !important;
    }
}

@media screen and (min-width: 1366px) {
    /* CSS for 1366px layout goes here */
    .appstore-img {
        right: 50px !important;
    }
}
/*Select Country Start*/
.navbar-right .dropdown{
    /*border: 2px solid #fff;*/
    margin: 0px 10px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-radius: 3px;
    background: transparent;
}
/*Commented by arjun, header conflict*/
/*.login-border{
    padding: 0px;
    line-height: 40px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor:pointer;
    border-radius: 3px;
    margin-left: 10px;
    margin-top:0px;
}*/
/*.login-border a {
    color:#000 !important;
}*/
.navbar-right .dropdown select{
    border: none;
    /*background:transparent;*/
}
/*Select Country End*/
.user-name-part{
    padding: 7px 10px !important;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff !important;
    color: #000;
    width: 110px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-name-part a {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    width:100%;
}
.user-name-part a b{
    float: right;
    margin-top: 8px;
}
.user-details-list{
   min-width: 110px;
   padding-bottom: 0px !important;
}
.user-details-list li a{
    padding:6px 0px 6px 10px !important;
    font-size:13px;
}
.home-header .navbar-default{
	background: transparent;
    border: none;
    margin-bottom:10px;
}
.home-header .navbar-default .navbar-nav>li>a{
	/*color: #fff !important;*/
}
.home-header .navbar-default .navbar-nav>.open>a{
	background: transparent;
	/*color: #fff;*/
    background-color:transparent !important;
    
}
.home-header .navbar-default .navbar-nav>.open>a .caret{
    float: right;
    margin-top: 8px;
}
.header-nav{
    position: relative;
    float: left;
}
.header-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width:100%;
}
.header-nav ul li {
    float: left;
    margin: 0px;
    width: 25%;
    text-align: center;
    font-weight: bold;

}
.header-nav ul li a {
    color: #fff;
    padding: 10px 22px;
    display: block;
    margin: 0px;
    text-decoration: none;
}
.header-nav ul li a img{
    width: 40px;
}
.header-nav ul li a p{
    margin: 5px 0px 0px 0px ;
}
/*.header-nav ul li a:hover {
    color: #fa6478;
    background: #fff;
}*/
.header-nav ul li a.active {
    color: #fa6478;
    background: #fff;
    
}


.client-page h3 {
	font-weight: bold;
    font-size: 40px;
    border-bottom:2px solid #ed1b7c;
    width: auto;
   /* float: left;*/
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.client-page h3:after {
	content: '';
    display: block;
    width: 130px;
    height: 4px;
    background: #858585;
    position: relative;
    top: 8px;
    margin: 0 auto;
}

.search-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.searh-dialog > .modal-content {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.searh-dialog > .modal-content .rbm_search .rbm_input_txt {
    width: 80%;
    padding: 0;
    display: inline-block;
}
.searh-dialog > .modal-content .rbm_search .rbm_input_txt > input {
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 48px;
    width: 100%;
    display: block;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
}

.searh-dialog > .modal-content .rbm_search .rbm_form_submit {
    width: 20%;
    position: absolute;
    display: inline-block;
}
.searh-dialog > .modal-content .rbm_search .rbm_form_submit > button {
    margin: 0;
    width: 100%;
    height: 48px;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    color: #fff;
    font-size: 16px;
}

.searh-dialog > .modal-content .rbm_form_submit > button {
    left: 0;
    right: 0;
    padding: 0;
    outline: 0;
    width: 150px;
    border: none;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    margin: 10px auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}

.rbm_btn_x_out_shtr{
  display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
        -webkit-appearance: button;
    cursor: pointer;
}

.client-img {
	height: 200px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin: 5px 0;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.client-img:before {
	content: '';
    display: block;
    background: rgba(0, 0, 0, 0.75);
    font-size: 25px;
    color: red;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    top: 0;
    bottom: 0;
    opacity: 0;
	transition: all 0.4s ease-out;
}


.client-img:after {
	content: '';
	background: url('../Images/hover-logo.png');
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	color: #fff;
	opacity: 0;
	transition: all 0.4s ease-out;
} 

.client-img:hover:after,
.client-img:hover:before {
	opacity: 1;
}
/*Search CSS Start*/
._touch .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 56px;
    -webkit-backface-visibility: hidden;
}
._touch .search-header-wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 56px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 5;
    -webkit-box-shadow: 0 -5px 10px 5px #999;
    box-shadow: 0 -5px 10px 5px #999;
}
._touch .search-header-wrapper .search-input-wrapper {
    overflow: hidden;
    width: auto;
    padding-top: 0;
    border-radius: 6px;
}
._touch .search-header-wrapper .content {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}
._touch .search-header-wrapper .content .sub-content {
    position: relative;
    padding: 17px 16px;
    height: 100%;
}
._touch .search-header-wrapper .content .sub-content .icon-wrapper {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
._touch .search-header-wrapper .search-input-wrapper .search-input {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    width: 100%;
    height: 56px;
    display: block;
    padding-left: 47px;
    padding-right: 47px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
._touch .search-results {
    width: 100%;
    margin-top: 56px;
}
._touch .search-results .no-result-wrapper {
    padding: 40px 16px;
}
._touch .search-results .no-result-wrapper .no-result-container {
    text-align: center;
}
._touch .search-results .no-result-wrapper .no-result-container .no-result-img {
    width: 150px;
    margin: 0 auto;
}
._touch .search-results .search-results-listing {
    background-color: #fff;
}
._touch .search-content {
    margin-top: 30px;
    width: 100%;
}
._touch .trending-search-results {
    width: 100%;
}
._touch .trending-search-results .trending-search-label {
    height: 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 14px 16px;
    color: #666;
}
._touch .trending-search-results .trending-search-results-listing {
    background-color: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
._touch .trending-search-results .trending-search-results-listing .trending-result-card-wrapper .trending-result-card {
    position: relative;
    padding: 14px 16px 0;
    overflow: hidden;
}
._touch .trending-search-results .trending-search-results-listing .trending-result-card-wrapper .trending-result-card .trending-category-icon {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
._touch .trending-search-results .trending-search-results-listing .trending-result-card-wrapper .trending-result-card .trending-result-info {
    width: auto;
    margin-left: 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
}
._touch .trending-search-results .trending-search-results-listing .trending-result-card-wrapper .trending-result-card .trending-result-info .__title {
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #333;
    font-size: 12px;
}
/*User Profile CSS Start*/
.wrapper-dropdown-1 {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
}

.wrapper-dropdown-1 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding:0;
    margin:0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    z-index: 999;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

/*.wrapper-dropdown-1 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-1 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}*/

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-1 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-1 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-1 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}


/*User Profile CSS End*/

/*Movie CSS Start*/

.movie-shape{
	border-radius: 10px;
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	margin-bottom: 10px;
}

/*phani changed for popup issue*/
.movie-details{
	position: relative;
	/*z-index: 9999999;
	display: inline-block;*/
	/*min-height: 395px;*/
    margin-bottom: 20px;
}
.movie-details-img{
	border-radius: 5px 5px 0px 0px;
}
.movie-infobg{
	background: #e5e4e4;
}
.movie-information{
	background: #fff;
	padding: 10px;
	/*position: absolute;*/
    width: 100%;
    bottom: 0px;
}
.movie-information h1{
	color: #000;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-details a:hover{
    text-decoration:none !important;
   
}
.movie-information p{
	font-size: 13px;
    font-weight: bold;
    color: #5d5b5b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-bookbtn{
    color: #fff;
    font-size:16px;
    padding: 15px 10px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    border-radius: 0px 0px 5px 5px;
}
.movie-bookbtn:hover{
    color: #fff;
    text-decoration: none;
}
.movie-information .round_ball {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 74%;
    left: 5px;
    border-radius: 50%;
}
.movie-information .round_ball2 {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 74%;
    right: 5px;
    border-radius: 50%;
    padding-bottom: 15px;
}


.movie-details:hover {
    -webkit-transition: all 200ms ease-in;
     -ms-transition: all 200ms ease-in;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
          transition: all 200ms ease-in;
          -moz-transition: all 200ms ease-in;
}
.movies-now{
    list-style: none;
    position: relative;
    margin-top: 20px;
}
.movies-now ul {
    list-style:none;
    float: left;
    background: #191919;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.movies-now ul li{
    color: #fff;
    float: left;
    font-weight: 500;
     width: 33.33%;
    text-align: center;
}
.movies-now ul li a {
    padding: 10px 5px;
    display: block;
    width: 100%;
    color:#fff;
    text-decoration: none;
}
.movies-now ul li.active{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
}
.movies-now .nav-tabs{
    border-bottom: 0px;
}
.movies-now .nav-tabs>li{
    margin-bottom: 0px;
}
.movies-now .nav-tabs>li.active>a {
    background: transparent;
    border: none;
    color: #fff;
}
.movies-now .nav-tabs>li>a{
    border: 0px;
    color: #d0cece;
     border:0px !important;
}
.movies-now .nav-tabs>li>a:hover{
    background: transparent;
    border: 0px !important;
    border-color: transparent !important;
}
.only-mobile-view{
    display: none;
}
.only-desktop-view{
    display: block;
}
.movies-body{
    background: #fff;
    box-shadow: -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    min-height: 300px;
    padding: 20px;
}
.profile-tabs{
    position: relative;
}
.profile-tabs ul {
    width: 100% !important;
}
.profile-tabs ul li {
    width: 43% !important;
}
.change-movie-btn{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding:12px 10px;
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    border-radius: 0px 0px 5px 5px;
}
.change-movie-btn:hover{
    color: #fff;
    text-decoration: none;
}
.movie-heading{
    position: relative;
    float: left;
}
.movie-heading h1{
    margin-top: 0px;
    font-size: 32px;
    font-weight: bold;
    float: left;
}
.movie-heading h4{
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-heading span{
    background: #fb5c82;
    padding: 3px 0px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    float: left;
    font-weight: bold;
    margin-left: 15px;
    font-size: 12px;
    margin-top: 5px;
    width:50px;
}
.movie-rating{
    float: left;
}
.movie-rating p {
    float: left;
    font-weight: 500;
    margin-top: 2px;
}
.movie-rating img{
    float: left;
}
.movie-star {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}
.movie-star ul {
    list-style: none;
    float: left;
}
.movie-star ul li{
    float: left;
    margin: 2px 1px 0px 0px;
    width: 20px;
    height: 20px;
}
.movie-social {
    position: relative;
    float: left;
    margin-top: 5px;
}
.movie-social p{
    float: left;
    margin-top: 5px;
}
.movie-social ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.movie-social ul li{
    float: left;
    margin: 2px 5px 0px 0px;
    width: 35px;
}
.movie-social ul li button{
background: transparent;
    border: 0px;
}


.rate-us-btn{
    background: #f5ae25;
    padding: 5px 0px;
    color: #fff;
    float: left;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
    width: 55px;
    height: 24px;
    margin-left: 10px;
    text-transform: uppercase;
    text-align: center;
}
.rate-us-btn:hover{
    color: #000;
    text-decoration: none;
}
.about-movie{
    float: left;
    position: relative;
}
.about-movie h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.watch-trailer-btn{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 10px 12px;
    float: left;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.comingsoon-trailer-btn{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 15px 12px;
    float: left;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    border-radius: 0;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
}
.movies-details-tabs{
    background: #fff;
    box-shadow: -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    min-height: 300px;
}
.movies-tabs{
    position: relative;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.movies-tabs ul{
    float: left;
    position: relative;
    list-style: none;
    width: 100%;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
}
.movies-tabs ul li {
    float: left;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    width: 16%;
    text-align: center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
        border: transparent !important;
}
.movies-tabs .nav-tabs>li.active{
    background: transparent;
    border: none;
    border-bottom: 3px solid #000000;
    color: #fff;
}
.movies-tabs .nav-tabs>li>a{
    background: transparent !important;
    border-radius: 0px !important;
    color: #fed7df !important;
    font-weight: bold !important;
   
}
.movies-tabs .nav-tabs>li>a:hover{
    border-color:transparent;
}
.movies-tabs .nav-tabs>li.active>a:focus{
    border:0 !important;
}

.seats-number-bg{
    position: relative;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    height: 50px;
    border-radius: 40px ;
    margin-top: 20px;
}
.select-dates{
    float: left;
    position: relative;
}
.select-dates ul {
    list-style: none;
    float: left;
    margin: 0px;
    background: transparent;
    padding: 0px;
}
.select-dates ul li {
    color: #545454;
    text-align: center;
    padding:0px !important;
    width: 70px !important;
    margin: 5px;
    border: 1px solid #ccc;
}
.select-dates ul li button{
    background: transparent;
    border: none;
    padding:10px 0px;
    border-radius:0px;
}

button, input:focus {
  outline: none;
}

.select-dates ul li:hover{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    color: #fff;
    cursor: pointer;
}
.select-dates ul li.active{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    color: #fff;
    cursor: pointer;
}

.select-dates ul li label.active{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    color: #fff;
    cursor: pointer;
}

.select-dates ul li p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.select-dates ul li span{
    font-size: 16px;
    font-weight: 500;
}
.seat-alert{
    position:relative;
}
.seat-alert ul{
    list-style:none;
    float:left;
    margin:0px;
    padding:0px;
    background:transparent;
}
.seat-alert ul li{
    float:left;
    margin:5px 20px;
    width:auto;
}
.sold-out-border{
    width: 25px;
    height: 25px;
    border: 2px solid #525a6c;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}
.sold-out-heading{
    font-weight: bold;
    font-size: 16px;
    color: #525a6c;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.filling-fast-border{
    width: 25px;
    height: 25px;
    border: 2px solid #df665d;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}
.filling-fast-heading{
    font-weight: bold;
    font-size: 16px;
    color: #df665d;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.midnight-border{
    width: 25px;
    height: 25px;
    border: 2px solid #e5bc00;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}
.midnight-heading{
    font-weight: bold;
    font-size: 16px;
    color: #e5bc00;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.available-border{
    width: 25px;
    height: 25px;
    border: 2px solid #6ab245;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}
.available-heading{
    font-weight: bold;
    font-size: 16px;
    color: #6ab245;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
.theater-name{
    position: relative;
    float: left;
    width:100%;
}
.theater-name img{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.theater-name h2{
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.theater-location{
    font-size: 14px;
    font-weight: 500;
    float: left;
    /*margin-left: 30px;*/
    width:100%;
}
.sold-out-btn{
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
}
.sold-out-btn button{
    background: transparent;
    border: 2px solid #525a6c;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #525a6c;
    opacity:0.4;
}
.sold-out-btn button:hover{
    background: #525a6c;
    color: #fff;
    opacity:0.4;
}


.filling-fast-btn{
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
}
.filling-fast-btn button{
    background: transparent;
    border: 2px solid #df665d;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #df665d;
}
.filling-fast-btn button:hover{
    background: #df665d;
    color: #fff;
}
.filling-fast-btn button.active{
 background: #df665d;
 color: #fff;
}
.mid-night-btn{
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
}
.mid-night-btn button{
    background: transparent;
    border: 2px solid #e5bc00;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #e5bc00;
}
.mid-night-btn button:hover{
    background: #e5bc00;
    color: #fff;
}
.mid-night-btn button.active{
 background: #e5bc00;
 color: #fff;
}
.available-btn{
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
}
.available-btn button{
    background: transparent;
    border: 2px solid #6ab245;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #6ab245;
}
.available-btn button:hover{
    background: #6ab245;
    color: #fff;
}

.available-btn button.active{
 background: #6ab245;
 color: #fff;
}

.selects-tickets{
    font-size:  30px; 
    font-weight:  bold; 
    margin-top: 30px; 
    float: left;
}
.remove-tickets{
    margin: 5px 5px; 
    float: left;
    background:#fff; 
    border:none;
    color: #fb637b;
    width:40px; 
    border-radius:50%; 
    height:40px; 
    border:none;
}
.tickets-result{
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight:  bold;
    padding-left: 20px;
    color: #fff;
    padding-top: 3px;
}
.add-tickets{
    margin: 5px 5px; 
    float: right;
    width: 40px;
    height: 40px;
}
  
/*Event Date buttons starts here*/
.event-available-btn{
    position: relative;
    float: left;
    padding: 0;
    margin:5px;
}
.event-available-btn input{
    background: transparent;
    border: 2px solid #6ab245;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #6ab245;
}
.event-available-btn input:hover{
    background: #6ab245;
    color: #fff;
}

.event-available-btn input.active{
 background: #6ab245;
 color: #fff;
}
/*Event Date buttons starts here*/

/*Reviews CSS Start*/
.write-review{
    background: #f5ae25;
    padding: 10px 15px;
    border: none;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 500;
}
.reviews{
    position: relative;
    float: left;
}
.reviews .glyphicon{		
color: #f7bf1c;		
}
.user-rating-img {
    width: 80px;
    height: 80px;
    background: #cbcfd2;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    float:left;
	line-height:70px;
	text-align:center;
}

.review-login-btn{
	/*margin-top:20px;
	margin-left:10%;*/
}
.review-login-btn a:hover, a:focus{
	color:#fff;
	text-decoration:none;
}
.reviews h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom:0px;
    color: #000;
}
.star{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
background-position:left -2px;
display:block;
width:20px;
height:16px;
line-height:16px;
float:left;
cursor:pointer;zoom:1
}
.fullStar{
    background-position:left -59px
}
.stars{
    overflow:hidden
}
.tmp_es{
    background-position:left -21px
}
.tmp_fs{
    background-position:left -40px
}
.reviews p {
    font-size: 14px;
    color: #000;
    float: left;
}
.rating-popup-width{
    width: 400px;
}
.rating-popup{
    position: relative;
    border-radius: 3px;
}
.rating-popup .modal-header{
    background: #383636;
    padding: 10px;
    border-bottom: 0px;
    color: #fff;
    text-align: center;
}
.rating-popup .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: inherit;
}
.rating-popup input{
    border: none;
    border-bottom: 1px solid #b9b9ba;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 40px;
}
.rating-popup textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #b9b9ba;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 100px;
}
.rating-popup h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
}
.rating-popup #star-rating2{
    margin: 10px 0px 20px 135px;
}
.movie-star .glyphicon {
	color: #dba506;
}

/*Reviews CSS End*/








/*Movies CSS End*/

/*Event CSS Start*/

.event-details{
	position: relative;
	
	display: inline-block;
	height: 490px;
}
.event-height{
    height: 470px;
}
.event-height .round_ball, .round_ball2{
    display:block !important;
}
.event-details-img{
	border-radius: 5px 5px 0px 0px;
	min-height: 300px;
	width: 100%;
}
.event-infobg{
	background: #e5e4e4;
}
.event-information{
	background: #fff;
	padding: 10px;
}
.event-details a:hover{
    text-decoration:none;
}
.event-information h1{
	color: #000;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-information p{
	font-size: 13px;
    font-weight: bold;
    color: #5d5b5b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-information-btn {
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    border-radius: 0px 0px 5px 5px;
}
.event-information-btn:hover{
    color: #fff;
}
.event-information-btn a:hover {
    text-decoration: none !important;
}
.event-information .round_ball {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 62%;
    left: 3px;
    margin-left: 0px;
    border-radius: 50%;
}
.event-information .round_ball2 {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 62%;
    right: 3px;
    margin-left: 0px;
    border-radius: 50%;
}
.event-round .round_ball {
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    background: #ecedee;
    top: 65% !important;
    left: 5px;
    border-radius: 50%;
}
.event-round .round_ball2 {
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    background: #ecedee;
    top: 65% !important;
    right: 5px;
    border-radius: 50%;
    padding-bottom: 15px;
}
.event-details:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.event-icon{
	float: left;
    margin-right: 5px;
}
.events-date{
    position: relative;
    float: left;
}
.events-date ul{
    list-style: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.events-date ul li{
    background: transparent;
    border: 2px solid #6ab245;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #6ab245;
    display: block;
    margin: 0px 10px;
    width: auto;
}
.events-date ul li:hover{
    background: #6ab245;
    color: #fff;
    cursor: pointer;
}
.events-tickets-bg{
    background: #eae9e9;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}
.events-regular-text{
    font-weight: 500;
    margin:10px 0px 5px 0px;
}
.events-price-heading{
    font-size: 22px;
}
.events-number-bg{
    position: relative;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    height: 45px;
    border-radius: 40px;
    margin-top: 20px;
    width: 80%;
    float: right;
}

.events-tickets-result{
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    background: transparent;
    border: 0;
    margin: 5px 0px;
}
.events-add-tickets{
    margin: 4px 0px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: none;
    color: #fb637b;
    background: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    font-size: 20px;
}
.events-tags{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 5px 15px;
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}
.events-performing-artsts{
    border-radius: 5px;
    width: 115px;
    height: 100px;
    float: left;
    margin-right: 15px;
}


.events-date ul li.active{
 background: #6ab245;
 color: #fff;
 cursor: pointer;
}

/*Event CSS End*/

/*My Bookings CSS Start*/

.my-bookings{
    background: #f0eff5;
    padding: 10px 10px 0px 10px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom:15px;
}
.my-bookings .img{
    float: left;
    margin-right: 15px;
}
.my-bookings .details{
    float: left;
    width:64%;
}
.my-bookings .details h1{
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.my-bookings .details p{
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin:0px;

}
.my-bookings .details .confirmheading{
    font-size: 13px;
    margin-top: 10px;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float:left;
}
.my-bookings .details .result{
    font-size: 13px;
    margin-top: 10px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-left:5px;
    float:left;
}
.my-bookings .details h2{
    font-size: 14px;
    margin-top: 10px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.my-bookings .round_ball{
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ffffff;
    top: 73%;
    left: -12px;
    border-radius: 50%;
}
.my-bookings .round_ball2{
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    top: 73%;
    right: -12px;
    border-radius: 50%;
    padding-bottom: 15px;
}
.my-bookings .hr{
    border: none;
    border-top: 2px dotted #a19e9e;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin-top: 10px;
}
.my-bookings .price{
    position: relative;
}
.my-bookings .price h1{
    float: left;
    color: #000;
    margin-top: 13px;
    font-size: 16px;
}
.my-bookings .price h2{
    float: right;
    color: #c71820;
    margin-top: 13px;
    font-size: 16px;
}
/*My Bookings CSS End*/

/*Payment Details CSS Start*/
.payment-details {
 position: relative;
 height: auto;
 margin-top: 15px;
 border: 1px solid #b2b2b1;
}
.payment-details-right-border{
 border-right: 1px solid #b2b2b1;
}

.payment-details-bg{
 background: #e0dede;
 padding: 5px 10px;
}
.payment-details .poster-movie-details-container {
 padding: 10px;
 display: table;
 table-layout: fixed;
 width: 100%;
}
.payment-details .poster-movie-details-container .poster {
 display: table-cell;
 vertical-align: top;
 width: 62px;
 height: 84px;
 min-width: 58px;
}
.payment-details .poster-movie-details-container .movie-details {
 display: table-cell;
 vertical-align: top;
 padding-left: 10px;
 text-align: left;
}
.payment-details .poster-movie-details-container .movie-details:hover {
  -webkit-transform: none;
          transform: none;
}
.payment-details .ticket-seat-container {
 display: table;
 width: 100%;
 padding-top: 20px;
}

.payment-details .ticket-seat-container .ticket-quantity .__day {
 color: #fe2e55;
 font-size: 14px;
 font-weight: 500;
}
.payment-details .ticket-seat-container .ticket-quantity .__date {
 color: #333;
 font-size: 16px;
 line-height: 20px;
 font-weight: 500;
}
.payment-details .ticket-seat-container .ticket-quantity .__month {
 color: #333;
 font-size: 13px;
 font-weight: 500;
}
.payment-details .ticket-seat-container .seat-info-container {
 text-align: left;
 width: auto;
 display: table-cell;
 padding: 5px 8px;
 vertical-align: top;
}
.payment-details .ticket-seat-container .seat-info-container .__audiData {
 font-size: 12px;
 line-height: 17px;
 font-weight: 400;
 color: #666;
 vertical-align: top;
}
.payment-details .ticket-seat-container .seat-info-container .__seatNumber {
 display: block;
 color: #333;
 font-size: 14px;
 line-height: 18px;
 font-weight: 700;
 vertical-align: top;
 word-break: break-word;
}

.payment-details .ticket-seat-container .ticket-quantity {
 font-size: 18px;
 line-height: 22px;
 font-weight: 700;
 text-align: center;
 width: 62px;
 display: table-cell;
 vertical-align: middle;
 text-transform: uppercase;
 border-right: 1px solid #e3e2e2;
}
.payment-details .poster-movie-details-container .movie-details .__title {
 display: block;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 16px;
 line-height: 19px;
 font-weight: 500;
 color: #333;
}
.payment-details .poster-movie-details-container .movie-details .__lang-dimension {
 font-size: 12px;
 line-height: 17px;
 font-weight: 400;
}
.payment-details .poster-movie-details-container .movie-details .datetime .__time {
 vertical-align: middle;
 font-weight: 700;
 color: #333;
}
.payment-details .poster-movie-details-container .movie-details .__venue {
 display: block;
 overflow: hidden;
 color: #666;
 font-size: 12px;
 line-height: 17px;
 font-weight: 400;
 margin-top: 3px;
 height: 16px;
}
.payment-details-wrapper {
 overflow: hidden;
 margin-bottom: 13px;
 padding: 16px 5px 0;
}
.payment-details-wrapper .basic {
 overflow: auto;
 color: #333;
}
.payment-details-wrapper .basic .__basic-label {
 float: left;
 font-size: 14px;
 line-height: 18px;
 font-weight: 500;
 padding-top: 3px;
 margin-top: 10px;
}
.payment-details-wrapper .basic .__basic-value {
 float: right;
 font-size: 14px;
 line-height: 18px;
 font-weight: 500;
 margin-top: 10px;
}
.payment-details-wrapper .handling-fees {
 overflow: auto;
 margin-top: 10px;
 font-size: 12px;
 line-height: 17px;
 font-weight: 400;
}
.payment-details-wrapper .handling-fees .__handling-fees-value {
 float: right;
 color: #666;
}
.payment-details-login{
 padding: 8px 20px;
 background: #f87062;
 background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
 background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
 background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
 text-decoration: none;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 border:none;
 text-align: center;
 margin:10px 0px;
 border-radius: 3px;
 float:right;
}
.payment-details-apply{
 background: #518af7;
 padding: 8px 20px;
 width: 100%;
 text-decoration: none;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 border:none;
 text-align: center;
 border-radius: 3px;
}
.payment-details-terms{
 color: #518af7;
}
/*Payment Details CSS End*/


/*My Account CSS Start*/
.my-account-body{
    background: #fff;
    box-shadow: -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    min-height: 200px;
    padding: 20px;
}
.my-account{
    position: relative;
    padding-top: 20px;
}
.my-account .user-icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f1efef;
    box-shadow: -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
}
.my-account .user-icon img{
    text-align: center;
    padding-top: 20px;
}
.my-account .upload-photo{
    background: #c8ca1c;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 40px;
    padding-top: 10px;
    border-radius: 50%;
}
.my-account-details{
    position: relative;
    padding-left: 0px;
}
.my-account-details h1{
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
}
.my-account-details p{
    font-size: 16px;
    font-weight: 500;
}
.my-account-cancel{
    background: #5a5e66;
    padding: 12px 40px !important;
    text-align: center;
    color: #fff;
    border: none !important;
    float: left;
    border-radius: 4px !important;
    margin-top: 30px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: auto !important;
}
.my-account-cancel a{
    color:#fff;
}
.my-account-save{
    background: #f87062 !important;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 10px 25px !important;
    text-align: center !important;
    color: #fff !important;
    border: none;
    float: right !important;
    border-radius: 4px !important;
    margin-top: 30px !important;
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom:0px !important;
    height:auto !important;
}


/*Event Page CSS Start*/

/*Payment Mode CSS Start*/
.payment-mode-width{
    min-height: 330px !important;
}
.payment-mode{
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 10px;
    background: #fff;

}
.payment-mode p {
    font-weight: 500;
    font-size: 18px;
    float: left;
    margin-top: 0px;
}
.payment-mode-clock{
    float: left;
    margin-right: 10px;
}
.payment-mode span{
    padding: 5px 8px;
    background: #fc5b85;
    color: #fff;
    border-radius: 3px;
    font-size: 14px !important;
    text-align: center;
    float: left;
    margin-left: 15px;
}
.payment-mode ul{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
.payment-mode ul li {
    display: block;
    float: left;
}
.payment-mode ul li label{
    border: 2px solid #ccc;
    margin: 15px 10px;
    padding:10px 5px;
}
.payment-mode ul li label:hover{
    border:2px solid #6ab245;
    cursor:pointer;
}
.payment-mode ul li label.active{
    border:2px solid #6ab245 !important;
}

.payment-mode input[type=radio],
.payment-mode input[type=checkbox]{
  /* hide original inputs */
  visibility: hidden;
  position: absolute;
}
.payment-mode input[type=radio] + label,
.payment-mode input[type=checkbox] + label{
  cursor:pointer;
}
.payment-mode input[type=radio] + label:before,
.payment-mode input[type=checkbox] + label:before{
  height:16px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:none;
  box-shadow:none;
  transition: 0.3s;
}
.payment-mode-select{
    border: none;
    border-bottom: 1px solid #b9b9ba;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 40px;
    margin-top: 10px;
}
.payment-mode-cancel{
    padding: 15px 20px;
    background: #5a5e66;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
}

/*Payment Mode CSS End*/



.event-page-shape{
    border-radius: 10px;
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    margin-bottom: 10px;
}
.event-page-details{
    position: relative;
    z-index: 9999999;
    display: inline-block;
    margin-bottom: 20px;
}
.event-page-details-img{
    border-radius: 5px 5px 0px 0px;
}
.event-page-infobg{
    background: #e5e4e4;
}
.event-page-information{
    background: #fff;
    padding: 10px;
    width: 100%;
    bottom: 0px;
    padding-bottom: 0px;
    box-shadow: -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;
}
.event-page-information h1{
    color: #000;
    font-size: 1.3em;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.event-page-information p{
    font-size: 13px;
    font-weight: bold;
    color: #5d5b5b;
}
.event-page-bookbtn{
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    border-radius: 3px;
}
.event-page-bookbtn:hover{
    color: #fff;
    text-decoration: none;
}
.event-page-information .round_ball {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 63%;
    left: 5px;
    border-radius: 50%;
}
.event-page-information .round_ball2 {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ecedee;
    top: 63%;
    right: 5px;
    border-radius: 50%;
    padding-bottom: 15px;
}

.event-page-details:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.events-date{
    position: relative;
    float: left;
}
.events-date ul{
    list-style: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.events-date ul li{
    background: transparent;
    border: 2px solid #6ab245;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #6ab245;
    display: block;
    margin: 0px 10px;
    width: auto;
}
.events-date ul li:hover{
    background: #6ab245;
    color: #fff;
    cursor: pointer;
}


.events-date input[type=radio],
.events-date input[type=checkbox]{
  /* hide original inputs */
  visibility: hidden;
  position: absolute;
}
.events-date input[type=radio] + label,
.events-date input[type=checkbox] + label{
  cursor:pointer;
}
.events-date input[type=radio] + label:before,
.events-date input[type=checkbox] + label:before{
  height:16px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:none;
  box-shadow:none;
  transition: 0.3s;
}
.events-regular-text{
    font-weight: 500;
    margin:10px 0px 5px 0px;
}
.events-price-heading{
    font-size: 22px;
}
.events-number-bg{
    position: relative;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    height: 45px;
    border-radius: 40px;
    margin-top: 20px;
    width: 64%;
    float: right;
}
.events-remove-tickets{
    margin: 4px 5px;
    float: left;
    border-radius: 50%;
    border: none;
    color: #fb637b;
    background: #fff;
    width: 36px;
    height: 36px;
    font-size: 20px;
}


.events-tags{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding: 5px 15px;
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}
.events-performing-artsts{
    border-radius: 5px;
    width: 115px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.events-payment{
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    padding:0px  15px;
    margin-top: 30px;
}
.events-payment p{
    margin-top: 8px;
    margin-bottom: 0px;
    color: #fff;
}
.events-payment h3{
    margin: 0px;
    color: #fff;
}
.events-payment h2{
    margin-top: 15px;
    color: #fff;
    text-align: center;
}
.events-bookbtn{
    background: transparent;
    border: none;
    margin-top: 15px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.event-tour ul{
    background: transparent !important;margin:0px !important; padding:0px !important;
}
.event-tour ul li {
    float: left;
    width: auto !important;
    text-align: center;
}

.event-tour ul li button{
    text-transform: uppercase;
    padding: 8px 10px;
    background: #fb9bad;
   
    border:0px !important;
    margin-right:15px;
    color:#fff !important;
    border-radius:3px;
}
.event-tour ul li button.active{
    background: #ff5196;
     background: -moz-linear-gradient(45deg, #fb607e 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #fb607e 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #fb607e 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb607e', endColorstr='#ff5196',GradientType=1 );
    color:#fff !important;
    
}
.event-time-btn{
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
}
.event-time-btn button{
    background: transparent;
    border: 2px solid #6ab245;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #6ab245;
}
.event-time-btn button.select{
    background: #6ab245;
    color: #fff;
}
.event-time-btn button:hover{
    background: #6ab245;
    color: #fff;
}
.event-time-btn button.active{
    background: #6ab245;
    color: #fff;
}
/*Event Page CSS End*/

.intl-tel-input{
    width: 100% !important;
}



/*Footer CSS*/

footer{
	/*background: url(../images/footer-bg.jpg);
	height: 500px;*/
	margin-top: 50px;
}
footer h1{
	color: #6f7074;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
footer h2{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
footer h3{
	color: #6f7074;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
footer h4{
	color: #bdbfbe;
    font-size: 14px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}
footer ul{
        float: left;
        list-style:none;
        text-align: center;
      }
footer ul li{
        color: #e2dede;
        float: left;
        margin: 20px 15px;
        border-right: 1px solid #fff;
        padding-right: 20px;
        margin-bottom: 0px;
}
.customers-bg{
	background: #fff;
	height: 180px;
	margin-top: 60px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s ease;
}
.facebook-bg{
	background: #f1f5f8;
	height: 180px;
	margin-top: 60px;
	
}
.appsstore-bg{
	background: #fec425;
	height: 180px;
	margin-top: 60px;
	
}
.mobile-img{
	position: absolute;
	top: -50px;
}
.appstore-img{
	position: absolute;
    right: 50px;
    top: 15px;
}
.carousel-inner{
	height: 550px;
}
.quick-booking{
	background: #e5e6e6;
	padding:20px 30px;
}
.quick-booking h1{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.quick-booking-btn{
	padding: 10px 20px;
	background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    border:none;
    width:100%;
    height: 40px;
    margin-top: 1px;
}
.navbar-offcanvas{
    position:fixed !important;
}
.navbar-offcanvas.offcanvas-transform.in{
    position:fixed !important;
}
.quick-booking-btn:hover {
    color: #fff;
    text-decoration: none;
}

/*Login Popup CSS*/
.welcome-text{
    color:#000 !important;
    font-size: 2em;
    margin-bottom: 15px;
}
.login-dialog {
    max-width: 400px !important;
    margin: 30px auto;
}
.login{
	position: relative !important;
	border: none !important;
	padding-bottom: 0 !important;
}
.login .close{
	font-size: 25px;
    font-weight: normal;
    color: #000;
    text-shadow: none;
    opacity: inherit;
    float: left;
}
.login-body{
	position: relative;
	border: none;
	padding-top: 0;
	/*min-height: 530px;*/
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.login-btn-submit{
	padding: 15px 20px;
	background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius:  3px !important;
    border:none !important;
    height:auto !important;
}

.login-btn-submit a{
    color:#fff;
    text-decoration:none;
}
.login-btn-submit a:hover{
    color:#fff;
    text-decoration:none;
}
.connect-fb{
	
	position: relative;
}
.connect-fb a {
	background: #3b5998;
	width: 100%;
	padding: 12px 20px;
	color: #fff;
	margin-top: 10px;
	float: left;
	border-radius: 3px;
	text-decoration: none;
	font-size: 20px;
}
.connect-fb a:hover{
    color: #fff;
    text-decoration: none;
}
.account-text{
	position: relative;
	float: left;
	font-size: 17px;
    font-weight: bold;
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom:0px;
}
.account-text p{
	float: left;
	color: #7f7f7f;
    margin-bottom:0px;
}
.account-text span{
	float: left;
	color: #2c98fb;
	margin-left: 10px;
}
.login-filds{
	position: relative;
}
.login-filds input{
	border: none;
    border-bottom: 2px solid #d0d7dc;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 40px;
}
.login-filds select{
	border: none;
    border-bottom: 2px solid #d0d7dc;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px;
    height: 40px;
    width:100%;
}
.login-body .form-group{
     margin-bottom: 10px;
}
.login-btn{
	width: 100%;
	position: relative;
}
.login-button{
	padding: 15px 20px !important;
	background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 3px !important;
    height:auto !important;
    border-bottom:0px !important;
    border:none;
}
.guest-btn{
	width: 100%;
	position: relative;
}
.guest-btn a{
	padding: 15px 20px;
	background: transparent;
    border: 2px solid #fc5b88;
    text-decoration: none;
    color: #fd5989;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
}
.guest-btn a:hover{
    text-decoration: none;
    color: #fd5989;
}
.terms-text{
	text-align: center;
}
.terms-text p{
	font-size: 15px;
	color: #000;
}
.terms-text span{
	font-size: 15px;
	color: #fc5b85;
}


.terms-text span a
{

    font-size: 15px;
	color: #fc5b85;
}



/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.wrapper-county-main{
    width:118px;
    margin-top:-2px;
}
.wrapper-county-select{
    /*line-height: 35px !important;
    height:35px !important;*/
}
.wrapper-dropdown-fixing{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 48px !important;
}
.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding:0px 10px;
    line-height:40px;
    height:40px;
    -webkit-appearance:none;
	-moz-appearance: none;
    /* Styles */
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    height:42px;

}

.wrapper-dropdown-3:after {
    content: "▼";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
padding:0;
margin:0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999999;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
/*#############################*/






/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position:relative;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 50px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 220px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block !important;
    width: 100%;
}


.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.sidebar-nav img{
    float: left;
}
.sidebar-nav p {
    float: left;
    margin-left: 10px;
}
.month-text{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
}

a{
    cursor:pointer;
}



/*Guest Menu Start*/

.guest-main{
    position:relative;
    float:left;

}
.guest-main .user-img{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#fff;
    margin: 30px 0px 0px 60px;
}
.guest-main h1{
    font-size:16px;
    font-weight:500;
    margin:10px 0px;
    text-align:center
}
.guest-main a {
    color:#fff;
    text-decoration:none;
}












/*Guest Menu Start*/
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 10%;
    margin-top: -2px;
    left: -60px;
    z-index: 9999;
    right: 0; 
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 0, 0, 0.66);
    z-index: 1;
}


/*-------------------------------*/
/*    Hamburger-Cross End        */
/*-------------------------------*/

.quick-booking-header{
    background: transparent;
    border: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    display: none;
    font-weight: 500;
}

.feb-text{
    font-size:  30px; 
    font-weight:  bold; 
    margin-top: 30px; 
    float: left;
}
.quick-btn{
    border: 2px solid #fff;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    padding: 5px;
    margin: 13px 15px 15px 15px;
    background: transparent;
    color: #fff;
    font-weight: 500;
    display:none;
}



/*Ticket CSS Start*/
.like-img{
 margin: 20px;
}
.thank-you-text{
 color: #fff;
 font-size: 30px;
 font-weight: 500;
 margin-top: 0px;
}
.thank-you-small{
 color: #fff;
 font-size: 16px;
 font-weight: normal;
}
.main-ticket{
 position: relative;
 margin-top: 10px;
}
.main-ticket h1,
.main-ticket h2,
.main-ticket h3,
.main-ticket h4,
.main-ticket h5,
.main-ticket h6{
    line-height: 25px;
}
.main-ticket .left{
 background: #fff;
 padding: 20px;
 border-radius: 15px;
 min-height: 350px;
 border-right: 2px #ccc dotted;
}
.main-ticket .right{
 background: #fff;
 padding: 20px;
 border-radius: 15px;
 min-height: 350px;
}
.main-ticket .right h1{
 font-size: 18px;
    margin-top: 0;
 font-weight: bold;
 text-transform: uppercase;
}
.main-ticket .right h2{
 font-size: 14px;
    margin-top: 0;
 font-weight: bold;
 text-transform: uppercase;
}
.main-ticket .right h3{
 font-size: 12px;
 margin-top: 0px;
 font-weight: 500;
 color: #8d8b87;
}
.main-ticket .right h4{
 font-size: 14px;
 font-weight: 500;
 margin-top: 0px;
 color: #77c145;
 text-transform: uppercase;
}
.main-ticket h1{
 font-size: 34px;
 font-weight: bold;
 text-transform: uppercase;
}
.main-ticket h2{
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
}
.main-ticket h3{
 font-size: 14px;
 font-weight: 500;
 color: #8d8b87;
}

.main-ticket h4{
 font-size: 16px;
 font-weight: 500;
 color: #77c145;
 text-transform: uppercase;
}

.main-ticket h5{
 font-size: 14px;
 font-weight: bold;
 color: #000;
 text-transform: uppercase;
}
.main-ticket p{
 margin: 0px;
 font-size: 12px;
 font-weight: 500;
 color: #e4231e;
}
.feedback{
 position: relative;
}
.feedback h1{
 font-size: 22px;
 font-weight: 500;
 float: left;
 text-transform: uppercase;
 color: #fff;
}
.feedback ul{
 list-style: none;
 float: left;
 margin: 0px;
 padding: 0px;
}

.feedback ul li{
 float: left;
 margin: 10px 20px;
 text-transform: uppercase;
 color: #fff;
 text-align: center;
 cursor: pointer;
}
.feedback ul li span{
 margin-top: 5px;
 float: left;
 font-size: 12px;
 font-weight: 500;
}
.feedback input[type=radio], 
.feedback input[type=checkbox]
{ /* hide original inputs*/
   visibility: hidden; 
   position: absolute; 

} 
.feedback input[type=radio] + label, 
.feedback input[type=checkbox] + label{
     cursor:pointer; 

} 
.feedback input[type=radio] + label:before, 
.feedback input[type=checkbox] + label:before
{ height:16px; 
  content: " "; 
  display:inline-block; 
  vertical-align: baseline; 
  transition: 0.3s; border:none; 
  box-shadow:none; 
  transition: 0.3s; 

}
.download-btn{
 background: transparent;
 border: 1px solid #fff;
 padding: 10px 15px;
 float: right;
 color: #fff;
 font-weight: 500;
 margin-top: 10px;
}
.print-btn{
 background: transparent;
 border: 1px solid #fff;
 padding: 10px 15px;
 float: right;
 color: #fff;
 font-weight: 500;
 margin-top: 10px;
}

/*Ticket CSS End*/

/*Payment Card CSS Start*/
.tips {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #f1f1f1;
  line-height: 30px;
  font-size: 14px;
  padding: 2px 15px;
}

.card-container {
  
  display: flex;
  flex-direction: row;
  
}
.card-container .col1 {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card-container .col1 .card {
  position: relative;
  width: 370px;
  height: 230px;
  margin-bottom: 85px;
  margin-right: 10px;
  border-radius: 17px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card-container .col1 .card .front {
  position: absolute;
  background: var(--card-color);
  border-radius: 17px;
  padding: 50px;
  width: 100%;
  height: 100%;
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transition: background 0.3s;
  z-index: 50;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-container .col1 .card .front .type {
  position: absolute;
  width: 75px;
  height: 45px;
  top: 20px;
  right: 20px;
}
.card-container .col1 .card .front .type img {
  width: 100%;
  float: right;
}
.card-container .col1 .card .front .card_number {
  position: absolute;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
  top: 110px;
  color: var(--text-color);
  word-spacing: 3px;
  transition: color 0.5s;
}
.card-container .col1 .card .front .date {
  position: absolute;
  bottom: 40px;
  right: 70px;
  width: 90px;
  height: 35px;
  color: var(--text-color);
  transition: color 0.5s;
}
.card-container .col1 .card .front .date .date_value {
  font-size: 12px;
  position: absolute;
  margin-left: 22px;
  margin-top: 12px;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.5s;
}
.card-container .col1 .card .front .date:after {
  content: 'MONTH / YEAR';
  position: absolute;
  display: block;
  font-size: 7px;
  margin-left: 20px;
}
.card-container .col1 .card .front .date:before {
  content: 'valid \a thru';
  position: absolute;
  display: block;
  font-size: 8px;
  white-space: pre;
  margin-top: 8px;
}
.card-container .col1 .card .front .fullname {
  position: absolute;
  font-size: 20px;
  bottom: 40px;
  color: var(--text-color);
  transition: color 0.5s;
}
.card-container .col1 .card .back {
  position: absolute;
  width: 100%;
  border-radius: 17px;
  height: 100%;
  background: var(--card-color);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card-container .col1 .card .back .magnetic {
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 25px;
}
.card-container .col1 .card .back .bar {
  position: absolute;
  width: 80%;
  height: 37px;
  background: rgba(255, 255, 255, 0.7);
  left: 10px;
  margin-top: 100px;
}
.card-container .col1 .card .back .seccode {
  font-size: 13px;
  color: var(--text-color);
  font-weight: 500;
  position: absolute;
  top: 100px;
  right: 40px;
}
.card-container .col1 .card .back .chip {
  bottom: 45px;
  left: 10px;
}
.card-container .col1 .card .back .disclaimer {
  
  width: 100%;
  left: 80px;
  color: #f1f1f1;
  font-size: 8px;
  bottom: 55px;
}
.card-container .col2 input {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 7px;
  font-size: 17px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  transition: background 0.5s;
}
.card-container .col2 input:focus {
  outline-width: 0;
  background: rgba(31, 134, 252, 0.15);
  transition: background 0.5s;
}
.card-container .col2 label {
      padding-left: 8px;
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}
.card-container .col2 .ccv {
  width: 40%;
}
.card-container .col2 .buy {
  width: 260px;
  height: 50px;
  position: relative;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  border: none;
  background: #42C2DF;
  color: white;
  font-size: 20px;
  transition: background 0.4s;
  cursor: pointer;
}
.card-container .col2 .buy i {
  font-size: 20px;
}
.card-container .col2 .buy:hover {
  background: #3594A9;
  transition: background 0.4s;
}

.chip {
  position: absolute;
  width: 55px;
  height: 40px;
  background: #bbb;
  border-radius: 7px;
}
.chip:after {
  content: '';
  display: block;
  width: 35px;
  height: 25px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ddd;
}
.card-container .col2 .submit input{
    padding: 10px 20px;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    border-radius: 0px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}
.proceed-btn{
    padding: 10px 20px;
    background: #f87062;
    background: -moz-linear-gradient(45deg, #f87062 0%, #fb607f 50%, #ff5196 100%);
    background: -webkit-linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    background: linear-gradient(45deg, #f87062 0%,#fb607f 50%,#ff5196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87062', endColorstr='#ff5196',GradientType=1 );
    font-size:16px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    line-height: 30px;
    font-weight: bold;
}








/*Payment Card CSS End*/











/*Search CSS Start*/
.sb-search-main{
    width: 35%;
    position: absolute;
    right: 380px;
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
	width: 45px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
	background: #fff; / IE needs this /
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; / IE 8 /
 filter: alpha(opacity=0); / IE 5-7 /
 opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #fd588b;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}


/ Open state /
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.main {
	position:relative;
}

.column {
	float: left;
	width: 100%;
	padding: 0;
	
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.column a {
	border: 3px solid #b4c7da;
	padding: 0 15px;
	display: inline-block;
	margin: 20px 0;
}

.column a:hover {
	border-color: #fff;
}
@media screen and (max-width: 46.0625em) {
    .main-ticket h2{
        font-size: 16px;
    }
	.column {
	width: 100%;
	min-width: auto;
	min-height: auto; 
	}
    .main-ticket{
        padding: 10px;
    }

	.column p {
	text-align: left;
	font-size: 1.5em;
	}

	.column:nth-child(2) {
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}

}
/*Search CSS End*/
/*Rajan Portrait */
 @media screen and (max-device-aspect-ratio: 1/1), (max-aspect-ratio: 1/1){
        /*Portrait Mode*/
		/*footer{
	        display: none !important;
        }*/
.events-number-bg {		
	    width: auto !important;		
	    height: 38px;		
	}	
.bootstrap-select > .btn {
   
    background: transparent;
    color: white;
}
	.bootstrap-select.btn-group .dropdown-menu li a {
   
    color: white;
}
	.btn-group.open .dropdown-toggle {
    
    background: transparent;
    color: white;
}
	/* .bootstrap-select.btn-group .dropdown-menu */
	/* { */
	/* height: 90px; */
    /* margin: 10px; */
	/* }	 */	
}


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

    .movie-shape{
	    height: 68px;
    }
    
/*footer{
	display: none !important;
}*/
.quick-booking{
	display: none;
}
.only-mobile-view {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99999999999999999999;
    margin-top: 0;
    top: 0;
    float: left;
    left:0px;
}
.mobile-margin-top{
    margin-top: 170px;
}
.side-nav-heading{
    position: absolute;
    top: 0;
    left: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}
.only-desktop-view{
    display: none;
}
.movie-information h1 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.header-nav ul li{
    margin-bottom: 10px;
}
.header-nav ul li a.active{
    border-radius: 3px;
    padding: 10px;
}
.movie-bookbtn{
    padding: 8px 10px;
}
.movie-information p {
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
.movie-information a{
	font-size: 14px;
    padding: 8px 10px;
    border-radius: 0px 0px 5px 5px;
}
.movies-now ul{
    margin:0px 0px 20px 0px;
}
.movies-now ul li{
    text-align: center;
    font-size: 12px;
}
.movie-information .round_ball{
	top: 65%;
}
.movie-information .round_ball2{
	top: 65%;
}
.movie-information{
	bottom: 20px;
}
/*footer{
	display: none;
}*/
.quick-booking{
	display: none;
}

.event-details-img{
	min-height: 250px;
}
.carousel-inner {
    height: 730px;
}
.event-information h1{
	font-size: 14px;
}
.event-information p{
	font-size: 11px;
}

.event-information a{
	padding: 8px 10px;
}
.quick-booking-header{
    display: block;
}
.no-disktop{
    display:none;
}
.header-fixed{
    position: fixed;
    width: 100%;
    height: 220px;
    top: -50px;
    z-index: 99999999999999;
}
.sold-out-btn button, .available-btn button, .filling-fast-btn button{
    padding: 5px 10px;
    font-size: 12px;
}
.sold-out-heading, .filling-fast-heading, .available-heading{
    font-size: 12px;
    margin-left: 5px;
    margin-top: 25px;
    font-weight: 500;
}
.sold-out-border, .filling-fast-border, .available-border{
    width: 20px;
    height: 20px;
}
.select-dates ul li{
    padding: 5px 5px !important;
    margin: 2px;
}
.select-dates ul li p{
    margin-bottom: 0px;
    font-size: 14px;
}
.select-dates ul li span{
    font-size: 12px;
}
.selects-tickets{
    font-size: 18px;
}
.seats-number-bg{
    height: 40px;
}
.remove-tickets{
    width: 30px;
    height: 30px;
    margin: 5px 3px;
}
.tickets-result{
    font-size: 22px;
    padding-left: 15px;
}
.add-tickets{
    width: 30px;
    height: 30px;
    margin: 5px 3px;
}
.movies-tabs ul li{
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    width: auto;
}
.sold-out-btn{
    margin: 0px 10px 0px 10px;
}
.available-btn{
    margin: 0px 10px 0px 10px;
}
.feb-text{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.events-tickets-result{
    margin:0px;
}
.home-header{
    padding-top:0px;
}
.home-header h2{
    font-size: 13px;
    font-weight: 500;
}
.home-header .navbar-default .navbar-toggle{
    display:none;
}
.header-nav ul li a {
    padding: 5px 15px;
}
.quick-btn{
    display:block;
}
.event-information-btn{
    padding: 8px 10px;
}

.select-dates ul li button{
    padding:0px;
}
}

/*CUSTOM*/
.p-t-20{
    padding-top: 20px;
}
.p-b-10{
    padding-bottom: 10px;
}
ul li{
    list-style-type: none;
}
.error-title{
    display: inline-block;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    color: #59459c;
}
.f-18{
    font-size: 18px;
}
.m-t-15{
    margin-top: 15px;
}
.m-b-10{
    margin-bottom: 10px;
}
.u-c{
    text-transform: uppercase;
}
.btn-custom{
    background: #fca840;
    color: #fff;
    padding: 10px;
}
.btn-custom:hover{
    background: #e07c00;
    color: #fff;
}