#ui-datepicker-div{
	width:22%;
}
.error{
	text-align: center;
	color: red;
}
.remove-btm{
    margin-bottom: -50px;
}
#payment_checkout{
	text-align: center;
}
.page-program-details h2{
	color: #cccccc;
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

.scontent{
    margin-top: 15px;
}
.top-margin{
    margin-top: 20px;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.banner-price{
    color: #ef5b2f;
    letter-spacing: 5px;
    font-weight: bold;
}
.banner-sub-title{
    margin:0 !important;
}
.banner-title{
    margin-bottom: 0 !important;
}
.parties-content .title{
    letter-spacing: 1px;
    color:#888881 !important;
}

.parties-content h3{
    margin: 0 !important;
}
.parties-content .section-heading:before{
    background-color: transparent;
}
.custom-attractions .sub-title{
    color:#fff !important;
}
.custom-program h1{
    margin-bottom: 0 !important;
}
.custom-table{
    width: 30%;
}
.custom-table td{
    padding: 5px;
    color: #6f6f69;
    font-size: 16px;
}
.aligncenter{
    text-align: center; 
}
.coming-soon{
    background-color: #000;
}
.slider-nav .slick-dots li:only-child{
    display: none;
}
/*input:required {
    background:hsl(180, 50%, 90%);
    border:1px solid #999;
}*/