@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lobster');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', 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: 100%;
	position: relative;
}
.header_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
}
.header_shadow{
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.4);
}
.header_top{
	width: 100%;
	height: 34px;
	background: #000;
	padding-top: 7px;
}
.lang{
	float: right;
	position: relative;
}
.lang span{
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.lang span i{
	margin-right: 4px;
}
.lang-sub{
	display: none;
	width: 160px;
	height: auto;
	background: #333;
	position:absolute;
	top: 27px;
	right: 0px;
	z-index: 9999;
	text-align:center;
	border: 8px solid #666;
}
.lang-sub ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.lang-sub ul li{
	border-bottom:1px solid #393939;
	padding:2px 0;
}
.lang-sub ul li:hover{
	background:#c0a900;
}
.lang-sub ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:block;
}
.contact{
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
.contact a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 20px;
	padding-right: 20px;
}
.tel_top{
	float: right;
}
.tel_top ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tel_top ul li{
	float: left;
	margin-left: 25px;
}
.tel_top ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.tel_top ul li a i{
	margin-right: 6px;
}
.live_chat{
	float: right;
	margin-top: -2px;
}
.live_chat ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.live_chat ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.live_chat ul li a{
	text-decoration: none;
}
.live_chat ul li a img{
	width: 24px;
}
.live_chat ul li a:hover{
	opacity: 0.7;
}
.header{
	width: 100%;
	height: auto;
	background: url(images/bg-header.png) repeat-x;
}
.logo_cus{
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo_cus a img{
	width: 140px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.nav-wrapper{
	margin-top: 28px;
	-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{
	padding-top: 30px;
	text-align: right;
	-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{
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 50px;
	-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{
	border-color: #d89441;
	color: #fff;
}
/* ========== booking widget =========== */
.booking_widget{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	background:rgba(0,0,0, 0.4);
	padding: 12px 0px;
}
.booking_widget label{
	color: #fff;
	font-weight: normal;
}
.calendar{
	border-radius: 0px;
	border: none;
	background: url(images/calendar.png) #fff no-repeat;
	background-position: right 8px bottom 4px;
}
.slt_cus{
	border-radius: 0px;
	border: none;
}
.btnbook{
	background: #d89441;
	border-radius: 0px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
}
.btnbook:hover{
	background:#eaa147;
}
/* ======== content ========== */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
}
.content_inner{
	max-width: 800px;
	margin: 0 auto;
}
.content{}
.content h1{
  	font-family:'Lobster';
	font-size: 28px;
	color: #d89441;
	text-align: center;
	margin-bottom: 25px;
}
.content h2{
	font-size: 22px;
	color: #333;
}
.content h3{
	font-size: 20px;
	color: #333;
}
.content p{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.content ul{
	padding-left: 20px;
}
.content ul li{
	font-size: 14px;
	color: #666;
}
/* =========== facility ========== */
.fac_box{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.fac_box img{
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.fac_box:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.fac_title{
	position: absolute;
	bottom: 20px;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 10px 15px;
}
.fac_title h3{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.fac_title h3 a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
/* =========== offers ============ */
.offer_wrapper{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 30px 0px;
	position: relative;
}
.offer_wrapper h2{
  	font-family:'Lobster';
  	font-weight: normal;
	color: #d89441;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.offer_wrapper h2:before{
	content:"";
	position:relative;
	display:inline-block;
	width:80px;
	height:1px;
	top:-8px;
	margin-right:25px;
	overflow:hidden;
	border:none;
	background:#d89441;
}
.offer_wrapper h2:after{
	content:"";
	position:relative;
	display:inline-block;
	width:80px;
	height:1px;
	top:-8px;
	margin-left:20px;
	overflow:hidden;
	border:none;
	background:#d89441;
}
.pro_cus{
	margin-left: 10px;
	margin-right: 10px;
}
.pro_box{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	min-height: 410px;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.2);
}
.pro_box:hover img{
	opacity: 0.8;
}
.pro_desc{
	padding: 10px 15px 10px 15px;
}
.pro_desc h3{
	line-height: 18px;
	margin-top: 10px;
}
.pro_desc h3 a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.pro_desc p{
	color: #666;
}
.pro_button{
	width: 100%;
	height: auto;
	border-top: 1px solid #ededed;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pro_button a{
	color: #968c6d;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	display: block;
	font-size: 12px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.pro_button a:hover{
	background: #968c6d;
	color: #fff;
}
.next-cus{
	position:absolute;
	right: 20px;
	top:300px;
	font-size:30px;
	color:#fff;
	cursor:pointer;
	padding-left:16px;
	padding-right:14px;
	padding-bottom:16px;
	padding-top: 14px;
	line-height:0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background:#cccccc;
	border-radius: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
}
.next-cus:hover, .prev-cus:hover{
	color:#111;
}
.prev-cus{
	position:absolute;
	left:20px;
	top:300px;
	font-size:30px;
	color:#fff;
	cursor:pointer;
	padding-left:14px;
	padding-right:16px;
	padding-bottom:16px;
	padding-top: 14px;
	line-height:0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background:#cccccc;
	border-radius: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
}
/* ============ room =============== */
.room_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
}
.room_wrapper h2{
  	font-family:'Lobster';
	color: #d89441;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.room_wrapper h2:before{
	content:"";
	position:relative;
	display:inline-block;
	width:80px;
	height:1px;
	top:-8px;
	margin-right:25px;
	overflow:hidden;
	border:none;
	background:#d89441;
}
.room_wrapper h2:after{
	content:"";
	position:relative;
	display:inline-block;
	width:80px;
	height:1px;
	top:-8px;
	margin-left:20px;
	overflow:hidden;
	border:none;
	background:#d89441;
}
.home_room_text{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.home_room_text p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.room_box{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	min-height: 410px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.2);
}
.room_box:hover img{
	opacity: 0.8;
}
.room_desc{
	padding: 10px 15px 10px 15px;
}
.room_desc h3{
	line-height: 18px;
	margin-top: 10px;
}
.room_desc h3 a{
	color: #000;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.room_button{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ededed;
	text-align: center;
}
.room_button a{
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	color: #968c6d;
	font-size: 12px;
	text-transform: uppercase;
}
.room_view{
	width: 50%;
	float: left;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.room_view:hover{
	background: #968c6d;
	color: #fff !important;
}
.room_book{
	width: 50%;
	float: right;
	background: #d89441;
	color: #fff !important;
}
/* ====== room detail ====== */
.room_amenity_wrapper{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	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: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	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: #fff;
}
.related_room h2{
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
/* ======== map & review ========= */
.map_wrapper{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 30px 0px 80px 0px;
}
.map_wrapper h2{
  	font-family:'Lobster';
	font-size: 28px;
	color: #d89441;
	text-align: center;
	background: url(images/line-gray.png) no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.review_box{
	text-align: center;
}
.review_box h3{
	font-size: 22px;
}
.review_box p{
	color: #666;
}
.review_box h4{
	font-size: 18px;
}
.review_icon{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.review_icon img{
	width: 80px;
}
/* =========== footer ============= */
.footer_wrapper{
	width: 100%;
	height: auto;
	background: url(images/flower-bg.png) #434343 no-repeat;
	background-position: left;
	padding-top: 30px;
}
.footer_wrapper h2{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.address{}
.address p{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	font-weight: normal;
}
.address a{
	color: #fff;
}
.menu_footer{}
.menu_footer ul{
	list-style-type: none;
	padding-left: 0px;
}
.menu_footer ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu_footer ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
}
.menu_footer ul li a:hover{
	color: #b1a27b;
}
.social{}
.social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social ul li{
	float: left;
	margin: 3px;
}
.social ul li:first-child{
	margin-left: 0px;
}
.social ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.social ul li a:hover{
	opacity: 0.8;
}
.copyright{
	width: 100%;
	height: auto;
	background: #000;
	padding: 14px 0px;
	margin-top: 30px;
}
.copyright p{
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
.copyright a{
	color: #fff;
}
.slide_box{
	width: 450px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.tour_price{
	padding-top: 10px;
	padding-bottom: 10px;
}
.tour_price span{
	color: #ec9b1f;
	font-size: 20px;
	font-weight: bold;
}




.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;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d89441;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d89441;
  border-radius:6px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width:480px) {
	html, body{
		height: auto;
	}
	.slideshow_wrapper{
		height: auto;
	}
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
	}
	.contact{
		margin-left: 8px;
		margin-right: 8px;
	}
	.contact a{
		padding-left: 8px;
		padding-right: 8px;
	}
	.live_chat ul li{
		margin-left: 2px;
		margin-right: 2px;
	}
	.tel_top{
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.header{
		background: #fff;
	}
	.logo_cus{
		margin-top: 0px;
	}
	.nav-wrapper{
		background: #333;
		margin-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 24px;
	}
	.booking_widget{
		position: relative
	}
	.booking_widget label{
		margin-top: 15px;
	}
	.offer_wrapper h2:before{
		width: 0px;
		height: 0px;
		margin-right: 0px;
	}
	.offer_wrapper h2:after{
		width: 0px;
		height: 0px;
		margin-left: 0px;
	}
	.nav-cus{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.next-cus{
		position: relative;
		top: 0;
		right: 0;
	}
	.prev-cus{
		position: relative;
		top: 0;
		left: 0;
	}
	.room_wrapper h2:before{
		width: 0;
		height: 0;
		margin-right: 0px;
	}
	.room_wrapper h2:after{
		width: 0;
		height: 0;
		margin-left: 0px;
	}
	.footer_wrapper{
		padding-top: 20px;
	}
	.footer_wrapper h2{
		margin-bottom: 10px;
	}
	.tel_top ul li{
		margin-left: 10px;
	}
	.room_amenity ul li{
		width: 100%;
		float: none;
	}
	.copyright{
		margin-top: 30px;
	}
	.slide_box{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		float: none;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	html, body{
		height: auto;
	}
	.container{
		width:100%;
	}
	.slideshow_wrapper{
		height: auto;
	}
	.header_wrapper{
		position: relative;
	}
	.contact{
		margin-left: 8px;
		margin-right: 8px;
	}
	.contact a{
		padding-left: 8px;
		padding-right: 8px;
	}
	.live_chat{
		margin-left: 4px;
		margin-right: 4px;
	}
	.header{
		background: #fff;
	}
	.logo_cus{
		margin-top: 0px;
	}
	.nav-wrapper{
		background: #333;
		margin-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 24px;
	}
	.booking_widget{
		position: relative;
	}
	.booking_widget label{
		margin-top: 10px;
	}
	.sm_cus{
		min-height: 190px;
	}
	.next-cus{
		right: 0px;
	}
	.prev-cus{
		left: 0px;
	}
	.room_amenity ul li{
		width: 50%;
	}
	.footer_wrapper{
		padding-top: 20px;
	}
	.copyright{
		margin-top: 30px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.next-cus{
		right: 0px;
	}
	.prev-cus{
		left: 0px;
	}
}
@media (min-width: 1200px) {
	.review_box{
		padding-left: 50px;
		padding-right: 50px;
	}
}