@charset "utf-8";
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/gotham-Book.eot');
	src: local('?'), url('../fonts/gotham-Book.woff') format('woff'), url('../fonts/gotham-Book.ttf') format('truetype'), url('../fonts/gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham-Light';
	src: url('../fonts/gotham-Light.eot');
	src: local('?'), url('../fonts/gotham-Light.woff') format('woff'), url('../fonts/gotham-Light.ttf') format('truetype'), url('../fonts/gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('?'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Extra';
	src: url('../fonts/Gotham-ExtraLight.eot');
	src: url('../fonts/Gotham-ExtraLightd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-ExtraLight.woff') format('woff'),
		url('../fonts/Gotham-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
    font-family: 'bodoni_bd_btbold';
    src: url('../fonts/tt0037m.eot');
    src: url('../fonts/tt0037md41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0037m.woff2') format('woff2'),
         url('../fonts/tt0037m.woff') format('woff'),
         url('../fonts/tt0037m.ttf') format('truetype'),
         url('../fonts/tt0037m.svg#bodoni_bd_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bodoni_bk_btbook';
    src: url('../fonts/tt0035m_.eot');
    src: url('../fonts/tt0035m_d41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0035m_.woff2') format('woff2'),
         url('../fonts/tt0035m_.woff') format('woff'),
         url('../fonts/tt0035m_.ttf') format('truetype'),
         url('../fonts/tt0035m_.svg#bodoni_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Conv_GeosansLight';
	src: url('../fonts/GeosansLight.eot');
	src: local('☺'), url('../fonts/GeosansLight.woff') format('woff'), url('../fonts/GeosansLight.ttf') format('truetype'), url('../fonts/GeosansLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Lato:100,300);


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	color: #a7a7a7;
	text-decoration: none !important;
}

a:hover,
a:focus {
	text-decoration: none !important;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	color: #414141;
	font-size: 35px;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
}

h2 {	
	color: #423C42;
}

h3 {
	color: #423C42;	
	font-size: 15px;
	font-weight: normal;
}

p {
	color: #808080;
	font-size: 16px;
	color: #605761;	
	font-weight: normal;
}
/* ===================================   **************  ================================================= */
/* ===================================   **CUSTOM CSS**  ================================================= */
/* ===================================   **************  ================================================= */


.header_area {
  background: url(../img/header_bg.png) center top no-repeat;
  height: 146px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.logo {  
  height: 90px;
  width: 120px;
  text-align: left;
  margin-top: 11px;
}
.logo img {
	width: 120px;  
}

.navbar {
	width: 85%;
	float: left;
}
.navbar ul {
	padding: 0;
	margin: 2px 0 0 0;
}
.navbar ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	background: url(img/dot_right.html) right center no-repeat;
	text-align: center;
}
.navbar ul li:last-child {
	background: none;
}
.navbar ul li a {
	color: #ffffff !important;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 34px 30px;
	line-height: 30px;
	font-weight: normal;
}
.navbar ul li a:hover {
	color: #ef7f1a !important;
	border-bottom: 2px solid #ef7f1a;
	border-top: 2px solid #ef7f1a;
	overflow: hidden;
	background: url(../img/menu_bg.png) center top repeat;
}
.navbar ul li.current-menu-item a {
	color: #ef7f1a !important;
	border-bottom: 2px solid #ef7f1a;
	border-top: 2px solid #ef7f1a;
	overflow: hidden;
	background: url(../img/menu_bg.png) center top repeat;
}
.book_now {
  margin: 33px 0 0 0;
  padding: 0 4px 0 0;
  border: 1px solid #ef7f1a;
  background: url(../img/menu_bg.png) center top repeat;
  text-align: center;
  width: 15%;
  float: right;
}
.book_now a {
	margin: 2px;
	padding: 0;
	width: 100%;
	border: 1px solid #ef7f1a;
	background: #ef7f1a;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}

.banner_area {  
  padding: 0;
  position: relative;
  width: 100%;
  height: 811px;
  text-align: center;
}
.banner_area img {
  width: 100%;
  height: 881px;
}
.banner_img_wrapper {
  height: auto;
  width: 100%;
  margin: -109px 0 0 0;
  position: absolute;
}
.banner_areaIN {  
  padding: 0;
  position: relative;
  width: 100%;
  height: 273px;
  text-align: center;
}
.banner_areaIN img {
  width: 100%;
  height: 351px;
}
.banner_img_wrapperIN {
  height: auto;
  width: 100%;
  margin: -109px 0 0 0;
  position: absolute;
}


.heading_area {
  margin: 0;
  padding: 16px 0;
  position: relative;
  width: 100%;
  background: #57583f;
}
.heading_area_wrapper {
  height: auto;
  width: 100%;
}

.heading_area h1 {
	padding: 0;
	margin: 0;
	font-family: 'gotham-Light';
	color: #FFF;
	font-weight: 600;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
}
.header_top {
	height: auto;
	float: right;
}
.header_top ul {
	padding: 0;
	margin: 0;
}
.header_top ul li {
	padding: 0 10px 0 10px;
	margin: 0;
	float: left;
	color: #ef7f1a;	
	line-height: 30px;
	list-style-type: none;
}
.header_top ul li:last-child {
	background: none;
}
.header_top ul li a {
	color: #a0a0a0;
	font-family: 'gotham-Light';
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
	padding-left: 6px;
}
.header_top ul li a:hover {
	color: #f38f00;
}
.header_top ul li .here {
	color: #ff0000;
}
.header_bottom {
	background: none;
	width: 100%;
	height: auto;
}
.banner_captio {
  background: rgba(0, 0, 0, 0) url("../img/img_bg.png") repeat scroll center top;
  bottom: 0;
  height: 480px;
  left: 95px;
  padding: 30px 20px 40px;
  position: absolute;
  right: 0;
  top: 200px;
  width: 28%;
}

.banner_captio h1{
    color: #ef7f1a;
	border: 0;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
    font-size: 36px;
    font-style: normal;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.loginbox{
	text-align:center;
	margin: 0;
	padding: 0px 15px;
	font-family: 'Open Sans', sans-serif;
}
.selectbox {
  background: rgba(0, 0, 0, 0) url("../img/input_bg.png") repeat scroll center top;
  border: 1px solid #ef7f1a;
  color: #9b9b9b;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 38px;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.selectbox select {
	width: 100%;
	height: 50px;
	background: url(../img/downarrow.png) center right no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
input.loginfield {
  background: rgba(0, 0, 0, 0) url("../img/input_bg.png") repeat scroll center top;
  border: 1px solid #ef7f1a;
  color: #9b9b9b;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  margin: 20px 0;
  overflow: hidden;
  padding: 7px;
  text-align: left;
  width: 100%;
}
input.loginbtn{
    background: #ef7f1a;
    border: 0 none;
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100%;
	padding: 14px 30px;
	margin-top: 10px;
}
input.loginbtn:hover{
    background: #000;
    color: #fff;
}

.email .loginfield {
  margin: 0;
  padding-left: 16px;
}
.email {
  margin: 20px 0;
  position: relative;
}
.email::before {
  content: "";
  display: inline-block;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 21px;
}
.email:before {
	background: url(../img/call.png) no-repeat scroll 0 0 / 100% 100%;
}

.socialtop a{
   	background: #8c8c8c;
    border-radius: 32px;
    color: #1f1f1f;
	border: 0;
	float: right;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    margin-right: 6px;
	margin-top: 4px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    width: 28px;
}
.socialtop a:hover{
	background: #8c8c8c;
	color: #fff;
}

.welcome_box {
	width: 100%;
	text-align: center;
	height: auto;
}

.welcome_box h1 {
  border: 0 none;
  color: #171717;
  font-family: "Lato",sans-serif;
  font-size: 35px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.welcome_box p {
  border: 0 none;
  color: #4d4d4d;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 23px;
  margin: 0;
  padding: 8px 0;
}

.luxury_rooms {
	width: 100%;
	height: auto;
	margin: 60px 0 40px 0;
	background: url(../img/content_bg.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
}

.luxury_rooms h1 {
  border: 0 none;
  color: #171717;
  font-family: "Lato",sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 50px;
  margin: 0;
  padding: 20px 0 5px;
}
.luxury_rooms h3 {
  border: 0 none;
  color: #4d4d4d;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 23px;
  margin: 0;
  padding: 6px 0 0;
}

.business_trip {
	width: 100%;
	text-align: left;
	height: auto;
}
.plan_trip {
	width: 100%;
	text-align: left;
	height: auto;
	
}
.plan_tripL {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: auto;
  margin: 80px 0 0;
  overflow: visible;
  padding: 20px;
  position: relative;
  text-align: left;
}
.plan_tripL::after {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg1.png") no-repeat scroll center top;
  bottom: -7px;
  content: "";
  display: inline-block;
  height: 9px;
  left: 0;
  position: absolute;
  width: 100%;
}
.plan_tripL::before {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg.png") no-repeat scroll center bottom;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -11px;
  width: 100%;
}
.plan_tripL::before {
  margin-top: 0;
  text-align: center;
}
.plan_tripL::after {
  margin-top: 0;
  text-align: center;
}
.plan_tripL h1{
    color: #ef7f1a;
	border: 0;
    font-family: 'Lato', sans-serif;	
    font-size: 35px;
    font-style: normal;
    line-height: 35px;
    margin: 0;
    padding: 10px 0;
    font-weight: 300;
}
.plan_tripL h2 {
  border: 0 none;
  color: #171717;
  font-family: "Lato",sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.plan_tripL p {
  border: 0 none;
  color: #4d4d4d;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
.plan_tripL .btn_details {
  margin: 30px 0 0 0;
  padding: 0 4px 0 0;
  border: 1px solid #ef7f1a;
  background: #FFF;
  text-align: center;
  width: 25%;
  float: left;
}
.plan_tripL .btn_details a {
	margin: 2px;
	padding: 0;
	width: 100%;
	border: 1px solid #ef7f1a;
	background: #ef7f1a;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}
.plan_tripR {
	text-align: left;
	height: auto;
	background: #FFF;
	padding: 4px;
	border: 2px solid #ef7f1a;
	margin: 42px 0 40px -32px;
}
.plan_tripR img {
	width: 100%;
	height: 400px;
	border: 1px solid #ef7f1a;
}

.plan_tripL1 {
  background: #fff none repeat scroll 0 0;
  float: right;
  height: auto;
  margin: 80px 0 0;
  overflow: visible;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 524px;
}
.plan_tripL1::after {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg1.png") no-repeat scroll center top;
  bottom: -7px;
  content: "";
  display: inline-block;
  height: 9px;
  left: 0;
  position: absolute;
  width: 100%;
}
.plan_tripL1::before {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg.png") no-repeat scroll center bottom;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -11px;
  width: 100%;
}
.plan_tripL1::before {
  margin-top: 0;
  text-align: center;
}
.plan_tripL1::after {
  margin-top: 0;
  text-align: center;
}
.plan_tripL1 h1 {
  border: 0 none;
  color: #ef7f1a;
  font-family: "Lato",sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin: 0;
  padding: 10px 0;
}
.plan_tripL1 h2 {
  border: 0 none;
  color: #171717;
  font-family: "Lato",sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.plan_tripL1 p{
    color: #4d4d4d;
	border: 0;
     font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 23px;
    margin: 0;
    padding: 0;
}
.plan_tripL1 .btn_details {
  margin: 30px 0 0 0;
  padding: 0 4px 0 0;
  border: 1px solid #ef7f1a;
  background: #FFF;
  text-align: center;
  width: 25%;
  float: left;
}
.plan_tripL1 .btn_details a {
	margin: 2px;
	padding: 0;
	width: 100%;
	border: 1px solid #ef7f1a;
	background: #ef7f1a;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}
.gallery1 img,.gallery img,.gallery2 img {
  height: 227px;
  width: 100%;
}
.stay1 img,.stay img,.stay2 img {
  height: 250px;
}
.plan_tripR1 {
	text-align: left;
	height: auto;
	background: #FFF;
	padding: 4px;
	float: left;
	border: 2px solid #ef7f1a;
	margin: 25px 0 40px -61px;
	-webkit-margin-start: -64px;
}
.plan_tripR1 img {
	width: 100%;
	height: 400px;
	border: 1px solid #ef7f1a;
	float: left;
}
.gallery_box {
	width: 100%;
	height: auto;
	position: relative;
}
.gallery {
	width: 332px;
	height: auto;
	background: #FFF;
	padding: 2px;
	margin: 40px 0 40px 0;
	border: 1px solid #F00;
	overflow: hidden;
	float: left;
}
.gallery::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 330px;
	height: 27px;
	background: url(../img/shadow_bg2.png) center bottom no-repeat;	
	left: 17px;
	top: 270px;
	z-index: -1;
}
.gallery1 {
	width: 332px;
	height: auto;
	background: #FFF;
	padding: 2px;
	margin: 40px 0 40px 0;
	border: 1px solid #F00;
	overflow: hidden;
	float: left;
}
.gallery1::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 330px;
	height: 27px;
	background: url(../img/shadow_bg2.png) center bottom no-repeat;	
	left: 21px;
	top: 270px;
	z-index: -1;
}

.gallery2 {
	width: 332px;
	height: auto;
	background: #FFF;
	padding: 2px;
	margin: 40px 0 40px 0;
	border: 1px solid #F00;
	overflow: hidden;
	float: left;
}
.gallery2::last-child {
	width: 332px;
	height: auto;
	background: #FFF;
	padding: 2px;
	margin: 40px 0 40px 0;
	border: 1px solid #F00;
	overflow: hidden;
	float: left;
}
.gallery2::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 330px;
	height: 27px;
	background: url(../img/shadow_bg2.png) center bottom no-repeat;	
	left: 20px;
	top: 270px;
	z-index: -1;
}

/*.............footer page css.............*/

.footer {
  background: #1a1a1a url("../img/footer_bg.png") repeat-x scroll left top;
  height: 100%;
  margin-top: 40px;
  width: 100%;
}
.arrow{
	margin-top: -20px;
	z-index: 999999;
}

.footer-top{
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.footer-top h1{
    color: #ef7f1a;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;	
    font-size: 35px;
	padding: 15px 0;
	margin: 0;
	text-align: center;
    font-weight: 300;
}
.footer-top p {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	padding: 15px 0;
	margin: 0;
	text-align: center;
}
.footer-bottom-area {
  background: #111 none repeat scroll 0 0;
}
.footer-bottom{
  height: auto;
  padding: 14px 0;
  text-align: center;
  width: 600px;
  float: none;
  margin: 10px auto;  
}

.footer-bottom ul {
  clear: both;
  display: table;
  margin: 0 auto;
  padding: 0;
}
.footer-bottom ul li {
	padding: 0;
	margin: 0;
	line-height: 30px;
	color: #ef7f1a;
	text-align: center;
	list-style-type: none;
  display: inline-block;
}

.footer-bottom ul li a {
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
}
.footer-bottom  ul li a:hover {
	color: #f38f00;
}
.footer-bottom p {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	padding: 8px 0;
	margin: 0;
	text-align: center;
    font-weight: lighter;
}
.socialbottom a{
   	background: #8c8c8c;
    border-radius: 32px;
    color: #333333;
	border: 0;
	float: none;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
	margin-top: 4px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    width: 40px;
}
.socialbottom a:hover{
	background: #8c8c8c;
	color: #fff;
}

/*==========================================STAY PAGE================================================*/

.STAY_box {
  height: auto;
  margin-bottom: 35px;
  text-align: left;
  width: 100%;
}
.STAY_rooms {
  height: auto;
  margin: 40px 0;
  width: 100%;
  text-align: center;
}

.STAY_rooms h2{
    color: #ef7f1a;
	border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-style: normal;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.STAY_rooms h3 {
  border: 0 none;
  color: #EF7F1A;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.room-features ul {
	margin: 0;
	padding: 0;
}
.room-features ul li {
	margin: 11px 0 0 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #4d4d4d;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: 700;
	
	
}

.room-features ul li ul li {
	font-size: 14px;
	font-weight: 400;
	padding: 0 18px;
	background: url(../img/arrow.png) 2px 4px no-repeat;
}

.stay {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f00;
  float: left;
  height: auto;
  overflow: visible;
  padding: 2px;
  position: relative;
}
.stay::after {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg3.png") no-repeat scroll center bottom;
  bottom: -26px;
  content: "";
  display: inline-block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.stay1 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f00;
  float: left;
  height: auto;
  overflow: visible;
  padding: 2px;
  position: relative;
}
.stay1::after {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg3.png") no-repeat scroll center bottom;
  bottom: -26px;
  content: "";
  display: inline-block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.stay2 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f00;
  float: left;
  height: auto;
  overflow: visible;
  padding: 2px;
  position: relative;
}
.stay2::last-child {
	width: 366px;
	height: auto;
	background: #FFF;
	padding: 2px;
	margin: 40px 0 40px 0;
	border: 1px solid #F00;
	overflow: hidden;
	float: left;
}
.stay2::after {
  background: rgba(0, 0, 0, 0) url("../img/shadow_bg3.png") no-repeat scroll center bottom;
  bottom: -26px;
  content: "";
  display: inline-block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.loginbox1 {
	text-align: center;
	margin: 0;
	padding: 0px 15px;
	font-family: 'Open Sans', sans-serif;
}
.selectbox1 {
	border: 1px solid #969696;
	background: #fcfcfc;
	overflow: hidden;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 7px;
	width: 18%;
	height: 50px;
	font-size: 14px;
	color: #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.selectbox1 select {
	width: 100%;
	height: 35px;
	background: url(../img/downarrow.png) center right no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	border: 0;
	padding: 0;
	margin: 0;
}
input.loginfield1{
	border: 1px solid #969696;
	background: #fcfcfc;
	overflow: hidden;
	text-align: left;
	margin: 20px 2px 20px 0;
	padding: 7px;
	width: 335px;
	float: left;
	height: 50px;
	font-size: 14px;
	color: #9a9a9a;
	font-family: 'Open Sans', sans-serif;
}
input.loginbtn1{
    background: #ef7f1a;
    border: 0 none;
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: auto;
	padding: 14px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input.loginbtn1:hover{
    background: #000;
}
.email1 .loginfield1 {
  margin: 0 10px 0 0;
  padding-left: 16px;
}
.email1 {
  margin: 20px 0;
  position: relative;
}
.email1:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  top: 14px;
  left: 299px;
}
.email1:before {
	background: url(../img/call.png) no-repeat scroll 0 0 / 100% 100%;
}
.email2 .loginfield1 {
  margin: 0;
  padding-left: 16px;
}
.email2 {
  margin: 20px 0;
  position: relative;
}
.email2:before {
    content: "";
    display: inline-block;
    height: 21px;
    left: 646px;
    position: absolute;
    top: 14px;
    width: 21px;
}
.email2:before {
	background: url(../img/call.png) no-repeat scroll 0 0 / 100% 100%;
}

.form_rooms {
	width: 100%;
	height: auto;
	padding: 30px 0 40px 0;
	background: url(../img/content_bg.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 40px;
}

.form_rooms h1{
    color: #171717;
	border: 0;
    font-family: 'bodoni_bk_btbook';
    font-size: 50px;
    font-style: normal;
    line-height: 50px;
    margin: 0;
    padding: 20px 0;
}

/*==========================================STAY PAGE================================================*/

.contact_us {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 20px;
}
.contact_us img {
	width: 100%;
	height: auto;
	border: 1px solid #ef7f1a;
	margin-top: 20px;
}

.contact_us h3 {
	text-align: left;
	padding: 6px 0;
	margin: 0;
	line-height: 24px;
	font-size: 20px; 	
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
}
.contact_us p {
	text-align: left;
	padding: 6px 0;
	margin: 0;	
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 20px;
}
.contact_us .text{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 50%;
	display: inline-block;
}
.contact_us .text2{
	text-align: left;
	padding: 0 0 0 30px;
	margin: 0;
	width: 49%;
	display: inline-block;
}


/*============================================booking_box===================================*/

.booking_box {
	width: 100%;
	border: 1px solid #959595;
	padding: 12px;
	text-align: left;
	margin: 24px 0;		
}
.booking_box2 {
	width: 100%;
	padding: 12px 0;
	text-align: left;
}
.booking_deluxe {
	width: 100%;
	padding: 12px 0;
	text-align: left;
}

.booking_deluxeL {
	float: left;
}
.booking_deluxeR {
	padding: 0;
	margin: 0 0 16px 0;
	float: right;
	width: 67%;
	
}

.booking_deluxeR ul {
	padding: 0;
	margin: 0;	
}
.booking_deluxeR ul li {
	padding: 0;
	margin: 15px 0 0 37px;
	color: #4d4d4d;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	list-style-type: disc;
	width: 28%;
	
}

.booking_deluxeR h3{
	color: #ef7f1a;
	font-size: 21px;
	font-family: 'Conv_Gotham-Bold';	
	font-weight: 500;
	padding: 0;
	line-height: 12px;
	margin: 0 0 8px 20px;
}

.booking_box2 h2{
	color: #ef7f1a;
	font-size: 40px;
	font-family: open sans;	
	font-weight: 600;
	padding: 0 0 12px 0;
	line-height: 36px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #959595;	
}

.booking_box2 p {
	color: #4d4d4d;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align: left;
}
.table{
	margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.table thead{
	background: #363636;
}

.table thead th{
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	width: 240px;
	text-align: center;
}
.table tbody{
	background: #ebebeb;
}
.table tbody tr{
	
}
.table tbody td{
	color: #5e5e5e;
	font-size: 17px;
	width: 240px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.table2{
	background: #ebebeb;
	border-top: 1px solid #959595;
	overflow: hidden;
}
.table2 .textt {
    color: #ef7f1a;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 0 126px 0 0;	
    text-align: right;
}

.details_form {
	width: 100%;
	padding: 12px;
	text-align: left;
	margin: 24px 0;
	color: #ef7f1a;	
}

.details_form p {
	color: #4d4d4d;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 500;
	padding: 0;
	line-height: 36px;
	margin: 0 0 18px 0;
}

.details_form .red_star{
	color: #c81f27;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
}
.details_form input {
	color: #c81f27;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align: left;
	background: #FFF;
	width: 70%;
	border: 1px solid #959595;
	padding-left: 14px;
}
.details_form .width120px{
	width: 120px;
	display: inline-block;
}

input.proccedbtn{
    background: #ef7f1a;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    width: auto;
	padding: 14px 16px;
}
input.proccedbtn:hover{
    background: #000;
}
.btn_procced {
	border: 1px solid #ef7f1a;
	overflow: hidden;
	width: auto;
	margin-top: 18px;
	display: inline-block;
}

.stay10 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f00;
    float: left;
    height: auto;	
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 2px;
}
.stay10::after {
    background: rgba(0, 0, 0, 0) url("../img/shadow_bg3.png") no-repeat scroll center bottom;
    content: "";
    display: inline-block;
    height: 26px;
    left: 17px;
    position: absolute;
    top: 340px;
    width: 366px;
    z-index: -1;
}

.btn_procced1 {
	border: 1px solid #ef7f1a;
	overflow: hidden;
	width: auto;
	display: inline-block;
}
.btn_booknow a{
    background: #ef7f1a;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    width: auto;
	padding: 6px 16px;
}
.btn_booknow a:hover{
    background: #000;
}

/*=======================================THANK YOU PAGE CSS====================================

==============================================================================================*/

.thank_box {
  border: 1px solid #959595;
  float: left;
  height: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 16px;
  width: 100%;
}

.thank_box h3 {
  border-bottom: 1px solid #959595;
  color: #ef7f1a;
  font-family: open sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  text-align: center;
}

.thank_left {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 20px;
	border-right: 1px solid #999;
}

.thank_left p {
	text-align: left;
	padding: 6px 0;
	margin: 0;
	color: #ef7f1a;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;	
	
}
.thank_left .text{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 50%;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
	color: #ef7f1a;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.thank_left .text2{
	text-align: left;
	padding: 0 0 0 30px;
	margin: 0;
	width: 48%;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}
.thank_right {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 20px;
}

.thank_right p {
	text-align: left;
	padding: 6px 0;
	margin: 0;
	color: #ef7f1a;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;	
	
}
.thank_right .text{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 50%;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
	color: #ef7f1a;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.thank_right .text2{
	text-align: left;
	padding: 0 0 0 30px;
	margin: 0;
	width: 48%;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}

.pdf_btn {
  margin: 20px 0 0 0;
  padding: 0 4px 0 0;
  text-align: center;
  width: auto;
  float: right;
}
.pdf_btn a {
	margin: 2px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ef7f1a;
	background: #ef7f1a;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}


/* ============================================= */
.selectbox .dropdown-menu {
  background: #363636 none repeat scroll 0 0;
}
body .selectbox .btn-group.bootstrap-select.dropup {
  background: transparent none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 100%;
}
body .selectbox .btn.dropdown-toggle.btn-default {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  color: #ccc;
  height: 100%;
  width: 100%;
}
body .selectbox .btn-group.bootstrap-select {
  display: block;
  height: 100%;
  width: 100% !important;
}
body .selectbox .btn.dropdown-toggle.btn-default:active,body .selectbox .btn.dropdown-toggle.btn-default:focus,body .selectbox .btn.dropdown-toggle.btn-default:hover {
	outline: none;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #474646;
  color: #fff;
  text-decoration: none;
}
/* ================================= */
.banner_captio_wrapper .banner_captio {
  float: left;
  height: auto;
  padding: 15px 15px 25px;
  position: static;
  text-align: center;
  width: 380px;
}
.banner_captio_wrapper {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 9999;
}
.openclosebtn {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 60px;
    left: -60px;
    padding: 12px 5px 12px 12px;
    position: absolute;
    top: 0;
    width: 60px;
    cursor: pointer;
}
.openclosebtn > img {
    width: 100%;
}


.btn_booknow {
    background: #ef7f1a none repeat scroll 0 0;
    margin: 1px;
}
.btn_booknow button.btn {
    background: #ef7f1a none repeat scroll 0 0;
    color: #fff;
}
.btn_details a:hover {
  color: #000;
  transition: all 0.3s ease-in-out 0s;
}
div.help-inline {
  color: red;
  font-size: 12px;
  line-height: 14px;
  padding-left: 120px;
}
#lightgallery .col-md-4 > div {
  cursor: pointer;
}


.row-custom {
    margin-left: -5px;
    margin-right: -5px;
}
.custom-md-6 {
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
.book-now-btn-wrapper {
    float: left;
    height: auto;
    width: 100%;
}
.book-now-btn-wrapper .loginbtn {
    margin: 0;
    padding: 10px;
}
.banner_captio.find-room-form-wrapper {
  bottom: unset;
  height: auto;
  top: 180px;
}
.banner_captio_wrapper .banner_captio .email {
  margin: 0 0 8px;
  position: relative;
}
.banner_captio_wrapper .banner_captio .loginbox {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.banner_captio_wrapper .banner_captio .loginbox .selectbox {
  margin-bottom: 8px;
}
.close_btn {
  left: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.STAY_rooms p {
	font-size: 14px;
}
ul.dining_time li {
	font-size: 13px;
	color: #4d4d4d;
}
/*=================================MEDIA QUIRY========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 1198px) {
	
.plan_tripL1::after {
    background: rgba(0, 0, 0, 0) url("../img/shadow_bg1.png") no-repeat scroll center top;
    content: "";
    display: inline-block;
    height: 9px;
    left: 452px;
    position: absolute;
    top: 0;
    width: 495px;	
}

.plan_tripL1::before {
    background: rgba(0, 0, 0, 0) url("../img/shadow_bg.png") no-repeat scroll center bottom;
    content: "";
    display: inline-block;
    height: 15px;
    left: 457px;
    position: absolute;
    top: 0;
    width: 495px;
}
.logo {
    height: 90px;
    margin-left: -43px;
    margin-top: 11px;
    text-align: left;
    width: 120px;
}
.navbar ul li a {
	padding: 34px 25px;
}
.email::before {
    left: 263px;
}

@media only screen and (max-width: 991px) {

.navbar {
    margin-left: 0;
    margin-top: 0;
    z-index: 99999;
    margin-bottom: 0;
}
.navbar ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	text-align: left;
	z-index: 99999999;
}
.navbar ul li a {
  color: #ffffff !important;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  padding: 14px 18px;
  text-decoration: none;
}
.book_now {
  float: right;
  margin: 16px 0 0;
  text-align: center;
  width: 15%;
}
.book_now a {
  font-size: 12px;
}
.banner_captio {
    height: 480px;
    left: 0;
    padding: 30px 40px 40px;
    position: absolute;
    top: 153px;
    width: 100%;
    /*z-index: 1;*/
}
.email::before {
    height: 21px;
    left: 617px	
}
.gallery {
	margin-left: 20px;
}
.gallery1 {
	margin-left: 30px;
}
.gallery2 {
	margin-left: 30px;
}

.plan_tripL {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_tripL p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL .btn_details {
	margin: 5px 0 0 0;
}

.plan_tripL1 {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL1 h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL1 h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_trip1L p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR1 {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL1 .btn_details {
	margin: 5px 0 0 0;
}
.plan_tripL1::before {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plan_tripL1::after {
	display: none;
}
.plan_tripL::after {
	display: none;
}

.gallery::after {
    left: 38px;
}

.gallery1::after {
    left: 398px;
    top: 270px;
}
.gallery2::after {
    left: 49px;
    top: 581px;
}
.arrow {
    margin-top: -20px;
    text-align: left;
    z-index: 999999;
}

.header_area {
  height: auto;
}
.logo {
  height: auto;
  margin-left: 0;
  margin-top: 8px;
  padding: 0 40px;
  width: 100%;
}
.logo img {
  max-width: 100%;
  width: auto;
}
}

@media only screen and (max-width: 767px) {

.header_area {
	width: 100%;
	background: #000;
	height: auto;
	border-bottom: 6px solid #ff9c00;
}
.logo {
  clear: both;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
	
.header_top {
    float: left;
    height: auto;
}

.header_top ul li {
    padding: 0 3px;
}	
	
.header_top ul li a {
    font-size: 12px;
    line-height: 30px;
    padding-left: 2px;
}
.socialtop a {
    margin-top: 15px;	
}

.navbar {
  float: right;
  margin-left: 0;
  margin-top: 0;
  width: auto;
  z-index: 99999;
}
.navbar ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	background: #000;
	text-align: left;
	z-index: 99999999;
	width: 100%;
	border-bottom: 2px solid #ef7f1a;
}
.navbar ul li a {
	color: #ffffff !important;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 14px 10px;
	line-height: 30px;
	font-weight: normal;
}
.navbar ul li a:hover {
	color: #ef7f1a !important;
	border-bottom: 2px solid #ef7f1a;
	border-top: 2px solid #ef7f1a;
	overflow: hidden;
	background: url(../img/menu_bg.png) center top repeat;
}
.navbar ul li:last-child {
	background: #000;
}
.book_now {
    float: right;
    margin: -14px 0 0;
    text-align: center;
    width: 100%;
}
.banner_captio {
    background: rgba(0, 0, 0, 0) url("../img/img_bg.png") repeat scroll center top;
    bottom: 0;
    height: 480px;
    left: 0;
    padding: 30px 40px 40px;
    position: absolute;
    top: 153px;
    width: 100%;
    z-index: 1;
}

.banner_captio {
    padding: 13px 10px 13px 10px;
}
.banner_captio h1 {
    font-size: 30px;
    line-height: 28px;
}
.email::before {
    content: "";
    display: inline-block;
    height: 21px;
    left: 541px;
    position: absolute;
    top: 17px;
    width: 21px;
}
.banner_area {
    height: 577px;
    width: 100%;
}
.banner_area img {
    height: 670px;
    width: 100%;
}
.welcome_box h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 40px;
}
.welcome_box img {
    height: auto;
}
.welcome_box p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.luxury_rooms {
	margin: 0;
}
/*.luxury_rooms img {
    height: 19px;
    width: 100%
}*/
.luxury_rooms h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 33px;
	padding: 15px 0 0 0;
}
.luxury_rooms h3 {
    line-height: 6px;
	padding: 0;
}
.luxury_rooms p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.plan_tripL {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_tripL p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL .btn_details {
	margin: 5px 0 0 0;
}

.plan_tripL1 {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL1 h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL1 h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_trip1L p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR1 {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL1 .btn_details {
	margin: 5px 0 0 0;
}
.plan_tripL1::before {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plan_tripL1::after {
	display: none;
}
.plan_tripL::after {
	display: none;
}

.gallery {
	width: 97%;
	height: 100%;
	margin: 4px;
}

.gallery img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery::after {
    left: 7px;
    top: 220px;
}
.gallery1 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 4px 4px;
}
.gallery1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery1::after {
    left: 7px;
    top: 470px;
}
.gallery2 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 30px 4px;
}
.gallery2 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery2::after {
    left: 7px;
    top: 720px;
}
.arrow {
    margin-top: 0;
    z-index: 999999;
	text-align: center;
}
.footer-top h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
.footer-bottom {
    float: none;
    height: auto;
    margin: 22px auto;
    padding: 0;
    text-align: center;
    width: 475px;
}
.footer-bottom ul li {
    line-height: 26px;
}
.footer-bottom ul li a {
    font-size: 13px;
    line-height: 25px;
}
.footer-bottom p {
    font-size: 16px;
}
.STAY_rooms {
    float: left;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    width: 30%;
}
.STAY_rooms img {
	width: 100%;
	height: auto; 
}
.stay::after {
    left: 23px;
    top: 299px;
    width: 183px;
}
.stay1::after {
    left: 334px;
    top: 365px;
    width: 200px;
}
.stay2::after {
    left: 17px;
    top: 779px;
    width: 200px;
}
.form_rooms {
	width: 100%;
	height: auto;
}
.form_rooms img {	
	height: auto;
}
.email1::before {
    left: 578px;
    top: 8px;
}

input.loginfield1 {
    height: 37px;
    padding: 7px;
    width: 100%;
	margin-bottom: 8px !important;
}
.selectbox1 {
    margin: 0 0 8px 0;
    width: 100%;
	height: 37px;
}

.email2::before {
    left: 579px;
    top: 53px;
}

.form_rooms {
    margin-top: 38px;
    padding: 9px 0 40px;
}

.form_rooms h1 {
	font-size: 40px;
    font-style: normal;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.contact_us {
	width: 100%;
	height: 100%;
}

.contact_us img {
	width: 100%;
	height: 100%;
}

.contact_us .text {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 46%;
	display: inline-block;
}
.contact_us .text2{
	text-align: left;
	width: 30%;
	margin: 0;
	padding: 0 0 0 30px;
	display: inline-block;
}
.banner_img_wrapperIN {	
	width: 100%;
	height: 275px;
}
.banner_img_wrapperIN img {	
	width: 100%;
	height: 275px;
}
.header_top {
  float: left;
  height: auto;
  text-align: center;
  width: 100%;
}
.header_top ul {
  display: table;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}
.socialtop {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
.socialtop a {
  margin: 4px 1px 5px;
  float: none;
}
.book_now.openclosebtn_new {
  float: left;
  margin-top: 10px;
  width: auto;
}
.header_bottom .navbar {
  position: static;
}
.header_bottom .navbar-collapse {
  position: absolute;
  right: 0;
  width: 100%;
}
.navbar ul li.current-menu-item,.navbar ul li:hover,.navbar ul li {
  border-bottom: 1px solid #ef7f1a !important;
  border-top: 0 none !important;
}
.navbar ul li.current-menu-item a,.navbar ul li:hover a,.navbar ul li a {
  border-bottom: 0 none !important;
  border-top: 0 none !important;
}
.openclosebtn_new.book_now a {
  line-height: 26px;
}
.email::before {
  opacity: 0;
  display: none;
}

}

@media only screen and (max-width: 639px) {


.header_top ul li {
    padding: 0 3px;
}	
	
.header_top ul li a {
    font-size: 11px;
    line-height: 30px;
    padding-left: 2px;
}

.banner_captio {
    background: rgba(0, 0, 0, 0) url("../img/img_bg.png") repeat scroll center top;
    bottom: 0;
    height: 480px;
    left: 0;
    padding: 30px 40px 40px;
    position: absolute;
    top: 153px;
    width: 100%;
    z-index: 1;
}

.banner_captio {
    padding: 13px 10px 13px 10px;
}
.banner_captio h1 {
    font-size: 30px;
    line-height: 28px;
}
.email::before {
    content: "";
    display: inline-block;
    height: 21px;
    left: 390px;
    position: absolute;
    top: 17px;
    width: 21px;
}
.banner_area {
    height: 577px;
    width: 100%;
}
.banner_area img {
    height: 670px;
    width: 100%;
}
.welcome_box h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 40px;
}
.welcome_box img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.welcome_box p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.luxury_rooms {
	margin: 0;
}
/*.luxury_rooms img {
    height: 19px;
    width: 100%
}*/
.luxury_rooms h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 33px;
	padding: 15px 0 0 0;
}
.luxury_rooms h3 {
    line-height: 6px;
	padding: 0;
}
.luxury_rooms p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.plan_tripL {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_tripL p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL .btn_details {
	margin: 5px 0 0 0;
}

.plan_tripL1 {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL1 h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL1 h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_trip1L p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR1 {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL1 .btn_details {
	margin: 5px 0 0 0;
}
.plan_tripL1::before {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plan_tripL1::after {
	display: none;
}
.plan_tripL::after {
	display: none;
}

.gallery {
	width: 97%;
	height: 100%;
	margin: 4px;
}

.gallery img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery::after {
    left: 7px;
    top: 220px;
}
.gallery1 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 4px 4px;
}
.gallery1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery1::after {
    left: 7px;
    top: 470px;
}
.gallery2 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 30px 4px;
}
.gallery2 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery2::after {
    left: 7px;
    top: 720px;
}
.arrow {
    margin-top: 0;
    z-index: 999999;
}
.footer-top h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
.footer-bottom {
    float: none;
    height: auto;
    margin: 24px 0 0 -10px;
    padding: 0;
    text-align: center;
    width: 500px;
}
.footer-bottom ul li {
    line-height: 26px;
}
.footer-bottom ul li a {
    font-size: 13px;
    line-height: 25px;
}
.footer-bottom p {
    font-size: 16px;
}

.contact_us {
	width: 100%;
	height: 100%;
}

.contact_us img {
	width: 100%;
	height: 100%;
}


.STAY_rooms {
	width: 100%;
	height: auto; 
}
.STAY_rooms img {
	width: 100%;
	height: auto; 
}
.stay::after {
    left: 17px;
    top: 337px;
    width: 287px;
}
.stay1::after {
    left: 17px;
    top: 808px;
    width: 287px;
}
.stay2::after {
    left: 17px;
    top: 779px;
    width: 287px;
}
.form_rooms {
	width: 100%;
	height: auto;
}
.form_rooms img {
	width: 100%;
	height: auto;
}
.email1::before {
    left: 418px;
    top: 8px;
}

input.loginfield1 {
    height: 37px;
    padding: 7px;
    width: 100%;
	margin-bottom: 8px !important;
}
.selectbox1 {
    margin: 0 0 8px 0;
    width: 100%;
	height: 37px;
}

.email2::before {
    left: 418px;
    top: 53px;
}

}

@media only screen and (max-width: 479px) {


.socialtop a {
    margin-top: 15px;	
}

.banner_captio {
    background: rgba(0, 0, 0, 0) url("../img/img_bg.png") repeat scroll center top;
    bottom: 0;
    height: 480px;
    left: 0;
    padding: 30px 40px 40px;
    position: absolute;
    top: 153px;
    width: 100%;
    /*z-index: 1;*/
}

.banner_captio {
    padding: 13px 10px 13px 10px;
}
.banner_captio h1 {
    font-size: 30px;
    line-height: 28px;
}
.email::before {
    content: "";
    display: inline-block;
    height: 21px;
    left: 276px;
    position: absolute;
    top: 17px;
    width: 21px;
}
.banner_area {
    height: 577px;
    width: 100%;
}
.banner_area img {
    height: 670px;
    width: 100%;
}
.welcome_box h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 40px;
}
.welcome_box p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.luxury_rooms {
	margin: 0;
}
/*.luxury_rooms img {
    height: 19px;
    width: 100%
}*/
.luxury_rooms h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 33px;
	padding: 15px 0 0 0;
}
.luxury_rooms h3 {
    line-height: 6px;
	padding: 0;
}
.luxury_rooms p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.plan_tripL {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_tripL p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL .btn_details {
	margin: 5px 0 0 0;
}

.plan_tripL1 {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL1 h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL1 h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_trip1L p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR1 {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL1 .btn_details {
	margin: 5px 0 0 0;
}
.plan_tripL1::before {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plan_tripL1::after {
	display: none;
}
.plan_tripL::after {
	display: none;
}

.gallery {
	width: 97%;
	height: 100%;
	margin: 4px;
}

.gallery img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery::after {
    left: 7px;
    top: 220px;
}
.gallery1 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 4px 4px;
}
.gallery1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery1::after {
    left: 7px;
    top: 470px;
}
.gallery2 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 30px 4px;
}
.gallery2 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery2::after {
    left: 7px;
    top: 720px;
}
.arrow {
    margin-top: 0;
    z-index: 999999;
	text-align: center;
}
.footer-top h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
.footer-bottom {
    float: none;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.footer-bottom ul li {
    line-height: 26px;
}
.footer-bottom ul li a {
    font-size: 13px;
    line-height: 25px;
}
.footer-bottom p {
    font-size: 16px;
}
.STAY_rooms {
	width: 100%;
	height: auto; 
}
.STAY_rooms img {
	width: 100%;
	height: auto; 
}
.stay::after {
    left: 17px;
    top: 337px;
    width: 287px;
}
.stay1::after {
    left: 17px;
    top: 808px;
    width: 287px;
}
.stay2::after {
    left: 17px;
    top: 779px;
    width: 287px;
}
.form_rooms {
	width: 100%;
	height: auto;
}
.form_rooms img {
	width: 100%;
	height: auto;
}
.email1::before {
    left: 304px;
    top: 8px;
}

input.loginfield1 {
    height: 37px;
    padding: 7px;
    width: 100%;
	margin-bottom: 8px !important;
}
.selectbox1 {
    margin: 0 0 8px 0;
    width: 100%;
	height: 37px;
}

.email2::before {
    left: 302px;
    top: 53px;
}

.form_rooms {
    margin-top: 38px;
    padding: 9px 0 40px;
}

.form_rooms h1 {
	font-size: 40px;
    font-style: normal;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.contact_us {
	width: 100%;
	height: 100%;
}

.contact_us img {
	width: 100%;
	height: 100%;
}

.contact_us .text {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 71%;
	display: inline-block;
}
.contact_us .text2{
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
}

@media only screen and (max-width: 359px) {

.banner_captio {
    background: rgba(0, 0, 0, 0) url("../img/img_bg.png") repeat scroll center top;
    bottom: 0;
    height: 480px;
    left: 0;
    padding: 30px 40px 40px;
    position: absolute;
    top: 153px;
    width: 100%;
    /*z-index: 1;*/
}

.banner_captio {
    padding: 13px 10px 13px 10px;
}
.banner_captio h1 {
    font-size: 30px;
    line-height: 28px;
}
.email::before {
    content: "";
    display: inline-block;
    height: 21px;
    left: 230px;
    position: absolute;
    top: 17px;
    width: 21px;
}
.banner_area {
    height: 577px;
    width: 100%;
}
.banner_area img {
    height: 670px;
    width: 100%;
}
.welcome_box h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 40px;
}
.welcome_box p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.luxury_rooms {
	margin: 0;
}
/*.luxury_rooms img {
    height: 19px;
    width: 100%
}*/
.luxury_rooms h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 33px;
	padding: 15px 0 0 0;
}
.luxury_rooms h3 {
    line-height: 6px;
	padding: 0;
}
.luxury_rooms p {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
}
.plan_tripL {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_tripL p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL .btn_details {
	margin: 5px 0 0 0;
}

.plan_tripL1 {
	width: 100%;
	float: left;
	padding: 14px 8px 14px 8px;
}
.plan_tripL1 h2 {
    font-size: 26px;
    line-height: 6px;
}
.plan_tripL1 h1 {
    font-size: 26px;
    line-height: 28px;
}
.plan_trip1L p {
    font-size: 14px;
    line-height: 18px;
	padding: 8px 0 0 0;
}
.plan_tripR1 {
	width: 100%;
	float: left;
	margin: 0;
}
.plan_tripR1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.plan_tripL1 .btn_details {
	margin: 5px 0 0 0;
}
.plan_tripL1::before {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plan_tripL1::after {
	display: none;
}
.plan_tripL::after {
	display: none;
}

.gallery {
	width: 97%;
	height: 100%;
	margin: 4px;
}

.gallery img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery::after {
    left: 7px;
    top: 220px;
}
.gallery1 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 4px 4px;
}
.gallery1 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery1::after {
    left: 7px;
    top: 470px;
}
.gallery2 {
	width: 97%;
	height: 100%;
	margin: 30px 4px 30px 4px;
}
.gallery2 img {
	width: 100%;
	float: left;
	height: 100%;
}
.gallery2::after {
    left: 7px;
    top: 720px;
}
.arrow {
    margin-top: 0;
    z-index: 999999;
	text-align: center;
}
.footer-top h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
.footer-bottom {
    float: none;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.footer-bottom ul li {
    line-height: 26px;
}
.footer-bottom ul li a {
    font-size: 13px;
    line-height: 25px;
}
.footer-bottom p {
    font-size: 16px;
}
.STAY_rooms {
	width: 100%;
	height: auto; 
}
.STAY_rooms img {
	width: 100%;
	height: auto; 
}
.stay::after {
    left: 17px;
    top: 337px;
    width: 287px;
}
.stay1::after {
    left: 17px;
    top: 808px;
    width: 287px;
}
.stay2::after {
    left: 17px;
    top: 779px;
    width: 287px;
}
.form_rooms {
	width: 100%;
	height: auto;
}
.form_rooms img {
	width: 100%;
	height: auto;
}
.email1::before {
    left: 258px;
    top: 8px;
}

input.loginfield1 {
    height: 37px;
    padding: 7px;
    width: 100%;
	margin-bottom: 8px !important;
}
.selectbox1 {
    margin: 0 0 8px 0;
    width: 100%;
	height: 37px;
}

.email2::before {
    left: 258px;
    top: 53px;
}

.form_rooms {
    margin-top: 38px;
    padding: 9px 0 40px;
}

.form_rooms h1 {
	font-size: 40px;
    font-style: normal;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.contact_us {
	width: 100%;
	height: 100%;
}

.contact_us img {
	width: 100%;
	height: 100%;
}

.contact_us .text {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 71%;
	display: inline-block;
}
.contact_us .text2{
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.banner_img_wrapperIN {	
	width: 100%;
	height: 275px;
}
.banner_img_wrapperIN img {	
	width: 100%;
	height: 275px;
}

.banner_captio_wrapper .banner_captio {
  padding: 15px 0 25px;
  width: 320px;
}
.banner_captio.find-room-form-wrapper {
  top: 135px;
}


}
/*24-02-2017*/
.room-capacity-table .table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: middle !important;
}
.table thead {
  background: #b56a11 !important;
}
/*24-02-2017*/
/*27-02-2017*/
.book-in {
  text-align: center;
}
/* .book-in a {
  background: #ef7f1a none repeat scroll 0 0;
  border: 1px solid #ef7f1a;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 2px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
} */
/*.book-in.openclosebtn_new > a {
  background: #ef7f1a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
/*27-02-2017*/


.book-in.openclosebtn_new {
  text-align: center;
}