html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*@font-face {
	font-family: 'roboto_slabregular';
    src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); 
}*/
@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'roboto_slabregular';
	font-size: 0.8924em;
	color: #555;
}
.wrap{
	width: 80%;
	margin: 0 auto;
}
/*header-bg*/
.header-bg{
	height:55px;
	background: rgb(33,33,33);
	background: -moz-linear-gradient(top,  rgba(33,33,33,1) 17%, rgba(35,35,35,1) 45%, rgba(36,36,36,1) 77%, rgba(37,37,37,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(33,33,33,1)), color-stop(45%,rgba(35,35,35,1)), color-stop(77%,rgba(36,36,36,1)), color-stop(99%,rgba(37,37,37,1)));
	background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: -o-linear-gradient(top,  rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: -ms-linear-gradient(top,  rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: linear-gradient(to bottom,  rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#252525',GradientType=0 );
}
.logo{
	float:left;
	z-index:1;
	position:absolute;
}
.header-right{
	float:right;
}
.drp-dwn {
	display: none;
}
/*  NAVIGATION */
#nav li:first-child{
	border-left:1px solid #363636;
}
#nav li {
	line-height:4.8em; 
	display: block; 
	float: left; 
	clear: none;
	border-right: 1px ridge #474645;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px; 
}
#nav li.current a{
	background: rgb(251,192,49);
	background: -moz-linear-gradient(top,  rgba(251,192,49,1) 1%, rgba(251,187,49,1) 32%, rgba(251,178,49,1) 72%, rgba(251,172,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(251,192,49,1)), color-stop(32%,rgba(251,187,49,1)), color-stop(72%,rgba(251,178,49,1)), color-stop(100%,rgba(251,172,49,1)));
	background: -webkit-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc031', endColorstr='#fbac31',GradientType=0 );
	color: #000;
}
#nav li:last-child { margin-right: 0; }
#nav a {
	font-family: 'Raleway', sans-serif;
	 border-right: 1px solid #050505;
	padding: 0px 20px;
	display: block;
	line-height: 3.7em;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	margin-top:9px;
}
#nav a:hover { 
	background: rgb(251,192,49);
	background: -moz-linear-gradient(top,  rgba(251,192,49,1) 1%, rgba(251,187,49,1) 32%, rgba(251,178,49,1) 72%, rgba(251,172,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(251,192,49,1)), color-stop(32%,rgba(251,187,49,1)), color-stop(72%,rgba(251,178,49,1)), color-stop(100%,rgba(251,172,49,1)));
	background: -webkit-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,192,49,1) 1%,rgba(251,187,49,1) 32%,rgba(251,178,49,1) 72%,rgba(251,172,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc031', endColorstr='#fbac31',GradientType=0 );
	color: #000;
}
/*header-btm-bg*/
.slider-bg{
	background:url('../images/bg1.png');
	height:503px;
}	
.slider{
	padding:0;
	text-align:center;
	margin-top:-10px;
}
.res-form h3{
	text-align:center;
	margin-bottom: 3%;
	font-size:12px;
	text-transform:capitalize;
	color:#fff;
}
.main {
	padding: 3%;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin-top:2%;
	margin-left:-30px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	color:#fff;
	display: block;
	float: left;
	margin: 0% 0 2% 3%;
}
.col_1_of_3:first-child { 
	margin-left: -18px; 
}
.span_1_of_3 {
	width: 31.33%;
}
.span_1_of_3  h3{
font-family: 'Raleway', sans-serif;
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 1px;
}
.span_1_of_3  p  {
	text-align:justify;
	padding:0.5em 0;
	line-height: 1.8em;
	color:#777;
	font-size:0.9em;
}
.span_1_of_3 img{
	vertical-align: middle;
	margin-right: 10px;
}
/*slider=bg*/
.res-form-bg{
	margin-top:-4%;
	background-size:100% 100%;
	background-position:top;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background:url('../images/bg2.jpg') top;
}	
/* reservation_form */
.res-form{
	width:1103px;
	padding:4% 0;
	margin-left:-100px;	
}
.reservation{
	font-family: 'roboto_slabregular';
	width: 50%;
	margin: 0 auto;
	padding: 3%;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(247, 242, 242, 0.14);
}
.reservation form span{
	font-family: 'roboto_slabregular';
	font-size:15px;
	color:#777;
}
.reservation form label{
	font-size:15px;
	color:#fff;
}
.reservation form h2{
	display:inline-block;
	font-size:15px;
	color:#fff;
}
.reservation form h2 input[type="text"]{
	font-family: 'roboto_slabregular';
	width: 285px;
	margin: 5px 5px 10px 0px;
}
.reservation input[type="text"]{
	font-size: 1em;
	font-family: 'roboto_slabregular';
	background: rgba(255, 255, 255, 1);
	width: 99.2%;
	outline: none;
	border: none;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	color: #777;
}
.reservation input[type="submit"]{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	margin-top:5px;
	cursor:pointer;
	border: none;
	display: block;
	margin: 0px;
	width: 97.6%;
	padding: 10px 0px;
	font-family: 'roboto_slabregular';	
	font-size: 1.2em;
	text-transform: capitalize;
	border: 1px solid #E79F22;
	background: #F7C646;
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
}
.reservation input[type="submit"]:hover{
	border: 1px solid #c08c32;
	background: #fed76f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fed76f 0%, #f9bd53 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed76f), color-stop(100%,#f9bd53));
	background: -webkit-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -o-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -ms-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed76f', endColorstr='#f9bd53',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.reservation label input[type="text"]{
	width: 44.2%;
	margin: 0px 10px 20px 5px;
}
.grid-list{
	margin-top:3%;
}
.grid-list-main h4{
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.grid-list-main p{
	text-align: justify;
	padding: 0.5em 0;
	line-height: 1.8em;
	color: #777;
	font-size: 0.9em;
	text-indent:30px;
}
.grid-list-btm{
	float: left;
	width: 60.33%;
	margin-left: 1%;
}
.grid-list-pic{
	float:left;
	width: 38.33%;
}
.grid-list-pic ul li{
	display: inline-block;
	padding:10px;
}
.grid-list-pic ul li:nth-child(1),.grid-list-pic ul li:nth-child(4){
	padding-left: 0px;
}
.grid-list-pic img{
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 5px #999;
}
.content-bg {
	background: #ffffff;
}
.grid-list-main {
	border-top: 1px solid rgb(240, 238, 235);
}
.btn{
	margin-top: 3%;
}
.readmore{
	display: inline-block;
}
.readmore a{
	font-family: 'roboto_slabregular';
	padding: 10px 16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	font-size: 1em;
	color: #fff;
	line-height: 0.4em;
	border: 1px solid #c08c32;
	background: #fed66e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fed66e 0%, #eaae45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed66e), color-stop(100%,#eaae45));
	background: -webkit-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: -o-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: -ms-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: linear-gradient(top, #fed66e 0%,#eaae45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed66e', endColorstr='#eaae45',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
}
.readmore a:hover{
	text-decoration:none;
	border: 1px solid #c08c32;
	background: #fed76f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fed76f 0%, #f9bd53 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed76f), color-stop(100%,#f9bd53));
	background: -webkit-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -o-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -ms-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed76f', endColorstr='#f9bd53',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/*footer*/
.footer-bg{
	background: rgb(33,33,33);
	background: -moz-linear-gradient(top, rgba(33,33,33,1) 17%, rgba(35,35,35,1) 45%, rgba(36,36,36,1) 77%, rgba(37,37,37,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(33,33,33,1)), color-stop(45%,rgba(35,35,35,1)), color-stop(77%,rgba(36,36,36,1)), color-stop(99%,rgba(37,37,37,1)));
	background: -webkit-linear-gradient(top, rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: -o-linear-gradient(top, rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: -ms-linear-gradient(top, rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	background: linear-gradient(to bottom, rgba(33,33,33,1) 17%,rgba(35,35,35,1) 45%,rgba(36,36,36,1) 77%,rgba(37,37,37,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#252525',GradientType=0 );
}
.footer{
	padding: 3%;
}
.box1{
	float:left;
	width: 30.33%;
	margin-right: 3.5%;
}
.box1:nth-child(3){
	margin-right: 0;
}
.box1 h4{
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 1px;
}
 .box1 nav{
	margin-top:10px;
}
.box1 nav ul li img{
	margin-top: 10px;	
}
.box1 nav ul li{
	display: inline-block;
}
.box1 nav ul li a{
	color: #b6b6b6;
	line-height: 2.4em;
	font-size: 0.9em;
}
.box1 nav ul li a:hover{
	text-decoration:none;
	color:#999;
}
.box1 p{
	margin-top: 10px;
	color: #b6b6b6;
	line-height: 1.8em;
	font-size: 0.954em;
}
.f-grid a img{
	background-color: #fff;
	padding: 5px;
	margin: 0px 10px 10px 0;
	box-shadow: 0px 0px 10px #777;
}
/*footer1*/
.ftr1-bg{
	background: rgb(33,33,33);
}
.footer1{
	padding:2%;
}
.footer1 p{
	text-align:center;
}
.footer1 p.link {
	line-height: 1.8em;
	color:#777;
	font-size: 0.891em;
}
.footer1 p.link a {
	font-size:13px;
	color: #F19300;
	text-decoration: none;
}
.footer1 p.link a:hover {
	text-decoration:underline;
}
/*about*/
.main1 {
	padding: 2% 0 0;
}
.content-left{
	float:left;
	width: 71.33%;
	margin-right: 3%;
}
.content_top h2{
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:40px;
}
.content_top_heading h3{
	font-size:14px;
	color:#ff9900;
	padding:5px;
}
.content_data p span{
	color:#666;
	font-weight:bold;
}
.content_data p.para{
	font-size: 14px;
	line-height: 1.8em;
}
.btm{
	margin-bottom: 10px;
}
.top{
	margin-top: 10px;
}
.sidebar{
	float:right;
	width:25.33%;
}
.sidebar_top img{
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 5px #999;
}
/*service*/
/*  GRID OF Content with Image   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.span_2_of_3{
	padding:0;
	width: 67.1%;
}
.images_3_of_1  img {
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 5px #999;
	max-width:100%;
	display:block;
}
.span_2_of_3  h3{
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.span_2_of_3  p  {
	font-size: 14px;
	padding:0.3em 0;
	line-height: 1.8em;
}
.span_2_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}

/***Contact*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-left:-30px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_4{
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_2 {
	width: 35.2%;
	padding:1.5%; 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	padding-bottom:5px;
}
.span_1_of_2 h3 {
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:center;
	margin-top:35px;
	
}
.span_2_of_4 h3 {
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:35px;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'roboto_slabregular';
	color: #777;
	padding: 8px;
	display: block;
	width: 98%;
	background: #f9f9f9;
	border: 1px solid #DBDAD7;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	border: 1px solid #027F57;
	font-family: 'roboto_slabregular';
	padding: 10px 16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	font-size: 1.4em;
	color: #fff;
	position: absolute;
	letter-spacing: -1px;
	right: 0;
	border: 1px solid #c08c32;
	background: #fed66e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fed66e 0%, #eaae45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed66e), color-stop(100%,#eaae45));
	background: -webkit-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: -o-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: -ms-linear-gradient(top, #fed66e 0%,#eaae45 100%);
	background: linear-gradient(top, #fed66e 0%,#eaae45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed66e', endColorstr='#eaae45',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
}
.contact-form input[type="submit"]:hover{
	text-decoration: none;
	border: 1px solid #c08c32;
	background: #fed76f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fed76f 0%, #f9bd53 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed76f), color-stop(100%,#f9bd53));
	background: -webkit-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -o-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: -ms-linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	background: linear-gradient(top, #fed76f 0%,#f9bd53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed76f', endColorstr='#f9bd53',GradientType=0 );
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.8) inset, 1px 2px 2px -1px rgba(0,0,0,0.3);
	color: #7b540b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.company_address p{
	padding: 2px 0;
	font-size: 13px;
	line-height: 12px;
	text-align: left;
}
.company_address p span{
	color: #FFB41A;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:underline;
	color: #777;
	-webkit-transition:0.5s;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
/*details*/
.details{
	padding: 1.5%;
}
.details h2 {
	font-family: 'roboto_slabregular';
	color: #FFB41A;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:25px;
}
.details h2 span{
	color:#777;
}
.det-pic{
	padding:1% 0 0;
}
.det-pic img{
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 5px #999;
}
.det-para{
	margin-top: 2%;
}
.det-para p{
	line-height: 1.8em;
	color: #777;
	font-size: 0.9em;
}
/*404*/
.page{
	text-align:center;
}
.page h2{
	font-size: 12em;
	font-family: 'roboto_slabregular';
	color: #FFB41A;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.slider {
	padding: 8% 0 0%;
	text-align: center;
	}	
	.grid-list-pic {
	float: left;
	width: 59.33%;
	}
	.grid-list-btm {
	float: left;
	width: 39.33%;
	margin-left: 1%;
	}
	.span_1_of_3 h3 {
		font-size: 1.6em;
	}
		.grid-list-main h4 {
		font-size: 1.6em;
	}
	.box1 h4 {
		font-size: 1.6em;
	}
		.grid-list-main h4 {
		font-size: 1.6em;
	}
	.grid-list-pic {
	float: left;
	width: 59.33%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
		.grid-list-main h4 {
		font-size: 1.6em;
	}
	.span_2_of_4 {
		width: 64%;
		padding: 1.5%;
	}
	.span_1_of_3 h3 {
		font-size: 1.6em;
	}
	.grid-list-main h4 {
		font-size: 1.6em;
	}
	.box1 h4 {
		font-size: 1.6em;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
	.page h2{
		font-size: 8em;
	}
	.menu ul li a {
		padding: 4px 16px;
	}
	.grid-list-pic {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	.grid-list-btm {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	.slider {
	padding: 10% 0 0%;
	text-align: center;
	}
	.camera_caption > div {
	font-family: 'roboto_slabregular';
	background: #000;
	background: #FFC651;
	color: #000;
	display: none;
	}
	.camera_pag {
	display: none;
	}
	.reservation {
	font-family: 'roboto_slabregular';
	width: 80%;
	margin: 0 auto;
	padding: 3%;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(247, 242, 242, 0.14);
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
		.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
		.image{
		padding:3%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;	
		padding:2% 0 2% 0;	
	}
	.span_2_of_3 {
		width:100%;
	}
	.span_2_of_4 {
		width:100%;
		padding:0%;
		float: none; 
	}
	.header-right {
	float: right;
	margin-top: 4%;
	}
	.drp-dwn {
	display:inline-block;
	}
	.drp-dwn select {
	padding: 4px;
	outline: none;
	display: block !important;
	width: 100%;
	color: #000;
	border: 1px solid #FFB41A;
	background: #FFB41A;
	cursor: pointer;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
   .camera_caption > div {
	font-family: 'roboto_slabregular';
	background: #000;
	background: #FFC651;
	color: #000;
	display: none;
	}
	.reservation {
	font-family: 'roboto_slabregular';
	width: 80%;
	margin: 0 auto;
	padding: 3%;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(247, 242, 242, 0.14);
	}
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.menu ul li a {
		padding: 0px 16px;
		font-size:1.8em;
	}
	.about-data {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
	.camera_pag {
	display: none;
	}
	.column, .columns {
	margin-left: 0px;
	float: left;
	min-height: 1px;
	position: relative;
	}
	.box1 {
	float: none;
	width:100%;
	margin-right:0%;
	}
		 .camera_next{
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 25%;
	width: 40px;
	z-index: 2;
	}
	.res-form-bg {
	margin-top: -18%;
	}
	#nav {
	display: none;
	}

}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
		.image{
		padding:4%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;
		padding:2% 0 2% 0;		
	}
	.span_2_of_3 {
		width:100%;
	}
	.span_2_of_4 {
		width:100%;
		padding:0%;
		float:none; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
		.page h2{
		font-size: 6em;
	}
	.about-data {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
	.header-right {
	float: right;
	margin-top: 4%;
	}
		.drp-dwn {
	display:inline-block;
	}
	.drp-dwn select {
	padding: 4px;
	outline: none;
	display: block !important;
	width: 100%;
	color: #000;
	border: 1px solid #FFB41A;
	background: #FFB41A;
	cursor: pointer;
	}
	.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 25%;
	width: 40px;
	z-index: 2;
	}
		.reservation {
	font-family: 'roboto_slabregular';
	width: 80%;
	margin: 0 auto;
	padding: 3%;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(247, 242, 242, 0.14);
	}
	.box1 {
	float: none;
	width:100%;
	margin-right:0%;
	}
	.slider {
	padding: 14% 0 0%;
	text-align: center;
	}
	.res-form-bg {
	margin-top: -18%;
	
	}
	#nav {
	display: none;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}

}
/* packages */
.mt50 {
	margin-top: -31px;
	margin-left: -102px;
}
.room-thumb {
	width: 356px;
	height: 283px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 2px 0 0 #e0e0e0;
	box-shadow: 0 2px 0 0 #e0e0e0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}
.room-thumb .mask {
	width: 356px;
	height: 281px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.room-thumb img {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}
.room-thumb .main {
	border-bottom: 1px solid #ebebeb;
	height: 55px;
}
.room-thumb .main h5 {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 67px;
	display: inline-block;
	color:#333;
	text-align:center;
}
.room-thumb .main .price {
	display: inline;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	padding: 6px 25px;
	border-top: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	}
.room-thumb .main .price span {
	display: block;
	color: #979797;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.room-thumb .content {
	position: relative;
	padding: 20px;
	text-align: left;
}
.room-thumb .content button {
	margin-top: 5px;
}
.room-thumb .content p span {
	font-weight: bold;
	display: block;
}
.room-thumb .content i {
	padding-right: 5px;
}
.room-thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb .mask {
	background-color: #fff;
	-webkit-transform: translateY(228px);
	-moz-transform: translateY(228px);
	-o-transform: translateY(228px);
	-ms-transform: translateY(228px);
	transform: translateY(228px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumb:hover img {
	-webkit-transform: translateY(-228px);
	-moz-transform: translateY(-228px);
	-o-transform: translateY(-228px);
	-ms-transform: translateY(-228px);
	transform: translateY(-228px);
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: 0px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}
.col-xs-6 {
width: 50%;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.list-unstyled, .list-unstyled ul {
min-width: 120px;
color: #5e5e5e;
padding-left: 0;
list-style: none;
font-size:11px;
}
ul, ol {
margin-top: 0;
margin-bottom: 10px;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
margin-top:-9px;
}
.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}
.col-sm-4 {
  width: 33.33333333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
 *, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p {
text-align: justify;
margin: 0 0 10px;
} 
.room-thumb .content i{
color: #fca604;	
padding-right: 5px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-check-circle:before {
content: "\f058";
}
.btn-primary {
background-color: #034103;
border-color: #fca604;
text-shadow: 0 -1px 0 #50878e;
color: #ffffff;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-primary {
color: #ffffff;
background-color: #014001;
border-color: #fca604;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.lined-heading {
position: relative;
margin-top: 0;
margin-bottom: 5px;
text-align: center;
display: block;
}
h2.lined-heading span {
position: relative;
z-index: 1;
padding: 0 20px;
background: #fff;
display: inline-block;
}
/*accordion */
#header {
	width:1000px;
	height:120px;
	margin:20px auto;
}
#accordion p {
	line-height:18px;
}
#accordion div.content > a {
    cursor:pointer;
    display:block;
    font-weight: bold;
    font-size: 12px;
	margin-top:20px;
    color: #333;
	border:none;
}
.divider {
width: 30%;
height: 30%;
margin: 0px 30%;
}
.condivider {
width: 60%;
height: 30%;
margin: 0px 15%;
}
/*social*/
.social{
	float:right;
	margin-top:-53px;
	margin-right:-80px;	
}
/*multi select dropdown */
