/*-- header --*/
html,body {
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	font-size: 14px;
}
/*-- header --*/
#header{ /*background:#e3c989; */
	background:none;
}
#header .container{ height: 130px; }
.logo{
	float:left;
	width:25%;
	margin-top:0;
	position: absolute;
}

.top-nav{
	float:right;
	margin-top: .8em;
	color: #ccc;
	 width:75%; 
}
.top-nav ul{
	padding:0;
	margin: 0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5{
	color:  #000;
}

h1{ margin-top: 20px; margin-bottom: 32px;}
/*Menu Items */

p{ line-height: 1.8em;}

nav{ margin-top: 45px;}
.navbar{ 
	margin:40px 0 0 0px; 
	background:none; 
	height: 42px; 
	padding:0; 
	line-height:42px;
	/*background: none repeat scroll 0% 0% #7D9E17;*/
}

.bar { margin-top: 10px;}

.navbar ul {
	margin:0;
	padding: 0;
	float:right;
	list-style: none;
}

.navbar li {
	float: left;
	margin:0 1px;	
	border: 0;
}

.navbar ul li a {
	font-size: 13px;	
	margin:0;
	display: inline-block;
	line-height: 42px;
	height: 42px;
	padding: 0px 10px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navbar ul li#current a  {
	color:#000;
}
.navbar li a:hover,.navbar li a:focus,.navbar li a:active, .navbar ul li.active a.sf-with-ul {
	color:#000;
	text-decoration: none;
	background:none;
}
.navbar li li a:hover,.navbar li li a:focus,.navbar li li a:active, .navbar ul li li.active a.sf-with-ul {
	color:#000;
	text-decoration: none;
	width: 13em;
	border:0;
	background:#aaa;
}

.navbar li li {
	width: 13em;
}

ul a:hover,
ul a:focus {
	outline: none;
	color: #FFF;
	text-decoration: none;
}

.tocenter{text-align:center;}

.content_top{	
	position:relative;
	background:#0195ff;
	border-bottom: #EDEDED 10px solid;
}
.top-inner{
	margin-top:10px;
}

.banner_desc{
	padding: 0;
	text-align:center;
	color: #FFF;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.31);
	font-family: 'Roboto', sans-serif;
}
.banner_desc h1{
	font-size:3.5em;
	color:#fff;	
	margin-top: 10%;
	font-family: 'Roboto', sans-serif;
	font-weight:lighter;
}
.banner_desc h1 span{
	font-weight:bold;
}

.btn-link { 
	margin-top:13px;
	color: #0195ff;
	text-align:center;
	text-transform:capitalize;
	font-size: 16px;
	padding: 1em 2em;
	text-shadow:none;	
	border:none;
    background: #fff;
}

.btn-blue { 
	margin-top:13px;
	color: #fff;
	text-align:center;
	text-transform:capitalize;
	font-size: 16px;
	padding: 1em 2em;
	text-shadow:none;	
	border:none;
    background:#0195ff;
}
.features h2{ margin: 2em 0;}
.features ul{ margin-top:30px; padding:0; float:right; color:#000;}
.features ul li{line-height: 2.4em; list-style:none; padding-left: 15px; font-weight: 600;}
.features ul li i{padding-right: 1em;}
.features ul.right-col{ margin-top:30px; padding:0; float:left;}
.features ul.right-col li{line-height: 2.4em; list-style:none; padding-left: 15px;}
.features ul.right-col li i{padding-right: 1em;}

ul.features { margin-top:10px; padding:0; float:left;}
ul.features  li{line-height: 2.4em; list-style:none; padding-left: 15px;}
ul.features  li i{padding-right: 1em;}

.grid-of-feat{ margin: 6em 0;}

.grid-of-feat ul { margin-left:10px; padding:0;}
.grid-of-feat ul li{ line-height: 2em;}
.grid-of-feat img { margin-top: 10%;}

.sqaured p { margin-top: 15px;}
/*-- sidebar --*/
h3.side-title{
	background: #996600;
	color: #fff;
	padding: 8px;
	font-size: 21px;
}
ul.side_menu{list-style: none; margin:0; padding: 0;}
ul.side_menu li{ line-height: 21px;  border-bottom: 1px dotted #111; padding: 5px 0; background:url(../img/indent.png) center left no-repeat;}
ul.side_menu li a{color:#663300; font-weight:normal; text-decoration:none; margin-left: 25px; font-size: 14px;	}


#flexisels {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:250px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.nbs-flexisel-item p{
	padding:0px 20px;
	line-height: normal;
	margin:0;
}
.nbs-flexisel-item p a{
	color:#fff;
	font-size:1.2em;
}

.nbs-flexisel-item p a:hover{
	color:#EEC6A6;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:28px;
	height:29px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:-80px;
	background: url(../img/img-sprite.png) no-repeat -170px -60px;
}
.nbs-flexisel-nav-right {
	right:-80px;
	background: url(../img/img-sprite.png) no-repeat -190px -60px;
}

.middle-bottom{
	background:#7e3c14;
	color: #fff;
	padding:1% 0 2% 0;
	border:none;
	width:100%;
	margin: 0 auto;
	min-height: 350px;
	left: 0;
	right: 0;
	position:absolute;
	
}
.middle-bottom h2{ color: #fff;}
.gapping { margin-top: 30%;}

.view h2 { font-size: 23px;}
.view em { color: #658009; }

.testimonials{ background:#000;}
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 76px;
  font-weight: bold;
  color: #999;  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

blockquote p{
   padding-top: 40px;
	line-height: 28px;
}

/*-- footer --*/
.footer{
	margin-top: 2em;
	padding:10px 5px;
	background:#424242;
	color: #fff;
	border:none;
}

.footer a {color:#0195ff}
.ft-navs { width: 70%; margin:0 auto; clear: both; height: 42px; padding-bottom: 15px;}
ul.bigfoot {margin:0; padding:0;}

ul.bigfoot li { float:left; list-style: none; line-height: 18px; margin: 0; padding:0 ;}

.bigfoot li.active a{
	color:#0195ff;	
}
.bigfoot li a{
	font-size: 13px;
	text-transform:none;
	color: #fff;
	padding: 0 10px;
	margin-left: 5px;
}
.bigfoot li a:hover,.bigfoot li.active a:hover{
	color: #0195ff;
}
.footer  h3 , .footer  p { color:#fff; }
.footer p { margin:0; padding:0; font-size: 14px }
.footer  h3 {font-size: 16px;}
p.copy{ margin-bottom: 25px; font-size: 16px;}

.footer ul.flist {
	margin:0;
	padding:0; 
	list-style: none;
}
.footer ul.flist li
{
	padding: 0px 5px;
	display: block;
	font-size:15px;
	text-decoration: none;
	line-height: 24px;

	color: #E5B496;
}
.footer ul.flist li a
{
	color: #ccc;
}

/*-- booking --*/
.booking{
	padding: 2em 0 0 0;
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #000 solid;
}
label { width: 15%; padding-right: 15px; text-align:right;}
 input[type="text"] {
	width: 30%;
	color: #898888;
	background: none;
	outline: none;
	font-size: 16px;
	padding: .5em;
	margin-bottom: 1em;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
 textarea {
	resize: none;
	width: 30%;
	color: #898888;
	font-size: 16px;
	outline: none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 150px;
	-webkit-appearance: none;
}
input[type="submit"] {
	border: none;
	outline: none;
	color: #FFF;
	padding: .5em 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0.5em 0 0 0;
	-webkit-appearance: none;
	background: #0195ff;
}

table.booking select{
	width: 25%;
}
table.booking .btn{
	margin-bottom: 25px;
}
table.booking  td.verify input[type="text"] {
	width: 50%;
}
select {
	width: 100%;
	color: #9F9F9F!important;
	font-size: 14px!important;
	padding: 8px 10px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


span.menu {
	display: none;
}
/*-- responsive-design --*/
@media (max-width:1366px)
{
	
}
@media (max-width:1024px)
{
.logo{
	float:left;
	width:23%;
	margin-top:0;
	position: absolute;
}
.logo a{ text-decoration:none;}
.top-nav{
	float:right;
	margin-top: .8em;
	color: #ccc;
	 width:75%; 
}
.navbar ul li a {
	font-size: 13px;	
	margin:0;
	display: inline-block;
	line-height: 42px;
	height: 42px;
	padding: 0px 10px;
	/*background:#6d2516;*/
	color:#f9f6ed;
	text-decoration: none;
	text-transform: uppercase;
}


	.top-grid {
		width: 23.88%;
	}
	.before-grid {
		width: 29%;
	}
	.read-more {
		margin-top: 4em;
	}
	.read-more a {
		font-size: 23px;
	}
	
	
}
@media (max-width:768px)
{
	span.menu {
		display: block;
		text-align: right;
		padding-bottom: 1em;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}
	.top-nav {
		float: right;
		margin-top: 0;
	}
	ul.cl-effect-1 {
		display: none;
	}
	.top-nav ul {
		padding: 0;
		margin: 0;
		z-index: 999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.top-nav ul.cl-effect-1 li {
		display: block;
		text-align: center;
		background: rgba(220, 220, 220, 0.39);
		border-bottom: 1px solid #0F2031;
		margin: 0;
	}
	.top-nav ul li a {
		font-size: 16px;
		padding: 1.5em 0;
		color: #000;
		font-weight: 800;
		display: block;
	}	
	.header {
		background: url(../images/1.jpg) no-repeat -211px 0px;
	}
	.head-info {
		margin: 8em 0 0 0;
	}
	.head-info h1 {
		font-size: 47px
	}
	.top-grid {
		width: 48.88%;
		margin: 0 1em 1em 0;
	}
	.top-grid:nth-child(2){
		margin-right: 0;
	}
	
}
@media (max-width:640px)
{
	.header {
		background: url(../images/1.jpg) no-repeat -211px -110px;
		min-height: 452px;
	}
	.head-info h1 {
		font-size: 40px;
	}
	.head-info {
		margin: 6em 0 0 0;
	}
	
	select {
		padding: 7px 10px;
	}
	.booking-grid-left p {
		height: 64px;
	}
	
	
}
@media (max-width:480px)
{
	.head-info h1 {
		overflow: hidden;
		height: 92px;
	}
	.top-grid {
		width: 48%;
	}
	.top-grid-info h3 {
		font-size: 15px;
	}
	.top-grid-info p {
		font-size: 15px;
		overflow: hidden;
		height: 71px;
	}
	
	.callbacks_tabs {
		left: 39%;
		top: 84%;
	}
	.callbacks_tabs li {
		margin: 0 0.2em;
	}
	.callbacks_tabs a:after {
		height: 18px;
		width: 18px;
	}
	.news-slid {
		min-height: 248px;
	}
	
	.contact-form textarea {
		min-height: 100px;
	}
}
@media (max-width:320px)
{
	.head-info h1 {
		font-size: 35px;
		height: 80px;
	}
	.head-info p {
		overflow: hidden;
		height: 24px;
	}
	.head-info {
		margin: 3em 0 0 0;
	}
	.header {
		background: url(../images/1.jpg) no-repeat 0px -386px fixed;
		min-height: 371px;
	}
	.top-grid {
		width: 47%;
	}
	.top-grid-info {
		padding: .5em;
	}
	.top-grid-info h3 {
		overflow: hidden;
		height: 17px;
	}
	
	.top-nav ul li a {
		padding: 1em 0;
	}
	.footer-nav ul li {
		margin-bottom: .5em;
	}
	
	
	.footer {
		padding: 1em 0;
	}
	
	.callbacks_tabs {
		left: 34%;
		top: 97%;
	}
	
	.contact-form input[type="text"] {
		font-size: 14px;
	}
	.contact-form textarea {
		font-size: 14px;
	}
	
	.contact-form input[type="submit"] {
		font-size: 14px;
	}
	.footer-nav ul li:nth-child(3) {
		border: none;
	}
	.top-grid-info p {
		line-height: 1.3em;
		height: 57px;
	}
}