@font-face {
    font-family: "proxima-nova";
    src: url("/assets/fonts/ProximaNovaCond-Regular.otf") format("truetype");
    font-weight: normal;
}
html{
	min-height:100%;
}
body{
	background: none;
	font-family: 'proxima-nova'!important;
	background-image: linear-gradient(to top, rgba(255,0,0,0), #00742866);
	height:100%;
}
.primary-logo{
	height:36px;
}
.primary-navbar{
	padding:0px!important;
	border-bottom:1px solid #add3bc!important;
}

.primary-navbar{
	background:#fff;
}

.primary-navbar li .nav-link{
	color:#000;
}

.primary-navbar li .nav-link:hover{
	color:#000;
}

.cart-div .heading{
	background-color:#f1f1f1!important;
	color:#000;
}

.proceed-to-checkout{
	border:1px solid #000000;
}


.btn-success{
	background:#000000;
	border:1px solid #000000;
}

.navbar-toggler-icon{
	color:#fff;
}


.btn-success:hover{
	color:#000000!important;
	border:1px solid #000000!important;
	background-color:#fff;
}

.btn.cart-empty{
	background:#000000!important;
	border:1px solid #000000!important;
	color:#fff!important;
}


.popup-text.popup-category-button{
	background:#000000!important;
	color:#fff!important;
	border:1px solid #000000!important;	
}

.popup-text.popup-category-button:hover{
	color:#fff!important;
	background:#000000!important;
}

.toc{
	color:#000000!important;
}

.alert-success, .alert-warning{
    background-color:#fff!important;
    border-color: #000000!important;
    color:#000000 !important;
    font-weight:normal;
	font-size:14px;
}

.cart-count{
	color:#fff;
	background-color:#000;	
}

.text-success{
	color:#fff!important;
}

.cart-icon{
	color:#fff;
}

.navbar-toggler-icon{
	
}

.border-text-main-color{
	 border-color: #000000!important;
}

.text-main-color{
	 color: #000000!important;
}

.bookNowBtn:hover {
    background-color: #000000!important;
    color: #fff!important;
}


.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active,.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: #000000!important;
}
    
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border:1px solid #000000 !important;
	color:#000000!important;
}

#payBtn{
	color:#fff;
	border:1px solid #000;
	background-color:#000;
}
#payBtn:hover{
	color:#000!important;
	border:1px solid #000!important;
	background-color:#fff;
}

.hvr-radial-out:before {
	background-color:#000!important;
	color:#fff!important;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:active{
	color:#fff!important;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: #fff!important;
}

.price{
	color:#000!important;
}

.hvr-sweep-to-bottom:before{
	background-color:#000!important;	
}

.events-pagination .page-item.active .page-link, .events-pagination .page-item .page-link:hover{
	background:#000!important;
}

.event-list h5{
	color:#000!important;
}

.btn-primary{
	background-color:#000!important;
	color:#fff;
	border: 1px solid #000!important;
}

.btn-primary:hover{
	border: 1px solid #000!important;
}

.read-more-event{
	color:#000!important;
	font-weight:700;
	background-color:#fff!important;
	border: 1px solid #000;
	font-size:10px;
}

.read-more-event:hover{
	border: 1px solid #000!important;
}

.toc-box h3{
	color:#000;
}

.close-button{
	background-color:#fff!important;
	color:#000!important;
	border:1px solid #000!important;
}

.success-btn{
	background-color:#fff!important;
	color:#000!important;
	border:1px solid #000!important;
}

.book-tickets {
    margin-left: 15px;
    position: absolute;
    right: 25px;
    top: -3px;
	color:#fff!important;
	font-weight:600;
    background-color: #000!important;
	border:2px solid #fff!important;
}
.book-tickets:hover{
	border:2px solid #fff!important;
}
.legend-text{
	color:#000!important;
	margin-bottom:10px;
}
.addon-card .addon-button{
	border:1px solid #000;
}
.addon-card .addon-button:hover{
	color:#000!important;
}

.btn-box > button{
	color:#fff;
	background-color:#000;
	border:1px solid #000;
}

.modal-content .table-list .e-sub-title{
	color:#000;
}
.modal-content .table-list .e-title{
	color:#000;
}
.full-date{
	border-left:0px!important;
}
.full-date span{
	top:0px!important;
}
.full-date i{
	top:4px!important;
}
.popup-text.popup-category-capacity{
	font-weight:normal!important;
	text-transform:capitalize!important;
}
.daterangepicker.show-calendar{
	/*left:400px!important;*/
	
}

polygon.polygon-deactive{
    cursor: not-allowed;
    fill:#06763aa3;
}

polygon.polygon-deactive-category{
    cursor: not-allowed;
    fill: #06763aa3;
}

polygon.polygon-booked{
    cursor: pointer;
    fill: #06763aa3;
}

.category-list{
	left:28%;
}

.addon-card .addon-input{
	padding-top:6px;
	padding-bottom:4px;
}

/******/
.cart-card .cart-div{
	position:relative;
}

.mh-350{
	min-height:350px;
}

.addon-package-list{
	position:relative;
}

.addon-package-list .select-addon{
	border:1px solid #ccc;
	padding:7px 10px;
	border-radius:5px;
	margin-bottom:10px;
	background-color:#f1f1f1;
	width:100%;	
}

.addon-package-list .select-addon > i {
    float: right;
    padding-top: 2px;
    font-size: 21px;
    padding-right: 7px;
}
.addon-package-list ul.package-list{
	list-style: none;
    margin-left: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 999;
	top:43px;
	display:none;
}
.addon-package-list ul.package-list li{
	border-bottom:1px solid #f1f1f1;
	margin-bottom:10px;
	cursor:pointer;
	position:relative;
	min-height:50px;
	padding:8px;
}
.addon-package-list ul.package-list li > img{
	width:60px;
	position:absolute;
}
.addon-package-list ul.package-list li > p{
	display:block;
	clear:both;
	margin-bottom:2px;
	padding-left:70px;
}
.addon-package-list ul.package-list li > p.description{
	font-size:13px;
	padding-right:60px;
}
.addon-package-list ul.package-list li > p.title{
	font-size:14px;
	font-weight:600;
	padding-right:60px;
	position:relative;
}
.addon-package-list ul.package-list li > p.title > span.price{
	padding:4px 5px;
	font-size:13px;
	border:1px solid #ccc;
	position:absolute;
	right:0px;
}

.addon-package-list ul.package-list li.min-spend > span{
	position:absolute;
	right:10px;
}
.payment-amount-selection{
	padding-left:5px;
}
.cart-total{
	position:relative;
}
.addon-package-list ul.package-list li:last-child {
  border-bottom:none;
  margin-bottom:0px;
  padding-bottom:5px;
}

.addon-package-list ul.package-list li.active{
	background-color:#d4e9d2;
	 padding-bottom:15px;
}

.package-error{
	color:red;
	font-size:13px!important;
}

.form-error{
	color:red;
	font-size:12px;
}


ul.zooming {
	margin: 0px;
    display: none;
    position: absolute;
    right: 0px;
    list-style: none;
    top: 52px;
    font-size: 14px;
    right: 13px;
	z-index:9999;
}

ul.zooming > li {
    padding: 3px 15px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

ul.zooming > li#zoom-in-button{
	border-radius:0px 5px 5px 0px;
}
ul.zooming > li#zoom-out-button{
	border-right: none;
	
	border-radius:5px 0px 0px 5px;
}

.move-direction {
	position: absolute;
	right: 140px;
	top: 46px;
	border: 1px solid #fff;
	border-radius: 50px;
	z-index: 9999;
	height: 40px;
	width: 40px;
	color: #fff;
	padding: 3px!important;
	display:none;
}
.move-direction > .move-up{
	position: absolute;
	font-size: 15px;
	cursor: pointer;
	font-weight: 600;
	right: 12px;
	top: -2px;
}
.move-direction > .move-down{
	position: absolute;
	font-size: 15px;
	top: 20px;
	cursor: pointer;
	font-weight: 600;
	right: 12px;
}

.move-direction > .move-left{
	position: absolute;
	font-size: 15px;
	top: 9px;
	cursor: pointer;
	left: 2px;
	font-weight: 600;
}
.move-direction > .move-right{
	position: absolute;
	font-size: 15px;
	right: 2px;
	top: 9px;
	cursor: pointer;
	font-weight: 600;
}
.checkin-date-box{
	margin-right:15px!important;
}

@media only screen and (max-width: 600px){
	.primary-navbar {
		border-bottom: 2px inset #fff;
	}
	.daterangepicker.show-calendar{
		left:10px!important;
		top:76px !important;
	}
	
	.footer-checkout-btn{
		color:#000;
		border:2px solid #000;
	}	
	.arrrow-span{
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
	}
	.proceed-to-checkout:hover{
		color:#000!important;
		border:2px solid #000;
		font-weight:600;
	}
	
	#limit-div{
		height: 322px!important;
		margin-top: 60px;
	}
	#pinchzoom{
		height: 355px!important;
		margin-top: 30px;
	}
	
	.book-tickets {
		top: 30px;
	}
	#limit-svg{
		height:auto!important;
	}
	.modal-content .table-list .e-title{
		margin-top:0px;
	}	
	.primary-logo{
		height: 24px;
		padding: 0px 12px;
	}
	.nav-link{
		padding:0px;
		left:20px!important;
	}
	a.mobile-user {
		left: 13px;
		position: relative;
	}
	.navbar-toggler{
		padding:0px;
	}
	.navbar-toggler-icon > i {
		font-size:18px!important;
	}
	.nav-link > i {
		font-size: 16px;
	}
	.navbar-toggler-right:focus{
		 outline: none!important;
	}
	.navbar-toggler>.close{
		font-weight:normal;		
		color:#fff;
	}
	.mobile-user-icon a.nav-link{
		color:#fff!important;
	}
	.navbar-toggler>.close {
		font-size: 18px;
	}
	.full-date-mob span{
		font-weight:500;
	}
	.date-row{
		margin-bottom:0px!important;
	}
	.footer-class{
		background-color:none!important;
	}
	.select-event-div span {
		font-size: 10px !important;
		top: 5px !important;
		text-transform: uppercase;
		color: white !important;
		font-weight: 500;
	}
	.full-date-mob span {
		top: 0px !important;
		font-weight: 500;
	}
	svg {
		padding-top: 65px!important;
	}
	.payment-amount-selection label{
		font-size:12px;
	}
	.container-fluid.top-row {
		padding-left: 0px;
		padding-right: 10px;
	}
	.select-box{
		width:96%;
	}
	.mobile-user-icon a.nav-link{
		color:#fff;
	}
	
	.mobile-view .dropdown-item{
		font-size:12px;
		padding-left:8px;
	}
	.mobile-view .dropdown-item:hover{
		background-color:#f1f1f1!important;
	}
	
	ul.zooming{
		display:flex!important;
	}
	
	.select-box .selected-option{
		top:9px!important;
	}
	.move-direction{
		display:none;
	}
	
}


/*popover css*/
.popover-body {
    background: #fff;
    padding: 0px !important;
    border-radius: 0px 0px 10px 10px;
    opacity: 0.95;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), #095047);
   /* height: 320px;*/
}

.popover{
  background-color: transparent!important;
  border: 0px !important;
  
}

.popover-header {
    background-color: #4a765a!important;
    color: #fff !important;
    width: 276px;
    margin: 0 auto;
    height: 34px;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    opacity: 0.95;
    font-weight: normal;
    padding-top: 13px;
	position:relative;
	z-index:999;
}
.popup-text.popup-category-name{
    color: #fff;
    position: relative;
	bottom: 6px;
}
.popover img.img-fluid.mb-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px 10px 0px 0px;
}
i.close-btn.fas.fa-times {
   background-color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding: 3px 3px;
    position: relative;
    left: 9px;
    top: -8px;
    bottom: 4px;
    font-size: 20px;
    color: #333;
}

.popup-text.popup-category-note{
    color: #fff!important;
}
.popup-text.popup-category-capacity{
    color: #fff!important;
}
.arrow::before {
    content: "";
    border-right-color: #fff !important;
    opacity: 0.6;
}
.arrow::after {
    content: "";
    border-right-color: #fff !important;
    opacity: 0.6;
}

.popup-text.popup-category-button:hover {
    background-color: #000!important;
    border: 1px solid #fff!important;
    color: #fff !important;
    transition: 0.7s;
}
span.txt-8 {
    margin-left: 7px;
    letter-spacing: 6px;
}

.popup-text.popup-category-capacity .secondary-color{
	color:#fff!important;
}

.popover-body .popup-text.popup-category-button{
	border:1px solid #fff!important;	
	margin-bottom: 15px;
}


.popover{
    font-family: 'proxima-nova'!important;
}
.popover-body > div{
	padding-top:165px;
}

.popover-body .popover-empty{
	padding-bottom: 12px;
    margin-top: 0px;
    padding-top: 10px;
	color:#000!important;
}

.modal-body {
    background: none;
    background-image: linear-gradient(to top, rgba(255,0,0,0), #00742866)
}

.close-button {
    position: absolute;
    right: 14px;
}
p.help-text {
    color: #646363;
    font-size: 13px;
    padding: 3px 10px;
}

i.fa-arrow-right.date-separator{
	font-size: 14px;
    border: 1px solid #ccc;
    color: #666;
    padding: 5px;
    border-radius: 60%;
    margin: auto;
	position:absolute!important;
	top:12px!important;
}
.checkout-date-box{
	margin-left:40px!important;
}
.full-date .date-box .month > span{
	margin-right:15px;
}
.date-panel{
	display:inline-block;
	text-align:center;
}
.date-panel > span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
}

/*Tab Panel*/
.tab-ui li{
	padding:10px 20px;
	text-align:center;
}
.tab-ui li.active{
	background-color:#4a765a
}
.tab-ui li > a{
	font-size:18px;
	color:#000;
	text-decoration:none;
}
.tab-ui li.active > a{
	color:#fff;
}
.tab-content{
	padding:10px 20px;
	min-height:280px;
}

@media(max-width: 768px){
    .popover{
        transform: translate3d(100px, 200px, 0px) !important;
    }	
}

@media only screen and (max-width: 989px) and (min-width: 768px){
	.mobile-user-icon a.nav-link {
		color: #fff!important;
	}
}

/*Web App View*/
.web-app-view .card{
	background-color:transparent!important;
}
@media only screen and (max-width: 600px){
	.web-app-view .daterangepicker.show-calendar{
		top:20px!important;
	}
	.web-app-view .a.alert-confirm-button button{
		margin-right: 10px;
		color: #fff!important;
	}
	.alert-no{
		color:#000!important;
	}
	.nav-link {
        padding: 0px;
        left: 20px !important;
    }
	a.nav-link.mobile-cart {
        left: 38px !important;
    }
	.cart-count {
		position: relative;
		bottom: 8px;
		left: -2px;
	}
	.footer-class {
        position: fixed !important;
        bottom: 0px !important;
		background: transparent;
    }
}

/*Popover New Design*/

.popover{
	min-width:600px!important;
	background-color:transparent!important;
}
.popover-header{
	width:100%;
}
.popover img.img-fluid.mb-2{
	position: relative;
    border-radius: 0px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    max-width: 230px;
    padding-top: 20px;
    padding-bottom: 120px;
    height: auto;
}
.popover-body > div{
	padding-top:0px!important;
	min-height:320px!important;
	padding:20px;
}
.popover-body{
	background-color:#fff!important;
	background-image:none!important;
}
.popup-text.popup-category-note{
	color:#000!important;
	font-size:12px;
	text-align:left;
	padding-top:15px;
}

.popup-text.popup-category-capacity{
	color:#000!important;
	font-size:14px;
}
.popup-text.popup-category-capacity .secondary-color{
	color:#000!important;
}
.text-description{
	padding:20px;
}
.per_night{
	color:#666;
	font-size:12px;
}

.popover.empty{
	min-width:280px!important;	
}

.seat-ticket-category{
	position:absolute;
	background-color:#fff;
	width:300px;
	top:50px;
	border:1px solid #ccc;
	z-index:999;
	font-size:14px;
	display:none;
	border-radius:5px;
}
.seat-ticket-category input{
	width:24px;
	text-align:center;
	border:none;
	background:none;
}

.seat-ticket-category .row{
	padding:10px 0px;
	border-bottom:1px solid #ccc;	
	margin:0px;
}

.seat-ticket-category .btn-minus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.seat-ticket-category .btn-plus{
    background: #333;
    width: 24px;
	height:24px;
    font-size: 12px;
	color:#fff;
}
.popover-header:empty{
	display:block;
}
.help-text{
	color:#333;
	font-size:13px;
	font-weight:500;
	padding-left:7px;
}
.night_break_down.hide{
	display:none;
}

.form-title-wrap {
        border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    }
    section.booking {
        background-color: #F5F7FC;
        padding: 20px;
    }
    .text-center {
        text-align: center!important;
    }
    .step-bar-list .step-bar {
        position: relative;
        z-index: 1;
    }
   .step-bar-list .step-bar .icon-element {
        text-indent: 0;
        background-color: #40cc6f;
    }

   .icon-element {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #40cc6f;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        font-size: 25px;
        color: #fff;
    }
    .step-bar-list .step-bar.step-bar-active .icon-element::before {
        position: absolute;
        content: "";
        font-family: "Line Awesome Free";
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        font-size: 26px;
        text-indent: 0;
        font-weight: 900;
    }
    .step-bar-list .step-bar.step-bar-active::before, .step-bar-list .step-bar.step-bar-active::after {
        background-color: #40CC6F;
    }
    .step-bar-list .step-bar::after {
        left: auto !important;
        right: 0;
    }
    .step-bar-list .step-bar::before, .step-bar-list .step-bar::after {
        display: block;
        position: absolute;
        background-color: #F5F7FC;
        height: 4px;
        content: '';
        width: 50%;
        left: 0;
        top: 25px;
        z-index: -1;
    }
   .step-bar-wrap.text-center {
        border-bottom: 1px solid #ccc;
    }
    ul.step-bar-list {
        padding: 20px;
    }
    .thanks-text {
        padding: 20px;
    }
    .list-items li {
        margin-bottom: 6px;
        color: #5d646d;
    }
    .text-success {
        color: #28a745!important;
    }
    li.step-bar p {
        font-size: 18px;
        color: #0000008f;
    }
    .title {
        font-size: 22px;
        color: #0d233e;
    }
    .text-black {
        color: #0d233e !important;
        font-size: 18px;
    }
    .theme-btn {
        font-size: 20px;
        color: #fff;
        line-height: 54px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #287dfa;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        display: inline-block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #287dfa;
        font-weight: 500;
    }
    .theme-btn:hover {
        background-color: #fff;
        color: #287dfa;
    }
    .btn-box a {
        text-decoration: none;
    }
    .theme-btn-transparent:hover {
        background-color: #287dfa;
        color: #fff;
    }
    .theme-btn-transparent {
        background-color: #fff;
        color: #287dfa;
    }
    .btn-box {
        margin-top: 20px;
        text-align: left;
    }
    h3.title a {
    font-size: 22px;
}
p.new-city {
    margin-bottom: 4px;
    font-size: 18px;
    color: #00000096;
}
.list-items-3 li {
    display: flex;
    justify-content: space-between;
}

.list-items li {
    margin-bottom: 6px;
    color: #5d646d;
}
.list-items-3 li span {
    width: auto;
    margin-right: 20px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.bg-7 {
    background-color: #f00125 !important;
}
@media only screen and (max-width: 600px){
    .list-items-3 li {
        display: block !important;
    }
   ul.list-items li span {
        display: block;
        line-height: 34px;
    }
    .theme-btn {
        font-size: 16px;
    }
    .step-bar-list .step-bar {
        width: 100%;
    }
    .boston-text {
        flex-direction: inherit;
    }
    .title {
        font-size: 16px;
        color: #0d233e;
    }
}

@media only screen and (max-width: 600px){
	.popover{
		min-width:280px!important;
		background-color:transparent!important;
	}
	
	.popover img.img-fluid.mb-2 {
		position: relative;
		border-radius: 0px;
		float: none;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 100%;
		width: 100%;
		max-width:100%;
	}
	.popover-body > div{
		min-height:320px!important;
		padding:15px;
	}
	.popup-text.popup-category-note {
		padding-top: 5px;
		max-height: 170px;
		overflow-y: scroll;
	}
	svg{
		padding-top:0px!important;
	}
	#pinchzoom {
		height: 355px!important;
		margin-top: 30px;
	}
	.cart-icon {
		color: #000;
	}
	.mobile-user-icon a.nav-link {
		color: #000!important;
	}
	.navbar-toggler-icon {
		color: #000;
	}
	.guest-box .selected-guest-option{
		top:0px!important;
	}
	.icon-uxpin-icon-set-calendar-regular{
		left:2px!important;
	}
	.guest-box i.fa-caret-down{
		top:9px;
	}
	.guest-box {
		font-size: 10px!important;
		padding-top: 8px!important;
	}
	.guest-selection-box{
		z-index:99999;
		top:32px;
	}
	.date-panel {
		display: inline-block;
		margin-top: 15px;
		text-align:center;
	}
	.cart-total{
		position: relative;
		left: 0%;
		border: none;
	}
}


