/*online booking css*/
#ui-datepicker-div *{
	    box-sizing: content-box;
}
h3, h5{
	margin:0;
}
.search-container {
    width: 90%;
    margin: auto;
    text-align: center;
    border: 1px solid rgb(216, 216, 216);
    padding: 25px 15px;
    border-radius: 4px;
    background: #fff;
}
.search-container div {
	position: relative;
	display:inline-table;
}
.search-container i.fa.fa-calendar {
    position: absolute;
    right: 18px;
    top: 4px;
}
.search-container#arrive-date, .search-container#depart-date, .search-container#adult-picker, .search-container#child-picker, .search-container#search-button{
	cursor:pointer;
	margin:0px 10px;
}
.search-container input[type="text"], .search-container select, .search-container button {
    padding: 5px 10px;
    width: unset;
}
button#search-button {
	width: 135px;
	background-color: transparent;
	border: thin solid rgb(59, 181, 204);
	color: rgb(59, 181, 204);
	height: auto;
	text-transform: capitalize;
	font-size: 14px;
}

.arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
    border-bottom: 10px solid;
	border-right: 10px solid transparent;
	position: absolute;
	left: calc(50% - 10px);
	top: 0;
	filter: drop-shadow(0px 0px 0px black);
	z-index: 2;
}
.arrive-Date .arrow {
    width: 100%;
    position: absolute;
    left: -90px !important;
    top: -20px;
    padding: 0 !important;
}
.leave-Date .arrow {
    width: 100%;
    position: absolute;
    left: 90px !important;
    top: -20px;
    padding: 0 !important;
}
.content-container {
    width: calc(90% + 30px);
    height: auto;
    margin: 30px auto 0 auto;
    background: rgba(128, 128, 128, 0.07);
}
.filter-container {
	width: 20%;
	height: auto;
	background: rgb(246, 246, 246);
	border-radius: 2px;
	border: 0.5px solid rgb(224, 224, 224);
	float: left;
	display: inline-block;
}
.filter-container .heading {
	background: rgb(38, 39, 41);
	padding: 14px 25px;
	color:rgb(255,255,255);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.filter-container .heading span {
	color: rgb(59, 181, 204);
}
.filter-option {
	padding: 14px;
	color:#989898
}
.stars {
	margin-top: 20px;
	font-size: 25px;
}
.Rating {
    margin: 8px 14px;
}
.Rating .star{
	display:inline;
	color: #bfbfbf !important;
}
.Rating .star-color,.Rating .star-color-final {
	color: #ecbb00 !important;
}
.Rating i.fa.fa-star {
	font-size: 18px;
}
i.fa.fa-star{
	cursor:pointer;
}
.star-color,.star-color-final{
	color: rgb(59, 181, 204);
}
ul {
    padding: 0px 0px 0px 10px;
    list-style: none;
    margin: 10px 0 0 0;
    text-transform: capitalize;
}
ul li {
	margin: 6px 0;
}
ul li span {
	margin-right: 10px;
}
.filter-search {
	width: 92px;
	background: #3bb5cc;
	padding: 10px 14px;
	margin: 10 auto;
	color: #fff;
	border: 1px solid white;
	border-radius: 4px;
	cursor: pointer;
}
.filter-search:hover{
	background: #298a9d;
}
.option-container {
    margin: 0 0px 20px 20px;
    text-align: left;
}
.option-container select.order-by {
	border: none;
	color: #262729;
	outline: none;
	cursor: pointer;
	width:unset;
}
.views {
	float: right;
}
.Grid, .List {
	display: inline-block;
	margin: 0 5px;
	color: #3bb5cc;
	font-size: 20px;
	cursor: pointer;
}
.list-container, .list-container-2 {
    float: right;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.list-item {
    display: inline-block;
    width: 238px;
    height: 335px;
    margin: 0 17px 20px 40px;
    background: #fff;
    position: relative;
    border: 1px solid rgb(216, 216, 216);
    vertical-align: top;
}
.list-item .image-container {
	width: 100%;
	height: 150px;
}
.list-item .image-container img {
	width: 100%;
	height: 100%;
}
.price-container {
	background: #3bb5cc;
	width: 144px;
	padding: 10px;
	font-size: 18px;
	position: absolute;
	top: 125px;
	right: -18px;
	color: white;
	box-shadow: -4px 2px 10px rgba(0, 0, 0, 0.65);
}
.price-container .arrow {
	width: 100%;
	position: absolute;
	right: -60px;
	left:unset;
	top: 40px;
}
.price-container .arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #404546;
    border-top: 10px solid #404546;
    border-bottom: 10px solid #298a9d00;
    border-right: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    filter: drop-shadow(0px 0px 0px black);
    z-index: -1;
}
.Information-container {
    text-align: left;
}
.list-item .heading {
	margin-top: 30px;
	font-size: 18px;
	padding: 0 14px;
}
.list-item .stars {
	font-size: 16px;
	margin: 4px 0px 10px 14px;
	color: #989898;
}
.list-item .location {
    margin: 10px 0 5px 16px;
    color: rgb(128, 128, 128);
    position: absolute;
    bottom: 56px;
}
.list-item .location h5 {
	color: #3bb5cc;
	margin-right: 10px;
	display:inline;
}
.description{
	display:none;
	color: rgb(128, 128, 128);
}
.list-btns {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.list-btns .btns {
    border: 1px solid #3bb5cc;
    width: 54px;
    /*height: 28px;*/
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #3bb5cc;
    font-weight: 600;
    margin: 0 0px 10px 0px;
    cursor: pointer;
    display: inline;
    line-height: 1.3;
	box-sizing: content-box;
}
button.btns.view {
    right: 20px;
}
.btns:hover{
	background:#3bb5cc;
	color:white;
}
.trolly-container {
	background: #ffffff;
	position: fixed;
	font-size: 30px;
	padding: 10px;
	border: 2px solid #3bb5cc;
	border-right: none;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	right: 0;
	color: #3bb5cc;
	cursor: pointer;
	transition: padding 0.3s;
}
.trolly-container:hover{
	padding-right:25px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index:3;
	display:none;
}
.checkout-container {
	position: fixed;
	top: 50%;
	left: 50%;
	background: white;
	padding: 20px;
	border-radius: 4px;
	transform: translate(-50%,-50%);
	height: 180px;
	width: 500px;
	z-index: 3;
	display: none;
	box-shadow: 1px 1px 10px black;
}
.close {
	position: absolute;
	top: 2px;
	right: 4px;
	color: #4e4e4e;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	margin-top: 10px;
	background:#fff;
}
th {
	width: 20px;
}
td {
	height: 20px;
	text-align:center;
}
td, th {
	padding: 4px 6px;
}
.confirm-container {
	margin-top: 95px;
}
.total-price {
	float: left;
	padding: 6px 2px;
}
.checkout-btn {
	float: right;
	background: #3bb5cc;
	padding: 6px 10px;
	border-radius: 2px;
	color: white;
	text-transform: uppercase;
	cursor:pointer;
}
.checkout-btn:hover{
	background: #298a9d;
}
/*LIST VIEW CLASSES*/
.list-view-item {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
}
.list-item .list-view-img{
	float:left;
	width:250px;
	height:180px;
}
.list-view-price{
	top: 30px;
}
.list-view-info {
	float: left;
	max-width: 65%;
}
.list-item .list-view-heading{
	margin-top: 18px;
}
.list-view-desc {
	display: unset;
	font-size: 14px;
	margin: 20px 0 0 16px;
	float: left;
}
.list-view-btn {
    margin-top: 95px;
    right: 0;
    bottom: 25px;
}
.list-btns .list-view-btns{
	float:right;
	clear:right;
	margin: 6px 10px 0px 0px;
}
.list-view-location{
	bottom: 110px !important;
}
/*END LIST VIEW CLASSES*/
/* body  .rv-content { */
    /* left: unset !important; */
    /* top: 488px !important; */
/* } */
.Amenity-container {
    margin-top: 10px;
}
.VName {
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 20px 0px;
}
.BookingFormRequest {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(64, 64, 64, 0.5);
    z-index: 99999999;
	display:none;
}
i.fa.fa-spinner.fa-pulse.fa-3x.fa-fw {
    margin-left: -20px;
}
.confirm-message text {
    position: relative;
    top: -10px;
}
.bookings-calendar
 .calendar-header {
    height: 40px !important;
    text-align: right;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.Calendar_Container {display:none}
	#arrive-date, #depart-date, #adult-picker, #child-picker, #search-button {
		cursor: pointer;
		margin: 2px 2px;
	}
	.search-container {
		width: 100%;
		padding: 5px 0px;
	}
	input#arrive-date, input#depart-date {
		width: 126px;
	}
	button#search-button {
		width: 284px;
	}
	select#adult-picker, select#child-picker {
		width: 128px;
		background:transparent;
	}
	.views {
		Display:none;
	}
	i.fa.fa-calendar {
		right: 8px;
		top: 8px;
	}
	.option-container {
		margin: 0 0px 20px 0px;
		text-align: center;
	}
	.list-item {
		margin: 0 20px 20px 30px;
	}
	.back-to-venue{
		left:0 !important;
	}
	html body div.rv-content, html body div.rv-module {
		width: 100% !important;
		padding: 0 !important;
	}
	.pricing:nth-child(n+2){
		margin-top: 30px;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 767px) and (orientation : landscape) {
	.Calendar_Container {display:none}
	#arrive-date, #depart-date, #adult-picker, #child-picker, #search-button {
		cursor: pointer;
		margin: 2px 2px;
	}
	.search-container {
		width: 100%;
		padding: 5px 0px;
	}
	input#arrive-date, input#depart-date {
		width: 106px;
	}
	select#adult-picker, select#child-picker {
		width: 132px;
		background:transparent;
	}
	button#search-button {
		width: calc(100% - 33px);
	}
	.views {
		Display:none;
	}
	i.fa.fa-calendar {
		right: 8px;
		top: 8px;
	}
	.option-container {
		margin: 0 0px 20px 0px;
		text-align: center;
	}
	.list-item {
		margin: 0 20px 20px 25px;
	}
	.content-container {
		width: calc(100%);
	}

}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.Calendar_Container {display:none}
	#arrive-date, #depart-date, #adult-picker, #child-picker, #search-button {
		cursor: pointer;
		margin: 2px 2px;
	}
	.search-container {
		width: 100%;
		padding: 5px 0px;
	}
	input#arrive-date, input#depart-date {
		width: 162px;
	}
	select#adult-picker, select#child-picker {
		width: 162px;
		background:transparent;
	}
	button#search-button {
		width: 332px;
	}
	.views {
		Display:none;
	}
	i.fa.fa-calendar {
		right: 8px;
		top: 8px;
	}
	.option-container {
		margin: 0 0px 20px 0px;
		text-align: center;
	}
	.list-item {
		margin: 0 20px 20px 30px;
	}
	.pricing {
		margin-top: 30px;
	}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	input#arrive-date, input#depart-date {
		width: 130px;
	}
	i.fa.fa-calendar {
		top: 6px;
	}
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1224px) {
	#arrive-date, #depart-date, #adult-picker, #child-picker, #search-button {
		margin: 0px 4px;
	}
	.search-container input[type="text"], .search-container select, .search-container button {
		width: 108px;
	}
	i.fa.fa-calendar {
		right: 10px;
		top: 5px;
	}
	.list-view-info {
		max-width: 300px;
	}
	.list-view-location {
		bottom: 115px !important;
	}
	button#search-button {
		width: 64px;
	}
}
 
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/*.arrive-Date {
		top: 72px !important;
		left: 140px !important;
	}
	.leave-Date {
		top: 72px !important;
		left: 356px !important;
	}*/
	.pricing {
		display: inline-block;
		vertical-align: top;
	}
	.pricing:nth-child(n+2) {
		margin-left: 60px;
	}
}
 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/*.arrive-Date {
    top: 72px !important;
    left: 460px !important;
}
.leave-Date {
    top: 72px !important;
	left: 678px !important;
}*/
}
 
/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

}
 
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

}
 
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

}