/* IMPORT ALL SCSS DIRECTORY FILES*/
/*////////////// GLOBAL VARIABLES ////////////////*/
/* MEDIA QUERIES*/
/* TEMPLATE FOLDER*/
@import "//static.guestcentric.net/cdn/wsbdev/wsbdev_css/mod.loader.01.min.css";
@font-face {
  font-family: "butlerlight";
  src: url("7-fonts/butler_light-webfont.otf") format("otf"), url("7-fonts/butler_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butlerregular";
  src: url("7-fonts/butler_regular-webfont.otf") format("otf"), url("7-fonts/butler_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL COLORS*/
/* pink */
/* green */
/* lighter beige */
/* brand original color */
/* FORM COLORS*/
/* OTHER VALUES*/
/* overlay content block images to protect reading*/
/* ALWAYS IMPORT FIRST*/
/* template folder*/
/* auto count li*/
.imagelinkgadget.large .imgContentWrapper .imgTitle h4 {
  font-size: 60px;
  line-height: 135%;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.large .imgContentWrapper .imgTitle h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.large .imgContentWrapper .imgTitle h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large .imgContentWrapper .imgTitle h4 {
    font-size: 35px;
  }
}

.productContainer .minRate h3, .hotel-subscribe #contentblock form div, .hotel-subscribe #contentblock form label, #contentblock .content form p, .menu-area .navigation ol:before, #pg h3.galleryName strong, #centerblock .flashContainer .gcb_image_legend span, #topblock .toggleblock .toggle:after, h1 span, h2 span, h3 span {
  font-size: 14.5px;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

#contentblock .content form a, footer .holder a, .holder p a:not(.imglinkWrapper) {
  color: #3e3e3e;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
#contentblock .content form a:hover, footer .holder a:hover, .holder p a:hover:not(.imglinkWrapper) {
  color: #F47F72;
}

.productContainer .promotions-termsActions a.promotions-bgLink,
.productContainer .promotions-termsContent a.promotions-bgLink, #contentblock .content form input[type=submit], .hotel-directions .dirLink, .content #roomtypes .roomContainer .promotions-termsActions .promotions-bgLink,
.content #specialoffers .roomContainer .promotions-termsActions .promotions-bgLink, .content #productTypes .roomContainer .promotions-termsActions .promotions-bgLink, .content #addons .roomContainer .promotions-termsActions .promotions-bgLink, #topblock .bookinggadget .booknow, #topblock .bookinggadget .shortHandButton .shortHandCheckRates, button.submit, .content h3 a:not(.wspShortConsentText) {
  width: auto;
  height: auto;
  border: none;
  padding: 1em;
  color: #fff;
  font-family: "Times", serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #000;
  transition: background 0.6s ease-in-out;
}
.productContainer .promotions-termsActions a.promotions-bgLink:hover,
.productContainer .promotions-termsContent a.promotions-bgLink:hover, #contentblock .content form input[type=submit]:hover, .hotel-directions .dirLink:hover, .content #roomtypes .roomContainer .promotions-termsActions .promotions-bgLink:hover,
.content #specialoffers .roomContainer .promotions-termsActions .promotions-bgLink:hover, .content #productTypes .roomContainer .promotions-termsActions .promotions-bgLink:hover, .content #addons .roomContainer .promotions-termsActions .promotions-bgLink:hover, #topblock .bookinggadget .booknow:hover, #topblock .bookinggadget .shortHandButton .shortHandCheckRates:hover, button.submit:hover, .content h3 a:hover:not(.wspShortConsentText) {
  background: #F47F72;
}

.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgLink button {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 16px 24px;
  cursor: pointer;
  font-size: 14px;
  background: none;
  line-height: 100%;
  white-space: nowrap;
  color: #3e3e3e;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Times", serif;
  border: 1px solid #a4a4a4;
  text-decoration: none !important;
  transition: color 0.3s ease-out, background 0.6s ease-in-out;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgLink button:hover {
  color: #fff;
  background: #6DCDB8;
  border: 1px solid #6DCDB8;
}

body.popupWindow .imagelinkgadget.popup .close-popup, .menu-area .close {
  width: 33px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-weight: 400;
  text-indent: 99999px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
body.popupWindow .imagelinkgadget.popup .close-popup:before, .menu-area .close:before, body.popupWindow .imagelinkgadget.popup .close-popup:after, .menu-area .close:after {
  right: 0;
  top: 10px;
  content: "";
  width: 30px;
  position: absolute;
  border-bottom: 2px solid #3e3e3e;
}
body.popupWindow .imagelinkgadget.popup .close-popup:before, .menu-area .close:before {
  transform: rotate(45deg);
}
body.popupWindow .imagelinkgadget.popup .close-popup:after, .menu-area .close:after {
  transform: rotate(-45deg);
}
body.popupWindow .imagelinkgadget.popup .close-popup:hover, .menu-area .close:hover {
  transform: scale(1.2);
}

.holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p, .holder > ul {
  margin-left: 25%;
  margin-right: 25%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p, .holder > ul {
    margin-left: 12%;
    margin-right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .holder > h1, .holder > h2, .holder > h3, .holder > h4, .holder > h5, .holder > h6, .holder > p, .holder > ul {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=93d35ce46744d80aa66a)
 * Config saved to config.json and https://gist.github.com/93d35ce46744d80aa66a
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* video fix no link - begin*/
.video .imgImageWrapper {
  cursor: pointer;
}

.video .imgImageWrapper::after {
  pointer-events: none;
}

.video.playing .imgContentWrapper {
  display: none;
}

/* video fix no link - end*/
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;*/
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* base styles*/
* {
  box-sizing: border-box;
}

:after {
  box-sizing: border-box;
}

:before {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  overflow-x: hidden;
  text-align: center;
  color: #3e3e3e;
  text-decoration: none;
  background-color: #fff;
  font-family: "Times", serif;
}

hr {
  margin: 0;
  clear: both;
  border: none;
  height: 40px !important;
}

.holder {
  padding: 0;
}
.holder p a:not(.imglinkWrapper) {
  pointer-events: all;
}
.holder p a:not(.imglinkWrapper):before {
  color: #6DCDB8;
}
.holder p a:not(.imglinkWrapper):active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #3e3e3e;
  font-weight: normal;
  font-family: "butlerregular", serif;
}

h1, h2, h3 {
  font-size: 50px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  h1, h2, h3 {
    font-size: 1.8em;
  }
}
h1 a, h2 a, h3 a {
  color: #F47F72;
  transition: opacity 0.6s ease-in-out;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #F47F72;
  opacity: 0.8;
}

h1 span, h2 span, h3 span {
  display: block;
  font-family: "Times", serif;
  text-decoration: none !important;
}

.content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content h3 a:not(.wspShortConsentText):hover {
  opacity: 1;
}
h4 {
  font-size: 1.6em;
  line-height: 170%;
}
h4 a {
  color: #F47F72 !important;
  transition: opacity 0.6s ease-in-out;
}
h4 a:hover {
  opacity: 0.8;
}

.big {
  color: #3e3e3e;
  font-size: 50px;
  line-height: 70px;
  font-family: "butlerregular", serif;
}
@media screen and (max-width: 992px) {
  .big {
    font-size: 40px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .big {
    font-size: 30px;
    line-height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .big {
    font-size: 25px;
    line-height: 45px;
  }
}

ul {
  text-align: center;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#loader {
  background: #F47F72;
}
#loader:before {
  content: "";
  width: 233px;
  height: 144px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loadingAnimation 2s 1;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -10px -358px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
}
#loader .loader {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: hidden; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#topblock {
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  transition: opacity 0.7s 0.2s ease-in, top 0.5s 0.5s ease-in, padding 0.8s ease-out, border 0.4s ease-out;
}
@media screen and (max-width: 992px) {
  #topblock {
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #topblock {
    top: 0;
  }
}
#topblock .hotellogo {
  top: 95px;
  left: 50%;
  margin-left: -110px;
  opacity: 1;
  width: 220px;
  height: 217px;
  cursor: pointer;
  position: absolute;
  transition: opacity 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
  #topblock .hotellogo {
    top: 15px;
  }
}
#topblock .hotellogo a {
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#topblock .hotellogo span {
  display: block;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#topblock .hotellogo img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  #topblock .hotellogo {
    width: 107px;
    height: 66px;
    top: 7px;
    margin-left: -50px;
    background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
    background-position: -8px -207px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 580px auto;
  }
  #topblock .hotellogo img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #topblock .hotellogo {
    width: 107px;
    height: 66px;
    top: 7px;
    margin-left: -50px;
    background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
    background-position: -8px -207px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 580px auto;
  }
}
#topblock .toggleblock {
  border: 0;
  width: 50px;
  height: 60px;
  cursor: pointer;
  background: none;
}
#topblock .toggleblock .toggle {
  width: 36px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  display: block;
  overflow: visible;
  position: relative;
}
#topblock .toggleblock .toggle:after {
  content: "Menu";
  position: absolute;
  display: block;
  left: 50px;
  color: #fff;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  #topblock .toggleblock .toggle:after {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  #topblock .toggleblock .toggle:after {
    display: none;
  }
}
#topblock .toggleblock .toggle .line {
  top: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: 0.3s;
  background: #fff;
  position: absolute;
  backface-visibility: hidden;
}
#topblock .toggleblock .toggle .line.line-1 {
  transition: all 0.5s 0.3s, transform 0.3s 0s;
}
#topblock .toggleblock .toggle .line.line-2 {
  left: 0;
  top: auto;
  bottom: 9px;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
#topblock .toggleblock .toggle .line.line-3 {
  left: 0;
  top: auto;
  bottom: 0;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
@media screen and (max-width: 992px) {
  #topblock .toggleblock .toggle .line {
    background: #000;
  }
}
#topblock .toggleblock .toggle:hover .line.line-1 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #topblock .toggleblock {
    margin-left: auto;
  }
}
#topblock .languages {
  position: absolute;
  right: 200px;
  top: 23px;
  display: inline-block;
  z-index: 80;
  transition: bottom 0.4s 0.1s ease-in-out;
}
#topblock .languages ul {
  padding: 0;
  margin: 0;
}
#topblock .languages ul li {
  display: inline-block;
}
#topblock .languages ul li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 29px;
  letter-spacing: 2px;
  font-family: "Times", serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #topblock .languages ul li a {
    color: #000;
  }
}
#topblock .languages ul li a:hover, #topblock .languages ul li a.active {
  color: #F47F72;
}
#topblock .quicklinks {
  position: absolute;
  left: 130px;
  top: 23px;
  max-height: 20px;
  overflow: hidden;
}
#topblock .quicklinks ul {
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 430px;
}
#topblock .quicklinks ul li {
  display: inline-block;
  margin: 0 8px;
  text-transform: uppercase;
  position: relative;
}
#topblock .quicklinks ul li a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-decoration: none;
  font-family: "Times", serif;
  transition: color 0.5s ease-in-out;
}
#topblock .quicklinks ul li a:hover {
  color: #F47F72;
}
#topblock .quicklinks ul li.active {
  color: #F47F72;
}
@media screen and (max-width: 992px) {
  #topblock .quicklinks {
    display: none;
  }
}
#topblock .bookinggadget {
  margin-left: 0;
  position: fixed;
  top: 10px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  #topblock .bookinggadget {
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 80;
    position: fixed;
  }
}
#topblock .bookinggadget > div > form {
  padding: 0;
}
#topblock .bookinggadget > div > form > * {
  display: none;
}
#topblock .bookinggadget .gc_sh * {
  font-family: "Times", serif;
}
#topblock .bookinggadget .shortHandTitle {
  display: none;
}
#topblock .bookinggadget .shortHandButton {
  display: block !important;
  margin: 0;
  float: none;
}
#topblock .bookinggadget .shortHandButton .shortHandCheckRates {
  margin: 0;
  height: 60px;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
@media screen and (max-width: 768px) {
  #topblock .bookinggadget .shortHandButton .shortHandCheckRates {
    width: 100%;
    padding: 0px 10px;
    line-height: 42px;
    height: 50px;
  }
}
#topblock .bookinggadget .booknow {
  text-align: center;
}
@media screen and (max-width: 576px) {
  #topblock .bookinggadget .booknow {
    margin: 0;
    width: 100%;
    padding: 0px 10px;
    line-height: 42px;
    position: relative;
  }
}

body.ie10 #topblock {
  display: block;
}
body.ie10 #topblock .toggleblock {
  float: left;
}
body.ie10 #topblock .bookinggadget {
  float: right;
}

.fixedtop {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  height: 29px;
  padding: 0 15px;
  background: #000;
  z-index: 99;
  transition: background 0.4s 0.1s ease-in-out, opacity 0.4s 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  .fixedtop {
    top: auto;
    bottom: 0;
  }
}
.fixedtop .languages {
  position: relative;
  float: right;
  display: inline-block;
  z-index: 80;
  transition: bottom 0.4s 0.1s ease-in-out;
}
.fixedtop .languages ul {
  padding: 0;
  margin: 0;
}
.fixedtop .languages ul li {
  display: inline-block;
}
.fixedtop .languages ul li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 29px;
  letter-spacing: 2px;
  font-family: "Times", serif;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.fixedtop .languages ul li a:hover, .fixedtop .languages ul li a.active {
  color: #6DCDB8;
}
.fixedtop .quicklinks {
  position: relative;
  float: left;
  margin: 0;
  max-height: 20px;
  overflow: hidden;
}
.fixedtop .quicklinks ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.fixedtop .quicklinks ul li {
  display: inline-block;
  margin: 0 14px;
  text-transform: uppercase;
  position: relative;
}
.fixedtop .quicklinks ul li a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-decoration: none;
  font-family: "Times", serif;
  transition: color 0.5s ease-in-out;
}
.fixedtop .quicklinks ul li a:hover {
  color: #6DCDB8;
}
.fixedtop .quicklinks ul li.active {
  color: #6DCDB8;
}
@media screen and (max-width: 992px) {
  .fixedtop .quicklinks {
    display: none;
  }
}

#centerblock {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  max-height: 100% !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #centerblock {
    padding: 0;
    padding-top: 100px;
  }
}
#centerblock:after {
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: block;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(28, 25, 22, 0.5) 0, rgba(72, 65, 58, 0) 100%);
}
#centerblock .flashContainer {
  height: 100%;
  overflow: hidden;
}
#centerblock .flashContainer:after {
  z-index: 2;
  content: "";
  opacity: 0.7;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(to top, #1c1916 0, rgba(72, 65, 58, 0) 100%);
}
@media screen and (max-width: 768px) {
  #centerblock .flashContainer:after {
    display: none;
  }
}
#centerblock .flashContainer .gcb_container.bannerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#centerblock .flashContainer .gcb_inlinePlayer {
  bottom: 80px;
}
#centerblock .flashContainer .gcb_image_current, #centerblock .flashContainer .gcb_image_next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#centerblock .flashContainer .gcb_image_legend {
  z-index: 4;
  top: 55%;
  left: 60px;
  bottom: auto;
  max-width: 35vw;
  max-height: 35vh;
  text-align: left;
  font-size: 72px;
  line-height: 68px;
  letter-spacing: 0;
  opacity: 1 !important;
  font-family: "butlerregular", serif;
  transform: translateY(-50%);
  transition: opacity 0.5s ease-out;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #centerblock .flashContainer .gcb_image_legend {
    max-width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #centerblock .flashContainer .gcb_image_legend {
    font-size: 32px;
    line-height: 36px;
    left: 20px;
  }
}
#centerblock .flashContainer .gcb_image_legend span {
  margin: 0.5em 0;
  display: block;
  color: #fff;
  line-height: 28px;
  font-family: "Times", serif;
  text-decoration: none !important;
}
#centerblock .flashContainer .gcb_image_legend b {
  font-weight: normal;
}
#centerblock .flashContainer .gcb_image_legend b:after {
  content: "";
  display: block;
  position: relative;
  margin: 30px 0;
  width: 50%;
  height: 1px;
  background: #fff;
  opacity: 1;
}
#centerblock .flashContainer .gcb_navigation {
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  opacity: 1;
  float: none;
  transform: translateY(-50%);
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_paginator {
  display: none;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow {
  width: 44px;
  height: 44px;
  background: none;
  position: relative;
  display: inline-block;
  transition: opacity 0.5s ease-out;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow.previous {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -476px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  margin-right: 2px;
}
#centerblock .flashContainer .gcb_navigation .gcb_navigation_arrow.next {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -523px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  float: right;
}
@media screen and (max-width: 768px) {
  #centerblock .flashContainer .gcb_navigation {
    bottom: 50px;
  }
}
#centerblock .flashContainer .bannerImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 4;
  opacity: 0.2;
  pointer-events: none;
}
#centerblock .flashContainer .bannerImage > a {
  position: relative;
}
#centerblock .flashContainer .bannerImage img {
  min-width: 100%;
  min-height: 100%;
}
#centerblock .flashContainer .promotionsgadget {
  color: #fff;
  left: 20px;
  bottom: 40px;
  display: block;
  max-width: 60vw;
  padding: 1em 0;
  text-align: left;
  letter-spacing: 0.1em;
  opacity: 1 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #centerblock .flashContainer .promotionsgadget {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #centerblock .flashContainer .promotionsgadget {
    max-width: 100vw;
  }
}
#centerblock .flashContainer .promotionsgadget .prgTitle {
  font-family: "Times", serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.6s ease-in-out;
}
#centerblock .flashContainer .promotionsgadget .prgTitle:hover {
  color: #F47F72;
}
#centerblock .flashContainer .promotionsgadget .prgDescription {
  font-size: 14px;
  font-weight: normal;
}
#centerblock .flashContainer .promotionsgadget .prgImgWrapper,
#centerblock .flashContainer .promotionsgadget .prgClick {
  display: none;
}

body.with-bannerImg #centerblock {
  height: auto !important;
}

body.scrolling #centerblock .flashContainer .gcb_image_legend,
body.scrolling #centerblock .flashContainer .promotionsgadget,
body.scrolling #centerblock .flashContainer .gcb_navigation,
body.scrolling #centerblock .flashContainer .languages {
  opacity: 0 !important;
}

/** banner animation **/
/*.notvisible */
.notvisible #topblock, .notvisible #centerblock .flashContainer .promotionsgadget, .notvisible .scroll, .notvisible .flashContainer .gcb_navigation, .notvisible .languages {
  opacity: 0;
  pointer-events: none;
}
.notvisible #centerblock .flashContainer .gcb_container .gcb_image_legend, .notvisible #centerblock .flashContainer .promotionsgadget {
  opacity: 0 !important;
}

.exit.notvisible #topblock, .exit.notvisible #centerblock .flashContainer .promotionsgadget, .exit.notvisible .scroll, .exit.notvisible .flashContainer .gcb_navigation, .exit.notvisible .languages {
  opacity: 1;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease-out;
  transition-delay: 3s;
}
.exit.notvisible #centerblock .flashContainer .gcb_container .gcb_image_legend, .exit.notvisible #centerblock .flashContainer .promotionsgadget {
  opacity: 1 !important;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

#contentblock {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
#contentblock .content {
  clear: both;
  position: relative;
  overflow: hidden;
}
#contentblock .content#c1 {
  background-color: #EAE6DE;
}
#contentblock .content#c1 .holder {
  padding-top: 5%;
}
#contentblock .content#c2 {
  background-color: #EAE6DE;
}
#contentblock .content#c3 {
  background-color: #fff;
}

footer {
  overflow: hidden;
  border-top: 1px solid black;
  background-color: #fff;
}
footer .holder {
  padding: 5vw 6vw 2vw;
}
@media screen and (max-width: 768px) {
  footer .holder {
    padding: 140px 6vw 2vw;
  }
}
footer .holder * {
  text-align: center;
  text-transform: none;
}
footer .holder p {
  margin: 0;
  font-size: 0.8em;
  letter-spacing: 0.09em;
  color: #f05443;
}
footer .holder a {
  font-size: 16px;
  letter-spacing: 0.5px;
}
footer .holder a:hover {
  color: #6DCDB8;
}
footer .holder ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .holder ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
}
footer .holder ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .corporatelogo {
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto 30px;
  display: block;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -221px -321px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 506px auto;
  transition: opacity 0.4s 0.1s ease-in-out;
}
footer .hotelname {
  font-family: "butlerregular", serif;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
footer .hotelname:hover {
  color: #6DCDB8;
}
footer .hoteladdress {
  font-style: normal;
  font-family: "butlerregular", serif;
}
footer .hoteladdress > * {
  display: block;
}
footer .socialmedia {
  padding-top: 20px;
}
footer .socialmedia ul li {
  display: inline-block;
  padding: 0 5px;
}
footer .socialmedia ul li a {
  display: block;
  width: 30px;
  height: 28px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -10px -746px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  text-indent: -99999px;
  transition: opacity 0.4s 0.1s ease-in-out;
}
footer .socialmedia ul li.facebook a {
  background-position: -10px -700px;
}
footer .socialmedia ul li.twitter a {
  background-position: -119px -700px;
}
footer .socialmedia ul li.instagram a {
  background-position: -41px -700px;
}
footer .socialmedia ul li.linkedin a {
  background-position: -301px -700px;
}
footer .socialmedia ul li.youtube a {
  background-position: -188px -700px;
}
footer .socialmedia ul li.vimeo a {
  background-position: -77px -700px;
}
footer .socialmedia ul li.pinterest a {
  background-position: -154px -700px;
}
footer .socialmedia ul li.googleplus a {
  background-position: -264px -700px;
}
footer .socialmedia ul li:hover a {
  opacity: 0.7;
}
footer .footermenu {
  margin-top: 28px;
}
@media screen and (max-width: 992px) {
  footer .footermenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footerlogos {
    flex-direction: column !important;
  }
}
footer #seals {
  clear: both;
  height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer #seals .powered {
  width: 320px;
  margin: 0 auto;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  footer #seals .powered {
    width: 200px;
    margin: auto auto;
  }
}
@media screen and (max-width: 576px) {
  footer #seals {
    float: none;
    width: 100%;
  }
  footer #seals .powered {
    float: none;
  }
}

/* animation*/
.content .holder > *,
.imgContentWrapper,
#bottomblock {
  opacity: 0;
  z-index: 1;
  transform: translateY(30%);
  transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease;
}
.content .holder > *.showIt,
.imgContentWrapper.showIt,
#bottomblock.showIt {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loadingAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body:not(._2areas):not(._3areas) #c1 .holder {
  padding-bottom: 6%;
}

body.no-banner #contentblock .content p {
  clear: both;
}
body.no-banner #c1 {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  body.no-banner #c1 {
    padding-top: 20px;
  }
}
body.no-banner #c1:before {
  display: none !important;
}
body.no-banner .content .holder > *,
body.no-banner .imgContentWrapper,
body.no-banner #bottomblock {
  opacity: 1;
  transform: translateY(0);
}
body.homepage #contentblock h1:first-of-type {
  display: none;
}
body.homepage #contentblock .flores {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
}
body:not(.homepage) .flores {
  display: none;
}

.content #productTypes, .content #addons {
  margin-right: 10%;
  margin-left: 10%;
}
.content #productTypes .roomContainer, .content #addons .roomContainer {
  margin-bottom: 40px;
  background: #F8F8F7;
  min-height: 260px;
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .content #productTypes .roomContainer, .content #addons .roomContainer {
    padding: 360px 6% 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .content #productTypes .roomContainer, .content #addons .roomContainer {
    padding: 300px 6% 30px !important;
  }
}
.content #productTypes .roomContainer *, .content #addons .roomContainer * {
  text-align: center;
  float: none;
}
.content #productTypes .roomContainer .roomName, .content #addons .roomContainer .roomName {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 0;
  margin-bottom: 10px;
  padding: 0;
}
.content #productTypes .roomContainer .roomName h2, .content #addons .roomContainer .roomName h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  text-shadow: none;
  color: #3e3e3e;
  padding: 0 !important;
}
.content #productTypes .roomContainer .roomName h2:after, .content #addons .roomContainer .roomName h2:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .content #productTypes .roomContainer .roomName h2, .content #addons .roomContainer .roomName h2 {
    font-size: 1.3em;
  }
}
.content #productTypes .roomContainer .minRate, .content #addons .roomContainer .minRate {
  display: block;
  margin: 0 0 10px;
}
.content #productTypes .roomContainer .minRate h3, .content #addons .roomContainer .minRate h3 {
  color: #3e3e3e;
  letter-spacing: 1.5px;
  font-size: 0.9em;
  text-decoration: none;
  font-family: "butlerregular", serif;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.content #productTypes .roomContainer .promotions-termsActions, .content #addons .roomContainer .promotions-termsActions {
  bottom: auto;
  left: auto;
  margin: 20px 0 0;
  width: 50%;
}
.content #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger, .content #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
  background: none;
  color: #505759;
  font-size: 11px;
  letter-spacing: 1px;
  top: auto;
  bottom: -5px;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}
.content #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover, .content #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
  text-decoration: underline;
}
.content #productTypes .roomContainer .promotions-termsActions .promotions-bgLink, .content #addons .roomContainer .promotions-termsActions .promotions-bgLink {
  border-radius: 0;
  float: none !important;
}
.content #productTypes .roomContainer .promotions-termsContent, .content #addons .roomContainer .promotions-termsContent {
  top: auto;
  background: #fff;
  padding: 0;
}
.content #productTypes .roomContainer .promotions-termsContent .promotions-termsText, .content #addons .roomContainer .promotions-termsContent .promotions-termsText {
  background: none;
  padding: 0 10%;
}
.content #productTypes .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms, .content #addons .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
  background: url("//static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") 97% no-repeat #F47F72;
  font-size: 12px !important;
  margin-left: 0;
  letter-spacing: 1px;
  line-height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100% !important;
}
.content #productTypes .roomContainer .roomPhoto, .content #addons .roomContainer .roomPhoto {
  pointer-events: none;
  cursor: default;
}
.content #productTypes .roomContainer .roomPhoto .pgContainer, .content #addons .roomContainer .roomPhoto .pgContainer {
  background: #000;
}
.content #productTypes .roomContainer .roomPhoto .pgContainer a label, .content #productTypes .roomContainer .roomPhoto .pgContainer a span, .content #addons .roomContainer .roomPhoto .pgContainer a label, .content #addons .roomContainer .roomPhoto .pgContainer a span {
  bottom: 0;
  background: none;
  font-family: "butlerregular", serif;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 1px;
  display: none;
}
.content #productTypes .roomContainer .roomPhoto .pgContainer .pgImage, .content #addons .roomContainer .roomPhoto .pgContainer .pgImage {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.content #productTypes .roomContainer .roomDescription ul li, .content #addons .roomContainer .roomDescription ul li {
  display: block;
  background: none;
  margin-left: 0;
  padding-left: 0;
}
.content #productTypes .roomContainer .roomDescription ul li:before, .content #addons .roomContainer .roomDescription ul li:before {
  content: "-";
  position: relative;
  display: inline-block;
  padding-right: 5px;
}
.content #productTypes .roomContainer .roomDescription a, .content #addons .roomContainer .roomDescription a {
  text-decoration: underline;
  font-family: "butlerregular", serif;
}
.content #productTypes .roomContainer p strong, .content #addons .roomContainer p strong {
  font-size: 12px;
  line-height: 18px;
}
.content #productTypes .roomContainer p:before, .content #addons .roomContainer p:before {
  display: none;
}
.content #productTypes .roomContainer:nth-of-type(even) .promotions-termsActions, .content #addons .roomContainer:nth-of-type(even) .promotions-termsActions {
  float: left;
}
.content #productTypes .roomContainer:hover .roomPhoto .pgContainer .pgImage, .content #addons .roomContainer:hover .roomPhoto .pgContainer .pgImage {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.content #roomtypes,
.content #specialoffers {
  cursor: pointer;
  margin: 5vw 12vw;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .content #roomtypes,
  .content #specialoffers {
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
@media screen and (max-width: 576px) {
  .content #roomtypes,
  .content #specialoffers {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.content #roomtypes .roomContainer,
.content #specialoffers .roomContainer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  max-height: 720px;
  border: 5px solid #fff;
  height: calc(80vh - 60px);
}
@media screen and (max-width: 768px) {
  .content #roomtypes .roomContainer,
  .content #specialoffers .roomContainer {
    height: 60vh;
  }
}
.content #roomtypes .roomContainer .roomPhoto,
.content #specialoffers .roomContainer .roomPhoto {
  left: 0;
  right: 0;
  height: 100%;
  min-width: 100%;
}
.content #roomtypes .roomContainer .roomPhoto:before,
.content #specialoffers .roomContainer .roomPhoto:before {
  background: rgba(0, 0, 0, 0.1);
}
.content #roomtypes .roomContainer .roomPhoto .pgImage,
.content #specialoffers .roomContainer .roomPhoto .pgImage {
  height: 100%;
  background-position: center;
}
.content #roomtypes .roomContainer .roomName,
.content #specialoffers .roomContainer .roomName {
  margin: 0 0 1em 0;
  padding: 0 5%;
}
.content #roomtypes .roomContainer .roomName h2,
.content #specialoffers .roomContainer .roomName h2 {
  width: 100%;
  font-size: 2.5em;
  line-height: 110%;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer .roomName h2,
  .content #specialoffers .roomContainer .roomName h2 {
    font-size: 1.8em;
    padding-bottom: 0;
  }
}
.content #roomtypes .roomContainer .minRate h3 a,
.content #specialoffers .roomContainer .minRate h3 a {
  border: 0;
  padding: 0;
  font-size: 14.5px;
  color: #F47F72;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Times", serif;
  background: none;
}
.content #roomtypes .roomContainer .minRate h3 a:hover,
.content #specialoffers .roomContainer .minRate h3 a:hover {
  color: #6DCDB8;
}
.content #roomtypes .roomContainer .minRate h3 a span,
.content #specialoffers .roomContainer .minRate h3 a span {
  display: inline;
}
.content #roomtypes .roomContainer .mealplan,
.content #specialoffers .roomContainer .mealplan {
  display: none !important;
}
.content #roomtypes .roomContainer .promotions-termsActions,
.content #specialoffers .roomContainer .promotions-termsActions {
  order: 2;
  z-index: 99;
  display: block;
  margin-top: 1em;
  overflow: visible;
  position: relative;
}
.content #roomtypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger,
.content #specialoffers .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
  left: 0;
  top: 50px;
  margin: 0;
  width: 100%;
  display: none;
  background: none;
  text-align: left;
  color: #F47F72;
  font-size: 10px;
  line-height: 26px;
}
.content #roomtypes .roomContainer .promotions-termsActions .promotions-bgLink,
.content #specialoffers .roomContainer .promotions-termsActions .promotions-bgLink {
  margin: 0;
  width: auto;
  font-style: normal;
}
.content #roomtypes .roomContainer .promotions-termsActions .promotions-bgLink:hover,
.content #specialoffers .roomContainer .promotions-termsActions .promotions-bgLink:hover {
  background: #6DCDB8;
}
.content #roomtypes .roomContainer.room-opened,
.content #specialoffers .roomContainer.room-opened {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-bottom: 5em;
  height: auto !important;
  max-height: 100% !important;
  background-image: url(../palacioprincipereal_hotel_bin/footer_bg.jpg);
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
.content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto),
.content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
  width: auto;
  min-width: auto;
  position: relative;
  margin-left: 6vw;
  margin-right: 6vw;
}
@media screen and (max-width: 576px) {
  .content #roomtypes .roomContainer.room-opened > div:not(.roomPhoto),
  .content #specialoffers .roomContainer.room-opened > div:not(.roomPhoto) {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.content #roomtypes .roomContainer.room-opened .roomName,
.content #specialoffers .roomContainer.room-opened .roomName {
  padding: 2em 0 1em;
}
.content #roomtypes .roomContainer.room-opened .roomName h2,
.content #specialoffers .roomContainer.room-opened .roomName h2 {
  color: #3e3e3e;
  text-align: left;
  padding-bottom: 0;
}
.content #roomtypes .roomContainer.room-opened .roomDescription p, .content #roomtypes .roomContainer.room-opened .roomDescription ul,
.content #specialoffers .roomContainer.room-opened .roomDescription p,
.content #specialoffers .roomContainer.room-opened .roomDescription ul {
  text-align: left;
}
.content #roomtypes .roomContainer.room-opened .roomPhoto,
.content #specialoffers .roomContainer.room-opened .roomPhoto {
  padding-top: 56.25%;
}
.content #roomtypes .roomContainer.room-opened .roomPhoto button,
.content #specialoffers .roomContainer.room-opened .roomPhoto button {
  display: block;
  width: 45px;
  height: 45px;
  transition: opacity 0.5s ease-out;
  opacity: 0.5;
}
.content #roomtypes .roomContainer.room-opened .roomPhoto button.slick-prev,
.content #specialoffers .roomContainer.room-opened .roomPhoto button.slick-prev {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -476px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  left: 15px;
}
.content #roomtypes .roomContainer.room-opened .roomPhoto button.slick-next,
.content #specialoffers .roomContainer.room-opened .roomPhoto button.slick-next {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -523px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  right: 15px;
}
.content #roomtypes .roomContainer.room-opened .roomPhoto button:hover,
.content #specialoffers .roomContainer.room-opened .roomPhoto button:hover {
  opacity: 1;
}
.content #roomtypes .roomContainer.room-opened .roomDescription p,
.content #specialoffers .roomContainer.room-opened .roomDescription p {
  padding: 0;
  width: 100%;
  margin: 10px auto;
  line-height: 1.6em;
}
.content #roomtypes .roomContainer.room-opened .roomDescription ul,
.content #specialoffers .roomContainer.room-opened .roomDescription ul {
  -moz-columns: 2;
       columns: 2;
  padding: 0;
  width: 100%;
  margin: 20px 0;
  text-align: left;
}
.content #roomtypes .roomContainer.room-opened .roomDescription ul li,
.content #specialoffers .roomContainer.room-opened .roomDescription ul li {
  display: block;
  text-align: left;
  margin: 0 0 0 20px;
}
.content #roomtypes .roomContainer.room-opened .roomDescription ul li:before,
.content #specialoffers .roomContainer.room-opened .roomDescription ul li:before {
  content: "";
  top: -4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  background: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .content #roomtypes .roomContainer.room-opened .roomDescription ul,
  .content #specialoffers .roomContainer.room-opened .roomDescription ul {
    width: 100%;
    -moz-columns: 1;
         columns: 1;
  }
}
.content #roomtypes .roomContainer.room-opened .promotions-showTermsTrigger,
.content #specialoffers .roomContainer.room-opened .promotions-showTermsTrigger {
  display: block;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsContent,
.content #specialoffers .roomContainer.room-opened .promotions-termsContent {
  z-index: 129;
  margin: 0px auto !important;
  padding-top: 40px;
  position: absolute !important;
  left: 0;
  right: 0;
  background: #F8F4F0;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsContent *,
.content #specialoffers .roomContainer.room-opened .promotions-termsContent * {
  text-align: center;
}
.content #roomtypes .roomContainer.room-opened .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms,
.content #specialoffers .roomContainer.room-opened .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
  background-color: #d6cebf;
}
.content #roomtypes .roomContainer:not(.room-opened).tumb,
.content #specialoffers .roomContainer:not(.room-opened).tumb {
  height: 350px;
}
.content #roomtypes .roomContainer:not(.room-opened).tumb .roomName,
.content #specialoffers .roomContainer:not(.room-opened).tumb .roomName {
  transform: scale(0.9);
  transform-origin: bottom center;
}
.content #roomtypes .roomContainer:not(.room-opened) .minRate h2, .content #roomtypes .roomContainer:not(.room-opened) .minRate h3, .content #roomtypes .roomContainer:not(.room-opened) .minRate h3 a, .content #roomtypes .roomContainer:not(.room-opened) .minRate h3 a span,
.content #roomtypes .roomContainer:not(.room-opened) .roomName h2,
.content #roomtypes .roomContainer:not(.room-opened) .roomName h3,
.content #roomtypes .roomContainer:not(.room-opened) .roomName h3 a,
.content #roomtypes .roomContainer:not(.room-opened) .roomName h3 a span,
.content #specialoffers .roomContainer:not(.room-opened) .minRate h2,
.content #specialoffers .roomContainer:not(.room-opened) .minRate h3,
.content #specialoffers .roomContainer:not(.room-opened) .minRate h3 a,
.content #specialoffers .roomContainer:not(.room-opened) .minRate h3 a span,
.content #specialoffers .roomContainer:not(.room-opened) .roomName h2,
.content #specialoffers .roomContainer:not(.room-opened) .roomName h3,
.content #specialoffers .roomContainer:not(.room-opened) .roomName h3 a,
.content #specialoffers .roomContainer:not(.room-opened) .roomName h3 a span {
  margin: 0;
  color: #fff;
  padding: 0 !important;
}
.content #roomtypes .roomContainer:not(.room-opened) .roomPhoto:before,
.content #specialoffers .roomContainer:not(.room-opened) .roomPhoto:before {
  background: rgba(0, 0, 0, 0.4);
}
.content #roomtypes .roomContainer#item_2, .content #roomtypes .roomContainer#item_8, .content #roomtypes .roomContainer#item_11 {
  width: 100%;
}

#pg {
  opacity: 0;
  padding: 0 10%;
  margin-bottom: 80px;
  transition: opacity 0.4s 0.6s ease-in;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #pg {
    padding: 0 5%;
  }
}
@media screen and (max-width: 576px) {
  #pg {
    padding: 0 2vw;
  }
}
#pg h3.galleryName {
  margin: 40px auto 20px;
  text-align: center;
  font-family: "Times", serif;
  width: 60%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  #pg h3.galleryName {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #pg h3.galleryName {
    width: 100%;
  }
}
#pg .pgContainer {
  display: none;
}
#pg .pgContainer.ug-gallery-wrapper {
  display: block;
}

.ug-gallery-wrapper.ug-lightbox {
  z-index: 9999999999 !important;
}

body:not(.scrolling) .gcb_image {
  top: 0 !important;
  transition: top 1s ease-out;
}
body.scrolling .fixedtop {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  body.scrolling .fixedtop {
    opacity: 1;
  }
}
body.scrolling #topblock {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  body.scrolling #topblock {
    opacity: 1;
  }
}
body.scroll1 .fixedtop {
  top: -129px;
  opacity: 0;
  transition: top 0.5s ease-in, padding 0.8s ease-out;
}
@media screen and (max-width: 992px) {
  body.scroll1 .fixedtop {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body.scroll1 .fixedtop {
    top: auto;
    bottom: 0;
  }
}
body.scroll1 #topblock {
  opacity: 0;
  top: -100px;
  background: #fff;
  padding: 10px;
  transition: top 0.5s ease-in, padding 0.8s ease-out;
}
@media screen and (max-width: 992px) {
  body.scroll1 #topblock {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body.scroll1 #topblock {
    top: 0;
  }
}
body.scroll1 #topblock .hotellogo {
  width: 107px;
  height: 66px;
  top: 7px;
  margin-left: -50px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -8px -207px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
}
body.scroll1 #topblock .hotellogo img {
  display: none;
}
@media screen and (max-width: 576px) {
  body.scroll1 #topblock .hotellogo {
    width: 107px;
    height: 66px;
    margin-left: -50px;
    background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
    background-position: -8px -207px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 580px auto;
  }
}
body.scroll1 #topblock .toggleblock .toggle:after {
  color: #000;
}
body.scroll1 #topblock .toggleblock .toggle .line {
  background: #000;
}
body.scroll1 #topblock .quicklinks a {
  color: #3e3e3e;
  transition: color 1s ease-in-out;
}
body.scroll1 #topblock .quicklinks a:hover {
  opacity: 1;
  color: #F47F72;
}
body.scroll1 #topblock .shortHandTitle {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body.scroll1 .languages {
    opacity: 0;
    top: -100px;
    transition: top 0.5s ease-in;
  }
}
body.scroll2 .fixedtop {
  top: 0;
  opacity: 1;
  position: fixed;
}
@media screen and (max-width: 768px) {
  body.scroll2 .fixedtop {
    top: auto;
    bottom: 0;
  }
}
body.scroll2 #topblock {
  top: 0px;
  opacity: 1;
  position: fixed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  body.scroll2 #topblock {
    top: 0;
  }
}
body.scroll2 #topblock .languages ul li a {
  color: black;
}
body.scroll2 #topblock .languages ul li a:hover, body.scroll2 #topblock .languages ul li a.active {
  color: #F47F72;
}
@media screen and (max-width: 768px) {
  body.scroll2 #topblock .languages {
    top: 0;
    opacity: 1;
    padding: 0;
    position: fixed;
  }
}
body.scroll2 #centerblock .flashContainer .gcb_image_legend {
  display: none;
}
body.stage1 #centerblock .flashContainer .gcb_image_legend {
  display: none;
}

.menu-area {
  top: 0;
  width: 35vw;
  left: -100%;
  z-index: 150;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  transition: left 0.6s ease-in-out;
}
@media screen and (max-width: 992px) {
  .menu-area {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-area {
    width: 100vw;
  }
}
.menu-area:before {
  content: "";
  display: block;
  position: absolute;
  width: 155px;
  height: 255px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -8px -752px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  bottom: 0;
  right: 20px;
}
.menu-area .close {
  z-index: 1;
  top: 20px;
  left: 20px;
  position: absolute;
  transition-delay: 1s;
}
.menu-area .close:after, .menu-area .close:before {
  border-color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .menu-area .close {
    left: auto;
    right: 20px;
  }
}
.menu-area .navigation {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-area .navigation:before {
  opacity: 0;
  content: "";
  left: -70vw;
  width: 70vw;
  height: 100%;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.6);
  transition: opacity 1.2s 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .menu-area .navigation:before {
    left: -55vw;
    width: 55vw;
  }
}
@media screen and (max-width: 768px) {
  .menu-area .navigation:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-area .navigation {
    overflow: scroll;
  }
}
.menu-area .navigation ol {
  padding: 0 10%;
  text-align: left;
  counter-reset: item;
}
@media screen and (max-width: 768px) {
  .menu-area .navigation ol {
    text-align: center;
  }
}
.menu-area .navigation ol:before {
  opacity: 0;
  color: #3e3e3e;
  display: block;
  content: "Menu";
  margin-bottom: 20px;
  transition: opacity 0.5s ease-in-out;
}
.menu-area .navigation ol li {
  opacity: 0;
  display: block;
  list-style: none;
  margin-bottom: 14px;
  position: relative;
  transform: translate3d(0, 36px, 0);
}
.menu-area .navigation ol li a {
  color: #3e3e3e;
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-family: "butlerregular", serif;
  transition: color 0.5s ease-in-out;
}
.menu-area .navigation ol li a:hover {
  color: #F47F72;
}
.menu-area .navigation ol li.active a {
  text-decoration: none;
}

body.menuopened {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.menuopened .menu-area {
  left: 0;
}
body.menuopened .menu-area .navigation:before {
  opacity: 1;
  left: 35vw;
}
body.menuopened .menu-area .navigation ol:before {
  opacity: 1;
}
body.menuopened .menu-area .navigation ol li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
body.menuopened .menu-area .navigation ol li:nth-child(1) {
  transition-delay: 0.75s;
}
body.menuopened .menu-area .navigation ol li:nth-child(2) {
  transition-delay: 0.85s;
}
body.menuopened .menu-area .navigation ol li:nth-child(3) {
  transition-delay: 0.95s;
}
body.menuopened .menu-area .navigation ol li:nth-child(4) {
  transition-delay: 1.05s;
}
body.menuopened .menu-area .navigation ol li:nth-child(5) {
  transition-delay: 1.15s;
}
body.menuopened .menu-area .navigation ol li:nth-child(6) {
  transition-delay: 1.25s;
}
body.menuopened .menu-area .navigation ol li:nth-child(7) {
  transition-delay: 1.35s;
}
body.menuopened .menu-area .navigation ol li:nth-child(8) {
  transition-delay: 1.45s;
}
body.menuopened .menu-area .navigation ol li:nth-child(9) {
  transition-delay: 1.55s;
}
body.menuopened .menu-area .navigation ol li:nth-child(10) {
  transition-delay: 1.65s;
}
body.menuopened .menu-area .navigation ol li:nth-child(11) {
  transition-delay: 1.75s;
}
body.menuopened .menu-area .navigation ol li:nth-child(12) {
  transition-delay: 1.85s;
}
body.menuopened .menu-area .navigation ol li:nth-child(13) {
  transition-delay: 1.95s;
}
body.menuopened .menu-area .navigation ol li:nth-child(14) {
  transition-delay: 2.05s;
}
body.menuopened .menu-area .navigation ol li:nth-child(15) {
  transition-delay: 2.15s;
}
body.menuopened .menu-area .navigation ol li:nth-child(16) {
  transition-delay: 2.25s;
}
body.menuopened .menu-area .navigation ol li:nth-child(17) {
  transition-delay: 2.35s;
}
body.menuopened .menu-area .navigation ol li:nth-child(18) {
  transition-delay: 2.45s;
}
body.menuopened .menu-area .navigation ol li:nth-child(19) {
  transition-delay: 2.55s;
}
body.menuopened.scroll2 #topblock {
  opacity: 1 !important;
}

.hotel-directions.no-banner #centerblock {
  height: 0 !important;
}
.hotel-directions .dirLink {
  font-size: 1em;
  padding: 1em;
  margin: 40px 0;
  display: inline-block !important;
  transition: background 0.6s ease-in-out;
}
.hotel-directions .dirLink:hover {
  color: #fff;
  background: #6DCDB8;
  text-decoration: none;
}

.imagelinkgadget {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.imagelinkgadget .imglinkWrapper {
  display: flex;
  text-decoration: none;
}
.imagelinkgadget.notext .imglinkWrapper > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.imagelinkgadget .imglinkWrapper > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.imagelinkgadget .imglinkWrapper .imgImageWrapper {
  width: 100%;
}
.imagelinkgadget .imglinkWrapper .imgImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper {
  padding: 30px 5%;
  transition: opacity 1.2s 0.1s ease-in-out;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget .imglinkWrapper .imgContentWrapper {
    padding: 15px 20px;
  }
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper > * {
  display: none;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper h4 {
  margin: 0;
  font-size: 62px;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget .imglinkWrapper .imgContentWrapper h4 {
    font-size: 32px;
  }
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #3e3e3e;
  text-decoration: underline;
  transition: opacity 0.7s ease-in-out;
}
.imagelinkgadget .imglinkWrapper .imgContentWrapper .imgDescription a:hover {
  opacity: 0.6;
}
.imagelinkgadget.with-title .imgTitle, .imagelinkgadget.with-description .imgDescription, .imagelinkgadget.with-legend .imgLink {
  display: block;
}
.imagelinkgadget.with-description .imgTitle {
  margin: 20px 0;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.with-description .imgTitle {
    margin: 20px 0 10px;
  }
}
.imagelinkgadget.with-title .imgLink, .imagelinkgadget.with-description .imgLink {
  margin-top: 2em;
  margin-bottom: 1em;
}
.imagelinkgadget.notext .imgContentWrapper {
  display: none;
}
.imagelinkgadget.noimage .imgImageWrapper {
  display: none;
}
.imagelinkgadget.noimage .imgContentWrapper .imgLink span {
  border: none;
  font-size: 24px;
  line-height: 1.4em;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper {
  padding-top: 56.25%;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper img, .imagelinkgadget.video .imglinkWrapper .imgImageWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.imagelinkgadget.video .imglinkWrapper .imgImageWrapper:before {
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  font-size: 44px;
  line-height: 92px;
  border-width: 6px;
}
.imagelinkgadget.video.playing .imgContentWrapper {
  opacity: 0;
}

.smallWrapper {
  display: flex;
  flex-flow: wrap;
  position: relative;
  justify-content: center;
  padding: 0 6vw;
}
@media screen and (max-width: 768px) {
  .smallWrapper {
    padding: 0 2vw;
  }
}

.imagelinkgadget.large .imglinkWrapper {
  align-items: center;
}
.imagelinkgadget.large .imgImageWrapper {
  background: #000;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large .imgImageWrapper {
    height: 510px;
  }
}
.imagelinkgadget.large .imgImageWrapper img {
  opacity: 0.65;
}
.imagelinkgadget.large .imgContentWrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  text-align: left;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.large .imgContentWrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large .imgContentWrapper {
    max-width: 90%;
    width: 90%;
  }
}
.imagelinkgadget.large .imgContentWrapper .imgTitle {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.large .imgContentWrapper .imgTitle {
    max-width: 90%;
  }
}
.imagelinkgadget.large .imgContentWrapper .imgTitle h4 {
  color: #fff;
}
.imagelinkgadget.large .imgContentWrapper .imgDescription {
  color: #fff;
  font-size: 1.1em;
  max-height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.large .imgContentWrapper .imgDescription {
    overflow: hidden;
    max-height: 300px;
    font-size: 1.15em;
    line-height: 140%;
  }
}
.imagelinkgadget.large .imgContentWrapper .imgDescription a {
  color: #fff;
}
.imagelinkgadget.large .imgContentWrapper .imgLink button {
  color: #fff;
  text-align: left;
  border: 1px solid #fff;
}
.imagelinkgadget.large .imgContentWrapper .imgLink button:after {
  background-color: #fff;
}
body.ie10 .imagelinkgadget.large {
  position: relative;
}
body.ie10 .imagelinkgadget.large .imglinkWrapper {
  display: block;
}
body.ie10 .imagelinkgadget.large .imglinkWrapper .imgContentWrapper {
  top: 25%;
  display: block;
}

.imagelinkgadget.mediumlarge .imglinkWrapper {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper {
    display: block;
    max-height: none;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgImageWrapper {
  width: 50%;
  padding: 4vw 0 5% 6vw;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgImageWrapper {
    width: 100%;
    padding: 8vw 0 0;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper {
  width: 50%;
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper {
    width: 100%;
    padding: 6%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper {
    padding: 5%;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle {
  width: 100%;
  margin-bottom: 40px;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 50px;
  line-height: 0.9em;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgTitle {
    width: 100%;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgDescription {
  text-align: left;
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgDescription {
    padding-left: 0;
  }
}
.imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge .imglinkWrapper .imgContentWrapper .imgLink {
    padding-left: 0;
  }
}
.imagelinkgadget.mediumlarge:nth-child(even) .imglinkWrapper {
  flex-direction: row-reverse;
}
.imagelinkgadget.mediumlarge:nth-child(even) .imglinkWrapper .imgImageWrapper {
  padding: 8vw 6vw 12% 0;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge:nth-child(even) .imglinkWrapper .imgImageWrapper {
    padding: 8vw 0 0;
  }
}
.imagelinkgadget.mediumlarge:nth-child(odd) .imglinkWrapper {
  flex-direction: row;
}
.imagelinkgadget.mediumlarge:nth-child(odd) .imglinkWrapper .imgImageWrapper {
  padding: 8vw 0 12% 6vw;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge:nth-child(odd) .imglinkWrapper .imgImageWrapper {
    padding: 8vw 0 0;
  }
}
.imagelinkgadget.mediumlarge:nth-child(odd) .imglinkWrapper:before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumlarge:nth-child(odd) .imglinkWrapper {
    flex-direction: column;
  }
}

.imagelinkgadget.medium {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imglinkWrapper {
    flex-direction: column;
  }
}
.imagelinkgadget.medium .imgImageWrapper {
  width: 55vw;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imgImageWrapper {
    width: 100vw;
  }
}
.imagelinkgadget.medium .imgImageWrapper img {
  float: right;
}
.imagelinkgadget.medium .imgImageWrapper:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 55vw;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imgImageWrapper:before {
    width: 100vw;
  }
}
.imagelinkgadget.medium .imgContentWrapper {
  width: 45vw;
  margin-top: 15%;
  text-align: left;
  padding-right: 6vw;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.medium .imgContentWrapper {
    padding-bottom: 60px;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imgContentWrapper {
    width: 100vw;
    margin-top: 0%;
    padding-left: 6vw;
    background-color: #fff;
  }
}
.imagelinkgadget.medium .imgContentWrapper .imgTitle {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium .imgContentWrapper .imgTitle {
    max-width: 85%;
  }
}
.imagelinkgadget.medium .imgContentWrapper .imgDescription ul, .imagelinkgadget.medium .imgContentWrapper .imgLink ul {
  text-align: left !important;
}
.imagelinkgadget.medium:nth-child(odd) .imgImageWrapper {
  padding: 6vw;
}
.imagelinkgadget.medium:nth-child(even) .imglinkWrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.medium:nth-child(even) .imglinkWrapper {
    flex-direction: column;
  }
}
.imagelinkgadget.medium:nth-child(even) .imgImageWrapper {
  padding: 6vw;
}
.imagelinkgadget.medium:nth-child(even) .imgImageWrapper:before {
  left: auto;
  right: 0;
}

body.popupWindow {
  overflow: hidden;
}
body.popupWindow .overlay {
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  background: #313131;
}
body.popupWindow .imagelinkgadget.popup {
  width: 80%;
  z-index: 101;
  overflow: hidden;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
@media screen and (max-width: 768px) {
  body.popupWindow .imagelinkgadget.popup {
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  body.popupWindow .imagelinkgadget.popup {
    width: 90%;
  }
}
body.popupWindow .imagelinkgadget.popup .imglinkWrapper {
  display: block;
}
body.popupWindow .imagelinkgadget.popup .imglinkWrapper .imgContentWrapper {
  opacity: 1;
  text-align: center;
  background: #fff;
  transform: translateY(0);
}
body.popupWindow .imagelinkgadget.popup .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  font-size: 2em;
  line-height: 150%;
}
body.popupWindow .imagelinkgadget.popup .imglinkWrapper .imgContentWrapper .imgDescription {
  max-height: 85px;
  overflow: hidden;
}
body.popupWindow .imagelinkgadget.popup .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #3e3e3e;
}
body.popupWindow .imagelinkgadget.popup .imgImageWrapper img {
  transition: all 0.5s ease-out;
}
body.popupWindow .imagelinkgadget.popup:hover .imgImageWrapper img {
  transform: scale(1.05);
}
body.popupWindow .imagelinkgadget.popup .close-popup {
  top: 20px;
  right: 20px;
  position: absolute;
}
body.popupWindow .imagelinkgadget.popup .close-popup:before, body.popupWindow .imagelinkgadget.popup .close-popup:after {
  border-color: #fff;
}

div[class^=slider-type] {
  clear: both;
}

.bx-wrapper {
  position: relative;
}
.bx-wrapper [class*=slide] {
  margin: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: 40px;
  text-align: center;
  position: relative;
  display: none;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  outline: 0;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  display: block;
  border-radius: 6px;
  text-indent: -9999px;
  background: #F47F72;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #fff;
}
.bx-wrapper .bx-controls-direction {
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction a {
  width: 44px;
  height: 44px;
  background: none;
  position: relative;
  display: inline-block;
  text-indent: -99999px;
  transition: opacity 0.5s ease-out;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -476px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  margin-right: 2px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -523px -11px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  float: right;
}

.carousel.mediumslide {
  height: auto;
  position: relative;
  overflow: visible;
  margin: 60px 0 100px !important;
  clear: both;
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.carousel.mediumslide .flickity-viewport {
  width: 100%;
  margin: 0 auto;
}
.carousel.mediumslide .flickity-page-dots {
  display: none;
}
.carousel.mediumslide .flickity-prev-next-button {
  position: absolute;
  display: block;
  top: 30%;
  left: 14%;
  right: 14%;
  border: none;
}
@media screen and (max-width: 992px) {
  .carousel.mediumslide .flickity-prev-next-button {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .carousel.mediumslide .flickity-prev-next-button {
    top: 20%;
  }
}
.carousel.mediumslide .flickity-prev-next-button.previous {
  width: 44px;
  height: 44px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -476px -72px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  margin-right: 2px;
  text-indent: -9999px;
  right: auto;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
.carousel.mediumslide .flickity-prev-next-button.previous:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .carousel.mediumslide .flickity-prev-next-button.previous {
    background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
    background-position: -476px -11px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 580px auto;
  }
}
.carousel.mediumslide .flickity-prev-next-button.next {
  width: 44px;
  height: 44px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -523px -72px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  margin-right: 2px;
  text-indent: -9999px;
  left: auto;
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}
.carousel.mediumslide .flickity-prev-next-button.next:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .carousel.mediumslide .flickity-prev-next-button.next {
    background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
    background-position: -523px -11px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 580px auto;
  }
}

.imagelinkgadget.quote .imglinkWrapper {
  height: 350px;
}
.imagelinkgadget.quote .imgImageWrapper {
  height: 350px;
}
.imagelinkgadget.quote .imgContentWrapper .imgTitle h4 {
  color: #fff;
  font-size: 2.2em;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.quote .imgContentWrapper .imgTitle h4 {
    font-size: 2em;
  }
}
.imagelinkgadget.quote .imgContentWrapper .imgDescription {
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.quote .imgContentWrapper .imgDescription {
    overflow: hidden;
    max-height: 200px;
    font-size: 1.15em;
    line-height: 140%;
  }
}
.imagelinkgadget.quote .imgContentWrapper .imgDescription a {
  color: #fff;
}
.imagelinkgadget.quote .imgContentWrapper .imgLink button {
  color: #fff;
}
.imagelinkgadget.quote .imgContentWrapper .imgLink button:after {
  background-color: #fff;
}
.imagelinkgadget.quote:not(.noimage) .imgImageWrapper:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #3e3e3e;
  mix-blend-mode: multiply;
}
.imagelinkgadget.quote:not(.noimage) .imgContentWrapper {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.quote:not(.noimage) .imgContentWrapper {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.quote:not(.noimage) .imgContentWrapper {
    width: 100%;
  }
}
.imagelinkgadget.quote.noimage .imgContentWrapper {
  width: 100%;
  padding: 4% 20vw 5%;
  background-color: #F47F72;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.quote.noimage .imgContentWrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media screen and (max-width: 576px) {
  .slider-type-quote .bx-pager {
    bottom: -10px;
  }
  .slider-type-quote .bx-pager .bx-pager-item a {
    background: #F47F72;
  }
}

.panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4 {
  color: #fff;
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  .panoramic .imglinkWrapper .imgContentWrapper .imgTitle h4 {
    font-size: 1.8em;
  }
}
.panoramic .imglinkWrapper .imgContentWrapper .imgDescription {
  color: #fff;
  font-size: 20px;
  font-family: "Times", serif;
  letter-spacing: 0.5px;
  max-height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .panoramic .imglinkWrapper .imgContentWrapper .imgDescription {
    font-size: 1.15em;
    line-height: 140%;
  }
}
.panoramic .imglinkWrapper .imgContentWrapper .imgDescription strong {
  margin: auto;
  max-width: 50%;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
  font-family: "butlerregular", serif;
}
@media screen and (max-width: 992px) {
  .panoramic .imglinkWrapper .imgContentWrapper .imgDescription strong {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .panoramic .imglinkWrapper .imgContentWrapper .imgDescription strong {
    max-width: 100%;
  }
}
.panoramic .imglinkWrapper .imgContentWrapper .imgDescription a {
  color: #fff;
}
.panoramic .imglinkWrapper .imgContentWrapper .imgLink button {
  color: #fff;
}
.panoramic:not(.noimage) .imgImageWrapper {
  height: 330px;
  background: #000;
}
@media screen and (max-width: 992px) {
  .panoramic:not(.noimage) .imgImageWrapper {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .panoramic:not(.noimage) .imgImageWrapper {
    height: 400px;
  }
}
.panoramic:not(.noimage) .imgImageWrapper span {
  height: 100%;
  display: block;
  opacity: 0.65;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: transform 3s ease;
}
@media screen and (max-width: 576px) {
  .panoramic:not(.noimage) .imgImageWrapper span {
    background-attachment: initial;
  }
}
.panoramic:not(.noimage) .imgContentWrapper {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .panoramic:not(.noimage) .imgContentWrapper {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .panoramic:not(.noimage) .imgContentWrapper {
    width: 100%;
  }
}
.panoramic.noimage .imgContentWrapper {
  width: 100%;
  padding: 4% 20vw 5%;
  background-color: #EAE6DE;
}
@media screen and (max-width: 992px) {
  .panoramic.noimage .imgContentWrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .panoramic.noimage .imgContentWrapper {
    padding-top: 6%;
    padding-bottom: 10%;
  }
}
.panoramic.noimage .imgContentWrapper .imgTitle h4 {
  color: #3e3e3e;
  font-size: 16px;
  font-family: "Times", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .panoramic.noimage .imgContentWrapper .imgTitle h4 {
    font-size: 14px;
  }
}
.panoramic.noimage .imgContentWrapper .imgDescription {
  color: #3e3e3e;
  font-size: 50px;
  line-height: 70px;
  max-height: 150px;
  font-family: "butlerregular", serif;
}
@media screen and (max-width: 992px) {
  .panoramic.noimage .imgContentWrapper .imgDescription {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .panoramic.noimage .imgContentWrapper .imgDescription {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .panoramic.noimage .imgContentWrapper .imgDescription {
    font-size: 25px;
  }
}
.panoramic.noimage .imgContentWrapper .imgDescription strong {
  font-size: 50px;
  font-family: "butlerregular", serif;
}
.panoramic.noimage .imgContentWrapper .imgDescription a {
  color: #3e3e3e;
}
.panoramic.noimage .imgContentWrapper .imgLink button {
  color: #3e3e3e;
}

.imagelinkgadget.small {
  margin-top: 5%;
}
.imagelinkgadget.small .imglinkWrapper {
  display: block;
  padding: 0 5px;
}
.imagelinkgadget.small .imgContentWrapper {
  min-height: 80px;
  padding-left: 6%;
  padding-right: 6%;
  text-align: left;
}
.imagelinkgadget.small .imgContentWrapper .imgTitle h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.imagelinkgadget.small .imgContentWrapper .imgDescription {
  overflow: hidden;
  max-height: 250px;
}
.imagelinkgadget.small.with-description .imgContentWrapper {
  min-height: 400px;
}
.imagelinkgadget.smallvertical {
  margin-top: 5%;
  overflow: visible;
}
.imagelinkgadget.smallvertical .imglinkWrapper {
  display: block;
  padding: 0 5px;
}
.imagelinkgadget.smallvertical .imgContentWrapper {
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.imagelinkgadget.smallvertical .imgContentWrapper .imgTitle h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.imagelinkgadget.smallvertical .imgContentWrapper .imgDescription {
  max-height: 140px;
  overflow: hidden;
  color: #585858;
}
.imagelinkgadget.smallvertical.with-description .imgContentWrapper {
  min-height: 400px;
}
.imagelinkgadget.smallvertical:first-of-type:after {
  content: "";
  position: absolute;
  display: block;
  width: 216px;
  height: 128px;
  background-image: url(../palacioprincipereal_hotel_bin/sprite.png);
  background-position: -358px -170px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 580px auto;
  top: 90px;
  left: -130px;
}

.imagelinkgadget.mediumvertical {
  margin-top: 5%;
  overflow: visible;
}
.imagelinkgadget.mediumvertical .imglinkWrapper {
  display: block;
  padding: 0 70px;
}
.imagelinkgadget.mediumvertical .imgImageWrapper {
  overflow: visible;
  position: relative;
}
.imagelinkgadget.mediumvertical .imgContentWrapper {
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.imagelinkgadget.mediumvertical .imgContentWrapper .imgTitle h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.imagelinkgadget.mediumvertical .imgContentWrapper .imgDescription {
  max-height: 140px;
  overflow: hidden;
  color: #585858;
}
.imagelinkgadget.mediumvertical.with-description .imgContentWrapper {
  min-height: 400px;
}
.imagelinkgadget.mediumvertical:nth-child(odd) .imgImageWrapper:before {
  content: "";
  top: 24px;
  left: -24px;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #F47F72;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumvertical:nth-child(odd) .imgImageWrapper:before {
    top: 16px;
    left: -16px;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.mediumvertical:nth-child(odd) .imgImageWrapper:before {
    top: 8px;
    left: -8px;
  }
}

.imagelinkgadget.mediumslide {
  float: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumslide {
    width: 100%;
    margin-top: 0;
  }
}
.imagelinkgadget.mediumslide .imglinkWrapper {
  position: relative;
  overflow: hidden;
  clear: both;
  display: block;
  flex-direction: column;
  align-items: center;
}
.imagelinkgadget.mediumslide .imgImageWrapper {
  position: relative;
  width: 100%;
}
.imagelinkgadget.mediumslide .imgImageWrapper img {
  height: 400px;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumslide .imgImageWrapper img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumslide .imgImageWrapper {
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
  }
}
.imagelinkgadget.mediumslide .imgContentWrapper {
  text-align: left;
  padding: 0 10%;
  width: 70%;
  margin: 40px auto;
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumslide .imgContentWrapper {
    width: 100%;
  }
}
.imagelinkgadget.mediumslide .imgContentWrapper .imgTitle h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  font-family: "butlerregular", serif;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumslide .imgContentWrapper {
    width: 100%;
    padding: 40px 10%;
  }
}
@media screen and (max-width: 576px) {
  .imagelinkgadget.mediumslide .imgContentWrapper {
    padding: 0 5%;
  }
}
.imagelinkgadget.mediumslide .imgContentWrapper .imgDescription {
  max-height: 110px;
  overflow: hidden;
}
.imagelinkgadget.mediumslide.is-selected {
  opacity: 1;
  margin-top: 0;
}
.imagelinkgadget.mediumslide.is-selected .imglinkWrapper .imgImageWrapper {
  width: 70%;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 992px) {
  .imagelinkgadget.mediumslide.is-selected .imglinkWrapper .imgImageWrapper {
    width: 100%;
  }
}
.imagelinkgadget.mediumslide.is-selected .imglinkWrapper .imgImageWrapper img {
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .imagelinkgadget.mediumslide.is-selected .imglinkWrapper .imgImageWrapper {
    width: 100%;
    opacity: 1;
  }
}
#contentblock .content {
  /* map*/
}
#contentblock .content form {
  padding: 40px 10%;
}
@media screen and (max-width: 768px) {
  #contentblock .content form {
    padding: 0 5%;
  }
}
#contentblock .content form p {
  margin: 5px 0;
  color: #3e3e3e;
}
#contentblock .content form a:hover {
  color: #6DCDB8;
}
#contentblock .content form label {
  font-size: 0.8em;
  letter-spacing: 1px;
}
#contentblock .content form input, #contentblock .content form select, #contentblock .content form textarea {
  width: 100%;
  border: none;
  padding: 0 20px;
  margin: 0 0 10px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #f3f2f0;
}
#contentblock .content form input, #contentblock .content form select {
  height: 40px;
}
#contentblock .content form input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
}
#contentblock .content form input[type=submit] {
  border-radius: 0;
  font-weight: 400 !important;
}
#contentblock .content form input[type=submit]:hover {
  background: #6DCDB8;
}
#contentblock .content form select {
  height: 40px;
}
#contentblock .content form .required {
  position: absolute;
}
@media screen and (max-width: 576px) {
  #contentblock .content form #checkincal.yui-calcontainer {
    width: auto !important;
    padding: 10px !important;
    position: absolute !important;
  }
}
#contentblock .content form #reservationFields > p {
  display: none;
}
@media screen and (max-width: 576px) {
  #contentblock .content form #reservationFields > p {
    display: block;
  }
}
#contentblock .content form #reservationFields > div {
  position: relative;
  margin-right: 0;
  padding-right: 10px;
  width: 33.3333%;
  clear: none;
}
@media screen and (max-width: 576px) {
  #contentblock .content form #reservationFields > div {
    padding: 0;
    width: 100%;
  }
}
#contentblock .content form #reservationFields > div#cbofferShell, #contentblock .content form #reservationFields > div#cbnrchildrenShell {
  padding-right: 0;
}
#contentblock .content form #reservationFields input, #contentblock .content form #reservationFields select {
  width: 100%;
}
#contentblock .content form #reservationFields #cbcheckin {
  right: 15px;
  bottom: 14px;
  height: 30px;
  position: absolute;
}
@media screen and (max-width: 576px) {
  #contentblock .content form #reservationFields #cbcheckin {
    bottom: auto;
  }
}
#contentblock .content form .g-recaptcha {
  margin: 40px 0;
}
#contentblock .content form .g-recaptcha > div {
  margin: 0 auto;
}
#contentblock .content form .wspShortConsentText:hover {
  color: #330E04;
}
#contentblock .content #map_canvas {
  height: 580px !important;
  margin-top: 60px;
}
#contentblock .content .nav ul {
  padding: 0;
}
#contentblock .content .nav ul li {
  display: block;
}

.ShoppingRecoveryOverlay > div > h2 {
  padding: 0 0 20px !important;
  text-align: left;
  font-family: "butlerregular", serif;
}

.hotel-subscribe #contentblock form div, .hotel-subscribe #contentblock form label {
  margin: 5px 0;
  color: #3e3e3e;
}

#contacts_form .yui-calcontainer .yui-calendar .calcell.selected, #contacts_form .yui-calcontainer .yui-calendar .calcell.calcellhover {
  background-color: transparent;
}
#contacts_form .yui-calcontainer .yui-calendar .calcell.selected a, #contacts_form .yui-calcontainer .yui-calendar .calcell.calcellhover a {
  color: #fff;
  background: #333;
  outline: none;
}
#contacts_form .yui-calcontainer .yui-calendar .calcell a {
  color: #333;
}
#contacts_form .yui-calcontainer .yui-calendar .calcell a:hover, #contacts_form .yui-calcontainer .yui-calendar .calcell a:focus {
  color: #fff;
  background: #333;
  outline: none;
}

.productContainer {
  margin: 10px;
  padding: 1% 20% 3%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #EAE6DE;
  position: relative;
}
.productContainer h2 {
  font-size: 1.8em;
}
.productContainer .minRate h3 {
  color: #3e3e3e;
  font-family: "Times", serif;
}
.productContainer .roomPhoto a {
  color: #F47F72;
}
.productContainer .roomPhoto label, .productContainer .roomPhoto span {
  background-color: #fff;
}
.productContainer .promotions-termsActions,
.productContainer .promotions-termsContent {
  width: auto;
}
.productContainer .promotions-termsActions a,
.productContainer .promotions-termsContent a {
  display: block;
}
.productContainer .promotions-termsActions a:hover,
.productContainer .promotions-termsContent a:hover {
  text-decoration: none;
}
.productContainer .promotions-termsActions a:not(.promotions-bgLink),
.productContainer .promotions-termsContent a:not(.promotions-bgLink) {
  font-size: 0.85em;
  margin-left: 10px;
  margin-right: 10px;
  color: #F47F72;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.4s ease-in-out;
}
.productContainer .promotions-termsActions a:not(.promotions-bgLink):hover,
.productContainer .promotions-termsContent a:not(.promotions-bgLink):hover {
  opacity: 0.6;
}
.holder .promotionsgadget {
  margin: 10px;
  padding: 1% 20% 3%;
  opacity: 1 !important;
  background-color: #EAE6DE;
}
@media screen and (max-width: 768px) {
  .holder .promotionsgadget {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.holder .promotionsgadget .prgTitle {
  margin: 1em;
  color: #000;
  font-size: 1.8em;
  line-height: 140%;
  font-family: "butlerregular", serif;
}
@media screen and (max-width: 576px) {
  .holder .promotionsgadget .prgTitle {
    margin: 0.5em 0;
    font-size: 1.5em;
  }
}
.holder .promotionsgadget .prgClick {
  font-size: 0.85em;
  margin: 1em 10px;
  color: #F47F72;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.4s ease-in-out;
}
.holder .promotionsgadget .prgClick:hover {
  opacity: 0.6;
}

.weather-gadget {
  display: inline-block;
}
.weather-gadget .weather-shell {
  font-family: "Times", serif;
}/*# sourceMappingURL=template.css.map */