/* 	
==========================================================================
Reset
========================================================================== 
*/
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, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width: 1000px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body:not(#category-regala) #main *, #main-header *, #main-footer *, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
a, a:visited, a:focus {
    text-decoration: none;
    color: #333;
}
::-moz-selection { /* Code for Firefox */
    color: #054512;
    background: #acc6bb;
}

::selection {
    color: #054512;
    background: #acc6bb;
}
/* 	
==========================================================================
Global classes
========================================================================== 
*/
:root {
  --blue-color: blue;
  --red-color: blue;
}
#main-header .header{
    position: relative;
    z-index: 1000;
}
.relative {position: relative;}
.clear {clear: both;}
.pull-right	{float: right !important;}
.pull-left {float: left;}
.center-block {margin: 0 auto;}
.pad{padding: 15px;}
.pad-small{padding: 5px}
.pad-v-small{padding: 10px 0}
.pad-h-small{padding: 0px 10px}
.pad-h {padding: 0 15px;}
.pad-v {padding: 15px 0;}
.no-pad {padding: 0 !important}
.no-pad-top {padding-top: 0 !important;}
.no-pad-bot {padding-bottom: 0 !important;}
.no-pad-left {padding-left: 0 !important;}
.no-pad-right {padding-right: 0 !important;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}
.container {min-width: 1000px; max-width: 1200px; padding: 0 15px; margin: 0 auto; }
.clearfix::after, .section:after, .container:after {content:""; display:block; clear:both;}
.box-image { overflow: hidden; }
.box-image img {display: block;}
.img-responsive {width: 100%;}
.text-shadow { text-shadow: 1px 1px 5px #616161 }
.hidden {display: none;}
.resize-on-hover img {
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.resize-on-hover:hover img {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}

.table{
    display: table;
    width: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}


/* 	
==========================================================================
Grid
========================================================================== 
*/

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row-small {
	margin-left: -5px;
	margin-right: -5px;
}
/* Floating */
.col-custom, .col-fifth, .col-half, .col-third, .col-two-third, .col-complete, .col-one, .col-two, .col-three, .col-four, .col-five, .col-six, .col-seven, .col-eight, .col-nine, .col-ten, .col-eleven, .col-complete {float: left;}
/* Grid sizes */
.col-one {width: 4.66666666667%;}
.col-two {width: 13.3333333333%;}
.col-fifth {width: 19.5%;}
.col-three {width: 25%;}
.col-four {width: 30.6666666667%;}
.col-third {width: 33.333%;}
.col-five {width: 43.3333333333%;}
.col-six {width: 48%;}
.col-half {width: 50%;}
.col-seven {width: 56.6666666667%;}
.col-eight {width: 65.3333333333%;}
.col-two-third {width: 66.666%;}
.col-nine {width: 74.0%;}
.col-ten {width: 82.6666666667%;}
.col-eleven {width: 91.3333333333%;}
.col-complete { width: 100%;}
/* Padding */
.col-padding {padding: 25px 15px;}
.col-block {display: inline-block; float: none !important; vertical-align: top;}
.col-third.col-block {width: 33%;}
.col-half.col-block {width: 49%;}
.col-three.col-block {width:24.7%;}
.col-fifth.col-block {width:19.7%;}
/* 	
==========================================================================
Colors
========================================================================== 
*/
.white {color: #fff;}
.green {color: #054512;}
.lightgreen {color: #d0ffe7;}
.mategreen {color: #9abdab;}
.black {color: #222;}
.grey {color: #888;}
.darkgrey{color: #333;}

/* 	
==========================================================================
Fonts
========================================================================== 
*/

.lato {
	font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif !important;
}
.georgia {
	font-family: "PT serif", georgia, times, serif !important;
}

/* font-sizes */
html {
	font-size: 14px;
}
@media(max-width: 1400px) {
	html {
		font-size: 14px;
	}	
}
.small {
	font-size: 0.9rem;
}
.title6 {
	font-size: 1.05rem;
}
.content, .side-content, .description {
	font-size: 1.15rem;
}
.title5 {
    font-size: 1.2rem;
}
.title4 {
	font-size: 1.3rem;
}
.title3 {
	font-size: 1.6rem;
}
.title2 {
	font-size: 1.9rem;
}
.title1 {
	font-size: 2.2rem;
}
/* font-weights */
.light {font-weight: 300;}
.normal {font-weight: 400;}
.bold {font-weight: 700;}

/* font-style */
.italic {font-style: italic;}
.normal {font-style: normal;}

/* 	
==========================================================================
Breadcrumbs
========================================================================== 
*/
ul.breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25px;
    padding-left: 0;
}
ul.breadcrumbs li {
	display: inline;
	margin-right: 5px;
	color: #888;
}
ul.breadcrumbs li a:last-child {
	color: #981525;
}
.breadcrumbs li:not(:last-child):after {
	content: ">";
	margin-left: 5px;
	color: #bdbdbd;
}

/* 	
==========================================================================
Forms
========================================================================== 
*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"]/*,
input[type="submit"]*/ {
	border: transparent;
	background-color: transparent;
  	border-style: solid;
	border-radius: 0;
	padding: 12px 12px;
	letter-spacing: 1px;
	font-size: 0.95em;
	width: 100%;
	display: inline-block;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	font-family: "lato";
}
input.calendar {
	cursor: pointer;
}
textarea {
	height: 140px;
	margin-bottom: 25px;
}
#category-regala  #main select,
#category-regala  #main textarea,
#category-regala  #main input[type="text"],
#category-regala  #main input[type="number"],
#category-regala  #main input[type="email"],
#category-regala  #main input[type="search"],
#category-regala  #main input[type="submit"] {
    background-color: #f5f5f5;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    padding: 13px 8px;
    border-radius: 1px;
    margin-bottom: 10px;
    color: #333;
    border: 1px solid #dddddd;
}
#category-regala textarea{
	resize: none;
}
.form-container select,
.form-container textarea,
.form-container input[type="text"],
.form-container input[type="number"],
.form-container input[type="email"],
.form-container input[type="search"],
.form-container input[type="submit"] {
    background-color: #f5f5f5;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    padding: 12px 8px;
    border-radius: 1px;
    margin-bottom: 5px;
    color: #333;
    border: 1px solid #dddddd;
}
.checkout-form .field-right {
	float: right !important;
}
.form-container input[type="submit"]  {
	background: #acc6bb;
	cursor: pointer;
	text-transform: uppercase;
	border: 0px;
	color: #054512;
	font-size: 1.05rem;
	font-family: "lato" !important;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	margin: 0 !important;
}
.form-container input[type="submit"]:hover {
	background: #b5d0c4;
}
.form-department {
	position: relative;
}
.form-department label {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #555;
}
.form-department select {
	background-image: url(/templates/images/arrow-down.png);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #f5f5f5;
	-webkit-appearance: none !important;
	 -moz-webkit-appearance: none !important;
	 -ms-webkit-appearance: none !important;
	 -o-webkit-appearance: none !important;
	cursor: pointer;
}
.form-container select {
	padding-left: 120px;
	cursor: pointer;
}
.footer-newsletter select,
.footer-newsletter textarea,
.footer-newsletter input[type="text"],
.footer-newsletter input[type="number"],
.footer-newsletter input[type="email"],
.footer-newsletter input[type="search"],
.footer-newsletter input[type="submit"] {
	border: transparent;
	background-color: transparent;
  	border-style: solid;
	border-radius: 0;
	padding: 12px 12px;
	letter-spacing: 1px;
	font-size: 0.95em;
	width: auto;
	display: inline-block;
	color: #333;
}
.form-container {
    padding: 25px;
    max-width: 370px;
    border: double 4px lightgrey;
    float: right;
    width: 100%;
}
.inside-form h2 {
    font-size: 1.4rem;
    color: #044512;
    margin-bottom: 15px;
}
.inside-form p {
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: "lato";
}
.sidebar-container {
	padding: 6px 0;
	margin-bottom: 30px;
	max-width: 370px;
	float: right;
	width: 100%;
}
.sidebar-container h5 {
	padding: 0px 0px 12px;
    font-size: 1.3rem;
    color: #044512;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.sidebar-container .sidebar-phone {
    text-transform: capitalize;
    padding: 0px 0px 12px;
    font-size: 1.3rem;
    color: #044512;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.sidebar-container ul li {
	padding: 6px 0;
	text-decoration: underline;
	font-size: 1.05rem;
}
.sidebar-container ul li.active a {
	font-weight: bold;
}
.sidebar-container ul li a {
	color: #054512;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.sidebar-container ul li a:hover {
	color: #7ea18f;
}
.form-container .title3 {
	padding: 5px 0px 25px;
}

/* force place holder to change */
::-webkit-input-placeholder {
	color: #555;
	font-weight: 400;
	font-size: 0.9rem;
	text-transform: capitalize;
	font-family: "lato";
}
::-moz-placeholder { /* firefox 19+ */
	color: #555;
	font-weight: 400;
	font-size: 0.9rem;
	text-transform: capitalize;
	font-family: "lato";
}
:-ms-input-placeholder { /* ie */
	color: #555;
	font-weight: 400;
	font-size: 0.9rem;
	text-transform: capitalize;
	font-family: "lato";
}

.footer-newsletter ::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 1.1rem;
	font-family: "lato";
}
.footer-newsletter ::-moz-placeholder { /* firefox 19+ */
	color: #444;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 1.1rem;
	font-family: "lato";
}
.footer-newsletter :-ms-input-placeholder { /* ie */
	color: #444;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 1.1rem;
	font-family: "lato";
}

/* 	
==========================================================================
Buttons
========================================================================== 
*/
.btn {
	border: 1px solid #333;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	color: #333;
	text-transform: uppercase;
	padding: 14px 20px;
	display: inline-block;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.btn-green {
    text-align: center;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #054512;
    background-color: #acc6bb;
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.2s all;
}
.btn-green:hover{
	background-color: #b5d0c4;
}
.btn-booking-form {
	font-weight: bold !important;
}
.btn.btn-info {
	border: 1px solid #549ac6;
	color: #fff !important;
	background-color: #549ac6;
	font-weight: bold;
	border-radius: 5px;
	font-weight: 300;
	letter-spacing: 1px;
}
.btn.btn-info:hover {
	border: 1px solid #549ac6;
	background-color: #549ac6;
	color: #fff;
}

.menus-menu__btn{
	display: inline-block;
    background-color: #acc6bb;
    text-transform: uppercase;
    color: #054512 !important;
    font-size: 0.95rem;
    border-radius: 1px;
    padding: 12px 30px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.menus-menu__btn:hover{
	background-color: #b5d0c4;
}

.fixed-booking-btn.btn-booking--big {
    padding: 16px 30px;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}




/* 	
==========================================================================
Separators
========================================================================== 
*/
.separador {
    display: block;
    padding: 10px 0;
    width: 100%;
    height: 45px;
}
.separador.center {
	text-align: center;
}
.separador.right {
	text-align: right;
}
.separador:before {
    content: " ";
    width: 50px;
    border: solid 1px #acc6bb;
    border-bottom: solid 0px #acc6bb;
    border-left: solid 0px #acc6bb;
    border-right: solid 0px #acc6bb;
    display: inline-block;
}
.separador.green:before {
    content: " ";
    width: 50px;
    border: solid 1px #d1efd7;
    border-bottom: solid 0px #d0ffe7;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    display: inline-block;
}
.separador.white:before {
    content: " ";
    width: 50px;
    border: solid 1px #4d905b;
    border-bottom: solid 0px #d0ffe7;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    display: inline-block;
}

.card-content .separador:before {
    content: " ";
    width: 75%;
    border: solid 1px #acc6bb;
    border-bottom: solid 0px #acc6bb;
    border-left: solid 0px #acc6bb;
    border-right: solid 0px #acc6bb;
    display: inline-block;
}
.card-content .separador.green:before {
    content: " ";
    width: 75%;
    border: solid 1px #d1efd7;
    border-bottom: solid 0px #d0ffe7;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    display: inline-block;
}
.card-content .separador.white:before {
    content: " ";
    width: 75%;
    border: solid 1px #4d905b;
    border-bottom: solid 0px #d0ffe7;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    display: inline-block;
}
/* 	
==========================================================================
Icons
========================================================================== 
*/
.material-icons {
	font-size: 20px;
	vertical-align: bottom !important;
}
.material-icons.md-18 {font-size: 50px !important;}
.material-icons.md-24 {font-size: 50px !important;}
.material-icons.md-28 {font-size: 50px !important;}
.material-icons.md-32 {font-size: 50px !important;}

/* 	
==========================================================================
Animated effects
========================================================================== 
*/
.animated {
	opacity: 1 !important;
}
.animated.slideInLeft,
.animated.slideInRight,
.animated.zoomIn,
.animated.fadeInLeft,
.animated.fadeInUp,
.animated.fadeInRight {
	-webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}
.animated.bounceInUp,
.animated.bounceInDown {
	-webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
.marker {
	position: relative;
	top: 70px;
}

/* 
==========================================================================
Overlays
========================================================================== 
*/
.header-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.32);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.32) 2%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.32)), color-stop(2%, rgba(0,0,0,0.32)), color-stop(67%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.32) 2%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.32) 2%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.32) 2%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.32) 2%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.header-dark-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0;
background: rgba(0,0,0,0.35);
background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.35)), color-stop(30%, rgba(0,0,0,0.6)), color-stop(94%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0;
	background-color: rgba(11, 11, 11, 0.45);
}
.green-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0;
	background-color: rgba(42, 81, 53, 0.8);
}

/* 
==========================================================================
Booking
========================================================================== 
*/
.booking-box {
	width: 135px;
	float: left;
	background: #f4f4f4;
	height: 70px;
	position: relative;
	padding: 0 10px;
	padding-top: 20px;
}
.booking-dates-box {
	width: 175px;
}
.booking-box.field-adults {
	width: 122px;
}
.booking-box.field-rooms {
	width: 156px;
}
.booking-box.field-checkin {
	width: 180px;
}
.booking-logo-box {
	width: 185px;
}
.booking-box.booking-logo-box img {
	position: absolute;
	top: 16px;
	left: 15px;
}
.booking-box.booking-submit-box {
	width: 148px;
	float: left;
	padding: 4px 10px;
}

/* ingles y alemán booking */

html[lang="en"] .booking-dates-box {
	width: 199px;
}
html[lang="en"] .booking-box.field-adults {
	width: 114px;
}
html[lang="en"] .booking-box.field-rooms {
	width: 121px;
}

html[lang="de"] .booking-dates-box {
	width: 179px;
}
html[lang="de"] .booking-box.field-adults {
	width: 150px;
}
html[lang="de"] .booking-box.field-rooms {
	width: 125px;
}

.booking-box.booking-submit-box input {
    background: #acc6bb;
    text-transform: uppercase;
    color: #054512;
    font-size: 1rem;
	border-radius: 3px;
    padding: 8px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: auto !important;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 13px;
    border: 0px;
}
.booking-box.booking-submit-box input:hover {
	background: #b5d0c4;
}
.booking-box label {
    position: relative;
    color: #777;
    font-size: 0.88rem;
    font-family: "PT serif", georgia, times, serif !important;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
}
.booking input, .booking select {
	cursor: pointer;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	border: solid 1px #ccc;
	padding: 8px 10px;
	font-size: 0.85rem;
}
.booking-dates-box input {
	background: #fff url("/templates/images/calendar.png") 90% no-repeat;
    background-size: 15px;
    position: relative;
    display: inline-block;
    width: 105px;
}
.booking select {
	background: #fff url(/templates/images/down-arrow.png) 80% no-repeat;
	position: relative;
    display: inline-block;
    width: 50px;
    background-size: 10px;
}
.booking-container {
    position: absolute;
    bottom: 50px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.4);
    width: 980px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.booking select option {
	font-size: 1rem;
}


/* header */
#category-regala #main-header, #order-summary #main-header, #getaways #main-header, #gallery #main-header, #category-events #main-header, #content-contact #main-header, #content-prensa #main-header, #article #main-header, #content-regala-error #main-header, #content-thanks #main-header,
#content-text #main-header,
#landing-promotion #main-header{
	height: 380px;
	height: 50vh;
	min-height: 320px;
}
#main-header {
	min-height: 600px;
	height: 600px;
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top-header {
	background: rgba(255, 255, 255, 0.18);
	padding: 10px;
	-webkit-transform: translateZ(0px) !important;
	-ms-transform: translateZ(0px) !important;
	-o-transform: translateZ(0px) !important;
	transform: translateZ(0px) !important;
	position: relative;
	z-index: 99999;
}
.top-header-navigation ul li {
	padding: 0 10px 0 5px;
	display: inline-block;
	position: relative;
}
.top-header-navigation ul li a {
	color: #f8f8f8;
	text-transform: uppercase;
	letter-spacing: 1,5px;
	font-size: 0.9rem;
	font-weight: 300;
}
.top-header-navigation ul li:not(:last-child):after {
	content: "\00B7";
	color: white;
	position: absolute;
	right: 0;
}
.header-languages {
	margin-right: 50px;
}
.header-languages ul li {
	padding: 0 10px 0 5px;
	display: inline-block;
	position: relative;
}
.header-languages ul li a {
	color: #f8f8f8;
	text-transform: uppercase;
	font-weight: 300;
}
.header-languages ul li:not(:last-child):after {
	content: "\00B7";
	color: white;
	position: absolute;
	right: 0;
}
.header-logo {
	padding: 20px 0 8px;
}
.header-navigation ul li {
	padding: 0 10px;
	display: inline-block;
}
.header-navigation ul li a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
    font-weight: 300;
    text-shadow: 0 0px 0px white;
}
.header-navigation ul li a:hover {
	opacity: 0.7;
}
.header-navigation ul li ul {
	display: none;
}

/* header-fixed */

.header.closed, .top-header.closed {
	display: none;
}
.fixed-header {
	max-height: 0;
	position: fixed;
	width: 100%;
	top: 0;
	background: white;
	overflow: hidden;
	z-index: 9999;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	opacity: 0;
	-webkit-box-shadow: 0px 5px 25px -10px #b5b5b5;
	box-shadow: 0px 5px 25px -10px #b5b5b5;
}
.fixed-header.opened {
	max-height: 90px;
	opacity: 1;
	overflow: hidden;
}
.fixed-header-logo {
	padding: 0;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 1100px) {
  .fixed-header-logo {
    display: none;
  }
  .fixed-header {
  	padding: 10px 0;
  }
}
.fixed-header-navigation {
	display: inline-block;
	vertical-align: middle;
}
.fixed-header-navigation ul {
	display: inline-block;
}
.fixed-header-navigation ul li {
	padding: 25px 10px 0;
	display: inline-block;
}
.fixed-header-navigation ul li a {
    color: #444;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-shadow: 0 0px 0px white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fixed-header-navigation ul li a:hover {
	opacity: 0.7;
}
.fixed-header-navigation ul li ul {
	display: none;
}
.fixed-booking-btn {
    background: #acc6bb;
    text-transform: uppercase;
    color: #054512;
    font-size: 0.95rem;
    border-radius: 1px;
    padding: 8px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
    display: inline-block;
    cursor: pointer;
}
.fixed-booking-btn:hover {
	background: #b5d0c4;
}

/* footer */
#main-footer {
    background: #fff;
    margin-top: 40px;
}
.footer-newsletter {
	padding: 40px 0;
	text-align: center;
	background: #f5f5f5;
}
.footer-newsletter .col-block {
	vertical-align: middle;	
}
.footer-newsletter .email {
	background-color: white !important;
	color: #888 !important;
	padding: 9px !important;
}
.footer-newsletter .btn {
	color: #054512 !important;
	position: relative;
}
.footer-newsletter .btn:hover {
	color: #559161 !important;
}
.newsletter-title {
	border-right: solid 1px #ceddce;
	padding: 10px 15px;
}
.footer-links {
	padding: 60px 0px 40px;
	border-bottom: 1px solid #cddbd4;
}
.footer-links ul li {
	position: relative;
	padding-left: 10px;
}
.footer-links a {
	color: #054512;
	transition: 0.3s;
}
.footer-links a:hover {
	color: #9abdab;
}
.footer-logos {
	padding: 40px 0;
}
.footer-logos .col-custom{
	width: 41.333333%;
}

.footer-phone {
	padding-left: 5px;
	/*background: url(/templates/images/phone.png) left no-repeat;*/
}
.footer-email {
	padding-left: 5px;
	/*background: url(/templates/images/mail.png) left no-repeat;*/
}
.instagram {
	background: url(/templates/images/instalogo.png) left no-repeat;
    display: inline-block;
    width: 15px;
    background-size: 14px;
    height: 22px;
    margin-right: 2px;
    position: absolute;
    margin-top: -6px;
    right: 15px;
}
.facebook {
    background: url(/templates/images/facebooklogo.png) left no-repeat;
    display: inline-block;
    background-size: 8px;
    width: 17px;
    height: 22px;
    position: absolute;
    margin-top: -6px;
    margin-right: -7px;
    right: 40px;
}
.post-footer {
	padding: 20px 0;
	background: #2a3b2b;
}
.post-footer a, .post-footer u {
	text-decoration: none;
	color: inherit;
}
footer .description {
	margin: 0 !important;
}

/*/////////////////////////////////////////// TEMPLATES /////////////////////////////////////////*/

/* 
==========================================================================
Detailed classes general
========================================================================== 
*/
iframe[name = "google_conversion_frame"] {
	display: none;
}
body {
	margin: 0;
	width: 100%;
}
body.opened {
	overflow: hidden;
    height: 100vh;
    position: fixed;
}
.title1, .title2, .title3, .title4 {
	line-height: 1.2;
}
#category-hotel .content, #content-product .content, #rooms .content, #content-product .featured-image, #content-leadform-booking .content, .getaways-presentacion, #content-fullpage .fullpage-presentacion, #category-reuniones .content, #article .content, #content-prensa .content,
#landing-promotion .content{
	max-width: 800px;
	margin: 0 auto;
}
p:first-child {
 	margin-top: 0px !important;
}

.content a, .side-content a, .description a {
	color: #054512;
	text-decoration: underline;
}

.content li,
.side-content li, 
.description li{
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
}
.content li:before, 
.side-content li:before, 
.description li:before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    color: #054512;
    font-size: 2.7em;
	line-height: 11px;
}
#content-fullpage .description ul li,
#content-fullpage .side-content ul li,
#content-fullpage .content ul li {
	display: inline-block;
	clear: both;
}
/*#content-fullpage .description ul li:before,
#content-fullpage .side-content ul li:before,
#content-fullpage .content ul li:before {
    content: "\00B7";
    position: relative; 
    left: 0;
    top: 0;
    color: #054512;
}*/
#content-fullpage .description ul li a,
#content-fullpage .side-content ul li a,
#content-fullpage .content ul li a {
	text-decoration: underline;
}
#content-leadform .content ul li {
	padding-top: 0;
	padding-left: 10px;
}
.section {
	padding: 60px 0 50px;
}
.featured-block {
	position: relative;
}
.featured-block-content-container {
	width: 400px;
	height: auto;
	max-height: 65%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 6%;
	background: rgba(255, 255, 255, 0.25);
    border: solid 8px rgba(255, 255, 255, 0);
    overflow: hidden;
}
.featured-block.right .featured-block-content-container {
	right: 6%;
	left: auto;
}
.featured-block-content {
	height: 100%;
	width: 100%;
	padding: 30px;
	overflow: hidden;
	background: white;
}

.featured-block-content .description {
	max-height: 240px;
	overflow: hidden;
}

.card {
    background: #f5f5f5;
    min-height: 300px;
    overflow: hidden;
}
.card.right .col-half {
	float: right;
	text-align: left;
}
.card-content {
	padding: 25px 40px;
    max-height: 335px;
    overflow: hidden;
}
#rooms .card-content {
    max-height: 355px;
}
/* content-home */
.home-carousel {
	width: 100%;
	height: 310px;
	background: url(/templates/images/carousel.jpg) right no-repeat;
	margin-top: 200px;
	background-size: cover;
}
.home-content-box-container {
    width: 400px;
    height: 600px;
    padding: 50px;
    background: #f5f5f5;
    margin-top: -460px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 24px -7px #777;
}
#content-home .content {
	overflow: hidden;
}
.content img {
	margin-left: 40px !important;
	margin-bottom: 20px;
}
#article .content img {
	margin-right: 30px !important;
	margin-left: 0 !important;
	margin-bottom: 20px;
}
.home-quotes {
	width: 90%;
}
.quote-container {
    margin-top: 30px;
    width: 64% !important;
}
.home-featured-content {
	width: 70%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}


.featured-block-content-container .separador:before,
.home-rooms .separador:before{
	width: 75%;
}
.featured-block-content-container .separador,
.home-featured-content .separador{
	-webkit-transform: translateY(1%);
	-ms-transform: translateY(1%);
	-o-transform: translateY(1%);
	transform: translateY(1%);
}


/*** category hotel ***/
.hotel-description {
	background: #f5f5f5;
	padding:0;
	height: 650px;
	overflow: hidden;
}
.hotel-description-content {
	padding: 60px 80px;
	max-width: 1100px;
	overflow: hidden;
}
.hotel-description-content .description {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
}
@media screen and (max-width: 1100px){
	.hotel-description-content{
		padding: 60px 50px;
	}
	.hotel-description-content .description {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		-o-column-gap: 0;
		column-gap: 0;
	}
}
#category-hotel .hotel-description-content ul li{
	padding-top: 0;
	display: inline-block;/* to prevent column splitting inside element */
}
#category-hotel .hotel-description-content .description ul li:before{
	top: 0;
}
#category-hotel .hotel-description-image .box-image {
    overflow: hidden;
    padding-bottom: 651px;
    position: relative;
}

#category-hotel .hotel-description-image .box-image img {
    display: block;
    position: absolute;
    right: 0;
}


/* fullpage-room */

#fullpage-room .side-content ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	margin-top: 0;
}
.side-content h3 {
	font-size: 1.2rem;
	color: #054512;
	display: none;
}
#fullpage-room .side-content {
	padding: 20px 25px;
	border: 4px double #eee;
}
/* getaways */

.colleft, .colcenter, .colright {
	width: 33.3%;
	float: left;
	padding: 15px;
}
.getaway-n {
	padding: 15px;
}
.getaway-n img {
	width: 100%;
}
.getaway-n .title {
	color: #054512;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 15px 0;
}
.getaway-n .moreinfo {
	padding-top: 15px;
	font-size: 1.1rem;
}
.moreinfo a {
	color: #054512;
}
.off-image {
	width: 100%;
	overflow: hidden;
}
.off-image img {
	display: block;
}
.getaway-n:hover img,
.regalar-block:hover img{
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}
/*.content ul li {
	text-align: center;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content ul li:before {
	content: "\00B7";
	top: auto;
	position: relative;
	margin-right: 5px;
	color: #054512;
}*/

/* category-spa */

#category-spa .featured-block {
	margin: 30px 0;
}
#category-spa .featured-block-content-container {
	max-height: 75%;
}
#category-spa .content ul li {
	text-align: left;
}

/* content-leadform */

#content-leadform .content ul li, #restaurante-carta .content ul li {
	text-align: left;
}

/* restaurante-carta */

#restaurante-carta .content ul li {
	padding-left: 10px;
	padding-top: 0;
	line-height: 1.3;
}
.content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    color: #054512;
    width: 6px;
    height: 6px;
    background-color: #054512;
    border-radius: 50px;
}

/* content-leadform-booking / escapadas */

/*#content-leadform-booking .content ul,
#content-getaway .content ul {
	margin: 5px 0;
}*/
#content-leadform-booking .content ul li,
#content-text .content ul li,
#content-getaway .content ul li,
#landing-promotion .content ul li{
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1.5;
}
#content-leadform-booking .content p,
#landing-promotion .content p {
	margin: 0;
}


/* content-spa */

.special-title-container {
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
	position: relative;
	margin-bottom: 40px;
}

.related-pages {
	position: absolute;
	right: 0;
	text-align: right;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 80%;
    background: white;
    padding-top: 10px;
    padding-left: 40px;
}
.related-pages ul li {
	display: inline-block;
	padding: 0 15px;
}
.related-pages ul li.active {
	display: none;
}

.related-pages ul li a {
	color: #054512;
	font-size: 1.05rem;
}

.related-pages ul li a:hover {
	color: #7ea18f;
}

/* content-prensa */

#content-prensa .form-container {
	margin-top: 15px;
	margin-right: 24px;
}
#content-prensa .inside-form h5 {
	margin-bottom: 25px;
}
/* regala */

#main.fullpage {
	margin-top: 0;
}
#main.fullpage .sidebar {
  z-index: 999;
  position: relative;
  margin-top: 50px;
}
#main.fullpage .sidebar {
	width: 220px;
	padding-right: 20px;
}
#category-regala #main, #order-summary #main, #content-thanks #main, #content-regala-error #main {
	background: white;
	min-height: 260px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1250px;
}

/* promos */

.promo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 95px;
    background: #f5f5f5;
    margin-top: 80px;
    padding-top: 17px;
    border: double 4px #e7e7e7;
}
.promo #title {
    font-size: 2rem;
    font-family: "PT serif", georgia, times, serif !important;
    color: #054512;
    position: absolute;
    max-height: 70px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    left: 0;
    top: 17px;
    width: 18%;
    text-align: left;
    margin-left: 20px;
}
.promo #subtitle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    max-height: 42px;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    text-align: center;
    overflow: hidden;
    color: #054512;
    padding: 0;
    position: absolute;
    left: 22%;
    width: 58%;
    text-align: left;
}
.promo p {
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "lato";
    text-align: center;
    color: #054512;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 70px;
    overflow: hidden;
    width: 58%;
    left: 22%;
    position: absolute;
    text-align: left;
    top: 38px;
}
.promo .cta a {
    font-size: 1.1rem;
    font-family: "lato";
    text-align: center;
    color: #054512;
    padding: 12px 25px;
    background: #acc6bb;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promo .cta a:hover {
	background: #b5d0c4;
}

/*@media(max-height: 750px) {
	.promo #title {
	    padding: 25px 45px 0;
	}
	.promo p {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.promo .cta a {
	    font-size: 1.2rem;
	    padding: 16px;
	}
	.promo {
	    top: 54%;
	}
}*/

/*animated*/

.animated {
	opacity: 1 !important;
}
.animated.slideInLeft,
.animated.slideInRight,
.animated.zoomIn {
	-webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}

.animated.bounceInUp,
.animated.bounceInDown {
	-webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

.home-content-marcador {
	position: relative;
	top: 450px;
}

.home-rooms.featured-block {
	opacity: 0;
}
.home-rooms-marcador {
	position: relative;
	top: 300px;
}
.home-featured-marcador {
	position: relative;
	top: 350px;
}

.fancybox-skin {
	box-shadow: none !important;
	background: transparent !important;
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9) !important;
	z-index: 9999 !important;
}
#form-department {
    text-transform: capitalize;
}






/*----- footer -----*/
.footer-lower{
	padding-bottom: 30px;
}
.footer-left{
    position: relative;
    padding: 20px 0 10% 0;

}
.footer-logo{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.25;
    top: -26px;
}
.footer-logo img {
    width: auto;
    height: auto;
    float: none;
}

.footer-contact {
    float: none;
    position: absolute;
    padding-left: 0;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}
.footer-info {
    color: #555;
}

.logos-footer{/* center vincke logo */
    margin-left: -30.4px;
    margin-top: 30px;
}
.group-logos {
    text-align: center;
}
.footer-title{
    margin-bottom: 8px;
    padding-top: 30px;
}
.external-logos{
	margin-top: 57px;
}
.post-footer-first{
	padding-bottom: 10px;
}
.phone-footer{
	display: block;
	padding-bottom: 20px;
}
@media (max-width: 1150px){
	#main-footer .footer-left,
	#main-footer .external-logos{
		width: 28.5%;
	}
	#main-footer .group-logos{
		width: 43%;
	}
}





/* ============================================================
   KEY
/* ============================================================
    
    00. Reset
    01. Global classes - default
    02. Global classes - custom
    03. Grid
    04. Colors
    05. Fonts
    06. Forms
    07. Buttons
    08. Separators
    09. Parallax Background
    10. Animated effects
    11. Overlays
    12. Pages
    13. Includes and sections
    14. Animation
    15. Cookies
    100. Media Queries
*/


/*  
==========================================================================
01. Global classes - default
========================================================================== 
*/
.content p, 
.side-content p, 
.description {
	line-height: 1.5;
	margin-bottom: 16px;
}
.content p:first-child{
	margin-top: 0;
}
.content-full-center {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.content-full-center ul{
    display: inline-block;
    text-align: left;
}




/*  
==========================================================================
06. Forms
========================================================================== 
*/

/*--- Checkbox --- */
.checkbox.field {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 0 12px;
}


/*--- Custom Checkbox --- */
/* Hide the browser's default checkbox */
.checkbox.field input {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}
.checkbox.field label{
    cursor: pointer;
}
.checkbox.field label > span {
    vertical-align: middle;
    font-size: 0.9em;
}
#open-legal{
    text-decoration: underline;
}

/* Create a custom checkbox */
.checkmark,
.checkbox-text{
    vertical-align: middle;
}
.checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: 0.2s all;
    margin-right: 5px;
    border: 1px solid #dddddd;
}
.checkmark:after {
    display: none;
    content: "✔";
    position: absolute;
    left: 4px;
    top: 2px;
    color: #054512;
    font-weight: 900;
}

/* Show the checkmark when checked */
.checkbox.field input:checked ~ .checkmark:after {
    display: block;
}
/*--- END Custom Checkbox --- */


/* form errors */
.form-error.alert {
    font-size: 1em;
    transition: 0.2s all;
    margin-bottom: 10px;
    color: #fd5a5a;
}
.has-error input, 
.error ~ .checkmark {
    border: 1px solid;
    border-color: #fd5a5a !important;
}



/*--- leadform-pop-up --- */
.leadform-pop-up-overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.leadform-pop-up {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 30px;
    padding-right: 8px;
    background-color: #fff;
    width: 600px;
    height: 600px;
    max-width: 90%;
    max-height: 90%;
}
.leadform-close-pop-up {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.7em;
    line-height: 0.4;
    padding: 10px;
    cursor: pointer;
}
.leadform-pop-up .content{
    overflow: auto;
    max-height: 100%;
    padding-right: 20px;
}
.leadform-pop-up .content img{
	display: none;
}



/*  
==========================================================================
12. Pages
========================================================================== 
*/

/*----- category-restaurant -----*/
.menus-menu{
	display: inline-block;
	margin-right: 25px;
}
.menus-menu:last-child{
	margin-right: 0;
}


/*----- content-home -----*/
.home-titles{
	position: relative;
    top: 3px;
}

/* header-quotes */
.header-quotes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index:1000;
}
.home-quotes {
	position: relative;
    width: 805px !important;
    margin: 0 auto;
}
.quote-container {
    margin-top: 0 !important; 
    width: 100% !important; 
    text-shadow: 1px 1px 1px #2d2d2d;
}


/* home-content */
.home-content-container{
	margin-bottom: 20px;
}
.home-logo{
	width: 66px;
	margin-right: 25px;
}
.home-logo img{
	width: 60px;
}
.home-presentacion .title1 {
	font-size: 2.4rem;
}
.home-presentacion .title4 {
	font-size: 1.6rem;
}

/* home-contact */
.home-contact {
    background-color: #F5F5F5;
    padding: 35px;
}
.home-best-price {
    text-transform: uppercase;
    text-align: center;
    color: #acc6bb;
    margin-bottom: 20px;
}
.home-contact-buttons {
    margin-bottom: 45px;
}

.home-contact-info-container{
	font-size: 1.2em;
}
.home-contact-info.phone{
	margin-bottom: 15px;
}
.home-contact-info:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: top;
}
.home-contact-info.phone:before{
	background-image: url(/templates/images/icon-phone.png);
}
.home-contact-info.email:before{
	background-image: url(/templates/images/icon-at.png);
}


/*----- content-leadform-booking -----*/
#content-leadform-booking .content.text-center ul,
#landing-promotion .content.text-center ul{
    text-align: left;
    display: inline-block;
}




/*  
==========================================================================
13. Includes and sections
========================================================================== 
*/

/*----- header -----*/

/* slideshow */
.cycle-slideshow,
.slide {
    width: 100%;
    height: 100%;
}
.slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-title{
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 800px;
	text-align: center;
	color: #fff;
	font-size: 4em;
	text-shadow: 1px 1px 1px #525252;
    font-family: 'PT Serif',Georgia, Times, Times New Roman,serif;
    z-index:1000;
}


/*--------- gift-banner ---------*/
.gift-banner{
	background-color: #f4f4f4;
}
.gift-banner .banner-img{
    width: 131px;
    padding-right: 40px;
}
.gift-subtitle{
	color: #5a5a5a;
}


/*----- Booking form fullpage -----*/
.booking-form .form-field-col select,
.b-claim:after,
.booking-fullpage-subtitle,
.booking-form label,
.booking-form label span,
.b-claim,
.booking-form .form-field-col input{
	color: #333 !important;
}
.booking-fullpage {
    position: fixed;
    left: 0;
    top: 0;
    top: -200vh;
    width: 100%;
    height: 100%;
    background: url(/templates/images/booking-background3.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 99999;
	transition: 0.25s ease-in-out all;    
}
.booking-fullpage.show {
	top: 0px;
	transition: 0.25s ease-in-out all;
}
.booking-fullpage-box {
    min-width: 1000px;
    max-width: 1190px;
	overflow: auto;
    max-height: 100%;
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.booking-fullpage-titles {
    color: #000;
    font-size: 4em;
    text-align: center;
    font-family: 'PT Serif',Georgia, Times, Times New Roman,serif;
}
.booking-fullpage-subtitle {
	color: #333 !important;
    margin-top: 5px;
    font-size: 0.6em;
}
.booking-fullpage-close {
    position: absolute;
    top: 70px;
    right: 70px;
    z-index: 1;
    color: #333;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 3em;
    font-weight: 300;
    transition: 0.1s all;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    padding: 15px 10px 25px;
}
.booking-fullpage-close span:hover {
	color: #7b7b7b;
	transition: 0.1s all;
}

.booking-form{
    width: 940px;
    margin: 0 auto;
}
.booking-form .form-field-col {
    position: relative;
    border-top: 2px solid #acc6bb;
    border-bottom: 2px solid #acc6bb;
    border-right: 2px solid #acc6bb;
    height: 182px;
    padding: 35px 0;
}
.booking-form .form-field-col:first-child {
    border-left: 0;
}
.booking-form .form-field-col:last-child {
    border-right: 0;	
}
.booking-form label {
    display: block;
    text-align: center;
}
.booking-form label span,
.booking-form .booking-label-title{
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #054512;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
}

#checkin, #checkout {
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
}

.booking-form .form-field-col input,
.field-show {
    width: 100%;
    height: 87px;
    text-align: center;
    background: none;
    color: #333;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 2em;
    border: 0;
    margin-top: 20px;
    background-image: url(/templates/images/icon-dropdown4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    padding: 8px 10px;
    padding-bottom: 45px;
    cursor: pointer;
}
.field-show > div {
    display: inline;
}


.booking-form .form-field-col input {
    width: 100%;
    text-align: center;
    background: none;
    color: #333;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 2em;
    border: 0;
    margin-top: 20px;
    background-image: url(/templates/images/icon-dropdown4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    padding-bottom: 45px;
}
.booking-form .form-field-col select {
    text-align: center;
    background: none;
    color: #333;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 2em;
    border: 0;
    margin-top: 20px;
    background-image: url(/templates/images/icon-dropdown4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    padding-bottom: 45px;
    width: 56px;
    display: block;
    margin: 20px auto 0;
}
.firefox .booking-form .form-field-col select{
	height: 90px;
}
.explorer .booking-form .form-field-col select{
	width: 76px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.explorer .booking-form .form-field-col select{
		width: 56px;
	}
	.booking-form .form-field-col select::-ms-expand{
		display: none;
	}

}

.booking-form .form-field-col select option {
	color: #333 !important;
}
.booking-fullpage-title {
    margin-bottom: 35px;
}
.booking-claims {
    width: 800px;
    margin: 20px auto 40px;
    float: none;
    text-align: center;
}
.b-claim {
    color: #333;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4;
    display: inline-block;
    padding: 3px 0;
}
.b-claim:after {
    content: "·";
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 15px;
    font-size: 1.4em;
    line-height: 0;
    color: #333;
}
.b-claim:last-child:after {
    display: none;
}
.b-claim span {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
}
.b-claim sub {
    font-family: "Lato";
    text-transform: initial;
    font-size: 0.6em;
    opacity: 0.7;
    margin-top: 2px;
    display: block;
}
.cta-booking .btn{
    padding: 16px 40px;
    border: none;
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 50px;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
}
/*** Datepicker ***/
.ui-datepicker {
    width: 22em !important;
    padding: 15px !important;
}
.ui-widget-content {
    background: #fff !important;
    border: 2px solid #acc6bb !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #054512;
}
.ui-datepicker-title {
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}
.ui-datepicker-calendar > thead > tr > th > span {
    color: #333;
    font-family: "Lora";
    font-weight: normal;
}
.ui-icon.ui-icon-circle-triangle-w {
    background: url(/templates/images/left-arrow2.png) !important;
    background-size: 9px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.ui-icon.ui-icon-circle-triangle-e {
    background: url(/templates/images/right-arrow2.png) !important;
    background-size: 9px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ececec !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #acc6bb !important;
    color: #054512 !important;
    text-align: center !important;
    padding: 10px !important;
    border: 1px solid #acc6bb !important;
    font-family: "Lato" !important;
    font-weight: normal !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: #acc6bb !important;
    border: 1px solid #054512 !important;
}


.booking-fullpage-box__post {
    clear: both;
    text-align: center;
    padding-top: 40px;
}
.bookingPostText{
	color: #333333;
    font-family: "Lato" , Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 1.35em;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
    padding: 3px 0;
}



/*  
==========================================================================
15. Cookies
========================================================================== 
*/
.CookiePolicyWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px;
    background-color: #f9f7f7;
    border-top: 1px solid #ccc;
    font-size: 0.85em;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
}
.CookiePolicyWrapper .CookiePolicy{
    min-width: 1000px;
    max-width: 1250px;
    padding: 0 12px;
    margin: 0 auto;
}
a#CookiePolicyAccept {
    font-weight: bold;
    outline: none;
    background-color: #4e4e4e;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 20px;
    margin-top: 6px;
    text-decoration: none !important;
    transition: 0.2s all;
}
a#CookiePolicyAccept:hover{
    background-color: #3f3f3f;
}
a.cookie-link{
    color: #054512;
    text-decoration: underline;
}