html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/** typo **/

@font-face {
  font-family: 'athital', serif;
  src: url('athelas-normal-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'athital', serif;
  src: url('athelas-bold-webfont.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #464646;
  margin: 0;
  text-align: center;
  letter-spacing: 0.4px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body.menuOpened {
  overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #908888;
  text-decoration: none;
}

a:hover {
  color: #a27b64;
}

p {
  font-family: 'Lato', Helvetica, sans-serif;
  font-style: normal;
  color: #464646;
  line-height: 30px;
  padding: 10px 0;
}

/* nav ul, .languages ul {
  padding: 0;
}

.languages li {
  display: block;
} */

/** languages toggle **/

.langToggle {
  display: block;
  position: relative;
  width: 63px;
  height: 62px;
  z-index: 1;
}

/**/

/* languages */

.languages {
  position: relative;
  width: 63px;
  float: right;
}

.languages:hover li a {
  display: block;
}

.languages ul {
  margin: 0;
  list-style: none;
}

.languages li a {
  display: block;
  font-size: 13px;
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 63px;
  color: #908888;
  display: block;
  background: #f0f0f0;
  text-transform: uppercase;
}

.languages li .active {
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
}

.languages:hover li a {
  height: 62px;
}

.languages:hover li a:hover {
  background: #a27b64;
  color: #fff;
}

@media all and (max-width: 640px) {
  .langToggle {
    width: 50px;
    height: 50px;
  }
  .languages {
    width: 50px;
  }
  .languages li a {
    line-height: 50px;
  }
  .languages li .active {
    height: 50px;
  }
  .languages:hover li a {
    height: 50px;
  }
}

/* */

hr {
  border: none;
  padding: 30px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

section {
  clear: both;
  overflow: hidden;
}

*::-moz-selection {
  background-color: #3d3838;
  color: #d7d7d7;
}

*::selection {
  background-color: #3d3838;
  color: #d7d7d7;
}

/*
 * website sprite image
 */

.scroll span, .flashContainer .gcb_navigation_arrow.previous, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous, .flashContainer .gcb_container:hover .previous, .flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next, .flashContainer .gcb_container:hover .next, .quote .imgTitle::before, .footerlogo .logo, .socialmedia a, .scrolltop span, .bx-controls a.bx-prev, .bx-controls a.bx-next, .navigation::before, .scroll1 .hotellogo, .no-banner .hotellogo, h6 {
  background-image: url("../casalaranja_hotel_bin/sprite.png") !important;
  background-size: 637px auto;
  background-repeat: no-repeat;
}

/*
 * loader area
 */

@-webkit-keyframes loadingAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes loadingAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#loader {
  background: #a27b64;
  position: relative;
}

#loader::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../casalaranja_hotel_bin/logo_loading.png") no-repeat center;
  width: 128px;
  height: 56px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.9;
  z-index: 999;
  pointer-events: none;
  opacity: 0.9;
  -webkit-animation: loadingAnimation 4s infinite;
  animation: loadingAnimation 4s infinite;
}

.ShoppingRecoveryOverlay>div {
  top: 35% !important;
}

body #loader:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 32px;
  width: 140px;
  height: 25px;
  background: url("../casalaranja_hotel_bin/gc_loading.png") no-repeat;
  margin-left: 0;
}

#loader .loader {
  margin: -20px 0 0 -20px;
  width: 3em;
  height: 3em;
  border-top: 0.2em solid rgba(255, 255, 255, 0);
  border-right: 0.2em solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid rgba(255, 255, 255, 0.3);
  display: none;
}

/**
  * Scroll area
  **/

@keyframes scrollAnimation {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes scrollAnimation {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}

.scroll {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 11;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 90px;
  text-align: center;
  width: 36px;
  padding-top: 10px;
  background-color: #f0f0f0;
}

.scrolling .scroll {
  display: none;
}

.scroll p, .scrolltop p {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.8em;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin-left: 2px;
  text-transform: uppercase;
}

.scroll span, .scrolltop span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 25px;
  background-position: -359px -19px;
  -webkit-animation: scrollAnimation 1.2s infinite;
  animation: scrollAnimation 1.2s infinite;
}

.scroll:hover {
  text-decoration: none;
}

.scrolling .scroll {
  display: none;
}

.scrolltop {
  opacity: 1;
  position: absolute;
  bottom: -10px;
  top: auto;
  right: 0;
  left: auto;
  display: block;
  text-align: center;
  width: 34px;
  height: 115px;
  line-height: 0;
  background-color: #f0f0f0;
  padding-top: 55px;
}

.scrolltop span {
  background-position: -359px -54px;
}

.scrolltop:hover {
  text-decoration: none;
}

/** banner animation **/

/*.notvisible */

.notvisible #topblock, .notvisible #centerblock .flashContainer .promotionsgadget, .notvisible .scroll, .notvisible .flashContainer .gcb_navigation, .notvisible .fixedBlock {
  opacity: 0;
  pointer-events: none;
}

.notvisible .gcb_container .gcb_image_legend {
  opacity: 0 !important;
}

.notvisible .logoBanner {
  opacity: 1;
  transition-property: all;
  transition-duration: 0.50s;
  transition-timing-function: ease-out;
}

.notvisible .flashContainer:after {
  background: rgba(0, 0, 0, 0.7);
}

.exit.notvisible #topblock, .exit.notvisible #centerblock .flashContainer .promotionsgadget, .exit.notvisible .scroll, .exit.notvisible .flashContainer .gcb_navigation, .exit.notvisible .fixedBlock {
  opacity: 1;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 1.7s;
  transition-timing-function: ease-out;
  transition-delay: 1s;
}

.exit.notvisible .gcb_container .gcb_image_legend {
  opacity: 1 !important;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 1.7s;
  transition-timing-function: ease-out;
  transition-delay: 1s;
}

.exit.notvisible .logoBanner {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.30s;
  transition-timing-function: ease-out;
}

.exit.notvisible .flashContainer:after {
  background: rgba(0, 0, 0, 0);
  transition-property: background;
  transition-duration: 0.70s;
  transition-timing-function: ease-out;
}

/**
  * Website areas
  **/

#topblock {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: none;
  z-index: 20;
  transition-property: top;
  transition-duration: 0.50s;
  transition-timing-function: ease-in-out;
}

.scroll1 #topblock {
  top: -73px;
}

.scroll2 #topblock, .no-banner #topblock {
  background: #fff;
  position: fixed;
  top: 0;
}

/* clean and safe logo > case nº 00138246 */
.flashContainer:before {
  content: '';
  z-index: 999;
  display: block;
  right: 20px;
  bottom: 50px;
  width: 120px;
  height: 120px;
  position: absolute;
  background: no-repeat center/100% url(../casalaranja_hotel_bin/cleanandsafe.svg);
}

#centerblock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  top: 0;
  position: fixed;
}

#contentblock {
  position: relative;
  z-index: 11;
  background: #fff;
  overflow: hidden;
}

.no-banner #contentblock {
  margin-top: 0;
}

#bottomblock {
  position: relative;
  background: url(../casalaranja_hotel_bin/footer_bg.jpg) repeat center;
  z-index: 11;
  min-height: 580px;
  padding: 7%;
  overflow: hidden;
}

/** languages area **/

/* .scroll2 .languages li {
  color: #908888;
}

.languages {
  position: relative;
  float: right;
  z-index: 3;
  opacity: 1;
  margin: 0 10px 0 0;
}

.languages ul {
  position: relative;
  overflow: hidden;
}

.languages li {
  display: inline-block;
}

.languages li a {
  font-family: 'Lato', Helvetica, sans-serif;
  width: 40px;
  height: 62px;
  display: block;
  line-height: 62px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

@media all and (max-width: 640px) {
  .languages {
    margin: 0;
  }
  .languages li a {
    height: 50px;
    line-height: 50px;
    background: #fff;
  }
}

.languages li a.active, .languages li a:hover {
  color: #a27b64 !important;
  font-weight: 700;
} */

/** languages on tablets **/

/* .languages .langButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
} */

/* .languagesOpened .languages ul a {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}

.languagesOpened .languages li a.active {
  background: #a27b64;
} */

/** hotel logo area **/

.hotellogo {
  top: 80px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
}

.hotellogo a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hotellogo a span {
  text-indent: -9999px;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.hotellogo img {
  width: 280px;
  height: auto;
}

.scroll1 .hotellogo img, .no-banner .hotellogo img {
  display: none;
}

.scroll1 .hotellogo, .no-banner .hotellogo {
  width: 273px;
  height: 50px;
  display: block;
  background-position: 0 0;
  z-index: 1;
  padding: 0;
  top: 18px;
  margin-left: -30px;
}

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

/** Booking engine area **/

.booktoggle {
  width: 200px;
  height: 63px;
  position: relative;
  margin-right: 66px;
  float: right;
  overflow: visible;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  line-height: 63px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  background: #a27b64 url(../casalaranja_hotel_bin/brown_bg.jpg) repeat center;
  z-index: 1;
  text-transform: uppercase;
  transition-property: background;
  transition-duration: 0.50s;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.booktoggle:hover {
  position: relative;
  color: #fff !important;
  background: #0C2340 url(../casalaranja_hotel_bin/blue_bg.jpg) repeat center;
  text-decoration: none;
}

/**
  * Booking engine area
  **/

.bookinggadget {
  position: fixed;
  width: 400px;
  height: 100%;
  background: #fff;
  padding: 80px 40px;
  top: 0;
  right: -400px;
  z-index: 99;
  overflow-y: scroll;
  transition: right 0.5s ease-in-out;
}

.bookinggadget .gcBookingGadget.gc_sh {
  display: none;
}

.beOpened .bookinggadget {
  right: 0;
}

.bookinggadget .selectHotel {
  display: none;
}

.bookinggadget label {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #ca9e84;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'athital', serif;
  margin: 0 auto 10px;
}

.ui-datepicker th {
  font-size: 10px;
}

.bookinggadget select, .bookinggadget input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  color: #4a4a4a;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  height: 40px;
  width: 100%;
  background: #f7f7f7 url("../casalaranja_hotel_bin/sprite.png") no-repeat;
  background-size: 637px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.bookinggadget .selectPromocode {
  display: none;
}

.bookinggadget .col-md-12 select {
  background-position: right -575px;
}

.bookinggadget .col-md-6 select {
  background-position: right -575px;
}

.bookinggadget .datepicker {
  display: block !important;
  opacity: 1 !important;
  position: relative;
  width: 100%;
  background: red;
  margin: 0;
  clear: both;
  margin: 0;
  padding: 0;
  z-index: 12;
}

.bookinggadget .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  color: #4a4a4a;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}

.bookinggadget .ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
}

.bookinggadget .ui-datepicker .ui-datepicker-title {
  line-height: 50px;
  font-family: 'athital', serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #a27b64;
}

.bookinggadget .ui-datepicker .ui-datepicker-prev, .bookinggadget .ui-datepicker .ui-datepicker-next {
  line-height: 50px;
  height: 50px;
  width: 20px;
  opacity: 1;
}

.bookinggadget .ui-widget-header .ui-icon {
  background: url("../casalaranja_hotel_bin/sprite.png") no-repeat;
  background-size: 637px auto;
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}

.bookinggadget .ui-widget-header .ui-icon:hover {
  opacity: 1;
}

.bookinggadget .ui-datepicker .ui-datepicker-prev span {
  background-position: -604px -546px;
  height: 22px;
  margin-top: -10px;
  margin-left: -5px;
}

.bookinggadget .ui-datepicker .ui-datepicker-next span {
  background-position: -608px -509px;
  height: 22px;
  margin-top: -10px;
  margin-left: -15px;
}

.bookinggadget .ui-state-default, .bookinggadget .ui-widget-content .ui-state-default, .bookinggadget .ui-widget-header .ui-state-default, .bookinggadget .ui-button, html .bookinggadget .ui-button.ui-state-disabled:hover, html .bookinggadget .ui-button.ui-state-disabled:active {
  font-weight: bold;
  border: 1px solid #eceae4;
  background: #eceae4;
  font-size: 11px;
  text-align: center;
}

.bookinggadget .dp-highlight .ui-state-default {
  background: #a27b64;
  border: 1px solid #a27b64;
  color: #fff;
}

.bookinggadget .ui-state-highlight, .bookinggadget .ui-widget-content .ui-state-highlight, .bookinggadget .ui-widget-header .ui-state-highlight {
  background: #a27b64;
  border: 1px solid #a27b64;
  color: #fff;
}

.bookinggadget .ui-state-active, .bookinggadget .ui-widget-content .ui-state-active, .bookinggadget .ui-widget-header .ui-state-active, .bookinggadget a.ui-button:active, .bookinggadget .ui-button:active, .bookinggadget .ui-button.ui-state-active:hover {
  background: #a27b64;
  border: 1px solid #a27b64;
  color: #fff;
}

.bookinggadget .selectDate input, .bookinggadget .selectDate .calicon {
  opacity: 0;
  display: none;
}

label[for='selectCheckin'], label[for='selectCheckout'] {
  display: inline-block;
  padding-top: 12px;
}

.lang-es label[for='selectCheckin'], .lang-es label[for='selectCheckout'] {
  font-size: 10px;
}

label[for='selectCheckin']:after {
  content: "/";
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

label[for='selectAdults'], label[for='selectChildren'] {
  padding-top: 12px;
}

.submitButton {
  margin-top: 25px;
}

.submitButton .booknow {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transition: background 0.5s ease-in-out;
  background: #a27b64;
}

.submitButton .booknow:hover {
  background: #001536;
}

.submitButton .booknow span {
  top: -4px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  font-family: 'athital', serif;
}

label[for='bar'] {
  color: #fff;
  position: absolute;
  top: 23px;
  font-size: 11.5px;
  font-weight: lighter;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  pointer-events: none;
  text-transform: none;
}

body.beOpened {
  overflow-y: hidden;
}

.body-overlay {
  display: block;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 14;
  background: rgba(0, 0, 0, 0.5);
  transition: width 0.5s ease-in-out;
  cursor: url("../casalaranja_hotel_bin/popup_close.png"), auto;
}

.beOpened .body-overlay {
  width: 100%;
}

.book-close {
  pointer-events: none;
  opacity: 0;
}

.beOpened .book-close {
  display: block;
  position: fixed;
  top: 18px;
  right: 18px;
  width: 25px;
  height: 25px;
  background: #a27b64 url(../casalaranja_hotel_bin/popup_close.png) no-repeat center;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  padding: 18px;
}

.beOpened .book-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/** toggle area **/

.toggleblock {
  position: absolute;
  width: 66px;
  height: 63px;
  right: 0;
  top: 0;
  z-index: 9999;
  float: right;
  background: #f0f0f0;
  transition: all 0.5s ease-in-out;
}

.menuOpened .toggleblock {
  background: none;
  width: 63px;
}

.scroll2 .toggleblock, .with-bannerImg .toggleblock {
  opacity: 1;
}

.toggle {
  display: block;
  height: 16px;
  width: 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  top: 23.5px;
  left: 50%;
  margin-left: -12px;
}

.toggle .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #102B56;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle .line.line-1 {
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.toggle .line.line-2 {
  top: 50%;
  left: auto;
  margin-top: -1px;
  right: 0;
  transition: all 0.3s 0.3s;
}

.toggle .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.toggle:hover .line.line-1 {
  width: 70%;
}

.toggle:hover .line.line-2 {
  width: 100%;
}

.toggle:hover .line.line-3 {
  width: 70%;
}

.menuOpened .toggle {
  height: 22px;
  top: 22px;
}

.menuOpened .toggle .line {
  background: #102B56;
}

.menuOpened .toggle:hover .line.line-1, .menuOpened .toggle:hover .line.line-2, .menuOpened .toggle:hover .line.line-3 {
  width: 100%;
}

.menuOpened .toggle .line-1 {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menuOpened .toggle .line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}

.menuOpened .toggle .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

/**menu closed*/

.secondarymenu {
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0C2340 url(../casalaranja_hotel_bin/footer_bg.jpg) no-repeat center;
  background-size: cover;
  border: 64px solid #FFF;
  /* padding: 5%; */
  transition: top 0.8s ease-in-out;
  z-index: 4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 640px) {
  .secondarymenu {
    padding: 0%; border: 50px solid #FFF
  }
}

.menuOpened .secondarymenu {
  top: 0;
}

.navigation {
  width: 60%;
  margin: 20px auto 95px;
  height: calc(100% - 112px);
  position: relative;
  overflow: hidden;
}

.navigation ul {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

.navigation li {
  display: block;
  position: relative;
  padding-bottom: 18px;
  opacity: 1;
  text-align: center;
}

@media all and (max-width: 640px) {
  .navigation li {
    padding-bottom: 0;
  }
}

.navigation li a {
  font-family: 'athital', serif;
  color: #FFF;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 17px;
  font-weight: bolder;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}

.navigation li a:hover {
  opacity: 0.4;
}

/** socialmedia **/

.secondarymenu .socialmedia {
  text-align: center;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: auto;
}

/**
  * Center Block area
  **/

.flashContainer {
  z-index: 1;
  height: 100% !important;
  position: relative;
}

.flashContainer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: #48413A;
  background: linear-gradient(to bottom, rgba(28, 25, 22, 1) 0%, rgba(72, 65, 58, 0) 100%);
  z-index: 2;
}

.flashContainer .gcb_container img {
  min-height: 100%;
  min-width: 100%;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.gcb_container .gcb_image_legend {
  opacity: 1;
  display: block;
  font-family: 'athital', serif;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 15%;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 3px;
  max-width: 40%;
  margin-left: -20%;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
}

.gcb_container .gcb_image_legend span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: none;
}

.flashContainer .gcb_navigation {
  opacity: 1;
  top: auto;
  right: 40px;
  left: 40px;
  float: none;
  bottom: 70px;
}

.flashContainer .gcb_navigation_paginator {
  display: block;
}

.flashContainer .gcb_navigation_arrow {
  display: none;
}

.flashContainer:hover .gcb_navigation_arrow, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}

.flashContainer .gcb_navigation .gcb_navigation_arrow.previous:hover, .flashContainer .gcb_navigation .gcb_navigation_arrow.next:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.flashContainer .gcb_navigation_paginator {
  background: none;
  float: none;
  margin: 0 auto;
  visibility: visible;
  opacity: 1 !important;
}

.flashContainer .gcb_navigation_paginator ul li {
  display: inline-block;
  float: none;
  margin: 0 3px;
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  opacity: 0.5;
}

.flashContainer .gcb_navigation_paginator ul li.selected {
  opacity: 1;
}

/** quicklinks area **/

.fixedBlock {
  position: fixed;
  width: 100%;
  height: 34px;
  background: #FFF;
  padding: 0 33px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.50s;
  transition-timing-function: ease-out;
}

@media all and (max-width: 640px) {}

/*.scrolling .fixedBlock, .no-banner .fixedBlock {
  bottom: 0;
}*/

.quicklinks {
  position: relative;
  /* max-width: calc(45% - 86px); */
  line-height: 63px;
  padding: 0 20px 0 10px;
  display: inline-block;
  float: left;
}

.scroll2 .quicklinks,
.no-banner .quicklinks {
  height: 63px;
  max-width: 48%;
  overflow: hidden;
  text-align: left;
}

/* .scroll2 .fixedBlock, .scroll2 .languages li a {
  color: #908888;
}

.scroll2 .languages li a:hover {
  background-color: #FFF;
} */

.quicklinks li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.quicklinks li a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 11px;
  line-height: 35px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  letter-spacing: 1.5px;
  height: 34px;
  transition: color 0.5s ease-in-out;
}

.scroll2 .quicklinks li a,
.no-banner .quicklinks li a {
  color: #000;
}

.quicklinks li a:hover {
  color: #a27b64;
}

/**
  * Content Block area
  **/

#c1, #c3 {
  position: relative;
  background-color: #FAFAFA;
}

#c2 {
  background-color: #FFF;
}

.hotel-sitemap #c1::after {
  content: none;
}

.hotel-overview #c1::after {
  display: none;
}

.politicas #c1::after {
  display: none;
}

#c1::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 42%;
  bottom: 10%;
  left: 10%;
  background: #E5DFDA url(../casalaranja_hotel_bin/texture.jpg) repeat bottom;
}

.hotel-special-offers #c1::after,
.hotel-rooms #c1::after,
.hotel-contacts #c1::after,
.hotel-addons #c1::after,
/* case 00120339 */
.hotel-products #c1::after {
  display: none;
}

.content {
  position: relative;
  clear: both;
  overflow: hidden;
}

#c1.content .holder, .no-banner #c1.content .holder {
  margin: 10% auto 0;
  padding: 0;
}

#c2 .holder {
  margin: 6% auto 0;
}

#c3::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../casalaranja_hotel_bin/c3_bg.png) no-repeat top right;
}

.content .holder {
  overflow: hidden;
  margin: 0 auto 0;
  padding: 0;
  max-width: 1280px;
}

.hotel-directions #c1, .hotel-contacts #c1, .hotel-addons #c1, .hotel-subscribe #c1, .hotel-unsubscribe #c1 {
  padding-bottom: 140px;
}

#contentblock .content .holder>* {
  /*margin-right: 10%;
    margin-left: 10%;*/
  z-index: 1;
}

/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  font-family: 'athital', serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1.4px;
}

#contentblock #c1 h2:first-of-type {
  text-align: center;
  padding-top: 20px;
}

#contentblock #c1 h3:first-of-type {
  text-align: center;
  color: #a27b64 !important;
}

#contentblock h1 {
  font-size: 26px;
  line-height: 32px;
  margin: 0 auto 30px !important;
  letter-spacing: 3px;
  float: none;
  display: block;
  text-transform: uppercase;
  max-width: 100%;
  color: #a27b64 !important;
}

@media all and (max-width: 180px) {
  #contentblock h1 {
    margin: 30px auto 30px !important;
  }
}

@media all and (max-width: 640px) {
  #contentblock h1 {
    margin: 120px auto 30px !important;
  }
}

#contentblock h2 em {
  color: #E9E3DF;
  text-transform: none;
  font-size: 100px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  margin-left: -450px !important;
}

@media all and (max-width: 992px) {
  #contentblock h2 em {
    font-size: 70px;
    margin-left: -250px !important;
  }
}

@media all and (max-width: 640px) {
  #contentblock h2 em {
    font-size: 45px;
    margin-left: -40px !important;
  }
}

/*  */

#c1 h2 strong {
  text-transform: none;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 28px;
  color: #a27b64 !important;
}

#c1 h2 strong::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-right: 40px;
}

#c1 h2 strong::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-left: 40px;
}

/*  */

#c2 h2 {
  max-width: 100%;
}

#c2 h2 strong {
  text-transform: none;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 28px;
  color: #a27b64 !important;
}

#c2 h2 strong::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-right: 40px;
}

#c2 h2 strong::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-left: 40px;
}

/*  */

#c3 h2 strong {
  text-transform: none;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 28px;
  color: #a27b64 !important;
}

#c3 h2 strong::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-right: 40px;
}

#c3 h2 strong::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #926C55;
  height: 1px;
  width: 170px;
  margin: 9px 0;
  margin-left: 40px;
}

@media all and (max-width: 640px) {
  #c1 h2 strong::before, #c1 h2 strong::before, #c1 h2 strong::before, #c1 h2 strong::after, #c1 h2 strong::after, #c1 h2 strong::after, #c2 h2 strong::before, #c2 h2 strong::before, #c2 h2 strong::before, #c2 h2 strong::after, #c2 h2 strong::after, #c2 h2 strong::after, #c3 h2 strong::before, #c3 h2 strong::before, #c3 h2 strong::before, #c3 h2 strong::after, #c3 h2 strong::after, #c3 h2 strong::after {
    content: none;
  }
}

/*  */

.home #contentblock h1, .homepage #contentblock h1, #contentblock h3 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0;
  text-transform: none;
  font-family: 'athital', serif;
}

#contentblock h1 span, #contentblock h2 span, #contentblock h3 span {
  display: block;
  font-size: 12px;
  color: #a27b64;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 3px;
}

.homepage #contentblock #c1 h1:first-of-type, .home #contentblock #c1 h1:first-of-type {
  display: none;
}

#contentblock h2 {
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 4px;
  padding: 0 0 20px;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
}

#contentblock h4 {
  color: #8B634B;
  font-family: 'athital', serif;
  font-style: italic;
  padding: 3.5% 4% 1%;
  text-align: left;
}

#contentblock h5 {
  padding-bottom: 80px;
  padding-top: 40px;
}

#contentblock h5 a {
  background: #8B634B;
  padding: 16px 26px;
  color: #fff;
  transition: all 0.40s ease-out;
  font-size: .85em;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'athital', serif;
  font-weight: bold;
}

#contentblock h5 a:hover {
  background: #001536;
}

h6 {
  text-indent: -9999px;
  width: 61px;
  height: 30px;
  margin: 2.5% auto;
  background-size: 490px auto;
  background-position: 1px -45px;
}

body.casa-club-marbella-restaurante #contentblock h1:first-of-type {
  display: none;
}

.holder>p {
  position: relative;
  margin: 0 auto 15px;
  clear: none;
  width: 85%;
  display: block;
  float: none;
  margin: 20px auto !important;
  clear: both;
}

#contentblock .holder>p {
  width: 50%;
}

#contentblock ul {
  overflow: hidden;
  margin: 20px auto;
  margin-right: auto !important;
  margin-left: auto !important;
}

#contentblock ul li {
  padding-left: 0;
  margin-left: 0;
  background: none;
  display: block;
  text-align: center;
}

.hotel-directions #contentblock ul li:last-of-type {
  background-image: none;
  text-align: center;
}

#contentblock img {
  max-width: 100%;
}

#contentblock p:empty {
  display: none;
}

#contentblock #c2 ul li {
  color: #636363;
}

#contentblock #c2 p {
  width: 80%;
  font-weight: lighter;
  margin: 1% auto !important;
  letter-spacing: .6px;
  line-height: 31px;
  color: #636363;
}

#contentblock p span {
  font-family: 'pf_regal_display_promedium';
  color: #a27b64;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none !important;
}

/** promotion gadget **/

#contentblock .promotionsgadget {
  display: none;
}

.fixedBlock .promotionsgadget {
  display: block;
}

.fixedBlock .promotionsgadget {
  height: auto;
  opacity: 1 !important;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  padding: 2px 0;
  text-align: center;
}

.scrolling .fixedBlock .promotionsgadget {
  opacity: 0;
}

.fixedBlock .promotionsgadget .prgWrapper {
  padding: 0;
}

.fixedBlock .promotionsgadget .prgImgWrapper {
  display: none;
}

.fixedBlock .promotionsgadget .prgTitle {
  font-family: 'athital', serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #000;
  font-family: 'Lato', Helvetica, sans-serif;
  position: relative;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.fixedBlock .promotionsgadget .prgTitle::after {
  content: "|";
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

@media all and (max-width: 640px) {

  .fixedBlock {
    height: 50px;
  }

  .fixedBlock .promotionsgadget .prgTitle {
    font-size: 12px;
  }

  .fixedBlock .promotionsgadget .prgTitle::after {
    content: "+";
    font-size: 16px;
    font-weight: bold;
  }

  .fixedBlock .promotionsgadget .prgClick {
    display: none !important;
  }
}

.fixedBlock .promotionsgadget .prgDescription {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin: 0;
  color: #4a4a4a;
  display: none;
  opacity: 1;
}

.fixedBlock .promotionsgadget .prgClick {
  display: inline-block;
  color: #000;
  transition: color 0.5s ease-in-out;
}

.fixedBlock .promotionsgadget .prgClick:hover {
  color: #a27b64;
}

/**
  * imagelinks area
  **/

.bx-wrapper {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: both;
}

/* bx slider */

.bx-controls {
  position: relative;
  height: 0;
}

.bx-controls .bx-pager {
  display: inline-block;
  position: relative;
  bottom: 40px;
  left: auto;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  background: #bfbfbf;
  text-indent: -9999px;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a27b64;
}

.bx-controls .bx-controls-direction {
  display: none;
}

.imagelinkgadget.enabled {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}

.imagelinkgadget.enabled .imglinkWrapper {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}

.imagelinkgadget.enabled .imgContentWrapper {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
}

.imagelinkgadget {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.imglinkWrapper {
  opacity: 0;
  position: relative;
  overflow: visible;
}

.imagelinkgadget a {
  color: #3d3838;
  text-decoration: none;
  display: block;
}

.imgImageWrapper {
  line-height: 0;
  background: #000;
  overflow: hidden;
  position: relative;
}

.imagelinkgadget .imgImageWrapper span {
  opacity: 0.95;
  display: block;
  height: 100%;
  background-size: cover;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  background-position: center;
}

.imagelinkgadget.small .imgImageWrapper span {
  height: 100%;
  width: calc(100% + 1px);
  /*  opacity: .6;
  transition: opacity 0.5s ease-in-out;*/
}

.imagelinkgadget.small:hover .imgImageWrapper span {
  /*  transition: none;
  transform: none;*/
  opacity: 1;
}

.imagelinkgadget:hover .imgImageWrapper span {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
}

.imgContentWrapper {
  opacity: 0;
  position: absolute;
  background: none;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  display: block;
}

.imgTitle {
  font-family: 'athital', serif;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 12px;
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
  color: #8B634B;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-style: normal;
}

.imgDescription {
  position: relative;
  color: #545454;
  font-weight: 500;
  font-size: 15px;
  max-height: 90px;
  overflow: hidden;
  margin: 1% auto 4%;
  max-width: 90%;
  font-style: normal;
}

.imgLink {
  display: none;
}

.with-legend .imgLink {
  display: inline;
  padding: 10px 18px;
  font-size: 13px;
  color: #8B634B;
  letter-spacing: 1.5px;
  transition: all 0.5s ease-in-out;
  font-family: 'athital', serif;
  border: 1px solid #8B634B;
  font-weight: bold;
  font-style: italic;
}

.with-legend .imgLink:hover {
  border: 1px solid #8B634B;
  background: #8B634B;
  color: #FFF;
}

.tableWrapper {
  position: relative;
  padding: 0 8%;
}

/** small imagelinks **/

.small.imagelinkgadget.small0, .small.imagelinkgadget.small3, .small.imagelinkgadget.small6, .small.imagelinkgadget.small9, .small.imagelinkgadget.small12, .small.imagelinkgadget.small15 {
  margin-left: 12.5% !important;
}

.homepage .small.imagelinkgadget.small0, .homepage .small.imagelinkgadget.small3, .homepage .small.imagelinkgadget.small6, .homepage .small.imagelinkgadget.small9, .homepage .small.imagelinkgadget.small12, .homepage .small.imagelinkgadget.small15, .homepage .small.imagelinkgadget.small18 {
  margin-left: 0 !important;
}

.homepage .small.imagelinkgadget.small1, .homepage .small.imagelinkgadget.small4, .homepage .small.imagelinkgadget.small7, .homepage .small.imagelinkgadget.small10, .homepage .small.imagelinkgadget.small13, .homepage .small.imagelinkgadget.small16 {
  margin-left: 12.5% !important;
}

.imgLinksWrapper {
  overflow: hidden;
}

.small.imglinkWrapper {
  overflow: hidden;
  background: #000;
  position: relative;
}

.small .tableWrapper {
  display: block;
}

.small.imagelinkgadget {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.small .imgImageWrapper {
  position: relative !important;
  height: 295px;
  background-color: #927C55;
  bottom: -315px;
}

.small:nth-of-type(even) .imgImageWrapper {
  bottom: 0;
  height: 315px;
}

.small .imgContentWrapper {
  position: relative;
  width: 100%;
  height: 315px;
  /* padding: 22px 40px 16px; */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -295px;
}

.small:nth-of-type(even) .imgContentWrapper {
  top: 0;
  height: 295px;
  background-color: #a27b64;
}

/*  */

.homepage .small0 .imgContentWrapper, .homepage .small1 .imgContentWrapper {
  background-color: #fff !important;
}

.homepage .small0 .imgDescription, .homepage .small1 .imgDescription {
  color: #353535 !important;
  margin: 11% auto 0 !important;
}

.homepage .small0 .imgTitle, .homepage .small1 .imgTitle {
  font-size: 1.4em !important;
  letter-spacing: 1.1px !important;
  line-height: 1.2em !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  position: relative !important;
  color: #8B634B !important;
}

.homepage .small2 .imgContentWrapper {
  background-color: #a27b64 !important;
}

.homepage .small2 .imgTitle, .homepage .small2 .imgLink span, .homepage .small2 .imgDescription {
  color: #fff !important;
}

.homepage .small0 .imgLink span, .homepage .small1 .imgLink span {
  color: #a27b64 !important;
}

.homepage .small3 .imgContentWrapper {
  background-color: #0C2340 !important;
}

.homepage .small3 .imgTitle, .homepage .small3 .imgLink span, .homepage .small3 .imgDescription {
  color: #fff !important;
}

/*  */

.small:nth-of-type(3n) .imgContentWrapper {
  background-color: #0C2340;
}

.small:nth-of-type(3n) .imgTitle, .small:nth-of-type(3n) .imgLink span, .small:nth-of-type(3n) .imgDescription {
  color: #fff;
}

@media all and (max-width: 768px) {
  .homepage .small.imagelinkgadget.small1, .homepage .small.imagelinkgadget.small2, .homepage .small.imagelinkgadget.small3, .homepage .small.imagelinkgadget.small4, .homepage .small.imagelinkgadget.small5, .homepage .small.imagelinkgadget.small6, .homepage .small.imagelinkgadget.small7, .homepage .small.imagelinkgadget.small8, .homepage .small.imagelinkgadget.small9, .homepage .small.imagelinkgadget.small10, .homepage .small.imagelinkgadget.small11, .homepage .small.imagelinkgadget.small12, .homepage .small.imagelinkgadget.small13, .homepage .small.imagelinkgadget.small14, .homepage .small.imagelinkgadget.small15, .homepage .small.imagelinkgadget.small16 {
    margin-left: 0 !important;
  }
  .small.imagelinkgadget.small0, .small.imagelinkgadget.small1, .small.imagelinkgadget.small2, .small.imagelinkgadget.small3, .small.imagelinkgadget.small4, .small.imagelinkgadget.small5, .small.imagelinkgadget.small6, .small.imagelinkgadget.small7, .small.imagelinkgadget.small8, .small.imagelinkgadget.small9, .small.imagelinkgadget.small10, .small.imagelinkgadget.small11, .small.imagelinkgadget.small12, .small.imagelinkgadget.small13, .small.imagelinkgadget.small14, .small.imagelinkgadget.small15, .small.imagelinkgadget.small16 {
    margin-left: 0 !important;
  }
}

/* .imagelinkgadget.small:nth-of-type(even):hover .imgContentWrapper {
  background-color: #a27b64;
} */

.small .imgTitle {
  font-size: 1.4em;
  letter-spacing: 1.1px;
  line-height: 1.2em;
  padding-bottom: 0;
  margin: 0;
  position: relative;
  color: #8B634B;
}

.small .imgDescription {
  color: #353535;
  margin: 11% auto 0;
}

.small .imgLink {
  font-size: 1em;
  letter-spacing: 1.1px;
  line-height: 1.2em;
  padding-bottom: 0;
  margin: 0;
  position: relative;
  color: #a27b64;
  font-weight: lighter;
  border: none;
}

.small .imgLink span {
  border: 0;
  text-transform: none;
  color: #a27b64;
  letter-spacing: 1px;
  font-style: italic;
}

.small.with-legend .imgLink:hover {
  border: none;
  background: none;
  font-weight: bold;
}

.small:nth-of-type(even) .imgTitle, .small:nth-of-type(even) .imgLink span, .small:nth-of-type(even) .imgDescription {
  color: #fff;
}

/* mediumlarge begin */

.mediumlarge .imgImageWrapper {
  height: 610px;
  width: 100%;
  float: left;
}

.mediumlarge.with-legend .imgImageWrapper {
  width: 65%;
  height: 780px;
}

.mediumlarge .imgContentWrapper {
  width: 35%;
  height: 780px;
  position: absolute;
  display: table;
  margin-top: 0;
  padding: 0 15px 0 40px;
  background: none;
  text-align: right;
}

@media all and (max-width: 768px) {
  .mediumlarge.with-legend .imgImageWrapper {
    width: 80%;
  }
  .mediumlarge .imgContentWrapper {
    width: 20%;
  }
}

@media all and (max-width: 640px) {
  .mediumlarge.with-legend .imgImageWrapper {
    width: 100%;
    height: 350px;
  }
  .mediumlarge .imgContentWrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 15px 40px;
  }
  .mediumlarge.with-legend .tableWrapper {
    padding: 15px;
  }
  .mediumlarge.with-legend .imgTitle {
    margin: 30px 0 0;
  }
}

.mediumlarge .tableWrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 50px;
}

.mediumlarge .imgTitle {
  color: #a27b64;
  text-transform: none;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 6%;
  text-shadow: none;
  margin: 0 0 0 35px;
}

.mediumlarge .imgTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  top: 15px;
  width: 100px;
  height: 1px;
  background: #a27b64;
}

.mediumlarge.with-legend .imgLink {
  border: 1px solid #a27b6485;
  color: #a27b64;
  font-style: italic;
}

.mediumlarge.with-legend .imgLink:hover {
  color: #fff;
}

#c1 .mediumlarge .imgContentWrapper * {
  text-align: left;
}

.mediumlarge .imgDescription {
  max-width: 100%;
}

.mediumlarge .imgDescription {
  margin: 60px 0 40px;
  max-height: 100%;
  overflow: hidden;
  color: #3F3F3F;
  font-size: 1em;
  letter-spacing: .045em;
}

/* mediumlarge end */

/* mediumsmall begin */

.mediumsmall {
  margin: 5%;
}

.mediumsmall .imgImageWrapper {
  height: 585px;
  width: 50%;
  float: right;
  margin: 80px 0 0;
}

.mediumsmall .imgContentWrapper {
  width: 50%;
  height: 585px;
  position: relative;
  display: table;
  margin-top: 0;
  padding: 0 100px 0;
  background: none;
  text-align: right;
}

.mediumsmall .tableWrapper {
  display: table-cell;
  vertical-align: top;
  padding: 25px;
}

.mediumsmall .imgTitle {
  color: #a27b64;
  text-transform: none;
  font-size: 2em;
  letter-spacing: 1px;
  padding-right: 0;
  text-shadow: none;
  margin: 0;
}

.mediumsmall .imgTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  top: 15px;
  width: 100px;
  height: 1px;
  background: #a27b64;
}

.mediumsmall.with-legend .imgLink {
  border: 1px solid #a27b6485;
  color: #a27b64;
  font-style: italic;
}

.mediumsmall.with-legend .imgLink:hover {
  color: #fff;
}

#c1 .mediumsmall .imgContentWrapper * {
  text-align: left;
}

.mediumsmall .imgDescription {
  max-width: 100%;
}

.mediumsmall .imgDescription {
  margin: 80px 0 40px;
  max-height: 100%;
  color: #3F3F3F;
  font-size: 1em;
  letter-spacing: .045em;
}

@media all and (max-width: 992px) {
  .mediumsmall .imgContentWrapper {
    padding: 0 25px 0;
  }
}

@media all and (max-width: 768px) {
  .mediumsmall .imgImageWrapper {
    width: 100%;
    margin: 30px 0 40px;
    height: 350px;
  }
  .mediumsmall .imgContentWrapper {
    width: 100%;
    height: auto;
  }
}

/* mediumsmall end */

/** medium **/

.medium.imagelinkgadget {
  padding: 0;
  margin: 0;
}

.medium .imglinkWrapper, .medium .imgImageWrapper {
  height: 370px;
}

.medium .imgContentWrapper {
  position: absolute;
  display: table;
  height: 370px;
}

.medium .tableWrapper {
  display: table-cell;
  vertical-align: middle;
}

/** medium vertical & horizontal **/

.mediumhorizontal .imgImageWrapper, .mediumvertical .imgImageWrapper {
  height: 440px;
  width: 50%;
  float: right;
}

.mediumhorizontal .imgContentWrapper, .mediumvertical .imgContentWrapper {
  width: 50%;
  height: 440px;
  position: relative;
  display: table;
  margin-top: 0;
  padding: 0 65px 0 40px;
  background: none;
  text-align: right;
}

.mediumhorizontal:nth-of-type(even) .imgContentWrapper .tableWrapper, .mediumvertical:nth-of-type(even) .imgContentWrapper .tableWrapper {
  padding: 0;
}

.mediumhorizontal .tableWrapper, .mediumvertical .tableWrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.mediumhorizontal .imgTitle, .mediumvertical .imgTitle {
  color: #a27b64;
  text-transform: none;
  font-size: 1.8em;
  letter-spacing: 1px;
  padding-left: 6%;
  text-shadow: none;
}

.mediumhorizontal:nth-of-type(odd) .imgTitle {
  padding-left: 6%;
}

.mediumhorizontal .imgTitle::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(-30% + 50px);
  top: 15px;
  width: 100px;
  height: 1px;
  background: #a27b64;
}

.mediumhorizontal:nth-of-type(odd) .imgTitle::after {
  left: calc(-32% + 50px);
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 100px;
  height: 1px;
  background: #8B634B;
}

@media all and (max-width: 992px) {
  .mediumhorizontal:nth-of-type(odd) .imgTitle::after {
    content: none;
  }
}

.mediumhorizontal.with-legend .imgLink, .mediumvertical.with-legend .imgLink {
  border: 1px solid #a27b6485;
  color: #a27b64;
  font-style: italic;
}

.mediumhorizontal.with-legend .imgLink:hover, .mediumvertical.with-legend .imgLink:hover {
  color: #fff;
}

/* #c1 .mediumvertical .imgContentWrapper *, #c1 .mediumhorizontal .imgContentWrapper * {
  text-align: left;
} */

/* medium horizontal */

.mediumhorizontal:nth-of-type(odd) .imgImageWrapper, .mediumhorizontal .imgContentWrapper {
  float: left;
}

.mediumhorizontal:nth-of-type(odd) .imgContentWrapper {
  float: right;
  text-align: left;
}

.mediumhorizontal:nth-of-type(odd) .imgContentWrapper {
  padding-left: 65px;
}

@media all and (max-width: 640px) {
  .mediumhorizontal:nth-of-type(odd) .imgContentWrapper {
    padding-left: 0;
  }
}

.mediumhorizontal .imgDescription {
  max-width: 100%;
}

.mediumhorizontal .imgDescription, .mediumvertical .imgDescription {
  margin: 20px 0 40px;
  max-height: 100%;
  overflow: hidden;
  color: #3F3F3F;
  font-size: .93em;
  letter-spacing: .045em;
}

/* medium vertical */

.mediumvertical .imgImageWrapper {
  height: 570px;
  width: 35%;
  float: right;
}

.mediumvertical:nth-of-type(odd) .imgImageWrapper {
  float: right;
  margin-right: 15%;
  margin-left: 0;
  text-align: right;
}

@media all and (max-width: 992px) {
  .mediumvertical:nth-of-type(odd) .imgImageWrapper {
    margin-right: 0;
  }
}

.mediumvertical:nth-of-type(even) .imgImageWrapper {
  float: left;
  margin-right: 0;
  margin-left: 15%;
  text-align: right;
}

.mediumvertical .imgContentWrapper {
  width: 35%;
  height: 570px;
  float: right;
  margin-left: 10%;
}

.mediumvertical:nth-of-type(odd) .imgContentWrapper {
  text-align: left;
  float: right;
  margin-left: 0;
  padding-left: 5%;
}

.mediumvertical:nth-of-type(even) .imgContentWrapper {
  text-align: left;
  background: #efebe8;
  float: left;
  margin-left: 0;
  padding-left: 5%;
}

.mediumvertical:nth-of-type(odd) .imgTitle, .mediumvertical:nth-of-type(even) .imgLink {
  color: #8B634B;
}

.mediumvertical .imgTitle, .mediumvertical .imgDescription {
  padding-right: 0;
  max-width: 100%;
}

/** quote **/

.quote {
  padding: 0;
  margin: 0;
}

.quote .imgTitle::before {
  content: "";
  display: block;
  position: relative;
  background-position: 0 0;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 65px;
}

.quote .imglinkWrapper {
  height: 490px;
}

.quote .imgImageWrapper {
  display: none;
}

.quote .imgContentWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 490px;
  background: url("../casalaranja_hotel_bin/blue_bg.jpg") repeat center;
  margin-top: 0;
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#c2 .quote .imgContentWrapper {
  background: transparent;
}

.quote .imgContentWrapper .tableWrapper {
  width: 100%;
}

.quote .imgDescription {
  margin: 12px 12% 30px;
  font-family: 'athital', serif;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0;
  max-height: 186px;
  overflow: hidden;
}

.quote .imgTitle, .quote .imgDescription, .quote.with-legend .imgLink {
  color: #ca9e84;
}

.quote .imgTitle {
  text-shadow: none;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.quote.with-legend .imgLink {
  border: none;
  padding: 10px 0;
  font-style: italic;
}

.quote.with-legend .imgLink:hover {
  border: none;
  background: none;
}

/** large imagelinks **/

.large {
  padding: 0;
  margin: 0;
}

.large .imglinkWrapper, .large .imgImageWrapper {
  height: 760px;
}

/** slide imagelinks **/

.slide .imglinkWrapper {
  height: 750px;
}

.slide .imgImageWrapper {
  height: 750px;
  margin: 0;
}

#c1 .slide .imgImageWrapper {
  margin: 0 5%;
}

.slide .imgContentWrapper {
  top: 40%;
  width: 80%;
  padding: 0 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  text-align: center;
}

.slide .imgTitle, .slide .imgDescription, .large .imgTitle, .large .imgDescription, .medium .imgTitle, .medium .imgDescription {
  color: #FFF;
}

.slide.with-legend .imgLink, .large.with-legend .imgLink, .medium.with-legend .imgLink {
  color: #FFF;
  border: 1px solid #FFF;
}

.slide.with-legend .imgLink:hover, .large.with-legend .imgLink:hover, .medium.with-legend .imgLink:hover {
  border: 1px solid #8B634B;
  background: #8B634B;
}

.large .imgContentWrapper {
  top: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  display: table;
  height: 100%;
  position: absolute;
}

.large .tableWrapper {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 0;
}

.slide .imgDescription, .large .imgDescription {
  padding: 0 17%;
  margin: 2% auto 4%;
}

/** nolink imagelink **/

.nolink.imagelinkgadget .imgLink {
  display: none;
}

/** notext **/

.notext .imgContentWrapper {
  display: none;
}

.notext:hover .imgImageWrapper span {
  opacity: 1;
}

/** noimage **/

.noimage.small .imgContentWrapper {
  margin-top: 0;
  background: #f8f8f8;
  padding: 160px 5% 5%;
}

.noimage.small .imgDescription {
  padding-bottom: 30px;
  color: #3f3f3f;
}

.noimage.small .imgTitle {
  color: #a27b64;
  padding-bottom: 30px;
}

.noimage.small .imgLink {
  display: none;
}

/** sidebar **/

#sidebar {
  display: none;
}

/** imagelink hover **/

.imagelinkgadget:hover .imgImageWrapper span {
  background-color: rgba(0, 0, 0, 0.7);
}

/** popup imagelink **/

body.popupWindow {
  overflow: hidden;
}

.popup.imagelinkgadget {
  position: fixed;
  top: 50%;
  margin-top: -240px !important;
  left: 50%;
  margin-left: -250px !important;
  z-index: 102;
  width: 500px;
  overflow: visible;
  transform: translateY(0);
  -webkit-transform: translateZ(0);
}

.popup.imagelinkgadget .imglinkWrapper {
  opacity: 1;
}

.popup .imgImageWrapper {
  overflow: hidden;
  height: 320px;
}

.popup .imglinkWrapper .imgContentWrapper {
  bottom: 0;
  background: #fff;
  padding: 20px 40px;
}

.overlay {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

.popupWindow .overlay:hover {
  cursor: url("../casalaranja_hotel_bin/popup_close.png"), auto;
}

.popupWindow .closePopup {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}

.popupWindow .closePopup span {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../casalaranja_hotel_bin/popup_close2.png") no-repeat center;
}

/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers {
  z-index: 1;
  margin: 60px auto 140px;
}

#contentblock #roomtypes {
  margin: 60px 10% 140px;
}

#contentblock .roomContainer {
  margin-bottom: 6px;
  height: 280px;
}

#contentblock .roomContainer .roomPhoto {
  left: 8px;
  right: 8px;
}

#contentblock .roomContainer .pgImage {
  background-position: center;
  height: 100%;
}

#contentblock .roomContainer .roomName {
  margin: 120px 0 0;
}

#contentblock .roomContainer .roomName h2 {
  font-family: 'athital', serif;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: 3px;
  padding: 0;
  max-width: 100%;
}

#contentblock .roomContainer .roomName h2:first-of-type::before {
  display: none;
}

#contentblock .roomContainer .minRate h3 {
  margin: 0 10%;
  display: none;
  padding: 0;
}

#contentblock .roomContainer .roomDescription p, #contentblock .roomContainer .roomDescription.mealplan, #contentblock .roomContainer .roomDescription.teaser {
  color: #4a4a4a;
  width: 60%;
}

/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
  opacity: 1;
}

/*#contentblock .roomContainer:hover {
  background-color: rgba(0,0,0,0.05);
}*/

/** rooms puzzle **/

#contentblock .roomContainer.clicked .roomPhoto {
  bottom: 0;
  top: auto;
}

#contentblock .roomContainer.clicked .roomName {
  display: none;
}

/** rooms opened **/

#contentblock .roomContainer.room-opened {
  background: url(../casalaranja_hotel_bin/texture.jpg) repeat center;
  margin: 0 0 6px;
  width: 100%;
  height: 100%;
}

#contentblock .roomContainer .roomPhoto {
  left: 3px;
  right: 3px;
}

#contentblock .roomContainer.room-opened .roomName {
  margin: 0;
}

#contentblock .roomContainer.room-opened .roomName h2 {
  margin: 60px 0 0;
  padding: 0;
  font-size: 36px;
  line-height: 42px;
  display: block;
  font-family: 'athital', serif;
  max-width: 100%;
  color: #a27b64;
}

#contentblock .roomContainer.room-opened .roomName h2::before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 89px;
  background: #a27b64;
  margin: 0 auto 40px;
}

#contentblock .roomContainer.room-opened .roomName h2, #contentblock .roomContainer.room-opened .minRate h3 {
  text-align: center;
  display: block;
}

#contentblock .roomContainer.room-opened .minRate h3, #contentblock .roomContainer.room-opened .minRate h3 span {
  display: inline;
  font-size: 12px;
  color: #a27b64;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1.8px;
  font-family: 'athital', serif;
}

#contentblock .roomContainer.room-opened .mealplan {
  font-style: normal;
}

#contentblock .roomContainer.room-opened .roomPhoto {
  left: 0;
  right: 0;
  float: none;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink {
  border: none;
  background: #a27b64;
  color: #fff;
  text-transform: uppercase;
  font-family: 'athital', serif;
  letter-spacing: 2px;
  font-style: normal;
  font-size: 14px;
  line-height: 52px;
  margin-top: 40px;
  transition: background 0.7s ease-in-out;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink:hover {
  background: #001536;
}

#contentblock .roomContainer.room-opened .roomDescription ul li {
  color: #4a4a4a;
}

#contentblock .roomContainer.tumb {
  height: 280px;
}

#contentblock .roomContainer.tumb.clone {
  height: 100%;
}

/** special offers **/

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
  position: absolute;
  top: 100px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  width: 202px;
  text-decoration: none;
  color: #001536;
  background: none;
  font-family: 'athital', serif;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
  background: #0C2340 url(http://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png) no-repeat 97%;
  font-family: 'athital', serif;
  letter-spacing: 1px;
  color: #a27b64;
}

#contentblock .roomContainer .promotions-termsContent {
  color: #4a4a4a;
}

/** products and addons / products **/

#contentblock #productTypes .roomContainer .roomName, #contentblock #addons .roomContainer .roomName {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 0;
  margin: 0;
}

#contentblock #productTypes .roomContainer:hover .roomName, #contentblock #addons .roomContainer:hover .roomName {
  transform: translateY(0);
  -webkit-transform: translateZ(0);
}

#contentblock #productTypes .roomContainer .roomName h2, #contentblock #addons .roomContainer .roomName h2 {
  font-size: 26px;
  line-height: 1em;
  font-family: 'athital', serif;
  text-transform: uppercase;
  color: #a27b64;
  text-align: left;
  max-width: 100%;
}

#contentblock #productTypes .roomContainer .minRate, #contentblock #addons .roomContainer .minRate, #contentblock #productTypes .roomContainer .minRate h3, #contentblock #addons .roomContainer .minRate h3 {
  display: block;
  margin: 0 0 10px;
  text-align: left;
  font-size: 12px;
  color: #a27b64;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 3px;
  font-family: 'athital', serif;
}

#contentblock #productTypes .roomContainer .roomDescription p, #contentblock #addons .roomContainer .roomDescription p {
  width: 100%;
  text-align: left;
}

#contentblock #productTypes .roomContainer .promotions-termsActions, #contentblock #addons .roomContainer .promotions-termsActions {
  bottom: auto;
  left: auto;
  margin: 20px 0 0;
  transform: translateY(0);
  -webkit-transform: translateZ(0);
}

#contentblock #productTypes .roomContainer .promotions-termsContent, #contentblock #addons .roomContainer .promotions-termsContent {
  top: auto;
  background: #fff;
}

#contentblock #productTypes .roomContainer .promotions-termsContent .promotions-termsText, #contentblock #addons .roomContainer .promotions-termsContent .promotions-termsText {
  background: none;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger, #contentblock #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
  background: #fff;
  color: #a27b64;
  font-size: 10px !important;
  font-weight: bold;
}

#contentblock #productTypes .roomContainer .roomPhoto .pgContainer .pgImage, #contentblock #addons .roomContainer .roomPhoto .pgContainer .pgImage {
  opacity: 1;
}

#contentblock #productTypes .roomContainer .roomPhoto .pgContainer a label, #contentblock #addons .roomContainer .roomPhoto .pgContainer a label,
#contentblock #productTypes .roomContainer .roomPhoto .pgContainer a span, #contentblock #addons .roomContainer .roomPhoto .pgContainer a span {
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

#contentblock #productTypes .roomContainer, #contentblock #addons .roomContainer {
  margin-bottom: 6px;
  background: url("../casalaranja_hotel_bin/texture.jpg") repeat center;
}

#contentblock #productTypes .roomContainer:nth-of-type(even) .promotions-termsActions, #contentblock #addons .roomContainer:nth-of-type(even) .promotions-termsActions {
  float: right;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-bgLink, #contentblock #addons .roomContainer .promotions-termsActions .promotions-bgLink {
  border: none;
  background: #a27b64;
  line-height: 34px;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-bgLink::before, #contentblock #addons .roomContainer .promotions-termsActions .promotions-bgLink::before {
  background: #18171d;
}

#contentblock #productTypes .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms, #contentblock #addons .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  width: 90%;
  color: #a27b64 !important;
  padding: 0;
  float: left;
  padding-left: 10%;
  margin-left: 5%;
}

#contentblock #productTypes .roomContainer .promotions-termsContent p:first-of-type, #contentblock #addons .roomContainer .promotions-termsContent p:first-of-type {
  margin-top: 20px !important;
}

/**
  * Gallery page area
  **/

.hotel-gallery .content .holder {
  padding: 0 50px;
  overflow: hidden;
}

.hotel-gallery #c1::after {
  background: none !important;
}

#pg .pgContainer {
  display: none;
}

#pg {
  padding-bottom: 140px;
}

#pg .galleryName {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #cacaca;
  text-transform: none;
  font-weight: lighter;
  letter-spacing: 0;
  max-width: 100%;
}

#pg .galleryName strong {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  font-size: 12px;
  color: #a27b64;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 3px;
  font-family: 'athital', serif;
}

/**
  * Contacts page area
  **/

#subscribe_newsletter_form>div, .hotel-unsubscribe #contentblock form>div {
  text-align: left;
  color: #fff;
}

/** contacts page **/

#contentblock .content .contactFormContainer {
  width: 80%;
  float: left;
  margin-right: 12%;
  margin-left: 12%;
}

#contentblock .content form {
  text-align: left;
  clear: both;
}

#contentblock .content form input, #contentblock .content form select {
  width: 97.5%;
  border: none;
  background: #d5d5d5;
  padding: 5px 10px;
  height: 35px;
  color: #4a4a4a;
  font-size: 12px;
}

#contentblock .content form>p, #contentblock .content form>div {
  font-size: 11px;
  line-height: 18px;
  margin: 15px 0 5px;
  width: 100%;
  letter-spacing: 1.8px;
  font-family: 'athital', serif;
  text-transform: uppercase;
}

.contactFormContainer #contacts_form #reservationFields {
  margin-bottom: 20px;
  /*overflow: hidden;*/
}

.contactFormContainer #contacts_form #reservationFields>div {
  width: 48%;
  margin-right: 2%;
  position: relative;
}

.contactFormContainer #contacts_form #reservationFields input, .contactFormContainer #contacts_form #reservationFields select {
  width: 100%;
}

.contactFormContainer #contacts_form #cbcheckin {
  position: absolute;
  bottom: 12px;
  right: 3%;
  height: 20px;
  width: 20px;
  background: url("../casalaranja_hotel_bin/calendar.png") no-repeat center;
}

#contentblock .content form textarea {
  width: 98%;
  background: #d5d5d5;
  border: none;
}

.contactFormContainer #contacts_form #ckbnotifyme {
  height: 14px;
  margin-right: 10px;
  width: auto;
}

.contactFormContainer #contacts_form p label {
  font-size: 10px;
}

#contentblock .content form input[type="submit"] {
  margin: 40px 0 20px;
  padding: 0;
  font-weight: 300 !important;
  height: auto;
  position: relative;
  font-family: 'athital', serif;
  font-size: 12px;
  line-height: 52px;
  letter-spacing: 1.8px;
  background: #a27b64;
  width: auto;
  clear: both;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  transition: background 0.5s ease-in-out;
}

#contentblock .content form input[type="submit"]:hover {
  background: #001536;
}

#contentblock #contacts_form .required {
  color: #3d3838;
}

.hotel-contacts #contentblock .content .holder>p {
  clear: none;
  width: 100%;
  text-align: left;
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
          column-gap: 0;
  margin-left: 12% !important;
  margin-right: 12% !important;
  padding: 0;
}

.hotel-contacts #contentblock p::before {
  display: none;
}

/**
  * Bottom block area
  **/

/** logo on footer **/

.leftArea {
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

/** Hotel address area **/

.hotelname {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 2px;
  font-family: 'athital', serif;
  padding-bottom: 1.5%;
}

.hoteladdress {
  position: relative;
  width: 40%;
  margin: 0 auto 1%;
  text-align: center;
  float: none;
}

.hoteladdress a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  padding: 4px 0;
  margin-bottom: 0;
  color: #ffffffde;
  letter-spacing: 1px;
  display: block;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hoteladdress a:hover, .footermenu li a:hover {
  color: #bf957b;
}

.hoteladdress .addressblock .mobile {
  display: none;
}

.footermenu a:hover {
  color: #bf957b !important;
}


/** social area **/

.socialmedia {
  position: relative;
  float: none;
  width: 75%;
  margin: 0 auto !important;
  padding: 20px 0;
}

.socialmedia:after {
  content: "";
  display: inline-block;
  width: 16%;
  height: 1px;
  background: #ffffff6b;
  margin: 10px 0;
}

.hotel-directions .socialmedia, .hotel-contacts .socialmedia, .hotel-unsubscribe .socialmedia, .hotel-subscribe .socialmedia {
  margin-top: 20px;
}

.socialmedia ul {
  overflow: hidden;
  display: block;
  padding: 0;
}

.socialmedia li {
  text-indent: -9999px;
  display: inline-block;
  margin: 0 15px 16px 0;
}

.socialmedia li a {
  display: block;
  width: 24px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.40s;
  transition-timing-function: ease-out;
}

.socialmedia li a:hover {
  opacity: 0.4;
}

.socialmedia .facebook a {
  background-position: -4px -366px;
}

.socialmedia .vimeo a {
  background-position: 7px -206px;
}

.socialmedia .instagram a {
  background-position: -31px -366px;
}

.socialmedia .newsletter a {
  background-position: 7px -206px;
}

.socialmedia .twitter a {
  background-position: -94px -366px;
}

.socialmedia .tripadvisor a {
  background-position: -308px -369px;
}

/** footer menu area **/

.footermenu {
  text-align: center;
  position: relative;
  z-index: 2;
  clear: both;
  display: block;
  padding: 0 20% 80px;
}

.footermenu li {
  display: inline-block;
}

.footermenu li a {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #FFF;
  font-style: normal;
  font-size: 12px;
  line-height: 26px;
  padding: 0 13px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  opacity: 1;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.footermenu:after {
  content: "";
  display: block;
  height: 120px;
  /* background: url('../casalaranja_hotel_bin/footer-logos.png') no-repeat center center; */
  background-size: 100% auto;
  margin-top: 40px;
  display: none;
}


.footerlogos img {
  margin: 20px 2px !important;
}

/** Seals area **/

#seals {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: 34px;
}

.sealsHolder {
  margin: 0px auto;
  overflow: hidden;
}

.security {
  height: 30px;
  float: right;
  margin-right: 40px;
  margin-top: 3px;
}

.powered {
  height: 30px;
  float: none;
  margin-left: auto;
  margin-top: 4px;
}

/** location page **/

.hotel-directions .flashContainer .gcb_container, .hotel-directions #centerblock .seals {
  display: none;
}

.hotel-directions .flashContainer {
  padding-bottom: 34px;
  padding-top: 63px;
}

.hotel-directions .flashContainer:after {
  display: none;
}

.hotel-directions #GoogleMapGadget #map_canvas {
  height: 100% !important;
}

.hotel-directions #directionsLink {
  position: relative;
  font-family: 'athital', serif;
  font-size: 12px;
  line-height: 52px;
  letter-spacing: 1.8px;
  background: #a27b64;
  width: auto;
  clear: both;
  display: inline-block !important;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  transition: background 0.5s ease-in-out;
}

.hotel-directions #directionsLink:hover {
  background: #001536;
}

/** opacity transitions **/

#contentblock .roomContainer .pgContainer, #pg .pgContainer .pgImage, .pgContainer .pgImage {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.cookiesWarning p {
  color: #fff;
}

.cookiesWarning .cookiesWarningBtn {
  margin: 20px 5px;
  line-height: 20px;
}

/**
  * Responsive stuff
  **/

@media all and (max-width: 992px) {
  .bestRate, .scroll2 .bestRate, .no-banner .bestRate, .hotellogo img, .bookinggadget .gc_sh .shortHandCheckRates::before, .bookinggadget a::before, .imgLink span::before, .hotel-directions #directionsLink::before, #contentblock .roomContainer.room-opened .promotions-termsActions .promotions-bgLink::before, #contentblock .roomContainer .promotions-termsActions .promotions-bgLink::before, #centerblock .flashContainer .promotionsgadget, .quicklinks, .mediumvertical .imgTitle::after, .mediumhorizontal .imgTitle::after, .mediumhorizontal:nth-of-type(even) .imgTitle::after, .rightArea {
    display: none;
  }
  /*.notvisible */
  .notvisible #topblock, .notvisible .gcb_container .gcb_image_legend, .notvisible #centerblock .flashContainer .promotionsgadget, .notvisible .scroll, .notvisible .flashContainer .gcb_navigation {
    opacity: 1 !important;
    pointer-events: initial;
  }
  /** top block **/
  #topblock, .no-banner #topblock, .scroll1 #topblock {
    padding: 0 20px 0;
    height: 63px;
    top: 0;
    z-index: 12;
    background: #f0f0f0;
    position: fixed;
  }
  .booktoggle {
    margin-right: 60px;
  }
  /* .scroll1 .languages, .scroll2 .languages, .no-banner .languages {
    opacity: 1;
    display: block;
  }
  .languages li a, .languages li::after {
    color: #000;
  }
  .languages li a::after {
    background: #000;
  } */
  .bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
    padding: 0;
    width: 100%;
    transition-property: background;
    transition-duration: 0.40s;
    transition-timing-function: ease-out;
  }
  .hotellogo, .scroll2 .hotellogo, .scroll1 .hotellogo, .no-banner .hotellogo {
    width: 226px;
    height: 73px;
    display: block;
    background-position: 0 15px;
    z-index: 1;
    top: 3px;
    margin-left: 0;
    left: 20px;
    background-image: url(../casalaranja_hotel_bin/sprite.png) !important;
    background-size: 637px auto;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .grouplogo {
    left: auto;
    right: 260px;
  }
  /** banner **/
  .gcb_container .gcb_image_legend {
    left: 0;
    margin-left: 0;
    right: 0;
    max-width: 100%;
  }
  #centerblock {
    position: absolute;
    top: 63px !important;
    left: auto;
    right: auto;
    width: 100%;
  }
  .flashContainer .gcb_navigation {
    bottom: 160px;
  }
  /** contentblock **/
  #contentblock h1, #contentblock .holder>p, #contentblock h2 {
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
  }
  #contentblock .roomContainer {
    opacity: 1;
  }
  /** fixedblock **/
  .fixedBlock {
    bottom: 0;
    padding: 0 20px;
  }
  .quicklinks li {
    margin: 0 5px;
  }
  /** imagelinks **/
  .imagelinkgadget, .imgContentWrapper {
    opacity: 1;
  }
  .imglinkWrapper {
    opacity: 1;
  }
  .imgDescription {
    max-width: 100%;
  }
  /* medium */
  .medium .imglinkWrapper, .medium .imgImageWrapper, .medium .imgContentWrapper {
    height: 250px;
  }
  /* .small .imgImageWrapper, .small .imglinkWrapper {
    height: 500px;
  } */
  .mediumhorizontal .imgImageWrapper, .mediumvertical .imgImageWrapper {
    width: 50%;
    margin-left: 0 !important;
  }
  .mediumvertical .imgContentWrapper {
    width: 50%;
    margin-right: 0 !important;
  }
  .mediumhorizontal:nth-of-type(even) .imgImageWrapper, .mediumvertical:nth-of-type(even) .imgImageWrapper {
    margin-right: 0 !important;
  }
  .mediumhorizontal:nth-of-type(even) .imgContentWrapper, .mediumvertical:nth-of-type(even) .imgContentWrapper {
    width: 50%;
  }
  /** quote **/
  .quote .imgDescription {
    margin: 10px auto 30px;
  }
  /* large */
  .slide .imglinkWrapper, .slide .imgImageWrapper {
    height: 500px;
  }
  /* noimage / notext / nolink */
  /** footer */
  .socialmedia {
    width: 95%;
  }
  .scrolltop {
    margin-left: 5%;
  }
  .leftArea {
    width: 100%;
  }
  /*other pages */
  .hotel-special-offers #contentblock .roomContainer .roomName h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .hotel-directions .flashContainer {
    padding-top: 0;
  }
}

@media all and (max-width: 768px) {
  /* display none */
  .hotellogo img, .scroll, .popup.imagelinkgadget, .overlay, .quicklinks, .footermenu, .hoteladdress .addressblock .desktop, .hoteladdress .propertyname, .security, .tableWrapper::before, .scrolltop, .hoteladdress h1, .gcb_container .gcb_image_legend, #centerblock .flashContainer .promotionsgadget {
    display: none;
  }
  /* top block */
  .bookinggadget {
    width: 100%;
    right: -100%;
  }
  .navigation {
    width: 90%;
  }
  /* .secondarymenu {
    padding: 10% 0;
  } */
  /* contentblock */
  .holder>p {
    /* margin-right: 5% !important;
    margin-left: 5% !important; */
    width: 90%;
  }
  /* #contentblock .content .holder>* {
    margin-right: 5%;
    margin-left: 5%;
  } */
  .hotel-directions #contentblock .content .holder .nav {
    margin-left: 0 !important;
  }
  #contentblock h1 {
    width: 100%;
  }
  /** image links **/
  .imagelinkgadget .imgImageWrapper span {
    background-position: center;
  }
  .imgTitle, .mediumhorizontal .imgTitle, .mediumvertical .imgTitle {
    font-size: 22px;
  }
  /* medium */
  .slide .imglinkWrapper, .slide .imgImageWrapper, .large .imglinkWrapper, .large .imgImageWrapper {
    height: 350px;
  }
  .medium .imglinkWrapper, .medium .imgImageWrapper, .medium .imgContentWrapper {
    height: 350px;
  }
  .mediumhorizontal .imgImageWrapper, .mediumvertical .imgImageWrapper {
    width: 100%;
    height: 350px;
  }
  .mediumhorizontal .imgContentWrapper, .mediumvertical .imgContentWrapper, .mediumhorizontal:nth-of-type(even) .imgContentWrapper, .mediumvertical:nth-of-type(even) .imgContentWrapper {
    width: 100%;
    padding: 40px 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto;
  }
  .tableWrapper, .mediumhorizontal .tableWrapper, .mediumvertical .tableWrapper, .mediumhorizontal:nth-of-type(even) .imgContentWrapper .tableWrapper, .mediumvertical:nth-of-type(even) .imgContentWrapper .tableWrapper {
    padding: 0 5%;
  }
  /* slide */
  .slide .imgImageWrapper {
    margin: 0;
  }
  .slide .imgContentWrapper {
    width: 100%;
    top: 25%;
  }
  .slide .imgDescription, .large .imgDescription {
    padding: 0;
  }
  .quote .imgDescription {
    font-size: 22px;
    line-height: 34px;
  }
  /* other pages */
  #contentblock .roomContainer.room-opened>div {
    margin: 0;
  }
  #contentblock #roomtypes {
    margin: 60px 0 140px;
  }
  #contentblock .roomContainer.room-opened {
    padding: 0 0 30px;
  }
  #contentblock .roomContainer.room-opened .roomName h2, #contentblock .roomContainer .roomName h2 {
    width: 90%;
    max-width: 90%;
    font-size: 22px;
    line-height: 32px;
  }
  #contentblock .roomContainer .roomDescription p, #contentblock .roomContainer .roomDescription.mealplan, #contentblock .roomContainer .roomDescription.teaser {
    width: 90%;
    margin: 0 auto;
  }
  #contentblock .roomContainer .promotions-termsContent {
    left: 0;
    width: 100%;
  }
  .hotel-contacts #contentblock .content .holder>p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 90%;
    padding: 0 5% !important;
  }
  #contentblock .content .contactFormContainer {
    width: 100%;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 5% !important;
  }
  body.popupWindow {
    overflow: auto;
  }
  /** footer **/
  /** bottom area **/
  #bottomblock {
    min-height: 460px;
  }
  .leftArea {
    min-height: 420px;
  }
  .hoteladdress {
    width: 90%;
  }
}

@media all and (max-width: 640px) {
  /* topblock */
  /* #contentblock .content .holder>* {
    margin-right: 0;
    margin-left: 0;
  } */
  .grouplogo, .no-banner .grouplogo, .scroll1 .grouplogo {
    left: auto;
    right: 75px;
    background-size: 55px auto;
  }
  .navigation li a {
    font-size: 14px;
    line-height: 42px;
  }
  .booktoggle {
    width: 100%;
    margin-right: 0;
    margin-top: 63px;
    float: none;
    z-index: 1;
    height: 42px;
    line-height: 42px;
  }
  .hotel-directions #centerblock {
    top: 113px !important;
  }
  #topblock, .no-banner #topblock, .scroll1 #topblock {
    padding: 0;
  }
  /* content */
  .content .holder {
    padding: 0 10px;
  }
  #contentblock h1, #contentblock h2, #contentblock h3 {
    width: auto;
  }
  #contentblock h1 {
    font-size: 30px !important;
    line-height: 30px;
  }
  /* imagelinks */
  .slide .imglinkWrapper, .slide .imgImageWrapper {
    height: 350px;
  }
  .slide .imgContentWrapper {
    top: 20%;
  }
  /* other pages */
  .hotel-directions .bookinggadget {
    top: 56px;
  }
  #contentblock #productTypes .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms, #contentblock #addons .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
    padding-left: 0;
    margin-left: 0;
  }
  /* social media */
  .secondarymenu .socialmedia {
      display: none;
  }
}
#bottomblock > div > section.socialmedia > ul > li.youtube {
  display: none;
}