/*
	Custom CSS

*/
body {position: relative; background:#fff; background-image:none; font-size: .9em;
line-height: 1.5; font-weight:normal; color:#999;}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
table {margin-bottom: 30px;}
strong, b {color:#999;}
h1,h2,h3,h4,h5,h6{
font-family: "open_sansregular", arial, verdana, sans-serif;
font-weight:normal;
color:#9F824E;
}
h1{
font-size:3.5em;
margin:10px 0 10px 0;
}

h2{
font-size:2.5em;
margin:10px 0 10px 0;
}

h3{
font-size:2em;
margin:10px 0 10px 0;
line-height:130%;
}

h4{
font-size:1.8em;
margin:10px 0 10px 0;
}

h5{
font-size:1.3em;
margin:10px 0 10px 0;
}

h6{
font-size:1em;
margin:10px 0 5px 0;
}
.dashed-border {border-bottom: dashed 1px #73c6a1;
max-width: 97%;}

#page-container {width:100%; margin:0; padding:0; position:relative;}

#header {padding: .7em; width:100%; background:#fff;-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.15);
box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.15);
border-top: solid 5px #217b4d;
position:relative; z-index:10; 
font-family:Arial, Helvetica, sans-serif;}

#headline {
	max-height: 200px;
	background-image: url(img/headline-bg2.jpg);
	background-repeat: repeat-x;
	padding: 3em;
	color: #fff;
	background-position: center top;
}
#headline h2 {color:#FFF; font-size:2em; font-family: "open_sansbold", arial, verdana, sans-serif;}

.language-selector {margin: 1px 15px; float:right;}
a.social-face, a.social-twitter, a.email {float: right; color:#dbe9e3; margin:0 5px;}
a.social-face:hover {color: #3b5998;}
a.social-twitter:hover {color: #55acee;}
a.email:hover {color: #73c6a1;}

.chat-online {display:none;}

/*Menu*/
.menu{
border:none;
background: none;
background-color: #fff;; 
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
z-index:600;

}
.menu li a {padding: .9em; color:#217b4d;}

.menu ul{
	background: #efefef;
	border:none;
	min-width:200px;
	}
.menu li.has-menu span.arrow {
top: 45% !important;
right: 25px !important;
}


/*Slider*/
#slider {position: relative;}
.bx-wrapper .bx-viewport {
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
border: none;
left: 0;
background:none;
}
.bx-wrapper .bx-pager {display:none;}


/*Content*/
.expanded {display: none;}
/*footer*/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	border: none;
	text-shadow: none;
	padding: .7em;
	background-color: #73c6a1;
	z-index:700;
}

#footer a{font-family:'open_sansbold',Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; }
#footer-normal{
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width:100%;
} 
#footer-normal-wrapper {padding: 2em 1em;}
/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}


/*grid*/

.grid{
max-width:1020px;

}


.readmore-js-toggle, .readmore-js-section {
  display: block;
  width: 100%;
   
}
.readmore-js-section {
  overflow: hidden;

}
.readmore-js-toggle {
	font-size: 0.8em;
padding: 5px 10px;
position: relative;
top: 0;
left: 0;
vertical-align: middle;
margin: 0;
line-height: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
overflow: visible;
font-weight: normal;
font-size: 14px;
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;
zoom: 1;
border: 1px solid #ccc;
background: rgb(252,252,252);
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 );
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
width:auto !important;
float:left;
}



/*data-tooltip*/
#data-tooltip
{
    text-align: center;
    color: #fff;
    background: #afd1c0;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #data-tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #afd1c0;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #data-tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #afd1c0;
            top: -20px;
            bottom: auto;
        }
 
        #data-tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #data-tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 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-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	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;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc;
}

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

#cfg-element-2-17-label{
	font-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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{
	width:100%;
	padding:1%;
}

#cfg-element-2-24-label{
	font-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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-family:'Trebuchet MS';
	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;
}


/*Promotions*/
#promotions { 

top: 0;
z-index: 5;
background: #16A085;
}
#promotions h3 {font-size: 1.3em; color:#fff; text-align:center; font-weight:bold; margin:0; background:#107763; padding:15px;}
.promotion-title{
color: #fff;
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding: 25px 15px 15px 15px;
background-color: #E74C3C;
text-align: center;
position: absolute;
max-width: 35%;
top: -10px;
right: 1%;
z-index: 9;
text-decoration: none;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
display:block;
}

.promotion-title:hover{background-color:#fb5342; top:0;}
	
	.promotion-body {color: #fff;
text-align: center;
margin: 0;
padding: 15px;
font-weight: bold;
border-bottom:solid 1px #127965;
font-size:1.2em;
}
.promotion-body a{color:#fae56c;}
.promotion-conditions {
	font-size: .7em;
text-align: left;
color: #eee;
padding: 10px;
border-top: solid 1px #1bb899;
	}
	.promotion-conditions h5 {color:#eee;}
	
	


@media all and (max-width: 768px) {
	.slider-text {display:none;}
	
	#cfg-element-2-17-label, #cfg-element-2-17-set, #cfg-element-2-18-label, #cfg-element-2-18-set, #cfg-element-2-19-label, #cfg-element-2-19-set, #cfg-element-2-20-label, #cfg-element-2-20-set, #cfg-element-2-21-label, #cfg-element-2-21-set, #cfg-element-2-22-label, #cfg-element-2-22-set, #cfg-element-2-23-label, #cfg-element-2-23-set, #cfg-element-2-24-label, #cfg-element-2-24-set, #cfg-element-2-25-label, #cfg-element-2-25-set, #cfg-element-2-26-label, #cfg-element-2-26-set, #cfg-element-2-27-label, #cfg-element-2-27-set, #cfg-element-2-28-label, #cfg-element-2-28-set, #cfg-element-2-29-label, #cfg-element-2-29-set, #cfg-element-2-30-label, #cfg-element-2-30-set, #cfg-element-2-31-label, #cfg-element-2-31-set, #cfg-element-2-30, #cfg-element-2-31  {width: 100%; float:none; }
	}