@charset "utf-8";
/* CSS Document */
.row-fluid [class*="span"] {
    padding-bottom: 0px !important; 
}
.extra_details {display:block !important;}
 select[class*='span']#guest_extra_1 {display:none !important;}
div.float {
	width:100%;
	text-align:center;
	position: absolute;
	top:180px;
	z-index:5;
}
.checkbox input[type='checkbox'] {float:none !important;}
.home-login h2 {color:white;font-size:2em;}
.home-login .control-label {color:white;}
.home-login .controls {margin-top:20px;}
.blog .item {
    margin-bottom: 35px;
}
.slicknav_menu .slicknav_btn {
    background: rgba(0, 0, 0, 0.0);
    
}
.roomtype_name, .reservation_asset_item h1 {
    color: rgba(25, 174, 154, 1);
}
textarea#note  {
	min-height: 150px !important;
}
.hornav > ul > li > ul > li, .hornav > ul > li ul > li > ul > li {z-index: 1001;}
.faq-page h2 {font-size:1.8em !important;}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}
