.reservation-bar {
	float: right;
	position: relative;
	display: inline-block;
	padding: 10px 0 0px;
	margin: 0px auto 0;
	font-size: 12px;
	color: #333;

}
.reservation-bar h3 {
	float: left;
	font-size:14px;
	line-height: 16px;
	text-transform:none;
	letter-spacing: 0px;
	font-weight:400;
	margin: 0 40px 0 40px;
}
.reservation-bar h3:before {
	position: absolute;
	left:0px;
	top: 10px;
	content: '\f046';
	color: #333;
	font: 100 34px/38px 'FontAwesome';
}
.reservation-bar input[type="text"] {
	font-family: 'Cabin', sans-serif;
	color: #000;
	width: 120px;
	text-align: left;
	border: solid 1px #ccc;
	padding: 7px 0 7px 4px;
	border-radius: 0;
	background: url(../images/cal.png) right no-repeat rgba(255,255,255,0.9);
}
.reservation-bar select {
	width: 54px;
	height: 30px;
	padding-left:7px;
	color: #999;
	background: url(../images/select.png) no-repeat right center rgba(255,255,255,0.9);
	line-height:30px;
	border: solid 1px #ccc;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}
.reservation-bar label {
	float:left;
	line-height: 28px;
	margin-right: 5px;
}
.check-in, .check-out {
	float: left;
	margin: 0px 20px 0 0
}
.room, .adult, .child, .night, .access-code {
	float: left;
	margin: 0px 10px 0 0
}
.access-code input[type="text"] {
	font-family: 'Cabin', sans-serif;
	background: #fff;
	width: 90px;
	text-align: center;
	padding: 9px 0 8px;
}
.reservation-bar input[type="image"] {
	height: 32px;
	width: auto;
	margin: 10px 0 0 10px
}
label.Check-rate-Availability {
	font-size: 18px;
	line-height: 26px;
}
.reservation-bar input[type="submit"] {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	text-transform:uppercase;
	padding: 2px 15px;
	border: none;
	background: #333;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0px;
	float:left;
}
.reservation-bar input[type="submit"]:hover {
	background: #000;
}
.ui-datepicker-trigger {
	display: none;
}
.clear {
	clear: both
}
@media (max-width: 1199px) {
	
}
@media (max-width: 979px) {
.reservation-bar {
	position: relative;
	display: inline-block;
	padding: 0px;
}
.reservation-bar h3 {
	display:inline-block;
	width: 100%;
	font-size:14px;
	line-height: 16px;
	text-transform:none;
	letter-spacing: 0px;
	font-weight:400;
	margin: 0 40px 10px 40px;
}
.reservation-bar h3:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\f046';
	color: #333;
	font: 100 34px/38px 'FontAwesome';
}
}

@media (max-width: 767px) {
.reservation-bar {
	margin-top: -10px;
	clear: both;
	width: 100%;
	float: none;
	position: relative;
	display: inline-block;
	padding: 0px;
}
.reservation-bar h3 {
	float:none;
	display:none;
}
.reservation-bar input[type="text"] {
	width: 90px;
	font-size: 11px;
}
.reservation-bar label {
	float: none;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
}
.check-in, .check-out {
	margin-right: 7px;
}
.reservation-bar input[type="submit"] {
	padding: 0 10px;
	line-height: 30px;
	margin-top: 15px;
}

}
@media (max-width: 479px) {

}

/* ----- get-form ----- */
.get-form {
	display: block;
	clear: both;
	width: 570px;
	margin-left: 450px;
	position: relative;
	
}
.get-form fieldset {
	border: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.get-form fieldset span {
	float: left;
	display: inline-block;
	font: 14px/30px 'Cabin', sans-serif;
	width: 100px;
}
.get-form input {
	float: left;
	box-sizing: border-box;
	width: 60%;
	font: 14px/20px 'Cabin', sans-serif;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
}
.get-form input.title {
	width: 40%;
}
.get-form button.bntmail {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 7px 20px;
	margin-left: 100px;
	background: #666;
	border: none;
	color: #fff;
	text-decoration: none;
	font: 16px/24px 'Cabin', sans-serif;
	text-transform:uppercase;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	min-width: 140px
