
/* ============================================================
   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. Cookies
    15. Popup
    100. Media Queries
*/


/* 	
==========================================================================
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, strong, sub, tt, var,
b, 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;
}
a {
	text-decoration: none;
	color: #323232;
}
a:visited {
	color: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main{
    position: relative;
    z-index: 1;
    background-color: #fff;
}
#main *, #main-header *, #main-footer *, *, .form-container, .form-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body.opened {
	overflow: hidden;
}
::-moz-selection{background:#434343;color:#ffffff;}
::selection{background:#434343;color:#ffffff;}



/* 	
==========================================================================
Global classes
========================================================================== 
*/

.content, 
.side-content, 
.description, 
.massage-content {
    font-family: "Open Sans";
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.35em !important;
    color: #454545;
    text-align: justify;
}
.content{
    word-wrap: break-word;
}
.content p {
	margin-bottom: 15px;
}
.content p:last-child {
    margin-bottom: 0;
}
.content p strong,
.side-content p strong {
    font-weight: normal;
}
.content-full-center {
	width: 800px;
    margin: 25px auto 0;
	text-align: center;
}
.content a {
    color: #000000;
    text-decoration:underline;
}
.content ul.default-list,
.content ol.default-list{
    list-style-type: initial;
    list-style-position: inside;
}
.menu-h li{
    display: inline-block;
}
.relative {position: relative;}
.clear {clear: both;}
.pull-right	{float: right !important;}
.pull-left {float: left;}
.center-block {margin: 0 auto;}
.pad{padding: 15px;}
.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; }
.small-container {min-width: 1000px; max-width: 1050px; 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;
}
.hidden {
	display: none;
}
.img-responsive {
	width: 100%;
}
section{
    background-color: #fff;
}
.section {
	padding: 60px 0 60px;
}
.section-small {
    padding: 35px 0;
}
.section-small.right-background{
    padding: 0;
    margin: 35px 0;
}
.resize-on-hover img {
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.resize-on-hover:hover img {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}


.cycle-slideshow{
    overflow: hidden;
}


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

.row {
	margin-left: -15px;
	margin-right: -15px;
}

/* Floating */
.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: 63.3333333333%;}
.col-two-third {width: 66.666%;}
.col-nine {width: 75.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: middle;}
.col-third.col-block {width: 33%;}
.col-half.col-block {width: 49%;}



/* 	
==========================================================================
Colors
========================================================================== 
*/
.white, a.white {color: #fff;}
.blue {color: #19355c;}
.black {color: #222;}
.grey {color: #999;}
.site-gold {color: #C8B06B;} /*#c7af6b*/

.cc-one, .cc-one a {color: #c8af68;}



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

/* font-families */

.title {

}
.subtitle {

}

/* font-sizes */
html {
	font-size: 14px;
}
@media(max-width: 1400px) {
	html {
		font-size: 14px;
	}	
}
.small {
	font-size: 0.9rem;
}
.title6 {
	font-size: 1.1rem;
}
.title5 {
    font-size: 1.2rem;
}
.title4 {
	font-size: 1.5rem;
}
.title3 {
	font-size: 1.8rem;
}
.title2 {
	font-size: 2.5rem;
}
.title1 {
	font-size: 3.4rem;
}

.titles-section .title1{
    font-size: 3.4rem;
    color: #000;
}
span.title1,
.titles-section .title1 span,
body:not(#content-room) .titles-section .title1 h2 {
    display: block;
    font-size: 1.7rem !important;
    font-weight: 300 !important;
    margin-top: 5px;
    line-height: 1.2em;
    color: #c8af68;
}

/* font-weights */
.light {font-weight: 300;}
.normal {font-weight: 400;}
.bold {font-weight: 700;}

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


/* 	
==========================================================================
Forms
========================================================================== 
*/
input,
select,
textarea{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

form .relative label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
form .relative input,
form .relative select{
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.date,
.time,
select{
    cursor: pointer;
}
#event_date,
#event_hour{
    padding-right: 28px;
}
/* Placeholder overrides */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(0, 0, 0, 0.7);
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(0, 0, 0, 0.7);
    opacity:  1;
    font-size: 13px;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(0, 0, 0, 0.7);
    opacity:  1;
    font-size: 13px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgba(0, 0, 0, 0.7);
}   
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color:    rgba(0, 0, 0, 0.7);
}
/* Firefox overrides */
:not(output):-moz-ui-invalid {
    box-shadow: none;
}
:not(output):-moz-ui-invalid:-moz-focusring {
    box-shadow: none;
}


/*  
==========================================================================
07. Buttons
========================================================================== 
*/
.btn-reserve{
    display: inline-block;
    margin-top: 10px;
    padding: 6px 30px;
    color: #f2efe6 !important;
    background-color: #434343;
    transition: 0.2s all;
}
.btn-reserve:hover{
    background-color: #2d2d2d;
}



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

/*----- recursos-humanos -----*/
.jobsNoneTitle {
    clear: both;
    font-family: "Lora", Georgia, sans-serif;
    text-transform: initial;
    font-size: 1.45em;
    display: block;
    padding-top: 20px;
}

























h1,h2,h3,h4 {
	font-family: 'Poiret One', Helvetica, cursive;
}
a:hover {
	color: #333333;
}
/*** Exepciones ***/
#content-home #header {
    height: 100vh;
    min-height: 620px;	
}
body:not(#content-home ) .presentacion {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
#content-oferta .presentacion {
    padding-bottom: 60px !important;
}
#content-familias .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
}
#content-familias .item-title h3 {
    font-family: "Lato", Helvetica, Arial;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 12px;
    font-weight: normal;
}
#content-alojamiento .content ul {
    width: 50%;
    float: left;
    padding-right: 20px;
}
#category-social .off-home {
    padding-top: 0;
}
#content-bloggers .presentacion {
    padding-bottom: 60px !important;
}
#content-bloggers .presentacion-left .content {
    padding-right: 35px;
}
#content-bloggers #header {
	height: 60vh !important;
}
#category-spa .off-home {
    padding-top: 0;
}
#content-bodas .off-home {
    padding-top: 0;
}
#category-reuniones .off-home {
    padding-top: 0;	
}
/*** Header ***/
#header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80vh;
    font-family: 'Poiret One';
}
.home-logo {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 999;    
}
.menu-ico {
    background-image: url(/templates/images/menu-icon.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 9% auto 8%;
    cursor: pointer;
}
.fullpage-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px;
}
.cta-home.book-btn {
    color: #ffffff;
    border: 1px solid #f2efe6;
    text-align: center;
    font-family: "Lato";
    text-transform: uppercase;
    padding: 18px 25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 170px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.15rem;
    cursor: pointer;
    transition: 0.35s all;
}
.cta-home.book-btn:hover {
	background: rgba(0, 0, 0, 0.63);
	text-transform: uppercase;
	color: white;
	transition: 0.2s all;
	border: 1px solid #5e5d59;
}
/* FORBES HOME */
.forbes {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    left: 0;
    box-sizing: border-box;
    z-index: 999;
}
.forbes.forbes--left{
    display: inline-block;
    width: auto;
    text-align: left;
    padding-left: 15px;
    bottom: 18px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.forbes img {
    display: block;
    margin: 0 auto 20px;
}
.forbes span {
    color: white;
    text-transform: uppercase;
    font-family: "Lato";
    text-shadow: 1px 1px 1px #333;
    font-size: 0.8em;
}
.forbes span h2 {
    font-family: "Lora", Georgia, sans-serif;
    text-transform: initial;
    font-size: 2em;
    display: block;
    margin-top: 5px;
}
.presentacion {
    background: #f2efe6;
}
.presentacion h1 {
    font-size: 3em;
    text-transform: uppercase;
}
.presentacion .col-block {
    vertical-align: bottom;
}
.presentacion .content {
    /*text-align: center;*/
    line-height: 1.4em !important;
}
.presentacion-left .content {
    text-align: justify;
}
.contact-info h3 {
    font-size: 2.5em;
    text-transform: uppercase;
}
.contact-info {
    line-height: 1.72;
    float: right;
    text-align: left;
    width: 260px;
}
.contact-info address {
    font-family: "Lato";
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #333333;
}
.anagram {
    text-align: center;
    margin-bottom: 10px;
}
.restaurantWebsite {
    padding-left: 30px;
    background-image: url(/templates/images/icon-globe.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: underline;
}
.contact-phone {
    padding-left: 30px;
    background-image: url(/templates/images/phone.png);
    background-repeat: no-repeat;
    background-position: 2px center;
}

.contact-mail {
    padding-left: 30px;
    background-image: url(/templates/images/sobre.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.off-home {
    background: linear-gradient(top, #f2efe7 270px, white 270px);
    background: -webkit-linear-gradient(top, #f2efe7 270px, white 270px);
    background: -moz-linear-gradient(top, #f2efe7 270px, white 270px);
    background: -ms-linear-gradient(top, #f2efe7 270px, white 270px);
    padding-bottom: 100px;
}
.off-box {
    padding: 40px 30px 0px 30px;
    background: #f2efe7;
    text-align: center;
}
.off-box h4 {
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 14px;
    margin-bottom: 5px;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.off-box .pretty-title {
    font-family: "Lora", Georgia, sans-serif;
    font-size: 2em;
    height: 56px;
    overflow: hidden;
    margin-bottom: 9px;
}
.off-image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.off-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.room-image {
    position: relative;
    padding-bottom: 59%;
	overflow: hidden;    
}
.room-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.penthouse-image {
    position: relative;
    padding-bottom: 59%;
    overflow: hidden;    
}
.penthouse-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.off-description {
    font-size: 1.15em;
    font-weight: 300;
    font-family: "Lato";
    line-height: 1.1;
    height: 35px;
    overflow: hidden;
}
.ofertas a {
    color: #333;
}
.book-link-box {
    background: #f2efe7;
    padding: 30px 30px 35px 30px;
    text-align: center;
}
.book-link-box a {
    background: #5e5d59;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    transition: 0.2s all;
}
.rooms-home {
    position: relative;
    overflow: hidden;
    padding: 120px 0 120px;
}
.rooms-home img {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    top: 50%;
}
.darkbox {
    background: rgba(25, 24, 24, 0.8);
    position: relative;
    padding: 35px;
}
.rooms-home h4 {
    color: #fffcf2;
    font-size: 2.5em;
    padding-right: 20%;
    padding-top: 35px;
    padding-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.rooms-home h5 {
    color: #ffffff;
    font-family: "Lato";
    font-size: 1.1em;
}
.dark-btn {
    padding-top: 85px;
    padding-bottom: 25px;
    text-align: center;
}
.dark-btn a {
    color: #d0cec6;
    font-family: "Lato";
    font-size: 1em;
    text-transform: uppercase;
    background: #5e5d59;
    padding: 12px 30px;
    transition: 0.2s all;
}
.dark-btn a:hover, .next-events a:hover {
    background: #333;
    color: white;
    transition: 0.2s all;    
}
.book-link-box a:hover {
    background: #333;
    color: white;
    transition: 0.2s all;	
}
.spa-home h4 {
    color: #333;
    font-size: 2.5em;
    padding-right: 33%;
    padding-top: 35px;
    padding-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.spa-home h5 {
    color: #333;
    font-family: "Lato";
    font-size: 1.1em;
    padding-right: 150px;
    line-height: 1.25;
}
.spa-home.section {
    padding: 110px 0 145px;
}
.spa-home .col-third {
	min-height: 390px;
	position: relative;
}
.spa-home .spa1 {
    position: absolute;
    right: -75px;
    bottom: -70px;
    z-index: 20;
}
.spa-home .spa2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    max-width:479px;
}
.spa-home .spa3 {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 32px;
}
/*** Shuttle Banner ***/
.shuttle-banner {
    text-align: center;
}
img.banner-shuttle {
    width: 100%;
}
/*** Footer ***/
#footer .leading-hotels {
    width: 100%;
    margin-bottom: 75px;    
}
#footer .col-nine .links-list {
    float: left;
    width: 25%;
    padding-right: 20px;
    font-weight: 300;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
#footer .col-nine .links-list {
    float: left;
    width: 25%;
    padding-right: 20px;
}
#footer .links-list h3 {
    line-height: 1.2;	
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;    
}
#footer .links-list ul li {
    line-height: 1.2em;
    margin-bottom: 8px;
}
#footer .social-title {
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}
#social-images a {
    margin-right: 12px;
}
.newsletter-title {
    line-height: 1.2;
    color: #333;
    font-weight: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    margin-top: 35px;
}
#mc-embedded-subscribe-form {
    position: relative;
}
#mc-embedded-subscribe-form > .mc-field-group input {
    width: 100%;
    background: #f2efe6;
    border: 0;
    padding: 7px 12px;
}
#mc-embedded-subscribe {
    position: absolute;
    right: 0;
    top: 0;
    background: #f2efe7;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 29px;
    font-size: 2em;
    font-weight: bold;
    color: #333;
    width: 20px;
    overflow: hidden;
    text-indent: -20px;
    line-height: 0;
    margin-right: 8px;
}
#footer {
	padding-bottom: 0 !important;
}
#footer .footer-logo-right li {
    list-style: none;
    width: 33.3%;
    float: left;
    text-align: center;
}
#footer .footer-logo-right {
    margin-top: 35px;
}
#footer .logos {
    margin-top: 70px;
    text-align: center;
}
#footer .logos li {
	display: inline-block;
	margin: 0 5px;
}
#footer .copyright {
    text-align: center;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #f2efe7;
    padding: 20px 0;
    margin-top: 65px;
}
.nav-home {
    z-index: 99999;
    background: rgba(9,4,0,0.95);
    position: fixed;
    left: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 1000px 0px;
	transition: 0.2s all; 
	opacity: 0;  
}
.nav-home.show {
	border-radius: 0px 0px 0px 0px;
	left: 0%;
	opacity: 1;	
	transition: 0.2s all;
}
.close-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.close-menu img {
    width: 22px;
    cursor: pointer;
    transition: 0.2s opacity;
}
.close-menu:hover img {
	opacity: 0.4;
	transition: 0.2s opacity;
}
#nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 65%;
}
#nav li {
    text-transform: uppercase;
}
#nav li a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-weight: 300;
    position: relative;
    font-size: 2em;
    transition: 0.2s color;
}
#nav li a:hover {
    color: #616161;
    transition: 0.2s color;
}
#nav li {
    margin-left: -50px;
    opacity: 0;
    transition: 0.2s all;
}
#nav li.show {
    margin-left: 0px;
    opacity: 1;
    transition: 0.2s all;    
}
/**** Category ****/
.presentacion h2 {
    font-family: "Lora", Georgia, sans-serif;
    text-transform: initial;
    font-size: 1.8em;
    display: block;
    margin-top: 5px;
}	
.content-2-cols {
    column-count: 2;
    column-gap: 60px;
}
.content-2-cols .content {
    text-align: justify;
}
.content-box {
    margin-top: 30px;
}
/*** category offers ***/
.cat-title h2 {
    font-family: 'Poiret One', Helvetica, cursive;
    text-transform: uppercase;
    font-size: 2.5em;
}
.escapadas-pad {
    padding-top: 50px;
}
/** Dark Box Version **/
.dark .off-box, .dark .book-link-box {
    background: #434343;
}
.dark a {
	color: #f2efe6;
}
/*** TOP VIDEO Css ***/
header.h-video {
	height: 85vh !important;
	background: #555;
}
.top-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;    
}
#my-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: cover;
    transition: 1s opacity;
    background-size: cover;
}
.no-top-image {
    height: 70px !important;
    background: #f2efe7;
}
.no-top-image .fixed-header {
    background: #434343;
}
.no-top-image .fullpage-background {
    display: none;
}
/*** Slideshow ***/
.cycle-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 80vh;
    bottom:0;
    top:0;
    overflow: hidden;
	background: #cccac5;     
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.cycle-slideshow .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0px;
}
.slideshow-control {
    position: absolute;
    top: 50%;
    z-index: 200;
    background: white;
    width: 100%;   
}
#prev {
    position: absolute;
    width: 20px;
    height: 30px;
    top: 50%;
    left: 10px;
    background: url(/templates/images/slide-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    text-indent: -99999em;    
}
#next {
    position: absolute;
    width: 20px;
    height: 30px;
    top: 50%;
    right: 10px;
    background: url(/templates/images/slide-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    text-indent: -99999em;    
}
.content ul {
    margin-bottom: 20px;
}
.content ul li:before {
    content: "+";
    margin-right: 5px;
    font-size: 0.8em;
    position: relative;
    top: -1px;
}
#content-alojamiento .content ul li:first-child {
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 0 !important;
    margin-top: 12px;
    font-size: 1.1em;   
}
#content-alojamiento .content ul li:first-child:before {
	display: none;
}

.home-logo > a {
    display: block;
    margin-bottom: 60px;
}
#nav .float-languages {
    float: left;
    position: relative;
    top: -12px;
    font-size: 0.75em;
}
#nav .float-languages ul li {
    display: inline-block;
    margin: 0 10px;    
}
#nav .float-languages ul li:first-child {
    margin-left: 0;
}
#nav .float-languages ul li a {
	color: #616161;
}
#nav .float-languages ul li.active a {
    color: white !important;
}
.nav-home li.menu-0 {
	margin-top: 60px;
}
/***** BOOKING BOX FULLPAGE *****/
.booking-fullpage {
    position: fixed;
    left: 0;
    top: -200vh;
    width: 100%;
    height: 100%;
    background: url(/templates/images/booking_background2.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 9999;
	transition: 0.25s ease-in-out all;    
}
.booking-fullpage.show {
	top: 0px;
	transition: 0.25s ease-in-out all;
}
.booking-fullpage-box {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 12% !important;
    padding-left: 12% !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-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-title {
    color: white;
    font-size: 4em;
    text-align: center;
    font-family: 'Poiret One', Helvetica, cursive;
    text-transform: uppercase;
    margin-bottom: 40px;    
}
.booking-fullpage-title span {
    display: block;
    margin-top: 5px;
    font-size: 0.5em;
    font-family: "Lora", Georgia, sans-serif;
    text-transform: lowercase;
    color: #bbb;
}
.booking-fullpage-close {
    text-align: center;
}
.booking-fullpage-close span {
    display: inline-block;
    color: white;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 50px;
	transition: 0.1s all;    
}
.booking-fullpage-close span:hover {
	color: #7b7b7b;
	transition: 0.1s all;
}
.col-complete.booking-form .col-three {
    position: relative;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    border-right: 1px solid #545454;
    height: 182px;
    padding: 35px 0;
}
.col-complete.booking-form .col-three:first-child {
    border-left: 0;
}
.col-complete.booking-form .col-three:last-child {
    border-right: 0;	
}
.booking-form label {
    display: block;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 0.9em;
}
.col-complete.booking-form .col-three input {
    width: 100%;
    text-align: center;
    background: none;
    color: white;
    font-family: "Lora", Georgia, sans-serif;
    font-size: 2em;
    border: 0;
    margin-top: 20px;
    background-image: url(/templates/images/icon-dropdown.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    padding-bottom: 45px;
}
.booking-form .col-three select {
    text-align: center;
    background: none;
    color: white;
    font-family: "Lora", Georgia, sans-serif;
    font-size: 2em;
    border: 0;
    margin-top: 20px;
    background-image: url(/templates/images/icon-dropdown.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    padding-bottom: 45px;
    width: 40px;
    display: block;
    margin: 20px auto 0;
}
.explorer .booking-form .col-three select{
    width: 60px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .explorer .booking-form .col-three select{
        width: 40px;
        color: #ffffff;
    }
    .booking-form .col-three select::-ms-expand{
        display: none;
    }

}
.booking-form .col-three select option {
	color: #333 !important;
}
.booking-fullpage-close span {
    cursor: pointer;
}
.booking-claims {
    width: 800px;
    margin: 50px auto 0;
    float: none;
}
.b-claim {
    color: white;
    font-family: 'Poiret One', Helvetica, cursive;
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    width: 33.33333333333%;
}
.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;
}
.b-claim:last-child {
    position: relative;
    top: 6px;
}
.cta-booking {
    text-align: center;
}
.cta-booking input[type="submit"] {
    color: #ffffff;
    border: 1px solid #f2efe6;
    text-align: center;
    font-family: "Lato";
    text-transform: uppercase;
    padding: 18px 25px;
    display: inline-block;
    width: 170px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.15rem;
    cursor: pointer;
    transition: 0.35s all;
    background: transparent;
    margin-top: 40px;
    margin-bottom: 40px;
	transition: 0.25s all;    
}
.cta-booking input[type="submit"]:hover {
	background: white;
	color: #333;
	transition: 0.25s all;
}
/*** Datepicker ***/
.ui-datepicker {
    width: 22em !important;
    padding: 15px !important;
}
.ui-widget-content {
    background: #1f1f1f !important;
    border: 1px solid #1f1f1f !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #1f1f1f !important;
    border: 1px solid #1f1f1f !important;
    border-radius: 0 !important;
}
.ui-datepicker-title {
    font-family: "Lora", Georgia, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}
.ui-datepicker-calendar > thead > tr > th > span {
    color: #fff;
    font-family: "Lora", Georgia, sans-serif;
    font-weight: normal;
}
.ui-icon.ui-icon-circle-triangle-w {
    background: url(/templates/images/left-arrow.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-arrow.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: #0e0e0e !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #333 !important;
    color: #e2e2e2 !important;
    text-align: center !important;
    padding: 10px !important;
    border: 1px solid #333 !important;
    font-family: "Lato" !important;
    font-weight: normal !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: black !important;
    border: 1px solid black !important;
}
/*** content hotel ****/
.nav-bar {
    padding-left: 35px;
}
.nav-bar ul {
    margin-top: 5px;
}
.nav-bar ul li {
    font-family: 'Lato', Helvetica, cursive;
    margin-bottom: 12px;
    border-bottom: 1px solid #e4e2da;
    padding-bottom: 12px;
}
.nav-bar ul li.active {
    font-weight: bold;
}
.nav-bar ul li a {
    color: #525150;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;    
	transition: 0.2s all;    
}
.nav-bar ul li a:hover {
	color: #b3a273;
	transition: 0.2s all;
}
.nav-bar .pdf-download {
    font-family: 'Lato', Helvetica, cursive;
    margin-bottom: 12px;
    border-bottom: 1px solid #e4e2da;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    color: #525150;
}
.section.separator {
    padding-top: 0;
}
.nav-bar .pdf-download img {
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: 12px;
}
/*** Landing Hotel ***/
.title h3 {
    font-size: 2em;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.tibidado {
    padding: 220px 0;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;    
}
.tibidado-title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 3em;
}
.tibidado-title h3 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
}
.tibidado-title h4 {
    font-size: 0.8em;
    margin-top: 5px;
    text-shadow: 1px 1px 1px #333;
}

.page-banner {
    padding: 220px 0;
    position: relative;
    overflow: hidden;
}
.page-banner__title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 3em;
}
.page-banner__title h3 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
}
.page-banner a .page-banner__image{
    transition: 0.3s all;
}
.page-banner:hover a .page-banner__image{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s all;
    -webkit-transform: scale(1);/* scale fix for images with background-attachment */
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*** Content offer ***/
.offer-contact-img {
	width: 100%;
}
#content-offer-contact .contact-info h3 {
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}
#content-offer-contact .presentacion h1, #content-oferta .presentacion h1 {
    font-family: "Lora", Georgia, sans-serif;
    text-transform: initial;
    font-size: 1.6em;
    display: block;
    margin-bottom: 5px;
}
#content-offer-contact .presentacion h2, #content-oferta .presentacion h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: 'Poiret One', Helvetica, cursive;
    margin-bottom: 5px;
    margin-top: 7px;
}
/*** breadcrumbs ***/
.breadcrumbs-box {
    text-align: center;
    margin-bottom: 15px;
    font-size: 0.9em;
}
ul.breadcrumbs {
    font-family: "Lato";
    font-size: 1em;
}
.breadcrumbs li:first-child {
    background: none;
    padding: 0;
}
.breadcrumbs li {
	display: inline-block;
    background-image: url(/templates/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-right: 10px;
}
.breadcrumbs li a {
    color: #484848;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 1px;
}
.text-left .breadcrumbs-box {
    text-align: left;
}
/** ubicacion **/
#content-ubication .map-holder {
	position: relative;
	min-width: 980px;
	margin: 0 auto 0;
}
#content-ubication .default-directions {
	float: right;
	width: 170px;
}
#content-ubication .form-directions .input {
	margin: 10px 0 0;
}
#content-ubication .default-directions li div {
	background-image: url("/templates/images/bg-arrow-navbar.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin: 2px 0 15px;
	cursor: pointer;
}
#content-ubication .default-directions li.airport div {
	background-image: url("/templates/images/air_plane.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#content-ubication .default-directions li.station div {
	background-image: url("/templates/images/train.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#content-ubication .default-directions li.port div {
	background-image: url("/templates/images/anchor.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#content-ubication .default-directions li div:hover {
	color: #998B75;
}
#content-ubication .form-directions input[type="text"] {
	padding: 4px;
	border: 1px solid #DDD;
	width: 285px;
}
#content-ubication .form-directions input[type="submit"] {
	width: 80px;
	padding: 5px 2px;
	border: none;
	background: #CCC;
	margin-left: -6px;
}
#content-ubication #address {}
#address {
	font-size: 0.9em;
	line-height: 29px;
	margin: 12px 0 0;
}
#content-ubication .form-directions {
	position: absolute;
	bottom: -75px;
	width: 590px;
	left: 50%;
	padding: 16px 20px 5px;
	margin-left: -295px;
	background: #FFF;
	box-shadow: 0 0 10px #CCC;
}
#content-ubication .presentacion {
    background: white;
    padding-top: 115px;
}
/*** Paralax CSS ***/
.parallax {
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1024px;
    background-size: cover;
    background-color: rgba(79, 76, 87, 0.7);
    background-attachment: fixed;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
/*** leaders club section ***/
.leaders-club {
    padding-top: 150px;
}
.leaders-content {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
}
.leaders-box {
    padding-bottom: 23.3%;
    position: relative;
    overflow: hidden;
}
.leaders-club img {
    width: 100%;
    position: absolute;
}
.leaders-title {
    color: white;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 300;
}
.leaders-subtitle {
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-top: 12px;
    margin-bottom: 20px;
}
.leaders-description {
    color: white;
    font-size: 1.5em;
    line-height: 1.1;
    width: 760px;
}
.leaders-content .dark-btn {
    padding-top: 30px;
    padding-bottom: 5px;
}
/*** Content alojamiento ***/
.presentacion-titles h1 {
    font-size: 3em;
    text-transform: uppercase;
}
.presentacion-titles h2 {
    font-family: "Lora", Georgia, sans-serif;
    text-transform: initial;
    font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
.presentacion-titles {
    background: #f2efe6;
}
.intro-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 2.5em;
    color: #333;
}
.intro-title span {
    display: block;
    font-size: 0.5em;
    font-family: "Lato", Helvetica, Arial;
    font-weight: 300;
    max-width: 800px;
    margin: 12px auto 0px;
    line-height: 1.2;
    color: #333;
}
/*** content adornos ***/
#content-adornos .breadcrumbs-box {
    text-align: left;
}
#content-adornos .contact-info {
    float: left;
    margin-top: 20px;
}
.inner-title-box {
    margin-bottom: 12px;
}
#content-adornos .sidecontent {
    max-width: 800px;
    margin: 0 auto 0;
    text-align: center;
}
#content-adornos .sidecontent p {
    font-size: 1.3em;
    line-height: 1.3;
    color: #777;
}
#content-adornos .sidecontent p em {
    margin-top: 35px;
    display: block;
    font-size: 1.5em;
    color: #333;
}
#content-adornos .sidecontent p quote {
    text-indent: -10000em;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(/templates/images/quote.png);
    background-size: contain;
    margin-bottom: 25px;
}
#content-adornos .sidecontent p:last-child {
    color: #af934a;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
#content-adornos .presentacion {
    padding-bottom: 60px !important;
}
/*** category social ***/
.background-white {
	background: white !important;
}
/*** Leadform ***/
.leadform-box {
    padding: 35px 45px;
    background: #f8f7f2;
    color: white;
}
.leadform-box h3 {
    font-family: "Lora", georgia, sans-serif;
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #333335;
}
.leadform-box fieldset label {
    display: none;
}
.leadform-box fieldset textarea {
    background: #f2efe6;
    border: 0;
    padding: 12px 20px;
    width: 100%;
    height: 90px;
    margin-bottom: 9px;
}
.leadform-box fieldset input[type="text"], .leadform-box fieldset input[type="email"] {
    background: #f2efe6;
    border: 0;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 9px;
}
#accept_legal {
    color: #333;
    font-family: "Lato", Helvetica, Arial;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 1.2em;
}
#accept_legal #open-legal {
    text-decoration: underline;
    cursor: pointer;
}
.leadform-box #submit {
    background: none;
    border: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    float: right;
    margin-right: -3px;
    margin-top: 10px;
}
/*----- pop-up -----*/
.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);
}
.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;
    width: 600px;
    padding: 30px;
    background-color: #fff;
    overflow: scroll;
    max-height: 70vh;
}
#content-home .pop-up {
	overflow: hidden !important;
}
.close-pop-up {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.7em;
    line-height: 0.4;
    padding: 10px;
    cursor: pointer;
}
.pop-up .title {
    font-size: 1.5em;
    padding-bottom: 10px;
}
.pop-up .content{
    text-align: left;
}
.contact-info address h3 {
    font-size: 2.05em;
    margin-top: 20px;
}
#content-room-jacuzzi .section .item-title h3 {
    font-family: "Lato", Helvetica, Arial;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 12px;
    font-weight: normal;
}
.side-info .service-list {
    margin-top: 3px;
}
#content-offer-contact ul.breadcrumbs {
    margin-bottom: 20px;
}
.leadform-box fieldset h2 {
    color: #333;
    text-align: center;
    line-height: 1.2;
    padding: 90px 0px;
}

.cycle-slideshow span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    color: white;
    font-size: 3em;
    text-shadow: 1px 1px 1px black;
}
.pop-up .content h3 {
    font-size: 2.2em;
    line-height: 1;
}
/*** Calendar ***/

#content-calendar .presentacion h1 {
	text-align: center;
}
#content-calendar .fc-day-grid-event {
	cursor: pointer;
}
#content-calendar .pop-up-event-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    display: none;
}
#content-calendar .pop-up-event {
    width: 500px;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    display: none;    
}
#content-calendar .pop-up-event-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 2em;
    font-family: "Lato";
    font-weight: 300;
    line-height: 1.25em;
    cursor: pointer;
}
#content-calendar .pop-up-event-box {
    padding: 45px;
    text-align: center;
}
#content-calendar .pop-up-event-box .pop-up-event-title {
    font-family: "Lora", Georgia, sans-serif;
    font-size: 3em;
    margin-bottom: 15px;
}
#content-calendar .pop-up-event-box .pop-up-event-date {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: 25px;
}
#content-calendar .pop-up-event-box .pop-up-event-description {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 1.15em;
}
/*** content calendar ***/
#content-calendar .fc-head tr td {
    border: 0;
}
#content-calendar .fc-day-header {
    border: 0 !important;
    text-align: left !important;
    padding-left: 5px !important;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px !important;
    font-size: 0.85em;
    font-weight: normal;
}
#content-calendar .presentacion {
    background: linear-gradient(top, #f2efe7 27%, white 27%);
    background: -webkit-linear-gradient(top, #f2efe7 27%, white 27%);
    background: -moz-linear-gradient(top, #f2efe7 27%, white 27%);
    background: -ms-linear-gradient(top, #f2efe7 27%, white 27%);
}
#content-calendar .fc-day.fc-past {
    background: whitesmoke;
}
#content-calendar .fc-day.fc-other-month {
    background: #f8f7f2;	
}
#content-calendar .fc-day {
    background: #f2efe6;
    border-color: white !important;
}
#content-calendar .fc-widget-content {
    border: 1px solid white !important;
}
#content-calendar .fc-day-number {
    float: left !important;
    padding: 7px 7px !important;
    font-size: 1.3em;
}
#content-calendar .fc-week {
    margin-bottom: -1px;
}
#content-calendar .fc-unthemed td.fc-today {
    background: #f2efe7;
    color: #2b2b2b;
}
#content-calendar .fc-past span.fc-day-number {
    color: #999;
}
#content-calendar td.fc-event-container > a {
    padding: 5px 5px;
    font-size: 1.1em;
    font-family: "Lato";
}
#content-calendar .fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #333;
}
#content-calendar .fc-event, #content-calendar .fc-event-dot {
    background-color: #333;
}
#content-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 2em;
}
#content-calendar .fc-toolbar .fc-center h2 {
    text-transform: capitalize;
}
#content-calendar #nav-fixed {
    height: 14px;
    overflow: hidden;
}
html[lang="fr"] .contact-info h3 {
    font-size: 2.2em;
}
.pdf-list ul li a img {
    width: 22px;
    margin-right: 7px;
    position: relative;
    top: 5px;
}
a.pdf-download.menu img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}


/*** category treatments ***/
#category-treatments .presentacion {
    background: linear-gradient(top, #f2efe7 740px, white 740px);
    background: -webkit-linear-gradient(top, #f2efe7 740px, white 740px);
    background: -moz-linear-gradient(top, #f2efe7 740px, white 740px);
}
#category-treatments .flexbox {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 50px;
}
#category-treatments a.pdf-download.menu {
    background: #fbfaf6;
    padding: 15px 65px;
    font-size: 1.1em;
    margin: 0 10px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    border: 1px solid white;
}
#category-treatments .sala.col-complete {
    margin-bottom: 20px;
}
#category-treatments .salas .sala .photo {
    position: relative;
    overflow: hidden;
    height: 275px;
}
#category-treatments .salas .sala .photo img {
    position: absolute;
    width: 100%;
}
#category-treatments .spec-info {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}
#category-treatments .title-specs.col-two-third.pad {
    padding: 20px;
    height: 275px;
    overflow: hidden;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background: #f2efe8;    
}
#category-treatments .title-sala h3 {
    font-family: "Lora", Georgia, sans-serif;
    font-size: 1.8em;
    margin-bottom: 20px;
	color: #323232;    
}
#category-treatments .sala-description.col-complete {
	font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    padding-right: 40px;
    line-height: 1.2;
    color: #555;
}
#category-treatments .spec-info .spec .type {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
	color: #42403d;    
}
#category-treatments .spec-info .spec .value {
    color: #333;
    font-weight: 300;
    font-size: 0.9em;
}
#category-treatments .spec.responsive ul {
    padding-left: 80px;
    font-weight: 300;
    font-size: 0.9em;
    position: relative;
    top: -15px;
    line-height: 1.5;
    text-transform: uppercase;
}
#category-treatments .service-list .spec {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
    color: #42403d;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
#category-treatments .side-info .service-list ul {
	padding-left: 0;
    line-height: 1.3;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
}
#category-treatments .side-info .service-list ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
#category-treatments .side-info .service-list ul li:before {
    content: "·";
    font-weight: normal;
    position: absolute;
    left: 4px;
    top: -1px;
}
#category-treatments .salas {
    margin-top: 35px;
}

/*** content barcelona ***/
#content-barcelona .presentacion {
    background: linear-gradient(top, #f2efe7 225px, white 225px);
    background: -webkit-linear-gradient(top, #f2efe7 225px, white 225px);
    background: -moz-linear-gradient(top, #f2efe7 225px, white 225px);
}
#content-barcelona .content-bcn {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.35em !important;
    color: #454545;
    margin-top: 20px;
}
#content-barcelona .bcn-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
    box-shadow: 0px 5px 1em -5px #777;
    -webkit-box-shadow: 0px 5px 1em -5px #777;
    -moz-box-shadow: 0px 5px 1em -5px #777;
}
#content-barcelona .bcn-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#content-barcelona .title-bcn h2 {
    margin-top: 0;
}
#content-barcelona .title-box-bcn {
    margin-bottom: 115px;
}
#content-barcelona .extra-mar-bot {
    margin: 25px 0;
}

/*** content eventos ***/
#content-eventos .presentacion {
    background: linear-gradient(top, #f2efe7 620px, white 620px);
    background: -webkit-linear-gradient(top, #f2efe7 620px, white 620px);
    background: -moz-linear-gradient(top, #f2efe7 620px, white 620px);
}
#content-eventos .flexbox {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 50px;
}
#content-eventos a.pdf-download.menu {
    background: #fbfaf6;
    padding: 15px 65px;
    font-size: 1.1em;
    margin: 0 10px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    border: 1px solid white;
}
#content-eventos .sala.col-complete {
    margin-bottom: 20px;
}
#content-eventos .salas .sala .photo {
    position: relative;
    overflow: hidden;
    height: 275px;
}
#content-eventos .salas .sala .photo img {
    position: absolute;
    width: 100%;
}
#content-eventos .spec-info {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}
#content-eventos .title-specs.col-two-third.pad {
    padding: 20px;
    height: 275px;
    overflow: hidden;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background: #f2efe8;    
}
#content-eventos .title-sala h3 {
    font-family: "Lora", Georgia, sans-serif;
    font-size: 1.8em;
    margin-bottom: 20px;
	color: #323232;    
}
#content-eventos .sala-description.col-five {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    padding-right: 40px;
    line-height: 1.15;
}
#content-eventos .spec-info .spec .type {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
	color: #42403d;    
}
#content-eventos .spec-info .spec .value {
    color: #333;
    font-weight: 300;
    font-size: 0.9em;
}
#content-eventos .spec.responsive ul {
    padding-left: 80px;
    font-weight: 300;
    font-size: 0.9em;
    position: relative;
    top: -15px;
    line-height: 1.5;
    text-transform: uppercase;
}
#content-eventos .service-list .spec {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
    color: #42403d;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
#content-eventos .side-info .service-list ul, #content-eventos .side-info ul {
	padding-left: 0;
    line-height: 1.3;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
}
#content-eventos .side-info .service-list ul li, #content-eventos .side-info ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
#content-eventos .side-info .service-list ul li:before {
    content: "·";
    font-weight: normal;
    position: absolute;
    left: 4px;
    top: -1px;
}
#content-eventos .side-info {
    padding-left: 0;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
}

#content-eventos .block {
    background: #f2efe8;
    margin-bottom: 30px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: 300;
	display: table;		    
}
#content-eventos .block p {
	margin-bottom: 12px;	
}
#content-eventos .blocks .col-block {
    vertical-align: middle;
    display: table-cell;
}
#content-eventos .block.right .col-half:first-child {
    float: right !important;
}
#content-eventos .block .col-half img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#content-eventos .block .col-half {
    width: 50%;
    position: relative;
}
#content-eventos .col-half.col-block.block-img {
    padding-bottom: 37.5%;
    overflow: hidden;
}
#content-eventos .col-half.col-block.block-img .block-title-section {
    position: absolute;
    z-index: 99;
    color: white;
    font-size: 2.5em;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#content-eventos .block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
}
#content-eventos .block-title-section .block-title h3 {
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: right;
}
#content-eventos .extra-pad {
    padding: 50px;
}
#content-eventos .block-title {
    margin-bottom: 25px;
}
#content-eventos .block-title h3 {
    font-size: 2em;
}
#content-eventos .block-title h4 {
    font-family: "Lora", Georgia, sans-serif;
    text-transform: inherit;
    font-size: 1.3em;
    display: block;
}
#content-eventos .block-description a {
    text-decoration: underline;
}


/*** Float Leadform ***/
#content-eventos .float-form {
    width: 430px;
    position: fixed;
    right: -200vh;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 999;
	transition: 0.2s all;
}
#content-eventos .float-form.show {
	right: 0px;
	transition: 0.2s all;	
}
#content-eventos .float-form-box {
    width: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
#content-eventos .float-form-box h3 {
    color: white;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 25px;
    font-weight: bold;
}

#content-eventos .float-form-box fieldset .fields label {
    display: none;
}
#content-eventos .float-form-box fieldset .fields input, #content-eventos .float-form-box fieldset .fields textarea {
    width: 100%;
    border: 0;
    padding: 12px 0px;
    background: transparent;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(242, 239, 232, 0.9);
    color: rgba(242, 239, 232, 0.9);
}
#content-eventos .float-form-box fieldset .fields input::-webkit-input-placeholder,
#content-eventos .float-form-box fieldset .fields textarea::-webkit-input-placeholder {
	color: rgba(242, 239, 232, 0.9);
}
#content-eventos .float-form-box fieldset .fields input::-moz-placeholder,
#content-eventos .float-form-box fieldset .fields textarea::-moz-placeholder {
	color: rgba(242, 239, 232, 0.9);
}
#content-eventos .float-form-box fieldset .fields input:-ms-input-placeholder,
#content-eventos .float-form-box fieldset .fields textarea:-ms-input-placeholder {
	color: rgba(242, 239, 232, 0.9);
}
#content-eventos .float-form-box fieldset .fields input:-moz-placeholder,
#content-eventos .float-form-box fieldset .fields textarea:-moz-placeholder {
	color: rgba(242, 239, 232, 0.9);
}
#content-eventos .float-form-box fieldset .fields textarea {
	height: 125px;
}
#content-eventos .float-form-box fieldset .fields.extra label {
    display: block;
    color: #dcd9d3;
    font-family: "Lato", Helvetica, Arial ,sans-serif;
    margin-bottom: 5px;
}
#content-eventos #event_date {
    width: 92%;
}
#content-eventos #accept_legal {
    color: white;
    font-weight: normal;
}
#content-eventos #submit {
    background: none;
    color: white;
    border: 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 15px;
}
#content-eventos .float-form-btn {
	cursor: pointer;
}

#content-eventos .float-form-close {
    cursor: pointer;
}
#content-eventos .float-form-close img {
    width: 35px;
    margin-bottom: 25px;
}

#content-eventos .contact-mail.float-btn {
    padding-left: 0;
    background-image: none;
    background: #5e5d59;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    transition: 0.2s all;
    text-align: center;
    margin-top: 15px;
}
#content-eventos .contact-mail.float-btn:hover {
    background: #333;
    color: white;
    transition: 0.2s all;
}
#content-eventos .contact-mail.float-btn a {
    color: white;
    display: block;
}

/*** content restauracion ***/
.contact-info__child--bigMarg{
    display: inline-block;
    margin-top: 20px;
}
.restaurantWebsite{
    text-transform: initial;
}
#content-restauracion .times {
    width: 260px;
    float: right;
    margin-top: 7px;
}
#content-restauracion .times h3 {
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial;
    font-weight: 300;
    font-size: 1.2em;
    padding-left: 30px;
    background: url(/templates/images/clock.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 1px 0px;
}
#content-restauracion .times p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 1.1em;
    margin-bottom: 12px;
}
#content-restauracion .external-url {
    color: #333;
    font-weight: normal;
    padding: 15px 25px;
    background: rgba(255,255,255,.7);
    border: 1px solid white;
    display: inline-block;
    margin-top: 15px;
}

#content-restauracion .cart-section {
    background: url(/templates/images/restaurant-background.jpg);
    background-size: cover;
    background-position: center center;
}

#content-restauracion .cart-list-title {
    font-size: 2.5em;
    font-family: "Poiret One";
    text-transform: uppercase;
    line-height: 1.2em;
    width: 50%;
}

#content-restauracion .pdf-list ul li {
    line-height: 2em;
}
#content-restauracion .pdf-list ul li a {
    background: #ded7c55c;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #e6e1d2;
    min-width: 200px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}
#content-restauracion .pdf-list ul {
    margin-top: 20px;
}


#content-restauracion .white .off-box {
    background: white;
    text-align: left;
    padding: 20px 0;
}
#content-restauracion .white .book-link-box {
    display: none;
}
#content-restauracion .white .off-box .off-description {
    display: none;
}
#content-restauracion .white-image {
    overflow: hidden;
    padding-bottom: 59.5%;
    position: relative;
}
#content-restauracion .white-image img {
    position: absolute;
    left: 0;
    width: 100%;
}

#content-restauracion .other-restaurants {
    padding-top: 120px;
}
#content-restauracion .white.col-third a {
    color: #333;
}

/*** Proximos eventos home ***/
.backColor1 {
	background: #e7e4dc;
}
.backColor2 {	
	background: #f8f6f1;
}
.next-events .col-two {
    width: 16.666667%;
}
.next-events .col-four {
    width: 33.333334%;
}


.date-block span {
    display: block;
    text-align: center;
}

.date-block span.day {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.85em;
}
.date-block span.nday {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 4em;
    font-weight: bold;
    position: relative;
    left: -1px;
}
.date-block span.month {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.date-block {
    padding: 30px 15px;
}
.next-events .col-complete {
    background: #f8f6f1;
}
.next-events .title-home-event {
    font-size: 1.75em;
}
.next-events {
    padding: 60px 0 125px;
    margin-top: -70px;
}
.next-events a {
    background: #5e5d59;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    transition: 0.2s all;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.next-events .subtitle {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 5px;
    font-weight: 300;
}
.section-title.title {
    font-size: 3em;
    text-transform: uppercase;
    font-family: 'Poiret One', Helvetica, cursive;
    text-align: center;
    margin-bottom: 30px;
}

.bannerRegala{background:#f2efe6;font-family:'Lato',Arial, Helvetica, sans-serif;padding:30px 0;}
.bannerRegala__container{display:block;}
.bannerRegala__containerAux{background:#ffffff;display:table;width:100%;position:relative;padding:30px 0;}
.bannerRegala__block{display:table-cell;vertical-align:middle;}
.bannerRegala__block--text{width:50%;}
.bannerRegala__block--text:first-child{text-align:right;padding-right:130px;font-weight:100;font-size:1.2em;}
.bannerRegala__block--text:last-child{text-align:left;padding-left:130px;font-size:1.3em;font-weight:bold;text-transform: capitalize;}
.bannerRegala__block--image{opacity:0;position:absolute;left:50%;top:50%;text-align:center;-webkit-transform:translate(-50%,-50%) scale(0.8);-moz-transform:translate(-50%,-50%) scale(0.8);-o-transform:translate(-50%,-50%) scale(0.8);-ms-transform:translate(-50%,-50%) scale(0.8);transform:translate(-50%,-50%) scale(0.8);transition:1.5s;}
.bannerRegala__block--image img{width:170px;}
.bannerRegala--active .bannerRegala__block--image{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);}
.bannerRegala:hover .bannerRegala__block--image{-webkit-transform:translate(-50%,-50%) scale(1.1);-moz-transform:translate(-50%,-50%) scale(1.1);-o-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);}

/*** loader ***/
#cssload-loader {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #666;
}
#cssload-loader ul {
    margin: 0;
    list-style: none;
    width: 88px;
    height: 63px;
    position: absolute;
    padding: 0;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
#cssload-loader ul li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: rgb(242,239,230);
	bottom: 0;
}


#cssload-loader li:nth-child(1) {
	left: 0;
	animation: cssload-sequence1 1.9s ease infinite 0;
		-o-animation: cssload-sequence1 1.9s ease infinite 0;
		-ms-animation: cssload-sequence1 1.9s ease infinite 0;
		-webkit-animation: cssload-sequence1 1.9s ease infinite 0;
		-moz-animation: cssload-sequence1 1.9s ease infinite 0;
}
#cssload-loader li:nth-child(2) {
	left: 15px;
	animation: cssload-sequence2 1.9s ease infinite 0.19s;
		-o-animation: cssload-sequence2 1.9s ease infinite 0.19s;
		-ms-animation: cssload-sequence2 1.9s ease infinite 0.19s;
		-webkit-animation: cssload-sequence2 1.9s ease infinite 0.19s;
		-moz-animation: cssload-sequence2 1.9s ease infinite 0.19s;
}
#cssload-loader li:nth-child(3) {
	left: 29px;
	animation: cssload-sequence1 1.9s ease-in-out infinite 0.38s;
		-o-animation: cssload-sequence1 1.9s ease-in-out infinite 0.38s;
		-ms-animation: cssload-sequence1 1.9s ease-in-out infinite 0.38s;
		-webkit-animation: cssload-sequence1 1.9s ease-in-out infinite 0.38s;
		-moz-animation: cssload-sequence1 1.9s ease-in-out infinite 0.38s;
}
#cssload-loader li:nth-child(4) {
	left: 44px;
	animation: cssload-sequence2 1.9s ease-in infinite 0.57s;
		-o-animation: cssload-sequence2 1.9s ease-in infinite 0.57s;
		-ms-animation: cssload-sequence2 1.9s ease-in infinite 0.57s;
		-webkit-animation: cssload-sequence2 1.9s ease-in infinite 0.57s;
		-moz-animation: cssload-sequence2 1.9s ease-in infinite 0.57s;
}
#cssload-loader li:nth-child(5) {
	left: 58px;
	animation: cssload-sequence1 1.9s ease-in-out infinite 0.76s;
		-o-animation: cssload-sequence1 1.9s ease-in-out infinite 0.76s;
		-ms-animation: cssload-sequence1 1.9s ease-in-out infinite 0.76s;
		-webkit-animation: cssload-sequence1 1.9s ease-in-out infinite 0.76s;
		-moz-animation: cssload-sequence1 1.9s ease-in-out infinite 0.76s;
}
#cssload-loader li:nth-child(6) {
	left: 73px;
	animation: cssload-sequence2 1.9s ease infinite 0.95s;
		-o-animation: cssload-sequence2 1.9s ease infinite 0.95s;
		-ms-animation: cssload-sequence2 1.9s ease infinite 0.95s;
		-webkit-animation: cssload-sequence2 1.9s ease infinite 0.95s;
		-moz-animation: cssload-sequence2 1.9s ease infinite 0.95s;
}


@keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-o-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-ms-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-webkit-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-moz-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-o-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-ms-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-webkit-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-moz-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}



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