/* line 1, ../../../../sass/booking/_booking_engine.scss */
.booking_widget {
  position: absolute;
  z-index: 400;
  top: 185px;
}

/* line 7, ../../../../sass/booking/_booking_engine.scss */
.booking_form_title {
  background: #c09b74;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 15, ../../../../sass/booking/_booking_engine.scss */
.booking_form_title h4 {
  margin-top: 0;
  color: white;
}
/* line 20, ../../../../sass/booking/_booking_engine.scss */
.booking_form_title .booking_title_1,
.booking_form_title .booking_title_2 {
  display: none;
}

/* line 26, ../../../../sass/booking/_booking_engine.scss */
.booking_form {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 20px;
  width: 260px;
  background: white;
}

/* line 33, ../../../../sass/booking/_booking_engine.scss */
.destination_wrapper {
  position: relative;
}
/* line 35, ../../../../sass/booking/_booking_engine.scss */
.destination_wrapper label {
  color: gray;
  font-size: 12px;
}
/* line 40, ../../../../sass/booking/_booking_engine.scss */
.destination_wrapper input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  border: 0;
  width: 250px;
  padding-left: 10px;
}
/* line 48, ../../../../sass/booking/_booking_engine.scss */
.destination_wrapper .right_arrow {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  background: #c09b74 url(/static_1/images/booking/flecha_motor_der.png) no-repeat center center;
  right: 2px;
  top: 30px;
  height: 35px;
  width: 35px;
}

/* line 62, ../../../../sass/booking/_booking_engine.scss */
.stay_selection .entry_date_wrapper,
.stay_selection .departure_date_wrapper {
  margin-right: 10px;
}
/* line 67, ../../../../sass/booking/_booking_engine.scss */
.stay_selection .entry_date_wrapper,
.stay_selection .departure_date_wrapper,
.stay_selection .rooms_number_wrapper {
  float: left;
  width: 80px;
}
/* line 74, ../../../../sass/booking/_booking_engine.scss */
.stay_selection .entry_date_wrapper label,
.stay_selection .departure_date_wrapper label,
.stay_selection .rooms_number_wrapper label {
  color: gray;
  font-size: 12px;
}

/* line 83, ../../../../sass/booking/_booking_engine.scss */
.date_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: white;
  height: 40px;
}
/* line 90, ../../../../sass/booking/_booking_engine.scss */
.date_box .date_day,
.date_box .date_year {
  display: block;
  text-align: center;
}
/* line 96, ../../../../sass/booking/_booking_engine.scss */
.date_box .date_day {
  text-transform: uppercase;
  color: #c09b74;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bolder;
}
/* line 105, ../../../../sass/booking/_booking_engine.scss */
.date_box .date_year {
  color: white;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}

/* line 113, ../../../../sass/booking/_booking_engine.scss */
.room {
  clear: both;
  margin-bottom: 5px;
}
/* line 116, ../../../../sass/booking/_booking_engine.scss */
.room .room_title {
  margin-top: 25px;
}
/* line 120, ../../../../sass/booking/_booking_engine.scss */
.room .room_title,
.room .adults_selector {
  margin-right: 10px;
}
/* line 125, ../../../../sass/booking/_booking_engine.scss */
.room .room_title,
.room .adults_selector,
.room .children_selector,
.room .babies_selector {
  float: left;
  width: 80px;
}
/* line 131, ../../../../sass/booking/_booking_engine.scss */
.room .room_title label,
.room .adults_selector label,
.room .children_selector label,
.room .babies_selector label {
  display: block;
}
/* line 136, ../../../../sass/booking/_booking_engine.scss */
.room .room_title,
.room .adults_selector label,
.room .children_selector label,
.room .babies_selector label {
  color: gray;
  font-size: 12px;
}

/* line 145, ../../../../sass/booking/_booking_engine.scss */
.wrapper_booking_button {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  margin-top: 50px;
  text-align: left;
}
/* line 152, ../../../../sass/booking/_booking_engine.scss */
.wrapper_booking_button .promocode_input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  color: #c09b74;
  width: 170px;
  height: 40px;
  font-size: 16px;
}
/* line 164, ../../../../sass/booking/_booking_engine.scss */
.wrapper_booking_button button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border: 0;
  float: right;
  background: #c09b74;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
  width: 80px;
  margin-top: 10px;
}
/* line 177, ../../../../sass/booking/_booking_engine.scss */
.wrapper_booking_button .spinner_wrapper {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

/* line 184, ../../../../sass/booking/_booking_engine.scss */
.horizontal_engine {
  height: 379px;
  background: white !important;
}

/* line 189, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal {
  width: 600px;
  margin: 0 auto;
  padding-top: 172px;
}
/* line 194, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .hotel_selector {
  left: 20px;
  top: 70px;
}
/* line 199, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .booking_form {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
/* line 207, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .booking_form_title {
  display: none;
}
/* line 211, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .booking_form {
  width: 560px;
}
/* line 215, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .destination_wrapper {
  float: left;
}
/* line 219, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .stay_selection {
  float: right;
}
/* line 223, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .room {
  float: right;
}
/* line 227, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .wrapper_booking_button {
  clear: both;
}
/* line 231, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .promocode_input {
  width: 260px !important;
}
/* line 235, ../../../../sass/booking/_booking_engine.scss */
.booking_widget_horizontal .wrapper_booking_button button {
  width: 170px !important;
}

/* line 241, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline {
  width: 1140px;
  height: 75px;
  margin: 0 auto;
  padding-top: 20px;
  background-color: gray;
}
/* line 248, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .hotel_selector {
  left: 20px;
  top: 70px;
}
/* line 253, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking_form {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: gray;
}
/* line 260, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking_form_title {
  display: none;
}
/* line 264, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking_form {
  width: 1140px;
  padding: 0;
}
/* line 269, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .destination_wrapper {
  float: left;
}
/* line 273, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .stay_selection {
  float: left;
  margin-left: 90px;
}
/* line 277, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .stay_selection .entry_date_wrapper label,
.boking_widget_inline .stay_selection .departure_date_wrapper label,
.boking_widget_inline .stay_selection .rooms_number_wrapper label {
  color: #787878;
  font-size: 12px;
}
/* line 285, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .room_list_wrapper {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
/* line 291, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .room {
  float: right;
}
/* line 294, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .room .room_title,
.boking_widget_inline .room .adults_selector label,
.boking_widget_inline .room .children_selector label,
.boking_widget_inline .room .babies_selector label {
  color: gray;
  font-size: 12px;
}
/* line 301, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .room .room_title {
  text-align: right;
}
/* line 307, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .wrapper_booking_button {
  display: inline;
  margin-top: 10px;
}
/* line 311, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .wrapper_booking_button button {
  float: none;
}
/* line 316, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .promocode_input {
  width: 200px !important;
  margin-right: 20px;
  margin-top: 19px;
  background-color: #5a5a5a;
}
/* line 323, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .wrapper_booking_button button {
  width: 170px !important;
}
/* line 327, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .selectric, .boking_widget_inline .date_box {
  background: #5a5a5a;
}

/* line 333, ../../../../sass/booking/_booking_engine.scss */
.booking_footer_message {
  margin-top: 65px;
}

/* line 338, ../../../../sass/booking/_booking_engine.scss */
.booking-form-center-text {
  text-align: center;
}

/* line 342, ../../../../sass/booking/_booking_engine.scss */
.babies_selector {
  margin-left: 10px;
}

/* line 346, ../../../../sass/booking/_booking_engine.scss */
.room_title.room_title_with_babies {
  float: none;
  margin-bottom: 5px;
  padding-top: 10px;
  color: #c09b74;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

/* line 359, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking-form-center-text {
  margin-top: 7px;
}
/* line 362, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking-form-center-text .stay_selection {
  margin-left: 45px !important;
}
/* line 366, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking-form-center-text .room_title.room_title_with_babies {
  margin-top: -30px;
  text-align: center;
}
/* line 371, ../../../../sass/booking/_booking_engine.scss */
.boking_widget_inline .booking-form-center-text .room_list_wrapper {
  margin-left: 60px;
}

/* line 379, ../../../../sass/booking/_booking_engine.scss */
.range-age {
  width: 55px;
  display: inline-block;
  float: right;
  white-space: nowrap;
}

@-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 405, ../../../../sass/booking/_booking_engine.scss */
.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 408, ../../../../sass/booking/_booking_engine.scss */
.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 412, ../../../../sass/booking/_booking_engine.scss */
.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 418, ../../../../sass/booking/_booking_engine.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 431, ../../../../sass/booking/_booking_engine.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 439, ../../../../sass/booking/_booking_engine.scss */
.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
}
/* line 445, ../../../../sass/booking/_booking_engine.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 455, ../../../../sass/booking/_booking_engine.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 463, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 468, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 473, ../../../../sass/booking/_booking_engine.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 482, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 486, ../../../../sass/booking/_booking_engine.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 499, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 503, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 506, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/*=====================================================================
  Selectric
======================================================================*/
/* 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;
}

/*============ Booking Widget ============*/
/* line 2, ../sass/_booking_styles.scss */
.boking_widget_inline .booking_form {
  width: auto;
}

/* line 6, ../sass/_booking_styles.scss */
.boking_widget_inline .stay_selection {
  margin-left: 22px;
}

/* line 10, ../sass/_booking_styles.scss */
div#wrapper_booking {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  z-index: 23;
  bottom: 60px;
}

/* line 19, ../sass/_booking_styles.scss */
.boking_widget_inline .booking_form {
  background-color: inherit !important;
}

/* line 23, ../sass/_booking_styles.scss */
.boking_widget_inline {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1px 12px 17px;
  width: 1140px !important;
  box-sizing: border-box;
  height: auto;
}

/* line 31, ../sass/_booking_styles.scss */
.boking_widget_inline .selectric, .boking_widget_inline .date_box {
  background: white;
  border-radius: 0px;
}

/* line 36, ../sass/_booking_styles.scss */
.date_box .date_year, .selectric .label {
  color: gray;
}

/* line 40, ../sass/_booking_styles.scss */
.room_selector .label {
  color: #c09b74;
}

/* line 44, ../sass/_booking_styles.scss */
.boking_widget_inline .wrapper_booking_button {
  display: table;
}
/* line 47, ../sass/_booking_styles.scss */
.boking_widget_inline .wrapper_booking_button button {
  font-family: 'Roboto Slab';
  border-radius: 0px;
  font-size: 21px;
  width: 220px !important;
  background: #c09b74 url(/static_1/images/booking/flecha_motor_der.png) no-repeat;
  background-position-x: 250px;
  -ms-background-position-y: center;
  background-position-y: center;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 15px !important;
  margin-bottom: 4px;
  width: 290px !important;
  line-height: 0;
}

/* line 65, ../sass/_booking_styles.scss */
.submit_button {
  cursor: pointer;
}

/* line 69, ../sass/_booking_styles.scss */
.boking_widget_inline .stay_selection .entry_date_wrapper label, .boking_widget_inline .stay_selection .departure_date_wrapper label, .boking_widget_inline .stay_selection .rooms_number_wrapper label {
  color: white;
  font-weight: 500;
}

/* line 74, ../sass/_booking_styles.scss */
.boking_widget_inline .promocode_input {
  border-radius: 0px;
  position: absolute;
  margin-top: 0px;
  top: 49px;
  left: 34px;
  box-shadow: 2px 2px 3px #666666;
  background: white;
  display: none;
  color: #c09b74;
}
/* line 85, ../sass/_booking_styles.scss */
.boking_widget_inline .promocode_input::-webkit-input-placeholder {
  color: #c09b74;
}
/* line 88, ../sass/_booking_styles.scss */
.boking_widget_inline .promocode_input:-moz-placeholder {
  color: #c09b74;
  opacity: 1;
}
/* line 92, ../sass/_booking_styles.scss */
.boking_widget_inline .promocode_input::-moz-placeholder {
  color: #c09b74;
  opacity: 1;
}
/* line 96, ../sass/_booking_styles.scss */
.boking_widget_inline .promocode_input:-ms-input-placeholder {
  color: #c09b74;
}

/* line 101, ../sass/_booking_styles.scss */
.boking_widget_inline .stay_selection .entry_date_wrapper label, .boking_widget_inline .stay_selection .departure_date_wrapper label, .boking_widget_inline .stay_selection .rooms_number_wrapper label, .boking_widget_inline .room .room_title, .boking_widget_inline .room .room_title, .boking_widget_inline .room .adults_selector label, .boking_widget_inline .room .children_selector label, .boking_widget_inline .room .babies_selector label {
  font-weight: lighter;
  color: white;
  font-family: 'Roboto';
  font-size: 11px;
}

/* line 108, ../sass/_booking_styles.scss */
.promocode_text {
  text-align: center;
  float: left;
  cursor: pointer;
  margin-top: 26px;
  font-family: roboto slab;
  font-size: 11px;
  text-decoration: underline;
  color: white;
  font-weight: 400;
  margin-right: 25px;
}
/* line 119, ../sass/_booking_styles.scss */
.promocode_text strong {
  font-weight: inherit;
}

/* line 124, ../sass/_booking_styles.scss */
.wrapper_booking_button .promocode_input {
  display: none;
}

/* line 128, ../sass/_booking_styles.scss */
#data {
  position: relative;
}
/* line 130, ../sass/_booking_styles.scss */
#data .promocode_text {
  margin-right: 0px;
}
/* line 133, ../sass/_booking_styles.scss */
#data .promocode_input {
  position: absolute;
  left: 107px;
  box-shadow: 2px 2px 5px !important;
  top: 15px;
}
/* line 140, ../sass/_booking_styles.scss */
#data .wrapper_booking_button button {
  font-size: 13px;
  margin-top: 15px;
  background: #3C332C;
}
/* line 146, ../sass/_booking_styles.scss */
#data .date_box, #data .selectric {
  background: #f5f5f5;
}
/* line 150, ../sass/_booking_styles.scss */
#data .booking_form {
  background: #C7C7C7;
  width: 270px;
}
/* line 155, ../sass/_booking_styles.scss */
#data .room .adults_selector {
  margin-right: 8px;
}
/* line 159, ../sass/_booking_styles.scss */
#data .promocode_text {
  margin-left: 0;
}

/* line 164, ../sass/_booking_styles.scss */
.stay_selection .entry_date_wrapper, .stay_selection .departure_date_wrapper {
  margin-right: 10px;
}

/* line 168, ../sass/_booking_styles.scss */
.boking_widget_inline .room_list_wrapper {
  margin-left: 15px;
}

/* line 172, ../sass/_booking_styles.scss */
.room .room_title, .room .adults_selector {
  margin-right: 5px;
}

/* line 176, ../sass/_booking_styles.scss */
.room_title {
  padding-right: 7px;
}

/* line 180, ../sass/_booking_styles.scss */
.room .adults_selector {
  margin-right: 10px;
}

/* line 184, ../sass/_booking_styles.scss */
.boking_widget_inline .room_list_wrapper {
  margin-right: 10px;
}

/* line 188, ../sass/_booking_styles.scss */
.promocode_text {
  margin-right: 20px;
  margin-left: 30px;
  margin-top: 27px;
  font-size: 12px;
  font-weight: lighter;
}

/* line 197, ../sass/_booking_styles.scss */
.ui-state-default {
  border: 1px solid white !important;
}

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

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

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

/*==== 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 13, ../sass/styles_vialmoura-golf.scss */
#main_menu {
  background: #307dbb;
}

/* line 16, ../sass/styles_vialmoura-golf.scss */
#mainMenuDiv a {
  border-bottom: none;
  color: white;
}

/* line 22, ../sass/styles_vialmoura-golf.scss */
#lang {
  background: #dbae2a;
}

/* line 26, ../sass/styles_vialmoura-golf.scss */
#lang a {
  color: white;
}

/* line 30, ../sass/styles_vialmoura-golf.scss */
.boking_widget_inline .wrapper_booking_button button {
  background: #307dbb;
}

/* line 33, ../sass/styles_vialmoura-golf.scss */
.selectric .button {
  background: #dbae2a url(/static_1/images/booking/flecha_motor.png) no-repeat center center !important;
}

/* line 36, ../sass/styles_vialmoura-golf.scss */
.date_box .date_day {
  color: #5a5a5a;
}

/* line 40, ../sass/styles_vialmoura-golf.scss */
.normal_content_wrapper .normal_title {
  color: #787878;
}

/* line 43, ../sass/styles_vialmoura-golf.scss */
.normal_content_wrapper .separator {
  border-top: 5px solid #307dbb;
}

/* line 47, ../sass/styles_vialmoura-golf.scss */
.maps_footer h3.map_title strong {
  font-weight: 100;
  color: #307dbb;
}
