

/* BOOKING FORM STYLES

Booking form lives on homepage as widget
that overlays slider & on internal pages
under header.
=========================== */


#booking-form {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: pointer;
	background-color: #fff;
}
#booking-form.form-inline .form-group {

}




#booking-form h4 {
	color: #f4f2ef;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 43px;
}

#booking-form  .form-group {
	width: 16.66%;
	padding: 0 4px;

}
#booking-form .form-control {
	height: 43px;

	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

#booking-form select.form-control {
	width: 100%
}
#booking-form .small {
	max-width: 110px;
}

#booking-form .small input {
	width: 100%;
}

#home-booking.fixed {
	position: fixed;
	top: 0px;
	padding: 5px 0;
	bottom: auto;
}

#home-booking.fixed .form-control,
#internal-booking form#booking-form .form-control {
	height: 31px;
}

#home-booking.fixed .btn,
#internal-booking .btn {
	height: 31px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;

}





/* HOME BOOKING WIDGET
========================== */
#home-booking {
	position: absolute;
	bottom: 0;
	z-index: 100;

	border-top: 2px solid #000;
	width: 100%;
	padding: 20px 0 ;
	display: block;

	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

#home-booking .texture {
	position: absolute;
	top: 0;
	opacity: 0.9;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-position: center bottom;
}


#home-booking .btn {
	height: 43px;
	margin-left: 5px

}


/* INTERNAL BOOKING WIDGET
========================== */
#internal-booking {
	position: relative;
	bottom: 0;
	z-index: 100;
	background-color: #1a1c27;
	width: 100%;
	padding: 5px 0;
	display: block;
	border-top: 2px solid #00aeef;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}


#internal-booking .texture {
	opacity: 0;
}
/*
#ghee-nav.headroom--not-top #internal-booking {
	background-color: transparent;
}

#ghee-nav.headroom--not-top #internal-booking .texture {
	opacity: 0.9;
}
*/
/*
.headroom--unpinned #internal-booking {
	background-image: url('img/bg-texture.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
#internal-booking #booking-form h4 {
	font-weight: 500;
}

#open-book {
	color: #fff;
	font-size: 22px;
	float: right;
	margin: 17px 10px 0 0;
	display: none;
	cursor: pointer;
}
@media (max-width: 992px) {
	#booking-form {
		width: auto;
	}
	#home-booking #booking-form .form-group.form-header{
		width: 100%
	}
}

@media (max-width: 768px) {
	#open-book {
		display: block;
	}

	#home-booking.fixed {
		position: absolute;
		bottom : 0;
		top: auto;

	}
	#internal-booking {
		padding: 0;
		height: 0px;
		overflow: hidden;
	}

	#internal-booking.book-open {
		height: 140px;
	}


	#internal-booking #booking-form{
		padding: 10px;
	}
	#home-booking #booking-form {
		width: 100%
	}
	#booking-form .form-group {
		width: 25%;
		padding: 0 5px 0 0;
		margin-bottom: 10px;
	}
	#booking-form .form-group.num-people{
		padding-right: 0px;
	}

	#booking-form .small {
		max-width: none
	}
	#home-booking {
		padding: 10px 0;
	}
	#booking-form {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	#booking-form h4 {
		line-height: 30px;

	}
	#booking-form.form-inline .form-group.form-header {
		width: 100%;
		margin-bottom: 5px;
		float: none;
		text-align: center;
	}
	#booking-form.form-inline .form-group {
		float: left;
	}
	#booking-form .btn {
		width: 100%;
		padding: 3px 12px;
		text-transform: uppercase;
		margin: 0
	}

}

@media (max-width: 480px) {

	#internal-booking.book-open {
		height: 180px;
	}
	#booking-form .form-group {
		width: 50%;
	}
	#booking-form .form-group.num-nights{
		padding-right: 0px;
	}
	#home-booking .form-control,
	#internal-booking form#booking-form .form-control {
		height: 31px;
	}

	#home-booking .btn,
	#internal-booking .btn {
		height: 31px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-transform: uppercase;

	}


}


