/*!
 * 
 */
body{
	font-family: 'Open Sans', Arial, sans-serif;
	background:#f0f0f0;
	top: 0 !important;
}
body > div.skiptranslate{
	position: fixed !important;
	
}
body > div.skiptranslate iframe{
	visibility: hidden !important;
}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
a{
	text-decoration: none;
	color: #2696e0;
}
a:hover{
	text-decoration: none;
}
.max-width{
	max-width:1280px;
	margin:0 auto;
}
textarea,
select,
input[type="text"],
input[type="button"],
input[type="submit"] {
	 -webkit-appearance: none;
	 /*border-radius: 0;*/
}
:focus {
	outline-color: transparent;
	outline-style: none;
}
button:focus{
	outline: none;
}

/*Search Filter Result*/
.result-count{
	font-size:14px;
}
.search-result{
	font-size:14px;
}
.search-result span{
	padding: 4px 4px 4px 10px;
	border-radius: 4px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.search-result span i{
	font-size:15px;
	cursor: pointer;
}

.sinput{
	background:#2696e0;
}
.scountry{
	background:#16c09c;
}
.scity{
	background:#f5c700;
}
.scategory{
	background:#ea7e00;
}
.ssearch{
	background:#ea7e00;
}


/*Tab*/
.nav-tabs{
	border: none;
	border-radius: 0;
}
.nav-tabs .nav-link{
	border:none
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: #16c09c;
	color: #fff;
	border-radius: 0;
}
.list-tab ul li a.nav-link{
	color: #34373e;
	text-transform: uppercase;
	font-weight: 700;
}
.list-tab ul li:first-child{
	background: #e5e5e5;
}
.list-tab ul li{
	background: #e5e5e5;
}
.input-text.qty{
	width: 60px;
	padding: 1px 3px;
}

/*Header*/
.navbar{
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.navbar .navbar-nav .active > .nav-link.sub-title {    
    font-size: 16px;
    margin-left: 20px;
    padding-left: 20px;
}

.navbar .google_translate_element{
	margin: 7px 6px 6px;
}

.navbar .goog-te-gadget-simple .goog-te-gadget-icon,
.navbar .goog-te-gadget-simple span > a > img,
.navbar .goog-te-gadget-simple span > a > span{ 
	display: none; 
}
.navbar .goog-te-gadget-simple{
	border: none;
}
.navbar .goog-te-gadget-simple .goog-te-menu-value span:first-child{
	display: inline;
	font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
	font-family: "Open Sans",Arial,sans-serif;	
}
.my-account li{
	font-size:13px;
}
.cart{
	position:relative;
}

.container-fluid{
	margin-top: 55px;
}

/*Search*/
.hidden {
     display:none;
}
.dropdown-toggle::after{
	border:none;
}
.advance-content{
	width:100%;
}
.tab-content{
	padding:10px 20px;
}
.form-group{
	margin-bottom:10px;
}
.form-control{
	border:none;
	border-radius:0;
	border-bottom:1px solid #e5e5e5;
	background:#fff;
	margin:0;
}
select.form-control{
	height:auto !important;
}
button.search-btn{
	border:none;
	padding:0 22px;
	border-bottom:1px solid #e5e5e5;
}
.advance-search{
	text-transform:uppercase;
	padding:0 30px;
	font-size:12px;
	font-weight:700;
	height:48px;
	line-height:48px;
}
.advance-search:hover{
	background:#324860;
	color:#fff;
	text-decoration:none;
}
.advance-content{
	background:#fff;
	padding:5px 0 0;
}
.search-result{
	margin:30px 0 0;
}

/*Listing*/
.col-md-4.portfolio-item {
    width: calc(33.333% - 30px);
    float: left;
    background: #fff;
}
.portfolio-item {
    border: 2px solid #f2f2f2;
    padding: 0;
    margin: 0 15px 30px;
}
.thumb {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.listing-details-con {
    padding: 30px 12px 0;
}
.listing-details-con h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.listing-location {
	min-height: 20px;
    font-size: 12px;
    color: #0f0f0f;
}
.listing-location a.map{
	font-weight:700;
}
.listing-price {
    font-size: 14px;
    color: #213c8f;
    font-weight: 700;
    border-top: 2px solid #f2f2f2;
    padding-top: 8px;
    margin-top: 10px;
}

/*Listing Result*/
.list-container{
	margin:20px auto;
}
.list-container .col-lg-4, .list-container .col-md-6{
	padding-left:1px;
	padding-right:1px;
}
.list-content{
	background:#fff;
	padding:0;
	margin:5px;
	border:2px solid #d7d7d7;
}
.list-content h3{
	font-size:14px;
	font-weight:700;
	color:#324860;
}
.list-content p{
	font-size:12px;
	color:#000;
	line-height:160%;
	margin:8px 0;
	min-height: 40px;
}
.listing-price p {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.listing-price del{
	color: gray;
	padding: 0 3px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a.more-details{
	padding: 4px 12px;
	font-size: 12px;
	margin-top: -2px;
	font-weight: 400;
}
.list-content a.more-details:hover{
	text-decoration:none;
}
.thumb{
	height: 200px;
	overflow: hidden;  
	position: relative;
	background-color: #D8D8D8;
}
.thumb img{
	height: 100%;
	width:100%;
	object-fit: cover;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumb:hover img{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Pagination*/
.pagination-container{
	margin:50px 0;
}
.pagination-container a.current{
	color: #000;
}

footer{
	padding:20px 0;
	font-size:12px;
}

/*Product Page*/
.breadcrumb{
	background: none;
	font-size: 12px;
	margin: 20px 0 0;
}
.product-about{
	background: #fff;
	padding: 40px 20px;
	margin-bottom: 10px;
}
.product-tickets{
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-tickets h4{
	margin:0 0 20px;
	font-size: 14px;
	font-weight: 700;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 25px;
}
.product-tickets p.tnc{
	font-size: 14px;
    font-weight: 700;
    padding-top: 25px;
	cursor: pointer;
}
.product-tickets .description,
.product-tickets .qna-container,
.product-tickets .seat-booking{
	margin-bottom: 50px;
}
.product-tickets .seat-booking{
	margin-left: 0;
}
.product-tickets .tnc-body{
	padding: 0px 20px;
	font-size: 12px;
}
.product-about .product-img{
	border:5px solid #c1c1c1;
}
.product-about .description h1{
	font-weight: 700;
	color: #324860;
	letter-spacing: -1px;
}
.product-about .description .product-description{
	padding-top: 20px;	
}
.product-about .description .product-description p,
.product-about .description .product-hours p{
	font-size: 14px;
	color: #111;
	line-height: 180%;
}
.product-about .product-hours{
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
}
.product-about .product-hours h4{
	font-size: 16px;
	font-weight: 700;
}
.product-about .product-hours ul{
 list-style: none;
	margin: 0;
	padding: 0;
}
.product-about .product-hours ul li{
 list-style: none;
	font-size: 14px;
	margin-bottom: 5px;
	background: none !important;
}
.product-tickets .description{
	background: #f9f9f9;
	border:1px solid #e1e1e1;
	padding: 20px;
}
.product-tickets .description p{
	font-size: 14px;
}

.product-tickets .admission .ticket-name{
	font-weight: bold;
	color: #324860;
	font-size: 22px;
	letter-spacing: -1px;
}
.product-tickets .admission .ticket-price{
	text-align: left;
	padding-bottom: 10px;
}
.product-tickets .admission .ticket-price del{
	color: gray;
	padding: 0 3px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.product-tickets .admission .ticket-price .tix-price{
	font-size: 20px;
}
.product-tickets .admission .ticket-add{
	text-align: center;	
}
.product-tickets .admission .ticket-add .number-spinner{
	width: 50%;
	float: left;
}
.number-spinner input{
	min-width: 45px;
}

.product-tickets .admission .ticket-add .add-btn{
	width: 45%;
	float: left;
	margin-left: 10px;
}
.ticker-box{
	margin-top: 0;
}
.admission{
	padding:20px 0;
}
.admission h3{
	font-size: 20px;
}
.ticket-header{
	padding:10px 0;
}

.add-btn{	
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 8px 8px;
	display: inline-block;
	border: none;	
	cursor: pointer;
}
.add-btn:hover{
	background:#2696e0;
	font-size:14px;
	font-weight:700;
	color: #fff;
	opacity: 0.8;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	margin-bottom: 5px;
	padding: 10px;
}
.panel-body{
	padding: 10px;
	font-size: 14px;
}
.product-tickets .tab-content{
	border-bottom: 1px solid #2696e0;
	padding: 10px 0 30px;
}
.tnc p{
	padding: 5px 10px;
	font-size: 12px;
}
.qna-q div:first-child{
	padding-bottom: 5px;
}
.qna-q{
	padding: 15px 0px 40px 0px;
	border-top: 1px dashed #dddddd;
	margin-left: 20px;
}
.qna-container .qna-q:last-child{
	padding-bottom: 0px;
}
.qna-q .form-control,
.seat-booking .form-control{
	border: 1px solid #bbbbbb;
}
.field-req{
	color: red;
}
.issuance-limit{
	font-size: 11px;
	font-style: italic;
	display: block;
	width: 100%;
}

/*Cart*/

.cart-container {
	background: #fff;
	padding: 40px 20px;
	margin-bottom: 10px;
}
.cart-container table{
	border-collapse: separate;
}
.cart-container table{
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.cart-container .stacktable.large-only { display: table; }
.cart-container .stacktable.small-only { display: none; }

.payment-option{
	padding:10px 0;
	margin: 10px 0;
	border-top: 2px solid #f0f0f0
}
.payment-option legend{
	font-size: 14px;
	font-weight: 700;
}
.payment-option .form-check-label{
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
}
.product-total{
	border-top:10px solid #f0f0f0;
	padding-top: 40px;
}
.havecoupon{
	background: #f0f0f0;
	margin-bottom: 20px;
	padding:8px;
	border: 1px solid #e1e1e1;
}
.havecoupon .promo-btn{
	width: 100%;
}
.total-content{
	border-left:5px solid #ec4d2f;
}
.clientabout h4{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}
.details-form label{
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}
.email-remark{
	text-align: left !important;
}
.profile-btn{
	background:#ec4d2f;
	font-size:14px;
	font-weight:700;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	border:none;
	margin-top:20px;
}
.profile-btn:hover{
	background:#cd3e23;
	font-size:14px;
	font-weight:700;
	color: #fff;
	opacity: 0.8;
}
.form-textarea{
	height: 200px;
	width:100%;
	padding:10px;
	border:1px solid #e5e5e5;
}
.btn-checkout{
	font-size:18px;
	font-weight:700;	
	padding: 12px 34px;
	margin-left:5px;
	display: inline-block;
	border:none;
	margin-top:20px;
}
.btn-checkout:hover{
	background:#ea7e00;
	color: #fff;
}
.btn-continue{
	font-size:18px;
	font-weight:700;
	padding: 12px 34px;
	display: inline-block;
	border:none;
	margin-top:20px;
}
.total{
	margin-top: 5px;
	font-weight: 700;
	font-size: 18px;
}
.btn-continue:hover{
	background:#324860;
	color: #fff;
}
.clientbuttons{
	border-top:10px solid #f0f0f0;
	padding-top: 5px;
}
.coupon-code{
	border:1px solid #f0f0f0;
	padding: 5px;
	width: 100%;
}
.table{
	margin-top: 10px !important;
}

.btn-remove-item{
	cursor: pointer;
	font-size: 18px;
}
/*Thank You*/
.thankyou-container {
	background: #fff;
	padding: 40px 20px;
	margin-bottom: 10px;
}
.thankyou-message{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #f0f0f0;
}

/*Thank You*/
.error-container {
	background: #fff;
	padding: 40px 20px;
	margin-top: 100px;
	margin-bottom: 10px;
}
.error-message{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #f0f0f0;
}

.modal-header > button{
	float: left;
}
.modal-header > h4{
	font-size: 20px;
}
.modal-body {
	padding: 15px 15px 50px 15px;
}


@media screen and (max-width: 1023px) {
		.qna-q .option-select{
			border:1px solid #e1e1e1;
			width:320px;
			float: none;
			margin-top: 10px;
		}
}

@media screen and (max-width: 900px) and (min-width: 800px) {
	.product-tickets .admission .ticket-add .number-spinner {
		width: 100%;
	}
	.product-tickets .admission .ticket-add .add-btn {
		width: 100%;
		margin-top: 5px;
		margin-left: 0px;
	}
}

@media (max-width: 800px) {
	
}

@media screen and (max-width: 800px) and (min-width: 768px) {
	.product-tickets .admission .ticket-add .number-spinner {
		width: 100%;
	}
	.product-tickets .admission .ticket-add .add-btn {
		width: 100%;
		margin-top: 5px;
		margin-left: 0px;
	}	
}


@media screen and (max-width: 768px) {
		
    .dropdown.dropdown-lg {
      position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
      min-width: 500px;
    }
	.mr-auto {
		margin-right: auto!important;
		width: 100%;
	}
	.cart span.counter {
		top: 12px;
		right: 0px;
		left:auto;
	}
	.sub-title{
		display:none;
	}
	.total-content{
		margin: 20px 0;
	}
	.product-about .description h1 {
		margin-top: 30px;
		font-size: 1.5rem;
	}
	.product-tickets .admission .ticket-name {
		font-size: 20px;
	}
	.cart-container .stacktable.large-only { display: none; }
	.cart-container .stacktable.small-only { display: table; }
}
@media screen and (max-width: 655px) {
    .search-result span{
		display:block;
		margin:3px 0;
	}
	.product-tickets .nav-justified .nav-item{
		flex-basis: auto !important;
	}
	
}
@media screen and (max-width: 468px) {
    .btn-continue, .btn-checkout{
		width:100%;
		margin: 0;
		margin-bottom: 5px;
	}		
}
@media ( max-width: 585px ) {
    .product-tickets{
		padding: 5px 10px;
	} 
	

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
}