@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-30{
	margin-top:30px;
}
.mgr-top-40{
	margin-top:40px;
}
.contact-form label{
	padding: 10px 0px 0px 0px;
}
.clear{
	clear:both;
}
/* ========== header ============ */
.slideshow_wrapper{
	width: 100%;
	height: auto;
	position: relative;
}
.header_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	background: url(images/bg-header.png) repeat-x;
	z-index: 2;
}
.logo_cus{
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo_cus a img{
	width: 128px;
	height: auto;
}
.booknow{
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: right;
}
.booknow a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #e5bd37;
	padding: 10px 40px;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.booknow a:hover{
	background: #fce18d;
	border-color: #fce18d;
	color: #000;
}
.line_header{
	width: 100%;
	height: 1px;
	background: #e5bd37;
}
.arrow_down{
	width: 54px;
	height: auto;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -27px;
	z-index: 1;
}
/* ========= booking widget ============ */
.booking_wrapper{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -40px;
}
.booking_widget{
	width: 100%;
	height: 130px;
	background: #75582e;
	padding: 30px;
    border-radius: 10px;
}
.booking_label{
	padding-top: 34px;
}
.booking_label span{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.booking_widget label{
	color: #fff;
	font-weight: 400;
}
.txt_cus{
	border-radius: 0px;
	height: 40px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.calendar{
	background: url(images/calendar.png) #fff no-repeat;
	background-position: right;
}
.slt_cus{
	border-radius: 0px;
	height: 40px;
	background: url(images/bg-select.png) #fff no-repeat;
	background-position: right;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btnsubmit{
	margin-top: 25px;
	border-radius: 0px;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: #e0b628;
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btnsubmit:hover{
	background: #ad8c1c;
}
/* ========== content ================ */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
}
.content{}
.content h1{
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	margin-top: 0px;
	letter-spacing: 1px;
}
.content h1 span{
	font-size: 20px;
	font-weight: 400;
}
.content h2{
	font-size: 22px;
	color: #333;
}
.content h3{
	font-size: 20px;
	color: #333;
}
.content p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.content ul{
	padding-left: 20px;
}
.content ul li{
	font-size: 16px;
	color: #666;
}
/* ====== hightlight photo ======= */
.photo_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 20px;
}
.big_photo{
	width: auto;
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
}
.small_photo{
	width: auto;
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
}
/* ============ room =============== */
.room_wrapper{
	width: 100%;
	height: auto;
	padding: 30px 0px;
}
.room_wrapper h2{
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.room_content{
	max-width: 890px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.room_content p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.room_box{
	margin-top:  2px;
	margin-bottom: 2px;
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}
.room_box:hover img{
	opacity: 0.8;
}
.room_title{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 15px;
}
.room_title h3{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	text-align: center;
}
.room_title h3 a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(47, 47, 47, 1);
}
.view_all{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}
.view_all a{
	color: #fff;
	background: #000;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #000;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.view_all a:hover{
	background: none;
	color: #000;
}
/* ====== room detail ====== */
.room_amenity_wrapper{
	width: 100%;
	height: auto;
	background: #eee;
	padding: 30px 0px;
}
.room_amenity_wrapper p{
	font-size: 14px;
	color: #000;
	line-height: 24px;
}
.room_amenity_wrapper ul{
	padding-left: 20px;
	margin-top: 20px;
}
.room_amenity_wrapper ul li{
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}
.room_amenity ul li{
	width: 33%;
	float: left;
}
.room_price_detail{
	padding-top: 10px;
	padding-bottom: 20px;
}
.room_price_detail span{
	font-family: Arial, "sans-serif";
	color: #ff6a00;
	font-size: 26px;
	font-weight: bold;
	padding-left: 10px;
}
.h2_cus{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.related_room{
	width: 100%;
	height: auto;
	padding: 30px 0px;
	background: #f2f2f2;
}
.related_room h2{
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}
/* ========== promotion ============ */
.pro_box{
	background: #f2f2f2;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.pro_desc{}
.pro_desc h3{

}
.pro_desc h3 a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.pro_desc h3 a span{
	color: #ef9d13;
}
.pro_desc p{
	font-size: 16px;
	color: #333;
}
.pro_desc ul{
	padding-left: 20px;
}
.pro_desc ul li{
	font-size: 16px;
	color: #333;
}
.pro_button{
	padding-top: 10px;
	padding-bottom: 30px;
}
/* ======== map ============= */
.map_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
}
.map_wrapper h2{
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
/* ========== footer =========== */
.footer_wrapper{
	width: 100%;
	height: auto;
}
.menu_footer_wrapper{
	width: 100%;
	height: auto;
	background: #75582e;
	padding-top: 50px;
	padding-bottom: 40px;
}
.menu_footer{}
.menu_footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu_footer ul li{
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}
.menu_footer ul li:first-child{
	padding-left: 0px;
}
.menu_footer ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
}
.booknow_footer{
	text-align: right;
}
.booknow_footer a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background: #dbae37;
	padding: 8px 34px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.booknow_footer a:hover{
	background: #ad892b;
}
.address_wrapper{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.address{}
.address p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.address a{
	color: #666;
}
.tripadvisor_rate{
	text-align: center;
}
.social{
	padding-top: 40px;
}
.social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.social ul li{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.social ul li a{
	color: #dbc304;
	text-decoration: none;
	font-size: 34px;
}
.social ul li a:hover{
	color: #000;
}
.copyright{
	width: 100%;
	height: auto;
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
	padding-bottom: 40px;
}
.copyright p{
	font-size: 14px;
	color: #666;
}






.btnorange {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer !important;
	color:#333333 !important;
	font-family:Arial;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66;
}
.btnorange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btnorange:active {
	position:relative;
	top:1px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dbae37;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width:480px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
		height: auto;
		background: #75582e;
	}
	.logo_cus{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 38px;
	}
	.booknow{
		text-align: center;
		background: #d9c373;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.booknow a{
		padding-left: 60px;
		padding-right: 60px;
		border: 0px;
	}
	.nav-wrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
	.arrow_down{
		bottom: 30px;
	}
	.booking_wrapper{
		margin-top: -20px;
	}
	.booking_widget{
		height: auto;
		padding: 20px;
		background: #555;
	}
	.booking_widget label{
		margin-top: 10px;
	}
	.booking_label{
		padding-top: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #666;
	}
	.booking_label span{
		line-height: 28px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.content h1{
		line-height: 28px;
	}
	.room_wrapper{
		padding-top: 0px;
	}
	.big_photo{
		height: auto;
		margin-bottom: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.big_photo img{
		width: 100%;
	}
	.small_photo{
		height: auto;
		margin-bottom: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.small_photo img{
		width: 100%;
	}
	#vlightbox1 .vlightbox1{
		margin-bottom: 0px !important;
	}
	.menu_footer_wrapper{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.menu_footer ul li{
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: 1px solid #333;
	}
	.menu_footer ul li a{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.booknow_footer{
		text-align: left;
		margin-top: 25px;
	}
	.tripadvisor_rate{
		text-align: left;
		margin-top: 20px;
	}
	.social{
		padding-top: 20px;
	}
	.social ul{
		float: none;
	}
	.social ul li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.room_amenity ul li{
		width: 100%;
	}
	.pro_desc{
		padding: 0px 15px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
		height: auto;
		background: #75582e;
	}
	.logo_cus{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 38px;
	}
	.booknow{
		text-align: center;
		background: #d9c373;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.booknow a{
		padding-left: 60px;
		padding-right: 60px;
		border: 0px;
	}
	.nav-wrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
	.arrow_down{
		bottom: 30px;
	}
	.booking_wrapper{
		margin-top: -20px;
	}
	.booking_widget{
		height: auto;
		padding: 20px;
		background: #555;
	}
	.booking_widget label{
		margin-top: 10px;
	}
	.booking_label{
		padding-top: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #666;
	}
	.booking_label span{
		line-height: 28px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.big_photo{
		height: 220px;
	}
	.big_photo img{
		width: 100%;
	}
	.small_photo{
		height: 220px;
	}
	.small_photo img{
		width: 100%;
	}
	#vlightbox1 .vlightbox1{
		margin-bottom: 0px !important;
	}
	.menu_footer_wrapper{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.menu_footer ul li{
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: 1px solid #333;
	}
	.menu_footer ul li a{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.booknow_footer{
		text-align: left;
		margin-top: 25px;
	}
	.social ul{
		float: none;
	}
	.room_amenity ul li{
		width: 50%;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		height: auto;
	}
	.menu_footer ul li{
		padding-left: 6px;
		padding-right: 6px;
	}
	.booknow_footer a{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
}