/*FOR RESAVENUE CALENDER*/

.booking-sec {
	position: relative;
	z-index: 98;
}


.resavenue-booking-sec {
	background-color: #3a7724;
	margin: -30px auto 0 auto;
	max-width: 1000px;
	height: 84px;
	position: relative;
/*
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
*/
}


@media (max-width:999.98px) {
	.resavenue-booking-sec {
		height: 280px;
		padding: 0;
	}
}


/*==== IFRAME =====*/

.resavenue-booking-ifrm {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 1;
}

.resavenue-booking-ifrm:hover {
	height: 600px;
}

/*
.resavenue-booking-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 98;
	display: none;
}
*/
