html, body{
	font-family: 'Open Sans', sans-serif;
}
body{
    float: left;
    width: 100%;
	position:relative;
    font-family: 'Open Sans', sans-serif;
}

body,ul,h1,h2,h3,h4,h5,h6,p{ 
	list-style:none;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	}
.img-preload{
	 padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		  float:left;
		  width:80%;
		  max-width:320px;
		  margin-right:20px;
	}
	
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	color:#555;
    letter-spacing: 0.3px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color: #555;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
p{
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
}
ul,ol {
    float: left;
    width: 100%;
}
ol {
    padding-left: 20px;
}
ul li ,ul li a,
ol li,ol li a{
    color: #000;
    font-size: 12px;
    line-height: 15px;
	text-decoration: none; 
}
ul li i {
    color: #000  ;
    font-size: 14px;
    margin-right: 10px;
}
a:hover,
a:focus{
	text-decoration:none;
	outline:none;
}
.coupon-code {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(6, 139, 73, 0.8);
    padding: 10px 15px;
    z-index: 9999;
    color: #fff;
}
.coupon-code img {
    max-width: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}
/********************header**********************/
.header_wrapper{
	position: relative;
	width:100%;
	z-index:1;
}
header{
	display: table;
	width: 100%;
	padding: 0px 0;
	height:100px;	
	top:0px;
	position: absolute;
	z-index: 5000;
	
}
header .logo img{
	vertical-align: middle;
	max-width: 230px;
}

.top_header{
	display: table;
	width: 100%;
	background: rgba(50, 50, 50, 0.9);
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 35px;
}
.top_header .trip_a{
	text-align: right;
}
.top_header .trip_a a{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.top_header .trip_a img{
	vertical-align: middle;
	margin-left: 5px;
}
.top_header .mail_sup i{
	margin-right:5px;
}
.top_header .mail_sup a{
	color: #FFC532;
	text-decoration: none;
}
.sub_header{
	background: rgba(255, 250, 232, 0.9);
	padding: 15px 0;
	display: table;
	width: 100%;
		box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
}
/*==========================nav===========================*/

nav{
	float: right;
	margin-top: 40px;
}
nav ul li{
	float: left;
	padding-left:8px;
	margin-right:15px; 	
	display: inline-block;
	position: relative;
}
nav ul li:nth-last-child(2){
	margin-right:0px !important;
}
nav ul li:first-child:before{
	content: normal;
}
nav ul li:before{
	content: "";
	width: 4px;
	left: -2px;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	position: absolute;
	display: inline-block;
	border-left:1px solid #c5c5c5; 
	border-right:1px solid #c5c5c5; 

}

nav ul li a{
	font-size:15px;
}
/*=============== Slider ===================*/
.slider {
    float: left;
    width: 100%;
}
.slide-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.slide-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #FFF;
}
.slide-bgtitle{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
.slide-bgtitle:before{
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity:0.8;
    position: absolute;
    left:0;
    top:0;
}
.slide-bgtitle:after {
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 46px solid rgba(0, 0, 0, 0.6);
    content: "";
    opacity:0.8;
    position: absolute;
    right: -20px;
    top: 0;
}
.slide-text{
    line-height: 30px;
    color: #000;
}
.slide-subtitle2{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}
.slide-title2{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-title2 span{
    font-weight: 300;
}
.slide-button{
    border: 2px solid #000;
    padding: 3px 3px;
}
.slide-button a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    line-height: inherit;
    text-align: center;
    width: 100%;
}
.big-letter{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}
.sub-title3{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.fancy-text2{
    background: rgba(0,0,0,0.8);
    text-transform: capitalize;
}
.slide-text2{
    color: #FFF;
    text-transform: uppercase;
}
.slide-title3{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}



/*============content_wrapper=============*/

.content_wrapper{
	width:100%;
	position:relative;
	background:url(../images/resource/parallax11.jpg) no-repeat top center;
} 
.content__iner{
	margin-top:-60px;
	position:relative;
	z-index:700;
}
.content__iner .grid-pad{
	background:#666;		
	display:table;
	width:100%;
	padding-top:40px;
	position:relative;
	background:url(../images/resource/parallax11.jpg) no-repeat top center;
	
}

.content__iner .grid-pad:before, 
.content__iner .grid-pad:after {
    content: "";
    height: 90px;
    width: 10px;
    z-index: -2;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-box-shadow: 0 0 11px #3c3c3c;
    -moz-box-shadow: 0 0 11px #3c3c3c;
    -ms-box-shadow: 0 0 11px #3c3c3c;
    -o-box-shadow: 0 0 11px #3c3c3c;
    box-shadow: 0 0 11px #3c3c3c;
}
.content__iner .grid-pad:after {
    left: auto;
    right: 0;
    z-index: -3;
}
.content__iner .grid-pad h3 {
    float: left;
    width: 100%;
	text-align:center;
    color: #222;
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content__iner .grid-pad p {
    float: left;
    width: 100%;
    color: #605e5e;
    font-size: 14px;
    line-height: 20px;
	text-align:center;
    margin-bottom: 30px;
}

/*==============index form===============*/
.content__iner .grid-pad .ind_form .inpt_details{
	display:table;
	width:100%;
	font-size:12px;
	padding-bottom:10px;				
	color:#666;
}

.content__iner .grid-pad .ind_form input{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 1px solid #c5c5c5;
    color: #6f6f6f;
    font-style: normal;
    font-weight: 600;
	width:100%;
	display:inline-block;
	padding:7px 20px;
    letter-spacing: 0;
	text-transform: capitalize;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.content__iner .grid-pad .ind_form i{
	float:left;
	padding:0px 7px 0px 0px;
}
.content__iner .grid-pad .ind_form .submit_button{
	text-align:center;	
	display:table;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.content__iner .grid-pad .ind_form .submit_button a{
	
	background:#068b49;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 30px;
	display:inline-block;
	text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;	
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.content__iner .grid-pad .ind_form .submit_button a:hover{
		
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}



/*************title***************/
.title {
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.title h2 {
    float: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.title:before,
.title:after {
    background: none repeat scroll 0 0 #787878;
    content: "";
    width: 60px;
    height: 1px;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.title:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    height: 6px;
	bottom:-3px !important;
}
.title h2 span {
    font-weight: 300;
}

/*********title2*********/
.title2 {
    display: table;
    margin: 70px auto 60px auto;
    text-align: center;
    width: 90%;
}
.title2 > span {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.title2 > h2 {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    margin-bottom: 10px;
    width: 100%;
}
.title2 > p {
    color: #dedddd;
    float: left;
    font-size: 15px;
    width: 100%;
}



section{
	margin-bottom:70px;
	position:relative;	
}
.paral{
	background:url(../images/parallax1.jpg) top center no-repeat;
    margin: 0;
    height: 350px;
    position:relative;
	display:table;
	width:100%;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    top:0;left:0;	
	z-index:-1;
	}
section.rooms_ind{
		display:table;
		width:100%;	
	}

section.rooms_ind .grid{
	margin-top:-150px;	
}
section.rooms_ind .grid .col-1-3 .room_block{
	position:relative;
	border:10px solid #FFF;
	height:350px;
	margin:0 0px;
		 overflow:hidden;
}

section.rooms_ind .grid .col-1-3 .room_block img{
	width:100%;		
	vertical-align:bottom !important;

}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details ul{
	float:left;
	width:50%;			
}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details ul li p:before{
	
	content:"\f058";
    font-family: 'FontAwesome';
	padding-right:10px;
	color:#FFAE00;	
}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details ul li p{
    color: #f1f1f1;
	text-align:left;
	}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details{
	background:rgba(0,0,0,0.8);
	top: 50%;
	padding:70px 20px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	position:absolute;
	width:90%;
	left:5%;
	right:5%;
	text-align:center;
	-webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
}
section.rooms_ind .grid .col-1-3 .room_block:hover .rooms_ind_details{
	left:-105%;
		
}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details h3 {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details h5 {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
	color:#FFAE00;
	letter-spacing: 0.3px;
	font-weight: 600;
	line-height: 1.1;

}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_read_b{
	
	top: 50%;
	padding:50px 0;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	position:absolute;
	width:90%;
	left:+105%;
	right:5%;
	text-align:center;
	-webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
}
section.rooms_ind .grid .col-1-3 .room_block:hover .rooms_ind_read_b{
	left:5%;
		
}
section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_read_b a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(191, 153, 88, 1);
    color: #068b49;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top:0px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
}

section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_read_b a:hover{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 245, 255, 1);
    color: #fff;
}

/***********map*************/
.map {
    float: left;
    width: 100%;
	position:relative;
	z-index:1;
}
.map #map-canvas{
    height: 350px;
    margin: 0px;
    padding: 0px
}
/******************new foot***************/
	/*new foooter********/
	
	.foot{
		background:#f4f2f2; 
		padding-top: 7px;
		padding-bottom: 2px;
		width: 100%;
		display:none;
		position: fixed;
		bottom: 0;
		z-index:999;
	}
	.middle_foot{
		width:1200px;
		margin: 0 auto;
	}
	.object img{
		vertical-align:middle;
		}
	.object{
		float: left;
	}
	.object_right{
		float: right;
	}
	.social2{
	}
	.social2 span {
	    display: inline-block;
	    margin-left: 5px;

	}
.read{
			color:#ff0c17;	
			margin-top:10px;
			display:inline-block;
	}

/***********************/
/*********footer**********/

footer{
	background:none repeat scroll 0 0 #2a2a2a;	
	
}
footer .grid{
	position:relative;
	z-index:54;	
}
footer .col-6-12{
	margin-top:-60px;	
	z-index:54;
	
}	

footer .col-6-12 .contact_form{
	padding:40px 60px 0 60px;	
	background:#000;
	min-height:300px;
	text-align:center;
}
footer .col-6-12 h4 {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    width: 100%;
	margin-bottom:40px;
}
	
footer .col-6-12 .contact_form input,footer .col-6-12 .contact_form textarea{
	  background: none repeat scroll 0 0 #222222;
    border: 0 none;
    color: #8b8b8b;
    float: left;
	margin-bottom:12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: italic;
    height: 46px;
    padding: 10px 20px;
    width: 100%;	
}
footer .col-6-12 .contact_form textarea{
	height:150px;	
}
footer .col-6-12 .contact_form .submit{
	background:#068b49;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 30px;
	display:inline-block;
	text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;	
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
 
footer .subfooter{
	background:#000;
	padding:20px;
	text-align:center;
}
footer .subfooter p,footer .subfooter p a{
	color:#b1b1b1;
	font-size:12px;	
	text-decoration:none;
}
footer .col-3-12 .title_foot {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
	
}
footer .col-3-12 .title_foot span{
	font-weight:300;	
}
footer .col-3-12 .foot_text{
	padding:60px 20px 0 20px;	
}
footer .col-3-12 .foot_text .title_foot:before {
    background: none repeat scroll 0 0 #cccccc;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
footer .col-3-12 .foot_text p a{
	color:#888;
	font-weight:normal;	
}





/******************internal pages********************/


.header_wrapper_inner header{
	position:relative;	
}
.paral2{
	background:url(../images/parallax2.jpg) top center no-repeat;
    margin: 0;
    min-height: 150px;
    position:relative;
	display:table;
	width:100%;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    top:0;left:0;	
	z-index:-1;
}
.paral2 .title_inner{
	padding:50px 0;
}
.paral2 .title_inner h1{
    color: #000;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 4px;
    width: 100%;
}

.paral2 .title_inner p{
    color: #FFF;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 15px;
    margin-top: 5px;
    width: 100%;
}
.inner_page ul.listing{
	margin-left:18px;
	margin-bottom:20px;		
	}
.inner_page ul.listing li{
	color: #666666;
	font-size:14px;
    line-height:26px;
	text-decoration:none; 
}
.inner_page ul.listing li:before{
	content:"\f0a4";
	font-family: 'FontAwesome';
	margin-left:-18px;
	padding-right:10px;
}
.inner_page p{ text-align:justify;}

/************contact us*******************/
.inner_page .address{
	margin-top:30px;
}
.inner_page .address ul{
	margin-left:18px;
}
.inner_page .address li{
	color:#000;	
}
.inner_page .address li:before{
	font-family: 'FontAwesome';
	color:#000;
	margin-left:-18px;
	padding-right:10px;
}
.inner_page .address li.home:before{
	content:"\f015";	
}
.inner_page .address li.email:before{
	content:"\f1fa";	
}
.inner_page .address li.website:before{
	content:"\f129";	
}
.inner_page .address li.phone:before{
	content:"\f10b";
	font-size:17px;		
}
.inner_page .address li.mobile:before{
	content:"\f095";
	font-size:17px;		
}




/***************facility******************/


.f_image{
		width:100%;
		display:block;
		height:200px;
		overflow:hidden;	
		text-align:center;
}
.f_image img{
		width:100%;
		vertical-align:bottom;
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.f_image:hover img{
			width:105%;
}
.facility_inner .col-4-12{
		margin-bottom:60px;	
}
.facility_inner .facility_block{
		background:#fff;
		box-shadow:0 0 2px #CCC; 	
		padding: 4px;
		border: 1px solid #f2f2f2;
  		border: 1px solid rgba(0, 0, 0, 0.1);
  		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		position:relative;
}
.facility_inner .facility_block h4{
		margin:20px 0 10px 0;
		padding:0 10px;	
		color:#068b49;
		
}
.facility_inner .facility_block p{
		padding:0 10px;
		margin-bottom:20px;	
		display:inline-block;
		line-height:22px;
}
.hidden_div{
		display:none;	
}
.hidden_con{
		padding:20px;	
	}
.ltbox_plus{
		position:absolute;
		right:15px;	
		bottom:10px;	
		color:rgba(191,153,88,0.5);
	}
.ltbox_plus:hover{color:rgba(191,153,88,1);}	




/***********accommodation************/
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
	padding:15px;
	border:1px solid #e1e1e1;
}
#owl-demo .item h3{
	color:#068b49;
	font-weight:600;
	margin-top:20px;
	margin-bottom:10px;
}
#owl-demo .item .over_aminity{
	width:100%;
	padding:10px;
	background:#f9f9f9;
	border:1px solid #f2f2f2;
	margin-top:20px;
}
#owl-demo .item .over_aminity .bg_white{
	background:#FFF;
	display:table;	
	padding:10px;
	width:100%;
}
#owl-demo .item .over_aminity .bg_white ul{
	float:left;
	width:50%;
}
#owl-demo .item .over_aminity .bg_white ul li i{color:#068b49;}





#CDSWIDSSP {width: 100% !important;}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dt{
	width:100%;
	text-align:center;
}



/******************************/

.tariff-header{
	text-align:center;
	margin-bottom:30px;	
}
.tariff-header a{
	color:#068b49;	
}
.tariff table{ 
  width:100%; 
  display:table;
  font-size:14px;
  border-collapse:collapse; 
}
/* Zebra striping */
.tariff tr:nth-of-type(odd) { 
  background:#fff; 
}
.tariff th{ 
  background:rgba(255, 250, 232, 0.9); 
  color: #000; 
  font-weight:bold; 
  padding:8px; 
}
.tariff td,.tariff th { 
  padding:7px 10px; 
  border:1px dashed #ccc; 
  text-align:left; 
}
.tariff th{
  text-align:center;		
}
.tariff th span{
  font-weight:normal;
  display:block;	 		
  font-size:13px;
  vertical-align:top;
  margin-top:3px;
}
.tariff h4{
  margin-top:10px;
  margin-bottom:15px;
  font-size:16px;
}
.tariff h4 span{
  font-weight:400;
  font-size:14px;		
}
.tariff h4:before{
 content:"\f0a4";
 font-family:'FontAwesome';
 font-size:17px;
 margin-right:7px;
 color:#068b49;
}
.tariff p{
 font-size:15px;	
 color:#000;
}
.tariff p:before{
 	content:"\f10d";
 	font-family: 'FontAwesome';	 		
 	font-size:17px;
 	margin-right:7px;
 	color:#1b8c07;
}
.tariff p:after{
 	content:"\f10e";
 	font-family: 'FontAwesome';	 		
 	font-size:17px;
	margin-left:7px;
 	color:#1b8c07;	
}
.align_center{
	text-align:center !important;
}
.align_left{
	text-align:left !important;
}


/********inclu************/

.title_inclusion{
	font-weight:600;
	display:block;
	margin:20px 0 15px 0;
}


.inclusion{
	padding-bottom:15px;
	margin-bottom:40px;	
	border-bottom:1px #eaeaea dashed;
}
.inclusion ul{
	float:left;
	width:50%;	
}
.inclusion ul:nth-child(2){
	padding-right:20px;
}
.inclusion ul:nth-child(3){
	padding-left:20px;
}
.inclusion ul li{
	padding-bottom:5px;	
	line-height:20px;
	position:relative;
	padding-left:20px;
	padding-right:10px;
	font-size:15px;
	text-align:left;
}
.inclusion ul li:before{
	  font-family: 'FontAwesome';
	  content:"\f005";
	  left:0;
	  font-size:12px !important;
	  position:absolute;
	  top:0px;	
}
/***********************************/


.bank table{ 
  	width: 100%; 
  	border-collapse: collapse; 
}
/* Zebra striping */
.bank tr:nth-of-type(odd) { 
  background: #fff; 
}
.bank th{ 
  background: #f5fff3; 
  color: #000; 
  font-weight: bold; 
  padding: 8px; 
}
.bank td,.bank th { 
  padding: 7px; 
  border: 1px dashed #ccc; 
  text-align: left; 
}
.cancel_p{
 list-style:none;
}
.cancel_p li{
 padding:5px 0 5px 0px;		
}
.cancel_p li:before{
 content:"\f045";
 font-family: 'FontAwesome';
 margin-right:5px;	
 color:#1b8c07;
}
.mar40{
	padding-bottom:40px !important;
}


/******************nav*************************/
/* menu icon */
#menu-icon, #close-menu {
	display: none; /* hide menu icon initially */
}
@media screen and (max-width: 1105px){
	.fixed-b{
		position:fixed !important;
		z-index:-1 !important;
		overflow-y:hidden;		
	}
    #close-menu{
        position:absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        display: inline-block;
        color: #444;
        cursor: pointer;
        -webkit-transition:all 0.3s linear;
        -moz-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
        -o-transition:all 0.3s linear;
        transition:all 0.3s linear;
    }
    #close-menu:hover{
        color: #999;
    }
	/* nav-wrap */
	#nav-wrap {
		position: relative;
	}
	/* menu icon */
	#menu-icon {
		color: #000;
		padding:0;
		cursor: pointer;
 		display: block; /* show menu icon */
        font-size: 25px;
        color: #068b49;
	}
	/* main nav */
	#nav{
		clear: both;
		position: fixed !important;
		left:0;
		top:0;
		width: 100%;
		height:100%;
		z-index: 100000000;
		padding:30px 5px 30px 5px;
		background: rgba(0,0,0,0.9);
		display: none; /* visibility will be toggled with jquery */
		overflow:auto;
   }
	nav ul li{ 
		display:block !important;	
		width:100%;
		text-align:left;
        margin:0;
	}
    nav ul li:before{
        border: none;
    }
	nav ul li a{ 
		color:#FFF;		
		font-size:20px;
		border-bottom: 1px dashed #555;
		padding:15px 0px;
		display:block;
		width:200px;
        margin:0 auto;
        font-weight: 300;
        letter-spacing: 0px;
        font-family: 'Open Sans', sans-serif;
	}
	nav ul li a:hover, nav ul li a:hover i{
		color: #ddd;	
	}
	nav ul li a i{
		color:#fff !important;		
	}
    footer .col-6-12{
      margin-top:-40px !important;   
    } 
}
@media screen and (max-width: 768px) {
    .map{
    	position:relative;
	}
	.map-wrapper{
		position:absolute;
		height:100%;
		width:100%;
		z-index:25252;	
	}
	footer .col-6-12{
      margin-top:60px !important;   
      z-index:54;
    }   
    footer .col-6-12 .contact_form{
        padding:20px 20px 20px 20px;   
        background:#000;
        min-height:300px;
        text-align:center;
    }
    thead,tbody{
        float: left;
        width: 50%;
        display:table;
    }
    thead th,tbody td{
        display: table;
        width: 100%;
    }
    .tariff td, .tariff th {
        display: inline-block;
        text-align: center;
    }
    .align_left{
        text-align: center !important;
    }
    .content__iner{
        margin-top:0;
        position: static; 
    }
	.inclusion ul{
		float:none;
		width:100%;	
		padding:0 !important;
	}
	
}
@media screen and (max-width: 600px) {
    header{
        position: relative;
    }
}
@media screen and (max-width: 540px) {
    #owl-demo .item .over_aminity .bg_white ul{
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .top_header .mobile-col-1-2{
           width: 100%; 
    }
    .top_header{
        line-height: 25px;
    }
    .top_header .trip_a{
        text-align: left;
    }
    section.rooms_ind .grid .col-1-3 .room_block{
        height: auto !important;
    }
    section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details{
        padding: 20px 10px;
        top: 50%;
    }
    .title2 > h2{
        font-size: 30px;
    }
    section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details ul{
        width: 100%;
    }   
    section.rooms_ind .grid .col-1-3 .room_block .rooms_ind_details h3{
        font-size: 20px;
    }

}
@media screen and (orientation: portrait){
	.map #map-canvas{
		height:150px;	
	}		
}
@media screen and (min-width: 1105px) {
	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}
}
@media handheld, only screen and (max-width: 767px){
.coupon-code label {
    display: none;
}