 @font-face {
 font-family: 'open_sanslight';
 src: url('../fonts/opensans-light-webfont.eot');
 src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'open_sanslight';
}
a {
	outline: 0 !important;
}
a:hover {
	text-decoration:none !important;
	color:inherit;
}
ul {
	list-style:none !important;
	text-align:left;
	vertical-align:top;
}
#header, #footer {
	position:fixed;
	height: 50px;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 0px 0 0 0;
}
.zero {
	margin:0px !important;
	padding:0px !important;
}
#header {
	background: -webkit-linear-gradient(#040a1a, #090b19);
	background: -moz-linear-gradient(#040a1a, #090b19);
	background: -o-linear-gradient(#040a1a, #090b19);
	opacity:0.8;
	padding:16px 0;
	height:80px;
	border-bottom:#b99665 solid 1px;
	transition:1s;
}
#footer {
	bottom:0px;
	background-color:#83673f;
	height:91px;
	padding:0px 0;
	border-top:#b6965b solid 1px;
	opacity:1.0;
	transition:1s;
}
#grad {
	background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(red, blue); /* Standard syntax */
}
.home-banner {
}
.home-banner img {
	width:100%;
}
.slide-nav {
	bottom:80px !important;
}
#slide1 {
	background:url(../images/header1.jpg) left center no-repeat;
	background-size:cover;
}
#slide2 {
	background:url(../images/header5.jpg) center center no-repeat;
	background-size:cover;
}
#slide3 {
	background:url(../images/header9.jpg) center center no-repeat;
	background-size:cover;
}
#slide4 {
	background:url(../images/header2.jpg) center center no-repeat;
	background-size:cover;
}
#slide5 {
	background:url(../images/header11.jpg) center center no-repeat;
	background-size:cover;
}
#slide6 {
	background:url(../images/header6.jpg) center center no-repeat;
	background-size:cover;
}
.header-right {
	width:700px;
	float:right;
	vertical-align:middle;
	font-family: 'open_sanslight';
	font-size:13px;
}
.header-right li {
	padding:6px 0 5px 0px;
	text-align:left;
	margin:7px 1.5%;
	float:left;
}
.header-right li span {
	color:#ba9765;
}
.header-right li a {
	color:#fff;
}
.header-right .call-hdr {
	background:url(../images/icon-1.png) left center no-repeat;
	padding-left:30px;/*font-size:11px; width:185px;*/
}
.header-right .resv-hdr {
	background:url(../images/icon-2.png) left center no-repeat;  /*width:280px;*/
	padding-left:30px;/*font-size:11px;*/
}
.header-right .loc-hdr {
	background:url(../images/icon-3.png) left center no-repeat; /*width:100px;*/
	padding-left:25px;/*font-size:11px;*/
}
.header-right .loc-hdr a {
	display:block;
	text-align:left;
}
.book-bar {
	width:100%;
	padding:4px 0 0 0;
	margin:0 0 4px 0;
	float:left;
}
.br-heading {
	width:20%;
	float:left;
	font-size:23px;
	padding:16px 0 0 41px;
	font-weight:lighter;
	font-family: 'open_sanslight';
}
.br-input {
	width:20%;
	float:left;
	font-weight:300;
}
.br-input input {
	width:90%;
	color:#000;
	border-radius:5px;
	border:none;
	padding:4px 4px;
	font-size:16px;
}
.br-input input[type="submit"] {
	width:67%;
	color:#000;
	border-radius:20px;
	background-color:#121a30;
	border:none;
	padding:6px;
	margin:20px 0 0 0;
	color:#fff;
	font-weight:500;
}
.br-input-2 {
	width:10%;
	float:left;
	font-weight:300;
}
.br-input-2 input {
	width:90%;
	color:#000;
	border-radius:5px;
	border:none;
	padding:4px 4px;
	font-size:12px;
}
.br-input label {
	font-weight:300;
	margin-bottom:3px;
}
.br-input-2 label {
	font-weight:300;
	margin-bottom:3px;
}
#footer .container {
	padding:0px !important;
}
/*services*/
.servicescorporate {
	background:url(../images/bg3.jpg) center center no-repeat;
	border-top:#b99665 solid 1px;
	padding:50px 0;
	background-size:cover;
}
#services {
	background:url(../images/Guest_bg_Please_use_Some_Other_image.jpg) center center no-repeat;
	border-top:#b99665 solid 1px;
	padding:50px 0;
	background-size:cover;
}
.heading-1 {
	color:#fff;
	margin:0px;
	padding:0px;
	font-size:40px !important;
	font-weight:300; /*text-transform:uppercase;*/
	font-family: 'open_sanslight';
}
.page-chng {
	width:100%;
	float:left;
}
.page-chng li {
	margin:0px;
	padding:5px 15px;
	display:block;
	float:left;
}
.page-chng .active {
	background-color:#987c53;
	color:#FFF;
	border-radius:18px;
}
.page-chng li a {
	color:#fff;
	font-family: 'open_sanslight';
}
.about-1 {
	padding:15px 15px 0;
}
.about-1 p {
	font-size:16px;
	color:#fff;
	font-weight:400;
	font-family: 'open_sanslight';
	line-height:26px;
}
.service-list ul li {
	background:url(../images/arrow.png) left center no-repeat;
	color:#fff;
	padding:5px 0 5px 15px;
	font-size: 16px;
}
.fetr-slide-box {
	border:solid 1px #ba9765;
	height:170px;
	border-radius:0px 60px 0px 60px;
	width:80%;
	padding:15px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-family: 'open_sanslight';
}
.fetr-slide-box a {
	display:block;
	color:#FFF;
	font-size:16px;
}
.fetr-slide-box a:hover {
	text-decoration:none;
	color:#FFF;
}
.ftr-img {
	height:100px;
	vertical-align:middle;
}
.fn {
	font-size:10px !important;
}
.service-slider {
	margin:0px;
	padding:0px;
}
.service-slider {
	float:left;
}
.service {
	padding:25px 0;
}
.service-list h4 {
	font-weight:300;
	color:#FFF;
	font-size:30px;
	font-family: 'open_sanslight';
}
.service-list p {
	color:#FFF;
	font-size:16px;
	font-family: 'open_sanslight';
	line-height:26px;
	word-spacing:2px;
	padding: 10px;
	padding-top: 0px;
}
.service-list p a {
	color:#ba9765;
	line-height:25px;
}
#section2 {
	background:url(../images/as2.jpg) center top no-repeat;
	border-top:#b99665 solid 1px;
	/*background-size:cover;*/
	padding:50px 0;
}
/*Activities*/
.act-vts {
	width:100%;
	float:left;
	padding:25px 0;
}
.act-vts p {
	font-size:16px;
	line-height:26px;
	color:#FFF;
	font-family: 'open_sanslight';
}
.act-vts p span {
	font-size:30px;
	display:block;
	line-height:45px;
	font-family: 'open_sanslight';
	font-weight:400;
	display:block;
}
.act-main {
	height:250px;
	background-color:#121a30;
	width:90%;
	text-align:left;
	padding:20px 40px;
	position:relative;
	overflow:hidden;
}
.fetr-slide-box.act-main > img {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	transition:1s;
	border-radius: 0px 60px 0px 60px;
	width:100%;
	height:100%;
}
.fetr-slide-box:hover img {
	opacity:.8;
}
.act-bx-cnt {
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
}
.act-bx-hding {
	height:90px;
}
.act-bx-hding-2 {
	height:40px;
	font-weight:600;
}
.act-bx-cnt h1 {
	font-size:24px;
	font-weight:300;
	margin:0px;
	padding:0px;
	font-family: 'open_sanslight';
}
.act-bx-cnt p {
	font-size:15px;
	font-weight:300;
	font-family: 'open_sanslight';
}
.act-menu {
	background-color:#987c53;
	position:absolute;
	bottom:0px;
	padding:10px 0;
	width:100%;
	float:left;
	left:0px;
	border-radius: 0px 0px 0px 60px;
}
.act-menu ul {
	float:right;
	width:90%;
}
.act-menu ul li {
	width:22%;
	float:left;
	text-align:center;
}
.act-menu ul li:first-child {
	width:27%;
}
.act-menu-1 {
	width:100%;
	line-height:14px;
}
.act-menu-1 a {
	font-size:10px;
	color:#FFF;
}
.act-menu-1 a:hover {
	color:#fff;
}
/*about section section3*/
#section3 {
	background:url(../images/as3.jpg) center center no-repeat;
	border-top:#b99665 solid 1px;
	background-size:cover;
	padding:50px 0;
}
.about-hotel {
	width:100%;
	float:left;
}
.about-hotel p span {
	font-size:30px;
	display:block;
	font-weight:300;
	font-family: 'open_sanslight';
}
.about-hotel p {
	font-size:16px;
	color:#FFF;
	margin:20px 0;
	font-family: 'open_sanslight';
	line-height:26px;
}
/*gallery section section4*/
#section4 {
	background:url(../images/bg5.jpg) center center no-repeat;
	border-top:#b99665 solid 1px;
	background-size:cover;
	padding:60px 0 0 0;
}
.page-chng .dashed {
	color:#FFFFFF;
	width: 1px;
	margin: 0px 8px 0px 0px;
	padding: 4px;
}
.slide-sec-1 .activi {
	color:#fff;
}
.slide-sec-2 .activi1 {
	color:#fff;
}
.slide-sec-3 .activi2 {
	color:#fff;
}
.slide-sec-4 .activi3 {
	color:#fff;
}
.slide-sec-5 .activi5 {
	color:#fff;
}
.activi {
	/*background: -webkit-linear-gradient(#654114, #654114);
	background: -moz-linear-gradient(#654114, #654114);
	background: -o-linear-gradient(#654114, #654114);
	border:#654114 solid 1px;
	*/
	background-image:url(../images/button11.png);
	width:77%;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size: 22px !important;
	opacity:0.5;
}
.activi1 {
	/*background-color:#1a4d6d;
		border:#1a4d6d solid 1px;*/
		background-image:url(../images/button12.png);
	width:77%;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size:22px !important;
}
.activi2 {
	/*background-color:#40493a;
		border:solid 1px #40493a;*/
		background-image:url(../images/button13.png);
	width:77%;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size:22px !important;
}
.activi3 {
	/*background-color:#9b2a07;
		border:#9b2a07 solid 1px;*/
		background-image:url(../images/button15.png);
	width:77%;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size:22px !important;
}
.activi4 {
	background-color:#bbaf50;
	width:77%;
	border:#bbaf50 solid 1px;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size:22px !important;
}
.activi5 {
	/*background-color:#8b7267;
		border:#8b7267 solid 1px;*/
		background-image:url(../images/button14.png);
	width:77%;
	margin:10px 0 10px 15px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	padding:2px 0;
	font-family: 'open_sanslight';
	display:block;
	font-size:22px !important;
}
#section5 {
	background-color:#0b1824 !important;
	padding:50px 0;
	border-top:#b99665 solid 1px;
}
.slide-para {
	font-size:17px;
	color:#FFF;
	padding:0 5px 0px 8px;
	font-family: 'open_sanslight';
}
.map {
	margin:20px 0;
}
#map11 {
	background-image:url(../images/maped1.jpg);
	min-height:400px;
	width:100%;
}
.stay-in h1 {
	font-size:26px
}
.stay-in h2 {
	font-size:18px;
	color:#FFF;
	font-weight:300;
	margin:15px 0;
	padding:0px;
}
.in-box {
	width:100%;
	color:#fff;
	height:47px;
	text-align:center;
	margin:0px 0 15px;
	;
	border-radius:20px;
	padding:12px 0px;
	border:#fff solid 1px;
}
.in-box img {
	margin:0 5px 0 0;
}
.in-box input[type="text"] {
	width:70%;
	text-align:left;
	padding:0 15px;
	color:#FFF;
	background-color:transparent;
	border:none;
}
.in-box input[type="submit"] {
	width:25%;
	text-align:left;
	color:#FFF;
	background-color:transparent;
	border:none;
}
.contact-us h1 {
	font-size:26px;
	color:#ab8e63;
	font-weight:300;
	margin:0 10px 20px;
	padding:0;
}
.contact-form input[type="text"] {
	width:48%;
	margin:0 1% 15px;
	padding:5px 10px;
	border-radius:20px;
	border:#FFF solid 1px;
	background-color:transparent;
	color:#fff;
	float:left;
}
.contact-form input[type="email"] {
	width:48%;
	margin:0 1% 15px;
	padding:5px 10px;
	border-radius:20px;
	border:#FFF solid 1px;
	background-color:transparent;
	color:#fff;
	float:left;
}
.contact-form textarea {
	width:98%;
	margin:0 1% 15px;
	padding:5px 10px;
	border-radius:20px;
	border:#FFF solid 1px;
	background-color:transparent;
	color:#fff;
	float:left;
	max-height:73px !important;
	max-width:98%;
	height:73px;
}
.contact-form input[type="submit"] {
	text-align:center;
	width:98%;
	margin:0 1% 15px;
	padding:5px 10px;
	border-radius:20px;
	border:#FFF solid 1px;
	background-color:transparent;
	color:#fff;
	float:left;
	font-weight:300;
	color:#FFF;
}
.footer-body {
	background-color:#000;
	padding-top:0px;
	padding-bottom:27px;
}
.owl-prev {
	position:absolute;
	left:-45px;
	top:10%;
	width:50px;
	height:100px;
	background-color:transparent;
	background:url(../images/left.png ) center center no-repeat;
}
.owl-next {
	position:absolute;
	right:-45px;
	top:10%;
	width:50px;
	height:100px;
	background-color:transparent;
	background:url(../images/right.png ) center center no-repeat;
}
#acti-slider .owl-prev, .owl-next {
	top:20%;
}
/*carousel*/
.hexa-img {
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
}
.footer-link {
	margin:0px;
	padding:0px;
}
.footer-link li {
	float:left;
	color:#a48860;
	margin:0 5px;
}
.footer-link li a {
	color:#a48860;
	font-size:11px;
}
.fot-1 p {
	color:#fff;
	font-size:12px;
	display:block;
	float:left;
	margin:5px 0 0 7px;
}
.social-link p {
	float:left;
	display:inline-block;
	margin:3px 5px 0 0;
	font-size:13px;
	color:#FFF;
}
.social-link ul {
	margin:0px 5% 0 0;
	padding:0px;
	float:right;
}
.social-link ul li {
	float:left;
	margin:0 5px;
}
.readmore-service {
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, .7);
	display:none;
	z-index:999999;
	top:0px;
}
.close2 {
	font-size:30px;
	width:30px;
	cursor:pointer;
	font-weight:300;
	float:right;
	margin:0 20px 0 0;
	color:#fff;
}
.slide-sec-1 {
	width:419px;
	padding:20px;
	position:absolute;
	height:100% !important;
	background-repeat:no-repeat;
	right:170px;
	border-radius:0px 50px;
	/*border:#b58043 solid 1px;*/
	top:45%;
	/*background: -webkit-linear-gradient(#c89d5c, #916526);*/
	background-image:url(../images/02.png);
}
.slide-sec-2 {
	width:419px;
	padding:20px;
	position:absolute;
	height:100% !important;
	background-repeat:no-repeat;
	right:170px;
	border-radius:0px 50px;
	top:45%;
	background-image:url(../images/03.png);/*border:#02619a solid 1px;
	background: -webkit-linear-gradient(#2b77a5, #02619a);
	opacity:0.9;*/
}
.slide-sec-2 h1 {
	font-size:22px;
	color:#FFF;
	font-weight:300;
}
.slide-sec-2 h1 {
	margin-top:0;
	font-size:35px;
	padding:0 10px;
	font-family: 'open_sanslight';
}
.slide-sec-3 {
	width:419px;
	padding:20px;
	position:absolute;
	height:100% !important;
	background-repeat:no-repeat;
	right:170px;
	border-radius:0px 50px;
	background-image:url(../images/05.png);
	top:45%;/*border:#796b3c solid 1px;
	background: -webkit-linear-gradient(#b8ab70, #796b3c);
	opacity:0.9;*/
}
.slide-sec-3 h1 {
	font-size:22px;
	color:#FFF;
	font-weight:300;
}
.slide-sec-3 h1 {
	margin-top:0;
	font-size:35px;
	padding:0 10px;
	font-family: 'open_sanslight';
}
.slide-sec-4 {
	width:419px;
	padding:20px;
	position:absolute;
	height:100% !important;
	background-repeat:no-repeat;
	right:170px;
	top:45%;
	border-radius:0px 50px;
	background-image:url(../images/01.png);/*border:#9b2a07 solid 1px;
	background: -webkit-linear-gradient(#e97f5f, #9b2a07);
	opacity:0.9;*/
}
.slide-sec-4 h1 {
	font-size:22px;
	color:#FFF;
	font-weight:300;
}
.slide-sec-4 h1 {
	margin-top:0;
	font-size:32px;
	padding:0 10px;
	font-family: 'open_sanslight';
}
.slide-sec-5 {
	width:419px;
	padding:20px;
	position:absolute;
	height:100% !important;
	background-repeat:no-repeat;
	right:170px;
	border-radius:0px 50px;
	top:45%;
	background-image:url(../images/04.png);/*border:#785855 solid 1px;
	background: -webkit-linear-gradient(#be9986, #2e1913, #785855);
	opacity:0.9;*/
}
.slide-sec-5 h1 {
	font-size:22px;
	color:#FFF;
	font-weight:300;
}
.slide-sec-5 h1 {
	margin-top:0;
	font-size:35px;
	padding:0 10px;
	font-family: 'open_sanslight';
}
.slide-sec-1 h1 {
	font-size:22px;
	color:#FFF;
	font-weight:300;
}
.slide-sec-1 h1 {
	margin-top:0;
	font-size:35px;
	padding:0 10px;
	font-family: 'open_sanslight';
}
.col-sm-4.service-list > ul {
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
.col-sm-4.service-list > ul li {
	font-size:12px;
}
.popup-gallery > a {
	display:inline-block;
	margin:10px;
}
#gallery .owl-prev, .owl-next {
	top:30% !important;
}
.gal-change {
	float:right;
}
.gal-change li {
	float:left;
	margin:10px 15px;
}
.act-box-main {
	position:relative;
	z-index:9999999;
	top:25px;
}
.act-box-main h1 {
	font-weight:600;
}
.act-box {
	position:absolute;
	left:6%;
	top:25px;
	width:85%;
}
.privacy-cont {
	background:url(../images/bg-privacy.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	float:left;
}
.pri-content {
	width:100%;
	float:left;
}
.pri-content h1 {
	color:#FFF;
	font-weight:300;
}
.pri-content ul {
	margin:0px;
	padding:0px;
	text-align:justify;
}
.pri-content ul li {
	color:#FFF;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	background:url(../images/bullet.jpg) left top 7px no-repeat;
}
.pri-content ul li p {
	font-size:13px;
	font-weight:300;
	line-height:25px;
}
.heading-2 {
	margin:45px 0 30px;
	color:#FFF;
	font-size:28px;
	font-weight:300;
}
.accom-t {
	padding:0 10px !important
}
#single {
	position:relative;
}
.bg-sin {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}
.sin {
	width:25%;
	position:absolute;
	top:30%;
	left:8%;
}
.hexagon {
	position: relative;
	width: 180px;
	height: 103.92px;
	margin: 51.96px 0;
	background-size: auto 203.2273px;
	background-position: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	border-left: solid 2px #909576;
	border-right: solid 2px #909576;
}
.hexTop, .hexBottom {
	position: absolute;
	z-index: 1;
	width: 127.28px;
	height: 127.28px;
	overflow: hidden;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background: inherit;
	left: 24.36px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
/*counter transform the bg image on the caps*/
.hexTop:after, .hexBottom:after {
	content: "";
	position: absolute;
	width: 176.0000px;
	height: 101.61364737737414px;
	-webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-50.8068px);
	-ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-50.8068px);
	transform:          rotate(45deg) scaleY(1.7321) translateY(-50.8068px);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: inherit;
}
.hexTop {
	top: -63.6396px;
	border-top: solid 2.8284px #909576;
	border-right: solid 2.8284px #909576;
}
.hexTop:after {
	background-position: center top;
}
.hexBottom {
	bottom: -63.6396px;
	border-bottom: solid 2.8284px #909576;
	border-left: solid 2.8284px #909576;
}
.hexBottom:after {
	background-position: center bottom;
}
.hexagon:after {
	content: "";
	position: absolute;
	top: 1.1547px;
	left: 0;
	width: 176.0000px;
	height: 101.6136px;
	z-index: 2;
	background: inherit;
}
select {
	width:90%;
	padding:4px;
	border-radius:5px;
	appearance:none;
	-moz-appearance:none;
	background:url(../images/arr.png) right center no-repeat;
	border:none;
	float:left;
	color:#000 !important;
	background-color:#FFF;
}
option {
	color:#000;
}
.popup-gallery {
	text-align:center;
}
.popup-gallery > a {
	margin:9px 30px;
	text-align:left;
}
.lan select {
	background-color:transparent;
	border:solid 1px #ba9765;
	border-radius:5px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	width:80px;
	background:url(../images/arrow-lan.png) right 4px center no-repeat;
	margin-top:10px;
}
.lan select option {
	background-color:transparent;
	border:none !important;
}
.resmenu {
	height:30px;
	position:relative;
}
.resmenu ul {
	position:absolute;
	right:0px;
	top:100%;
	display:none;
	width:180px;
	background-color:#ba9765;
	text-align:left;
	margin:0px;
	padding:5px;
}
.resmenu ul li a {
	color:#fff;
	padding:8px 5px;
	display:block;
}
.resmenu-close {
	display:none
}
.foot-res {
	width:100%;
	float:left;
	background-color:#a48860;
	position:fixed;
	left:0px;
	z-index:9999999;
	bottom:0px;
}
.foot-res h4 {
	font-size:12px;
	text-align:center;
	font-weight:600;
}
#foot-form {
	width:100%;
}
#foot-form input {
	width:48%;
	float:left;
	margin:1%;
}
#adult {
	width:23% !important;
}
#btn {
	width:48% !important;
	background-color:#F00;
	border:solid 1px #a48860;
	border-radius:10px;
	color:#FFF;
	padding:3px 0;
}
#foot-form-open {
	cursor:pointer;
	color:#FFF;
	font-weight:500;
	font-size:16px;
}
#foot-form {
	display:none;
}
.dd-select {
	width:70px !important;
	margin:10px 0 0 25px;
}
.dd-selected {
	padding:3px 3px !important;
}
.dd-selected-text {
	line-height:0px !important;
}
.dd-pointer-up {
	color:#FFF;
}
.dd-options {
	background: transparent none repeat scroll 0 0 !important;
	width: 120px !important;
}
.dd-options {
	margin: -0px 0 0 25px !important;
}
.dd-options.dd-click-off-close > li {
	background-color:tan;
}
.dd-option-selected {
	background-color:tan !important;
}
.dd-option-text {
	line-height:0px !important;
}
.dd-selected-text {
	color:#fff !important;
	font-weight:100 !important;
	float:left;
	margin:10px 0 0 0;
}
.dd-pointer-down {
	border-color: #fff transparent transparent !important;
}
.dd-pointer {
	right:3px !important;
}
.foot-add h1 {
	font-size:18px;
	color:#fff;
	margin:10px 0;
}
.foot-add h2 span {
	display:inline-block;
	float:left;
}
.foot-add-line {
	width:100%;
	float:left;
	margin:10px 5px 10px 0;
}
.foot-add-line i {
	width:27px;
	margin:0 5px;
	float:left;
}
.foot-add-line h2 {
	font-size:14px;
	display:block;
	width:80%;
	line-height:25px;
	float:left;
	color:#fff;
	margin:0px 0;
}
.foot-add-line h2 a {
	color:#fff;
}
@media(max-width:768px) {
 .gal-change {
padding:0px;
width:100%;
}
 .gal-change li {
margin:0px 1%;
width:22%;
float:left;
}
 #fp-nav {
display:none
}
 .page-chng {
padding:0px;
margin:20px 0 0 0;
}
 .heading-1 {
font-size:26px;
}
 .about-1 p {
font-size:16px;
font-weight:100;
}
 .page-chng li {
padding:2px 10px;
}
 .service-list h4 {
font-size:20px
}
 .service-list p {
font-size:16px;
}
 .ftr-img {
height:75px;
}
 .ftr-img img {
width:55px;
}
 .fetr-slide-box a {
font-size:16px;
}
 .fetr-slide-box {
height:145px;
}
 .slide-para {
display:none;
}
 .slide-sec-5 h1 {
font-size:16px;
}
 .activi {
font-size:10px;
margin-left:0;
width:100%;
}
 .owl-prev {
height:33px;
top:22%;
left:-22px;
}
 .owl-next {
height:33px;
top:22%;
right:-22px;
}
 .about-hotel p span {
font-size:20px;
}
 .about-hotel p {
font-size:16px;
font-weight:100;
}
 .footer-link li {
float:left;
color:#a48860;
margin:0 0px;
}
 .footer-link li a {
color:#a48860;
font-size:10px;
}
 .social-link {
font-size: 16px;
margin: 10px auto;
}
 .fot-1 p {
margin:13px 0 4px;
}
 .logo {
height:50px;
}
 .logo img {
width:150px;
text-align:left;
float:left;
vertical-align:middle;
margin-top:-10px;
}
 #header {
background-color:rgba(7, 11, 25, 0.3);
border:none;
height:59px;
}
 #services {
padding:30px 0;
}
 #section2 {
padding:30px 0;
}
 #section3 {
padding:30px 0;
}
 .act-bx-hding {
height:70px;
}
 .act-main {
height:240px;
}
 #section4 {
padding:35px 0 0;
}
 #section5 {
padding:35px 0 0;
}
.hexagon {
position: relative;
width: 100px;
height: 57.74px;
margin: 28.87px 0;
background-size: auto 110.8513px;
background-position: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
border-left: solid 2px #333333;
border-right: solid 2px #333333;
}
.hexTop, .hexBottom {
position: absolute;
z-index: 1;
width: 70.71px;
height: 70.71px;
overflow: hidden;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
-ms-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
background: inherit;
left: 12.64px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.hexTop:after, .hexBottom:after {
content: "";
position: absolute;
width: 96.0000px;
height: 55.42562584220408px;
-webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-27.7128px);
-ms-transform:rotate(45deg) scaleY(1.7321) translateY(-27.7128px);
transform:rotate(45deg) scaleY(1.7321) translateY(-27.7128px);
-webkit-transform-origin: 0 0;;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
background: inherit;
}
 .hexTop {
top: -35.3553px;
border-top: solid 2.8284px #333333;
border-right: solid 2.8284px #333333;
}
 .hexTop:after {
background-position: center top;
}
 .hexBottom {
bottom: -35.3553px;
border-bottom: solid 2.8284px #333333;
border-left: solid 2.8284px #333333;
}
.hexBottom:after {
background-position: center bottom;
}
 .hexagon:after {
content: "";
position: absolute;
top: 1.1547px;
left: 0;
width: 96.0000px;
height: 55.4256px;
z-index: 2;
background: inherit;
}
.popup-gallery > a {
margin:0 2px;
}
.act-bx-cnt > p {
display:none;
}
}
.accomadation-list ul li {
	background: url(../images/acc-ellips.png) left center no-repeat;
	color: #fff;
	padding: 5px 0 5px 25px;
	font-family: 'open_sanslight';
}
.guest-list ul li {
	background:url(../images/arrow.png) left center no-repeat;
	color: #fff;
	padding: 5px 0 5px 17px;
	font-size: 16px;
}
.modal-dialog .pop1 {
	border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
	border: none;
}
.modal-header .close {
	margin: -13px 0px 0px 0px;
	background-color: #666;
	padding: 3px 8px;
	color: #F00;
}
.modal-backdrop.in {
	filter: alpha(opacity=0);
	opacity: .0;
	position:relative;
	z-index:-1;
}
.modal-header {
	min-height:0px;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
	position:relative;
	z-index:999;
}
.add {
	margin-left:100px;
	margin-top:-340px !important;
	padding:20px;
	width:100%;
	border-radius:10px;
	background-color:#13202b;
	position:absolute;
	margin-top:-280px;
	color:#FFFFFF;
	font-family: 'open_sanslight';
	line-height:25px;
	font-size:16px;
	opacity:0.9;
}
.add a {
	color:#FFFFFF;
	text-decoration:none;
}
.add a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.clr-get {
	color:#9d8560;
}
 @media (max-width:667px) {
 .add {
 margin-left: -2px;
 margin-top: -282px !important;
 padding: 10px;
 width: 100%;
 border-radius: 10px;
 background-color: #13202b;
 position: absolute;
 margin-top: -280px;
 color: #FFFFFF;
 font-family:  'open_sanslight';
 line-height: 19px;
 font-size: 12px;
}
 .clr-get {
 color:#9d8560;
}
}
.owl-prev {
	margin-top:20px !important;
}
.owl-next {
	margin-top:-14px !important;
}
@media (max-width:768px) {
.owl-next {
margin-top:10px !important;
}
}
#section0 {
	background-color:#000000 !important;
}
.section {
	background-color:#000000 !important;
}
.fp-scrollable #gallery .owl-buttons .owl-next {
	margin-top: 0 !important;
	top: 34% !important;
}
 @media(max-width:667px) {
 .slide-sec-1 {
width: 63%;
 top: 45%;
 right: 5px;
 height: 30% !important;
}
 .slide-sec-1 h1 {
font-size:16px;
}
 .slide-sec-2 {
width: 63%;
 top: 45%;
 right: 5px;
 height: 30% !important;
}
 .slide-sec-2 h1 {
font-size:14px;
}
 .slide-sec-3 {
 width: 63%;
 top: 45%;
 right: 5px;
 height: 30% !important;
}
 .slide-sec-3 h1 {
font-size:16px;
}
 .slide-sec-4 {
 width: 63%;
 top: 45%;
 right: 5px;
 height: 30% !important;
}
 .slide-sec-4 h1 {
font-size:16px;
}
 .slide-sec-5 {
 width: 63%;
 top: 45%;
 right: 5px;
 height: 30% !important;
}
 .activi {
/* background: -webkit-linear-gradient(#654114, #654114);
 background: -moz-linear-gradient(#654114, #654114);
 background: -o-linear-gradient(#654114, #654114);
  border:#654114 solid 1px;
 */
 background-image:url(../images/button11.png);
 width:85%;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size: 16px !important;
}
.activi1 {
 background-color:#1a4d6d;
 width:85%;
 border:#1a4d6d solid 1px;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size:16px !important;
}
.activi2 {
 background-color:#40493a;
 width:85%;
 border:solid 1px #40493a;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size:16px !important;
}
.activi3 {
 /*background-color:#9b2a07;
  border:#9b2a07 solid 1px;*/
  background-image:url(../images/button15.png);
 width:85%;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size:16px !important;
}
.activi4 {
 background-color:#bbaf50;
 width:85%;
 border:#bbaf50 solid 1px;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size:16px !important;
}
.activi5 {
 background-color:#8b7267;
 width:85%;
 border:#8b7267 solid 1px;
 margin:10px 0 10px 15px;
 color:#FFF;
 border-radius:10px;
 text-align:center;
 padding:2px 0;
 font-family: 'open_sanslight';
 display:block;
 font-size:16px !important;
}
}
/* eng*/
#demo {
	width:70px;
	padding-top:7px;
}
#demo .wrapper {
	display: inline-block;
	position: relative;
}
#demo .parent {
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer;
	line-height: 30px;
	color: #282D31;
	font-weight: bold;
	z-index: 2;
	position: relative;
 -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
 -webkit-transition-delay: .2s;
	text-align: center;
}
 #demo .parent:hover, #demo .content:hover ~ .parent {
 -webkit-transition-delay: 0.2s, 0.2s, 0.2s;
}
 #demo .content:hover ~ .parent {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 z-index: 0;
}
#demo .content {
	position: absolute;
	top: 0;
	display: block;
	z-index: 1;
	height: 0;
	padding-top: 30px;
 -webkit-transition: height .5s ease;
 -webkit-transition-delay: .1s;
}
#demo .wrapper:active .content {
	height: 175px;
	z-index: 3;
	-webkit-transition-delay: 0.2s;
}
#demo .content:hover {
	height: 175px;
	z-index: 3;
	-webkit-transition-delay: 0.2s;
}
#demo .content ul {
	background-image:url(../images/lngs.png);
	background-repeat: no-repeat;
	margin: -44px 10px 10px -19px;
	padding: 0;
	overflow: hidden;
	height: 100%;
	width: 75px;
}
#demo .content ul a {
	text-decoration: none;
}
#demo .content li {
	list-style: none;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 100px;
	font-weight:bold;
	height: 15px;
	padding: 19px 10px 10px 10px !important;
}
#demo .content li:last-of-type {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.stylish {
	font-size:18px !important;
	line-height:25px !important;
	font-family:'open_sanslight' !important;
}
.stylish1 {
	color: #ab8e63 !important;
	font-family:'open_sanslight' !important;
	padding:0px !important;
}
.stylish2 {
	color:#ab8e63 !important;
	font-size:17px !important;
}
.maped12 {
	font-weight:bold !important;
	font-size:20px !important;
	font-family:'open_sanslight' !important;
}

/* eng*/

@media (max-width:768px) {
.header-right {
 width: 496px;
 float: right;
 vertical-align: middle;
 font-family: 'open_sanslight';
 font-size: 9px;
}
.slide-nav {
 bottom: 111px !important;
}
#demo {
 width: 70px;
 padding-top: 0px;
}
.slide-para {
 display: block;
}
.slide-sec-5 h1 {
 font-size: 30px;
}
.add {
 margin-left: -33px;
}
.br-heading {
 width: 20%;
 float: left;
 font-size: 18px;
 padding: 23px 0 0 0px;
 font-weight: lighter;
 font-family: 'open_sanslight';
}
.br-input input[type="submit"] {
 width: 100%;
 color: #000;
 border-radius: 20px;
 background-color: #121a30;
 border: none;
 padding: 6px;
 margin: 20px 0 0 0;
 color: #fff;
 font-weight: 500;
}
}
 @media (max-width:667px) {
 .slide-para {
 display: none;
}
.slide-sec-5 h1 {
 font-size: 16px;
}
.add {
 margin-left: 0px;
}
.slide-nav {
 bottom: 50px !important;
}
.fetr-slide-box a {
 font-size: 10px;
}
}
 @media (min-width:1024px) {
 .header-right {
 width: 658px;
 float: right;
 vertical-align: middle;
 font-family: 'open_sanslight';
 font-size: 13px;
}
.act-menu ul {
 float: right;
 width: 230px;
}
.br-heading {
 width: 20%;
 float: left;
 font-size: 23px;
 padding: 16px 0 0 0px;
 font-weight: lighter;
 font-family: 'open_sanslight';
}
.br-input input[type="submit"] {
 width: 100%;
 color: #000;
 border-radius: 20px;
 background-color: #121a30;
 border: none;
 padding: 6px;
 margin: 20px 0 0 0;
 color: #fff;
 font-weight: 500;
}
 .slide-sec-4 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 80px;
 top: 34%;
 border-radius: 0px 50px;
 background-image: url(../images/01.png);
}
.slide-sec-2 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 80px;
 border-radius: 0px 50px;
 top: 34%;
 background-image: url(../images/03.png);
}
.slide-sec-1 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 80px;
 border-radius: 0px 50px;
    /* border: #b58043 solid 1px; */
    top: 34%;
    /* background: -webkit-linear-gradient(#c89d5c, #916526); */
    background-image: url(../images/02.png);
}
.slide-sec-3 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 80px;
 border-radius: 0px 50px;
 background-image: url(../images/05.png);
 top: 34%;
}
.slide-sec-5 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 80px;
 border-radius: 0px 50px;
 top: 34%;
 background-image: url(../images/04.png);
}
.slide-nav {
 bottom: 106px !important;
}
}
 @media (min-width:1200px) {
 .header-right {
 width: 700px;
 float: right;
 vertical-align: middle;
 font-family: 'open_sanslight';
 font-size: 13px;
}
.br-input input[type="submit"] {
 width: 67%;
 color: #000;
 border-radius: 20px;
 background-color: #121a30;
 border: none;
 padding: 6px;
 margin: 20px 0 0 0;
 color: #fff;
 font-weight: 500;
}
.br-heading {
 width: 20%;
 float: left;
 font-size: 23px;
 padding: 16px 0 0 41px;
 font-weight: lighter;
 font-family: 'open_sanslight';
}
.act-menu ul {
 float: right;
 width: 90%;
}
.slide-sec-4 {
 width: 419px;
 padding: 20px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 170px;
 top: 45%;
 border-radius: 0px 50px;
 background-image: url(../images/01.png);
}
 .slide-sec-2 {
 width: 419px;
 padding: 30px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 170px;
 border-radius: 0px 50px;
 top: 45%;
 background-image: url(../images/03.png);
}
 .slide-sec-1 {
 width: 419px;
 padding: 30px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 170px;
 border-radius: 0px 50px;
    /* border: #b58043 solid 1px; */
    top: 45%;
    /* background: -webkit-linear-gradient(#c89d5c, #916526); */
    background-image: url(../images/02.png);
}
 .slide-sec-3 {
 width: 419px;
 padding: 30px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 170px;
 border-radius: 0px 50px;
 background-image: url(../images/05.png);
 top: 45%;
}
.slide-sec-5 {
 width: 419px;
 padding: 30px;
 position: absolute;
 height: 100% !important;
 background-repeat: no-repeat;
 right: 170px;
 border-radius: 0px 50px;
 top: 45%;
 background-image: url(../images/04.png);
}
.slide-nav {
 bottom:80px !important;
}
}
.onclick-code-date {
	margin-left:-30px !important;
}
.border-ft-one {
	border-bottom:1px solid #b6965b !important;
}
#inner-slider-arrow {
	position:relative;
	z-index:1;
	margin-top:-170px;
	margin-right: 60px;
}
.beyond-rt {
	color:#FFFFFF;
	font-family:'open_sanslight';
}
.services-ind {
	color:#FFFFFF;
	font-family:'open_sanslight';
	padding-left:15px;
}
#pds1 {
	padding:0px !important;
}
#pds2 {
	border:none;
	padding:4px;
}
