.session-reservation {
	background: url(../images/reservation-background.jpg) no-repeat center center; background-size:cover;
	padding: 100px 0;
}

.book-content {
	margin: 0 auto;
    /*width: max-content;*/
}

.book-panel {
	background: #fff;
	margin-bottom: 20px;
}
.book-panel-heading {
	font-size: 18px;
	background: #f9f9f9;
	padding: 15px 20px 15px 20px;
}
.book-panel-body {
	padding: 30px 20px;
}

.book-panel-body .form-title {
	background: #ccc;
    padding: 5px 10px;
}
.book-panel-body .form-body {
	padding-bottom: 15px;
}



.btn-group-block {
	width: 100%;
}

.book-content .btn-search {
	font-family: 'Roboto', sans-serif;
	letter-spacing: normal;
	padding: 12px 40px;
}


.btn-select {
	padding: 14px 0px 13px 10px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1;
}
.btn-select.dropdown-toggle::after {
    position: absolute;
    display: inline-block;
    margin-left: unset;
    vertical-align: unset;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 50%;
    right: 10px;
}

.btn-sm {
	padding: 10px 20px;
}


.book-date-range {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.book-date-range .date {
	display: block;
	float: left;
	width: 14.28%;
	color: #888888;
	text-align: center;
	transition: .3s all ease;
}
.book-date-range .date:after {
	content: " ";
    display: block;
    clear: both;
    border-bottom: 2px solid #ccc;
    padding-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
    transition: .3s all ease;
}
.book-date-range .date.selected {
	font-weight: bold;
	color: #009abb;
}
.book-date-range .date.disabled {
	color: #cecece;
	cursor: not-allowed;
}
.book-date-range .date .weekday {
	display: block;
}
.book-date-range .date:hover {
	/*color: #fff;
	background-color: #00b0d6;*/
	text-decoration: none;
}
.book-date-range .date:hover:after {
    border-bottom: 2px solid #009abb;
}



.tours-list {

}
.tours-list .tour-item {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 30px 0;
}
.tours-list .tour-item:after {
    content:" ";
    display:block;
    clear:both;
}
.tours-list .tour-item.not-available {
	background: #f5f5f5;
}
.tours-list .tour-item .tour-title {
	float: left;
    width: 280px;
}
.tours-list .tour-item .tour-title div.not-available {
    color: #5d5d5d;
    padding-left: 30px;
}
.tours-list .tour-item .tour-schedule {
	display: block;
	padding-left: 30px;
    font-size: 14px;
    color: #009abb;
}
.tours-list .tour-item .tour-title .tour-icon {
	width: 25px;
    display: inline-block;
    margin-top: -4px;
}
.tours-list .tour-item .tour-info {
	float: left;
	width: max-content;
}
.tours-list .tour-item .tour-departure {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
    margin-bottom: 10px;
}
.tours-list .tour-item .tour-info .tour-info-title {
	font-weight: 100;
    color: #009abb;
    line-height: 1;
}
.tours-list .tour-item .tour-info .tour-info-time span {
	font-weight: 700;
}
.tours-list .tour-item .tour-button {
	position: absolute;
	right: 0;
	bottom: 30px;
}

@media (max-width: 576px) {
	.tours-list .tour-item .tour-button {
		bottom: -18px;
	}
}


.tour-shedule-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 8000;
}

.tour-shedule-overlay .tour-shedule-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
}

.tour-shedule-overlay .tour-shedule-wrapper img {
	display: block;
    margin: auto;
    max-width: 100%;
}

.tour-shedule-overlay .close-button {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    background: #5b5b5b;
    border-radius: 50%;
}
.tour-shedule-overlay .close-button:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
	.tour-shedule-overlay .close-button {
		right: 25px;
	}
}


.book-summary-row {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
}
.book-summary-row:after {
    content:" ";
    display:block;
    clear:both;
}
.book-summary-row .left-column {
	float: left;
	width: 50%;
}
.book-summary-row .right-column {
	float: right;
	width: 50%;
}

.book-summary-row .total-price {
	font-size: 20px;
    font-weight: 700;
}


.state-complete, .state-error {
	margin: auto;
    text-align: center;
}
.state-complete .state-icon, .state-error .state-icon {
	position: relative;
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #ccc;
    border: 5px solid #ccc;
    border-radius: 50%;
    margin: 30px auto 30px auto;
}
.state-complete .state-icon i, .state-error .state-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.state-complete .state-caption, .state-error .state-caption {

}

.form-error {
	color: #a94442;
}

.mrg-top-none {
	margin-top: 0;
}
.mrg-top-xs {
	margin-top: 5px;
}
.mrg-top-sm {
	margin-top: 15px;
}
.mrg-top-lg {
	margin-top: 30px;
}
.mrg-top-xl {
	margin-top: 40px;
}


.mrg-bottom-none {
	margin-bottom: 0;
}
.mrg-bottom-xs {
	margin-bottom: 5px;
}
.mrg-bottom-sm {
	margin-bottom: 15px;
}
.mrg-bottom-lg {
	margin-bottom: 30px;
}
.mrg-bottom-xl {
	margin-bottom: 40px;
}

@media (min-width: 1200px) {
	.book-content .container {
	    max-width: 1140px;
	    width: 1140px;
	}
}
/* - Small tablets and mobiles (sm, xs) */
@media (max-width: 991px) {
	.book-date-range {
		display:  none;
	}

	.tours-list .tour-item {
	    padding: 30px 10px;
	}

	.tours-list .tour-item .tour-title {
	    float: unset;
	    width:  100%;
	    font-size: 18px;
	    padding-bottom: 20px;
	}


	.book-summary-row {
	    
	}
	.book-summary-row .left-column {
	    float: unset;
	    width: 100%;
	    padding-bottom: 5px;
	}
	.book-summary-row .right-column {
	    float: left;
	    width: 100%;
	}
}
/*@media (min-width: 992px)
.container {
    max-width: 960px;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}*/


/* WHATS APP */
.whatsapp {
	position: fixed;
    right: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #2f353b;
    border-top-left-radius: 15px;
    padding: 10px;
}
.whatsapp img {
	display: inline-block;	
    margin-bottom: 8px;
}
.whatsapp a {
	color:  inherit;
}

@media (max-width: 991px) {
	.whatsapp {
		padding: 6px;
	}
	.whatsapp img {
	    display: inline-block;
	    width: 30px;
	    margin-bottom: 0;
	}
	.whatsapp .caption {
		display:  none;
	}
}


.book-loader {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 255, 255, 255, .5 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
	opacity: 0.50;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50)
}

.book-loader.show {
	display: block;
}

.ajax-loader {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

.home-carousel .price-badge {
	position: absolute;
    background: #fff;
    bottom: 10%;
    right: 10%;
    z-index: 10;
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    color: #00b0d6;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
}
.home-carousel .price-badge .price {
    font-size: 50px;
    font-weight: bold;
    color: #111;
    /* margin-top: 5px; */
    line-height: 1;
}
.home-carousel .price-badge .price span {
	font-size: 25px;
}

@media (max-width: 576px) and (max-width: 767px) {
	.home-carousel .price-badge {
		width: 130px;
		height: 130px;
		bottom: 15%;
	    left: 50%;
	    transform:translateX(-50%);
	}
	.home-carousel .price-badge .price {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-carousel .price-badge {
		width: 135px;
		height: 135px;
		bottom: 10%;
	    right: 10%;
	}
	.home-carousel .price-badge .price {
		font-size: 39px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-carousel .price-badge {
		bottom: 10%;
	    right: 10%;
	}
}