/* Base web (change too in templateHandler and in config.rb) */
/* colors definitions */
/* Font sizes */
/* corporative colors definitions */
/* Font familys */
/* colors for booking widget*/
/* Preload images */
@import url(////fonts.googleapis.com/css?family=Montserrat:300,400,600|Source+Sans+Pro:400,300,700,600&display=swap);
/* line 2, ../../../../sass/plugins/_lightbox.scss */
body:after {
  content: url(../../static_1/lib/lightbox/images/close.png) url(../../static_1/lib/lightbox/images/loading.gif) url(../../static_1/lib/lightbox/images/prev.png) url(../../static_1/lib/lightbox/images/next.png);
  display: none;
}

/* line 7, ../../../../sass/plugins/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, ../../../../sass/plugins/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, ../../../../sass/plugins/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, ../../../../sass/plugins/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, ../../../../sass/plugins/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 67, ../../../../sass/plugins/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, ../../../../sass/plugins/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../static_1/lib/lightbox/images/loading.gif) no-repeat;
}

/* line 85, ../../../../sass/plugins/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, ../../../../sass/plugins/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 98, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, ../../../../sass/plugins/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../static_1/lib/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 122, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../static_1/lib/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 140, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 145, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 158, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, ../../../../sass/plugins/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 169, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 176, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 182, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 190, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../static_1/lib/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 206, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 212, ../../../../sass/plugins/_lightbox.scss */
.lb-number {
  display: none !important;
}

/* line 216, ../../../../sass/plugins/_lightbox.scss */
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 4, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 29, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 43, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 49, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 53, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 57, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 69, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 75, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 80, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../static_1/lib/fancybox/fancybox_sprite.png");
}

/* line 84, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 96, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../static_1/lib/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 102, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 112, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../static_1/lib/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 124, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev {
  left: 0;
}

/* line 128, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next {
  right: 0;
}

/* line 132, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 143, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 148, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 153, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 157, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 169, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 174, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 178, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 182, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: url("../../static_1/lib/fancybox/fancybox_overlay.png");
}

/* line 192, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 198, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 205, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 213, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 217, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 226, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 242, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 248, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 252, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../static_1/lib/fancybox/fancybox_sprite-2x.jpg");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 272, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading div {
    background-image: url("../../static_1/lib/fancybox/fancybox_loading-2x.jpg");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 3, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-hidden {
  display: none;
}

/* line 7, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-clearfix, .ui-icon {
  display: block;
}

/* line 11, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 17, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 28, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 36, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 40, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-zfix, .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 48, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-zfix {
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 53, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 57, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 63, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 68, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 72, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}

/* line 76, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x #fcfdfd;
  color: #222;
}

/* line 82, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-content a {
  color: #222;
}

/* line 86, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header {
  border: 1px solid #4297d7;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x #5c9ccc;
  color: #fff;
  font-weight: 700;
}

/* line 93, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header a {
  color: #fff;
}

/* line 97, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x #dfeffc;
  font-weight: 700;
  color: #2e6e9e;
}

/* line 104, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

/* line 109, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #79b7e7;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x #d0e5f5;
  font-weight: 700;
  color: #1d5987;
}

/* line 116, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
}

/* line 121, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x #f5f8f9;
  font-weight: 700;
  color: #e17009;
}

/* line 128, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

/* line 133, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget :active {
  outline: 0;
}

/* line 137, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x #fbec88;
  color: #363636;
}

/* line 143, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 147, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

/* line 153, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 157, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

/* line 161, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

/* line 167, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
/* line 172, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled.ui-datepicker-other-month, .ui-widget-content .ui-state-disabled.ui-datepicker-other-month, .ui-widget-header .ui-state-disabled.ui-datepicker-other-month {
  opacity: 0;
}

/* line 177, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_469bdd_256x240.png);
}

/* line 181, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 186, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_d8e7f3_256x240.png);
}

/* line 190, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_6da8d5_256x240.png);
}

/* line 194, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_217bc0_256x240.png);
}

/* line 198, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_f9bd01_256x240.png);
}

/* line 202, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_2e83ff_256x240.png);
}

/* line 206, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../static_1/css/datepicker.redmond/images/ui-icons_cd0a0a_256x240.png);
}

/* line 210, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 214, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 218, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 222, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 226, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 230, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 234, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 238, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 242, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 246, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 250, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 254, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 258, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 262, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 266, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 270, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 274, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 278, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 282, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 286, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 290, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 294, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 298, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 302, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 306, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 310, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 314, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 318, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 322, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 326, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 330, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 334, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 338, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 342, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 346, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 350, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 354, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 358, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 362, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 366, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 370, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 374, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 378, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 382, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 386, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 390, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 394, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 398, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 402, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 406, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 410, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 414, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 418, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 422, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 426, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 430, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 434, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 438, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 442, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 446, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 450, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 454, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 458, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 462, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 466, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 470, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 474, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 478, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 482, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 486, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 490, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 494, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 498, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 502, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 506, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 510, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 514, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 518, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 522, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 526, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 530, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 534, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 538, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 542, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 546, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 550, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 554, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 558, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 562, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 566, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 570, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 574, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 578, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 582, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 586, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 590, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 594, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 598, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 602, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 606, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 610, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 614, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 618, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 622, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 626, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 630, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 634, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 638, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 642, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 646, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 650, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 654, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 658, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 662, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 666, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 670, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 674, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 678, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 682, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 686, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 690, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 694, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 698, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 702, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 706, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 710, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 714, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 718, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 722, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 726, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 730, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 734, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 738, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 742, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 746, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 750, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 754, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 758, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 762, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 766, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 770, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 774, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 778, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 782, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 786, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 790, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 794, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 798, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 802, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 806, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 810, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 814, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 818, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 822, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 826, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 830, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 834, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 838, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 842, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 846, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 850, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 854, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 858, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 862, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 866, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 870, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 874, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 878, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 882, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 886, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 890, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 894, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 898, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 902, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-overlay, .ui-widget-shadow {
  background: url(../../static_1/css/datepicker.redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 908, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 915, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 922, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 929, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 936, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 945, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 951, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* line 956, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 963, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

/* line 967, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 971, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 975, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 979, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 983, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 992, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 998, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 1003, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 1007, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 1011, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 1018, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

/* line 1025, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 1030, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 1037, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 1046, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}

/* line 1055, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 1059, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 1063, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

/* line 1068, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 1072, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 1076, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 1080, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 1084, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 1088, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 1094, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 1098, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 1103, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 1108, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 1113, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 1118, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 1122, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 1126, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 1131, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 1144, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
  div.ui-datepicker {
    font-size: 20px;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://www.hotelferrero.com/css/simoa/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 3, ../../../../sass/plugins/_mixins.scss */
.center_xy {
  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%);
}

/* line 8, ../../../../sass/plugins/_mixins.scss */
.center_xy_before: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%);
}

/* line 13, ../../../../sass/plugins/_mixins.scss */
.center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 17, ../../../../sass/plugins/_mixins.scss */
.center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 21, ../../../../sass/plugins/_mixins.scss */
.center_y_before:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 25, ../../../../sass/plugins/_mixins.scss */
.center_image {
  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%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 30, ../../../../sass/plugins/_mixins.scss */
.fs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* line 110, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:before, .icon-xcross:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 124, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-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 61, ../../../../sass/plugins/_mixins.scss */
.display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown {
  margin: 40px 20px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 180px;
  left: 48% !important;
  color: white;
}
/* line 9, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 20, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 23, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
/* line 28, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .title_format {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  /* line 35, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown {
    display: inline-block;
    width: 380px;
    top: 330px;
    left: 45% !important;
  }
  /* line 40, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown div {
    font-size: 10px;
  }
  /* line 43, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown .date {
    font-size: 2.5rem;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.hotelferrero.com/static_1/fonts/fontawesome/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../static_1/fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../../static_1/fonts/fontawesome/fontawesome-webfont.woff") format("woff2"), url("../../static_1/fonts/fontawesome/fontawesome-webfont_v-4.7.0.woff") format("woff"), url("../../static_1/fonts/fontawesome/fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("../../static_1/fonts/fontawesome/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-2x {
  font-size: 2em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-3x {
  font-size: 3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-4x {
  font-size: 4em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-5x {
  font-size: 5em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ul > li {
  position: relative;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pull-left {
  float: left;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pull-right {
  float: right;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.fa-pull-left, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .fa-pull-left.link_gallery:before {
  margin-right: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.fa-pull-right, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .fa-pull-right.link_gallery:before {
  margin-left: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.pull-right {
  float: right;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.pull-left {
  float: left;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.pull-left, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .pull-left.link_gallery:before {
  margin-right: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.pull-right, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .pull-right.link_gallery:before {
  margin-left: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-inverse {
  color: #fff;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-music:before {
  content: "\f001";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-search:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before {
  content: "\f002";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-star:before {
  content: "\f005";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user:before {
  content: "\f007";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-film:before {
  content: "\f008";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-home:before {
  content: "\f015";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-road:before {
  content: "\f018";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-download:before {
  content: "\f019";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-font:before {
  content: "\f031";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-random:before {
  content: "\f074";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-key:before {
  content: "\f084";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-female:before {
  content: "\f182";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-male:before {
  content: "\f183";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-server:before {
  content: "\f233";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-train:before {
  content: "\f238";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-map:before {
  content: "\f279";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../static_1/fonts/iconmoon/icomoon_ytm7g4.eot");
  src: url("../../static_1/fonts/iconmoon/icomoon_ytm7g4.eot#iefix") format("embedded-opentype"), url("../../static_1/fonts/iconmoon/icomoon_ytm7g4.ttf") format("truetype"), url("../../static_1/fonts/iconmoon/icomoon_ytm7g4.woff") format("woff"), url("../../static_1/fonts/iconmoon/icomoon_ytm7g4-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../../../../sass/plugins/_iconmoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../../../sass/plugins/_iconmoon.scss */
.icon-terrace:before {
  content: "\ea52";
}

/* line 31, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-hotelmanager:before {
  content: "\ea4c";
}

/* line 34, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-paritymaker:before {
  content: "\ea4d";
}

/* line 37, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-priceseeker:before {
  content: "\ea4e";
}

/* line 40, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-ratecheck:before {
  content: "\ea4f";
}

/* line 43, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-rescueseeker:before {
  content: "\ea50";
}

/* line 46, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-reviewseeker:before {
  content: "\ea51";
}

/* line 49, ../../../../sass/plugins/_iconmoon.scss */
.icon-couponlong:before {
  content: "\ea4a";
}

/* line 52, ../../../../sass/plugins/_iconmoon.scss */
.icon-coupon:before {
  content: "\ea4b";
}

/* line 55, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktel:before {
  content: "\ea46";
}

/* line 58, ../../../../sass/plugins/_iconmoon.scss */
.icon-gafas:before {
  content: "\ea47";
}

/* line 61, ../../../../sass/plugins/_iconmoon.scss */
.icon-pelota:before {
  content: "\ea48";
}

/* line 64, ../../../../sass/plugins/_iconmoon.scss */
.icon-piscina:before {
  content: "\ea49";
}

/* line 67, ../../../../sass/plugins/_iconmoon.scss */
.icon-email2:before {
  content: "\ea43";
}

/* line 70, ../../../../sass/plugins/_iconmoon.scss */
.icon-luggage2:before {
  content: "\ea44";
}

/* line 73, ../../../../sass/plugins/_iconmoon.scss */
.icon-nodisturb:before {
  content: "\ea45";
}

/* line 76, ../../../../sass/plugins/_iconmoon.scss */
.icon-percent:before {
  content: "\61";
}

/* line 79, ../../../../sass/plugins/_iconmoon.scss */
.icon-bed:before {
  content: "\62";
}

/* line 82, ../../../../sass/plugins/_iconmoon.scss */
.icon-dots:before {
  content: "\63";
}

/* line 85, ../../../../sass/plugins/_iconmoon.scss */
.icon-buffet:before {
  content: "\e900";
}

/* line 88, ../../../../sass/plugins/_iconmoon.scss */
.icon-zen:before {
  content: "\e901";
}

/* line 91, ../../../../sass/plugins/_iconmoon.scss */
.icon-drink:before {
  content: "\e902";
}

/* line 94, ../../../../sass/plugins/_iconmoon.scss */
.icon-bike:before {
  content: "\e903";
}

/* line 97, ../../../../sass/plugins/_iconmoon.scss */
.icon-celiac:before {
  content: "\e904";
}

/* line 100, ../../../../sass/plugins/_iconmoon.scss */
.icon-chart:before {
  content: "\e905";
}

/* line 103, ../../../../sass/plugins/_iconmoon.scss */
.icon-chips:before {
  content: "\e906";
}

/* line 106, ../../../../sass/plugins/_iconmoon.scss */
.icon-clock:before {
  content: "\e907";
}

/* line 109, ../../../../sass/plugins/_iconmoon.scss */
.icon-download:before {
  content: "\e908";
}

/* line 112, ../../../../sass/plugins/_iconmoon.scss */
.icon-friends:before {
  content: "\e909";
}

/* line 115, ../../../../sass/plugins/_iconmoon.scss */
.icon-group:before {
  content: "\e90a";
}

/* line 118, ../../../../sass/plugins/_iconmoon.scss */
.icon-headset:before {
  content: "\e90b";
}

/* line 121, ../../../../sass/plugins/_iconmoon.scss */
.icon-hipster:before {
  content: "\e90c";
}

/* line 124, ../../../../sass/plugins/_iconmoon.scss */
.icon-lamp:before {
  content: "\e90d";
}

/* line 127, ../../../../sass/plugins/_iconmoon.scss */
.icon-like:before {
  content: "\e90e";
}

/* line 130, ../../../../sass/plugins/_iconmoon.scss */
.icon-map:before {
  content: "\e90f";
}

/* line 133, ../../../../sass/plugins/_iconmoon.scss */
.icon-men:before {
  content: "\e910";
}

/* line 136, ../../../../sass/plugins/_iconmoon.scss */
.icon-monument:before {
  content: "\e911";
}

/* line 139, ../../../../sass/plugins/_iconmoon.scss */
.icon-new:before {
  content: "\e912";
}

/* line 142, ../../../../sass/plugins/_iconmoon.scss */
.icon-pig:before {
  content: "\e913";
}

/* line 145, ../../../../sass/plugins/_iconmoon.scss */
.icon-pdf:before {
  content: "\e914";
}

/* line 148, ../../../../sass/plugins/_iconmoon.scss */
.icon-play:before {
  content: "\e915";
}

/* line 151, ../../../../sass/plugins/_iconmoon.scss */
.icon-row:before {
  content: "\e916";
}

/* line 154, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE917:before {
  content: "\e917";
}

/* line 157, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE918:before {
  content: "\e918";
}

/* line 160, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE919:before {
  content: "\e919";
}

/* line 163, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91A:before {
  content: "\e91a";
}

/* line 166, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91B:before {
  content: "\e91b";
}

/* line 169, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91C:before {
  content: "\e91c";
}

/* line 172, ../../../../sass/plugins/_iconmoon.scss */
.icon-sea:before {
  content: "\e91d";
}

/* line 175, ../../../../sass/plugins/_iconmoon.scss */
.icon-slide:before {
  content: "\e91e";
}

/* line 178, ../../../../sass/plugins/_iconmoon.scss */
.icon-smile:before {
  content: "\e91f";
}

/* line 181, ../../../../sass/plugins/_iconmoon.scss */
.icon-tick:before {
  content: "\e920";
}

/* line 184, ../../../../sass/plugins/_iconmoon.scss */
.icon-ticket:before {
  content: "\e921";
}

/* line 187, ../../../../sass/plugins/_iconmoon.scss */
.icon-trees:before {
  content: "\e922";
}

/* line 190, ../../../../sass/plugins/_iconmoon.scss */
.icon-upgrade:before {
  content: "\e923";
}

/* line 193, ../../../../sass/plugins/_iconmoon.scss */
.icon-watergame:before {
  content: "\e924";
}

/* line 196, ../../../../sass/plugins/_iconmoon.scss */
.icon-wedding:before {
  content: "\e925";
}

/* line 199, ../../../../sass/plugins/_iconmoon.scss */
.icon-basketball:before {
  content: "\e926";
}

/* line 202, ../../../../sass/plugins/_iconmoon.scss */
.icon-books:before {
  content: "\e927";
}

/* line 205, ../../../../sass/plugins/_iconmoon.scss */
.icon-calendar:before {
  content: "\e928";
}

/* line 208, ../../../../sass/plugins/_iconmoon.scss */
.icon-candles:before {
  content: "\e929";
}

/* line 211, ../../../../sass/plugins/_iconmoon.scss */
.icon-coins:before {
  content: "\e92a";
}

/* line 214, ../../../../sass/plugins/_iconmoon.scss */
.icon-cup:before {
  content: "\e92b";
}

/* line 217, ../../../../sass/plugins/_iconmoon.scss */
.icon-cutlery:before {
  content: "\e92c";
}

/* line 220, ../../../../sass/plugins/_iconmoon.scss */
.icon-dice:before {
  content: "\e92d";
}

/* line 223, ../../../../sass/plugins/_iconmoon.scss */
.icon-doc:before {
  content: "\e92e";
}

/* line 226, ../../../../sass/plugins/_iconmoon.scss */
.icon-email:before {
  content: "\e92f";
}

/* line 229, ../../../../sass/plugins/_iconmoon.scss */
.icon-euro:before {
  content: "\e930";
}

/* line 232, ../../../../sass/plugins/_iconmoon.scss */
.icon-info:before {
  content: "\e931";
}

/* line 235, ../../../../sass/plugins/_iconmoon.scss */
.icon-light:before {
  content: "\e932";
}

/* line 238, ../../../../sass/plugins/_iconmoon.scss */
.icon-night:before {
  content: "\e933";
}

/* line 241, ../../../../sass/plugins/_iconmoon.scss */
.icon-pet:before {
  content: "\e934";
}

/* line 244, ../../../../sass/plugins/_iconmoon.scss */
.icon-shell:before {
  content: "\e935";
}

/* line 247, ../../../../sass/plugins/_iconmoon.scss */
.icon-sofa:before {
  content: "\e936";
}

/* line 250, ../../../../sass/plugins/_iconmoon.scss */
.icon-star:before {
  content: "\e937";
}

/* line 253, ../../../../sass/plugins/_iconmoon.scss */
.icon-user:before {
  content: "\e938";
}

/* line 256, ../../../../sass/plugins/_iconmoon.scss */
.icon-wii:before {
  content: "\e939";
}

/* line 259, ../../../../sass/plugins/_iconmoon.scss */
.icon-ball:before {
  content: "\e93a";
}

/* line 262, ../../../../sass/plugins/_iconmoon.scss */
.icon-booking:before {
  content: "\e93b";
}

/* line 265, ../../../../sass/plugins/_iconmoon.scss */
.icon-cleanset:before {
  content: "\e93c";
}

/* line 268, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment:before {
  content: "\e93d";
}

/* line 271, ../../../../sass/plugins/_iconmoon.scss */
.icon-ethernet:before {
  content: "\e93e";
}

/* line 274, ../../../../sass/plugins/_iconmoon.scss */
.icon-eye:before {
  content: "\e93f";
}

/* line 277, ../../../../sass/plugins/_iconmoon.scss */
.icon-feet:before {
  content: "\e940";
}

/* line 280, ../../../../sass/plugins/_iconmoon.scss */
.icon-fridge:before {
  content: "\e941";
}

/* line 283, ../../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier:before {
  content: "\e942";
}

/* line 286, ../../../../sass/plugins/_iconmoon.scss */
.icon-handicap:before {
  content: "\e943";
}

/* line 289, ../../../../sass/plugins/_iconmoon.scss */
.icon-iron:before {
  content: "\e944";
}

/* line 292, ../../../../sass/plugins/_iconmoon.scss */
.icon-key:before {
  content: "\e945";
}

/* line 295, ../../../../sass/plugins/_iconmoon.scss */
.icon-lift:before {
  content: "\e946";
}

/* line 298, ../../../../sass/plugins/_iconmoon.scss */
.icon-mapmarker:before {
  content: "\e947";
}

/* line 301, ../../../../sass/plugins/_iconmoon.scss */
.icon-mask:before {
  content: "\e948";
}

/* line 304, ../../../../sass/plugins/_iconmoon.scss */
.icon-mouse:before {
  content: "\e949";
}

/* line 307, ../../../../sass/plugins/_iconmoon.scss */
.icon-movie:before {
  content: "\e94a";
}

/* line 310, ../../../../sass/plugins/_iconmoon.scss */
.icon-mug:before {
  content: "\e94b";
}

/* line 313, ../../../../sass/plugins/_iconmoon.scss */
.icon-plug:before {
  content: "\e94c";
}

/* line 316, ../../../../sass/plugins/_iconmoon.scss */
.icon-plus:before {
  content: "\e94d";
}

/* line 319, ../../../../sass/plugins/_iconmoon.scss */
.icon-printer:before {
  content: "\e94e";
}

/* line 322, ../../../../sass/plugins/_iconmoon.scss */
.icon-sack:before {
  content: "\e94f";
}

/* line 325, ../../../../sass/plugins/_iconmoon.scss */
.icon-shower:before {
  content: "\e950";
}

/* line 328, ../../../../sass/plugins/_iconmoon.scss */
.icon-solarium:before {
  content: "\e951";
}

/* line 331, ../../../../sass/plugins/_iconmoon.scss */
.icon-tenis:before {
  content: "\e952";
}

/* line 334, ../../../../sass/plugins/_iconmoon.scss */
.icon-tv:before {
  content: "\e953";
}

/* line 337, ../../../../sass/plugins/_iconmoon.scss */
.icon-window:before {
  content: "\e954";
}

/* line 340, ../../../../sass/plugins/_iconmoon.scss */
.icon-apple:before {
  content: "\e955";
}

/* line 343, ../../../../sass/plugins/_iconmoon.scss */
.icon-bathrobe:before {
  content: "\e956";
}

/* line 346, ../../../../sass/plugins/_iconmoon.scss */
.icon-bell:before {
  content: "\e957";
}

/* line 349, ../../../../sass/plugins/_iconmoon.scss */
.icon-building:before {
  content: "\e958";
}

/* line 352, ../../../../sass/plugins/_iconmoon.scss */
.icon-car:before {
  content: "\e959";
}

/* line 355, ../../../../sass/plugins/_iconmoon.scss */
.icon-cigar:before {
  content: "\e95a";
}

/* line 358, ../../../../sass/plugins/_iconmoon.scss */
.icon-comments:before {
  content: "\e95b";
}

/* line 361, ../../../../sass/plugins/_iconmoon.scss */
.icon-coolheart:before {
  content: "\e95c";
}

/* line 364, ../../../../sass/plugins/_iconmoon.scss */
.icon-cupboard:before {
  content: "\e95d";
}

/* line 367, ../../../../sass/plugins/_iconmoon.scss */
.icon-dimensions:before {
  content: "\e95e";
}

/* line 370, ../../../../sass/plugins/_iconmoon.scss */
.icon-family:before {
  content: "\e95f";
}

/* line 373, ../../../../sass/plugins/_iconmoon.scss */
.icon-flattv:before {
  content: "\e960";
}

/* line 376, ../../../../sass/plugins/_iconmoon.scss */
.icon-formaluser:before {
  content: "\e961";
}

/* line 379, ../../../../sass/plugins/_iconmoon.scss */
.icon-guarantee:before {
  content: "\e962";
}

/* line 382, ../../../../sass/plugins/_iconmoon.scss */
.icon-gift:before {
  content: "\e963";
}

/* line 385, ../../../../sass/plugins/_iconmoon.scss */
.icon-lock:before {
  content: "\e964";
}

/* line 388, ../../../../sass/plugins/_iconmoon.scss */
.icon-movie2:before {
  content: "\e965";
}

/* line 391, ../../../../sass/plugins/_iconmoon.scss */
.icon-picasa:before {
  content: "\e966";
}

/* line 394, ../../../../sass/plugins/_iconmoon.scss */
.icon-roulette:before {
  content: "\e967";
}

/* line 397, ../../../../sass/plugins/_iconmoon.scss */
.icon-sauna:before {
  content: "\e968";
}

/* line 400, ../../../../sass/plugins/_iconmoon.scss */
.icon-shower2:before {
  content: "\e969";
}

/* line 403, ../../../../sass/plugins/_iconmoon.scss */
.icon-singlebed:before {
  content: "\e96a";
}

/* line 406, ../../../../sass/plugins/_iconmoon.scss */
.icon-ski:before {
  content: "\e96b";
}

/* line 409, ../../../../sass/plugins/_iconmoon.scss */
.icon-smartphone:before {
  content: "\e96c";
}

/* line 412, ../../../../sass/plugins/_iconmoon.scss */
.icon-student:before {
  content: "\e96d";
}

/* line 415, ../../../../sass/plugins/_iconmoon.scss */
.icon-thermometer:before {
  content: "\e96e";
}

/* line 418, ../../../../sass/plugins/_iconmoon.scss */
.icon-washer:before {
  content: "\e96f";
}

/* line 421, ../../../../sass/plugins/_iconmoon.scss */
.icon-drinks:before {
  content: "\e970";
}

/* line 424, ../../../../sass/plugins/_iconmoon.scss */
.icon-drinks2:before {
  content: "\e971";
}

/* line 427, ../../../../sass/plugins/_iconmoon.scss */
.icon-airconditioner:before {
  content: "\e972";
}

/* line 430, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowdown:before {
  content: "\e973";
}

/* line 433, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowleft:before {
  content: "\e974";
}

/* line 436, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowright:before {
  content: "\e975";
}

/* line 439, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowup:before {
  content: "\e976";
}

/* line 442, ../../../../sass/plugins/_iconmoon.scss */
.icon-bag:before {
  content: "\e977";
}

/* line 445, ../../../../sass/plugins/_iconmoon.scss */
.icon-bike2:before {
  content: "\e978";
}

/* line 448, ../../../../sass/plugins/_iconmoon.scss */
.icon-biker:before {
  content: "\e979";
}

/* line 451, ../../../../sass/plugins/_iconmoon.scss */
.icon-briefcase:before {
  content: "\e97a";
}

/* line 454, ../../../../sass/plugins/_iconmoon.scss */
.icon-card:before {
  content: "\e97b";
}

/* line 457, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktail:before {
  content: "\e97c";
}

/* line 460, ../../../../sass/plugins/_iconmoon.scss */
.icon-cooker:before {
  content: "\e97d";
}

/* line 463, ../../../../sass/plugins/_iconmoon.scss */
.icon-drop:before {
  content: "\e97e";
}

/* line 466, ../../../../sass/plugins/_iconmoon.scss */
.icon-gym:before {
  content: "\e97f";
}

/* line 469, ../../../../sass/plugins/_iconmoon.scss */
.icon-info2:before {
  content: "\e980";
}

/* line 472, ../../../../sass/plugins/_iconmoon.scss */
.icon-massage:before {
  content: "\e981";
}

/* line 475, ../../../../sass/plugins/_iconmoon.scss */
.icon-moon:before {
  content: "\e982";
}

/* line 478, ../../../../sass/plugins/_iconmoon.scss */
.icon-music:before {
  content: "\e983";
}

/* line 481, ../../../../sass/plugins/_iconmoon.scss */
.icon-news:before {
  content: "\e984";
}

/* line 484, ../../../../sass/plugins/_iconmoon.scss */
.icon-nosmoke:before {
  content: "\e985";
}

/* line 487, ../../../../sass/plugins/_iconmoon.scss */
.icon-parking:before {
  content: "\e986";
}

/* line 490, ../../../../sass/plugins/_iconmoon.scss */
.icon-phone1:before {
  content: "\e987";
}

/* line 493, ../../../../sass/plugins/_iconmoon.scss */
.icon-phone2:before {
  content: "\e988";
}

/* line 496, ../../../../sass/plugins/_iconmoon.scss */
.icon-pictures:before {
  content: "\e989";
}

/* line 499, ../../../../sass/plugins/_iconmoon.scss */
.icon-plane:before {
  content: "\e98a";
}

/* line 502, ../../../../sass/plugins/_iconmoon.scss */
.icon-shield:before {
  content: "\e98b";
}

/* line 505, ../../../../sass/plugins/_iconmoon.scss */
.icon-spa:before {
  content: "\e98c";
}

/* line 508, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun:before {
  content: "\e98d";
}

/* line 511, ../../../../sass/plugins/_iconmoon.scss */
.icon-ball2:before {
  content: "\e98e";
}

/* line 514, ../../../../sass/plugins/_iconmoon.scss */
.icon-bubbles:before {
  content: "\e98f";
}

/* line 517, ../../../../sass/plugins/_iconmoon.scss */
.icon-cot:before {
  content: "\e990";
}

/* line 520, ../../../../sass/plugins/_iconmoon.scss */
.icon-cutlery2:before {
  content: "\e991";
}

/* line 523, ../../../../sass/plugins/_iconmoon.scss */
.icon-golfplayer:before {
  content: "\e992";
}

/* line 526, ../../../../sass/plugins/_iconmoon.scss */
.icon-heart:before {
  content: "\e993";
}

/* line 529, ../../../../sass/plugins/_iconmoon.scss */
.icon-towels:before {
  content: "\e994";
}

/* line 532, ../../../../sass/plugins/_iconmoon.scss */
.icon-tree:before {
  content: "\e995";
}

/* line 535, ../../../../sass/plugins/_iconmoon.scss */
.icon-wifi:before {
  content: "\e996";
}

/* line 538, ../../../../sass/plugins/_iconmoon.scss */
.icon-alarmclock:before {
  content: "\e997";
}

/* line 541, ../../../../sass/plugins/_iconmoon.scss */
.icon-amenities:before {
  content: "\e998";
}

/* line 544, ../../../../sass/plugins/_iconmoon.scss */
.icon-astronomy:before {
  content: "\e999";
}

/* line 547, ../../../../sass/plugins/_iconmoon.scss */
.icon-barbecue:before {
  content: "\e99a";
}

/* line 550, ../../../../sass/plugins/_iconmoon.scss */
.icon-bells:before {
  content: "\e99b";
}

/* line 553, ../../../../sass/plugins/_iconmoon.scss */
.icon-bottle:before {
  content: "\e99c";
}

/* line 556, ../../../../sass/plugins/_iconmoon.scss */
.icon-bottle2:before {
  content: "\e99d";
}

/* line 559, ../../../../sass/plugins/_iconmoon.scss */
.icon-breakfast:before {
  content: "\e99e";
}

/* line 562, ../../../../sass/plugins/_iconmoon.scss */
.icon-broom:before {
  content: "\e99f";
}

/* line 565, ../../../../sass/plugins/_iconmoon.scss */
.icon-buffet2:before {
  content: "\e9a0";
}

/* line 568, ../../../../sass/plugins/_iconmoon.scss */
.icon-calendar2:before {
  content: "\e9a1";
}

/* line 571, ../../../../sass/plugins/_iconmoon.scss */
.icon-camera:before {
  content: "\e9a2";
}

/* line 574, ../../../../sass/plugins/_iconmoon.scss */
.icon-camera2:before {
  content: "\e9a3";
}

/* line 577, ../../../../sass/plugins/_iconmoon.scss */
.icon-caravan:before {
  content: "\e9a4";
}

/* line 580, ../../../../sass/plugins/_iconmoon.scss */
.icon-champagne:before {
  content: "\e9a5";
}

/* line 583, ../../../../sass/plugins/_iconmoon.scss */
.icon-chocolate:before {
  content: "\e9a6";
}

/* line 586, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble:before {
  content: "\e9a7";
}

/* line 589, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble2:before {
  content: "\e9a8";
}

/* line 592, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmastree:before {
  content: "\e9a9";
}

/* line 595, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmastree2:before {
  content: "\e9aa";
}

/* line 598, ../../../../sass/plugins/_iconmoon.scss */
.icon-chronometer:before {
  content: "\e9ab";
}

/* line 601, ../../../../sass/plugins/_iconmoon.scss */
.icon-clic:before {
  content: "\e9ac";
}

/* line 604, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktail2:before {
  content: "\e9ad";
}

/* line 607, ../../../../sass/plugins/_iconmoon.scss */
.icon-coffee:before {
  content: "\e9ae";
}

/* line 610, ../../../../sass/plugins/_iconmoon.scss */
.icon-coffee2:before {
  content: "\e9af";
}

/* line 613, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment2:before {
  content: "\e9b0";
}

/* line 616, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment3:before {
  content: "\e9b1";
}

/* line 619, ../../../../sass/plugins/_iconmoon.scss */
.icon-comments2:before {
  content: "\e9b2";
}

/* line 622, ../../../../sass/plugins/_iconmoon.scss */
.icon-cushions:before {
  content: "\e9b3";
}

/* line 625, ../../../../sass/plugins/_iconmoon.scss */
.icon-cushions2:before {
  content: "\e9b4";
}

/* line 628, ../../../../sass/plugins/_iconmoon.scss */
.icon-deaf:before {
  content: "\e9b5";
}

/* line 631, ../../../../sass/plugins/_iconmoon.scss */
.icon-design:before {
  content: "\e9b6";
}

/* line 634, ../../../../sass/plugins/_iconmoon.scss */
.icon-desktop:before {
  content: "\e9b7";
}

/* line 637, ../../../../sass/plugins/_iconmoon.scss */
.icon-dishes:before {
  content: "\e9b8";
}

/* line 640, ../../../../sass/plugins/_iconmoon.scss */
.icon-dollar:before {
  content: "\e9b9";
}

/* line 643, ../../../../sass/plugins/_iconmoon.scss */
.icon-download2:before {
  content: "\e9ba";
}

/* line 646, ../../../../sass/plugins/_iconmoon.scss */
.icon-family2:before {
  content: "\e9bb";
}

/* line 649, ../../../../sass/plugins/_iconmoon.scss */
.icon-fireworks:before {
  content: "\e9bc";
}

/* line 652, ../../../../sass/plugins/_iconmoon.scss */
.icon-flipflops:before {
  content: "\e9bd";
}

/* line 655, ../../../../sass/plugins/_iconmoon.scss */
.icon-friends2:before {
  content: "\e9be";
}

/* line 658, ../../../../sass/plugins/_iconmoon.scss */
.icon-fruit:before {
  content: "\e9bf";
}

/* line 661, ../../../../sass/plugins/_iconmoon.scss */
.icon-gender:before {
  content: "\e9c0";
}

/* line 664, ../../../../sass/plugins/_iconmoon.scss */
.icon-gift2:before {
  content: "\e9c1";
}

/* line 667, ../../../../sass/plugins/_iconmoon.scss */
.icon-gifts:before {
  content: "\e9c2";
}

/* line 670, ../../../../sass/plugins/_iconmoon.scss */
.icon-gold:before {
  content: "\e9c3";
}

/* line 673, ../../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier2:before {
  content: "\e9c4";
}

/* line 676, ../../../../sass/plugins/_iconmoon.scss */
.icon-hammock:before {
  content: "\e9c5";
}

/* line 679, ../../../../sass/plugins/_iconmoon.scss */
.icon-hammock2:before {
  content: "\e9c6";
}

/* line 682, ../../../../sass/plugins/_iconmoon.scss */
.icon-heart2:before {
  content: "\e9c7";
}

/* line 685, ../../../../sass/plugins/_iconmoon.scss */
.icon-homepage:before {
  content: "\e9c8";
}

/* line 688, ../../../../sass/plugins/_iconmoon.scss */
.icon-hotel:before {
  content: "\e9c9";
}

/* line 691, ../../../../sass/plugins/_iconmoon.scss */
.icon-ice:before {
  content: "\e9ca";
}

/* line 694, ../../../../sass/plugins/_iconmoon.scss */
.icon-kettle:before {
  content: "\e9cb";
}

/* line 697, ../../../../sass/plugins/_iconmoon.scss */
.icon-kitchen:before {
  content: "\e9cc";
}

/* line 700, ../../../../sass/plugins/_iconmoon.scss */
.icon-latecheckout:before {
  content: "\e9cd";
}

/* line 703, ../../../../sass/plugins/_iconmoon.scss */
.icon-luggage:before {
  content: "\e9ce";
}

/* line 706, ../../../../sass/plugins/_iconmoon.scss */
.icon-meeting:before {
  content: "\e9cf";
}

/* line 709, ../../../../sass/plugins/_iconmoon.scss */
.icon-microwave:before {
  content: "\e9d0";
}

/* line 712, ../../../../sass/plugins/_iconmoon.scss */
.icon-monument2:before {
  content: "\e9d1";
}

/* line 715, ../../../../sass/plugins/_iconmoon.scss */
.icon-mouse1:before {
  content: "\e9d2";
}

/* line 718, ../../../../sass/plugins/_iconmoon.scss */
.icon-nani:before {
  content: "\e9d3";
}

/* line 721, ../../../../sass/plugins/_iconmoon.scss */
.icon-offer2:before {
  content: "\e9d4";
}

/* line 724, ../../../../sass/plugins/_iconmoon.scss */
.icon-offers:before {
  content: "\e9d5";
}

/* line 727, ../../../../sass/plugins/_iconmoon.scss */
.icon-percent2:before {
  content: "\e9d6";
}

/* line 730, ../../../../sass/plugins/_iconmoon.scss */
.icon-player:before {
  content: "\e9d7";
}

/* line 733, ../../../../sass/plugins/_iconmoon.scss */
.icon-romantic:before {
  content: "\e9d8";
}

/* line 736, ../../../../sass/plugins/_iconmoon.scss */
.icon-roomservice:before {
  content: "\e9d9";
}

/* line 739, ../../../../sass/plugins/_iconmoon.scss */
.icon-santa:before {
  content: "\e9da";
}

/* line 742, ../../../../sass/plugins/_iconmoon.scss */
.icon-satellite:before {
  content: "\e9db";
}

/* line 745, ../../../../sass/plugins/_iconmoon.scss */
.icon-sea2:before {
  content: "\e9dc";
}

/* line 748, ../../../../sass/plugins/_iconmoon.scss */
.icon-settings:before {
  content: "\e9dd";
}

/* line 751, ../../../../sass/plugins/_iconmoon.scss */
.icon-shield2:before {
  content: "\e9de";
}

/* line 754, ../../../../sass/plugins/_iconmoon.scss */
.icon-slippers:before {
  content: "\e9df";
}

/* line 757, ../../../../sass/plugins/_iconmoon.scss */
.icon-snowflakeeps:before {
  content: "\e9e0";
}

/* line 760, ../../../../sass/plugins/_iconmoon.scss */
.icon-soap:before {
  content: "\e9e1";
}

/* line 763, ../../../../sass/plugins/_iconmoon.scss */
.icon-sofa2:before {
  content: "\e9e2";
}

/* line 766, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbreakfast:before {
  content: "\e9e3";
}

/* line 769, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialfamily:before {
  content: "\e9e4";
}

/* line 772, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialreception:before {
  content: "\e9e5";
}

/* line 775, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialshower:before {
  content: "\e9e6";
}

/* line 778, ../../../../sass/plugins/_iconmoon.scss */
.icon-suit:before {
  content: "\e9e7";
}

/* line 781, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun2:before {
  content: "\e9e8";
}

/* line 784, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun3:before {
  content: "\e9e9";
}

/* line 787, ../../../../sass/plugins/_iconmoon.scss */
.icon-tie:before {
  content: "\e9ea";
}

/* line 790, ../../../../sass/plugins/_iconmoon.scss */
.icon-toaster:before {
  content: "\e9eb";
}

/* line 793, ../../../../sass/plugins/_iconmoon.scss */
.icon-toilet:before {
  content: "\e9ec";
}

/* line 796, ../../../../sass/plugins/_iconmoon.scss */
.icon-washer2:before {
  content: "\e9ed";
}

/* line 799, ../../../../sass/plugins/_iconmoon.scss */
.icon-waterpark:before {
  content: "\e9ee";
}

/* line 802, ../../../../sass/plugins/_iconmoon.scss */
.icon-wine:before {
  content: "\e9ef";
}

/* line 805, ../../../../sass/plugins/_iconmoon.scss */
.icon-world:before {
  content: "\e9f0";
}

/* line 808, ../../../../sass/plugins/_iconmoon.scss */
.icon-www:before {
  content: "\e9f1";
}

/* line 811, ../../../../sass/plugins/_iconmoon.scss */
.icon-adults:before {
  content: "\e9f2";
}

/* line 814, ../../../../sass/plugins/_iconmoon.scss */
.icon-percentpig:before {
  content: "\e9f3";
}

/* line 817, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialwifi:before {
  content: "\e9f4";
}

/* line 820, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbuilding:before {
  content: "\e9f5";
}

/* line 823, ../../../../sass/plugins/_iconmoon.scss */
.icon-speciallunch:before {
  content: "\e9f6";
}

/* line 826, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialweb:before {
  content: "\e9f7";
}

/* line 829, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbed:before {
  content: "\e9f8";
}

/* line 832, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialevents:before {
  content: "\e9f9";
}

/* line 835, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialpool:before {
  content: "\e9fa";
}

/* line 838, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbeds:before {
  content: "\e9fb";
}

/* line 841, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialcalendar:before {
  content: "\e9fc";
}

/* line 844, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialfitness:before {
  content: "\e9fd";
}

/* line 847, ../../../../sass/plugins/_iconmoon.scss */
.icon-speciallocation:before {
  content: "\e9fe";
}

/* line 850, ../../../../sass/plugins/_iconmoon.scss */
.icon-settings2:before {
  content: "\e9ff";
}

/* line 853, ../../../../sass/plugins/_iconmoon.scss */
.icon-nopets:before {
  content: "\ea00";
}

/* line 856, ../../../../sass/plugins/_iconmoon.scss */
.icon-videocamera:before {
  content: "\ea01";
}

/* line 859, ../../../../sass/plugins/_iconmoon.scss */
.icon-window1:before {
  content: "\ea02";
}

/* line 862, ../../../../sass/plugins/_iconmoon.scss */
.icon-offer:before {
  content: "\ea03";
}

/* line 865, ../../../../sass/plugins/_iconmoon.scss */
.icon-save:before {
  content: "\ea04";
}

/* line 868, ../../../../sass/plugins/_iconmoon.scss */
.icon-plane2:before {
  content: "\ea05";
}

/* line 871, ../../../../sass/plugins/_iconmoon.scss */
.icon-longarrow:before {
  content: "\ea06";
}

/* line 874, ../../../../sass/plugins/_iconmoon.scss */
.icon-paraty:before {
  content: "\ea07";
}

/* line 877, ../../../../sass/plugins/_iconmoon.scss */
.icon-horseshoe:before {
  content: "\ea08";
}

/* line 880, ../../../../sass/plugins/_iconmoon.scss */
.icon-balloons:before {
  content: "\ea09";
}

/* line 883, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tiger:before {
  content: "\ea0a";
}

/* line 886, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-2drinks:before {
  content: "\ea0b";
}

/* line 889, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bbq:before {
  content: "\ea0c";
}

/* line 892, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-disco:before {
  content: "\ea0d";
}

/* line 895, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-pasta:before {
  content: "\ea0e";
}

/* line 898, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-snack:before {
  content: "\ea0f";
}

/* line 901, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-archery:before {
  content: "\ea10";
}

/* line 904, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-football:before {
  content: "\ea11";
}

/* line 907, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-gameboard:before {
  content: "\ea12";
}

/* line 910, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-golf:before {
  content: "\ea13";
}

/* line 913, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hotbath:before {
  content: "\ea14";
}

/* line 916, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hotpool:before {
  content: "\ea15";
}

/* line 919, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-iron:before {
  content: "\ea16";
}

/* line 922, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-jetshower:before {
  content: "\ea17";
}

/* line 925, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-massage:before {
  content: "\ea18";
}

/* line 928, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-petanque:before {
  content: "\ea19";
}

/* line 931, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-phone:before {
  content: "\ea1a";
}

/* line 934, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shooting:before {
  content: "\ea1b";
}

/* line 937, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-volleyball:before {
  content: "\ea1c";
}

/* line 940, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-balloons:before {
  content: "\ea1d";
}

/* line 943, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bike:before {
  content: "\ea1e";
}

/* line 946, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-gift:before {
  content: "\ea1f";
}

/* line 949, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-jacuzzi:before {
  content: "\ea20";
}

/* line 952, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-mouse:before {
  content: "\ea21";
}

/* line 955, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-movie:before {
  content: "\ea22";
}

/* line 958, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-playground:before {
  content: "\ea23";
}

/* line 961, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-playingcards:before {
  content: "\ea24";
}

/* line 964, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shopping:before {
  content: "\ea25";
}

/* line 967, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shower:before {
  content: "\ea26";
}

/* line 970, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-sofa:before {
  content: "\ea27";
}

/* line 973, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-washing:before {
  content: "\ea28";
}

/* line 976, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bills:before {
  content: "\ea29";
}

/* line 979, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-car:before {
  content: "\ea2a";
}

/* line 982, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard:before {
  content: "\ea2b";
}

/* line 985, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-drink:before {
  content: "\ea2c";
}

/* line 988, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-fruit:before {
  content: "\ea2d";
}

/* line 991, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-lock:before {
  content: "\ea2e";
}

/* line 994, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-offer:before {
  content: "\ea2f";
}

/* line 997, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-spa:before {
  content: "\ea30";
}

/* line 1000, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tennis:before {
  content: "\ea31";
}

/* line 1003, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-aircon:before {
  content: "\ea32";
}

/* line 1006, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hairdryer:before {
  content: "\ea33";
}

/* line 1009, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-kitchen:before {
  content: "\ea34";
}

/* line 1012, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tv:before {
  content: "\ea35";
}

/* line 1015, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-wifi:before {
  content: "\ea36";
}

/* line 1018, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-clock:before {
  content: "\ea37";
}

/* line 1021, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-lightning:before {
  content: "\ea38";
}

/* line 1024, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-piggybank:before {
  content: "\ea39";
}

/* line 1027, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-pricetag:before {
  content: "\ea3a";
}

/* line 1030, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard2:before {
  content: "\ea3b";
}

/* line 1033, ../../../../sass/plugins/_iconmoon.scss */
.icon-360:before {
  content: "\ea3c";
}

/* line 1036, ../../../../sass/plugins/_iconmoon.scss */
.icon-contactless:before {
  content: "\ea3d";
}

/* line 1039, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-umbrella:before {
  content: "\ea3e";
}

/* line 1042, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-sun:before {
  content: "\ea3f";
}

/* line 1045, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-slippers:before {
  content: "\ea40";
}

/* line 1048, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-mail:before {
  content: "\ea41";
}

/* line 1051, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-comment:before {
  content: "\ea42";
}

/* line 8, ../../../../sass/plugins/_effects.scss */
.effects_sass {
  visibility: hidden;
}

/*=== Translate None with fadeOut ===*/
/*=== Translate From Bottom with fadeOut ===*/
@-webkit-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 76, ../../../../sass/plugins/_effects.scss */
.slide_up_effect {
  -webkit-animation: slide_up 1s;
  /* Safari 4+ */
  -moz-animation: slide_up 1s;
  /* Fx 5+ */
  -o-animation: slide_up 1s;
  /* Opera 12+ */
  animation: slide_up 1s;
}

@-webkit-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 117, ../../../../sass/plugins/_effects.scss */
.slide_right_effect {
  -webkit-animation: slide_right 1s;
  /* Safari 4+ */
  -moz-animation: slide_right 1s;
  /* Fx 5+ */
  -o-animation: slide_right 1s;
  /* Opera 12+ */
  animation: slide_right 1s;
}

/*=== Translate From Bottom witout fadeOut ===*/
@-webkit-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 174, ../../../../sass/plugins/_effects.scss */
.slide_up_no_fade_out_effect {
  -webkit-animation: slide_up_no_fade_out 1s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1s;
}

/*=== Fade Out Effect ===*/
@-webkit-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 223, ../../../../sass/plugins/_effects.scss */
.fade_out_trigger {
  -webkit-animation: fade_out_effect 1.5s;
  /* Safari 4+ */
  -moz-animation: fade_out_effect 1.5s;
  /* Fx 5+ */
  -o-animation: fade_out_effect 1.5s;
  /* Opera 12+ */
  animation: fade_out_effect 1.5s;
}

/*=== Pendule Effect ===*/
/*=== initial transform ===*/
@-webkit-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-moz-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-o-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
/* line 276, ../../../../sass/plugins/_effects.scss */
.pendule {
  -webkit-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Safari 4+ */
  -moz-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Fx 5+ */
  -o-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Opera 12+ */
  animation: pendule 2s ease-in-out 0s infinite alternate;
}

/*=== Text Translate ===*/
/* line 281, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom {
  overflow: hidden;
  position: relative;
}
/* line 285, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom::after {
  content: attr(data-content);
  left: 0;
  position: absolute;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* line 293, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom span {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 299, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover::after {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 303, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover span {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/*=== Flip Effect ===*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
/* line 358, ../../../../sass/plugins/_effects.scss */
.flip {
  -webkit-animation: flip 3s ease-in-out 0s infinite;
  /* Safari 4+ */
  -moz-animation: flip 3s ease-in-out 0s infinite;
  /* Fx 5+ */
  -o-animation: flip 3s ease-in-out 0s infinite;
  /* Opera 12+ */
  animation: flip 3s ease-in-out 0s infinite;
}

/*=== moveBright Effect ===*/
@-webkit-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-moz-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-o-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
/* line 2, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* line 7, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos {
  display: table;
}
/* line 10, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos a {
  overflow: hidden;
  display: inline-block;
  width: calc(100%/6);
  float: left;
  position: relative;
}
/* line 17, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos a:hover:before {
  opacity: 1;
}
/* line 21, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* line 29, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos a.iframe_video:before {
  display: none;
}
/* line 33, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos a iframe {
  width: 100%;
  height: 100%;
}
/* line 39, ../../../../sass/gallerys/_gallery_full_width.scss */
.gallery_filter_wrapper .gallery_photos img {
  width: 100%;
  float: left;
  vertical-align: middle;
}

@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-Thin.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-ExtraLight.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-ExtraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat';
  src: url("../../static_1/fonts/Akrobat/Akrobat-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* line 3, ../../../../sass/booking/_booking_engine_7.scss */
.booking_widget {
  position: relative;
}

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

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

/* line 34, ../../../../sass/booking/_booking_engine_7.scss */
.destination_wrapper input {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 600;
  background: white;
}
/* line 41, ../../../../sass/booking/_booking_engine_7.scss */
.destination_wrapper input::-webkit-input-placeholder {
  color: #585d63;
}
/* line 45, ../../../../sass/booking/_booking_engine_7.scss */
.destination_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #585d63;
}
/* line 50, ../../../../sass/booking/_booking_engine_7.scss */
.destination_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #585d63;
}
/* line 55, ../../../../sass/booking/_booking_engine_7.scss */
.destination_wrapper input:-ms-input-placeholder {
  color: #585d63;
}

/* line 60, ../../../../sass/booking/_booking_engine_7.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 75, ../../../../sass/booking/_booking_engine_7.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 89, ../../../../sass/booking/_booking_engine_7.scss */
.departure_date_wrapper .date_day, .half_size .date_day {
  font-size: 21px !important;
}

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

/* line 103, ../../../../sass/booking/_booking_engine_7.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 109, ../../../../sass/booking/_booking_engine_7.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 30%;
}

/*===== Entry date =====*/
/* line 116, ../../../../sass/booking/_booking_engine_7.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 122, ../../../../sass/booking/_booking_engine_7.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 131, ../../../../sass/booking/_booking_engine_7.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 145, ../../../../sass/booking/_booking_engine_7.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 33.3%;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 152, ../../../../sass/booking/_booking_engine_7.scss */
.rooms_number_wrapper .room_list_wrapper li.room {
  float: right;
  width: 69%;
}
/* line 158, ../../../../sass/booking/_booking_engine_7.scss */
.rooms_number_wrapper .adults_selector {
  height: 70px;
  float: left;
  border-right: 1px solid gray;
  width: 46.5%;
}

/* line 166, ../../../../sass/booking/_booking_engine_7.scss */
.room_list_wrapper {
  display: table;
  float: right;
  width: 66.6%;
}
/* line 171, ../../../../sass/booking/_booking_engine_7.scss */
.room_list_wrapper .room_title {
  display: none;
}
/* line 175, ../../../../sass/booking/_booking_engine_7.scss */
.room_list_wrapper .adults_selector {
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
/* line 180, ../../../../sass/booking/_booking_engine_7.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 188, ../../../../sass/booking/_booking_engine_7.scss */
.room_list_wrapper .children_selector {
  width: 50% !important;
  padding: 7px 10px 5px;
  float: right;
}

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

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

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

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

/* line 216, ../../../../sass/booking/_booking_engine_7.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 228, ../../../../sass/booking/_booking_engine_7.scss */
.selectricItems {
  overflow: auto !important;
  width: 92px !important;
  margin-left: -11px;
  margin-top: 2px;
}
/* line 234, ../../../../sass/booking/_booking_engine_7.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 240, ../../../../sass/booking/_booking_engine_7.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 250, ../../../../sass/booking/_booking_engine_7.scss */
.selectricItems li:hover {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 257, ../../../../sass/booking/_booking_engine_7.scss */
.selectricItems ul {
  z-index: 40;
}
/* line 261, ../../../../sass/booking/_booking_engine_7.scss */
.selectricItems .room {
  padding-top: 17px;
}

/* line 267, ../../../../sass/booking/_booking_engine_7.scss */
#full-booking-engine-html-7 .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 280, ../../../../sass/booking/_booking_engine_7.scss */
.selectricWrapper .selectric .label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 28px;
  margin-left: 0;
  font-weight: 600;
}

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

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

/*======= Phone web support =======*/
/* line 297, ../../../../sass/booking/_booking_engine_7.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 305, ../../../../sass/booking/_booking_engine_7.scss */
.wrapper-new-web-support .web_support_number, .web_support_label_1 {
  font-size: 11px !important;
  margin-left: 5px;
}

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

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

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

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

/* line 368, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker th {
  font-weight: 300;
  font-size: 14px;
}
/* line 373, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-state-default, body .ui-widget-content .ui-state-default, body .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 383, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-widget-content .ui-state-hover {
  border: 0;
  background: #A4C8DC !important;
  color: white !important;
}
/* line 389, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-widget-content {
  border: 0;
  border-radius: 0;
  padding-bottom: 40px;
}
/* line 395, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-state-default {
  padding: 8px;
}
/* line 399, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker-start_date {
  opacity: 1 !important;
}
/* line 402, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker-start_date .ui-state-default {
  border: 0;
  background: #A4C8DC !important;
  color: white !important;
}
/* line 409, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker-highlighted .ui-state-default {
  border: 0;
  background: rgba(40, 96, 144, 0.25) !important;
}
/* line 414, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-widget-content .ui-state-active {
  border: 0;
  background: #A4C8DC !important;
  color: white !important;
}
/* line 420, ../../../../sass/booking/_booking_engine_7.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 426, ../../../../sass/booking/_booking_engine_7.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 436, ../../../../sass/booking/_booking_engine_7.scss */
body span.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\f104';
}
/* line 441, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
  background: none;
}
/* line 445, ../../../../sass/booking/_booking_engine_7.scss */
body .ui-datepicker-next.ui-state-hover, body .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 1px solid #636363;
}

/* line 452, ../../../../sass/booking/_booking_engine_7.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);
}

/* line 463, ../../../../sass/booking/_booking_engine_7.scss */
.start_end_date_wrapper {
  width: 290px;
  height: 47px;
  display: inline-block;
  background: white url(https://www.hotelferrero.com/img/simoa/calendar_ico.png?v=1) no-repeat 4px center;
  font-weight: 300;
  font-size: 14px;
  padding: 15px 33px 12px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

/* line 476, ../../../../sass/booking/_booking_engine_7.scss */
.dates_selector_personalized {
  display: inline-block;
  float: left;
  margin-right: 5px;
  position: relative;
}

/* line 483, ../../../../sass/booking/_booking_engine_7.scss */
.nights_number_wrapper_personalized {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  background: #F3D132;
  line-height: 16px;
}
/* line 492, ../../../../sass/booking/_booking_engine_7.scss */
.nights_number_wrapper_personalized span.days_number_datepicker {
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
/* line 501, ../../../../sass/booking/_booking_engine_7.scss */
.nights_number_wrapper_personalized span.night_label {
  color: white;
  font-size: 12px;
  text-align: center;
  display: block;
}
/* line 508, ../../../../sass/booking/_booking_engine_7.scss */
.nights_number_wrapper_personalized .ui-datepicker td {
  border: 0;
  padding: 1px 0;
}

/* line 514, ../../../../sass/booking/_booking_engine_7.scss */
.stay_selection {
  display: none !important;
}

/* line 518, ../../../../sass/booking/_booking_engine_7.scss */
label.dates_selector_label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 524, ../../../../sass/booking/_booking_engine_7.scss */
.start_date_datepicker, .departure_datepicker {
  position: absolute;
  top: 100%;
}

/* line 529, ../../../../sass/booking/_booking_engine_7.scss */
.close_calendar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #535454;
}
/* line 538, ../../../../sass/booking/_booking_engine_7.scss */
.close_calendar:before {
  content: "\f00d";
  font-family: FontAwesome;
  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%);
  color: white;
}

/* line 546, ../../../../sass/booking/_booking_engine_7.scss */
.entry_label_calendar, .departure_label_calendar {
  position: absolute;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  left: 0;
  font-weight: 300;
  color: white;
  font-size: 13px;
  background: #315390;
  width: 250px;
  line-height: 40px;
  padding-left: 18px;
  box-sizing: border-box;
}

/* line 2, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 4, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 7, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide > * {
  padding: 0 !important;
  background-color: transparent;
}
/* line 11, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide .calendar_popup_wrapper {
  background-color: transparent;
}
/* line 15, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .full_screen_engine .container_popup_booking {
  background-color: transparent !important;
  padding: 24px !important;
}
/* line 20, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  color: gray;
}
/* line 23, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 1, ../../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.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;
}
@-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 1, ../../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.fancy-booking-search_v2 .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;
}
@-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 1, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}
/* line 10, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: box_shadow .5s linear infinite;
}
/* line 22, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: white;
  animation: box_animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes box_animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes box_shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader {
  padding: 60px 0 70px;
}
/* line 3, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  background: #000;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
/* line 11, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}
/* line 14, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
/* line 17, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}
/* line 20, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}
/* line 23, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 7, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 15, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 30, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
/* line 34, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
/* line 38, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
/* line 43, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 49, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/* line 55, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 1, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots {
  padding: 40px 0;
  text-align: center;
  animation: dots-rotate 2s linear infinite;
}
/* line 5, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  content: '';
  animation: dots-margin 2s linear infinite;
}
/* line 9, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots span, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  margin: 5px;
}
@keyframes dots-margin {
  0% {
    margin: 5px;
  }
  12% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  25% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  62% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    margin: 5px;
  }
}
@keyframes dots-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 33, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_top_popup_booking {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}
/* line 41, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 46, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.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 57, ../../../../sass/booking/_booking_popupv2.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 65, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 70, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 75, ../../../../sass/booking/_booking_popupv2.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 84, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 88, ../../../../sass/booking/_booking_popupv2.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 101, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 105, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 108, ../../../../sass/booking/_booking_popupv2.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 116, ../../../../sass/booking/_booking_popupv2.scss */
.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 119, ../../../../sass/booking/_booking_popupv2.scss */
.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 123, ../../../../sass/booking/_booking_popupv2.scss */
.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 129, ../../../../sass/booking/_booking_popupv2.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 142, ../../../../sass/booking/_booking_popupv2.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 150, ../../../../sass/booking/_booking_popupv2.scss */
.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
}
/* line 156, ../../../../sass/booking/_booking_popupv2.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 166, ../../../../sass/booking/_booking_popupv2.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 174, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 178, ../../../../sass/booking/_booking_popupv2.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 187, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 191, ../../../../sass/booking/_booking_popupv2.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 204, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 208, ../../../../sass/booking/_booking_popupv2.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 211, ../../../../sass/booking/_booking_popupv2.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: #870023;
  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: #870023 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;
}

/* line 3, ../sass/widget/_booking_engine.scss */
body.inner_section #full_wrapper_booking .destination_wrapper {
  margin-top: 0;
}
/* line 7, ../sass/widget/_booking_engine.scss */
body.inner_section #full_wrapper_booking .hotel_selector ~ .dates_selector_personalized {
  padding-top: 0;
}
/* line 9, ../sass/widget/_booking_engine.scss */
body.inner_section #full_wrapper_booking .hotel_selector ~ .dates_selector_personalized .dates_selector_label {
  top: 0 !important;
}
/* line 13, ../sass/widget/_booking_engine.scss */
body.inner_section #full_wrapper_booking .hotel_selector ~ div.wrapper_booking_button {
  margin-top: -100px !important;
}

/* line 19, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking {
  position: absolute;
  padding: 0;
  width: 1140px;
  min-width: 1140px;
  background: white;
  margin: 0 auto -50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  /*======== Booking Widget =======*/
}
/* line 32, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #menu_controller {
  display: none;
}
/* line 36, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .destination_wrapper {
  display: inline-block;
  width: 220px;
  border-right: 1px solid lightgrey;
  border-bottom-width: 0;
  float: left;
  padding: 15px 0 10px;
  margin-top: 10px;
}
/* line 45, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .destination_wrapper label {
  display: inline-block;
  color: #999;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
}
/* line 53, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .destination_wrapper .destination_field {
  margin: 17px 0 0;
}
/* line 55, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .destination_wrapper .destination_field textarea {
  border-width: 0;
  width: calc(100% - 3px);
  height: 55px;
  padding-left: 10px;
  padding-right: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  color: #A4C8DC;
  cursor: pointer;
  resize: none;
}
/* line 68, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .destination_wrapper .destination_field:after {
  content: '\f107';
  display: inline-block;
  font-family: "fontawesome", sans-serif;
  font-size: 20px;
  text-indent: 0;
  right: 0;
  color: lightgrey;
  background: none !important;
}
/* line 81, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: auto;
  box-sizing: border-box;
  top: 80px;
}
/* line 90, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector .hotel_search_input_wrapper {
  position: relative;
  margin-bottom: 10px;
}
/* line 93, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector .hotel_search_input_wrapper .hotel_search_input {
  border: 1px solid #DDD;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
/* line 102, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector .hotel_search_input_wrapper:after {
  content: '\f002';
  font-family: "fontawesome", sans-serif;
  font-size: 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
}
/* line 112, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ul li {
  display: block;
  padding: 5px 10px;
  color: #444;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 120, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ul li.title_group {
  color: #A4C8DC;
  font-weight: bold;
}
/* line 124, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ul li.hotel_selector_option {
  padding-left: 20px;
}
/* line 127, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ul li:hover {
  opacity: .8;
}
/* line 132, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .dates_selector_personalized {
  padding-top: 10px;
}
/* line 134, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .dates_selector_personalized .dates_selector_label {
  top: 20px !important;
}
/* line 138, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .dates_selector_personalized .start_end_date_wrapper .start_date_personalized,
#full_wrapper_booking .hotel_selector ~ .dates_selector_personalized .start_end_date_wrapper .end_date_personalized {
  padding-top: 5px;
  height: 100px;
}
/* line 143, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .dates_selector_personalized .start_end_date_wrapper .end_date_personalized {
  border-right: 1px solid lightgrey;
}
/* line 148, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .rooms_number_wrapper {
  display: none;
  height: 70px;
  width: 200px !important;
  border-left-width: 0;
  border-bottom: 1px solid lightgrey;
}
/* line 154, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .rooms_number_wrapper .rooms_number {
  height: 70px;
}
/* line 156, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .rooms_number_wrapper .rooms_number .selectric .label {
  font-size: 28pt;
  line-height: 28pt;
  height: 50px;
}
/* line 160, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .rooms_number_wrapper .rooms_number .selectric .label:after {
  bottom: -10px;
  right: -10px;
}
/* line 167, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .guest_selector {
  height: 90px;
  width: 200px !important;
  margin-right: 50px;
}
/* line 171, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .guest_selector .placeholder_text {
  padding-left: 16px;
}
/* line 173, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ .guest_selector .placeholder_text .guest_adults {
  font-size: 48pt;
  line-height: 48pt;
}
/* line 179, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ div.wrapper_booking_button {
  margin-top: -110px !important;
}
/* line 181, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ div.wrapper_booking_button .promocode_wrapper {
  padding: 12px 20px !important;
}
/* line 184, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .hotel_selector ~ div.wrapper_booking_button .submit_button {
  padding: 14px 10px;
}
/* line 191, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .selectricItems {
  overflow: auto !important;
}
/* line 195, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #full-booking-engine-html-7 {
  display: table;
  width: 100%;
  margin: auto !important;
  position: relative;
}
/* line 201, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #full-booking-engine-html-7 .promocode_header {
  display: none;
}
/* line 205, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #full-booking-engine-html-7 .nights_number_wrapper_personalized {
  display: none;
  background: #666;
}
/* line 211, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #full-booking-engine-html-7 form.booking_form {
  background: transparent;
  position: relative;
  width: 100%;
}
/* line 217, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .booking_form_title .best_price {
  display: none;
  color: black;
  font-size: 16px;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
/* line 225, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .promocode_header p.first_offer_name {
  color: black;
}
/* line 228, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .dates_selector_personalized {
  margin: 0;
  padding-top: 20px;
}
/* line 232, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper {
  font-family: "Roboto";
  height: auto;
  padding: 0;
  background: none;
  width: auto;
  color: #A4C8DC;
  font-size: 0;
}
/* line 240, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper .start_date_personalized, #full_wrapper_booking .start_end_date_wrapper .end_date_personalized {
  font-size: 14pt;
  position: relative;
  padding: 10px 60px 0 17px;
  font-family: "Roboto Slab", serif;
  height: 103px;
  display: inline-block;
}
/* line 247, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper .start_date_personalized div, #full_wrapper_booking .start_end_date_wrapper .end_date_personalized div {
  display: inline-block;
  padding: 0 3px;
}
/* line 251, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper .start_date_personalized .day, #full_wrapper_booking .start_end_date_wrapper .end_date_personalized .day {
  font-size: 48pt;
}
/* line 254, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper .start_date_personalized:after, #full_wrapper_booking .start_end_date_wrapper .end_date_personalized:after {
  content: '\f107';
  display: inline-block;
  font-family: "fontawesome", sans-serif;
  color: lightgrey;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 262, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .start_end_date_wrapper .start_date_personalized {
  border-right: 1px solid lightgrey;
}
/* line 267, ../sass/widget/_booking_engine.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 271, ../sass/widget/_booking_engine.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 275, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .selectric {
  height: 38px;
  background: transparent;
}
/* line 280, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .adults_selector, #full_wrapper_booking .room_list_wrapper .children_selector, #full_wrapper_booking .room_list_wrapper .babies_selector {
  width: 50% !important;
  height: auto;
  float: left;
  box-sizing: border-box;
}
/* line 287, ../sass/widget/_booking_engine.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 292, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support .web_support_number, #full_wrapper_booking .web_support_label_1 {
  line-height: 15px !important;
  font-size: 14px !important;
}
/* line 297, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title {
  text-align: center;
  background: none;
  opacity: 1;
  margin-top: 7px;
  font-size: 13px !important;
}
/* line 304, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title .web_support_label_2 {
  display: inline-block;
  margin: 0 10px;
}
/* line 309, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title .phone_support_image {
  display: none;
}
/* line 314, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .date_box.entry_date, #full_wrapper_booking .date_box.departure_date {
  margin-top: 6px;
  background-position-x: left;
}
/* line 318, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .date_box.entry_date .date_year, #full_wrapper_booking .date_box.departure_date .date_year {
  display: none;
}
/* line 322, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .date_box.entry_date .date_day, #full_wrapper_booking .date_box.departure_date .date_day {
  border-bottom: 0 !important;
  font-weight: 300;
  font-size: 16px !important;
  color: black;
}
/* line 330, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .date_box.departure_date {
  background-position-x: left;
}
/* line 334, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .selectricWrapper {
  width: 100% !important;
}
/* line 337, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .selectricWrapper .selectric {
  margin-top: 0;
}
/* line 342, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking #slider_inner_container #full-booking-engine-html-7 {
  margin-top: -17px !important;
}
/* line 346, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .promocode_text {
  display: none;
}
/* line 350, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .stay_selection {
  display: inline-block;
  vertical-align: top;
  float: left;
}
/* line 355, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .stay_selection .entry_date_wrapper, #full_wrapper_booking .stay_selection .departure_date_wrapper {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 5px;
  border: 0 !important;
  background: white;
  width: 212px;
  height: 47px;
}
/* line 366, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .stay_selection .departure_date_wrapper {
  border-left: 0;
  border-right: 0;
}
/* line 371, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .stay_selection .nights_number_wrapper {
  display: inline-block;
  width: 95px;
  float: left;
  vertical-align: top;
  border-top: 1px solid lightgrey;
}
/* line 380, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 103px;
  margin-top: 20px;
  font-family: "Roboto Slab", serif;
  margin-right: 0;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  background: white;
  position: relative;
}
/* line 394, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number {
  height: 100px;
  padding: 10px 15px 20px;
  box-sizing: border-box;
  background-position-y: 40%;
}
/* line 399, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .label {
  color: #A4C8DC;
  font-family: "Roboto Slab", serif;
  font-size: 48pt;
  line-height: 48pt;
  height: 100px;
}
/* line 406, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .label:after {
  content: '\f107';
  display: inline-block;
  font-family: "fontawesome", sans-serif;
  color: lightgrey;
  font-size: 17px;
  position: absolute;
  bottom: -60px;
  right: 15px;
}
/* line 418, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .button {
  display: none;
}
/* line 421, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .selectricItems {
  overflow: inherit !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-top: -7px;
  border-width: 0;
  border-top: 2px solid #A4C8DC;
}
/* line 427, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .selectricItems li {
  border-width: 0;
  background: white;
}
/* line 430, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .selectricItems li:hover {
  background-color: #2d3047;
  color: white;
}
/* line 434, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number .selectricItems li.selected {
  background-color: #A4C8DC;
  color: white;
}
/* line 443, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper {
  display: none;
  vertical-align: top;
  float: left;
  width: 210px;
  position: absolute;
  left: 668px;
  top: 122px;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #A4C8DC;
  background-color: white;
}
/* line 456, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .selectricItems {
  width: 105px !important;
}
/* line 460, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room {
  position: relative;
  background: white;
  margin-bottom: 5px;
  height: 45px;
}
/* line 466, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1, #full_wrapper_booking .room_list_wrapper .room.room2, #full_wrapper_booking .room_list_wrapper .room.room3 {
  overflow: visible !important;
}
/* line 468, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room1 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room1 .adults_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .adults_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .adults_selector {
  position: relative;
  height: 45px;
  border: 1px solid lightgrey;
}
/* line 473, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .adults_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .adults_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .adults_selector {
  border-right-width: 0;
}
/* line 476, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .babies_selector {
  border-left-width: 0;
}
/* line 479, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .remove_room_element, #full_wrapper_booking .room_list_wrapper .room.room2 .remove_room_element, #full_wrapper_booking .room_list_wrapper .room.room3 .remove_room_element {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
/* line 485, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .remove_room_element:before, #full_wrapper_booking .room_list_wrapper .room.room2 .remove_room_element:before, #full_wrapper_booking .room_list_wrapper .room.room3 .remove_room_element: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: '\f00d';
  color: lightgrey;
  font-size: 10px;
  font-family: "fontawesome", sans-serif;
}
/* line 493, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .selectric, #full_wrapper_booking .room_list_wrapper .room.room2 .selectric, #full_wrapper_booking .room_list_wrapper .room.room3 .selectric {
  height: 20px;
}
/* line 496, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .selectric .label, #full_wrapper_booking .room_list_wrapper .room.room2 .selectric .label, #full_wrapper_booking .room_list_wrapper .room.room3 .selectric .label {
  line-height: 20px;
}
/* line 500, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .selectric .button, #full_wrapper_booking .room_list_wrapper .room.room2 .selectric .button, #full_wrapper_booking .room_list_wrapper .room.room3 .selectric .button {
  margin-top: 0;
  display: none;
}
/* line 507, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room3, #full_wrapper_booking .room_list_wrapper .room.room2 {
  border-bottom-width: 0;
  border-top-width: 0;
  height: 35px;
}
/* line 512, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room3 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .adults_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .babies_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .adults_selector {
  position: relative;
  height: 35px;
}
/* line 518, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .room.room3 {
  border-top: 0;
}
/* line 523, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid lightgrey;
}
/* line 527, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button, #full_wrapper_booking .room_list_wrapper .buttons_container_guests .save_guest_button {
  display: inline-block;
  position: relative;
  padding: 10px;
  cursor: pointer;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
  background-color: #A4C8DC;
}
/* line 538, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button span, #full_wrapper_booking .room_list_wrapper .buttons_container_guests .save_guest_button span {
  position: relative;
  z-index: 2;
}
/* line 542, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button:before, #full_wrapper_booking .room_list_wrapper .buttons_container_guests .save_guest_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2D9E48;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 554, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button:hover:before, #full_wrapper_booking .room_list_wrapper .buttons_container_guests .save_guest_button:hover:before {
  width: 100%;
}
/* line 558, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button {
  background-color: #666;
}
/* line 560, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .room_list_wrapper .buttons_container_guests .close_guesst_button:before {
  background: #E5392E;
}
/* line 567, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button {
  display: inline-block;
  width: auto;
  float: right;
  height: 47px;
}
/* line 573, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button label.promocode_label {
  display: none;
}
/* line 577, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_wrapper {
  display: block;
  vertical-align: top;
  width: 230px;
  height: auto;
  background: #efefef;
  white-space: nowrap;
  border-top-width: 0;
  position: relative;
  text-transform: uppercase;
  padding: 16px 15px 16px;
}
/* line 589, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button {
  width: 230px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  float: left;
  color: white;
  font-family: "Roboto";
  font-size: 18pt;
  background: #A4C8DC;
  font-weight: 300;
  letter-spacing: 2px;
  position: relative;
  padding: 17px 10px;
  -webkit-transition: border-radius 0.6s;
  -moz-transition: border-radius 0.6s;
  -ms-transition: border-radius 0.6s;
  -o-transition: border-radius 0.6s;
  transition: border-radius 0.6s;
}
/* line 605, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button:hover:before {
  width: 100%;
}
/* line 609, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #4d4d4d;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 621, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button span {
  position: relative;
  z-index: 2;
}
/* line 628, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title {
  float: left;
  padding-top: 13px;
}
/* line 632, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title > div {
  display: inline-block;
}

/* line 638, ../sass/widget/_booking_engine.scss */
body.home_section #full_wrapper_booking.fixed_booking {
  width: 100%;
}

/* line 642, ../sass/widget/_booking_engine.scss */
.babies_selector {
  width: 33.3%;
  display: inline-block;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 648, ../sass/widget/_booking_engine.scss */
.babies_selector label {
  text-transform: uppercase;
  font-size: 10px;
}

/*=== Ocupancy selector ====*/
/* line 655, ../sass/widget/_booking_engine.scss */
.guest_selector {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 103px;
  box-sizing: border-box;
  cursor: pointer;
  background: white;
  margin-top: 20px;
  position: relative;
}
/* line 667, ../sass/widget/_booking_engine.scss */
.guest_selector span.placeholder_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #A4C8DC;
  font-size: 16pt;
  line-height: 16pt;
  font-family: "Roboto Slab", serif;
  left: 10px;
  font-weight: 300;
  display: block;
  padding-left: 33px;
  box-sizing: border-box;
  background: none;
  background-position-y: 0;
}
/* line 680, ../sass/widget/_booking_engine.scss */
.guest_selector span.placeholder_text .guest_adults {
  font-size: 48pt;
  line-height: 48pt;
}
/* line 684, ../sass/widget/_booking_engine.scss */
.guest_selector span.placeholder_text.selected_value {
  color: #585d63;
  font-size: 21px;
  padding-top: 3px;
  background-position-y: 8px;
  font-weight: 600;
}
/* line 693, ../sass/widget/_booking_engine.scss */
.guest_selector > label {
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}
/* line 699, ../sass/widget/_booking_engine.scss */
.guest_selector b.button {
  display: none;
}
/* line 702, ../sass/widget/_booking_engine.scss */
.guest_selector:after {
  content: '\f107';
  display: inline-block;
  font-family: "fontawesome", sans-serif;
  color: lightgrey;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 711, ../sass/widget/_booking_engine.scss */
input.promocode_input {
  margin-top: 0;
  color: black;
  text-transform: uppercase;
  font-size: 12pt;
  padding: 10px 5px;
  background: white;
  text-align: center;
}
/* line 720, ../sass/widget/_booking_engine.scss */
input.promocode_input::-webkit-input-placeholder {
  color: lightgrey;
  font-size: 12pt;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 726, ../sass/widget/_booking_engine.scss */
input.promocode_input::-moz-placeholder {
  color: lightgrey;
  font-size: 12pt;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 732, ../sass/widget/_booking_engine.scss */
input.promocode_input:-ms-input-placeholder {
  color: lightgrey;
  font-size: 12pt;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 738, ../sass/widget/_booking_engine.scss */
input.promocode_input:-moz-placeholder {
  color: lightgrey;
  font-size: 12pt;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 746, ../sass/widget/_booking_engine.scss */
.selectricWrapper .selectric .button, .guest_selector .button {
  background: none;
}

/* line 750, ../sass/widget/_booking_engine.scss */
.selectricWrapper .selectric .label {
  font-weight: 300;
  font-size: 16px;
  line-height: 37px;
  color: black;
}

/* line 757, ../sass/widget/_booking_engine.scss */
#booking .room_list label {
  display: block !important;
}

/* line 761, ../sass/widget/_booking_engine.scss */
#booking .room_list .room2 label, #booking .room_list .room3 label {
  display: none !important;
}

/* line 767, ../sass/widget/_booking_engine.scss */
#full_wrapper_booking .rooms_number .selectricItems {
  width: 115px !important;
  margin-left: -10px !important;
}

/* line 774, ../sass/widget/_booking_engine.scss */
#booking label {
  display: none;
  cursor: pointer;
}

/* line 778, ../sass/widget/_booking_engine.scss */
#booking label.dates_selector_label, #booking label.rooms_label, #booking .guest_selector label {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 12px;
  font-family: "Montserrat", Sans-Serif;
  color: #999;
}

/* line 787, ../sass/widget/_booking_engine.scss */
#booking label.rooms_label, #booking .guest_selector label {
  top: -10px;
}

/* line 791, ../sass/widget/_booking_engine.scss */
.hotel_selector {
  display: none;
}

/* line 796, ../sass/widget/_booking_engine.scss */
.destination_wrapper {
  display: inline-block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
/* line 802, ../sass/widget/_booking_engine.scss */
.destination_wrapper input {
  height: 46px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 13px;
  padding-left: 15px;
  cursor: pointer;
  color: black;
  width: 220px;
}
/* line 812, ../sass/widget/_booking_engine.scss */
.destination_wrapper .destination_field {
  position: relative;
}
/* line 815, ../sass/widget/_booking_engine.scss */
.destination_wrapper .destination_field:after {
  background: transparent url(../../static_1/images/booking_5/arrow.png) no-repeat center center !important;
  color: #585d63;
  font-size: 23px;
  margin-left: 0;
  text-indent: 999px;
  font-weight: 600;
  float: right;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  content: '';
  display: block;
}

/* line 835, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .dates_selector_personalized,
div#full_wrapper_booking.floating_booking.showed .dates_selector_personalized {
  padding-top: 0;
}
/* line 838, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .rooms_number_wrapper, div#full_wrapper_booking.inner_engine .guest_selector,
div#full_wrapper_booking.floating_booking.showed .rooms_number_wrapper,
div#full_wrapper_booking.floating_booking.showed .guest_selector {
  margin-top: 0;
}
/* line 841, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .ticks_wrapper,
div#full_wrapper_booking.floating_booking.showed .ticks_wrapper {
  display: none;
}
/* line 844, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .rooms_number_wrapper,
div#full_wrapper_booking.floating_booking.showed .rooms_number_wrapper {
  width: 150px;
}
/* line 847, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .room_list_wrapper,
div#full_wrapper_booking.floating_booking.showed .room_list_wrapper {
  left: 628px;
  top: 102px;
}
/* line 851, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .guest_selector,
div#full_wrapper_booking.floating_booking.showed .guest_selector {
  width: 230px;
}
/* line 855, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .wrapper_booking_button .promocode_wrapper,
div#full_wrapper_booking.floating_booking.showed .wrapper_booking_button .promocode_wrapper {
  padding: 11px 20px;
}
/* line 857, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .wrapper_booking_button .promocode_wrapper .promocode_input,
div#full_wrapper_booking.floating_booking.showed .wrapper_booking_button .promocode_wrapper .promocode_input {
  padding: 10px 5px;
}
/* line 861, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .wrapper_booking_button .submit_button,
div#full_wrapper_booking.floating_booking.showed .wrapper_booking_button .submit_button {
  padding: 12px 10px;
  /* fix extra margin in safari */
  margin: 0;
}
/* line 868, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine .wrapper-new-web-support.booking_form_title,
div#full_wrapper_booking.floating_booking.showed .wrapper-new-web-support.booking_form_title {
  margin-top: 0;
  width: 100%;
  border-top: 1px solid lightgrey;
  padding-bottom: 13px;
}

/* line 876, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) {
  bottom: 0;
  padding-top: 10px;
}
/* line 880, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) #booking label.dates_selector_label, div#full_wrapper_booking.inner_engine:not(.floating_booking) #booking label.rooms_label, div#full_wrapper_booking.inner_engine:not(.floating_booking) #booking .guest_selector label {
  top: 0;
}
/* line 883, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) .wrapper_booking_button {
  margin-top: -10px;
}
/* line 885, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) .wrapper_booking_button .promocode_wrapper {
  padding: 13px 20px;
}
/* line 887, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) .wrapper_booking_button .promocode_wrapper .promocode_input {
  padding: 10px 5px;
}
/* line 891, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.inner_engine:not(.floating_booking) .wrapper_booking_button .submit_button {
  padding: 14px 10px 15px;
}

/* line 897, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed {
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
}
/* line 903, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #booking label.dates_selector_label, div#full_wrapper_booking.floating_booking.showed #booking label.rooms_label, div#full_wrapper_booking.floating_booking.showed #booking .guest_selector label {
  display: none;
}
/* line 906, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed .container12 {
  position: relative;
}
/* line 908, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed .container12 #full-booking-engine-html-7 {
  margin: 0 0 0 50px !important;
}
/* line 910, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed .container12 #full-booking-engine-html-7 .start_end_date_wrapper .start_date_personalized, div#full_wrapper_booking.floating_booking.showed .container12 #full-booking-engine-html-7 .start_end_date_wrapper .end_date_personalized, div#full_wrapper_booking.floating_booking.showed .container12 #full-booking-engine-html-7 .rooms_number_wrapper, div#full_wrapper_booking.floating_booking.showed .container12 #full-booking-engine-html-7 .guest_selector {
  border-bottom-width: 0;
}
/* line 916, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed .has_transition_600 {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform, opacity;
}
/* line 922, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: auto;
  left: 0;
  cursor: pointer;
  padding: 15px 10px;
  z-index: 999999;
  display: block;
}
/* line 931, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller.opened #lines {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 936, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller:hover, div#full_wrapper_booking.floating_booking.showed #menu_controller.opened {
  border: 1px solid #A4C8DC;
}
/* line 940, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller:hover hr._1, div#full_wrapper_booking.floating_booking.showed #menu_controller.opened hr._1 {
  width: 25px;
  -webkit-transform: rotate(90deg) translate3d(7px, -1px, 0) !important;
  transform: rotate(90deg) translate3d(7px, 0px, 0) !important;
}
/* line 946, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller:hover hr._2, div#full_wrapper_booking.floating_booking.showed #menu_controller.opened hr._2 {
  opacity: 0;
}
/* line 950, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller:hover hr._3, div#full_wrapper_booking.floating_booking.showed #menu_controller.opened hr._3 {
  -webkit-transform: translate3d(0px, -9px, 0) !important;
  transform: translate3d(0px, -9px, 0) !important;
  width: 25px;
}
/* line 956, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller hr {
  width: 25px;
  height: 0;
  border: none;
  border-bottom: 1px solid #A4C8DC;
  margin: 0;
  margin-top: 6px;
  margin-left: 0;
}
/* line 966, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller hr {
  border-bottom: 2px solid #A4C8DC;
}
/* line 970, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller hr.hidden {
  transform: scale(0, 1);
}
/* line 974, ../sass/widget/_booking_engine.scss */
div#full_wrapper_booking.floating_booking.showed #menu_controller hr:first-child {
  margin-top: 0;
}

/* line 980, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element, .datepicker_wrapper_element_2, .datepicker_wrapper_element_3 {
  border-radius: 0;
  border-top: 2px solid #A4C8DC;
  margin-top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
/* line 985, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element.datepicker_wrapper_up, .datepicker_wrapper_element_2.datepicker_wrapper_up, .datepicker_wrapper_element_3.datepicker_wrapper_up {
  margin-bottom: -35px;
  border-bottom: 2px solid #A4C8DC;
  border-top-width: 0;
}
/* line 989, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element.datepicker_wrapper_up:after, .datepicker_wrapper_element.datepicker_wrapper_up:before, .datepicker_wrapper_element_2.datepicker_wrapper_up:after, .datepicker_wrapper_element_2.datepicker_wrapper_up:before, .datepicker_wrapper_element_3.datepicker_wrapper_up:after, .datepicker_wrapper_element_3.datepicker_wrapper_up:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: auto;
  bottom: -24px;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: white;
}
/* line 1004, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element.datepicker_wrapper_up:before, .datepicker_wrapper_element_2.datepicker_wrapper_up:before, .datepicker_wrapper_element_3.datepicker_wrapper_up:before {
  bottom: -30px;
  border: 14px solid transparent;
  border-top-color: #A4C8DC;
}
/* line 1010, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .header_datepicker, .datepicker_wrapper_element_2 .header_datepicker, .datepicker_wrapper_element_3 .header_datepicker {
  background-color: #A4C8DC;
}
/* line 1012, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .header_datepicker .close_button_datepicker, .datepicker_wrapper_element_2 .header_datepicker .close_button_datepicker, .datepicker_wrapper_element_3 .header_datepicker .close_button_datepicker {
  border-width: 0;
}
/* line 1014, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .header_datepicker .close_button_datepicker:before, .datepicker_wrapper_element_2 .header_datepicker .close_button_datepicker:before, .datepicker_wrapper_element_3 .header_datepicker .close_button_datepicker: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: '\f00d';
  color: white;
  font-size: 10px;
  font-family: "fontawesome", sans-serif;
}
/* line 1023, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .ui-datepicker-header .ui-corner-all, .datepicker_wrapper_element_2 .ui-datepicker-header .ui-corner-all, .datepicker_wrapper_element_3 .ui-datepicker-header .ui-corner-all {
  background-color: #666 !important;
}
/* line 1027, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .specific_month_selector, .datepicker_wrapper_element .go_back_button, .datepicker_wrapper_element_2 .specific_month_selector, .datepicker_wrapper_element_2 .go_back_button, .datepicker_wrapper_element_3 .specific_month_selector, .datepicker_wrapper_element_3 .go_back_button {
  background-color: #666;
  color: white;
  border-radius: 0;
}
/* line 1031, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .specific_month_selector strong, .datepicker_wrapper_element .go_back_button strong, .datepicker_wrapper_element_2 .specific_month_selector strong, .datepicker_wrapper_element_2 .go_back_button strong, .datepicker_wrapper_element_3 .specific_month_selector strong, .datepicker_wrapper_element_3 .go_back_button strong {
  color: #5D5D5D;
}
/* line 1037, ../sass/widget/_booking_engine.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev {
  background-color: #666 !important;
}

/* line 2, ../sass/widget/_booking_popup.scss */
.booking-data-popup .fancybox-outer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 8, ../sass/widget/_booking_popup.scss */
.booking-data-popup div#wrapper_booking_fancybox {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 40% !important;
  margin: auto;
  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%);
}
/* line 20, ../sass/widget/_booking_popup.scss */
.booking-data-popup .adultos.numero_personas > label, .booking-data-popup .ninos.numero_personas > label, .booking-data-popup .bebes.numero_personas > label {
  display: none !important;
}

/* line 26, ../sass/widget/_booking_popup.scss */
div#data {
  background: #2d3047;
}
/* line 29, ../sass/widget/_booking_popup.scss */
div#data .booking_title1, div#data .best_price {
  display: none;
}
/* line 32, ../sass/widget/_booking_popup.scss */
div#data #contador_noches {
  display: none;
}
/* line 35, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper {
  padding: 15px 0 10px;
  background: white;
}
/* line 39, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field textarea {
  border-width: 0;
  width: calc(100% - 3px);
  height: 50px;
  padding: 13px 35px 15px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  color: #A4C8DC;
  cursor: pointer;
  resize: none;
}
/* line 51, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field:after {
  content: '\f107';
  display: inline-block;
  font-family: "fontawesome", sans-serif;
  font-size: 20px;
  text-indent: 0;
  right: 0;
  color: lightgrey;
  background: none !important;
}
/* line 63, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 595px;
  z-index: 100;
  box-sizing: border-box;
  top: 80px;
}
/* line 73, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector .hotel_search_input_wrapper {
  position: relative;
  margin-bottom: 10px;
}
/* line 76, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector .hotel_search_input_wrapper .hotel_search_input {
  border: 1px solid #DDD;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
/* line 85, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector .hotel_search_input_wrapper:after {
  content: '\f002';
  font-family: "fontawesome", sans-serif;
  font-size: 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
}
/* line 95, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector ul li {
  display: block;
  padding: 5px 10px;
  color: #444;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 103, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector ul li.title_group {
  color: #A4C8DC;
  font-weight: bold;
}
/* line 107, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector ul li.hotel_selector_option {
  padding-left: 20px;
}
/* line 110, ../sass/widget/_booking_popup.scss */
div#data .hotel_selector ul li:hover {
  opacity: .8;
}
/* line 116, ../sass/widget/_booking_popup.scss */
div#data div#booking_engine_title {
  display: block;
  float: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/* line 123, ../sass/widget/_booking_popup.scss */
div#data #motor_reserva {
  width: 595px;
  margin: auto;
  display: table;
}
/* line 129, ../sass/widget/_booking_popup.scss */
div#data div#fecha_entrada, div#data div#fecha_salida {
  width: 290px;
  float: left;
  height: 125px;
}
/* line 135, ../sass/widget/_booking_popup.scss */
div#data div#fecha_salida {
  float: right;
  margin-left: 0 !important;
}
/* line 140, ../sass/widget/_booking_popup.scss */
div#data label#titulo_fecha_entrada, div#data label#titulo_fecha_salida {
  display: block;
  color: #999;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  background: white;
  margin-bottom: 5px;
  padding: 9px 0;
}
/* line 154, ../sass/widget/_booking_popup.scss */
div#data #contenedor_fechas {
  width: 100%;
  margin-bottom: 15px;
}
/* line 159, ../sass/widget/_booking_popup.scss */
div#data .wrapper-old-web-support {
  display: none !important;
}
/* line 163, ../sass/widget/_booking_popup.scss */
div#data #fecha_entrada input, div#data #fecha_salida input {
  border: 0 !important;
  height: 84px !important;
  width: 100% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  font-size: 31px !important;
  color: #4b4b4b !important;
  padding-right: 40px;
  border-radius: 0;
  background: white url(../../static_1/images/booking_5/entry_date.png) no-repeat 85% center !important;
}
/* line 175, ../sass/widget/_booking_popup.scss */
div#data #fecha_entrada input::-webkit-input-placeholder, div#data #fecha_salida input::-webkit-input-placeholder {
  color: #4b4b4b !important;
}
/* line 180, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones {
  margin: auto;
  width: 290px;
  float: left;
  height: 125px;
}
/* line 186, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones label {
  display: block;
  color: #999;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  float: none;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  background: white;
  margin-bottom: 2px;
  padding: 9px 0;
}
/* line 201, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones select#selector_habitaciones {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  width: 260px;
  float: left;
  height: 125px;
  background: white;
  -webkit-appearance: none;
}
/* line 212, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones select#selector_habitaciones option {
  text-align: center;
}
/* line 217, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric {
  height: 83px;
  border-radius: 0;
  margin-top: 0;
}
/* line 222, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric p.label {
  color: #4b4b4b;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 31px !important;
  padding-top: 22px;
}
/* line 230, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric .button {
  background: transparent !important;
  right: 27px;
}
/* line 236, ../sass/widget/_booking_popup.scss */
div#data #contenedor_habitaciones .selectricItems li {
  color: #4b4b4b;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 21px !important;
  padding: 12px 12px 10px;
}
/* line 245, ../sass/widget/_booking_popup.scss */
div#data .selectricWrapper {
  width: 100% !important;
}
/* line 249, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones {
  float: right;
  margin-top: -125px;
}
/* line 253, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones #hab1, div#data #contenedor_opciones #hab2, div#data #contenedor_opciones #hab3 {
  margin: auto;
  width: 290px;
  float: left;
  height: 125px;
}
/* line 260, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones #hab1 {
  margin-left: 305px;
}
/* line 264, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones #hab2, div#data #contenedor_opciones #hab3 {
  margin-top: 20px;
  display: block !important;
}
/* line 269, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones #hab3 {
  float: right;
}
/* line 273, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones label.numero_habitacion {
  color: #999;
  font-weight: 500;
  width: 100% !important;
  text-align: center;
  display: block !important;
  text-transform: uppercase;
  font-size: 17px;
  background: white;
  float: none;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2px;
  padding: 9px 0;
}
/* line 289, ../sass/widget/_booking_popup.scss */
div#data .adultos.numero_personas, div#data .ninos.numero_personas, div#data .bebes.numero_personas {
  margin: 0;
  position: relative;
  display: inline-block;
}
/* line 294, ../sass/widget/_booking_popup.scss */
div#data .adultos.numero_personas option, div#data .ninos.numero_personas option, div#data .bebes.numero_personas option {
  display: none;
}
/* line 299, ../sass/widget/_booking_popup.scss */
div#data .adultos.numero_personas {
  width: 142.25px;
  text-align: center;
  float: left;
  margin-right: 5.5px;
}
/* line 306, ../sass/widget/_booking_popup.scss */
div#data .ninos.numero_personas {
  width: 142.25px;
  text-align: center;
  float: left;
}
/* line 311, ../sass/widget/_booking_popup.scss */
div#data .ninos.numero_personas .selectricItems {
  left: -84px !important;
}
/* line 316, ../sass/widget/_booking_popup.scss */
div#data .bebes.numero_personas {
  width: 32%;
}
/* line 319, ../sass/widget/_booking_popup.scss */
div#data .bebes.numero_personas .selectricItems {
  left: -180px !important;
}
/* line 324, ../sass/widget/_booking_popup.scss */
div#data .ninos {
  float: left;
}
/* line 327, ../sass/widget/_booking_popup.scss */
div#data .ninos label#info_ninos {
  position: absolute;
  top: 20px;
  color: black;
  right: 0px;
  font-size: 9px !important;
  display: inline-block;
}
/* line 338, ../sass/widget/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .selectric, div#data .selectricWrapper.selector_ninos .selectric, div#data .selectricWrapper.selector_bebes .selectric {
  height: 83px;
  border-radius: 0;
  margin-top: 0;
}
/* line 344, ../sass/widget/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos p.label, div#data .selectricWrapper.selector_ninos p.label, div#data .selectricWrapper.selector_bebes p.label {
  color: #4b4b4b;
  text-align: center;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  padding-top: 23px;
  font-size: 18px !important;
}
/* line 353, ../sass/widget/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .button, div#data .selectricWrapper.selector_ninos .button, div#data .selectricWrapper.selector_bebes .button {
  background: transparent !important;
  width: 16px;
  height: 20px;
  top: 5px;
  right: 10px !important;
}
/* line 361, ../sass/widget/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .selectricItems li, div#data .selectricWrapper.selector_ninos .selectricItems li, div#data .selectricWrapper.selector_bebes .selectricItems li {
  color: #4b4b4b;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 16px !important;
  padding: 6px 12px 4px;
}
/* line 370, ../sass/widget/_booking_popup.scss */
div#data fieldset#envio {
  width: 100%;
  margin-left: 0;
}
/* line 374, ../sass/widget/_booking_popup.scss */
div#data fieldset#envio input#promocode {
  float: left;
  width: 290px;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  margin-top: 10px;
  height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  font-size: 31px !important;
  font-weight: 300;
  color: white;
}
/* line 388, ../sass/widget/_booking_popup.scss */
div#data fieldset#envio input#promocode::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 396, ../sass/widget/_booking_popup.scss */
div#data fieldset#envio button#search-button {
  display: block;
  position: relative;
  float: right;
  height: 90px;
  width: 290px;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  margin-top: 10px;
  background: #A4C8DC;
  color: white;
  text-transform: uppercase;
  font-size: 27px !important;
  cursor: pointer;
  -webkit-transition: border-radius 0.6s;
  -moz-transition: border-radius 0.6s;
  -ms-transition: border-radius 0.6s;
  -o-transition: border-radius 0.6s;
  transition: border-radius 0.6s;
}
/* line 413, ../sass/widget/_booking_popup.scss */
div#data fieldset#envio button#search-button:hover {
  background-color: #666;
}
/* line 420, ../sass/widget/_booking_popup.scss */
div#data div#hab2 .disabled_overlay, div#data div#hab3 .disabled_overlay {
  display: none;
}
/* line 424, ../sass/widget/_booking_popup.scss */
div#data div#hab2.disabled, div#data div#hab3.disabled {
  opacity: 0.4;
  position: relative;
}
/* line 428, ../sass/widget/_booking_popup.scss */
div#data div#hab2.disabled .disabled_overlay, div#data div#hab3.disabled .disabled_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
/* line 440, ../sass/widget/_booking_popup.scss */
div#data #booking_engine_title #booking_title1, div#data #booking_engine_title #best_price {
  display: none;
}
/* line 444, ../sass/widget/_booking_popup.scss */
div#data #booking_engine_title h4#booking_title2 {
  color: #e6e6e6;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 22px;
  margin-top: 0;
}
/* line 455, ../sass/widget/_booking_popup.scss */
div#data #booking_engine_title #booking_title2 span {
  font-weight: 300;
}
/* line 461, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones div#hab2.disabled {
  display: none !important;
}
/* line 464, ../sass/widget/_booking_popup.scss */
div#data #contenedor_opciones div#hab2.disabled + #hab3 {
  display: none !important;
}
/* line 470, ../sass/widget/_booking_popup.scss */
div#data .selectricItems {
  width: 288px !important;
  top: 84% !important;
  left: 11px !important;
  z-index: 9999;
}
/* line 477, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 0;
}
/* line 482, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper label {
  display: none;
}
/* line 487, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field input {
  width: 100%;
  height: 55px;
  color: #2d3047;
  padding-left: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* line 495, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field input::-webkit-input-placeholder {
  color: #2d3047;
  text-transform: uppercase;
  font-weight: bolder;
}
/* line 501, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field input:-moz-placeholder {
  /* Firefox 18- */
  color: #2d3047;
}
/* line 506, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d3047;
}
/* line 511, ../sass/widget/_booking_popup.scss */
div#data .destination_wrapper .destination_field input:-ms-input-placeholder {
  color: #2d3047;
}

/* line 520, ../sass/widget/_booking_popup.scss */
.booking-data-popup .fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
}
/* line 526, ../sass/widget/_booking_popup.scss */
.booking-data-popup .fancybox-close:before {
  content: "x";
  color: white;
  font-size: 85px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
}

/* line 535, ../sass/widget/_booking_popup.scss */
.booking-data-popup .fancybox-outer {
  background: none;
}

/* line 539, ../sass/widget/_booking_popup.scss */
.contact_bottom_popup {
  display: block;
  width: 535px;
  margin: 20px auto;
  text-align: center;
  color: white;
}
/* line 546, ../sass/widget/_booking_popup.scss */
.contact_bottom_popup .phone_hotel_booking_popup, .contact_bottom_popup .email_hotel {
  display: inline-block;
  padding-left: 30px;
  line-height: 25px;
}
/* line 552, ../sass/widget/_booking_popup.scss */
.contact_bottom_popup .phone_hotel_booking_popup {
  margin-right: 10px;
}
/* line 556, ../sass/widget/_booking_popup.scss */
.contact_bottom_popup .email_hotel {
  background: url(https://www.hotelferrero.com/img/simoa/booking_icos/mail_ico.png) no-repeat left center;
}

/* line 1, ../sass/_entry.scss */
.entry {
  padding: 120px 0 60px;
  width: 65%;
  float: left;
  color: #4b4b4b;
  box-sizing: border-box;
}
/* line 7, ../sass/_entry.scss */
.entry .entry_title {
  font-size: 300%;
  color: #4b4b4b;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 13, ../sass/_entry.scss */
.entry .entry_author {
  margin: 10px 0 10px;
}
/* line 15, ../sass/_entry.scss */
.entry .entry_author .author_pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 23, ../sass/_entry.scss */
.entry .entry_author .author_pic img {
  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%);
}
/* line 27, ../sass/_entry.scss */
.entry .entry_author .author_name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 15px;
  color: black;
}
/* line 33, ../sass/_entry.scss */
.entry .entry_author .author_name span {
  font-weight: normal;
  color: #2d3047;
}
/* line 39, ../sass/_entry.scss */
.entry .entry_info {
  background-color: #efefef;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  font-size: 70%;
  box-sizing: border-box;
  display: table;
}
/* line 48, ../sass/_entry.scss */
.entry .entry_info span {
  display: table-cell;
  text-align: center;
  padding: 3px;
  border: 1px solid transparent;
  border-right-color: white;
}
/* line 54, ../sass/_entry.scss */
.entry .entry_info span:last-of-type {
  border-right-color: transparent;
}
/* line 60, ../sass/_entry.scss */
.entry .entry_content h1, .entry .entry_content h2, .entry .entry_content h3, .entry .entry_content h4, .entry .entry_content h5, .entry .entry_content h6 {
  color: #171c24;
  font-weight: 300;
}
/* line 64, ../sass/_entry.scss */
.entry .entry_content h2 {
  font-size: 40px;
  line-height: 1.14;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 70, ../sass/_entry.scss */
.entry .entry_content p {
  margin: 0 0 20px 0;
  color: #616161;
  font-size: 15px;
  line-height: 1.8;
}
/* line 77, ../sass/_entry.scss */
.entry .entry_share {
  border-top: 1px solid #DDD;
  padding: 30px 0 30px 0;
}
/* line 82, ../sass/_entry.scss */
.entry .entry_comments h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #DDD;
}
/* line 91, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment {
  background-color: #fafafa;
  border-radius: 3px;
  min-height: 70px;
  margin: 10px;
  padding: 20px;
}
/* line 97, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .comment_pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 108, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .comment_pic img {
  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%);
}
/* line 112, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .name {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 115, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .name span {
  text-transform: uppercase;
  color: #CCC;
  margin-right: 5px;
}
/* line 121, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .text {
  font-size: 80%;
}
/* line 126, ../sass/_entry.scss */
.entry .entry_comments .comment_form {
  font-size: 80%;
  margin-top: 30px;
}
/* line 129, ../sass/_entry.scss */
.entry .entry_comments .comment_form .text_element {
  width: 100%;
}
/* line 131, ../sass/_entry.scss */
.entry .entry_comments .comment_form .text_element textarea {
  width: 100%;
  border: 1px solid #ddd;
}
/* line 136, ../sass/_entry.scss */
.entry .entry_comments .comment_form .input_element {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  margin-top: 15px;
  margin-right: 5px;
}
/* line 141, ../sass/_entry.scss */
.entry .entry_comments .comment_form .input_element input {
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: calc(100% - 5px);
}
/* line 148, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element {
  margin-top: 15px;
}
/* line 150, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element a {
  color: #2d3047;
}
/* line 152, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element a:hover {
  text-decoration: underline;
}
/* line 157, ../sass/_entry.scss */
.entry .entry_comments .comment_form label {
  display: block;
  text-transform: uppercase;
}
/* line 161, ../sass/_entry.scss */
.entry .entry_comments .comment_form #contact-button-wrapper {
  margin-top: 15px;
}
/* line 163, ../sass/_entry.scss */
.entry .entry_comments .comment_form #contact-button-wrapper #popup_form_button {
  cursor: pointer;
  display: inline-block;
  background-color: #2d3047;
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 179, ../sass/_entry.scss */
.right_column {
  width: 30%;
  box-sizing: border-box;
  padding-top: 120px;
  float: right;
  vertical-align: top;
}
/* line 185, ../sass/_entry.scss */
.right_column .widget_title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #4b4b4b;
  letter-spacing: 1px;
}
/* line 192, ../sass/_entry.scss */
.right_column .widget_title span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  background-color: white;
}
/* line 198, ../sass/_entry.scss */
.right_column .widget_title:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ddd;
}
/* line 208, ../sass/_entry.scss */
.right_column .widget_title:first-of-type {
  margin-top: 0px;
}
/* line 213, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry {
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  width: 90%;
  border-bottom: 1px solid #ddd;
}
/* line 220, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 230, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .image img {
  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%);
  max-width: 100%;
  max-height: 100%;
}
/* line 236, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  font-size: 90%;
  margin-bottom: 10px;
}
/* line 242, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title a {
  color: #4b4b4b;
}
/* line 244, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title a:hover {
  color: #2d3047;
}
/* line 249, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  font-size: 70%;
  color: #CCC;
}
/* line 255, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info span {
  margin-right: 5px;
}
/* line 257, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info span i {
  margin-right: 5px;
  color: #aaa;
}
/* line 265, ../sass/_entry.scss */
.right_column .social_widget {
  padding-top: 10px;
}
/* line 267, ../sass/_entry.scss */
.right_column .social_widget a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
/* line 275, ../sass/_entry.scss */
.right_column .social_widget a i {
  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%);
}
/* line 277, ../sass/_entry.scss */
.right_column .social_widget a i.fa-facebook {
  color: #44659E;
}
/* line 280, ../sass/_entry.scss */
.right_column .social_widget a i.fa-twitter {
  color: #00B3F0;
}
/* line 283, ../sass/_entry.scss */
.right_column .social_widget a i.fa-google-plus {
  color: #DF371B;
}
/* line 286, ../sass/_entry.scss */
.right_column .social_widget a i.fa-youtube {
  color: #C43030;
}
/* line 289, ../sass/_entry.scss */
.right_column .social_widget a i.fa-pinterest-p {
  color: #C43030;
}
/* line 292, ../sass/_entry.scss */
.right_column .social_widget a i.fa-instagram {
  color: #3C3C3C;
}
/* line 296, ../sass/_entry.scss */
.right_column .social_widget a:hover {
  background-color: #efefef;
}
/* line 301, ../sass/_entry.scss */
.right_column .instagram_widget {
  padding-top: 20px;
  text-align: center;
}
/* line 304, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  width: calc(100% / 3 - 5px);
  overflow: hidden;
}
/* line 312, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 318, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture img.instagram_img {
  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%);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 323px;
}
/* line 327, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info {
  position: absolute;
  z-index: 2;
  top: 50%;
  opacity: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 341, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info, .right_column .instagram_widget .picture_info .likes_info {
  display: inline-block;
  font-size: 80%;
  color: white;
}
/* line 346, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info img, .right_column .instagram_widget .picture_info .likes_info img {
  vertical-align: middle;
}
/* line 351, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info {
  margin-right: 10px;
}
/* line 356, ../sass/_entry.scss */
.right_column .instagram_widget .black_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 372, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture:hover .black_overlay, .right_column .instagram_widget .instagram_picture:hover .picture_info {
  opacity: 1;
}
/* line 377, ../sass/_entry.scss */
.right_column .comments_widget {
  padding-top: 20px;
}
/* line 379, ../sass/_entry.scss */
.right_column .comments_widget .comment {
  margin-bottom: 30px;
}
/* line 382, ../sass/_entry.scss */
.right_column .comments_widget .text {
  position: relative;
  font-size: 80%;
  font-style: italic;
  color: #999;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 20px;
}
/* line 391, ../sass/_entry.scss */
.right_column .comments_widget .text:before {
  position: absolute;
  bottom: 0px;
  right: 20px;
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #ddd;
  margin-bottom: -20px;
}
/* line 401, ../sass/_entry.scss */
.right_column .comments_widget .text:after {
  position: absolute;
  bottom: 0px;
  right: 20px;
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: white;
  margin-bottom: -19px;
}
/* line 412, ../sass/_entry.scss */
.right_column .comments_widget .name {
  text-align: right;
  font-size: 90%;
  color: #4b4b4b;
}

/* line 1, ../sass/_news_widget.scss */
.news_widget_background {
  background-color: white;
  margin-top: 50px;
}

/* line 6, ../sass/_news_widget.scss */
.news_widget_wrapper {
  font-size: 14px;
  text-align: center;
  padding: 60px 0;
}
/* line 11, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget {
  display: inline-block;
  background-color: white;
  vertical-align: top;
  width: 360px;
  text-align: center;
  margin: 0 5px 20px;
  color: #666;
  border: 1px solid #DDD;
}
/* line 21, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 27, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image img {
  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%);
  width: 100%;
}
/* line 33, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .tags {
  font-size: 80%;
  color: #2d3047;
  padding: 20px;
}
/* line 39, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
}
/* line 44, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a {
  color: #666;
}
/* line 47, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a:hover {
  color: #2d3047;
}
/* line 53, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .content {
  font-size: 80%;
  padding: 20px;
  line-height: 180%;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 63, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DDD;
  padding: 10px;
}
/* line 70, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments, .news_widget_wrapper .entry_widget .links .author, .news_widget_wrapper .entry_widget .links .date {
  display: table-cell;
  position: relative;
  font-size: 80%;
  height: 50px;
  text-align: center;
}
/* line 77, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments span, .news_widget_wrapper .entry_widget .links .author span, .news_widget_wrapper .entry_widget .links .date span {
  display: block;
  width: 100%;
  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%);
}
/* line 84, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments {
  border-left: 1px solid transparent;
  border-right: 1px solid #DDD;
}
/* line 88, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments i {
  border: 1px solid #DDD;
  border-radius: 50%;
  padding: 10px;
  font-size: 25px;
  color: #AAA;
  vertical-align: middle;
}
/* line 97, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments b {
  background-color: #2d3047;
  color: white;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 10px;
  margin-left: -10px;
  vertical-align: middle;
}
/* line 108, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .author {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
/* line 113, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .date {
  border-left: 1px solid #DDD;
  border-right: 1px solid transparent;
  color: #2d3047;
}

/* line 122, ../sass/_news_widget.scss */
.see_more_news {
  text-align: center;
}
/* line 125, ../sass/_news_widget.scss */
.see_more_news a {
  display: inline-block;
  margin: 0 60px 60px;
  background-color: #2d3047;
  color: white;
  text-transform: uppercase;
  padding: 20px 60px;
}

/*btn*/
/* line 135, ../sass/_news_widget.scss */
.btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 26px;
  transition: all .5s;
  cursor: pointer;
}
/* line 148, ../sass/_news_widget.scss */
.btn a {
  color: inherit !important;
}
/* line 152, ../sass/_news_widget.scss */
.btn.btn_primary {
  background-color: #A4C8DC;
  color: white;
}
/* line 156, ../sass/_news_widget.scss */
.btn.btn_primary:hover {
  background-color: #b6d3e3 !important;
}
/* line 161, ../sass/_news_widget.scss */
.btn.btn_secondary {
  background-color: #2d3047;
  color: white;
}
/* line 165, ../sass/_news_widget.scss */
.btn.btn_secondary:hover {
  background-color: #373b57 !important;
}
/* line 170, ../sass/_news_widget.scss */
.btn.btn_block {
  width: 100%;
}
/* line 174, ../sass/_news_widget.scss */
.btn.btn_primary_outline {
  background-color: transparent;
  font-size: 14px;
  color: #A4C8DC;
  border: 0px;
  transition: all .5s;
}
/* line 181, ../sass/_news_widget.scss */
.btn.btn_primary_outline::before, .btn.btn_primary_outline::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 25px;
  background-image: url("../../img/simoa/corner_1.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all .2s;
}
/* line 192, ../sass/_news_widget.scss */
.btn.btn_primary_outline::before {
  top: 0;
  left: 0;
  transform: translateX(0);
}
/* line 198, ../sass/_news_widget.scss */
.btn.btn_primary_outline::after {
  transform: rotate(180deg) translateX(0);
  bottom: 0;
  right: 0;
}
/* line 204, ../sass/_news_widget.scss */
.btn.btn_primary_outline:hover {
  color: black;
}
/* line 207, ../sass/_news_widget.scss */
.btn.btn_primary_outline:hover::before, .btn.btn_primary_outline:hover::after {
  background-image: url("../../img/simoa/corner_2.svg");
}
/* line 211, ../sass/_news_widget.scss */
.btn.btn_primary_outline:hover::before {
  transform: translateX(-5px);
}
/* line 215, ../sass/_news_widget.scss */
.btn.btn_primary_outline:hover::after {
  transform: rotate(180deg) translateX(-5px);
}
/* line 221, ../sass/_news_widget.scss */
.btn.btn_white_outline {
  background-color: transparent;
  font-size: 14px;
  color: white;
  border: 0px;
  transition: all .5s;
}
/* line 228, ../sass/_news_widget.scss */
.btn.btn_white_outline::before, .btn.btn_white_outline::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 25px;
  background-image: url("../../img/simoa/corner_1_white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all .2s;
}
/* line 239, ../sass/_news_widget.scss */
.btn.btn_white_outline::before {
  top: 0;
  left: 0;
  transform: translateX(0);
}
/* line 245, ../sass/_news_widget.scss */
.btn.btn_white_outline::after {
  transform: rotate(180deg) translateX(0);
  bottom: 0;
  right: 0;
}
/* line 251, ../sass/_news_widget.scss */
.btn.btn_white_outline:hover {
  color: white;
}
/* line 254, ../sass/_news_widget.scss */
.btn.btn_white_outline:hover::before, .btn.btn_white_outline:hover::after {
  background-image: url("../../img/simoa/corner_2_white.svg");
}
/* line 258, ../sass/_news_widget.scss */
.btn.btn_white_outline:hover::before {
  transform: translateX(-5px);
}
/* line 262, ../sass/_news_widget.scss */
.btn.btn_white_outline:hover::after {
  transform: rotate(180deg) translateX(-5px);
}
/* line 268, ../sass/_news_widget.scss */
.btn.btn_link {
  position: relative;
  padding: 0;
  font-size: 14px;
  color: #A4C8DC;
  font-weight: 700;
}
/* line 275, ../sass/_news_widget.scss */
.btn.btn_link::before {
  position: absolute;
  content: '\f054';
  font-size: 1.2em;
  right: -25px;
  top: 0;
  color: #A4C8DC;
  font-family: 'Font Awesome 5 Pro';
  transition: all .5s;
}
/* line 288, ../sass/_news_widget.scss */
.btn.btn_link:hover::before {
  right: -30px;
}
/* line 294, ../sass/_news_widget.scss */
.btn.hover_effect {
  position: relative;
}
/* line 297, ../sass/_news_widget.scss */
.btn.hover_effect::before, .btn.hover_effect::after {
  position: absolute;
  content: '';
  background-color: #707070;
  z-index: -1;
  transition: all .5s;
}
/* line 305, ../sass/_news_widget.scss */
.btn.hover_effect::before {
  top: -2px;
  bottom: -2px;
  left: 50%;
  right: 50%;
}
/* line 312, ../sass/_news_widget.scss */
.btn.hover_effect::after {
  left: -2px;
  right: -2px;
  top: 50%;
  bottom: 50%;
  transition-delay: .2s;
}
/* line 323, ../sass/_news_widget.scss */
.btn.hover_effect:hover::before {
  left: -2px;
  right: -2px;
}
/* line 328, ../sass/_news_widget.scss */
.btn.hover_effect:hover::after {
  top: -2px;
  bottom: -2px;
}

/* line 335, ../sass/_news_widget.scss */
.entries_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 340, ../sass/_news_widget.scss */
.entries_wrapper .entry {
  width: calc((100% / 3) - 30px);
  height: 555px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: white;
  box-shadow: 0px -20px 35px -15px rgba(0, 0, 0, 0.3);
}
/* line 350, ../sass/_news_widget.scss */
.entries_wrapper .entry .picture_wrapper {
  height: 250px;
}
/* line 354, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper {
  flex: auto;
  position: relative;
  padding: 40px 40px 110px;
  z-index: 1;
}
/* line 360, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .content_title {
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
/* line 367, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .content_title.sub_border:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #A4C8DC;
  width: 50px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 379, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .content_title .title {
  font-size: 18px;
  font-family: "Roboto";
  text-transform: none;
  color: #666;
  font-weight: 700;
  line-height: 20px;
}
/* line 47, ../sass/_defaults.scss */
.entries_wrapper .entry .content_wrapper .content_title .title small, .entries_wrapper .entry .content_wrapper .content_title .title big, .entries_wrapper .entry .content_wrapper .content_title .title span {
  font-weight: 500;
  text-transform: none;
  display: block;
}
/* line 63, ../sass/_defaults.scss */
.entries_wrapper .entry .content_wrapper .content_title .title small, .entries_wrapper .entry .content_wrapper .content_title .title big, .entries_wrapper .entry .content_wrapper .content_title .title span {
  font-size: 12px;
}
/* line 385, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .desc {
  position: relative;
  overflow: hidden;
  color: #4a4a4a;
  height: 65px;
  font-size: 14px;
}
/* line 399, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .desc::after {
  content: '';
  position: unset;
  right: 20px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
/* line 410, ../sass/_news_widget.scss */
.entries_wrapper .entry .content_wrapper .btn {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 40px;
}

/* line 1, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper {
  display: table;
  width: 100%;
}
/* line 5, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(odd) {
  padding-left: 495px;
}
/* line 7, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(odd) .cycle_element_left, .cycle_banners_wrapper .cycle_element_wrapper:nth-child(odd) .cycle_baner_see_more {
  margin-left: -495px;
}
/* line 10, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(odd) .cycle_image {
  float: left;
}
/* line 13, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(odd) .cycle_content {
  float: right;
}
/* line 18, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) {
  padding-right: 495px;
}
/* line 20, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) .cycle_element_left, .cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) .cycle_baner_see_more {
  margin-right: -495px;
}
/* line 23, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) .cycle_image {
  float: right;
}
/* line 26, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) .cycle_content {
  float: left;
}
/* line 29, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element_wrapper:nth-child(even) .img {
  right: auto;
  left: 0;
}
/* line 34, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element {
  display: table;
  width: 100%;
  height: 495px;
  position: relative;
  margin-bottom: 150px;
  background: #efefef;
}
/* line 42, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left {
  display: inline-block;
  width: 495px;
  border-bottom: 3px solid #A4C8DC;
}
/* line 46, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image {
  width: 100%;
  height: 495px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
/* line 52, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .cycle_gallery {
  width: 495px;
}
/* line 54, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .cycle_gallery a {
  position: relative;
  display: block;
  width: 495px;
  height: 495px;
  overflow: hidden;
}
/* line 62, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery {
  display: block;
}
/* line 65, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 30px;
}
/* line 76, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image img {
  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%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
/* line 85, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_title {
  font-size: 23px;
  color: #A4C8DC;
  font-weight: 100;
  font-family: "Roboto";
  text-align: center;
  clear: both;
  padding: 10px 0;
  letter-spacing: 2px;
}
/* line 95, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_title:hover + .cycle_baner_see_more {
  height: auto;
  max-height: 350px;
}
/* line 101, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_baner_see_more {
  position: absolute;
  text-align: center;
  height: 5px;
  max-height: 5px;
  overflow: hidden;
  width: 495px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 109, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_baner_see_more a {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  background-color: #2d3047;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
  font-weight: 300;
}
/* line 121, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_baner_see_more a span {
  position: relative;
}
/* line 125, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_baner_see_more:hover {
  height: auto;
  max-height: 350px;
}
/* line 128, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_baner_see_more:hover a {
  background-color: #A4C8DC;
}
/* line 135, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_content {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-top: 50px;
  padding: 30px 10px;
}
/* line 144, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_content .text {
  vertical-align: middle;
  display: inline-block;
  width: 90%;
}
/* line 150, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_content:before {
  content: '';
  width: 1px;
  height: 300px;
  vertical-align: middle;
  display: inline-block;
}
/* line 158, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .cycle_content .cycle_description {
  text-align: center;
  font-weight: 300;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 50px 50px;
  /*overflow: hidden;*/
}
/* line 169, ../sass/banners/_fixed_banners.scss */
.cycle_banners_wrapper .cycle_element .img {
  position: absolute;
  top: -20px;
  right: 0;
  display: none;
}

/* line 2, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 {
  width: 1140px;
  margin: 100px auto;
  position: relative;
  margin-top: 40px;
}
/* line 8, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content {
  display: block;
  position: relative;
}
/* line 12, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text {
  width: 50%;
  padding: 80px 0;
}
/* line 16, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div {
  padding: 30px;
  background: #f4f4f4;
}
/* line 20, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .title {
  font-size: 23px;
  color: #A4C8DC;
  font-weight: 100;
  font-family: "Roboto";
  text-align: center;
  clear: both;
  padding: 10px 0;
  letter-spacing: 2px;
  text-align: left;
  font-size: 60px;
  line-height: 1.1;
}
/* line 33, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .title small {
  font-size: 40px;
}
/* line 38, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .description {
  padding-top: 30px;
}
/* line 43, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .button_seemore {
  width: 230px;
  height: 60px;
  display: inline-block;
  background: #666;
  position: relative;
  font-family: "Roboto";
  margin-top: 30px;
  color: white;
  display: inline-block;
}
/* line 54, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .button_seemore span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
}
/* line 63, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .button_seemore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1a1a1a;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 80, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .text .padding_div .button_seemore:hover:before {
  width: 230px;
}
/* line 88, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .principal_image {
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  top: 50%;
  transform: translatey(-50%);
  overflow: hidden;
  z-index: -1;
}
/* line 98, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .banner_content .principal_image img {
  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%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 104, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .extra_images {
  display: flex;
  margin: 20px 80px;
}
/* line 108, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .extra_images .img_container {
  position: relative;
  overflow: hidden;
}
/* line 112, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .extra_images .img_container:first-of-type {
  width: 65%;
  height: 380px;
  left: -10px;
}
/* line 118, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .extra_images .img_container:last-of-type {
  width: 35%;
  height: 230px;
  right: -10px;
}
/* line 124, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3 .extra_images .img_container img {
  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%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 131, ../sass/banners/_banner_x3.scss */
.banner_x3_container .banner_x3.with_svg_logo .svg_logo {
  position: absolute;
  bottom: 70px;
  right: calc((100% - 1600px) / 2);
  width: 450px;
  z-index: -1;
}

/* line 1, ../sass/_template_specific.scss */
body {
  font-family: "Roboto", sans-serif;
}
/* line 3, ../sass/_template_specific.scss */
body * {
  box-sizing: border-box;
}
/* line 8, ../sass/_template_specific.scss */
body:not(.inner_section) #slider_container {
  height: 100vh;
}
/* line 11, ../sass/_template_specific.scss */
body:not(.inner_section) #slider_container .forcefullwidth_wrapper_tp_banner {
  height: 100% !important;
  overflow: hidden;
}
/* line 17, ../sass/_template_specific.scss */
body.overflow-hidden {
  overflow: hidden;
}
/* line 21, ../sass/_template_specific.scss */
body a {
  text-decoration: none;
}
/* line 25, ../sass/_template_specific.scss */
body strong {
  font-weight: bolder;
}
/* line 29, ../sass/_template_specific.scss */
body em {
  font-style: italic;
}

/* line 1, ../sass/_header.scss */
header {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
/* line 7, ../sass/_header.scss */
header .top_header_up {
  background-color: rgba(164, 200, 220, 0.6);
}
/* line 10, ../sass/_header.scss */
header .top_header_up #lang {
  position: relative;
  float: left;
  display: inline-block;
  background-color: #7fb2ce;
  color: white;
}
/* line 17, ../sass/_header.scss */
header .top_header_up #lang .lang_selected {
  padding: 13px 40px 14px 15px;
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
/* line 22, ../sass/_header.scss */
header .top_header_up #lang .lang_selected img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}
/* line 29, ../sass/_header.scss */
header .top_header_up #lang .lang_selected.clicked:before {
  content: "\f106";
}
/* line 33, ../sass/_header.scss */
header .top_header_up #lang .lang_selected:before {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 15px;
}
/* line 43, ../sass/_header.scss */
header .top_header_up #lang .lang_options_wrapper {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 101;
  background-color: #2d3047;
}
/* line 50, ../sass/_header.scss */
header .top_header_up #lang .lang_options_wrapper a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: white;
  border-bottom: 1px solid #A4C8DC;
}
/* line 58, ../sass/_header.scss */
header .top_header_up #lang .lang_options_wrapper:hover {
  background-color: #191b28;
}
/* line 63, ../sass/_header.scss */
header .top_header_up .left_header {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 18px;
}
/* line 71, ../sass/_header.scss */
header .top_header_up .right_header {
  width: calc(100% - 200px);
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
/* line 77, ../sass/_header.scss */
header .top_header_up .right_header #top-sections {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
/* line 84, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a {
  display: inline-block;
  color: white;
  border-right: 1px solid white;
  padding: 0 15px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 91, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a:last-child {
  border-right: 0;
}
/* line 95, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a:hover {
  opacity: .6;
}
/* line 99, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a img {
  height: 48px;
  vertical-align: middle;
}
/* line 103, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a i.fa, header .top_header_up .right_header #top-sections a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image header .top_header_up .right_header #top-sections a i.link_gallery:before {
  font-size: 40px;
  color: white;
  vertical-align: middle;
}
/* line 107, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a i.fa.fa-map-marker, header .top_header_up .right_header #top-sections a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.fa-map-marker.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image header .top_header_up .right_header #top-sections a i.fa-map-marker.link_gallery:before {
  padding: 0 10px;
}
/* line 113, ../sass/_header.scss */
header .top_header_up .right_header #top-sections a.phone i.fa, header .top_header_up .right_header #top-sections a.phone .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image header .top_header_up .right_header #top-sections a.phone i.link_gallery:before {
  font-size: 20px;
}
/* line 120, ../sass/_header.scss */
header .top_header_up .right_header #social {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 5px 10px;
}
/* line 126, ../sass/_header.scss */
header .top_header_up .right_header #social a {
  position: relative;
  color: #A4C8DC;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 137, ../sass/_header.scss */
header .top_header_up .right_header #social a i.fa, header .top_header_up .right_header #social a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image header .top_header_up .right_header #social a i.link_gallery:before {
  font-size: 20px;
  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%);
}
/* line 141, ../sass/_header.scss */
header .top_header_up .right_header #social a:hover {
  opacity: .6;
}
/* line 148, ../sass/_header.scss */
header .top_header_down {
  padding: 20px;
  background-color: rgba(25, 27, 40, 0.6);
}
/* line 152, ../sass/_header.scss */
header #logoDiv {
  width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
/* line 159, ../sass/_header.scss */
header #main_menu {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
}
/* line 164, ../sass/_header.scss */
header #main_menu.fixed {
  position: fixed;
  top: 0;
}
/* line 169, ../sass/_header.scss */
header #main_menu #main-sections-inner {
  display: block;
  width: 100%;
  height: 79px;
  text-align: center;
  padding-top: 30px;
}
/* line 175, ../sass/_header.scss */
header #main_menu #main-sections-inner:after {
  content: '';
  display: block;
  margin-left: 100%;
}
/* line 181, ../sass/_header.scss */
header #main_menu #main-sections-inner .main-section-div-wrapper {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid white;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
  -ms-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}
/* line 190, ../sass/_header.scss */
header #main_menu #main-sections-inner .main-section-div-wrapper#section-active, header #main_menu #main-sections-inner .main-section-div-wrapper:hover {
  border-bottom: 6px solid #A4C8DC;
  padding-bottom: 13px;
}
/* line 194, ../sass/_header.scss */
header #main_menu #main-sections-inner .main-section-div-wrapper#section-active a, header #main_menu #main-sections-inner .main-section-div-wrapper:hover a {
  font-weight: 400;
  color: white;
}
/* line 201, ../sass/_header.scss */
header #main_menu #main-sections-inner .main-section-div-wrapper:hover a {
  font-weight: 100;
}
/* line 206, ../sass/_header.scss */
header #main_menu #main-sections-inner .main-section-div-wrapper a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto";
  color: white;
  font-weight: 100;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 221, ../sass/_header.scss */
header.inner_header #main_menu #main-sections-inner .main-section-div-wrapper a {
  color: white;
}

/* line 36, ../sass/_template_specific.scss */
#slider_container {
  position: relative;
}
/* line 39, ../sass/_template_specific.scss */
#slider_container .slider_center_title {
  text-align: center;
  color: white;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  z-index: 25;
  font-size: 30px;
  margin-top: -50px;
  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%);
}
/* line 48, ../sass/_template_specific.scss */
#slider_container .slider_center_title:before, #slider_container .slider_center_title:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 0;
  height: 100px;
  border-left: 1px solid white;
}
/* line 64, ../sass/_template_specific.scss */
#slider_container .active-revslide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
/* line 72, ../sass/_template_specific.scss */
#slider_container .inner_slider {
  height: 386px;
  position: relative;
  overflow: hidden;
}
/* line 76, ../sass/_template_specific.scss */
#slider_container .inner_slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 85, ../sass/_template_specific.scss */
#slider_container .tp-bullets {
  display: none;
}
/* line 89, ../sass/_template_specific.scss */
#slider_container .ticks_wrapper {
  display: inline-block;
  width: 100%;
  border-top: 1px solid lightgrey;
  padding: 9px 0;
  background-color: white;
  text-align: right;
  float: right;
}
/* line 98, ../sass/_template_specific.scss */
#slider_container .ticks_wrapper .tick_element {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 14px;
  margin: 0 10px;
}
/* line 104, ../sass/_template_specific.scss */
#slider_container .ticks_wrapper .tick_element .fa, #slider_container .ticks_wrapper .tick_element .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image #slider_container .ticks_wrapper .tick_element .link_gallery:before {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 112, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  display: inline-block;
  width: 100%;
  padding: 9px 0;
  background-color: white;
  text-align: center;
}
/* line 122, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .icon {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  margin: 0 10px;
}
/* line 128, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .icon .fa, #slider_container .slider_icos_wrapper .icon .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image #slider_container .slider_icos_wrapper .icon .link_gallery:before {
  font-size: 30px;
  margin-right: 5px;
  color: #A4C8DC;
  vertical-align: middle;
}
/* line 135, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 138, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .owl-nav .owl-prev, #slider_container .slider_icos_wrapper .owl-nav .owl-next {
  font-size: 25px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* line 143, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .owl-nav .owl-prev {
  left: -30px;
}
/* line 146, ../sass/_template_specific.scss */
#slider_container .slider_icos_wrapper .owl-nav .owl-next {
  right: -30px;
}

/* line 153, ../sass/_template_specific.scss */
.content_access {
  padding: 0;
  text-align: center;
}
/* line 157, ../sass/_template_specific.scss */
.content_access h3.section-title {
  border-bottom: 1px solid #A4C8DC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30pt;
  font-family: "Roboto";
  font-weight: 100;
}
/* line 165, ../sass/_template_specific.scss */
.content_access h3.section-title span span {
  display: block;
  color: #A4C8DC;
  font-size: 60%;
}
/* line 172, ../sass/_template_specific.scss */
.content_access .container12 > div {
  font-size: 14px;
  line-height: 28px;
  width: 910px;
  margin: 40px auto 0;
  color: #666;
  font-weight: 200;
}
/* line 181, ../sass/_template_specific.scss */
.content_access #my-bookings-form {
  display: none;
}

/* line 186, ../sass/_template_specific.scss */
#my-bookings-form {
  margin: 80px auto;
}
/* line 189, ../sass/_template_specific.scss */
#my-bookings-form #reservation {
  margin-top: 0 !important;
}
/* line 192, ../sass/_template_specific.scss */
#my-bookings-form #reservation .modify_reservation_widget {
  margin-top: 40px;
  margin-bottom: 0;
}
/* line 197, ../sass/_template_specific.scss */
#my-bookings-form #reservation .my-bookings-booking-info {
  margin: 40px auto 0;
}
/* line 200, ../sass/_template_specific.scss */
#my-bookings-form #reservation .my-bookings-booking-info .fResumenReserva {
  margin: auto;
}
/* line 206, ../sass/_template_specific.scss */
#my-bookings-form #modifyButton {
  display: none;
}
/* line 211, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 100;
}
/* line 219, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields input, #my-bookings-form #my-bookings-form-fields #hotelSelectCorporate {
  display: block;
  width: 300px;
  margin: 10px auto;
  height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #A4C8DC;
}
/* line 229, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields #my-bookings-form-search-button {
  position: relative;
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 300px;
  text-align: center;
  font-weight: 100;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  left: 50%;
  transform: translateX(-50%);
  background: #A4C8DC;
  margin-top: 20px;
}
/* line 247, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields #my-bookings-form-search-button:hover {
  background: #7fb2ce;
}
/* line 252, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul {
  text-align: center;
  margin-top: 30px;
}
/* line 256, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 262, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button {
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 100%;
  font-weight: 100;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 274, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.cancelButton {
  background: #A4C8DC;
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 200px;
  font-weight: 100;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 287, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.cancelButton:hover {
  background: #7fb2ce;
}
/* line 292, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.modify-reservation {
  background: #191b28;
}
/* line 295, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.modify-reservation:hover {
  background: #050609;
}
/* line 300, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.searchForReservation {
  background: #A4C8DC;
}
/* line 303, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-fields ul li button.searchForReservation:hover {
  background: #7fb2ce;
}
/* line 312, ../sass/_template_specific.scss */
#my-bookings-form #cancelButton {
  display: none;
  background: #A4C8DC;
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 200px;
  font-weight: 100;
  margin: 40px auto 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 327, ../sass/_template_specific.scss */
#my-bookings-form #cancelButton:hover {
  background: #4d4d4d;
}

/* line 333, ../sass/_template_specific.scss */
.my-bookings-booking-info {
  margin: auto;
}

/* line 336, ../sass/_template_specific.scss */
.content_subtitle_wrapper {
  padding: 120px 0 70px;
  text-align: center;
  color: #666;
}
/* line 340, ../sass/_template_specific.scss */
.content_subtitle_wrapper.no_subtitle {
  padding: 30px 0 70px;
}
/* line 343, ../sass/_template_specific.scss */
.content_subtitle_wrapper .content_subtitle_title {
  border-bottom: 1px solid #A4C8DC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30pt;
  font-family: "Roboto";
  font-weight: 100;
  color: #A4C8DC;
}
/* line 352, ../sass/_template_specific.scss */
.content_subtitle_wrapper .content_subtitle_title span span {
  display: block;
  color: #A4C8DC;
  font-size: 60%;
}
/* line 357, ../sass/_template_specific.scss */
.content_subtitle_wrapper .content_subtitle_title:after {
  content: '';
  display: none;
}
/* line 363, ../sass/_template_specific.scss */
.content_subtitle_wrapper.content_subtitle_home .content_subtitle_title {
  font-size: 50px;
  font-family: "Roboto";
  font-weight: 100;
  letter-spacing: 2px;
  color: #A4C8DC;
  border-bottom: 0 solid #A4C8DC;
}
/* line 371, ../sass/_template_specific.scss */
.content_subtitle_wrapper.content_subtitle_home .content_subtitle_title span span {
  display: block;
  font-size: 50px;
  font-weight: 400;
}
/* line 377, ../sass/_template_specific.scss */
.content_subtitle_wrapper.content_subtitle_home .content_subtitle_title:after {
  content: '';
  display: block;
  width: 150px;
  height: 5px;
  margin: 20px auto;
  background-color: #A4C8DC;
}
/* line 388, ../sass/_template_specific.scss */
.content_subtitle_wrapper .content_subtitle_description {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  width: 910px;
  margin: 40px auto 0;
  font-weight: 300;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 399, ../sass/_template_specific.scss */
.content_subtitle_wrapper .button-promotion {
  display: inline-block;
  background: #A4C8DC;
  color: white;
  margin-top: 40px;
  padding: 25px 80px;
  font-family: "Roboto";
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
}
/* line 413, ../sass/_template_specific.scss */
.content_subtitle_wrapper .button-promotion:hover {
  background: #4d4d4d;
  color: white;
}
/* line 419, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper {
  margin-top: 80px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
/* line 424, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel {
  padding: 20px 115px;
}
/* line 427, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item {
  height: 60px;
  text-align: center;
  background: #CDBEA2;
}
/* line 432, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item:nth-child(even) {
  background: #877960;
}
/* line 436, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .services_element {
  width: 100%;
  left: 0;
}
/* line 441, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .fa, .content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .link_gallery:before {
  font-size: 18px;
}
/* line 445, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .fa, .content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item .link_gallery:before, .content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item img {
  margin-right: 5px;
}
/* line 449, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-item img {
  width: auto;
}
/* line 455, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 32px;
}
/* line 460, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-nav .owl-prev {
  left: 0;
}
/* line 464, ../sass/_template_specific.scss */
.content_subtitle_wrapper .services_slider_wrapper .services_carousel .owl-nav .owl-next {
  right: 0;
}

/* line 473, ../sass/_template_specific.scss */
.bannersx2_text_wrapper {
  clear: both;
}
/* line 475, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element {
  position: relative;
  display: inline-block;
  width: calc(50% - 1px);
  height: 600px;
  color: #4b4b4b;
  text-align: center;
}
/* line 482, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element:nth-child(odd) {
  border-right: 2px solid #EFEFEF;
}
/* line 485, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_title {
  font-size: 30px;
  line-height: 90%;
  text-transform: uppercase;
}
/* line 489, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_title:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 0;
  height: 80px;
  border-left: 1px solid #4b4b4b;
}
/* line 498, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_description {
  font-size: 14px;
  line-height: 25px;
}
/* line 501, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_description:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 0;
  height: 40px;
  border-left: 1px solid #4b4b4b;
}
/* line 510, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_link {
  position: relative;
  color: #A4C8DC;
  font-size: 30px;
  text-transform: uppercase;
}
/* line 515, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element .banner_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(164, 200, 220, 0.3);
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 529, ../sass/_template_specific.scss */
.bannersx2_text_wrapper .banner_element:hover .banner_link:before {
  width: 100%;
}

/* line 537, ../sass/_template_specific.scss */
.bannersx4_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
/* line 541, ../sass/_template_specific.scss */
.bannersx4_wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  /* For browsers that do not support gradients */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  z-index: 2;
  width: 100%;
  display: block;
  height: 20px;
}
/* line 551, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element {
  width: 50%;
  height: 480px;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 559, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:before {
  content: "";
  background: transparent;
  z-index: 2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 567, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_image {
  position: relative;
  width: 50%;
  overflow: hidden;
  height: 480px;
}
/* line 572, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_image img {
  z-index: 1;
}
/* line 577, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  color: #A4C8DC;
  z-index: 4;
  text-align: center;
}
/* line 586, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_title {
  padding: 100px 50px 20px;
  text-align: center;
  color: #A4C8DC;
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: 100;
  z-index: 2;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 596, ../sass/_template_specific.scss */
  .bannersx4_wrapper .banner_element .banner_content .banner_title {
    font-size: 35px !important;
  }
}
/* line 601, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #666;
  padding: 0 50px 50px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
/* line 612, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link {
  width: 100%;
  height: 60px;
  display: inline-block;
  font-family: "Roboto";
}
/* line 618, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a {
  position: relative;
  display: inline-block;
  background-color: #2d3047;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  color: white;
  padding: 15px 30px 15px 80px;
  bottom: 50px;
  white-space: nowrap;
}
/* line 630, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a span span {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 630, ../sass/_template_specific.scss */
  .bannersx4_wrapper .banner_element .banner_content .banner_link a span span {
    font-size: 15px;
  }
}
/* line 638, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a i.fa, .bannersx4_wrapper .banner_element .banner_content .banner_link a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .bannersx4_wrapper .banner_element .banner_content .banner_link a i.link_gallery:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 643, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a i.fa:before, .bannersx4_wrapper .banner_element .banner_content .banner_link a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .bannersx4_wrapper .banner_element .banner_content .banner_link a i.link_gallery: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%);
}
/* line 647, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -ms-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
/* line 657, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a:hover:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 663, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a:not(.button_promotion) {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 666, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a.button_promotion {
  position: absolute;
  left: 0;
  margin-left: 100%;
  background-color: #A4C8DC;
}
/* line 671, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element .banner_content .banner_link a.button_promotion i.fa, .bannersx4_wrapper .banner_element .banner_content .banner_link a.button_promotion .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .bannersx4_wrapper .banner_element .banner_content .banner_link a.button_promotion i.link_gallery:before {
  background-color: transparent;
}
/* line 683, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(1) .banner_content .banner_link a.button_promotion {
  left: auto;
  margin-left: 0;
  right: 0;
  margin-right: 100%;
  padding: 15px 80px 15px 30px;
}
/* line 689, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(1) .banner_content .banner_link a.button_promotion i.fa, .bannersx4_wrapper .banner_element:nth-child(1) .banner_content .banner_link a.button_promotion .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .bannersx4_wrapper .banner_element:nth-child(1) .banner_content .banner_link a.button_promotion i.link_gallery:before {
  right: 0;
  left: auto;
}
/* line 699, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_image, .bannersx4_wrapper .banner_element:nth-child(3) .banner_image, .bannersx4_wrapper .banner_element:nth-child(4) .banner_image {
  float: right;
}
/* line 702, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content, .bannersx4_wrapper .banner_element:nth-child(3) .banner_content, .bannersx4_wrapper .banner_element:nth-child(4) .banner_content {
  right: auto;
  left: 0;
}
/* line 709, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_image {
  width: 100%;
}
/* line 712, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content {
  top: 75px;
  bottom: 75px;
  background-color: rgba(45, 48, 71, 0.8);
}
/* line 715, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_title, .bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_description {
  color: white;
}
/* line 718, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_title {
  padding-top: 30px;
}
/* line 721, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_description {
  padding: 0 50px 50px;
}
/* line 725, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_link a {
  bottom: -25px;
  background-color: white;
  color: #2d3047;
}
/* line 729, ../sass/_template_specific.scss */
.bannersx4_wrapper .banner_element:nth-child(2) .banner_content .banner_link a.button_promotion {
  color: white;
  background-color: #A4C8DC;
}
/* line 741, ../sass/_template_specific.scss */
.bannersx4_wrapper.cycle_banners .banner_element .banner_content .banner_description {
  text-transform: none;
  font-size: 14px;
  font-weight: 200;
  padding: 50px 30px;
}
/* line 747, ../sass/_template_specific.scss */
.bannersx4_wrapper.cycle_banners .banner_element .banner_content .banner_description:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

/* line 759, ../sass/_template_specific.scss */
.minigallery_content_wrapper {
  display: inline-block;
  width: 100%;
  float: left;
}
/* line 764, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigalery_content {
  text-align: center;
  margin-bottom: 50px;
}
/* line 768, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigalery_content .minigallery_title {
  font-size: 32px;
  text-transform: uppercase;
  color: #A4C8DC;
  font-family: "Roboto";
}
/* line 775, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigalery_content .minigallery_description {
  margin-top: 40px;
  font-size: 14px;
  line-height: 28px;
}
/* line 783, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item {
  background-color: #A4C8DC;
  height: 300px;
  overflow: hidden;
}
/* line 788, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item img {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 100%;
}
/* line 794, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item span {
  display: block;
  width: 90%;
  color: white;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  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%);
}
/* line 802, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item span i.fa, .minigallery_content_wrapper .minigallery_wrapper .owl-item span .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .minigallery_content_wrapper .minigallery_wrapper .owl-item span i.link_gallery:before {
  display: block;
  text-align: center;
  font-size: 25px;
}
/* line 810, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item:hover img {
  opacity: .4;
}
/* line 814, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item:hover .minigallery_desc img {
  opacity: .8;
}
/* line 820, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-item .minigallery_desc img {
  opacity: .4;
}
/* line 827, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: white;
  cursor: pointer;
  font-size: 32px;
}
/* line 834, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-nav .owl-prev {
  left: 15px;
}
/* line 838, ../sass/_template_specific.scss */
.minigallery_content_wrapper .minigallery_wrapper .owl-nav .owl-next {
  right: 15px;
}

/* line 845, ../sass/_template_specific.scss */
.maps_wrapper {
  position: relative;
  height: calc(100vh - 105px);
  display: inline-block;
  float: left;
  width: 100%;
}
/* line 852, ../sass/_template_specific.scss */
.maps_wrapper .maps_content {
  height: 600px;
  width: 600px;
  background: rgba(45, 48, 71, 0.8);
  border: 75px solid rgba(45, 48, 71, 0.8);
  z-index: 1;
}
/* line 859, ../sass/_template_specific.scss */
.maps_wrapper .maps_content .center_block {
  width: 100%;
  color: white;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 150%;
  text-align: center;
  font-weight: 100;
}
/* line 869, ../sass/_template_specific.scss */
.maps_wrapper .maps_content .center_block h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
/* line 875, ../sass/_template_specific.scss */
.maps_wrapper .maps_content .center_block h3 span {
  display: block;
  font-weight: 300;
}
/* line 880, ../sass/_template_specific.scss */
.maps_wrapper .maps_content .center_block a {
  color: white;
}
/* line 886, ../sass/_template_specific.scss */
.maps_wrapper .maps_iframe {
  position: relative;
  height: 100%;
  background-color: #666;
  overflow: hidden;
}
/* line 891, ../sass/_template_specific.scss */
.maps_wrapper .maps_iframe div {
  height: 100%;
}
/* line 894, ../sass/_template_specific.scss */
.maps_wrapper .maps_iframe iframe {
  width: 160%;
  opacity: .8;
  margin-top: -150px;
  height: calc(100% + 150px);
}

/* line 903, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper {
  background: #191b28;
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 911, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper > div {
  width: 100%;
  display: inline-block;
  padding: 30px 50px;
}
/* line 918, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container {
  width: auto;
  text-align: center;
}
/* line 922, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_title {
  color: white;
  font-size: 55px;
  letter-spacing: 6px;
  font-family: "Roboto";
  font-weight: 100;
}
/* line 930, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_description {
  font-size: 14px;
  font-weight: 100;
  line-height: 150%;
  letter-spacing: 2px;
  color: white;
  width: 800px;
  margin: 30px auto;
}
/* line 940, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form {
  margin-top: 20px;
}
/* line 943, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form input {
  background: transparent;
  border: 1px solid white;
  text-align: center;
  width: 260px;
  height: 60px;
  color: white;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}
/* line 956, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form input::-webkit-input-placeholder {
  color: white;
}
/* line 959, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form input::-moz-placeholder {
  color: white;
}
/* line 962, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form input:-ms-input-placeholder {
  color: white;
}
/* line 965, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form input:-moz-placeholder {
  color: white;
}
/* line 970, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter {
  display: inline-block;
  background: #A4C8DC;
  border: 1px solid transparent;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: top;
  width: 260px;
  padding: 20px 0;
  margin-right: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-family: "Roboto";
}
/* line 986, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter:hover:before {
  width: calc(100% + 2px);
}
/* line 990, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 0;
  background: #4d4d4d;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 1002, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter span {
  position: relative;
  z-index: 2;
}
/* line 1007, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter {
  color: white;
  font-weight: lighter;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 10px 0;
}
/* line 1014, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter .check_privacy {
  width: auto;
  height: auto;
}
/* line 1018, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .check_newsletter a {
  color: white;
  text-decoration: underline;
}
/* line 1025, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter {
  display: inline-block;
  vertical-align: middle;
}
/* line 1029, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border-radius: 50%;
  color: #2d3047;
  width: 55px;
  height: 55px;
  font-size: 32px;
  margin: 0 5px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1041, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter a i.fa:before, .newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter a i.link_gallery: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%);
}
/* line 1044, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .social_newsletter a:hover {
  background-color: #2d3047;
  color: white;
}
/* line 1053, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 1057, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel {
  padding: 0 30px;
}
/* line 1060, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel .owl-item {
  text-align: center;
}
/* line 1064, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel img {
  width: auto;
  margin: auto;
}
/* line 1070, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #877960;
  cursor: pointer;
  font-size: 32px;
}
/* line 1077, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel .owl-nav .owl-prev {
  left: 0px;
}
/* line 1081, ../sass/_template_specific.scss */
.newsletter_and_icons_footer_wrapper .icons_wrapper .icons_carousel .owl-nav .owl-next {
  right: 0px;
}

/* line 1, ../sass/inner_section/_rooms.scss */
.rooms_wrapper {
  float: left;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 80px 0 0;
}
/* line 8, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .filter_rooms_wrapper {
  text-align: center;
}
/* line 11, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .filter_rooms_wrapper .filter_element {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  font-family: "Roboto";
  margin-right: 3px;
  color: #A4C8DC;
}
/* line 25, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .filter_rooms_wrapper .filter_element.active, .rooms_wrapper .filter_rooms_wrapper .filter_element:hover {
  background: white;
}
/* line 28, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .filter_rooms_wrapper .filter_element.active {
  position: relative;
  border-bottom: 2px solid #A4C8DC;
  border-top-width: 0;
}
/* line 37, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element {
  text-align: center;
  margin-top: 60px;
}
/* line 41, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  width: 910px;
  margin: 40px auto 0;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
}
/* line 51, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content .title_room {
  border-bottom: 1px solid #A4C8DC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30pt;
  font-family: "Roboto";
  font-weight: 100;
}
/* line 60, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content .title_room span {
  display: block;
  color: #A4C8DC;
  font-size: 60%;
}
/* line 67, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content small {
  font-size: 24px;
  color: white;
  display: block;
  font-family: "Roboto";
}
/* line 74, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content hr {
  border: 0;
  height: 1px;
  background: white;
  margin: 20px auto;
}
/* line 81, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_content .description_room {
  font-size: 14px;
  line-height: 28px;
}
/* line 87, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .button-promotion {
  display: inline-block;
  background: #A4C8DC;
  color: white;
  margin-top: 40px;
  padding: 25px 80px;
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  position: relative;
  font-family: "Roboto";
}
/* line 102, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .button-promotion:hover {
  color: white;
}
/* line 105, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .button-promotion:hover:before {
  width: 100%;
}
/* line 110, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .button-promotion:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #4d4d4d;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 122, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .button-promotion span {
  position: relative;
  z-index: 2;
}
/* line 128, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery {
  margin-top: 80px;
  position: relative;
  background: #2d3047;
  width: 100%;
  overflow: hidden;
}
/* line 135, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery:before, .rooms_wrapper .rooms_list_wrapper .room_element .room_gallery:after {
  position: absolute;
  bottom: 0;
  border: 25px solid transparent;
  border-bottom-color: white;
  width: 100%;
  z-index: 10;
}
/* line 144, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery:before {
  content: "";
  right: 50%;
}
/* line 150, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery:after {
  content: "";
  left: 50%;
}
/* line 156, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-item {
  display: inline-block;
}
/* line 159, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-item .gallery_element {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
/* line 167, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-item .gallery_element:hover img {
  filter: grayscale(100%);
  opacity: .4;
}
/* line 173, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-item .gallery_element img {
  width: auto;
  min-width: 105%;
  min-height: 105%;
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: opacity .4s, filter .4s;
  -moz-transition: opacity .4s, filter .4s;
  -ms-transition: opacity .4s, filter .4s;
  -o-transition: opacity .4s, filter .4s;
  transition: opacity .4s, filter .4s;
}
/* line 189, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #4d4d4d;
  font-size: 24px;
}
/* line 194, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-nav > div.owl-next {
  right: 10px;
}
/* line 198, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .room_gallery .room_carousel .owl-nav > div.owl-prev {
  left: 10px;
}
/* line 206, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 55px 0 60px;
  background: white;
}
/* line 213, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_title {
  font-family: "Roboto";
  font-size: 32px;
  text-transform: uppercase;
  width: 400px;
  margin: auto;
  font-weight: 100;
  color: #666;
}
/* line 222, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_title:after {
  content: "";
  height: 100px;
  margin: 40px auto;
  width: 1px;
  background: #666;
  display: block;
}
/* line 232, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container {
  display: table;
  width: 900px;
  margin: auto;
  text-align: left;
}
/* line 237, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element {
  width: calc((100% - 20px)/3);
  float: left;
  margin: 10px 10px 5px 0;
  padding-left: 90px;
}
/* line 243, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element:nth-child(3n) {
  margin-right: 0;
}
/* line 247, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element .fa, .rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element .link_gallery:before {
  color: #A4C8DC;
  margin-right: 5px;
  font-size: 25px;
  vertical-align: middle;
}
/* line 254, ../sass/inner_section/_rooms.scss */
.rooms_wrapper .rooms_list_wrapper .room_element .services_wrapper .services_container .service_element span {
  display: inline-block;
  font-size: 14px;
}

/* line 1, ../sass/inner_section/_offers.scss */
.offers_wrapper {
  display: inline-block;
  width: 100%;
  padding: 0 0 80px;
  position: relative;
}
/* line 7, ../sass/inner_section/_offers.scss */
.offers_wrapper:after {
  content: "";
  border: 25px solid;
  border-color: #A4C8DC transparent transparent transparent;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 14, ../sass/inner_section/_offers.scss */
.offers_wrapper:after {
  border-width: 0;
  top: -2px;
  border-color: transparent transparent transparent transparent;
}
/* line 19, ../sass/inner_section/_offers.scss */
.offers_wrapper.x2 {
  margin-top: 80px;
}

/* line 24, ../sass/inner_section/_offers.scss */
.offers_banner_wrapper .offer_element {
  width: 50%;
  margin: 0;
}

/* line 29, ../sass/inner_section/_offers.scss */
.offer_element {
  width: calc(50% - 5px);
  height: 450px;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 40, ../sass/inner_section/_offers.scss */
.offer_element:nth-child(even) {
  margin-right: 0;
}
/* line 44, ../sass/inner_section/_offers.scss */
.offer_element:nth-child(-n+2) {
  margin-top: 0;
}
/* line 49, ../sass/inner_section/_offers.scss */
.offer_element:hover:before {
  background: rgba(164, 200, 220, 0.3);
}
/* line 54, ../sass/inner_section/_offers.scss */
.offer_element:before {
  content: "";
  background: rgba(45, 48, 71, 0.25);
  z-index: 2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 62, ../sass/inner_section/_offers.scss */
.offer_element:after {
  content: "";
  border: 0 solid white;
  margin: 20px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 71, ../sass/inner_section/_offers.scss */
.offer_element .offer_image img {
  z-index: 1;
}
/* line 76, ../sass/inner_section/_offers.scss */
.offer_element .offer_content {
  z-index: 4;
  text-align: center;
}
/* line 80, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_title {
  font-size: 32px;
  font-family: "Roboto";
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 89, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  color: white;
  margin-top: 40px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 97, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_description span {
  margin-top: 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 300;
}
/* line 102, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_description span big {
  font-size: 40px;
  font-weight: 400;
}
/* line 109, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_links {
  margin-top: 40px;
  width: 465px;
}
/* line 114, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link, .offer_element .offer_content .offer_booking {
  width: 230px;
  height: 60px;
  display: inline-block;
  background: #666;
  position: relative;
  font-family: "Roboto";
}
/* line 122, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link:hover:before, .offer_element .offer_content .offer_booking:hover:before {
  width: 230px;
}
/* line 126, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link:before, .offer_element .offer_content .offer_booking:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #191b28;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 138, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link a, .offer_element .offer_content .offer_booking a {
  color: white;
  display: inline-block;
}
/* line 141, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link a i.fa, .offer_element .offer_content .offer_link a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .offer_element .offer_content .offer_link a i.link_gallery:before, .offer_element .offer_content .offer_booking a i.fa, .offer_element .offer_content .offer_booking a .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image i.link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .offer_element .offer_content .offer_booking a i.link_gallery:before {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* line 147, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_link a span, .offer_element .offer_content .offer_booking a span {
  width: 100%;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
}
/* line 156, ../sass/inner_section/_offers.scss */
.offer_element .offer_content .offer_booking {
  background: #A4C8DC;
}

/* line 1, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper {
  display: inline-block;
  background-color: #efefef;
  width: 100%;
  float: left;
  padding: 80px 0;
}
/* line 8, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  color: #A4C8DC;
  margin-bottom: 40px;
  font-weight: 100;
}
/* line 18, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact {
  width: 980px;
  margin: auto;
}
/* line 22, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
/* line 29, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput:nth-of-type(-n+2) {
  width: calc((100% - 20px)/2);
  margin-right: 10px;
}
/* line 34, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput:nth-of-type(3), .contact_form_wrapper #contact .contInput:nth-of-type(4) {
  width: calc((100% - 10px)/2);
  margin-right: 10px;
  margin-bottom: 20px;
}
/* line 40, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput:nth-of-type(2), .contact_form_wrapper #contact .contInput:nth-of-type(4) {
  margin-right: 0;
}
/* line 44, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput .fa, .contact_form_wrapper #contact .contInput .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .contact_form_wrapper #contact .contInput .link_gallery:before {
  width: 40px;
  height: 40px;
  color: #A4C8DC;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 52, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput .fa:before, .contact_form_wrapper #contact .contInput .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .link_gallery:before, .cycle_banners_wrapper .cycle_element .cycle_element_left .cycle_image .contact_form_wrapper #contact .contInput .link_gallery: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%);
}
/* line 57, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput input {
  width: 100%;
  height: 40px;
  padding-left: 40px;
  border: 0;
  border-bottom: 1px solid #A4C8DC;
}
/* line 64, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput input#accept-term {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* line 72, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact .contInput textarea {
  width: 100%;
  padding-left: 40px;
  padding-top: 13px;
  border-color: #A4C8DC;
}
/* line 80, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact a.myFancyPopup {
  display: inline-block;
  vertical-align: middle;
  color: #A4C8DC;
}
/* line 86, ../sass/inner_section/_form_contact.scss */
.contact_form_wrapper #contact #contact-button {
  display: inline-block;
  width: 100%;
  background: #A4C8DC;
  color: white;
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 100;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 1, ../sass/_footer.scss */
footer {
  background: #A4C8DC;
  padding: 45px 0;
  display: inline-block;
  width: 100%;
  font-family: "Roboto";
}
/* line 8, ../sass/_footer.scss */
footer .wrapper_footer_columns {
  display: inline-block;
  width: 100%;
  position: relative;
}
/* line 13, ../sass/_footer.scss */
footer .wrapper_footer_columns:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: white;
}
/* line 23, ../sass/_footer.scss */
footer .wrapper_footer_columns:after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  margin: auto;
  background: white;
  clear: both;
}
/* line 33, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 30px 40px;
}
/* line 44, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column .footer_column_title {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 30px;
  font-family: "Roboto";
}
/* line 51, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column .footer_column_description {
  display: inline-block;
  width: 100%;
}
/* line 55, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column .footer_column_description a {
  color: white;
  margin-bottom: 6px;
  display: inline-block;
}
/* line 60, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column .footer_column_description a:last-of-type {
  margin-bottom: 0;
}
/* line 65, ../sass/_footer.scss */
footer .wrapper_footer_columns .footer_column .footer_column_description hr {
  width: 100px;
  height: 1px;
  background: white;
  border: 0;
  margin: 15px auto;
}
/* line 76, ../sass/_footer.scss */
footer .menu_footer {
  text-align: center;
}
/* line 79, ../sass/_footer.scss */
footer .menu_footer a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1px;
  vertical-align: bottom;
  margin: 0 20px 20px;
}
/* line 91, ../sass/_footer.scss */
footer hr.separator {
  margin: 45px auto;
  width: 600px;
  background: white;
  height: 1px;
  border: 0;
}
/* line 99, ../sass/_footer.scss */
footer .footer_legal_text_wrapper {
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  color: white;
}
/* line 105, ../sass/_footer.scss */
footer .footer_legal_text_wrapper .footer_links_wrapper {
  margin-bottom: 5px;
}
/* line 109, ../sass/_footer.scss */
footer .footer_legal_text_wrapper a {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px;
  display: inline-block;
}
/* line 118, ../sass/_footer.scss */
footer .corporate_logo_footer {
  max-height: 50px;
  vertical-align: middle;
}
/* line 123, ../sass/_footer.scss */
footer .footer_extra_images {
  display: table;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}
/* line 129, ../sass/_footer.scss */
footer .footer_extra_images .footer_extra_img {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 1094, ../sass/_template_specific.scss */
.gallery_filter_wrapper {
  display: inline-block;
  width: 100%;
  float: left;
}

/* line 1100, ../sass/_template_specific.scss */
.gallery_filter_wrapper .gallery_photos {
  width: 100%;
}

/* line 1104, ../sass/_template_specific.scss */
.gallery_filter {
  width: 100%;
  display: inline-block;
  float: left;
}

/* line 1110, ../sass/_template_specific.scss */
.filters_gallery_wrapper {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
  background: #efefef;
}
/* line 1118, ../sass/_template_specific.scss */
.filters_gallery_wrapper .filter_element {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  margin-right: 4px;
  letter-spacing: 2px;
  color: #A4C8DC;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Roboto";
}
/* line 1128, ../sass/_template_specific.scss */
.filters_gallery_wrapper .filter_element.active, .filters_gallery_wrapper .filter_element:hover {
  background: white;
  color: #A4C8DC;
}
/* line 1132, ../sass/_template_specific.scss */
.filters_gallery_wrapper .filter_element.active {
  border-bottom: 2px solid #A4C8DC;
}

/* line 1138, ../sass/_template_specific.scss */
.full_screen_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: -50%;
  right: auto;
  background: rgba(45, 48, 71, 0.9);
  top: 86px;
  z-index: 24;
  width: 40%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
/* line 1152, ../sass/_template_specific.scss */
.full_screen_menu.active {
  margin-left: 0;
}
/* line 1154, ../sass/_template_specific.scss */
.full_screen_menu.active:before, .full_screen_menu.active:after {
  width: 100%;
}
/* line 1157, ../sass/_template_specific.scss */
.full_screen_menu.active #mainMenuDiv {
  opacity: 1;
}
/* line 1162, ../sass/_template_specific.scss */
.full_screen_menu:before, .full_screen_menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  background-color: white;
}
/* line 1169, ../sass/_template_specific.scss */
.full_screen_menu:before {
  z-index: -1;
  background-color: white;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
/* line 1174, ../sass/_template_specific.scss */
.full_screen_menu:after {
  z-index: 1;
  background-color: #2d3047;
  -webkit-transition: width 2.5s;
  -moz-transition: width 2.5s;
  -ms-transition: width 2.5s;
  -o-transition: width 2.5s;
  transition: width 2.5s;
}
/* line 1180, ../sass/_template_specific.scss */
.full_screen_menu div#mainMenuDiv ul#main-sections-inner {
  display: block;
  justify-content: none;
}
/* line 1185, ../sass/_template_specific.scss */
.full_screen_menu .separator_element {
  display: none;
}
/* line 1189, ../sass/_template_specific.scss */
.full_screen_menu div#logoDiv {
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
/* line 1193, ../sass/_template_specific.scss */
.full_screen_menu div#logoDiv img {
  height: 100px;
}
/* line 1198, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv {
  position: absolute;
  right: auto;
  left: auto;
  top: 0;
  bottom: 0;
  transform: none;
  display: table;
  width: 400px;
  margin: auto;
  max-width: 100%;
  opacity: 0;
  margin-top: 30px;
  z-index: 3;
  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%);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 1215, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv .main-section-div-wrapper {
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  width: auto !important;
  margin: 0 auto 10px;
}
/* line 1221, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv .main-section-div-wrapper .menu_icon {
  display: none;
}
/* line 1225, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv .main-section-div-wrapper a {
  display: block;
  padding: 0 0 5px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1236, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv .main-section-div-wrapper a:after {
  content: '';
  display: block;
  margin: auto;
  background-color: white;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -ms-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
/* line 1247, ../sass/_template_specific.scss */
.full_screen_menu #mainMenuDiv .main-section-div-wrapper a:hover:after {
  width: 100px;
}

/* line 1256, ../sass/_template_specific.scss */
#little-block div {
  margin-top: 50px;
}
/* line 1258, ../sass/_template_specific.scss */
#little-block div span {
  font-family: Akrobat;
  display: inline-block;
  padding: 10px 15px;
  background-color: white;
  color: #7AA652;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 1270, ../sass/_template_specific.scss */
#adapting-table {
  display: table;
  margin: auto;
  width: 100%;
}
/* line 1274, ../sass/_template_specific.scss */
#adapting-table .table_content {
  text-align: left;
  box-sizing: border-box;
  color: white;
  line-height: 21px;
  font-size: 12px;
  height: 350px;
  width: calc(100% / 3);
  float: left;
  background-color: #870023;
  padding: 15px;
  border: solid 1px white;
}
/* line 1286, ../sass/_template_specific.scss */
#adapting-table .table_content:nth-child(even) {
  background-color: #34282e;
}

/* line 1291, ../sass/_template_specific.scss */
.parking {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: white;
  line-height: 21px;
  font-size: 12px;
  width: 100%;
  background-color: orange;
  padding: 15px;
  border: solid 1px white;
}

/* line 1304, ../sass/_template_specific.scss */
#full_wrapper_booking .start_end_date_wrapper {
  background-image: none !important;
}

/* line 35, ../sass/styles_singular-ferrero.scss */
#adapting-table .table_content {
  background: #A4C8DC;
  padding: 2em 1em;
  min-height: 450px;
  height: auto;
}
/* line 40, ../sass/styles_singular-ferrero.scss */
#adapting-table .table_content:nth-child(even) {
  background-color: #2d3047;
}

/* line 48, ../sass/styles_singular-ferrero.scss */
.offer_element .offer_content .offer_link {
  background: #2d3047;
}
/* line 52, ../sass/styles_singular-ferrero.scss */
.offer_element .offer_content .offer_booking:before {
  background: #5D5D5D;
}

/* line 64, ../sass/styles_singular-ferrero.scss */
.newsletter_and_icons_footer_wrapper .newsletter_wrapper .newsletter_container .newsletter_form .button_newsletter:before {
  background: #5D5D5D;
}

/* line 76, ../sass/styles_singular-ferrero.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button:before {
  background: #5D5D5D;
}

/* line 84, ../sass/styles_singular-ferrero.scss */
.datepicker_wrapper_element .specific_month_selector, .datepicker_wrapper_element .go_back_button, .datepicker_wrapper_element_2 .specific_month_selector, .datepicker_wrapper_element_2 .go_back_button, .datepicker_wrapper_element_3 .specific_month_selector, .datepicker_wrapper_element_3 .go_back_button {
  background-color: transparent;
  color: #4b4b4b;
}
/* line 85, ../sass/styles_singular-ferrero.scss */
.datepicker_wrapper_element .specific_month_selector strong, .datepicker_wrapper_element .go_back_button strong, .datepicker_wrapper_element_2 .specific_month_selector strong, .datepicker_wrapper_element_2 .go_back_button strong, .datepicker_wrapper_element_3 .specific_month_selector strong, .datepicker_wrapper_element_3 .go_back_button strong {
  color: #A4C8DC;
}

/* line 93, ../sass/styles_singular-ferrero.scss */
div#data #wrapper_booking_fancybox #booking_widget_popup #contenedor_opciones .selectricItems {
  height: 207px !important;
}

/* line 97, ../sass/styles_singular-ferrero.scss */
.cancel_booking_questions #cancellation-reasons {
  float: none !important;
}

/* line 101, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget {
  width: 500px !important;
  padding-left: initial !important;
  height: 227px !important;
}
/* line 106, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva {
  box-sizing: border-box;
  display: inline-block;
  width: 100% !important;
  padding: 10px 10px 0px 10px !important;
  margin-bottom: -25px;
}
/* line 112, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #searchForm #contenedor_opciones #titulo_ninos, .modify_reservation_widget #motor_reserva #titulo_adultos {
  display: inline-block !important;
}
/* line 115, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas {
  width: 100% !important;
}
/* line 117, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas .colocar_fechas {
  width: 35% !important;
  margin: 0 0 15px 50px !important;
}
/* line 120, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas .colocar_fechas #datepicker1Modification {
  background: white url(https://www.hotelferrero.com/img/ohtep/ico-misreservas.png) no-repeat 90px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 0px !important;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
}
/* line 129, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas .colocar_fechas .datepicker1Modification, .modify_reservation_widget #motor_reserva #contenedor_fechas .colocar_fechas .datepicker2Modification {
  width: 120px !important;
}
/* line 132, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas .colocar_fechas .float_fecha {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
/* line 139, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_fechas #titulo_fecha_salida {
  margin-top: 0 !important;
}
/* line 143, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_habitaciones {
  margin: 12px 0 5px 55px !important;
  width: 100% !important;
  height: 27px !important;
}
/* line 148, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones {
  width: 100% !important;
  margin-left: 115px !important;
  margin-top: 0 !important;
}
/* line 152, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones .adultos {
  display: inline-block;
}
/* line 155, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones #hab1 {
  display: block;
}
/* line 157, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones #hab1 .ninos.numero_personas {
  float: left;
}
/* line 159, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones #hab1 .ninos.numero_personas #info_ninos {
  top: 8px;
  left: 155px;
}
/* line 166, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #contenedor_opciones #hab2 .numero_habitacion {
  display: none !important;
}
/* line 171, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #envio {
  text-align: center;
  width: 100% !important;
}
/* line 174, ../sass/styles_singular-ferrero.scss */
.modify_reservation_widget #motor_reserva #envio #promocode {
  display: inline-block !important;
}