/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Arizonia);


/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Open Sans", arial, verdana, sans-serif;
font-weight:normal;
}
.homepage-title1 {font-size: 18px;
font-weight: bold;
color: #e18e2c;}
.homepage-title2{font-size: 16px;
font-weight: bold;
color: #755546;}

.page-headline {font-size: 30px;
font-weight: bold;
color: #e18e2c;}

.sub-headline{font-size: 22px;
font-weight: bold;
color: #755546;}
.tab-headline {color:#6b9aab;font-size: 16px;
font-weight: bold;}

thead th,
tbody th{
font-family: "Open Sans", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Open Sans", arial, verdana, sans-serif;
}

.menu{
font-family: "Open Sans", arial, verdana, sans-serif;
}

blockquote{
font-family: "Open Sans", arial, verdana, sans-serif;
}



/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
	margin: 0;
	padding: 0 0 0 0;
	color: #755546;
	font: normal 13px/150% 'Open Sans', arial, verdana, sans-serif;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
	background-attachment: fixed;
	background-color: #efefef;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}

#page-container {
	max-width: 1100px;
	margin: 25px auto;
	background-image: url(images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: center 150px;
}

#header {background: #fff; position:relative; border-top:solid 5px #755546; margin-bottom:15px; padding:15px 15px 0; }
#logo {
	margin-top: -5px;
	background-image: url(images/shadow-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:center;
	min-height:98px;
}

	
#logo img {max-width:180px; margin-top:10px;}
.livechat {position: absolute; right:-29px; top:2px;}

#under-header {
	padding: 0;
	margin: 0 0 15px 0;
	
}


.welcome-text {  color:#fff; position:absolute; bottom:50px; left:5%; font-size:4em; font-weight:300; opacity:.75;  padding:2%; font-family:'Arizonia', Helvetica, sans-serif; }
#welcome-text h2{font-size: 1.6em; text-align:center; margin-top:0;}
#slider{margin: 0; padding: 0; position:relative;}
#content {
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 100%;
	border-top: solid 5px #755546;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#content a{font-weight: 700;}
.content-shadow {background-image: url(images/shadow.png); background-repeat: no-repeat; background-position: 60% 50px;}
.widget-headline {font-size: 18px; font-weight:bold; color:#e18e2c;}
#news {	padding-left:45px; min-height:477px;}

ul.carousel  {margin:0 !important; padding:0 !important;}
ul.carousel li {min-width: 175px !important;}

#footer{
	
text-align:center;
padding:20px;
margin:15px auto 0;
border-top: solid 5px #755546;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

#footer-logo {background-image: url(images/shadow-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 98px;
	text-align:left;
	}
	#footer-logo img {margin-top:25px;}
	
	#footer-social {text-align: left;}
	#footer-social a{margin-right: 10px;}
	#footer-info{margin:0; padding:10px; background:#755546; color:#fff; text-align:center; font-size:.8em;}
	#footer-info a{ color:#eee;}
	#footer-info a:hover{ color:#fff;}
	#link-top{
	display:block;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/*Accordion*/

h5.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	line-height: 46px;	
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	
}
h5.acc_trigger a {
	color:#4f7381;
	text-decoration: none;
	display: block;
	
}
h5.acc_trigger a:hover {
	color: #6b9aab;
}
h5.active {background-position: left bottom;} 
h5.active a{color:#6b9aab;}
h5.active a:hover{color:#6b9aab;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	clear: both;
	text-align:justify;
	
	
	
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}



/*Weather*/
/*Weather icon font from http://fonts.artill.de/collection/artill-weather-icons
*/
@font-face {
    font-family: 'weather';
    src: url('https://dl.dropboxusercontent.com/u/2086809/weatherfont/artill_clean_icons-webfont.eot');
    src: url('https://dl.dropboxusercontent.com/u/2086809/weatherfont/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dl.dropboxusercontent.com/u/2086809/weatherfont/artill_clean_icons-webfont.woff') format('woff'),
         url('https://dl.dropboxusercontent.com/u/2086809/weatherfont/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://dl.dropboxusercontent.com/u/2086809/weatherfont/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.language-selector {float:right;}
.language-selector select {
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	display: inline;
	width: auto;
	margin: 0;
	border: 1px solid #755546;
	line-height: 100%;
	padding: 3px 15px 3px 3px;
	vertical-align: middle;
	color: #fff;
	background-color: #755546;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right;
}
.weather-container {
	position:absolute; bottom:75px; right:0; padding:1%; color:#fff; z-index:10; font-weight:bold;
	
 }
#weather {
  float: right;
margin-left: 15px;
font-size: 16px;
color: #FF0;
  text-transform: uppercase;
 
}
#weather-title { float:left;}
i {
  color: #fff;
  font-family: weather;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}



#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}


/*rooms carousel*/
#rooms-home .bx-wrapper  {padding: 0  5px; background-color:#755546; border-radius:5px;}
#rooms-home .bx-wrapper img {
opacity: .8;
webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
#rooms-home .bx-wrapper img:hover {
	opacity:1;

	}
#rooms-home .bx-wrapper .bx-prev {
	left: -15px;
	background-image: url(images/previous.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color:#755546;
}

#rooms-home .bx-wrapper .bx-next {
	right: -10px;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color:#755546;
	
}

#rooms-home .bx-wrapper .bx-prev:hover {
	background-position: 7px 7px;
	background-color:#ff8706;
	
}

#rooms-home .bx-wrapper .bx-next:hover {
	background-position: 7px 7px;
	background-color:#ff8706;
}

#rooms-home .ul.carousel .bx-wrapper .bx-next, ul.carousel .bx-wrapper .bx-prev {background-color:#ffa800;} 

#rooms-home .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#bx-pager {position:absolute;
	bottom: 20px;
	right:10px;}
	
	#bx-pager img {border:solid 2px #eee;}


/*Rooms Columns*/
 ul.rooms-col {margin:0; padding:0;}
ul.rooms-col li { list-style:none; float:left; width:32%; background:#fff; padding:0; min-height:390px; margin-bottom:25px; }
ul.rooms-col li a {color: #755546; text-decoration:none;}
ul.rooms-col li:hover {background: #f7f7f7;}
ul.rooms-col li p, ul#rooms-col li h3 {padding:10px;}
ul.rooms-col li img {width:100%;}
.margin-rooms {margin: 0 2%;}
.click-to-see {padding: 5px; text-align:right; background:#e18e2c; color:#fff;}
span.widget-headline {padding: 10px; display:inline-block; font-size:15px; color:#755546;}

/*Special Rates*/

 ul.special-col {margin:0; padding:0;}
ul.special-col li { list-style:none; float:left; width:32%; background:#fff; padding:1%; min-height:390px; margin-bottom:25px; border-bottom:solid 5px #eee; color:#755546; }
ul.special-col li a {color: #755546; text-decoration:none;}

ul.special-col li p, ul#rooms-col li h3 {padding:0px;}
ul.special-col li img {width:100%;}
.special-rates-price {display: inline-block; padding:5px; width:100%; color:#f00; font-weight:bold; text-align:center;}

ul.special-col li span.widget-headline {padding: 0 10px 10px 0; display:inline-block; font-size:13px; color:#6b9aab;}

.conditions { background:#e2ecdf; font-size:11px; color:#000; padding:1%; border-bottom:solid 5px #b4c8ad; margin:25px 0;}

/*Reservation form*/		

.cfg-clear{
	clear:both;
}
.cfg-contactform{
	width:100%
	margin:auto;
	padding:0;
}

.ui-datepicker{
	font-size:9pt !important;
}

.cfg-element-container{
	clear:both;
}
.cfg-element-set{
	margin-bottom:16px;
}

.cfg-option-set::after{ /* restore margin bottom when elements are floating */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfg-label{
	display:block;
	margin-right:10px;
}

.cfg-paragraph{
	margin-bottom:1px; /* IE (for paragraphs above <select>) */
}


.cfg-captcha-refresh{
	margin-bottom:8px;
	cursor:pointer;
}
.cfg-submit{
	cursor:pointer;
	padding:8px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.cfg-required{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
.cfg-deleteupload:hover{
	text-decoration:underline;
}

.cfg-loading{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.cfg-validationmessage{
	width:360px;
	margin-bottom:16px;
	padding:10px 6px;
}

.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin-right:2px;
}



.cfg-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:13px !important;
	color:#4DBCE9;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#000000;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc;
}

#cfg-element-2-11{
	
	font-weight:bold;
	font-size:21px;
	color:#217b4d;
}

#cfg-element-2-17-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-17-set{
	float:left;
	width:70%;
}

#cfg-element-2-17{
	width:100%;
}

#cfg-element-2-18-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-18-set{
	float:left;
	width:70%;
}

#cfg-element-2-18{
	width:100%;
}

#cfg-element-2-19-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-19-set{
	float:left;
	width:70%;
}

#cfg-element-2-19{
	width:100%;
}

#cfg-element-2-20-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-20-set{
	float:left;
	width:70%;
}

#cfg-element-2-20-paragraph{
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	width:30%;
	float:right;
}

#cfg-element-2-20{
	width:67%;
	float:left;
}

#cfg-element-2-21{
	font-family:Arial;
	font-weight:bold;
	font-size:21px;
	color:#217b4d;
}

#cfg-element-2-23-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-23-set{
	float:left;
	width:70%;
}

#cfg-element-2-23, #special-package-select{
	width:100%;
	padding:1%;
}

#cfg-element-2-24-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-24-set{
	float:left;
	width:70%;
}

#cfg-element-2-24{
}

#cfg-element-2-25-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-25-set{
	float:left;
	width:70%;
}

.cfg-element-2-25-option-content{
	width:100px;
	float:left;
}

#cfg-element-2-26-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-26-set{
	float:left;
	width:70%;
}

#cfg-element-2-26{
}

#cfg-element-2-27-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-27-set{
	float:left;
	width:70%;
}

#cfg-element-2-27{
}

#cfg-element-2-28-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-28-set{
	float:left;
	width:70%;
}

#cfg-element-2-28{
	width:100%;
}

#cfg-element-2-29-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-29-set{
	float:left;
	width:70%;
}

#cfg-element-2-29{
	width:100%;
}

#cfg-element-2-30-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-30-set{
	float:left;
	width:70%;
}

#cfg-element-2-30{
	width:30%;
}

#cfg-element-2-31-label{
	
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
	width:25%;
	float:left;
	text-align:left;
}

#cfg-element-2-31-set{
	float:left;
	width:70%;
}

#cfg-element-2-31{
	width:30%;
}

#cfg-element-2-32{
	position:relative;
top:0;
left:0;
vertical-align: middle;
margin:0;
padding:10px 15px;
line-height:100%;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor: pointer;
width:auto;
overflow:visible;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
text-shadow:0 1px 0 #fff;
color:#666;
text-decoration:none;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:inline-block;
*display:inline;/*IE ONLY*/
zoom:1;
border:1px solid #ccc;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
}

.cfg-validationmessage{
	background-color:#00b700;
	color:#fff;
	padding:5px 7px;
}

.cfg-errormessage{
	background-color:#FF0000;
	color:#fff;
	padding:5px 7px;
}


/*mobile custom*/
@media all and (min-width: 0px) and (max-width: 768px) {

	
	ul.rooms-col li, ul.special-col li {float: none; width:100%;}
	.margin-rooms {margin:2% 0;}
	
	
	ul.tabs li{
	width:100%;
	}

	ul.tabs li a{
	float:none;
	width:100%;
	}
	
	.welcome-text, #bx-pager {display: none;}
	.weather-container {display:none;}
	.content-shadow, #logo {background-image: none;}
	#news {padding-left:0;}
	#logo {margin-top: 50px;}
	h5.acc_trigger {font-size:1em; line-height: 25px;}

	
}

/*icons*/
.icon-4x {font-size: 1em; color:#e18e2c; }


#scrollUp {z-index: 9998 !important;}

a.high-seasons {
	color: #fff !important;
display: inline-block;
background: #e18e2c;
padding: 5px 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:5px;
	}
a.high-seasons:hover {background: #fb9e31 !important;}

a.low-seasons {
	color: #fff !important;
display: inline-block;
background: #4a733b;
padding: 5px 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
a.low-seasons:hover {background: #669d51 !important;}



.smallscreen {display:none}
.widescreen {display:block}


@media only screen and ( max-width: 513px) {
   .smallscreen {display:block}
   .widescreen {display:none}
}
