/*=====================================================================
  Selectric
======================================================================*/
@import url(//fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,300,700,600);
/* line 5, ../../../../sass/booking/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 0px;
  width: 80px;
  cursor: pointer;
}

/* line 12, ../../../../sass/booking/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 23, ../../../../sass/booking/_selectric.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 27, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 31, ../../../../sass/booking/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 38, ../../../../sass/booking/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 44, ../../../../sass/booking/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

/* line 60, ../../../../sass/booking/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* line 67, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectric {
  z-index: 9999;
}

/* line 72, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 76, ../../../../sass/booking/_selectric.scss */
.selectric {
  background: white;
  position: relative;
  border-radius: 6px;
  height: 40px;
}

/* line 83, ../../../../sass/booking/_selectric.scss */
.selectric .label {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #c09b74;
  text-align: left;
  margin-left: 20px;
}

/* line 93, ../../../../sass/booking/_selectric.scss */
.selectric .button {
  zoom: 1;
  position: absolute;
  font: 0/0 a;
  overflow: hidden;
  margin: auto;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: #c09b74 url(/static_1/images/booking/flecha_motor.png) no-repeat center center !important;
  padding: 0;
}

/* line 109, ../../../../sass/booking/_selectric.scss */
.selectricHover .selectric .button {
  border-top-color: #DDD;
}

/* Items box */
/* line 115, ../../../../sass/booking/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

/* line 128, ../../../../sass/booking/_selectric.scss */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

/* line 138, ../../../../sass/booking/_selectric.scss */
.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}
/* line 146, ../../../../sass/booking/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
/* line 151, ../../../../sass/booking/_selectric.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

/* line 158, ../../../../sass/booking/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/*==== General ===*/
/* line 2, ../sass/_template_specific.scss */
body {
  font-family: 'Merriweather', serif;
}

/* line 6, ../sass/_template_specific.scss */
.fancybox-inner, .fancybox-outer {
  overflow: visible !important;
}

/** DON'T FORGET TO DO THATTTTT CALENDAR DATEPICKER**/
/* line 11, ../sass/_template_specific.scss */
.ui-state-default {
  border: 1px solid white !important;
}

/* line 15, ../sass/_template_specific.scss */
.ui-datepicker-title {
  color: white !important;
}

/* line 19, ../sass/_template_specific.scss */
.ui-widget-header {
  background: #c09b74 !important;
}

/* line 23, ../sass/_template_specific.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #c09b74 !important;
  color: white;
}

/*============ Header ============*/
/* line 30, ../sass/_template_specific.scss */
header {
  width: 100%;
  height: auto;
  color: #c09b74;
  overflow: visible;
  background: white;
  min-height: 70px;
}
/* line 38, ../sass/_template_specific.scss */
header #wrapper-header {
  position: relative;
  z-index: 22;
  height: auto;
}
/* line 44, ../sass/_template_specific.scss */
header a {
  color: #c09b74;
}

/* line 50, ../sass/_template_specific.scss */
#logoDiv {
  margin-top: 0px;
  width: auto;
  float: left;
  height: auto;
  overflow: hidden;
  background: white;
  position: absolute;
}
/* line 59, ../sass/_template_specific.scss */
#logoDiv img {
  background: white;
  height: 100%;
  width: auto;
  padding-top: 6px;
}

/* line 67, ../sass/_template_specific.scss */
.middle-header {
  margin-right: 0px !important;
  color: #626262;
  float: right;
  width: 860px;
}

/* line 74, ../sass/_template_specific.scss */
.top-row, .bottom-row {
  overflow: auto;
}

/* line 78, ../sass/_template_specific.scss */
.bottom-row {
  margin-top: 7px;
}

/* line 83, ../sass/_template_specific.scss */
.text_official .official {
  font-weight: 500;
  display: block;
  float: right;
  padding-top: 2px;
  font-size: 16px;
}

/* line 92, ../sass/_template_specific.scss */
span.official {
  color: #c09b74;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 98, ../sass/_template_specific.scss */
#lang {
  float: right;
  text-transform: uppercase;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 400;
  background: #c09b74;
  padding: 6px 16px;
  color: white;
}
/* line 108, ../sass/_template_specific.scss */
#lang .option {
  opacity: 0.8;
  cursor: pointer;
}
/* line 113, ../sass/_template_specific.scss */
#lang .selected .option {
  opacity: 1;
}
/* line 117, ../sass/_template_specific.scss */
#lang span.separator {
  margin-left: 0px;
  margin-right: 0px;
  font-weight: lighter;
}
/* line 123, ../sass/_template_specific.scss */
#lang a {
  color: white;
  font-weight: 100;
  text-decoration: none;
}
/* line 128, ../sass/_template_specific.scss */
#lang :not(.selected) {
  opacity: 0.8;
}
/* line 132, ../sass/_template_specific.scss */
#lang a:hover {
  opacity: 1;
}
/* line 136, ../sass/_template_specific.scss */
#lang span:first-child {
  padding-right: 5px;
  font-weight: 300;
  opacity: 1;
}
/* line 142, ../sass/_template_specific.scss */
#lang a span {
  padding-right: 0px;
}

/* line 147, ../sass/_template_specific.scss */
.web-oficial.interior {
  width: 1140px;
  margin: 0 auto;
  padding: 0px;
  font-size: 13px;
  background: #c09b74;
}
/* line 154, ../sass/_template_specific.scss */
.web-oficial.interior img {
  width: 20px;
  height: 20px;
  padding-top: 3px;
}
/* line 160, ../sass/_template_specific.scss */
.web-oficial.interior .tick_wrapper {
  padding-top: 4px;
}
/* line 162, ../sass/_template_specific.scss */
.web-oficial.interior .tick_wrapper span {
  color: white !important;
}

/* line 169, ../sass/_template_specific.scss */
.tick_wrapper {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 174, ../sass/_template_specific.scss */
.tick_wrapper img {
  width: auto;
  height: 23px;
  padding-top: 4px;
}

/* line 180, ../sass/_template_specific.scss */
.tick_center {
  display: table-caption;
  margin: 0 auto;
}

/* line 185, ../sass/_template_specific.scss */
.en .web-oficial {
  width: 245px;
}

/* line 189, ../sass/_template_specific.scss */
#social {
  width: auto;
  margin-top: 9px;
}
/* line 193, ../sass/_template_specific.scss */
#social img {
  width: 32px;
  height: 32px;
}
/* line 198, ../sass/_template_specific.scss */
#social a {
  text-decoration: none;
}
/* line 200, ../sass/_template_specific.scss */
#social a:hover {
  opacity: 0.8;
}

/* line 207, ../sass/_template_specific.scss */
#top-sections {
  margin-top: 10px;
  text-align: right;
  margin-right: 0px !important;
  width: 640px;
  padding-left: 25px;
  font-size: 14px;
}
/* line 215, ../sass/_template_specific.scss */
#top-sections a span {
  text-transform: uppercase;
  font-weight: bold;
  color: #3C332C;
  margin-left: 20px;
}
/* line 222, ../sass/_template_specific.scss */
#top-sections a:hover {
  opacity: 0.8;
}
/* line 226, ../sass/_template_specific.scss */
#top-sections a {
  color: #626262;
  text-decoration: none;
}

/* line 232, ../sass/_template_specific.scss */
#main_menu {
  background: #c09b74;
  height: 40px;
}

/* line 237, ../sass/_template_specific.scss */
#main-sections {
  width: 850px;
  float: right;
}

/* line 242, ../sass/_template_specific.scss */
#mainMenuDiv {
  font-size: 15px;
  z-index: 99;
  height: 40px;
  box-sizing: border-box;
}

/* line 249, ../sass/_template_specific.scss */
#mainMenuDiv a {
  padding: 9px 0px 0px;
  text-decoration: none;
  color: white;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 2px solid #c09b74;
  font-weight: 700;
}
/* line 259, ../sass/_template_specific.scss */
#mainMenuDiv a.button_promotion span {
  border-bottom: 2px solid white;
}
/* line 262, ../sass/_template_specific.scss */
#mainMenuDiv a:hover:not(.button_promotion) {
  font-weight: 700;
  color: #610061;
}

/* line 268, ../sass/_template_specific.scss */
#mainMenuDiv a.button_promotion:hover {
  opacity: 0.8;
}

/* line 272, ../sass/_template_specific.scss */
#section-active a {
  font-weight: 700;
  color: #610061;
}

/* line 277, ../sass/_template_specific.scss */
#main-sections-inner ul {
  display: none;
}

/* line 281, ../sass/_template_specific.scss */
#main-sections-inner div:hover > ul {
  display: block;
}

/* line 285, ../sass/_template_specific.scss */
#main-sections-inner div ul {
  position: absolute;
}

/* line 289, ../sass/_template_specific.scss */
#main-sections-inner li ul {
  position: absolute;
}

/* line 293, ../sass/_template_specific.scss */
#main-sections-inner div li {
  float: none;
  display: block;
}

/* line 298, ../sass/_template_specific.scss */
#main-sections-inner {
  height: 40px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

/* line 305, ../sass/_template_specific.scss */
#main-sections-inner:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 0;
}

/* line 312, ../sass/_template_specific.scss */
#main-sections-inner > div {
  display: inline-block;
}

/* line 316, ../sass/_template_specific.scss */
.main-section-div-wrapper {
  text-align: center;
}
/* line 319, ../sass/_template_specific.scss */
.main-section-div-wrapper a {
  line-height: 23px;
  font-size: 15px;
}
/* line 323, ../sass/_template_specific.scss */
.main-section-div-wrapper a:hover {
  color: #3C332C;
}

/* line 330, ../sass/_template_specific.scss */
span.separator {
  margin-left: 6px;
  margin-right: 2px;
}

/* line 335, ../sass/_template_specific.scss */
a.separator {
  margin-left: 3px;
}

/* line 339, ../sass/_template_specific.scss */
.book_menu {
  padding: 10px 22px;
  color: white;
  font-weight: bolder;
  font-size: 17px;
}

/*=============== Revolution Slider ============*/
/* line 348, ../sass/_template_specific.scss */
.tp-bullets .bullet {
  background: white !important;
  border-radius: 19px;
  width: 15px !important;
  height: 15px !important;
  margin: 4px !important;
}
/* line 354, ../sass/_template_specific.scss */
.tp-bullets .bullet.selected {
  background: rgba(255, 255, 255, 0.6) !important;
}
/* line 358, ../sass/_template_specific.scss */
.tp-bullets .bullet:hover {
  background: rgba(255, 255, 255, 0.6) !important;
}

/* line 363, ../sass/_template_specific.scss */
#slider_container {
  position: relative;
}

/* line 367, ../sass/_template_specific.scss */
.see_more_slider {
  position: absolute;
  top: 50px;
  right: 20%;
  z-index: 23;
  width: 475px;
  cursor: pointer;
  width: 495px;
}
/* line 376, ../sass/_template_specific.scss */
.see_more_slider .plus_slider {
  float: left;
}
/* line 380, ../sass/_template_specific.scss */
.see_more_slider p.default_title {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 14px 11px 8px 70px;
  height: 22px;
  font-weight: lighter;
}
/* line 388, ../sass/_template_specific.scss */
.see_more_slider p.hidden_text {
  background: black;
  color: white;
  padding: 25px;
  width: 475px;
  font-weight: lighter;
  display: none;
  box-sizing: border-box;
}

/*======== Normal Content =======*/
/* line 400, ../sass/_template_specific.scss */
.normal_content_wrapper {
  margin-top: 73px;
}
/* line 403, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_title {
  color: #c09b74;
  text-align: center;
  font-size: 28px;
}
/* line 408, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_title strong {
  font-weight: bolder;
}
/* line 413, ../sass/_template_specific.scss */
.normal_content_wrapper .separator {
  display: table;
  margin: 16px auto 11px;
  width: 120px;
  border-top: 5px solid #c09b74;
  padding-bottom: 30px;
}
/* line 421, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_description {
  font-family: 'open sans';
  font-size: 13px;
  display: table;
  color: #757575;
  margin: auto auto 75px;
}
/* line 428, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_description strong {
  font-weight: bolder;
}
/* line 433, ../sass/_template_specific.scss */
.normal_content_wrapper .left_block {
  width: 47%;
  float: left;
  text-align: justify;
}
/* line 439, ../sass/_template_specific.scss */
.normal_content_wrapper .right_block {
  width: 47%;
  float: right;
  text-align: justify;
}

/* line 446, ../sass/_template_specific.scss */
.content_access {
  text-align: center;
  margin: 40px auto;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  color: grey;
}
/* line 453, ../sass/_template_specific.scss */
.content_access .separatos {
  display: table;
  margin: 16px auto 11px;
  width: 120px;
  border-top: 5px solid #c09b74;
  padding-bottom: 30px;
}
/* line 460, ../sass/_template_specific.scss */
.content_access .section-title {
  text-align: center;
  font-size: 28px;
}
/* line 464, ../sass/_template_specific.scss */
.content_access .section-title strong {
  font-weight: bolder;
}

/*====== Banners Bottom =====*/
/* line 471, ../sass/_template_specific.scss */
section.footer_banners {
  display: table;
  width: 100%;
}

/* line 476, ../sass/_template_specific.scss */
.banner_element {
  width: 50%;
  float: left;
  position: relative;
  background: #F9F8F6;
}
/* line 482, ../sass/_template_specific.scss */
.banner_element .image_banner {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 488, ../sass/_template_specific.scss */
.banner_element .image_banner:before {
  content: "";
  display: block;
  padding-top: 86%;
  /* initial ratio of 1:1*/
}
/* line 494, ../sass/_template_specific.scss */
.banner_element .image_banner img {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  bottom: 0;
  min-height: 100%;
  max-width: none;
}
/* line 506, ../sass/_template_specific.scss */
.banner_element .image_banner img {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
/* line 513, ../sass/_template_specific.scss */
.banner_element .image_banner img:hover {
  -webkit-transform: rotate(5deg) scale(1.1);
  -moz-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  -o-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
/* line 521, ../sass/_template_specific.scss */
.banner_element .description_banner {
  width: 50%;
  float: right;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  font-family: 'open sans';
  display: table;
}
/* line 534, ../sass/_template_specific.scss */
.banner_element .description_banner h3.title {
  font-size: 14px;
  font-weight: bolder;
  color: black;
}
/* line 539, ../sass/_template_specific.scss */
.banner_element .description_banner h3.title .gold {
  font-family: 'Merriweather', serif;
  color: #c09b74;
  display: block;
  font-size: 17px;
  line-height: 27px;
  font-weight: lighter;
  margin-top: 6px;
}
/* line 550, ../sass/_template_specific.scss */
.banner_element .description_banner p.description {
  padding: 0 14%;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  color: #949494;
  font-weight: 300;
  line-height: 19px;
}
/* line 560, ../sass/_template_specific.scss */
.banner_element .separator {
  width: 50px;
  height: 3px;
  background: #c09b74;
  margin: 15px auto;
}
/* line 568, ../sass/_template_specific.scss */
.banner_element.bottom .description_banner {
  right: auto;
  left: 0;
}
/* line 573, ../sass/_template_specific.scss */
.banner_element.bottom .image_banner {
  float: right;
}
/* line 581, ../sass/_template_specific.scss */
.banner_element.complete_image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: .3;
  z-index: 1000;
}
/* line 590, ../sass/_template_specific.scss */
.banner_element.complete_image .image_banner {
  width: 100%;
  z-index: 0;
}
/* line 594, ../sass/_template_specific.scss */
.banner_element.complete_image .image_banner:before {
  content: "";
  display: block;
  padding-top: 43%;
  /* initial ratio of 1:1*/
}
/* line 601, ../sass/_template_specific.scss */
.banner_element.complete_image .image_banner img {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
/* line 609, ../sass/_template_specific.scss */
.banner_element.complete_image .overlay:hover + .image_banner img {
  -webkit-transform: rotate(5deg) scale(1.1);
  -moz-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  -o-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
/* line 618, ../sass/_template_specific.scss */
.banner_element.complete_image .description_banner {
  left: 0;
  z-index: 1001;
}
/* line 623, ../sass/_template_specific.scss */
.banner_element.complete_image .plus_separator {
  display: none;
}
/* line 628, ../sass/_template_specific.scss */
.banner_element.complete_image .description_banner h3.title {
  color: white;
  font-family: 'Roboto Slab';
  font-size: 19px;
  font-weight: 500;
}
/* line 634, ../sass/_template_specific.scss */
.banner_element.complete_image .description_banner p.description {
  color: white;
  padding: 0;
  font-weight: lighter;
}
/* line 641, ../sass/_template_specific.scss */
.banner_element.complete_image .separator {
  background: white;
}
/* line 646, ../sass/_template_specific.scss */
.banner_element img.plus_separator {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 656, ../sass/_template_specific.scss */
.maps_footer {
  display: table;
  width: 100%;
  padding-top: 38px;
}
/* line 661, ../sass/_template_specific.scss */
.maps_footer h3.map_title {
  padding-bottom: 33px;
  text-align: center;
  font-size: 30px;
  color: #c09b74;
  font-weight: lighter;
  box-shadow: 0 4px 5px #A2A2A2;
  z-index: 2;
  position: relative;
}
/* line 671, ../sass/_template_specific.scss */
.maps_footer h3.map_title strong {
  font-weight: 700;
}

/* line 677, ../sass/_template_specific.scss */
.map_content {
  height: 380px;
}

/*====== Banners 3 Tropical =====*/
/* line 683, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical {
  overflow: hidden;
}
/* line 686, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner {
  float: left;
  width: 380px;
  position: relative;
}
/* line 695, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner .overlay,
.bannerx3-wrapper-tropical .block-banner .border {
  width: 380px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 704, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner .overlay {
  background: rgba(20, 20, 20, 0.4);
  transition: all 0.3s ease;
  opacity: 1;
}
/* line 709, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner:hover .overlay {
  opacity: 0;
}
/* line 712, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner .border {
  transition: all 0.3s ease;
}
/* line 715, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner:hover .border {
  box-shadow: inset 0 0 0 20px #c09b74;
}
/* line 718, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner img {
  width: 380px;
  vertical-align: bottom;
}
/* line 722, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner .caption {
  position: absolute;
  display: table;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* line 732, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner h4 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
}
/* line 741, ../sass/_template_specific.scss */
.bannerx3-wrapper-tropical .block-banner span {
  display: block;
  width: 100px;
  border-top: 4px solid white;
  margin: auto;
}

/*====== Carousel bottom Tropical =====*/
/* line 751, ../sass/_template_specific.scss */
.mini_gallery_wrapper {
  margin: 40px 0px;
}
/* line 754, ../sass/_template_specific.scss */
.mini_gallery_wrapper h3 {
  padding-bottom: 33px;
  text-align: center;
  font-size: 30px;
  color: #c09b74;
  font-weight: lighter;
  box-shadow: 0 4px 5px #A2A2A2;
  z-index: 2;
  position: relative;
}

/* line 765, ../sass/_template_specific.scss */
.flexslider {
  height: auto;
  width: 100%;
  position: relative;
}
/* line 772, ../sass/_template_specific.scss */
.flexslider li .text-bannerx2 img {
  height: 384px;
  max-width: none;
}

/* line 780, ../sass/_template_specific.scss */
.wrapper_filt .gallery_1 .video-li {
  height: 300px !important;
  width: 400px !important;
}

/*====== Banners 3 Vialmoura =====*/
/* line 787, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 791, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner {
  float: left;
  width: 33.33%;
  position: relative;
}
/* line 800, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner .overlay,
.bannerx3-wrapper-vialmoura .block-banner .border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 809, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner .overlay {
  background: rgba(20, 20, 20, 0.4);
  transition: all 0.3s ease;
  opacity: 1;
}
/* line 814, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner:hover .overlay {
  opacity: 0;
}
/* line 817, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner .border {
  transition: all 0.3s ease;
}
/* line 820, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner:hover .border {
  box-shadow: inset 0 0 0 20px #dbae2a;
}
/* line 823, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner img {
  width: 100%;
  vertical-align: bottom;
}
/* line 827, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner .caption {
  position: absolute;
  display: table;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* line 837, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner h4 {
  color: white;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
}
/* line 846, ../sass/_template_specific.scss */
.bannerx3-wrapper-vialmoura .block-banner span {
  display: block;
  width: 100px;
  border-top: 4px solid white;
  margin: auto;
}

/*===== Footer ====*/
/* line 857, ../sass/_template_specific.scss */
footer {
  background: black;
  color: white;
  padding-top: 50px;
}
/* line 862, ../sass/_template_specific.scss */
footer .footer_column {
  color: #6D6D6D;
  font-size: 12px;
}
/* line 866, ../sass/_template_specific.scss */
footer .footer_column .footer_column_title {
  font-size: 18px;
  font-family: 'Roboto Slab';
  margin-bottom: 5px;
}
/* line 872, ../sass/_template_specific.scss */
footer .footer_column .image_logo {
  float: left;
}
/* line 876, ../sass/_template_specific.scss */
footer .footer_column .footer_column_description {
  line-height: 23px;
  font-family: 'open sans';
  font-size: 13px;
}
/* line 883, ../sass/_template_specific.scss */
footer #newsletter {
  margin-top: 20px;
}
/* line 886, ../sass/_template_specific.scss */
footer #newsletter #title_newsletter, footer #newsletter #form-newsletter #suscEmailLabel {
  display: none !important;
}
/* line 890, ../sass/_template_specific.scss */
footer #newsletter input#suscEmail {
  background: #a2a2a2;
  border: 0;
  border-radius: 2px;
  width: 180px;
  height: 22px;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
/* line 901, ../sass/_template_specific.scss */
footer #newsletter button#newsletter-button {
  background: #c09b74;
  color: white;
  border: 0;
  margin-left: 9px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 4px 19px 5px;
  cursor: pointer;
}
/* line 912, ../sass/_template_specific.scss */
footer #newsletter button#newsletter-button:hover {
  opacity: 0.8;
}
/* line 917, ../sass/_template_specific.scss */
footer #newsletter .newsletter_checkbox a {
  color: #6D6D6D;
}

/* line 924, ../sass/_template_specific.scss */
.wrapper_footer_columns {
  margin-bottom: 55px;
}

/* line 928, ../sass/_template_specific.scss */
.social_likes {
  text-align: center;
  font-size: 11px;
}
/* line 932, ../sass/_template_specific.scss */
.social_likes div#facebook_like {
  width: 49.5%;
  float: left;
  text-align: right;
  margin-top: 2px;
}
/* line 939, ../sass/_template_specific.scss */
.social_likes div#google_plus_one {
  width: 49%;
  float: right;
  text-align: left;
}
/* line 945, ../sass/_template_specific.scss */
.social_likes span.copyright_text {
  display: block;
  margin-bottom: 6px;
  font-family: 'open sans';
  color: #6D6D6D;
}

/* line 953, ../sass/_template_specific.scss */
.footer_links_business {
  color: #6D6D6D;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
/* line 959, ../sass/_template_specific.scss */
.footer_links_business a {
  color: #6D6D6D;
  text-decoration: none;
  font-family: 'open sans';
}

/* line 966, ../sass/_template_specific.scss */
div#div-txt-copyright {
  text-align: center;
  font-size: 12px;
  color: #6D6D6D;
  font-family: 'open sans';
}

/* line 973, ../sass/_template_specific.scss */
.full-copyright {
  padding-bottom: 15px;
}

/*============ Servicios =============*/
/* line 978, ../sass/_template_specific.scss */
.service-list {
  width: 750px;
  overflow: hidden;
  margin: auto;
}
/* line 983, ../sass/_template_specific.scss */
.service-list .left,
.service-list .right {
  width: 350px;
  float: left;
}
/* line 988, ../sass/_template_specific.scss */
.service-list .left {
  margin-right: 50px;
}

/* line 992, ../sass/_template_specific.scss */
.strong-list {
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}

/*============ Golf =============*/
/* line 1001, ../sass/_template_specific.scss */
.golf-blocks-wrapper {
  margin-bottom: 40px;
  font-family: 'open sans';
  font-size: 14px;
}

/* line 1007, ../sass/_template_specific.scss */
.golf-block {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

/* line 1012, ../sass/_template_specific.scss */
.golf-block .image-block {
  float: left;
  width: 300px;
}

/* line 1018, ../sass/_template_specific.scss */
.golf-block .golf-description h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*============ Habitaciones =============*/
/* line 1029, ../sass/_template_specific.scss */
.room_wrapper {
  margin-top: 75px;
  margin-bottom: 75px;
  display: table;
}

/* line 1035, ../sass/_template_specific.scss */
div#description-main-section.content_rooms {
  box-sizing: border-box;
  margin-top: 0px;
}

/* line 1040, ../sass/_template_specific.scss */
section#top_content {
  padding-top: 200px;
}

/* line 1044, ../sass/_template_specific.scss */
.rooms-description {
  background: rgba(245, 245, 245, 0.8);
  padding: 20px 20px 30px;
  color: grey;
  position: relative;
}
/* line 1050, ../sass/_template_specific.scss */
.rooms-description .destino {
  font-weight: 700;
  font-family: yanone, sans-serif;
}
/* line 1055, ../sass/_template_specific.scss */
.rooms-description .title-module {
  font-size: 23px;
  color: #c09b74;
  margin-bottom: 20px;
}

/* line 1063, ../sass/_template_specific.scss */
.description-rooms {
  font-weight: lighter;
  font-size: 14px;
  font-family: 'open sans';
}

/* line 1069, ../sass/_template_specific.scss */
h4.title-module {
  font-size: 23px;
  color: #C5AD81;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1076, ../sass/_template_specific.scss */
.rooms {
  margin-bottom: 25px;
  position: relative;
}

/* line 1081, ../sass/_template_specific.scss */
.blockleft {
  margin-left: 0px;
}

/* line 1085, ../sass/_template_specific.scss */
.blockright {
  margin-right: 0px;
  margin-left: 30px;
}

/* line 1090, ../sass/_template_specific.scss */
.sub-description-rooms {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 14px;
}

/* line 1098, ../sass/_template_specific.scss */
span.btn-corporate {
  text-transform: uppercase;
  color: white !important;
  background-color: #3C332C;
  margin-right: 20px;
  margin-top: 20px;
}

/* line 1106, ../sass/_template_specific.scss */
span.btn-corporate {
  padding: 5px 12px;
  font-family: 'open sans';
}

/* line 1111, ../sass/_template_specific.scss */
.btn-flecha {
  background-color: #c09b74;
  height: 22px;
  padding: 5px 10px;
  position: absolute;
  width: 10px;
  top: 16px;
  right: 15px;
  text-align: center;
}

/* line 1123, ../sass/_template_specific.scss */
.rooms .room_img {
  width: 100%;
}
/* line 1127, ../sass/_template_specific.scss */
.rooms .ico_cam_room {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}
/* line 1133, ../sass/_template_specific.scss */
.rooms span.btn-corporate {
  right: 90px;
}
/* line 1136, ../sass/_template_specific.scss */
.rooms .btn-flecha {
  width: 70px;
  cursor: pointer;
  font-family: 'open sans';
}
/* line 1141, ../sass/_template_specific.scss */
.rooms .btn-flecha:hover {
  opacity: 0.8;
}

/* line 1147, ../sass/_template_specific.scss */
a.rooms-img {
  height: 220px;
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 1154, ../sass/_template_specific.scss */
img.room_img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

/* line 1165, ../sass/_template_specific.scss */
a.btn_vermas_room {
  color: white !important;
  font-weight: 700;
  margin-left: 1px;
  text-align: center;
  text-decoration: none;
}

/* line 1173, ../sass/_template_specific.scss */
.room-links {
  margin-top: 20px;
}
/* line 1176, ../sass/_template_specific.scss */
.room-links a.button-promotion {
  color: white !important;
  text-decoration: none;
}
/* line 1181, ../sass/_template_specific.scss */
.room-links .btn-corporate:hover {
  opacity: 0.8;
}

/* line 1186, ../sass/_template_specific.scss */
.blockleft-room {
  margin-left: 0px;
  margin-right: 30px;
}

/* line 1191, ../sass/_template_specific.scss */
.blockright-room {
  margin-right: 0px;
}

/* line 1195, ../sass/_template_specific.scss */
.myFancyPopupRooms {
  margin-left: 20px;
  margin-right: 20px;
  width: 550px;
}
/* line 1200, ../sass/_template_specific.scss */
.myFancyPopupRooms .sub-description-rooms {
  font-weight: 700;
  font-family: yanone, sans-serif;
  color: #C5AD81;
  font-size: 18px;
  margin-top: 0;
}

/*======= Cycle Banners ======*/
/* line 1210, ../sass/_template_specific.scss */
.banners_cycle_wrapper {
  margin-bottom: 70px;
}
/* line 1213, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element {
  height: 270px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 1218, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element .cycle_image_element {
  width: 35%;
  float: left;
  height: 270px;
}
/* line 1223, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element .cycle_image_element img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 1229, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element .cycle_text_wrapper {
  width: 65%;
  float: right;
  background: #F8F7F5;
  padding: 30px;
  text-align: left;
  font-weight: 100;
  box-sizing: border-box;
  color: black;
  height: 270px;
  line-height: 19px;
  font-family: 'open sans';
  font-size: 13px;
  color: #757575;
}
/* line 1245, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element .cycle_text_wrapper h3.section_title {
  color: #C5AD81;
  font-size: 21px;
  padding-bottom: 14px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}
/* line 1254, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element .cycle_text_wrapper .exceded {
  height: 170px;
  overflow: hidden;
}
/* line 1261, ../sass/_template_specific.scss */
.banners_cycle_wrapper .cycle_element.right .cycle_image_element {
  float: right;
}
/* line 1267, ../sass/_template_specific.scss */
.banners_cycle_wrapper a.see_more_section, .banners_cycle_wrapper a.see_more_video {
  background: #72162F;
  padding: 8px 15px;
  margin-top: 9px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 500;
}

/* line 1278, ../sass/_template_specific.scss */
.hidden_cycle {
  display: none;
  float: right;
  background: #F8F7F5;
  padding: 8px 30px;
  text-align: left;
  font-weight: 100;
  box-sizing: border-box;
  color: black;
  font-size: 14px;
  line-height: 19px;
}
/* line 1290, ../sass/_template_specific.scss */
.hidden_cycle h3.section_title {
  color: #C5AD81;
  font-size: 21px;
  padding-bottom: 14px;
  font-weight: 300;
}

/************************* SCAPES/OFERTAS ************************/
/* line 1301, ../sass/_template_specific.scss */
a.plus {
  padding: 7px 8px 9px !important;
}

/* line 1305, ../sass/_template_specific.scss */
a.play {
  padding: 10px 9px 5px !important;
}

/* line 1309, ../sass/_template_specific.scss */
.scapes-blocks {
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 75px;
}

/* line 1315, ../sass/_template_specific.scss */
.scapes-blocks .block {
  margin-bottom: 20px;
  width: 560px;
  float: left;
  height: 492px;
  overflow: hidden;
  position: relative;
}
/* line 1323, ../sass/_template_specific.scss */
.scapes-blocks .block a img {
  margin-bottom: -5px;
  width: 100%;
}
/* line 1328, ../sass/_template_specific.scss */
.scapes-blocks .block .description {
  padding: 20px;
  position: relative;
  background-color: rgba(245, 245, 245, 0.8);
  padding-right: 160px;
}
/* line 1334, ../sass/_template_specific.scss */
.scapes-blocks .block .description .title-module {
  font-size: 23px;
  color: #c09b74;
  font-weight: 700;
}
/* line 1339, ../sass/_template_specific.scss */
.scapes-blocks .block .description .title-module .offer-subtitle {
  font-weight: 300;
  font-size: 18px;
}
/* line 1345, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul {
  position: absolute;
  width: 115px;
  right: 0;
  top: 34px;
  text-align: right;
  padding-right: 10px;
}
/* line 1353, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li {
  display: inline;
}
/* line 1355, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li a {
  background-color: #3C332C;
  top: -1px;
  color: white;
  padding: 7px 10px 8px;
  right: 97px;
  text-align: center;
  height: 21px;
  text-decoration: none;
}
/* line 1364, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li a:hover {
  opacity: 0.8;
}
/* line 1368, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li a.plus {
  padding: 10px 7px 5px;
  margin-right: -75px;
  height: 20px;
  background: #c09b74;
  text-decoration: none;
}
/* line 1376, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li a.play {
  padding: 10px 9px 5px;
  text-decoration: none;
}
/* line 1380, ../sass/_template_specific.scss */
.scapes-blocks .block .description ul li a.play img {
  margin-top: 2px;
}
/* line 1387, ../sass/_template_specific.scss */
.scapes-blocks .block .description p {
  margin-bottom: 0;
}

/* line 1393, ../sass/_template_specific.scss */
.scapes-blocks .offer-image-container {
  wdith: 100%;
  height: 364px;
  overflow: hidden;
}

/* line 1399, ../sass/_template_specific.scss */
.scapes-blocks .row1 {
  margin-right: 10px;
}

/* line 1403, ../sass/_template_specific.scss */
.scapes-blocks .row2 {
  margin-left: 10px;
}

/* line 1407, ../sass/_template_specific.scss */
.scapes-bottom-content {
  background: #c09b74;
  padding: 20px;
}

/* line 1412, ../sass/_template_specific.scss */
.scapes-popup {
  padding: 19px;
}

/* line 1417, ../sass/_template_specific.scss */
.escapadas-popup h3 {
  color: #c09b74;
  margin-bottom: 20px;
}
/* line 1422, ../sass/_template_specific.scss */
.escapadas-popup h5 {
  color: #c09b74;
}

/* line 1427, ../sass/_template_specific.scss */
.oferta-reserva {
  margin-right: 10px;
}

/*======= Localizacion y Contacto ======*/
/* line 1434, ../sass/_template_specific.scss */
.page-localizacion #wrapper_content, .page-localizacion .how-to {
  background: rgba(252, 241, 235, 0.86);
  padding: 20px;
  margin-top: 200px;
  width: 1100px;
}
/* line 1441, ../sass/_template_specific.scss */
.page-localizacion .container12 .column6 {
  width: 530px;
}

/* line 1447, ../sass/_template_specific.scss */
.location-info-and-form-wrapper {
  margin-top: 75px;
  margin-bottom: 75px;
  background: rgba(226, 226, 226, 0.46);
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1456, ../sass/_template_specific.scss */
.location-info-and-form-wrapper h1 {
  font-weight: 700;
  font-size: 19pt;
  text-align: left;
  text-transform: uppercase;
  border-bottom: solid 1px #bebebe !important;
  margin-bottom: 30px;
  padding-bottom: 6px;
  color: #C5AD81;
  font-family: 'open sans';
  width: 95%;
}

/* line 1469, ../sass/_template_specific.scss */
.location-info strong {
  font-weight: bold;
}

/* line 1473, ../sass/_template_specific.scss */
#location-description-intro {
  margin-bottom: 30px;
}

/* line 1477, ../sass/_template_specific.scss */
.iframe-google-maps-wrapper {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 1486, ../sass/_template_specific.scss */
.form-contact #title {
  display: none !important;
}

/* line 1490, ../sass/_template_specific.scss */
.form-contact #google-plus {
  display: none !important;
}

/* line 1494, ../sass/_template_specific.scss */
.form-contact .fb-like {
  display: none !important;
}

/* line 1502, ../sass/_template_specific.scss */
.form-contact #contactContent .title {
  float: none !important;
  width: 100% !important;
}

/* line 1507, ../sass/_template_specific.scss */
.form-contact #contactContent .bordeInput {
  width: auto;
  margin-right: 5px;
}

/* line 1512, ../sass/_template_specific.scss */
.form-contact #contact .contInput label {
  display: block;
  margin-bottom: 10px;
  color: #757575;
  font-weight: 300;
  font-family: 'open sans';
}

/* line 1521, ../sass/_template_specific.scss */
.form-contact #contact .contInput input {
  display: initial;
  margin: 0 auto;
  width: 500px;
  border: 0px !important;
  height: 30px;
  background-color: white;
  color: #5a5a5a;
}

/* line 1531, ../sass/_template_specific.scss */
.form-contact #contact .contInput textarea {
  display: initial;
  margin: 0 auto;
  width: 500px;
  border: 0px;
  background-color: white;
  color: #5a5a5a;
  margin-right: 35px;
}

/* line 1541, ../sass/_template_specific.scss */
.form-contact #contact-button-wrapper {
  padding-right: 0px !important;
  margin-right: 35px;
}

/* line 1546, ../sass/_template_specific.scss */
.form-contact #contact-button {
  border-radius: 0px !important;
  height: 30px !important;
  width: 130px !important;
  background: #C5AD81 !important;
  color: white !important;
  margin: auto !important;
  text-transform: uppercase !important;
  border: 0px !important;
  text-align: center !important;
  font-size: 18px;
  padding: 0px !important;
  line-height: 28px;
  font-family: 'open sans';
}

/* line 1562, ../sass/_template_specific.scss */
.form-contact #contact-button:hover {
  background-color: #c09b74 !important;
}

/* line 1566, ../sass/_template_specific.scss */
.location-info {
  font-weight: 300;
  padding-left: 20px;
  box-sizing: border-box;
  color: #757575;
  font-family: 'open sans';
}

/* line 1574, ../sass/_template_specific.scss */
.how-to {
  margin-top: 0px !important;
  margin-bottom: 30px;
  font-weight: 300;
}
/* line 1580, ../sass/_template_specific.scss */
.how-to h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #c09b74;
}

/* line 1589, ../sass/_template_specific.scss */
form#my-bookings-form {
  margin-top: 30px;
}

/* line 1593, ../sass/_template_specific.scss */
#wrapper_services {
  display: none;
}

/* line 1597, ../sass/_template_specific.scss */
h3.section-title {
  font-family: "roboto slab";
  font-size: 36px;
  font-weight: 300;
  color: #3C332C;
  margin-bottom: 5px;
}

/* line 1605, ../sass/_template_specific.scss */
.booking-content {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1610, ../sass/_template_specific.scss */
#my-bookings-form-fields {
  text-align: center;
}
/* line 1613, ../sass/_template_specific.scss */
#my-bookings-form-fields label {
  display: block;
  color: #c09b74;
  text-transform: uppercase;
}
/* line 1618, ../sass/_template_specific.scss */
#my-bookings-form-fields input, #my-bookings-form-fields .bordeSelect {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 250px;
  height: 15px;
  padding: 5px;
  text-align: center;
  color: black;
  border: none;
  background: #e6e6e6;
}
/* line 1631, ../sass/_template_specific.scss */
#my-bookings-form-fields .bordeSelect {
  -webkit-appearance: none;
  color: #3C332C;
  width: 263px !important;
  border-radius: 0px !important;
  height: 25px !important;
  background: #e6e6e6 url(/img/checn/select_down.png) no-repeat 240px;
}
/* line 1639, ../sass/_template_specific.scss */
#my-bookings-form-fields #my-bookings-form-search-button {
  width: 260px;
  color: white;
  background-color: #c09b74;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
/* line 1648, ../sass/_template_specific.scss */
#my-bookings-form-fields #my-bookings-form-search-button:hover {
  background-color: #3C332C;
}

/* line 1654, ../sass/_template_specific.scss */
button#cancelButton {
  width: 260px;
  color: white;
  background-color: #c09b74;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
/* line 1663, ../sass/_template_specific.scss */
button#cancelButton:hover {
  background-color: #3C332C;
}

/* line 1668, ../sass/_template_specific.scss */
#cancel-button-container {
  text-align: center;
}
/* line 1671, ../sass/_template_specific.scss */
#cancel-button-container #cancelButton {
  width: 260px;
  color: white;
  background-color: #c09b74;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: none;
  margin-left: 470px;
}
/* line 1682, ../sass/_template_specific.scss */
#cancel-button-container #cancelButton:hover {
  background-color: #3C332C;
}

/* line 1688, ../sass/_template_specific.scss */
#reservation div.grid_12.alpha.my-bookings-booking-info {
  margin-left: 320px !important;
}

/* line 3, ../../../../sass/booking/_booking_engine_5.scss */
.booking_widget {
  position: relative;
}

/* line 7, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 {
  width: 275px;
  display: block;
}
/* line 11, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 form.booking_form {
  padding: 0 !important;
}
/* line 15, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .booking_form_title {
  background: #383838;
}

/* line 20, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper {
  border-bottom: 1px solid lightgray;
  background: transparent url(/static_1/images/booking_5/arrow.png) no-repeat 92% 70% !important;
}
/* line 24, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  margin: 10px 0 0 10px;
}

/* line 32, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 600;
  background: white;
}
/* line 40, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-webkit-input-placeholder {
  color: #585d63;
}
/* line 44, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #585d63;
}
/* line 48, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #585d63;
}
/* line 52, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-ms-input-placeholder {
  color: #585d63;
}

/* line 57, ../../../../sass/booking/_booking_engine_5.scss */
.entry_date_wrapper {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 66.6%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}

/* line 72, ../../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper, .half_size {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 50%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
/* line 86, ../../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper .date_day, .half_size .date_day {
  font-size: 21px !important;
}

/* line 91, ../../../../sass/booking/_booking_engine_5.scss */
.nights_number_wrapper {
  float: right;
  height: 70px;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  width: 33.3%;
  padding: 5px 10px;
}

/* line 100, ../../../../sass/booking/_booking_engine_5.scss */
.num_nights_label, .entry_date_label, .children_label, .rooms_label, .adults_label, .promocode_label, .departure_date_label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 106, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 30%;
}

/*===== Entry date =====*/
/* line 113, ../../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date, .date_box.departure_date {
  font-size: 20px;
  background: url(/static_1/images/booking_5/calendar.png) no-repeat center right;
  margin-top: 9px;
  background-size: 29px;
}
/* line 119, ../../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date .date_day, .date_box.departure_date .date_day {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 25px;
  font-weight: 600;
}

/*====== Booking button ====*/
/* line 128, ../../../../sass/booking/_booking_engine_5.scss */
button.submit_button {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffd600;
  height: 55px;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 21px;
  color: #565656;
  cursor: pointer;
}

/*====== Rooms section ======*/
/* line 142, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 33.3%;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 149, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .room_list_wrapper li.room {
  float: right;
  width: 69%;
}
/* line 155, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .adults_selector {
  height: 70px;
  float: left;
  border-right: 1px solid gray;
  width: 46.5%;
}

/* line 163, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper {
  display: table;
  float: right;
  width: 66.6%;
}
/* line 168, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .room_title {
  display: none;
}
/* line 172, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector {
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
/* line 177, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector, .room_list_wrapper .children_selector {
  width: 50%;
  display: inline-block;
  height: 70px;
  box-sizing: border-box;
  padding: 7px 10px 5px;
}
/* line 185, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .children_selector {
  width: 50% !important;
  padding: 7px 10px 5px;
  float: right;
}

/* line 192, ../../../../sass/booking/_booking_engine_5.scss */
.room_list .room {
  height: 70px;
}

/* line 196, ../../../../sass/booking/_booking_engine_5.scss */
.room_list .room.room3, .room_list .room.room2 {
  border-top: 1px solid lightgrey;
}

/*==== Promocode section  ====*/
/* line 201, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_wrapper {
  display: table;
  width: 100%;
  padding: 10px 10px 5px;
  border-top: 1px solid lightgrey;
  box-sizing: border-box;
}

/* line 209, ../../../../sass/booking/_booking_engine_5.scss */
label.promocode_label {
  display: block;
}

/* line 213, ../../../../sass/booking/_booking_engine_5.scss */
input.promocode_input {
  border: 0;
  width: 100%;
  display: block;
  height: 30px;
  font-size: 13px;
  font-weight: lighter;
  margin-top: 2px;
  font-family: sans-serif;
}

/*====== Selectric ======*/
/* line 225, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems {
  overflow: scroll !important;
  width: 92px !important;
  margin-left: -11px;
  margin-top: 2px;
}
/* line 231, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 237, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li {
  font-weight: 500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEXOzs7y8vKNS741AAAADklEQVQI12M4wPSAWQAABoQBtgsaY5kAAAAASUVORK5CYII=);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 29px !important;
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 247, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li:hover {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 254, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems ul {
  z-index: 40;
}
/* line 258, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems .room {
  padding-top: 17px;
}

/* line 264, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .selectric .button {
  background: transparent url(/static_1/images/booking_5/arrow.png) no-repeat center center !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 23px;
  margin-left: 0;
  margin-top: 8px;
  text-indent: 999px;
  height: 22px;
  font-weight: 600;
}

/* line 277, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric .label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 28px;
  margin-left: 0;
  font-weight: 600;
}

/* line 285, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric {
  margin-top: 3px;
}

/* line 289, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper {
  width: 78px !important;
}

/*======= Phone web support =======*/
/* line 294, ../../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support.booking_form_title {
  border-radius: 0;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px !important;
  margin-top: 11px;
}

/* line 302, ../../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support .web_support_number, .web_support_label_1 {
  font-size: 11px !important;
  margin-left: 5px;
}

/* line 307, ../../../../sass/booking/_booking_engine_5.scss */
img.phone_support_image {
  float: left;
  width: 28px;
  margin-top: 1px;
  margin-right: 12px;
}

/*======= Header title ======*/
/* line 315, ../../../../sass/booking/_booking_engine_5.scss */
.booking_title_1, .booking_title_2, .best_price {
  display: none;
}

/* line 319, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 327, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header:hover {
  opacity: 0.8;
}
/* line 331, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header img.booking_header_discount {
  float: left;
  margin-right: 15px;
}
/* line 336, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.first_offer_name {
  font-size: 12px;
  color: #8096c7;
  margin-top: 9px;
}
/* line 342, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.second_offer_name {
  font-size: 10px;
  margin-top: 3px;
  color: gray;
}

/* line 349, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker {
  width: 283px;
}
/* line 352, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header {
  background: none !important;
  border: 0;
}
/* line 356, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #646464 !important;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
}

/* line 365, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker th {
  font-weight: 300;
  font-size: 14px;
}
/* line 371, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
  background: transparent !important;
  border: 0 !important;
  color: #646464 !important;
  font-weight: 400;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
}
/* line 382, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-hover {
  border: 0;
  background: #4B4B4B !important;
  color: white !important;
}
/* line 388, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content {
  border: 0;
  border-radius: 0;
  padding-bottom: 40px;
}
/* line 394, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-state-default {
  padding: 8px;
}
/* line 398, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date {
  opacity: 1 !important;
}
/* line 401, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date .ui-state-default {
  border: 0;
  background: #c09b74 !important;
  color: white !important;
}
/* line 408, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-highlighted .ui-state-default {
  border: 0;
  background: rgba(40, 96, 144, 0.25) !important;
}
/* line 413, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-active {
  border: 0;
  background: #c09b74 !important;
  color: white !important;
}
/* line 419, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e, body span.ui-icon.ui-icon-circle-triangle-w {
  /* background: url(/static_1/images/mobile_img/renovation/flecha_der.png) no-repeat center;*/
  background: none;
  text-indent: 0;
  color: transparent;
  font-size: 0;
}
/* line 425, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e:before, body span.ui-icon.ui-icon-circle-triangle-w:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f105';
  font-family: "FontAwesome", sans-serif;
  font-size: 20px;
  color: black;
}
/* line 442, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\f104';
}
/* line 447, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
  background: none;
}
/* line 451, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-next.ui-state-hover, body .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 1px solid #636363;
}

/* line 457, ../../../../sass/booking/_booking_engine_5.scss */
.datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-e:before, .datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-w:before {
  display: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 487, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 490, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 494, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 500, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .gif_wrapper .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
/* line 513, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .description_top_popup_booking {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}
/* line 521, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
}
/* line 527, ../../../../sass/booking/_booking_engine_5.scss */
.fancy-booking-search_v2 .container_popup_booking {
  width: 555px;
  display: block;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 7px;
  border: 1px solid #3483b2;
}

/* line 537, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* line 545, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 550, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 555, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 564, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 568, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 581, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 585, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 588, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/* line 1, ../sass/_booking_engine_5.scss */
#full_wrapper_booking {
  /*======== Booking Widget =======*/
}
/* line 3, ../sass/_booking_engine_5.scss */
#full_wrapper_booking div#wrapper_booking {
  position: absolute;
  height: auto;
  top: 145px;
  left: 0px;
  right: 0px;
  z-index: 35;
}
/* line 11, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .booking_widget {
  position: absolute;
  left: 120px;
  top: 100px;
  z-index: 22;
}
/* line 18, ../sass/_booking_engine_5.scss */
#full_wrapper_booking #full-booking-engine-html-5 {
  width: 299px;
}
/* line 22, ../sass/_booking_engine_5.scss */
#full_wrapper_booking #full-booking-engine-html-5 form.booking_form {
  background: white;
}
/* line 26, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .booking_form_title .best_price {
  color: white;
  font-size: 16px;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/* line 34, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .promocode_header p.first_offer_name {
  color: white;
}
/* line 37, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .booking_widget .date_box, #full_wrapper_booking .booking_widget .selectricWrapper, #full_wrapper_booking #booking_widget_popup .date_box, #full_wrapper_booking #booking_widget_popup .selectricWrapper {
  border: 0;
}
/* line 41, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .booking_widget .date_box .date_day, #full_wrapper_booking #booking_widget_popup .date_box .date_day {
  border-bottom: 0 !important;
}
/* line 45, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .selectric {
  height: 38px;
  background: transparent;
}
/* line 50, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .room_list_wrapper .adults_selector, #full_wrapper_booking .room_list_wrapper .children_selector {
  width: 49.8%;
}
/* line 54, ../sass/_booking_engine_5.scss */
#full_wrapper_booking button.submit_button {
  background: #FCD430 !important;
}
/* line 59, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .booking_widget .web_support_label_1, #full_wrapper_booking .booking_widget .web_support_label_1 span.web_support_number {
  font-size: 11px !important;
  padding: 0;
}
/* line 64, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .wrapper-new-web-support .web_support_number, #full_wrapper_booking .web_support_label_1 {
  line-height: 15px !important;
}
/* line 68, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title {
  background: gray !important;
}
/* line 72, ../sass/_booking_engine_5.scss */
#full_wrapper_booking #full-booking-engine-html-5 {
  margin-top: 20px !important;
}
/* line 76, ../sass/_booking_engine_5.scss */
#full_wrapper_booking #data #full-booking-engine-html-5 {
  margin-top: 0 !important;
}
/* line 80, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .date_box.entry_date {
  margin-top: 6px;
}
/* line 83, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .selectricWrapper .selectric {
  margin-top: 0px;
}
/* line 87, ../sass/_booking_engine_5.scss */
#full_wrapper_booking #slider_inner_container #full-booking-engine-html-5 {
  margin-top: -17px !important;
}
/* line 91, ../sass/_booking_engine_5.scss */
#full_wrapper_booking .promocode_text {
  display: none;
}

/* line 96, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking {
  /*======== Booking Widget =======*/
}
/* line 98, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking div#wrapper_booking {
  position: absolute;
  height: 70px;
  top: 331px;
  left: 0px;
  right: 0px;
  z-index: 35;
  width: 1121px;
}
/* line 108, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .promocode_header {
  display: none;
}
/* line 112, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .booking_widget {
  position: absolute;
  left: 0px;
}
/* line 117, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking #full-booking-engine-html-5 {
  width: 1121px;
}
/* line 121, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking #full-booking-engine-html-5 form.booking_form {
  background: white;
}
/* line 125, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .booking_form_title .best_price {
  display: none;
  color: white;
  font-size: 16px;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
/* line 133, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .promocode_header p.first_offer_name {
  color: white;
}
/* line 136, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .booking_widget .date_box, #inline_wrapper_booking .booking_widget .selectricWrapper, #inline_wrapper_booking #booking_widget_popup .date_box, #inline_wrapper_booking #booking_widget_popup .selectricWrapper {
  border: 0;
}
/* line 140, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .booking_widget .date_box .date_day, #inline_wrapper_booking #booking_widget_popup .date_box .date_day {
  border-bottom: 0 !important;
}
/* line 144, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .selectric {
  height: 38px;
  background: transparent;
}
/* line 149, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .room_list_wrapper .adults_selector, #inline_wrapper_booking .room_list_wrapper .children_selector {
  width: 49.8%;
}
/* line 153, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking button.submit_button {
  background-color: #FCD430 !important;
  color: #c09b74 !important;
}
/* line 161, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .booking_widget .web_support_label_1, #inline_wrapper_booking .booking_widget .web_support_label_1 span.web_support_number {
  font-size: 11px !important;
  padding: 0;
}
/* line 166, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .wrapper-new-web-support .web_support_number, #inline_wrapper_booking .web_support_label_1 {
  line-height: 15px !important;
}
/* line 170, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .wrapper-new-web-support.booking_form_title {
  background: gray !important;
}
/* line 178, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking #data #full-booking-engine-html-5 {
  margin-top: 0 !important;
}
/* line 182, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .date_box.entry_date {
  margin-top: 6px;
}
/* line 185, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .selectricWrapper .selectric {
  margin-top: 0px;
}
/* line 189, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking #slider_inner_container #full-booking-engine-html-5 {
  margin-top: -17px !important;
}
/* line 193, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .promocode_text {
  display: none;
}
/* line 197, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .stay_selection {
  display: inline-block;
  vertical-align: top;
  float: left;
}
/* line 202, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .stay_selection .entry_date_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 192px;
  float: left;
  border-top: 1px solid lightgrey;
}
/* line 210, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .stay_selection .nights_number_wrapper {
  display: inline-block;
  width: 95px;
  float: left;
  vertical-align: top;
  border-top: 1px solid lightgrey;
}
/* line 219, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .rooms_number_wrapper {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 95px;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
}
/* line 229, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .room_list_wrapper {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  float: left;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  height: 68px;
}
/* line 239, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .wrapper_booking_button {
  display: inline-block;
  width: 548px;
  float: left;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  height: 69px;
}
/* line 247, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .wrapper_booking_button .promocode_wrapper {
  display: inline-block;
  width: 285px;
  vertical-align: top;
  float: left;
  height: 70px;
}
/* line 255, ../sass/_booking_engine_5.scss */
#inline_wrapper_booking .wrapper_booking_button .submit_button {
  width: 263px;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 70px;
  border: 1px solid lightgrey;
}

/* line 266, ../sass/_booking_engine_5.scss */
.header_widget_wrapper {
  padding: 15px;
}
/* line 269, ../sass/_booking_engine_5.scss */
.header_widget_wrapper .title_header_booking {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #c09b74;
}
/* line 277, ../sass/_booking_engine_5.scss */
.header_widget_wrapper img.header_booking_image {
  float: left;
  margin-top: 5px;
}
/* line 282, ../sass/_booking_engine_5.scss */
.header_widget_wrapper p.content_header_booking {
  padding-top: 8px;
  padding-left: 45px;
  font-size: 14px;
  padding-right: 21px;
  font-weight: lighter;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

/* line 294, ../sass/_booking_engine_5.scss */
#data .best_price {
  display: none;
}
/* line 297, ../sass/_booking_engine_5.scss */
#data span.date_year {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 25px;
  font-weight: 600;
}

/* line 1, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap {
  /*======== Booking Widget =======*/
}
/* line 4, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .fancybox-outer {
  padding: 0 !important;
}
/* line 8, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .fancybox-inner {
  width: auto !important;
}
/* line 13, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap div#wrapper_booking {
  position: absolute;
  height: 420px;
  top: 145px;
  left: 0px;
  right: 0px;
  z-index: 35;
}
/* line 21, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .booking_widget {
  position: absolute;
  left: 0px;
}
/* line 26, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap #full-booking-engine-html-5 {
  width: 305px;
}
/* line 30, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap #full-booking-engine-html-5 form.booking_form {
  background: white;
}
/* line 34, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .booking_form_title .best_price {
  display: block;
  color: white;
  font-size: 16px;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
/* line 42, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .promocode_header p.first_offer_name {
  color: white;
}
/* line 45, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .booking_widget .date_box, .fancybox-wrap .booking_widget .selectricWrapper, .fancybox-wrap #booking_widget_popup .date_box, .fancybox-wrap #booking_widget_popup .selectricWrapper {
  border: 0;
}
/* line 49, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .booking_widget .date_box .date_day, .fancybox-wrap #booking_widget_popup .date_box .date_day {
  border-bottom: 0 !important;
}
/* line 53, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .selectric {
  height: 38px;
  background: transparent;
}
/* line 58, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .room_list_wrapper .adults_selector, .fancybox-wrap .room_list_wrapper .children_selector {
  width: 49.8%;
}
/* line 62, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap button.submit_button {
  background: #FCD430 !important;
}
/* line 67, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .booking_widget .web_support_label_1, .fancybox-wrap .booking_widget .web_support_label_1 span.web_support_number {
  font-size: 11px !important;
  padding: 0;
}
/* line 72, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .wrapper-new-web-support .web_support_number, .fancybox-wrap .web_support_label_1 {
  line-height: 15px !important;
}
/* line 76, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .wrapper-new-web-support.booking_form_title {
  background: gray !important;
}
/* line 80, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap #full-booking-engine-html-5 {
  margin-top: 20px !important;
}
/* line 84, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap #data #full-booking-engine-html-5 {
  margin-top: 0 !important;
}
/* line 88, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .date_box.entry_date {
  margin-top: 6px;
}
/* line 91, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .selectricWrapper .selectric {
  margin-top: 0px;
}
/* line 95, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap #slider_inner_container #full-booking-engine-html-5 {
  margin-top: -17px !important;
}
/* line 99, ../sass/_booking_widget_modal_5.scss */
.fancybox-wrap .promocode_text {
  display: none;
}

/* line 13, ../sass/styles_brisa-sol.scss */
.caption.sfb.start.tp-caption {
  left: 500px !important;
}
