@font-face {
  font-family: 'FontAwesome';
  src: url("/static_1/fonts/fontawesome/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static_1/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/static_1/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/static_1/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/static_1/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/static_1/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button: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, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button.fa-pull-left:before {
  margin-right: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.fa-pull-right, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button.fa-pull-right: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, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button.pull-left:before {
  margin-right: .3em;
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa.pull-right, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button.pull-right: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 {
  content: "\f002";
}

/* line 7, ../../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-o:before, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button: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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 387, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 389, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 392, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide > * {
  padding: 0 !important;
  background-color: transparent;
}
/* line 396, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide .calendar_popup_wrapper {
  background-color: transparent;
}
/* line 400, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .full_screen_engine .container_popup_booking {
  background-color: transparent !important;
  padding: 24px !important;
}
/* line 405, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  color: gray;
}
/* line 408, ../../../../sass/booking/_booking_engine.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 417, ../../../../sass/booking/_booking_engine.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 425, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 430, ../../../../sass/booking/_booking_engine.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 441, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* line 449, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 454, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 459, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 468, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 472, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 485, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 489, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 492, ../../../../sass/booking/_booking_engine.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/* A few more changes in the new booking engine */
/* line 5, ../sass/_booking_engine_horizontal.scss */
div#horizontal_booking_selector {
  position: absolute;
  width: 100%;
  min-width: 1140px;
  z-index: 35;
  bottom: -40px;
}

/* line 13, ../sass/_booking_engine_horizontal.scss */
span.range-age {
  display: block;
  float: none;
}

/* line 19, ../sass/_booking_engine_horizontal.scss */
.boking_widget_inline .babies_selector label {
  color: #897966 !important;
}
/* line 26, ../sass/_booking_engine_horizontal.scss */
.boking_widget_inline .booking-form-center-text .room_title.room_title_with_babies {
  margin-top: 0;
}

/* line 32, ../sass/_booking_engine_horizontal.scss */
.booking-form-center-text {
  text-align: left !important;
}

/* line 37, ../sass/_booking_engine_horizontal.scss */
.children_selector label, .babies_selector label {
  margin-top: -14px;
}

/* line 42, ../sass/_booking_engine_horizontal.scss */
.room_title.room_title_with_babies {
  margin-bottom: 15px;
}

/* line 46, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking {
  background: #37383a;
  padding: 10px;
  width: 1140px;
  margin: 0 auto;
}
/* line 53, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking:after {
  content: '';
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 99%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #37383a;
}
/* line 69, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline {
  position: relative;
  padding-top: 0;
}
/* line 74, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room_list_wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  display: none;
  bottom: 100px;
  border: 2px solid #897966;
  left: 600px;
  padding: 14px 20px 18px 8px;
  text-align: left;
}
/* line 86, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room_list_wrapper:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: -13px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #897966;
}
/* line 100, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room_list_wrapper:after {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.88);
}
/* line 114, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room_list_wrapper ul.room_list {
  display: table;
}
/* line 123, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .date_box {
  background-color: white;
  border-radius: 0;
  width: 115px;
  height: 45px;
}
/* line 130, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .destination_field {
  display: inline-block;
  background: white;
}
/* line 135, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .stay_selection .entry_date_wrapper label, #full_wrapper_booking .boking_widget_inline .stay_selection .departure_date_wrapper label, #full_wrapper_booking .boking_widget_inline .stay_selection .rooms_number_wrapper label {
  color: white !important;
  font-size: 12px !important;
}
/* line 140, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .selectric {
  width: 120px;
  color: grey;
  border-radius: 0;
  height: 45px;
  background: white;
}
/* line 149, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .selectric .label {
  color: grey !important;
}
/* line 153, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .selectric .button {
  border-radius: 0;
  background: url(/static_1/images/booking/arrow_down_big.png) no-repeat center center !important;
}
/* line 159, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .wrapper_booking_button {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  width: 271px;
  height: 53px;
}
/* line 167, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button button {
  cursor: pointer;
  background: #b57401 !important;
  border-radius: 0;
  position: relative;
  top: 0;
  margin-top: 0;
  vertical-align: top;
  height: 45px;
  width: 155px !important;
  float: right;
  border: 1px solid white;
}
/* line 181, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button button:hover {
  background: #4f453a !important;
}
/* line 187, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_text {
  width: 105px;
  float: left;
  margin-right: 8px;
  font-size: 14px;
  margin-top: 4px;
  height: 49px;
}
/* line 197, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_input {
  background-color: white !important;
  width: 105px !important;
  border-radius: 0;
  color: grey !important;
  font-size: 14px;
  line-height: 38px;
  margin-top: 0;
  resize: none;
  height: 45px;
  box-sizing: border-box;
  padding-top: 4px;
  display: none;
  text-align: left;
  padding-left: 8px;
}
/* line 215, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .promocode_input::-webkit-input-placeholder {
  color: #897966 !important;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 222, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .promocode_input::-moz-placeholder {
  color: #897966 !important;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 229, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .promocode_input:-moz-placeholder {
  color: #897966 !important;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 236, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .promocode_input:-ms-input-placeholder {
  color: #897966 !important;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 246, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline {
  background-color: transparent !important;
  height: auto;
}
/* line 251, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_form_title {
  background-color: transparent !important;
}
/* line 255, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_form {
  background-color: transparent !important;
  font-family: 'Montserrat', sans-serif;
}
/* line 260, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room .room_title, #full_wrapper_booking .boking_widget_inline .room .adults_selector label, #full_wrapper_booking .boking_widget_inline .room .children_selector label {
  color: #897966 !important;
  font-size: 12px;
}
/* line 265, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .stay_selection {
  margin-left: 0 !important;
  margin-top: 5px;
}
/* line 272, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_footer_message {
  margin-top: 0;
  text-align: center;
}
/* line 276, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_footer_message .footer_tick_element {
  display: inline-block;
  margin: 0 20px;
  padding: 3px 0 3px 24px;
  color: white;
  font-size: 12px;
  font-weight: 300;
  background: url("/img/nauce/tick_circle.png") no-repeat center left;
}

/* line 288, ../sass/_booking_engine_horizontal.scss */
.wrapper-new-web-support .web_support_number {
  margin-bottom: -5px;
  display: inline-block;
}
/* line 292, ../sass/_booking_engine_horizontal.scss */
.wrapper-new-web-support .web_support_number::before, .wrapper-new-web-support .web_support_number::before {
  content: "\xEE";
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-top: 4px;
  line-height: 1;
  display: inline-block;
  margin-right: 2px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-radius: 30px;
  padding: 5px;
  margin: 0px 4px;
}

/* line 319, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper {
  margin-top: 5px;
  margin-right: 10px;
}
/* line 323, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper .right_arrow {
  cursor: pointer;
}
/* line 327, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper div#placeholder {
  color: white;
}
/* line 331, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input {
  color: white;
}
/* line 335, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input::-webkit-input-placeholder {
  color: #897966;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 343, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input:-moz-placeholder {
  color: #897966;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 351, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input::-moz-placeholder {
  color: #897966;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 359, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input:-ms-input-placeholder {
  color: #897966;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/* line 370, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input {
  height: 38px;
  width: 182px;
  padding-left: 10px;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
/* line 378, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input div#placeholder {
  color: white !important;
}
/* line 383, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper label {
  color: white;
  margin-right: 15px;
  display: none;
}

/* line 390, ../sass/_booking_engine_horizontal.scss */
.roomtype_selector {
  left: 168px;
  top: 71px;
}

/* line 395, ../sass/_booking_engine_horizontal.scss */
.roomtype_selector .title_selector {
  background: rgba(0, 0, 0, 0.53);
  padding-right: 27px !important;
  padding-left: 29px;
}

/* line 401, ../sass/_booking_engine_horizontal.scss */
.wrapper_booking_button .spinner_wrapper {
  position: absolute;
  right: 65px;
  bottom: 24px;
}

/* line 409, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner {
  overflow: visible !important;
}
/* line 412, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
/* line 416, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input::-webkit-input-placeholder {
  color: #af8553;
}
/* line 419, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input:-moz-placeholder {
  color: #af8553;
}
/* line 422, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input::-moz-placeholder {
  color: #af8553;
}
/* line 425, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input:-ms-input-placeholder {
  color: #af8553;
}
/* line 429, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper label {
  color: #838383;
}
/* line 433, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input {
  width: 94% !important;
  background: white;
  color: #af8553;
}
/* line 440, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper .right_arrow {
  background: #af8652 url(/static_1/images/booking/flecha_motor_der.png) no-repeat center center !important;
  margin-right: -22px;
}
/* line 447, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .promocode_input {
  width: 120px;
  font-size: 12px;
}
/* line 451, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button button {
  font-size: 13px;
  width: 125px;
}
/* line 456, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .booking_form {
  background: #ededed !important;
}
/* line 460, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .selectric {
  border-radius: 0 !important;
}
/* line 464, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .date_box {
  border-radius: 0 !important;
}
/* line 466, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .date_box .date_year {
  color: #b08757;
}
/* line 471, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button .promocode_input {
  border-radius: 0 !important;
}
/* line 475, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button button {
  border-radius: 0 !important;
}
/* line 479, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .button {
  border-radius: 0 !important;
}

/* line 486, ../sass/_booking_engine_horizontal.scss */
.wrapper-new-web-support {
  display: block !important;
  font-size: 14px !important;
  background: white !important;
  color: #897966 !important;
}

/*===== Personalized ====*/
/* line 495, ../sass/_booking_engine_horizontal.scss */
.stay_selection .entry_date_wrapper label, .stay_selection .departure_date_wrapper label, .stay_selection .rooms_number_wrapper label {
  display: none;
}

/* line 501, ../sass/_booking_engine_horizontal.scss */
.room .room_title label, .room .adults_selector label, .room .children_selector label, .room .babies_selector label {
  margin-bottom: 3px;
}

/* line 506, ../sass/_booking_engine_horizontal.scss */
.stay_selection .entry_date_wrapper, .stay_selection .departure_date_wrapper, .stay_selection .rooms_number_wrapper {
  width: auto;
}

/* line 511, ../sass/_booking_engine_horizontal.scss */
.room .room_title .selectric, .room .adults_selector .selectric, .room .children_selector .selectric, .room .babies_selector .selectric {
  height: 38px !important;
}

/* line 518, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}
/* line 525, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectricItems {
  position: absolute;
  top: -200px !important;
  left: -31px;
  padding: 25px;
  background: #444;
  width: 120px !important;
  border: none;
}
/* line 534, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectricItems li {
  background: #444;
  font-size: 14px;
  border-bottom: none;
  border-top: none;
  color: white;
  text-align: left;
}
/* line 542, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectricItems li.selected, #full_wrapper_booking .boking_widget_inline .location_group_select .selectricItems li:hover {
  color: #b57401;
}
/* line 547, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select selectricItems li:first-child {
  color: #b57401;
  margin-bottom: 20px;
}
/* line 552, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectric {
  width: 115px;
  height: 45px;
}
/* line 557, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectric .label {
  color: #897966;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 3px;
  margin-left: 10px;
}

@media screen and (max-width: 1140px) {
  /* line 568, ../sass/_booking_engine_horizontal.scss */
  .booking_horizontal {
    box-sizing: border-box;
  }
}
/* line 1, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box {
  padding-top: 13px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 45px;
}
/* line 7, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box .date_day, #full_wrapper_booking .date_box .date_year {
  display: inline-block;
}
/* line 11, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box .date_day {
  border-bottom: 0 !important;
  color: #897966 !important;
  font-weight: 300;
  margin-right: 2px;
  font-size: 11px;
}
/* line 20, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box .date_day .day, #full_wrapper_booking .date_box .date_day .month {
  display: inline-block;
}
/* line 24, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box .date_day .day {
  margin-right: 5px;
}
/* line 29, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .date_box .date_year {
  color: #897966;
  font-size: 11px;
  font-weight: 300;
}

/* line 37, ../sass/_booking_engine_personalized.scss */
.stay_selection .entry_date, .stay_selection .departure_date {
  background: url(/img/nauce/calendar_booking.png) no-repeat 95%;
}
/* line 40, ../sass/_booking_engine_personalized.scss */
.stay_selection .entry_date .placeholder, .stay_selection .departure_date .placeholder {
  color: #897966;
  font-size: 11px;
  font-weight: 400;
}
/* line 46, ../sass/_booking_engine_personalized.scss */
.stay_selection .entry_date .placeholder + .date_day, .stay_selection .departure_date .placeholder + .date_day {
  display: none !important;
}
/* line 49, ../sass/_booking_engine_personalized.scss */
.stay_selection .entry_date .placeholder + .date_day + .date_year, .stay_selection .departure_date .placeholder + .date_day + .date_year {
  display: none !important;
}

/* line 56, ../sass/_booking_engine_personalized.scss */
.boking_widget_inline .room .room_title {
  margin-top: 37px;
  margin-right: 17px;
  text-align: left !important;
}

/* line 62, ../sass/_booking_engine_personalized.scss */
.selectricWrapper.rooms_number {
  width: auto;
}
/* line 65, ../sass/_booking_engine_personalized.scss */
.selectricWrapper.rooms_number .selectric {
  padding-top: 17px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #897966 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 76, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .rooms_number .selectric {
  background: white url("/img/nauce/habitacion-icon.png") no-repeat 90%;
}

/* line 80, ../sass/_booking_engine_personalized.scss */
.guest_selector {
  display: inline-block;
  padding-top: 17px;
  padding-left: 10px;
  background: white url("/img/nauce/guest-icon.png") no-repeat 94%;
  width: 155px;
  height: 45px;
  margin-left: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #897966 !important;
  font-size: 11px;
  cursor: pointer;
  font-weight: 400;
}

/* line 97, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .selectricWrapper.room_selector {
  margin-right: 20px;
}
/* line 100, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .selectricWrapper.room_selector .selectric {
  width: 80px;
}
/* line 103, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .selectricWrapper.room_selector .selectric .label {
  color: #897966 !important;
  font-weight: 400;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
/* line 111, ../sass/_booking_engine_personalized.scss */
#full_wrapper_booking .selectricWrapper.room_selector .selectric .button {
  display: none;
}

/* line 117, ../sass/_booking_engine_personalized.scss */
.boking_widget_inline .promocode_input {
  margin-right: 8px;
}

/* line 2, ../sass/_booking_popup.scss */
#data h4.booking_title_custom {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 10px;
}
/* line 8, ../sass/_booking_popup.scss */
#data .room_list_wrapper {
  display: block !important;
}
/* line 13, ../sass/_booking_popup.scss */
#data .destination_wrapper label {
  display: block;
  color: #5D5D5D !important;
}
/* line 18, ../sass/_booking_popup.scss */
#data .destination_wrapper .right_arrow {
  background: #afb3b2 url(/static_1/images/booking/flecha_motor.png) no-repeat center center !important;
  border-radius: 0 !important;
  top: 0;
  right: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  height: 39px;
  width: 39px;
  display: block;
  margin-right: 0;
}
/* line 32, ../sass/_booking_popup.scss */
#data .destination_wrapper input {
  height: 40px;
  border: 0;
  width: 250px;
  padding-left: 10px;
  background: white;
  color: #5D5D5D;
}
/* line 41, ../sass/_booking_popup.scss */
#data .destination_field {
  position: relative;
}
/* line 45, ../sass/_booking_popup.scss */
#data .colocar_fechas {
  margin: 0 0 5px 3px !important;
}
/* line 48, ../sass/_booking_popup.scss */
#data #fecha_salida {
  margin: 0 0 5px 5px !important;
}
/* line 52, ../sass/_booking_popup.scss */
#data #ui-datepicker-div {
  z-index: 999999 !important;
  background: white;
}
/* line 57, ../sass/_booking_popup.scss */
#data #motor_reserva label, #data #motor_reserva p {
  color: white;
}
/* line 61, ../sass/_booking_popup.scss */
#data #contenedor_fechas {
  padding-top: 0;
}
/* line 65, ../sass/_booking_popup.scss */
#data #booking label {
  display: none;
}
/* line 68, ../sass/_booking_popup.scss */
#data #booking fieldset {
  margin: 0 !important;
}
/* line 72, ../sass/_booking_popup.scss */
#data #wrapper_booking_fancybox .hotel_selector {
  left: 130px !important;
  z-index: 2222;
}
/* line 79, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date, #data .stay_selection .departure_date {
  background: white;
}
/* line 82, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .placeholder, #data .stay_selection .departure_date .placeholder {
  display: none;
}
/* line 85, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .placeholder + .date_day, #data .stay_selection .departure_date .placeholder + .date_day {
  display: block !important;
  color: #5D5D5D !important;
}
/* line 89, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .placeholder + .date_day + .date_year, #data .stay_selection .departure_date .placeholder + .date_day + .date_year {
  display: block !important;
  color: #5D5D5D !important;
}
/* line 96, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .date_day, #data .stay_selection .departure_date .date_day {
  display: block !important;
  color: #5D5D5D !important;
}
/* line 101, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .date_year, #data .stay_selection .departure_date .date_year {
  display: block !important;
  color: #5D5D5D !important;
}
/* line 107, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date_wrapper, #data .stay_selection .departure_date_wrapper, #data .stay_selection .rooms_number_wrapper {
  width: 80px;
  float: left;
  margin-top: 10px;
}
/* line 112, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date_wrapper label, #data .stay_selection .departure_date_wrapper label, #data .stay_selection .rooms_number_wrapper label {
  display: block;
  color: #5D5D5D;
}
/* line 119, ../sass/_booking_popup.scss */
#data .date_box .date_day {
  font-size: 13px;
  padding-top: 4px;
}
/* line 123, ../sass/_booking_popup.scss */
#data .date_box .date_day .day, #data .date_box .date_day .month {
  display: inline-block;
  margin-right: 3px;
}
/* line 129, ../sass/_booking_popup.scss */
#data .selectricWrapper.rooms_number .selectric {
  background: white;
  padding-top: 0;
  padding-left: 0;
}
/* line 134, ../sass/_booking_popup.scss */
#data .selectricWrapper.rooms_number .selectric .label {
  color: #5D5D5D;
}
/* line 139, ../sass/_booking_popup.scss */
#data .guest_selector {
  display: none;
}
/* line 143, ../sass/_booking_popup.scss */
#data .selectric .label {
  color: #5D5D5D;
}
/* line 149, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date_wrapper label, #data .stay_selection .departure_date_wrapper label, #data .stay_selection .rooms_number_wrapper label {
  color: #5D5D5D;
}
/* line 154, ../sass/_booking_popup.scss */
#data .room .room_title, #data .room .adults_selector label, #data .room .children_selector label {
  color: #5D5D5D;
}
/* line 158, ../sass/_booking_popup.scss */
#data .selectricWrapper .selectric {
  background: white;
}
/* line 161, ../sass/_booking_popup.scss */
#data .promocode_text {
  display: none;
}
/* line 164, ../sass/_booking_popup.scss */
#data .wrapper_booking_button {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  margin-top: 0;
  text-align: left;
  clear: both;
}
/* line 172, ../sass/_booking_popup.scss */
#data .wrapper_booking_button .promocode_input {
  background: white;
  color: #5D5D5D !important;
}
/* line 176, ../sass/_booking_popup.scss */
#data .wrapper_booking_button .promocode_input::-webkit-input-placeholder {
  color: #5D5D5D !important;
  text-transform: capitalize;
}
/* line 182, ../sass/_booking_popup.scss */
#data .booking_form {
  width: 265px;
  padding: 20px;
}
/* line 187, ../sass/_booking_popup.scss */
#data .wrapper-new-web-support {
  background: #199aa0 !important;
  color: white !important;
  border-radius: 0 !important;
  padding-bottom: 8px;
}

/*=====================================================================
  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: #897966;
  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: #897966 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 2, ../sass/_hotel_selector.scss */
.hotel_selector {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #414141 1px 1px 7px;
  -webkit-box-shadow: #414141 1px 1px 7px;
  box-shadow: #414141 1px 1px 7px;
  position: absolute;
  padding: 20px;
  display: none;
  width: auto;
  background: #444;
  z-index: 1000;
  left: 0px !important;
}
/* line 14, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_inner {
  position: relative;
}
/* line 18, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_inner ul {
  margin-bottom: 15px;
  width: 230px;
  float: left;
}
/* line 23, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_inner ul.portugal {
  display: none;
}
/* line 26, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_inner ul li.title_group h3 {
  color: #b57401;
}
/* line 32, ../sass/_hotel_selector.scss */
.hotel_selector h2.grouped_selector_title {
  color: #897966;
  font-size: 16px;
  cursor: pointer;
  margin-top: 5px;
}
/* line 39, ../sass/_hotel_selector.scss */
.hotel_selector .grouped_selector_title.alentejo {
  margin-top: -17px;
}
/* line 43, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_option {
  width: 160px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 5px;
}
/* line 50, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_option.right {
  margin-left: 10px;
}
/* line 56, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_option_name h3 {
  font-family: nexabold;
  margin-top: 89px;
  background: #e6e6e6;
  color: #897966;
  line-height: 35px;
  text-transform: uppercase;
  padding-left: 37px;
}
/* line 65, ../sass/_hotel_selector.scss */
.hotel_selector .hotel_selector_option_name h3 span {
  font-family: nexaregular;
}
/* line 71, ../sass/_hotel_selector.scss */
.hotel_selector .title_selector {
  width: 250px;
  padding-right: 0px !important;
  padding-left: 10px;
  padding-top: 5px;
  color: white;
  font-size: 13px;
  font-weight: 300;
}
/* line 81, ../sass/_hotel_selector.scss */
.hotel_selector .title_selector:hover {
  color: #b7ac9e;
}

/* line 87, ../sass/_hotel_selector.scss */
.destination {
  background: #e6e6e6;
}

/* line 91, ../sass/_hotel_selector.scss */
#placeholder {
  color: #897966;
}

/* line 95, ../sass/_hotel_selector.scss */
.destination_field .right_arrow {
  top: 24px;
}

/* line 100, ../sass/_hotel_selector.scss */
.destination_wrapper label {
  color: white;
}
/* line 104, ../sass/_hotel_selector.scss */
.destination_wrapper input {
  border-radius: 0;
  padding-left: 10px;
  height: 45px;
  box-sizing: border-box;
  background: transparent url("/img/nauce/hotel-icon.png") no-repeat 97%;
  color: #897966;
  text-transform: uppercase;
}
/* line 114, ../sass/_hotel_selector.scss */
.destination_wrapper .right_arrow {
  background: #afb3b2 url(/static_1/images/booking/flecha_motor.png) no-repeat center center;
  border-radius: 0;
  display: none;
}

/* line 121, ../sass/_hotel_selector.scss */
.boking_widget_inline .hotel_selector {
  top: inherit;
  bottom: 80px;
  left: 160px !important;
}

/* line 129, ../sass/_hotel_selector.scss */
#booking_widget_popup .hotel_selector {
  width: 485px;
}
/* line 132, ../sass/_hotel_selector.scss */
#booking_widget_popup .hotel_selector ul {
  margin-bottom: 15px;
  width: 241px;
  float: left;
}
/* line 137, ../sass/_hotel_selector.scss */
#booking_widget_popup .hotel_selector ul.portugal {
  display: none;
}
/* line 140, ../sass/_hotel_selector.scss */
#booking_widget_popup .hotel_selector ul li.title_group h3 {
  color: #b57401;
}
/* line 143, ../sass/_hotel_selector.scss */
#booking_widget_popup .hotel_selector .grouped_selector_title.portugal,
#booking_widget_popup .hotel_selector .grouped_selector_title.portugal + ul {
  display: none;
}

/**
 * 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(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%;
}

/*========  Banners Premios =======*/
/* line 2, ../sass/_banners_premios.scss */
#banners-premios {
  /*margin-top: 30px;*/
  background: white;
  margin-bottom: 1em;
}
/* line 6, ../sass/_banners_premios.scss */
#banners-premios ul {
  text-align: center;
  justify-content: space-between;
  padding-top: 10px;
  box-sizing: border-box;
  margin-top: 0 !important;
}
/* line 13, ../sass/_banners_premios.scss */
#banners-premios ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
/* line 19, ../sass/_banners_premios.scss */
#banners-premios p {
  color: #787878;
  margin-top: 10px;
  font-size: 14px;
}
/* line 24, ../sass/_banners_premios.scss */
#banners-premios h2.banner-premios_title {
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 600;
  padding: 40px 0;
  background: white url("/img/nauce/awards_vector.png?v=2") no-repeat center;
  border-bottom: 10px solid white;
}
/* line 35, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li {
  display: block;
  width: 100%;
}
/* line 38, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li img, #banners-premios .banners-premios-wrapper .premios-carousel li .banner_title {
  display: inline-block;
  vertical-align: middle;
}
/* line 43, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li .banner_title {
  width: calc(100% - 250px);
  min-height: 120px;
  margin-left: 30px;
  text-align: left;
  border-left: 2px solid white;
  padding: 15px 25px;
  box-sizing: border-box;
}
/* line 51, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li .banner_title h3 {
  color: #897966;
  font-weight: bold;
  font-size: 16px;
}
/* line 56, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li .banner_title .read_more {
  display: block;
  width: 100%;
  text-align: right;
  color: #897966;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 66, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li img {
  width: auto;
  max-width: 200px;
  max-height: 100px;
}
/* line 72, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav {
  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: calc(100% + 60px);
}
/* line 76, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-prev i.fa, #banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-next i.fa {
  color: #897966;
  font-size: 30px;
}
/* line 81, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-prev {
  float: left;
}
/* line 84, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-next {
  float: right;
}
/* line 90, ../sass/_banners_premios.scss */
#banners-premios:after {
  content: "";
  background-color: white;
  height: 1em;
  position: absolute;
  width: 100%;
}

/* line 1, ../sass/_ticks_booking.scss */
.ticks-bar {
  position: relative;
  padding: 70px 0 30px;
  font-family: "Source Sans Pro", sans-serif !important;
}
/* line 6, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper h3 {
  font-size: 25px;
  color: #37383a;
  font-weight: bold;
}
/* line 11, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  box-sizing: border-box;
  width: calc(100% / 4);
  text-align: left;
}
/* line 18, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking.tick_link {
  margin-top: -20px;
  padding: 0 40px;
}
/* line 21, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking.tick_link img {
  width: 100%;
  margin: 0 0 30px 0;
  float: none;
}
/* line 26, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking.tick_link .tick_info {
  padding: 10px;
}
/* line 28, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking.tick_link .tick_info .tick_desc {
  border: 1px solid white;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 38, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking.tick_link:hover .tick_info .tick_desc {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 43, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking img {
  width: 70px;
  margin: 10px 10px 0 0;
  float: left;
}
/* line 48, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking .tick_info {
  padding: 10px 10px 0 80px;
}
/* line 50, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking .tick_info .tick_title {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #37383a;
  font-weight: bold;
}
/* line 57, ../sass/_ticks_booking.scss */
.ticks-bar .ticks-wrapper .tick_booking .tick_info .tick_desc {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 16px;
}

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

/* line 7, ../sass/_template_specific.scss */
#div-txt-copyright {
  color: gray;
  font-size: x-small;
}

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

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

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

/* line 25, ../sass/_template_specific.scss */
.cleardiv:before,
.cleardiv:after {
  content: " ";
  display: table;
}

/* line 31, ../sass/_template_specific.scss */
.cleardiv:after {
  clear: both;
}

/* line 35, ../sass/_template_specific.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  padding-top: 170px;
}
/* line 41, ../sass/_template_specific.scss */
body.home_section {
  padding-top: 0;
}
/* line 45, ../sass/_template_specific.scss */
body strong {
  font-weight: bold;
}
/* line 49, ../sass/_template_specific.scss */
body em {
  font-style: italic;
}
/* line 53, ../sass/_template_specific.scss */
body i {
  font-style: italic;
}
/* line 57, ../sass/_template_specific.scss */
body sup {
  vertical-align: super;
  font-size: smaller;
}
/* line 62, ../sass/_template_specific.scss */
body small {
  font-size: smaller;
}

/* line 67, ../sass/_template_specific.scss */
img {
  vertical-align: bottom;
}

/* line 71, ../sass/_template_specific.scss */
a {
  text-decoration: none;
}

/* line 75, ../sass/_template_specific.scss */
h2.title-section {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  background: url("/img/nauce/square.png?v=2") no-repeat center center;
  padding: 40px 0px;
}

/* line 90, ../sass/_template_specific.scss */
#wrapper_content > h2.title-section {
  display: none;
}

/* line 94, ../sass/_template_specific.scss */
h3.incontent {
  color: #897966;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 20px;
}

/* line 103, ../sass/_template_specific.scss */
header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 335;
}

/* line 112, ../sass/_template_specific.scss */
header.ini-header {
  width: 100%;
  z-index: 333;
}

/* line 117, ../sass/_template_specific.scss */
#logoDiv {
  padding: 20px 0px;
  margin-left: 0px;
}

/* line 122, ../sass/_template_specific.scss */
.top-row {
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
/* line 127, ../sass/_template_specific.scss */
.top-row .button-promotion button {
  appearance: none;
  padding: 10px 20px;
  background: #897966;
  color: white;
  text-transform: uppercase;
  border-width: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

/* line 141, ../sass/_template_specific.scss */
#social,
#lang,
#top-sections,
.links-hidden {
  float: right;
  font-size: 14px;
}
/* line 147, ../sass/_template_specific.scss */
#social a,
#lang a,
#top-sections a,
.links-hidden a {
  color: #5a5a5a;
}

/* line 152, ../sass/_template_specific.scss */
#top-sections a {
  padding-left: 10px;
  line-height: 22px;
}
/* line 157, ../sass/_template_specific.scss */
#top-sections a:hover, #top-sections a#section-active {
  color: #897966;
}
/* line 162, ../sass/_template_specific.scss */
#top-sections a:first-child {
  background: url("/img/nauil/bell.png") no-repeat left center;
  padding-left: 24px;
}
/* line 166, ../sass/_template_specific.scss */
#top-sections a:nth-of-type(3) {
  background: url("/img/nauce/location.png?v=2") no-repeat left center;
  padding-left: 30px;
  background-size: 26px;
}

/* line 173, ../sass/_template_specific.scss */
header .footer_block_element {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 40px;
  letter-spacing: 1px;
  font-size: 23px;
  color: #323132;
}
/* line 182, ../sass/_template_specific.scss */
header .footer_block_element .big {
  font-size: 23px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  color: #323132;
}
/* line 188, ../sass/_template_specific.scss */
header .footer_block_element .big .prefix {
  color: #B9906B;
}
/* line 191, ../sass/_template_specific.scss */
header .footer_block_element .big i.fa {
  color: #AEA294;
}
/* line 196, ../sass/_template_specific.scss */
header .footer_block_element .small_side {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  margin-left: 15px;
}

/* line 206, ../sass/_template_specific.scss */
#social {
  padding-left: 30px;
  border-left: 1px solid #bebebe;
}

/* line 211, ../sass/_template_specific.scss */
#lang {
  position: relative;
  color: #5a5a5a;
  font-weight: bolder;
  cursor: pointer;
  width: 115px;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 50px;
  line-height: 22px;
}
/* line 222, ../sass/_template_specific.scss */
#lang .lang_image {
  display: inline-block;
  vertical-align: middle;
}
/* line 227, ../sass/_template_specific.scss */
#lang span#selected-language {
  font-size: 16px;
}
/* line 229, ../sass/_template_specific.scss */
#lang span#selected-language img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 237, ../sass/_template_specific.scss */
#lang #language-selector-options {
  position: absolute;
  margin-top: 4px;
}
/* line 242, ../sass/_template_specific.scss */
#lang .arrow {
  display: none;
}
/* line 250, ../sass/_template_specific.scss */
#lang ul li {
  background: #ffffff;
  text-align: left;
  width: 80px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}
/* line 263, ../sass/_template_specific.scss */
#lang ul li:hover {
  border-bottom: 1px solid rgba(128, 128, 128, 0.33);
  background: #f0f0f0;
  width: 80px;
}
/* line 269, ../sass/_template_specific.scss */
#lang ul li a {
  color: #666 !important;
  text-decoration: none !important;
}

/* line 276, ../sass/_template_specific.scss */
.links-hidden {
  margin-right: 23px;
  line-height: 22px;
  position: relative;
}
/* line 281, ../sass/_template_specific.scss */
.links-hidden a:first-child {
  padding-left: 25px;
  background: url("/img/nauce/sobre-nosotros.png") no-repeat left 2px;
  cursor: pointer;
  padding-top: 5px;
}
/* line 288, ../sass/_template_specific.scss */
.links-hidden ul.hidden-links {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  width: 195px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #e2ded9;
}
/* line 299, ../sass/_template_specific.scss */
.links-hidden ul.hidden-links a {
  background: none;
  padding-left: 10px;
}
/* line 303, ../sass/_template_specific.scss */
.links-hidden ul.hidden-links a:hover {
  color: #897966;
}

/*===== Menu =====*/
/* line 311, ../sass/_template_specific.scss */
#mainMenuDiv {
  background: #897966;
}
/* line 314, ../sass/_template_specific.scss */
#mainMenuDiv ul {
  padding: 0;
  height: 60px;
  text-align: justify;
  justify-content: space-between;
}
/* line 320, ../sass/_template_specific.scss */
#mainMenuDiv ul:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}
/* line 327, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper {
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
/* line 332, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:first-of-type {
  padding-left: 0;
}
/* line 336, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:last-of-type {
  padding-right: 0;
  background-color: #B78F6C;
}
/* line 341, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 5px 7px;
  border-bottom: 1px solid transparent;
  font-weight: normal;
}
/* line 350, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper a.button-promotion {
  color: white !important;
  background: #199aa0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 9px 7px;
}
/* line 360, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:hover a {
  border-bottom: 1px solid white;
}
/* line 364, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper#section-active a {
  border-bottom: 1px solid white;
}
/* line 369, ../sass/_template_specific.scss */
#mainMenuDiv ul .dot {
  display: none;
  width: 4px;
  height: 4px;
  background: #f3f3f3;
  margin-left: -4px;
  margin-bottom: 3px;
}
/* line 377, ../sass/_template_specific.scss */
#mainMenuDiv ul .dot:last-child {
  display: none;
}

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

/* line 390, ../sass/_template_specific.scss */
#slider_inner_container {
  position: relative;
}
/* line 393, ../sass/_template_specific.scss */
#slider_inner_container .image-slider-fixed {
  height: 470px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
/* line 401, ../sass/_template_specific.scss */
#slider_inner_container .image-slider-fixed > img {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: -2;
  min-width: 1820px;
}
/* line 411, ../sass/_template_specific.scss */
#slider_inner_container .slogan-container {
  position: relative;
  height: 400px;
}
/* line 415, ../sass/_template_specific.scss */
#slider_inner_container .slider_text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 57px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: lighter;
  text-shadow: 1px 0 8px #323232;
  position: absolute;
  top: 100px;
}

/* line 431, ../sass/_template_specific.scss */
.tp-bullets {
  bottom: 110px !important;
  opacity: 1 !important;
  z-index: 23 !important;
  width: 550px;
  padding: 10px;
  text-align: center;
}

/* line 440, ../sass/_template_specific.scss */
.tp-bullets .bullet {
  background: url("/img/nauce/bullet_flexslider.png") no-repeat !important;
  background-position: center !important;
  display: inline-block !important;
  float: none !important;
}

/* line 447, ../sass/_template_specific.scss */
.tp-bullets .bullet.selected {
  background: url("/img/nauce/bullet_flexslider_active.png") no-repeat center !important;
  background-size: cover;
}

/* line 452, ../sass/_template_specific.scss */
.tp-leftarrow.default {
  background: url("/img/nauce/bx-left.png") no-Repeat center center;
  width: 45px;
  height: 45px;
}
/* line 457, ../sass/_template_specific.scss */
.tp-leftarrow.default:hover {
  background: rgba(137, 121, 102, 0.8) url("/img/nauce/bx-left.png") no-Repeat center center;
}

/* line 462, ../sass/_template_specific.scss */
.tp-rightarrow.default {
  background: url("/img/nauce/bx-right.png") no-Repeat 0 0;
  width: 45px;
  height: 45px;
}
/* line 467, ../sass/_template_specific.scss */
.tp-rightarrow.default:hover {
  background: rgba(137, 121, 102, 0.8) url("/img/nauce/bx-right.png") no-Repeat 0 0;
}

/* A few more changes in the new booking engine */
/** CALENDAR DATEPICKER**/
/* line 480, ../sass/_template_specific.scss */
h4.booking_title_2 {
  display: block !important;
  font-size: 40px;
  line-height: 30px;
  margin-top: 8px;
}

/* line 487, ../sass/_template_specific.scss */
h4.best_price {
  display: none;
}

/* line 491, ../sass/_template_specific.scss */
h4.booking_title_custom {
  font-weight: 100;
  margin-bottom: -15px;
  text-transform: uppercase;
}

/* line 497, ../sass/_template_specific.scss */
.ui-widget-header {
  background: #897966;
}

/* line 501, ../sass/_template_specific.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #897966;
  color: white;
}

/* line 506, ../sass/_template_specific.scss */
.booking_widget {
  top: 157px;
}
/* line 508, ../sass/_template_specific.scss */
.booking_widget label {
  margin-left: 6px !important;
}

/* line 513, ../sass/_template_specific.scss */
.date_box {
  background-color: #edeef0;
}

/* line 517, ../sass/_template_specific.scss */
.date_box .date_year {
  color: #808080;
}

/* line 522, ../sass/_template_specific.scss */
.selectric {
  background-color: #edeef0;
}

/* line 527, ../sass/_template_specific.scss */
.wrapper_booking_button .promocode_input {
  background-color: #edeef0;
  border-radius: 0px;
  width: 115px;
}

/* line 533, ../sass/_template_specific.scss */
.promocode_input::-webkit-input-placeholder {
  color: transparent !important;
}
/* line 535, ../sass/_template_specific.scss */
.promocode_input::-webkit-input-placeholder::before {
  content: "Promocode";
  color: #1b5360 !important;
  padding-left: 14px;
}

/* line 542, ../sass/_template_specific.scss */
.promocode_input::-moz-placeholder {
  color: #1b5360 !important;
}

/* line 546, ../sass/_template_specific.scss */
.promocode_input:-moz-placeholder {
  color: #1b5360 !important;
}

/* line 550, ../sass/_template_specific.scss */
.promocode_input:-ms-input-placeholder {
  color: #1b5360 !important;
}

/* line 554, ../sass/_template_specific.scss */
.booking_widget.interior {
  top: 20px;
}

/*======== Ticks =======*/
/* line 560, ../sass/_template_specific.scss */
.ticks-bar {
  background: #bf9a77;
  color: white;
  overflow: hidden;
  text-align: center;
  font-family: 'Droid Serif', serif;
}
/* line 567, ../sass/_template_specific.scss */
.ticks-bar .ticks-wrapper {
  position: relative;
}
/* line 571, ../sass/_template_specific.scss */
.ticks-bar .ticks {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  margin: 0px 10px 0px 15px;
  line-height: 3;
  padding-left: 30px;
}
/* line 579, ../sass/_template_specific.scss */
.ticks-bar .tick_1 {
  background: url("/img/nauce/tick.png") no-repeat left;
}
/* line 582, ../sass/_template_specific.scss */
.ticks-bar .tick_2 {
  background: url("/img/nauce/tick.png") no-repeat left;
}
/* line 585, ../sass/_template_specific.scss */
.ticks-bar .tick_3 {
  background: url("/img/nauce/tick.png") no-repeat left;
}

/*======== content =======*/
/* line 592, ../sass/_template_specific.scss */
#content {
  background: white;
  padding-top: 40px;
}

/* line 597, ../sass/_template_specific.scss */
.normal_content_wrapper {
  width: 930px;
  margin: 0 auto;
  display: table;
}
/* line 602, ../sass/_template_specific.scss */
.normal_content_wrapper p {
  margin-bottom: 20px;
}
/* line 605, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_description p > strong {
  font-weight: 600;
  color: black;
  font-size: 18px;
}
/* line 611, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_description p > em {
  font-style: italic;
}
/* line 614, ../sass/_template_specific.scss */
.normal_content_wrapper ul li {
  list-style-type: circle;
  margin-bottom: 4px;
}

/*======== Main Banners =======*/
/* line 621, ../sass/_template_specific.scss */
.main-banners {
  background: white;
  max-width: 1900px;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 628, ../sass/_template_specific.scss */
.block-bxslider {
  width: 50%;
  float: left;
  margin-left: 0px !important;
  margin-right: 0px !important;
  position: relative;
}
/* line 635, ../sass/_template_specific.scss */
.block-bxslider .nav-flex {
  position: absolute;
  z-index: 32;
  top: 20px;
  right: 20px;
}
/* line 641, ../sass/_template_specific.scss */
.block-bxslider .nav-flex li {
  display: inline-block;
  cursor: pointer;
}
/* line 646, ../sass/_template_specific.scss */
.block-bxslider .nav-flex li.prev:hover,
.block-bxslider .nav-flex li.next:hover {
  background: #897966;
}
/* line 651, ../sass/_template_specific.scss */
.block-bxslider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
  height: 386px !important;
}
/* line 657, ../sass/_template_specific.scss */
.block-bxslider .bx-wrapper .bx-viewport img {
  max-width: initial;
}
/* line 662, ../sass/_template_specific.scss */
.block-bxslider .description {
  display: none;
}
/* line 665, ../sass/_template_specific.scss */
.block-bxslider .header-banner {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
}
/* line 671, ../sass/_template_specific.scss */
.block-bxslider .header-banner h2 {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 675, ../sass/_template_specific.scss */
.block-bxslider .header-banner h3 {
  font-size: 28px;
  font-family: 'Droid Serif', serif;
}
/* line 681, ../sass/_template_specific.scss */
.block-bxslider .price {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
/* line 689, ../sass/_template_specific.scss */
.block-bxslider .number {
  font-size: 60px;
  font-weight: 600;
  line-height: 52px;
}
/* line 694, ../sass/_template_specific.scss */
.block-bxslider .persona {
  font-size: 16px;
}

/* line 700, ../sass/_template_specific.scss */
.first-line .banner-1,
.second-line .banner-1 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 386px;
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 710, ../sass/_template_specific.scss */
.first-line .banner-1 img,
.second-line .banner-1 img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}
/* line 721, ../sass/_template_specific.scss */
.first-line .banner-1 .header,
.second-line .banner-1 .header {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
}
/* line 727, ../sass/_template_specific.scss */
.first-line .banner-1 h2,
.second-line .banner-1 h2 {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 731, ../sass/_template_specific.scss */
.first-line .banner-1 h4,
.second-line .banner-1 h4 {
  font-size: 28px;
  font-family: 'Droid Serif', serif;
}

/* line 737, ../sass/_template_specific.scss */
.second-line .banner-2 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 386px;
  width: 75%;
  overflow: hidden;
  position: relative;
}
/* line 745, ../sass/_template_specific.scss */
.second-line .banner-2 img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}
/* line 756, ../sass/_template_specific.scss */
.second-line .banner-2 .header {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
}
/* line 762, ../sass/_template_specific.scss */
.second-line .banner-2 h2 {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 766, ../sass/_template_specific.scss */
.second-line .banner-2 h4 {
  font-size: 28px;
  font-family: 'Droid Serif', serif;
}

/* line 774, ../sass/_template_specific.scss */
.third-line .block-bxslider {
  width: 50%;
}

/* line 783, ../sass/_template_specific.scss */
.first-bx li,
.second-bx li,
.third-bx li {
  height: 386px;
  overflow: hidden;
  position: realtive;
}
/* line 788, ../sass/_template_specific.scss */
.first-bx li img,
.second-bx li img,
.third-bx li img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/* line 798, ../sass/_template_specific.scss */
.first-line .banner-1 .overlay,
.second-line .banner-1 .overlay {
  width: 100%;
  height: 386px;
  position: absolute;
  top: 0px;
  background: black;
  opacity: .25;
  transition: opacity 0.3s linear;
}

/* line 809, ../sass/_template_specific.scss */
.first-line .banner-1:hover .overlay,
.second-line .banner-1:hover .overlay {
  opacity: 0;
}

/* line 814, ../sass/_template_specific.scss */
.second-line .banner-2 .overlay {
  height: 386px;
  width: 100%;
  position: absolute;
  top: 0px;
  background: black;
  opacity: .15;
  transition: opacity 0.3s linear;
}

/* line 824, ../sass/_template_specific.scss */
.second-line .banner-2:hover .overlay {
  opacity: 0;
}

/* line 832, ../sass/_template_specific.scss */
.first-bx li .overlay,
.second-bx li .overlay,
.third-bx li .overlay {
  height: 386px;
  width: 950px;
  position: absolute;
  background: black;
  opacity: .25;
  top: 0px;
  transition: opacity 0.3s linear;
}

/* line 847, ../sass/_template_specific.scss */
.first-bx li:hover .overlay,
.second-bx li:hover .overlay,
.third-bx li:hover .overlay {
  opacity: 0;
}

/* line 853, ../sass/_template_specific.scss */
.main-banners .first-line,
.main-banners .second-line,
.main-banners .third-line {
  overflow: hidden;
}

/*======== Experiences Banners =======*/
/* line 862, ../sass/_template_specific.scss */
.experience {
  padding-top: 40px;
  background: white;
}
/* line 867, ../sass/_template_specific.scss */
.experience .block {
  text-align: center;
}
/* line 870, ../sass/_template_specific.scss */
.experience .block h3 {
  font-family: 'Droid Serif', serif;
  color: black;
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 876, ../sass/_template_specific.scss */
.experience .block .image {
  width: 140px;
  height: 140px;
  border: 3px solid #cdc5bb;
  margin: 0 auto;
  position: relative;
}
/* line 883, ../sass/_template_specific.scss */
.experience .block .image:hover {
  border: 3px solid #897966;
}
/* line 887, ../sass/_template_specific.scss */
.experience .block .image img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
/* line 895, ../sass/_template_specific.scss */
.experience .block .image .border {
  display: inline-block;
  width: 40px;
  border-top: 3px solid #897966;
  position: absolute;
  top: -3px;
  right: 0px;
  left: 0px;
  margin: auto;
}

/*========  Filter Hotel =======*/
/* line 912, ../sass/_template_specific.scss */
.filter-hotel {
  background: white;
  margin-top: 60px;
}
/* line 916, ../sass/_template_specific.scss */
.filter-hotel .filter-list {
  margin-bottom: 40px;
}
/* line 920, ../sass/_template_specific.scss */
.filter-hotel .filter-list li {
  background: #897966;
  width: 373px;
  height: 40px;
  color: white;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  cursor: pointer;
}
/* line 933, ../sass/_template_specific.scss */
.filter-hotel .filter-list li:hover {
  background: #4f453a;
}
/* line 937, ../sass/_template_specific.scss */
.filter-hotel .filter-list li:nth-child(1) {
  margin-left: 0px;
}
/* line 941, ../sass/_template_specific.scss */
.filter-hotel .filter-list li:nth-child(2) {
  margin: 0 11px 0 7px;
}
/* line 945, ../sass/_template_specific.scss */
.filter-hotel .wrapper-slider {
  background: #e7e4df;
  height: 342px;
  margin-top: 160px;
}
/* line 950, ../sass/_template_specific.scss */
.filter-hotel .flex-1 {
  margin-top: -120px;
  margin-bottom: 40px;
  position: relative;
}
/* line 955, ../sass/_template_specific.scss */
.filter-hotel .flex-1 li {
  position: relative;
}
/* line 958, ../sass/_template_specific.scss */
.filter-hotel .flex-1 .description {
  width: 430px;
  height: 325px;
  background: rgba(255, 255, 255, 0.93);
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 99px;
}
/* line 969, ../sass/_template_specific.scss */
.filter-hotel .flex-1 h3 {
  display: inline;
  padding: 10px 25px;
  background: #897966;
  color: white;
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  position: absolute;
  left: 529px;
  bottom: 282px;
}
/* line 980, ../sass/_template_specific.scss */
.filter-hotel .flex-1 a {
  padding: 10px 25px;
  position: absolute;
  left: 529px;
  bottom: 244px;
  color: white;
  font-size: 14px;
  background: #4f453a;
}
/* line 989, ../sass/_template_specific.scss */
.filter-hotel .flex-1 a:hover {
  text-decoration: underline;
}

/* line 994, ../sass/_template_specific.scss */
.filter-selected {
  background: #4f453a;
}

/* line 998, ../sass/_template_specific.scss */
.flex-1 {
  position: relative;
}
/* line 1001, ../sass/_template_specific.scss */
.flex-1 .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 1006, ../sass/_template_specific.scss */
.flex-1 .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
  width: 33px;
  height: 56px;
}
/* line 1012, ../sass/_template_specific.scss */
.flex-1 .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
  width: 33px;
  height: 56px;
}
/* line 1019, ../sass/_template_specific.scss */
.flex-1 .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-left.png") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
  bottom: 0px;
  left: 0px;
  padding: 0px 0px;
}
/* line 1029, ../sass/_template_specific.scss */
.flex-1 .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-right.png?v=3") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
  bottom: 0px;
  left: 0px;
  padding: 0px 0px;
}

/*========  Hotels blocks Inicio =======*/
/* line 1044, ../sass/_template_specific.scss */
#hotel-grid .mix {
  display: none;
}

/* line 1048, ../sass/_template_specific.scss */
.wrapper-hotels-blocks {
  width: 1160px;
}

/* line 1052, ../sass/_template_specific.scss */
.wrapper-hotels-blocks.ini {
  padding-left: 20px;
}

/* line 1056, ../sass/_template_specific.scss */
.wrapper-hotels-blocks.customize {
  padding-left: 20px;
}

/* line 1060, ../sass/_template_specific.scss */
.hotels-blocks {
  padding-top: 180px;
  padding-bottom: 60px;
  background: white;
  overflow: hidden;
}
/* line 1066, ../sass/_template_specific.scss */
.hotels-blocks .block-hotel {
  float: left;
  width: 273px;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 1075, ../sass/_template_specific.scss */
.hotels-blocks .image-box {
  height: 180px;
  width: 273px;
  overflow: hidden;
  position: relative;
}
/* line 1081, ../sass/_template_specific.scss */
.hotels-blocks .image-box img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}
/* line 1093, ../sass/_template_specific.scss */
.hotels-blocks .description-box {
  border: 1px solid #897966;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 273px;
  position: relative;
}
/* line 1102, ../sass/_template_specific.scss */
.hotels-blocks .description-box .description p {
  text-align: left;
}
/* line 1106, ../sass/_template_specific.scss */
.hotels-blocks .description-box .location {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 600;
}
/* line 1112, ../sass/_template_specific.scss */
.hotels-blocks .description-box .title {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 15px 0px;
}
/* line 1118, ../sass/_template_specific.scss */
.hotels-blocks .description-box .content {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
/* line 1126, ../sass/_template_specific.scss */
.hotels-blocks .price {
  text-transform: uppercase;
  color: #4f453a;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
}
/* line 1133, ../sass/_template_specific.scss */
.hotels-blocks .price .number {
  font-size: 48px;
  font-weight: 700;
  color: #897966;
}
/* line 1138, ../sass/_template_specific.scss */
.hotels-blocks .price .persona {
  display: block;
  margin-top: -6px;
  font-size: 14px;
}
/* line 1143, ../sass/_template_specific.scss */
.hotels-blocks .block-hotel a {
  display: block;
  color: white;
  padding: 10px 0px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  background: #b57401;
}
/* line 1152, ../sass/_template_specific.scss */
.hotels-blocks .block-hotel a:hover {
  background: #4f453a;
}
/* line 1156, ../sass/_template_specific.scss */
.hotels-blocks a.individual_hotel_link {
  width: auto;
  position: absolute;
  right: 8px;
  padding: 10px 15px;
  bottom: 34px;
  background: #897966;
}
/* line 1164, ../sass/_template_specific.scss */
.hotels-blocks a.individual_hotel_link .button_link_hotel {
  font-size: 13px;
}
/* line 1169, ../sass/_template_specific.scss */
.hotels-blocks p {
  margin-top: 20px;
  text-align: center;
}
/* line 1173, ../sass/_template_specific.scss */
.hotels-blocks p a {
  color: black;
  font-weight: 600;
  background: white url("/img/nauce/arrow-link.png") no-repeat 90% center;
  padding: 6px 80px 6px 15px;
}
/* line 1180, ../sass/_template_specific.scss */
.hotels-blocks p a:hover {
  color: #b7ac9e;
}

/*========  Full Map Banner =======*/
/* line 1188, ../sass/_template_specific.scss */
.map-banner {
  background: white;
  padding: 60px 0px;
}

/*========  news banners =======*/
/* line 1194, ../sass/_template_specific.scss */
.news-banners {
  padding-top: 60px;
  padding-bottom: 20px;
  background: white;
}

/* line 1200, ../sass/_template_specific.scss */
.news-row {
  background: #f3f1f2;
  padding-top: 20px;
}
/* line 1204, ../sass/_template_specific.scss */
.news-row .block {
  width: 560px;
}
/* line 1207, ../sass/_template_specific.scss */
.news-row .block:first-child {
  margin-left: 0px;
}
/* line 1210, ../sass/_template_specific.scss */
.news-row .block:last-child {
  margin-right: 0px;
}
/* line 1213, ../sass/_template_specific.scss */
.news-row .block .image-box {
  height: 300px;
  width: 560px;
  overflow: hidden;
  position: relative;
}
/* line 1219, ../sass/_template_specific.scss */
.news-row .block .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1228, ../sass/_template_specific.scss */
.news-row .block .description-box {
  padding: 20px 15px;
}
/* line 1231, ../sass/_template_specific.scss */
.news-row .block .description-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #787878;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 1238, ../sass/_template_specific.scss */
.news-row .block .description-box p {
  font-weight: 14px;
  font-weight: 300;
}
/* line 1242, ../sass/_template_specific.scss */
.news-row .block .description-box a {
  display: inline-block;
  background: white url("/img/nauce/arrow-link.png") no-repeat 90% center;
  padding: 6px 80px 6px 15px;
  margin-top: 20px;
  color: black;
  font-weight: 600;
}
/* line 1250, ../sass/_template_specific.scss */
.news-row .block .description-box a:hover {
  background: #e2ded9 url("/img/nauce/arrow-link.png") no-repeat 90% center;
}

/*========  Destiny Banners =======*/
/* line 1260, ../sass/_template_specific.scss */
.destiny-wrapper .block-destiny {
  width: 380px;
  height: 580px;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
/* line 1268, ../sass/_template_specific.scss */
.destiny-wrapper .block-destiny img {
  max-width: initial;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 1276, ../sass/_template_specific.scss */
.destiny-wrapper .block-destiny h3 {
  position: absolute;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  bottom: 230px;
  z-index: 3;
}
/* line 1288, ../sass/_template_specific.scss */
.destiny-wrapper .block-destiny:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*========  Hotel Page =======*/
/* line 1299, ../sass/_template_specific.scss */
.filter-hotel.in-page li {
  width: 278px;
}

/* line 1303, ../sass/_template_specific.scss */
.filter-hotel.in-page li:hover {
  background: #4f453a;
}

/* line 1307, ../sass/_template_specific.scss */
.filter-hotel.in-page .filter-list li:nth-child(1) {
  margin-left: 0px;
}

/* line 1311, ../sass/_template_specific.scss */
.filter-hotel.in-page .filter-list li:nth-child(2) {
  margin: 0 10px 0 6px;
}

/* line 1315, ../sass/_template_specific.scss */
.filter-hotel.in-page .filter-list li:nth-child(3) {
  margin: 0 10px 0 -4px;
}

/* line 1319, ../sass/_template_specific.scss */
.hotels-blocks.in-page {
  padding-top: 40px;
}

/*========  Promotions Page =======*/
/* line 1326, ../sass/_template_specific.scss */
.image_popup_offers {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1331, ../sass/_template_specific.scss */
.offers-filter {
  background: #e2ded9;
  text-align: center;
  padding: 30px 0px 15px;
}
/* line 1336, ../sass/_template_specific.scss */
.offers-filter li.inline {
  display: inline-block;
  padding: 10px 30px;
  background: white;
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
  box-shadow: 3px 3px 1px #b7ac9e;
  cursor: pointer;
}
/* line 1348, ../sass/_template_specific.scss */
.offers-filter li.all-promos {
  display: table;
  margin: 15px auto 0px;
  font-family: 'Droid Serif', serif;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  cursor: pointer;
}
/* line 1357, ../sass/_template_specific.scss */
.offers-filter li.inline:hover {
  color: white;
  background: #b7ac9e;
  box-shadow: 3px 3px 1px white;
}
/* line 1362, ../sass/_template_specific.scss */
.offers-filter .filter-hover {
  color: white !important;
  background: #b7ac9e !important;
  box-shadow: 3px 3px 1px white !important;
}

/* line 1370, ../sass/_template_specific.scss */
.promotions-wrapper {
  width: 1150px;
}
/* line 1373, ../sass/_template_specific.scss */
.promotions-wrapper .filter_offer {
  display: inline-block;
  width: 100%;
}
/* line 1377, ../sass/_template_specific.scss */
.promotions-wrapper .filter_offer p.title_filter {
  color: #897966;
  font-size: 29px;
  padding: 20px 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #897966;
  width: 420px;
  margin-bottom: 20px;
}

/* line 1390, ../sass/_template_specific.scss */
.promotions-wrapper .mix {
  display: none;
}

/* line 1394, ../sass/_template_specific.scss */
.block-promo {
  width: 373px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 20px;
}
/* line 1402, ../sass/_template_specific.scss */
.block-promo .image-box {
  height: 185px;
  position: relative;
  overflow: hidden;
}
/* line 1407, ../sass/_template_specific.scss */
.block-promo .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1415, ../sass/_template_specific.scss */
.block-promo .description-box {
  padding: 20px 20px 60px;
  border: 1px solid #bebebe;
  display: block;
  position: relative;
}
/* line 1421, ../sass/_template_specific.scss */
.block-promo h3 {
  color: #897966;
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 2px;
}
/* line 1427, ../sass/_template_specific.scss */
.block-promo .intro {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 1433, ../sass/_template_specific.scss */
.block-promo .description {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 1437, ../sass/_template_specific.scss */
.block-promo a {
  color: #897966;
  font-size: 18px;
}
/* line 1441, ../sass/_template_specific.scss */
.block-promo a:hover {
  color: #4f453a;
  text-decoration: underline;
}
/* line 1446, ../sass/_template_specific.scss */
.block-promo strong {
  display: block;
  color: #897966;
  font-size: 21px;
  font-weight: lighter;
}
/* line 1452, ../sass/_template_specific.scss */
.block-promo strong price {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}
/* line 1459, ../sass/_template_specific.scss */
.block-promo hide {
  display: none;
}
/* line 1463, ../sass/_template_specific.scss */
.block-promo a {
  display: block;
  margin-top: 25px;
}
/* line 1468, ../sass/_template_specific.scss */
.block-promo a.button-promotion {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  color: white;
  background: #897966;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-top: 0;
}
/* line 1485, ../sass/_template_specific.scss */
.block-promo .see_more_offer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  color: white;
  background: #897966;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-top: 0;
}
/* line 1501, ../sass/_template_specific.scss */
.block-promo .see_more_offer:hover {
  color: white;
}

/* line 1509, ../sass/_template_specific.scss */
.promo-modal h3 {
  text-transform: uppercase;
  color: #897966;
  margin-bottom: 10px;
}
/* line 1514, ../sass/_template_specific.scss */
.promo-modal .intro {
  color: black;
  font-size: 17px;
  margin-bottom: 5px;
}
/* line 1520, ../sass/_template_specific.scss */
.promo-modal strong {
  display: block;
  color: #897966;
  font-size: 21px;
  font-weight: lighter;
}
/* line 1526, ../sass/_template_specific.scss */
.promo-modal strong price {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}
/* line 1533, ../sass/_template_specific.scss */
.promo-modal hide a {
  margin-top: 30px;
  color: white;
  background: #897966;
  padding: 10px 30px;
  display: table;
  width: auto;
}

/*============ Rooms ===========*/
/* line 1545, ../sass/_template_specific.scss */
.rooms-wrapper {
  padding: 0px 0px 40px;
}

/* line 1549, ../sass/_template_specific.scss */
.rooms-wrapper .block-room {
  overflow: hidden;
  background: #e6e6e6;
  margin: 10px 0px;
}
/* line 1554, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-left {
  float: left;
  width: 425px;
  padding: 40px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1563, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-left #title {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
/* line 1569, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-left p {
  text-align: center;
  margin-bottom: 20px;
  color: #676566;
}
/* line 1574, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-left span {
  display: block;
  width: 50px;
  border: 2px solid #897966;
  margin: 0 auto 30px;
}
/* line 1580, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-left .desc {
  height: 100px;
  overflow: hidden;
}
/* line 1585, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-right {
  float: right;
  width: 715x;
  height: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1593, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .column-right img {
  width: 700px;
  vertical-align: bottom;
  margin-top: -50px;
}
/* line 1600, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .links-buttons {
  margin-top: 30px;
}
/* line 1603, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .links-buttons a {
  text-decoration: none;
  background: #897966;
  color: white;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  margin: 0px 1px;
  width: 80px;
}
/* line 1613, ../sass/_template_specific.scss */
.rooms-wrapper .block-room .links-buttons a:hover {
  background: #4f453a;
}
/* line 1620, ../sass/_template_specific.scss */
.rooms-wrapper .block-room#reverse .column-left {
  float: right;
}
/* line 1623, ../sass/_template_specific.scss */
.rooms-wrapper .block-room#reverse .column-right {
  float: left;
}

/*========  Golf, Customizada =======*/
/* line 1629, ../sass/_template_specific.scss */
.slider-section {
  position: relative;
  padding: 40px 0px;
  background: white;
}
/* line 1634, ../sass/_template_specific.scss */
.slider-section .flex-controlador {
  text-align: right;
  padding: 10px 0;
}
/* line 1638, ../sass/_template_specific.scss */
.slider-section .flex-controlador li {
  display: inline-block;
}
/* line 1641, ../sass/_template_specific.scss */
.slider-section .flex-controlador li span {
  background: #897966;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
/* line 1653, ../sass/_template_specific.scss */
.slider-section .flex-controlador li span.flex-active:before {
  content: '';
  padding: 7px;
  -webkit-border: 1px solid #897966;
  -moz-border: 1px solid #897966;
  border: 1px solid #897966;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  border-radius: 20px;
}

/* line 1671, ../sass/_template_specific.scss */
.flex-2 {
  height: 450px;
  position: relative;
}
/* line 1675, ../sass/_template_specific.scss */
.flex-2 li {
  height: 450px;
  position: relative;
}
/* line 1679, ../sass/_template_specific.scss */
.flex-2 li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1688, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 1693, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 1697, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 1702, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-left.png") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 1709, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-right.png?v=3") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}

/* line 1719, ../sass/_template_specific.scss */
.bg-dark {
  height: 300px;
  background: #e2ded9;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1728, ../sass/_template_specific.scss */
.banners-section {
  background: white;
}

/* line 1732, ../sass/_template_specific.scss */
.full-row {
  background: #e2ded9;
  padding: 40px 0px;
}
/* line 1736, ../sass/_template_specific.scss */
.full-row .block {
  width: 277px;
  float: left;
  margin-right: 10px;
}
/* line 1741, ../sass/_template_specific.scss */
.full-row .block:nth-child(4n) {
  margin-right: 0px;
}
/* line 1744, ../sass/_template_specific.scss */
.full-row .block:nth-child(n+5) {
  margin-top: 10px;
}
/* line 1747, ../sass/_template_specific.scss */
.full-row .image-box {
  height: 150px;
  position: relative;
  overflow: hidden;
}
/* line 1752, ../sass/_template_specific.scss */
.full-row .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1760, ../sass/_template_specific.scss */
.full-row .description-box {
  padding: 20px;
  border: 1px solid #bebebe;
  background: white;
  min-height: 250px;
  position: relative;
}
/* line 1767, ../sass/_template_specific.scss */
.full-row h3 {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0px;
}
/* line 1773, ../sass/_template_specific.scss */
.full-row .intro {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 1779, ../sass/_template_specific.scss */
.full-row .description {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 1783, ../sass/_template_specific.scss */
.full-row a {
  color: #897966;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: capitalize;
}
/* line 1790, ../sass/_template_specific.scss */
.full-row a:hover {
  color: #4f453a;
  text-decoration: underline;
}

/*========  Golf Individual =======*/
/* line 1798, ../sass/_template_specific.scss */
.table-golf {
  background: #e9e8e6;
  padding: 40px 0px;
  text-align: center;
}
/* line 1803, ../sass/_template_specific.scss */
.table-golf h2 {
  font-size: 26px;
  color: #897966;
  font-weight: bold;
  margin-bottom: 40px;
}

/* line 1812, ../sass/_template_specific.scss */
.contact-golf {
  background: white;
}
/* line 1816, ../sass/_template_specific.scss */
.contact-golf .block-contact {
  float: left;
  width: 328px;
  height: 366px;
  box-sizing: border-box;
  padding: 40px;
  background: #e2ded9;
}
/* line 1824, ../sass/_template_specific.scss */
.contact-golf .block-contact h3 {
  font-size: 26px;
  color: #897966;
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 1831, ../sass/_template_specific.scss */
.contact-golf .map {
  float: left;
  width: 812px;
}

/* line 1838, ../sass/_template_specific.scss */
.tarifas-golf, .membership_link {
  margin-bottom: 40px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
}
/* line 1844, ../sass/_template_specific.scss */
.tarifas-golf a, .membership_link a {
  text-transform: uppercase;
  padding: 10px 30px;
  background: #b7ac9e;
  color: white;
  box-shadow: 5px 5px 1px #897966;
}

/* line 1853, ../sass/_template_specific.scss */
.info-tecnica,
.services-golf {
  width: 450px;
  float: left;
}
/* line 1858, ../sass/_template_specific.scss */
.info-tecnica h3,
.services-golf h3 {
  font-size: 24px;
  color: #897966;
  margin-bottom: 30px;
}
/* line 1863, ../sass/_template_specific.scss */
.info-tecnica p,
.services-golf p {
  margin-bottom: 10px;
}

/* line 1870, ../sass/_template_specific.scss */
.info-tecnica strong {
  font-weight: bold;
}
/* line 1874, ../sass/_template_specific.scss */
.info-tecnica td {
  padding: 5px 10px 5px 20px;
}
/* line 1878, ../sass/_template_specific.scss */
.info-tecnica .white {
  background: url("/img/nauce/tee-blanco.png") no-repeat left center;
}
/* line 1881, ../sass/_template_specific.scss */
.info-tecnica .yellow {
  background: url("/img/nauce/tee-amarillo.png") no-repeat left center;
}
/* line 1884, ../sass/_template_specific.scss */
.info-tecnica .red {
  background: url("/img/nauce/tee-rojo.png") no-repeat left center;
}
/* line 1887, ../sass/_template_specific.scss */
.info-tecnica .blue {
  background: url("/img/nauce/tee-azul.png") no-repeat left center;
}
/* line 1890, ../sass/_template_specific.scss */
.info-tecnica .first-td {
  padding: 5px 10px 5px 0px;
}

/*========  Spa, Extra 1 =======*/
/* line 1897, ../sass/_template_specific.scss */
.blocks-page {
  padding-bottom: 60px;
  background: white;
  margin-top: 60px;
}

/* line 1903, ../sass/_template_specific.scss */
.blocks-page .block-promo .description-box {
  height: 270px;
}

/* line 1907, ../sass/_template_specific.scss */
.top-title {
  background: #e2ded9;
  text-align: center;
  padding: 50px 0px 50px;
  font-size: 36px;
  font-family: 'Droid Serif', serif;
  color: #897966;
}

/* line 1916, ../sass/_template_specific.scss */
.paralax {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* line 1925, ../sass/_template_specific.scss */
.paralax-icons .block {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  height: 300px;
  margin-top: 90px;
}
/* line 1934, ../sass/_template_specific.scss */
.paralax-icons .block h3 {
  margin-top: 10px;
  font-weight: 400;
}
/* line 1939, ../sass/_template_specific.scss */
.paralax-icons img {
  width: 100px;
}

/* line 1944, ../sass/_template_specific.scss */
.offer-section {
  background: white;
}

/*======== Destinos =======*/
/* line 1950, ../sass/_template_specific.scss */
.block-destino {
  margin-bottom: 40px;
}
/* line 1953, ../sass/_template_specific.scss */
.block-destino .description {
  background: #f7f7f7;
  padding: 30px;
}
/* line 1957, ../sass/_template_specific.scss */
.block-destino .description p {
  margin-bottom: 10px;
}
/* line 1960, ../sass/_template_specific.scss */
.block-destino .description h2 {
  color: #897966;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 20px;
}
/* line 1968, ../sass/_template_specific.scss */
.block-destino .description h3 {
  font-size: 18px;
  color: #897966;
  margin-bottom: 8px;
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 1975, ../sass/_template_specific.scss */
.block-destino .description h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 1979, ../sass/_template_specific.scss */
.block-destino .show-destiny {
  text-align: center;
  margin-top: 20px;
}
/* line 1983, ../sass/_template_specific.scss */
.block-destino .show-destiny a {
  display: inline-block;
  padding: 8px 25px;
  background: #897966;
  color: white;
  font-size: 18px;
}
/* line 1990, ../sass/_template_specific.scss */
.block-destino .show-destiny a:hover {
  background: #4f453a;
}
/* line 1995, ../sass/_template_specific.scss */
.block-destino .flex-3 {
  position: relative;
}
/* line 1998, ../sass/_template_specific.scss */
.block-destino .flex-3 .slides li {
  position: relative;
}
/* line 2001, ../sass/_template_specific.scss */
.block-destino .flex-3 .slides li h4,
.block-destino .flex-3 .slides li h5 {
  position: absolute;
  color: white;
  left: 40px;
}
/* line 2007, ../sass/_template_specific.scss */
.block-destino .flex-3 .slides li h4 {
  background: #897966;
  padding: 15px 30px;
  font-size: 22px;
  font-family: 'Droid Serif', serif;
  top: 40px;
}
/* line 2014, ../sass/_template_specific.scss */
.block-destino .flex-3 .slides li h5 {
  background: #010101;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  top: 95px;
}
/* line 2023, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 2028, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: 20px;
}
/* line 2032, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: 20px;
}
/* line 2037, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauce/bx-left.png") no-repeat;
  color: transparent;
  width: 46px;
  height: 46px;
}
/* line 2044, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauce/bx-right.png") no-repeat;
  color: transparent;
  width: 46px;
  height: 46px;
}

/*======== Congres =======*/
/* line 2058, ../sass/_template_specific.scss */
.blocks-page .block-promo:nth-child(3n+3) {
  margin-right: 0px;
}

/* line 2068, ../sass/_template_specific.scss */
.blocks-page .first-line h2,
.blocks-page .second-line h2 {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #897966;
  margin-bottom: 30px;
}
/* line 2075, ../sass/_template_specific.scss */
.blocks-page .first-line .block-promo.congres .description-box,
.blocks-page .second-line .block-promo.congres .description-box {
  height: 130px;
}
/* line 2078, ../sass/_template_specific.scss */
.blocks-page .first-line .block-promo:nth-child(3n+4),
.blocks-page .second-line .block-promo:nth-child(3n+4) {
  margin-right: 0px;
}
/* line 2081, ../sass/_template_specific.scss */
.blocks-page .first-line .block-promo:nth-child(3n+3),
.blocks-page .second-line .block-promo:nth-child(3n+3) {
  margin-right: 10px;
}
/* line 2085, ../sass/_template_specific.scss */
.blocks-page .second-line h2 {
  margin-top: 40px;
}

/*======== Bodas =======*/
/* line 2095, ../sass/_template_specific.scss */
.blocks-page .first-line.bodas-page .block-promo {
  width: 277px;
}
/* line 2098, ../sass/_template_specific.scss */
.blocks-page .first-line.bodas-page .block-promo .description-box {
  height: 175px;
}
/* line 2102, ../sass/_template_specific.scss */
.blocks-page .first-line.bodas-page .block-promo:nth-child(4) {
  margin-right: 10px;
}
/* line 2105, ../sass/_template_specific.scss */
.blocks-page .first-line.bodas-page .block-promo:nth-child(5) {
  margin-right: 0px;
}
/* line 2108, ../sass/_template_specific.scss */
.blocks-page .first-line.bodas-page .block-promo .image-box {
  height: 137px;
}

/* line 2115, ../sass/_template_specific.scss */
.blocks-page .second-line.bodas-page .block-promo .description-box {
  height: 175px;
}

/*======== My Bookings =======*/
/* line 2123, ../sass/_template_specific.scss */
h3.section-title {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
/* line 2131, ../sass/_template_specific.scss */
h3.section-title + div {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #646464;
}

/* line 2139, ../sass/_template_specific.scss */
#my-bookings-form {
  text-align: center;
  margin-top: 20px;
}
/* line 2143, ../sass/_template_specific.scss */
#my-bookings-form input {
  height: 28px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 0;
  background: #c8c8c8;
  width: 125px;
}
/* line 2152, ../sass/_template_specific.scss */
#my-bookings-form label {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #646464;
  display: inline;
  margin-left: 20px;
}
/* line 2161, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-search-button {
  background: #897966;
  color: white;
  border: 0;
  display: block;
  margin: 15px auto 0;
  font-size: 14px;
  padding: 4px 31px;
}
/* line 2170, ../sass/_template_specific.scss */
#my-bookings-form #my-bookings-form-search-button:hover {
  background: #4f453a;
}
/* line 2175, ../sass/_template_specific.scss */
#my-bookings-form #hotelSelect {
  -webkit-appearance: none;
  height: 28px;
  margin-bottom: 13px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 0;
  background: #c8c8c8 url(/static_1/images/booking/flecha_motor.png) no-repeat 95% center;
  border-radius: 0;
  width: 145px;
  background-size: 16px;
  display: inline;
  font-size: 11px;
}

/* line 2191, ../sass/_template_specific.scss */
div#my-bookings-form-fields {
  padding: 20px;
  border: 1px solid #dddddd;
}

/* line 2196, ../sass/_template_specific.scss */
.grid_12.alpha.my-bookings-booking-info {
  margin: 0 auto 30px;
}
/* line 2199, ../sass/_template_specific.scss */
.grid_12.alpha.my-bookings-booking-info .fResumenReserva {
  border: 1px solid #897966;
  box-shadow: 4px 4px 12px black;
}

/* line 2205, ../sass/_template_specific.scss */
button#cancelButton {
  background: #509fce;
  color: white;
  border: 0;
  display: block;
  margin: 15px auto 25px;
  font-size: 14px;
  padding: 4px 31px;
  display: none;
}

/* line 2218, ../sass/_template_specific.scss */
.new {
  width: 100%;
  background-color: white;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
}

/* line 2226, ../sass/_template_specific.scss */
.new:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

/* line 2231, ../sass/_template_specific.scss */
.photo-container {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
  float: left;
}
/* line 2238, ../sass/_template_specific.scss */
.photo-container img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 509px;
}

/* line 2250, ../sass/_template_specific.scss */
.block-new-description {
  display: inline-block;
  width: 800px;
  height: 200px;
  padding: 0px 20px;
  position: relative;
}
/* line 2257, ../sass/_template_specific.scss */
.block-new-description .date {
  color: #897966;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 2263, ../sass/_template_specific.scss */
.block-new-description a {
  color: #897966;
}
/* line 2266, ../sass/_template_specific.scss */
.block-new-description span.news_description {
  display: block;
}
/* line 2269, ../sass/_template_specific.scss */
.block-new-description span.news_description img {
  display: none !important;
}
/* line 2273, ../sass/_template_specific.scss */
.block-new-description #news_description p {
  text-align: left;
}
/* line 2276, ../sass/_template_specific.scss */
.block-new-description .news-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #4b4b4b;
  display: inline-block;
}
/* line 2284, ../sass/_template_specific.scss */
.block-new-description ul {
  position: absolute;
  bottom: 0px;
}
/* line 2288, ../sass/_template_specific.scss */
.block-new-description ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
/* line 2293, ../sass/_template_specific.scss */
.block-new-description ul .read-more-news {
  color: white;
  background: #897966;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 25px;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  text-decoration: none;
}
/* line 2304, ../sass/_template_specific.scss */
.block-new-description ul .read-more-news:hover {
  background: #4f453a;
}

/* line 2311, ../sass/_template_specific.scss */
#new1 {
  margin-top: 20px;
}

/* line 2315, ../sass/_template_specific.scss */
#contentInPage #sectionImages {
  width: 100% !important;
  border: none !important;
  margin-bottom: 20px !important;
}
/* line 2320, ../sass/_template_specific.scss */
#contentInPage #sectionImages img {
  width: 100% !important;
}

/* line 2325, ../sass/_template_specific.scss */
.content-news p {
  margin-bottom: 15px;
}

/* line 2329, ../sass/_template_specific.scss */
.content-news h1 {
  font-size: 32px !important;
  color: #897966;
}

/*========  FAQ =======*/
/* line 2336, ../sass/_template_specific.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 24px;
  font-weight: 300;
  background: #b7ac9e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 2349, ../sass/_template_specific.scss */
.accordion-title.open {
  background: #4f453a;
  color: #fff;
}

/* line 2354, ../sass/_template_specific.scss */
.accordion-title:hover {
  background: #4f453a;
}

/* line 2358, ../sass/_template_specific.scss */
.accordion-content {
  display: none;
  padding: 0px 20px;
  overflow: auto;
}

/* line 2364, ../sass/_template_specific.scss */
.accordion-content p {
  margin-top: 15px;
}

/* line 2368, ../sass/_template_specific.scss */
.accordion-title span.toggle-icon:before {
  content: "+";
}

/* line 2372, ../sass/_template_specific.scss */
.accordion-title.open span.toggle-icon:before {
  content: "-";
}

/* line 2376, ../sass/_template_specific.scss */
.accordion-title span.toggle-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 38px;
  font-weight: bold;
}

/*========  Jobs =======*/
/* line 2386, ../sass/_template_specific.scss */
.jobs-section {
  background: white;
  padding-bottom: 40px;
}

/* line 2391, ../sass/_template_specific.scss */
.jobs-section .accordion-content {
  padding: 0px 0px;
  overflow: hidden;
}
/* line 2396, ../sass/_template_specific.scss */
.jobs-section .accordion-content .job-offer {
  height: 185px;
  margin-bottom: 20px;
  background: whitesmoke;
}
/* line 2402, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-image {
  width: 190px;
  height: 185px;
  overflow: hidden;
  float: left;
  position: relative;
}
/* line 2409, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-image img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}
/* line 2420, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-description {
  box-sizing: border-box;
  width: 950px;
  float: left;
  padding: 10px 20px;
  position: relative;
}
/* line 2427, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-description h2 {
  font-size: 22px;
  color: #897966;
  font-family: "Droid Serif";
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 2434, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-description h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 20px;
  background: url("/img/nauce/location.png?v=2") no-repeat -6px;
}
/* line 2440, ../sass/_template_specific.scss */
.jobs-section .accordion-content .datos-oferta {
  position: absolute;
  top: 5px;
  right: 20px;
}
/* line 2445, ../sass/_template_specific.scss */
.jobs-section .accordion-content .datos-oferta p {
  margin-top: 5px;
}
/* line 2448, ../sass/_template_specific.scss */
.jobs-section .accordion-content .datos-oferta p.vacantes {
  padding-left: 25px;
  background: transparent url("/img/nauce/guest-icon.png") no-repeat -5px;
}
/* line 2452, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-description a {
  color: #897966;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}
/* line 2458, ../sass/_template_specific.scss */
.jobs-section .accordion-content .box-description .element-hide {
  display: none;
}

/* line 2463, ../sass/_template_specific.scss */
.job-offer-popup {
  overflow: hidden;
}
/* line 2466, ../sass/_template_specific.scss */
.job-offer-popup img {
  margin-bottom: 40px;
}
/* line 2469, ../sass/_template_specific.scss */
.job-offer-popup h2 {
  font-size: 22px;
  color: #897966;
  font-family: "Droid Serif";
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 2476, ../sass/_template_specific.scss */
.job-offer-popup h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 20px;
  background: url("/img/nauce/location.png?v=2") no-repeat -6px;
  margin-bottom: 5px;
}
/* line 2483, ../sass/_template_specific.scss */
.job-offer-popup p.vacantes.element-hide {
  padding-left: 25px;
  background: transparent url("/img/nauce/guest-icon.png") no-repeat -5px;
}
/* line 2487, ../sass/_template_specific.scss */
.job-offer-popup p.banda {
  padding: 5px 0px;
  border-top: 1px solid #897966;
  border-bottom: 1px solid #897966;
  background: #f2f2f2;
  color: #897966;
  margin: 10px 0px;
  font-weight: bold;
}
/* line 2496, ../sass/_template_specific.scss */
.job-offer-popup h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
}
/* line 2502, ../sass/_template_specific.scss */
.job-offer-popup p.credencials {
  text-transform: uppercase;
  color: #897966;
  font-size: 18px;
  margin: 15px 0px;
}
/* line 2508, ../sass/_template_specific.scss */
.job-offer-popup .datos-oferta {
  margin-top: 20px;
  float: left;
}
/* line 2512, ../sass/_template_specific.scss */
.job-offer-popup .datos-oferta .vacantes {
  display: none;
}
/* line 2515, ../sass/_template_specific.scss */
.job-offer-popup .datos-oferta .publish-date {
  color: #bebebe;
}
/* line 2518, ../sass/_template_specific.scss */
.job-offer-popup .datos-oferta .publish-date span {
  color: #5a5a5a;
}
/* line 2522, ../sass/_template_specific.scss */
.job-offer-popup div#shareSocialArea {
  float: right;
}

/* line 2527, ../sass/_template_specific.scss */
.form-jobs {
  background: white;
  padding: 40px 0px;
}
/* line 2531, ../sass/_template_specific.scss */
.form-jobs li {
  float: left;
  margin: 10px;
  width: 360px;
  min-height: 56px;
}
/* line 2537, ../sass/_template_specific.scss */
.form-jobs li > label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #897966;
  margin-bottom: 3px;
}
/* line 2544, ../sass/_template_specific.scss */
.form-jobs li input[type="text"] {
  width: 354px;
  height: 30px;
  font-size: 16px;
}
/* line 2549, ../sass/_template_specific.scss */
.form-jobs li input[type="radio"] {
  margin-top: 10px;
}
/* line 2552, ../sass/_template_specific.scss */
.form-jobs li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 360px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background: white;
  padding-left: 10px;
  font-size: 16px;
}
/* line 2564, ../sass/_template_specific.scss */
.form-jobs li textarea {
  width: 740px;
}
/* line 2568, ../sass/_template_specific.scss */
.form-jobs .with-check-full {
  width: 1140px;
}
/* line 2571, ../sass/_template_specific.scss */
.form-jobs .with-check-full > label {
  margin-bottom: 10px;
}
/* line 2575, ../sass/_template_specific.scss */
.form-jobs .with-check-full p {
  width: 285px;
  float: left;
  margin-bottom: 5px;
}
/* line 2580, ../sass/_template_specific.scss */
.form-jobs .with-check-full input {
  float: left;
}
/* line 2583, ../sass/_template_specific.scss */
.form-jobs .with-check-full label {
  width: 320px;
}
/* line 2587, ../sass/_template_specific.scss */
.form-jobs .languages {
  width: 740px;
}
/* line 2590, ../sass/_template_specific.scss */
.form-jobs .languages p {
  width: 148px;
  float: left;
}
/* line 2595, ../sass/_template_specific.scss */
.form-jobs .software {
  width: 740px;
}
/* line 2598, ../sass/_template_specific.scss */
.form-jobs .software p {
  float: left;
  width: 123px;
}
/* line 2604, ../sass/_template_specific.scss */
.form-jobs .findus,
.form-jobs .work-here {
  width: 740px;
}
/* line 2608, ../sass/_template_specific.scss */
.form-jobs #privacity {
  float: left;
}
/* line 2612, ../sass/_template_specific.scss */
.form-jobs a {
  color: black;
  text-decoration: underline;
}
/* line 2617, ../sass/_template_specific.scss */
.form-jobs #contact-button {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 3px;
  cursor: pointer;
  background: #897966;
  color: white;
  text-decoration: none;
}

/* line 2629, ../sass/_template_specific.scss */
.form-jobs input.error,
.form-jobs textarea.error {
  border: 1px solid red;
}
/* line 2634, ../sass/_template_specific.scss */
.form-jobs input.error[type="checkbox"] {
  outline: 1px solid red;
}
/* line 2637, ../sass/_template_specific.scss */
.form-jobs input.error[type="radio"] {
  outline: 1px solid red;
}

/*===============  Location and Contact ==============*/
/* line 2644, ../sass/_template_specific.scss */
.map-location {
  margin-top: 100px;
}

/* line 2648, ../sass/_template_specific.scss */
.contact-blocks-wrapper {
  margin-top: 80px;
}
/* line 2651, ../sass/_template_specific.scss */
.contact-blocks-wrapper .block-contact {
  margin-bottom: 20px;
}
/* line 2655, ../sass/_template_specific.scss */
.contact-blocks-wrapper h4 {
  color: #897966;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
/* line 2662, ../sass/_template_specific.scss */
.contact-blocks-wrapper p {
  font-size: 14px;
  text-align: center;
}

/* line 2668, ../sass/_template_specific.scss */
.form-contact-location {
  box-sizing: border-box;
  background: #e2ded9;
  padding: 40px;
  margin-top: 60px;
}
/* line 2674, ../sass/_template_specific.scss */
.form-contact-location .title-form {
  text-align: center;
  margin-bottom: 20px;
}
/* line 2678, ../sass/_template_specific.scss */
.form-contact-location h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}
/* line 2684, ../sass/_template_specific.scss */
.form-contact-location h3 + span {
  display: inline-block;
  width: 60px;
  border-bottom: 5px solid #897966;
}
/* line 2689, ../sass/_template_specific.scss */
.form-contact-location .contInput {
  margin-bottom: 20px;
  display: inline-block;
}
/* line 2693, ../sass/_template_specific.scss */
.form-contact-location .contInput.full {
  display: block;
  margin-bottom: 10px;
}
/* line 2697, ../sass/_template_specific.scss */
.form-contact-location .small {
  margin-left: 40px;
}
/* line 2700, ../sass/_template_specific.scss */
.form-contact-location label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 2705, ../sass/_template_specific.scss */
.form-contact-location .big input {
  width: 700px;
}
/* line 2708, ../sass/_template_specific.scss */
.form-contact-location .small input {
  width: 316px;
}
/* line 2711, ../sass/_template_specific.scss */
.form-contact-location input {
  height: 40px;
  border: none;
  border-bottom: 2px solid #4f453a;
  padding: 10px;
  box-sizing: border-box;
}
/* line 2718, ../sass/_template_specific.scss */
.form-contact-location select {
  width: 100%;
  height: 37px;
  margin-bottom: 13px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 0;
  background: white;
  background-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 2px solid #4f453a;
}
/* line 2731, ../sass/_template_specific.scss */
.form-contact-location textarea {
  width: 100%;
  padding: 0px;
  border: none;
  border-bottom: 2px solid #4f453a;
  box-sizing: border-box;
  padding: 10px;
}
/* line 2739, ../sass/_template_specific.scss */
.form-contact-location button {
  width: 150px;
  height: 40px;
  background: #897966;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 2750, ../sass/_template_specific.scss */
.form-contact-location button:hover {
  background: #4f453a;
}
/* line 2754, ../sass/_template_specific.scss */
.form-contact-location .required-fields {
  display: inline-block;
  float: right;
  font-style: italic;
}
/* line 2759, ../sass/_template_specific.scss */
.form-contact-location .policy-terms input {
  height: 13px;
}
/* line 2763, ../sass/_template_specific.scss */
.form-contact-location .policy-terms a {
  color: #a19281;
}
/* line 2766, ../sass/_template_specific.scss */
.form-contact-location .error {
  color: red;
  font-size: 14px;
  text-transform: lowercase;
}

/*========  Footer =======*/
/* line 2775, ../sass/_template_specific.scss */
footer {
  background: #37383a;
  color: white;
  text-align: center;
}
/* line 2780, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer {
  background: #897966;
  padding: 25px 0;
}
/* line 2784, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .newsletter_footer {
  width: 50%;
  float: left;
  text-align: left;
}
/* line 2789, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .newsletter_footer .newsletter_title {
  color: #37383a;
  font-weight: bold;
}
/* line 2795, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .social_wrapper_footer {
  width: 47%;
  float: right;
  text-align: right;
}
/* line 2800, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .social_wrapper_footer .social_follow_title {
  color: #37383a;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 240px;
}
/* line 2808, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .social_wrapper_footer .social_elements_wrapper i {
  font-size: 20px;
  border-left: 2px solid #37383a;
  padding: 8px 10px;
  width: 18px;
  text-align: center;
}
/* line 2816, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .social_wrapper_footer .social_elements_wrapper a:last-of-type i {
  border-right: 2px solid #37383a;
}
/* line 2823, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail {
  background: #37383a;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  color: white;
  padding-left: 40px;
  text-align: center;
  box-sizing: border-box;
}
/* line 2834, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}
/* line 2837, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
/* line 2840, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
/* line 2843, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
/* line 2848, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmailLabel {
  position: absolute;
}
/* line 2852, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv {
  display: inline-block;
  padding-top: 6px;
  width: 50px;
  float: left;
}
/* line 2860, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter .newsletter_checkbox a, footer .newsletter_social_wrapper_footer #newsletter .newsletter_checkbox label {
  font-size: 12px;
  color: white;
}
/* line 2866, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button {
  border: none;
  background: white;
  height: 30px;
  width: 30px;
  color: transparent;
  cursor: pointer;
  margin-right: 4px;
  vertical-align: top;
  margin-top: -6px;
  position: relative;
}
/* line 2879, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button: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%);
  color: #b57401;
  font-size: 16px;
}
/* line 2886, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button:hover {
  color: #37383a;
}
/* line 2894, ../sass/_template_specific.scss */
footer a {
  color: #e6e6e6;
  font-size: 14px;
}
/* line 2899, ../sass/_template_specific.scss */
footer .first-row {
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #bebebe;
}
/* line 2905, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #B9906B;
}
/* line 2910, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element {
  display: inline-block;
  width: calc((100% - 200px) / 2);
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 23px;
  color: #323132;
}
/* line 2917, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element:first-child {
  text-align: left;
  width: 190px;
}
/* line 2921, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element:last-child {
  text-align: right;
}
/* line 2925, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element .big {
  font-size: 26px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  color: #323132;
}
/* line 2931, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element .big i.fa-at {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #323132;
  color: #B9906B;
  border-radius: 50%;
}
/* line 2940, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element .big i.fa-at: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 2946, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element .small_side {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  margin-left: 15px;
}

/* line 2958, ../sass/_template_specific.scss */
.newsletter-label {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
}

/* line 2964, ../sass/_template_specific.scss */
#newsletter {
  display: inline-block;
}
/* line 2967, ../sass/_template_specific.scss */
#newsletter h2 {
  display: none;
}
/* line 2970, ../sass/_template_specific.scss */
#newsletter #suscEmailLabel {
  display: none !important;
}
/* line 2973, ../sass/_template_specific.scss */
#newsletter #suscEmail {
  border: none;
  background: white;
  width: 240px;
  height: 30px;
  color: #5a5a5a;
  padding-left: 10px;
}
/* line 2981, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv {
  float: right;
}
/* line 2984, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv button {
  border: none;
  background: #897966 url("/img/nauce/arrow-mini-right.png?v=2") no-repeat center center;
  height: 32px;
  width: 42px;
  color: transparent;
  cursor: pointer;
  margin-right: 4px;
}
/* line 2993, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv button:hover {
  background: #4f453a url("/img/nauce/arrow-mini-right.png?v=2") no-repeat center center;
  color: transparent;
}

/* line 3000, ../sass/_template_specific.scss */
#newsletter {
  margin-top: 0.5em;
}
/* line 3003, ../sass/_template_specific.scss */
#newsletter #form-newsletter #subscribeButton {
  background: black;
  float: left;
  border: 1px solid white;
  color: white;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 3013, ../sass/_template_specific.scss */
#newsletter #form-newsletter #newsletter_checkboxes {
  margin-top: 0.5em;
  float: left;
}

/* line 3020, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button {
  height: 44px;
  width: 50px;
}

/* line 3025, ../sass/_template_specific.scss */
.wrapper_footer_columns {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid white;
}

/* line 3031, ../sass/_template_specific.scss */
.footer_column {
  min-height: 293px;
  padding: 40px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
/* line 3039, ../sass/_template_specific.scss */
.footer_column a {
  color: white;
  font-size: 12px;
}
/* line 3043, ../sass/_template_specific.scss */
.footer_column .footer_column_title {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 3048, ../sass/_template_specific.scss */
.footer_column .footer_column_title a {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 3055, ../sass/_template_specific.scss */
.footer_column .footer_btn {
  background-color: #7E6E5B;
  border: 1px solid white;
  color: white;
  display: block;
  padding: 10px;
  margin: 30px -17px 15px auto;
  font-size: 18px;
  text-align: center;
  width: 180px;
}
/* line 3068, ../sass/_template_specific.scss */
.footer_column .property-link a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px !important;
}
/* line 3073, ../sass/_template_specific.scss */
.footer_column .property-link a:hover {
  color: #897966;
}
/* line 3080, ../sass/_template_specific.scss */
.footer_column.column4 .footer_column_description img {
  width: 60%;
  margin-left: 150px;
}
/* line 3085, ../sass/_template_specific.scss */
.footer_column.column4 .footer_column_title {
  text-transform: capitalize;
  font-family: "Roboto", Sans-Serif;
  font-style: italic;
  color: #897966;
  font-size: 1.09em;
  margin: 20px -15px -10px 0;
  text-align: right;
}

/* line 3097, ../sass/_template_specific.scss */
.footer-logos {
  background: white;
  margin-top: 20px;
  padding: 20px 0px;
}
/* line 3102, ../sass/_template_specific.scss */
.footer-logos ul {
  text-align: justify;
  justify-content: space-between;
  height: 50px;
}
/* line 3107, ../sass/_template_specific.scss */
.footer-logos ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
/* line 3113, ../sass/_template_specific.scss */
.footer-logos li {
  display: inline-block;
  text-align: center;
}

/* line 3120, ../sass/_template_specific.scss */
.footer_column:last-child {
  border-right: 0px;
}

/* line 3124, ../sass/_template_specific.scss */
#facebook_like {
  margin-bottom: 10px;
}

/* line 3128, ../sass/_template_specific.scss */
#google_plus_one {
  margin-left: 40px;
  margin-bottom: 20px;
}

/*====== Share sections and news ====*/
/* line 3134, ../sass/_template_specific.scss */
div#shareSocialArea {
  margin-top: 25px;
}
/* line 3137, ../sass/_template_specific.scss */
div#shareSocialArea .share_text {
  line-height: 20px;
}
/* line 3141, ../sass/_template_specific.scss */
div#shareSocialArea span.at-icon-wrapper {
  vertical-align: middle;
}

/* line 3147, ../sass/_template_specific.scss */
.normal_content_wrapper div#shareSocialArea {
  margin-top: 15px;
  border-top: 1px solid;
  padding-top: 10px;
  width: 200px;
  float: right;
}

/* line 3156, ../sass/_template_specific.scss */
.white_background div#shareSocialArea {
  margin-top: 30px;
  border-top: 1px solid;
  padding-top: 10px;
  width: 200px;
  float: right;
  clear: both;
}

/*===== Jobs section =====*/
/* line 3166, ../sass/_template_specific.scss */
.jobs_work_section {
  display: inline-block !important;
}
/* line 3169, ../sass/_template_specific.scss */
.jobs_work_section .buttons_wrapper_jobs {
  margin-top: 20px;
}
/* line 3172, ../sass/_template_specific.scss */
.jobs_work_section .buttons_wrapper_jobs a {
  display: block;
}
/* line 3177, ../sass/_template_specific.scss */
.jobs_work_section .description_work_wrapper {
  height: 70px;
  overflow: hidden;
  font-size: 13px;
}

/* line 3184, ../sass/_template_specific.scss */
div#form_jobs_wrapper.form-jobs {
  box-sizing: border-box;
  background: #e2ded9;
  margin-bottom: 50px;
}
/* line 3190, ../sass/_template_specific.scss */
div#form_jobs_wrapper.form-jobs input[type="text"] {
  border: 0;
  border-bottom: 2px solid #4f453a;
}

/*===== Carousel Banners ======*/
/* line 3198, ../sass/_template_specific.scss */
.banners_carousel_wrapper h2.banner_carousel_title {
  color: #897966;
  font-size: 21px;
  font-family: 'Droid Serif', serif;
  margin: 4px 0px;
}
/* line 3205, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_description {
  font-size: 14px;
}
/* line 3209, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images {
  margin-top: 30px;
  position: relative;
  margin-bottom: 60px;
}
/* line 3214, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 3219, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 3223, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 3228, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-left.png") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 3235, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-right.png?v=3") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 3245, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element {
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 3250, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .text_carousel_image .date_new {
  font-style: italic;
}
/* line 3254, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .text_carousel_image h3 {
  color: #897966;
  font-size: 17px;
  font-family: 'Droid Serif', serif;
  margin: 14px 0px 7px;
}
/* line 3262, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .carousel_image_top {
  width: 100%;
}
/* line 3266, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .exceded {
  height: 150px;
  overflow: hidden;
}
/* line 3270, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .exceded img {
  min-height: 150px;
}
/* line 3275, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .content_carousel_image {
  font-size: 14px;
  height: 110px;
  overflow: hidden;
}
/* line 3282, ../sass/_template_specific.scss */
.banners_carousel_wrapper .text_carousel_image {
  display: table;
  padding: 0 20px 20px;
  background: #e2ded9;
}
/* line 3288, ../sass/_template_specific.scss */
.banners_carousel_wrapper a.myFancyPopupNews {
  color: #897966;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0 0 !important;
  display: block;
}

/* line 3298, ../sass/_template_specific.scss */
.hidden_carousel .image_hidden_banner {
  width: 100%;
}
/* line 3302, ../sass/_template_specific.scss */
.hidden_carousel h3.title_hidden_banner {
  color: #897966;
  font-size: 24px;
  font-family: 'Droid Serif', serif;
  margin: 15px 0 15px;
  display: block;
}
/* line 3310, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner {
  font-size: 16px;
  clear: both;
}
/* line 3314, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner .new-intro {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 3318, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner p {
  margin-bottom: 15px;
}
/* line 3322, ../sass/_template_specific.scss */
.hidden_carousel .date_new {
  color: #897966;
  font-style: italic;
  float: left;
  margin-bottom: 30px;
}
/* line 3328, ../sass/_template_specific.scss */
.hidden_carousel #shareSocialArea {
  float: right;
  margin-top: 0px;
}

/* line 3334, ../sass/_template_specific.scss */
.white_background {
  background: white;
}

/*====== Bottom banner contact =====*/
/* line 3339, ../sass/_template_specific.scss */
.bottom_banner_contact {
  padding-top: 50px;
}
/* line 3342, ../sass/_template_specific.scss */
.bottom_banner_contact .text_bottom_contact {
  font-size: 16px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 3347, ../sass/_template_specific.scss */
.bottom_banner_contact .text_bottom_contact b {
  display: block;
  color: #897966;
  font-size: 20px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0;
}
/* line 3356, ../sass/_template_specific.scss */
.bottom_banner_contact td {
  vertical-align: top;
}
/* line 3360, ../sass/_template_specific.scss */
.bottom_banner_contact .icon_text_bottom_contact {
  font-size: 16px;
  width: 200px;
}
/* line 3365, ../sass/_template_specific.scss */
.bottom_banner_contact img.icon_bottom_contact {
  padding-right: 11px;
  display: table;
  margin: auto;
}
/* line 3371, ../sass/_template_specific.scss */
.bottom_banner_contact .list_bottom_contact {
  margin-top: 30px;
}
/* line 3374, ../sass/_template_specific.scss */
.bottom_banner_contact .list_bottom_contact table tr:nth-child(2) td, .bottom_banner_contact .list_bottom_contact table tr:nth-child(5) td {
  padding-bottom: 10px;
}
/* line 3379, ../sass/_template_specific.scss */
.bottom_banner_contact .list_bottom_contact .title_bottom_contact {
  display: block;
  color: #897966;
  font-size: 20px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0;
}

/*====== Price banners block ======*/
/* line 3390, ../sass/_template_specific.scss */
.prices_blocks_wrapper {
  padding-top: 50px;
}
/* line 3393, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element {
  width: 282px;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 3400, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element:first-of-type {
  padding-left: 0;
}
/* line 3404, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element:last-of-type {
  padding-right: 0;
}
/* line 3408, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .exceded {
  height: 185px;
  overflow: hidden;
}
/* line 3412, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .exceded img.prices_block_image {
  width: 100%;
}
/* line 3417, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text {
  background: #f9f5f1;
  display: table;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
/* line 3424, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_block_description {
  color: black;
  font-weight: 600;
  font-size: 14px;
  padding-right: 34px;
  margin-bottom: 15px;
}
/* line 3431, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_block_description hide {
  display: none;
}
/* line 3437, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text big {
  color: #897966;
  font-size: 29px;
  font-weight: bolder;
  border-right: 1px solid;
  padding-right: 5px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
}
/* line 3448, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text text {
  display: block;
  color: #a7927a;
}
/* line 3453, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text small {
  color: #353535;
  font-weight: 600;
}
/* line 3460, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element h3.price_block_title {
  color: #897966;
  font-size: 17px;
  font-family: 'Droid Serif', serif;
  margin: 7px 0px;
}
/* line 3467, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element a.see_more_prices_block {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #897966;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 3479, ../sass/_template_specific.scss */
.hide_price_popup {
  color: #5a5a5a;
}
/* line 3482, ../sass/_template_specific.scss */
.hide_price_popup h3.price_block_title {
  color: #897966;
  font-size: 17px;
  font-family: 'Droid Serif', serif;
  margin: 7px 0;
}
/* line 3489, ../sass/_template_specific.scss */
.hide_price_popup .price_block_description {
  font-size: 14px;
}

/*===== Restaurant Blocks =======*/
/* line 3495, ../sass/_template_specific.scss */
.restaurant_blocks.white_background {
  padding-bottom: 50px;
}
/* line 3498, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_full_width_background {
  background: #e2ded9;
  padding: 20px 0;
}
/* line 3502, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_full_width_background:last-of-type {
  margin-bottom: 0;
}
/* line 3508, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_wrapper .exceded {
  float: left;
  width: 65%;
  height: 450px;
  overflow: hidden;
}
/* line 3514, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_wrapper .exceded img {
  width: 100%;
}
/* line 3520, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant {
  width: 35%;
  float: right;
  background: white;
  box-sizing: border-box;
  padding: 20px 20px 60px;
  position: relative;
  height: 450px;
}
/* line 3529, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant h3.restaurant_title {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0;
}
/* line 3536, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant .description_restaurant {
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
}
/* line 3544, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant .button_restaurant {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #897966;
  text-align: center;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 100;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 3561, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper {
  margin-bottom: 0;
}
/* line 3564, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper h3.restaurant_property_title {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0;
}
/* line 3571, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_text {
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}
/* line 3579, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element {
  border: 1px solid lightgray;
  border-top: 0;
  border-left: 0;
  display: table;
}
/* line 3585, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element .exceded {
  float: left;
  width: 33%;
  margin-right: 30px;
  display: inline-block;
}
/* line 3591, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element .exceded .restaurant_image_property {
  width: 100%;
}
/* line 3596, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element .restaurant_property_content {
  display: inline-block;
  width: 33%;
}
/* line 3602, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_time {
  display: inline-block;
  margin-left: 32px;
}
/* line 3608, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .time_text {
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}
/* line 3616, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .time_icon {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 3621, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .ico_service_description {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
}

/*======= Bar Blocks ======*/
/* line 3628, ../sass/_template_specific.scss */
.bars_blocks_wrapper {
  padding-bottom: 50px;
}
/* line 3631, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element {
  width: 364px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
/* line 3637, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element:nth-of-type(1), .bars_blocks_wrapper .bar_block_element:nth-of-type(4), .bars_blocks_wrapper .bar_block_element:nth-of-type(7) {
  margin-left: 0;
}
/* line 3641, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element:nth-of-type(3), .bars_blocks_wrapper .bar_block_element:nth-of-type(6), .bars_blocks_wrapper .bar_block_element:nth-of-type(9) {
  margin-right: 0;
}
/* line 3645, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_content_text {
  background: #e2ded9;
  min-height: 200px;
  padding: 15px 30px;
}
/* line 3651, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_image {
  width: 100%;
}
/* line 3655, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element h3.bar_title {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin-bottom: 10px;
}
/* line 3662, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_description {
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}
/* line 3669, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_description time {
  display: block;
  margin-top: 20px;
  padding-left: 17px;
  background: url(/img/nauce/time.png) no-repeat left center;
}

/* line 3679, ../sass/_template_specific.scss */
.bars_blocks_superior_text {
  margin-bottom: 20px;
}
/* line 3681, ../sass/_template_specific.scss */
.bars_blocks_superior_text h2.title {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0;
}
/* line 3688, ../sass/_template_specific.scss */
.bars_blocks_superior_text .content_text {
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}

/* line 3697, ../sass/_template_specific.scss */
.bar_block_element.unique_element {
  width: 100%;
}
/* line 3700, ../sass/_template_specific.scss */
.bar_block_element.unique_element .exceded {
  float: left;
  width: 33.4%;
}
/* line 3705, ../sass/_template_specific.scss */
.bar_block_element.unique_element .bar_content_text {
  float: right;
  width: 66.6%;
  box-sizing: border-box;
  height: 190px;
  min-height: auto;
}
/* line 3714, ../sass/_template_specific.scss */
.bar_block_element.unique_element .bar_description div {
  display: inline-block;
  width: 64%;
  margin-right: 40px;
}
/* line 3720, ../sass/_template_specific.scss */
.bar_block_element.unique_element .bar_description time {
  vertical-align: top;
  display: inline-block;
  margin-top: 0;
}

/* line 3728, ../sass/_template_specific.scss */
.collapse_wrapper {
  width: 930px;
}

/* line 3733, ../sass/_template_specific.scss */
.collapse_element_wrapper h3 {
  color: #897966;
  font-family: 'Droid Serif', serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 35px;
}
/* line 3742, ../sass/_template_specific.scss */
.collapse_element_wrapper img.collapse_ico {
  display: inline-block;
  vertical-align: middle;
}
/* line 3747, ../sass/_template_specific.scss */
.collapse_element_wrapper h4.collapse_title {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  width: 860px;
}
/* line 3754, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option {
  border-top: 1px solid #e8e8e8;
  padding: 10px;
}
/* line 3759, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option.gray {
  background: #f3f3f3;
}
/* line 3763, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
/* line 3768, ../sass/_template_specific.scss */
.collapse_element_wrapper .description_ico {
  margin-top: 20px;
  font-family: 'Droid Serif', serif;
  text-align: justify;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
  padding: 0 40px;
}

/* line 3779, ../sass/_template_specific.scss */
.specially_collapse_text {
  text-align: center;
  background: #897966;
  margin-top: 25px;
  color: white;
  padding: 10px 0;
  font-size: 23px;
  font-family: 'Droid Serif', serif;
}

/*====== Contact location blocks ======*/
/* line 3790, ../sass/_template_specific.scss */
.contact_location_element {
  width: 308px;
  display: inline-block;
  margin-right: 70px;
  margin-top: 20px;
}

/* line 3798, ../sass/_template_specific.scss */
.contact_block_3 .contact_location_element {
  margin-top: 40px;
  float: left;
  vertical-align: top;
}

/* line 3805, ../sass/_template_specific.scss */
h2.contact_selector_deploy {
  background: #897966;
  color: white;
  padding: 6px 10px;
  font-size: 19px;
  cursor: pointer;
  margin-top: 5px;
}
/* line 3813, ../sass/_template_specific.scss */
h2.contact_selector_deploy:first-of-type {
  margin-top: 0;
}
/* line 3817, ../sass/_template_specific.scss */
h2.contact_selector_deploy img {
  vertical-align: top;
  margin-left: 8px;
  padding-top: 8px;
}

/* line 3824, ../sass/_template_specific.scss */
.block_location_wrapper {
  display: inline-table;
}

/* line 3828, ../sass/_template_specific.scss */
h3.block_location_title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 25px;
}

/* line 3834, ../sass/_template_specific.scss */
h4.contact_location_title {
  font-size: 16px;
  font-weight: 600;
  color: #a19281;
}

/* line 3841, ../sass/_template_specific.scss */
.contact_location_description location, .contact-golf-wrapper location {
  padding-left: 20px;
  display: block;
  background: url(/img/nauce/location/location.png?v=1) no-repeat;
  font-size: 16px;
}
/* line 3847, ../sass/_template_specific.scss */
.contact_location_description gps, .contact-golf-wrapper gps {
  padding-left: 20px;
  display: block;
  background: url(/img/nauce/location/gps.png) no-repeat;
  font-size: 16px;
}
/* line 3853, ../sass/_template_specific.scss */
.contact_location_description phone, .contact-golf-wrapper phone {
  padding-left: 20px;
  display: block;
  background: url(/img/nauce/location/phone.png) no-repeat;
  font-size: 16px;
}
/* line 3859, ../sass/_template_specific.scss */
.contact_location_description phone a, .contact-golf-wrapper phone a {
  color: #5a5a5a;
}
/* line 3863, ../sass/_template_specific.scss */
.contact_location_description mail, .contact-golf-wrapper mail {
  padding-left: 20px;
  display: block;
  background: url(/img/nauce/location/mail.png) no-repeat;
  font-size: 16px;
}
/* line 3869, ../sass/_template_specific.scss */
.contact_location_description site, .contact-golf-wrapper site {
  padding-left: 20px;
  display: block;
  background: url(/img/nauce/location/site.png) no-repeat;
  font-size: 16px;
}

/* line 3877, ../sass/_template_specific.scss */
.contact_blocks_wrapper {
  margin-bottom: 50px;
}

/*====== News carousel ======*/
/* line 3882, ../sass/_template_specific.scss */
.news_events_wrapper {
  background: #e7e4df;
  padding: 50px;
  overflow: hidden;
}

/* line 3889, ../sass/_template_specific.scss */
.news_carousel_wrapper h2.banner_carousel_title {
  color: #897966;
  font-size: 21px;
  font-family: 'Droid Serif', serif;
  margin: 4px 0px;
}
/* line 3896, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_description {
  font-size: 14px;
}
/* line 3900, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images {
  margin-top: 30px;
  position: relative;
  margin-bottom: 60px;
}
/* line 3905, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 3910, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 3914, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 3919, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-left.png") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 3926, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauce/flex-arrow-right.png?v=3") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 3936, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element {
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 3941, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .text_carousel_image h3 {
  color: #897966;
  font-size: 17px;
  font-family: 'Droid Serif', serif;
  margin: 14px 0px 7px;
}
/* line 3949, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .carousel_image_top {
  width: 100%;
}
/* line 3953, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .exceded {
  height: 150px;
  overflow: hidden;
}
/* line 3957, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .exceded img {
  min-height: 150px;
}
/* line 3962, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .content_carousel_image {
  font-size: 16px;
  height: 100px;
  overflow: hidden;
}
/* line 3967, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .content_carousel_image .hide_more {
  display: none;
}
/* line 3973, ../sass/_template_specific.scss */
.news_carousel_wrapper .text_carousel_image {
  display: table;
  padding: 0 20px 50px;
  background: white;
  position: relative;
}
/* line 3979, ../sass/_template_specific.scss */
.news_carousel_wrapper .text_carousel_image .date_new {
  color: #897966;
  font-style: italic;
}
/* line 3985, ../sass/_template_specific.scss */
.news_carousel_wrapper a.myFancyPopupNews {
  color: #897966;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0 0 !important;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/* line 3995, ../sass/_template_specific.scss */
.news_carousel_wrapper a.myFancyPopupNews:first-letter {
  text-transform: uppercase;
}

/*====== Flexslider control nav =====*/
/* line 4002, ../sass/_template_specific.scss */
.flex-control-nav {
  text-align: right;
  padding: 10px 0;
}
/* line 4006, ../sass/_template_specific.scss */
.flex-control-nav li {
  display: inline-block;
}
/* line 4009, ../sass/_template_specific.scss */
.flex-control-nav li a {
  background: #897966;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  text-indent: 9999px;
}
/* line 4022, ../sass/_template_specific.scss */
.flex-control-nav li a.flex-active:before {
  content: '';
  padding: 7px;
  -webkit-border: 1px solid #897966;
  -moz-border: 1px solid #897966;
  border: 1px solid #897966;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  border-radius: 20px;
}

/*====== News carousel =====*/
/* line 4040, ../sass/_template_specific.scss */
.news_carousel_wrapper {
  position: relative;
  margin-bottom: 30px;
}
/* line 4045, ../sass/_template_specific.scss */
.news_carousel_wrapper li .exceded {
  height: 450px;
  position: relative;
}
/* line 4049, ../sass/_template_specific.scss */
.news_carousel_wrapper li .exceded img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 4060, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 4065, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 4070, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 4075, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-prev {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-left.png") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 4082, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-right.png?v=3") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}

/* line 4093, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-control-nav {
  text-align: center;
}

/*======= Events Blocks ======*/
/* line 4099, ../sass/_template_specific.scss */
.event_block_element {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 185px;
  overflow: hidden;
}
/* line 4106, ../sass/_template_specific.scss */
.event_block_element .exceded {
  width: 40%;
  position: relative;
  float: left;
}
/* line 4111, ../sass/_template_specific.scss */
.event_block_element .exceded .day_wrapper {
  position: absolute;
  top: -2px;
  background: url("/img/nauce/events_background.png") no-repeat;
  background-size: 90%;
  text-align: left;
  bottom: 0;
  width: 35%;
  padding-top: 67px;
  box-sizing: border-box;
  color: white;
  font-size: 26px;
  font-weight: lighter;
  line-height: 35px;
  height: 187px;
  padding-left: 40px;
}
/* line 4128, ../sass/_template_specific.scss */
.event_block_element .exceded .day_wrapper b {
  display: block;
  font-size: 50px;
  font-weight: 500;
}
/* line 4135, ../sass/_template_specific.scss */
.event_block_element .event_block_description {
  width: 60%;
  float: right;
  background: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 185px;
}
/* line 4146, ../sass/_template_specific.scss */
.event_block_element .event_block_description a.myFancyPopupNews {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: #897966;
}
/* line 4152, ../sass/_template_specific.scss */
.event_block_element .event_block_description a.myFancyPopupNews:first-letter {
  text-transform: uppercase;
}
/* line 4158, ../sass/_template_specific.scss */
.event_block_element .event_block_description .event_block_text location {
  margin-bottom: 100px;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  background: url("/img/nauce/location/location.png?v=1") no-repeat;
}
/* line 4166, ../sass/_template_specific.scss */
.event_block_element .event_block_description .event_block_text time {
  color: #897966;
  font-weight: lighter;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}
/* line 4176, ../sass/_template_specific.scss */
.event_block_element h4.event_block_title {
  color: #897966;
  font-size: 23px;
  font-family: 'Droid Serif', serif;
  font-weight: bolder;
}

/* line 4184, ../sass/_template_specific.scss */
.hide_event_text {
  display: none;
}
/* line 4187, ../sass/_template_specific.scss */
.hide_event_text img.image_hidden_banner {
  width: 100%;
}
/* line 4191, ../sass/_template_specific.scss */
.hide_event_text h3.title_hidden_banner {
  color: #897966;
  font-size: 27px;
  font-family: 'Droid Serif', serif;
  margin: 15px 0 10px;
  display: block;
  text-transform: uppercase;
}
/* line 4200, ../sass/_template_specific.scss */
.hide_event_text time {
  margin-bottom: 10px;
  display: block;
  color: #897966;
  font-weight: lighter;
}
/* line 4207, ../sass/_template_specific.scss */
.hide_event_text location {
  display: block;
  padding-left: 20px;
  font-size: 15px;
  background: url("/img/nauce/location/location.png?v=1") no-repeat;
  margin-bottom: 15px;
}
/* line 4214, ../sass/_template_specific.scss */
.hide_event_text #shareSocialArea {
  float: right;
}

/* line 4219, ../sass/_template_specific.scss */
.events_slide {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 565px;
}
/* line 4225, ../sass/_template_specific.scss */
.events_slide:first-of-type {
  top: 0;
  bottom: auto;
}

/* line 4231, ../sass/_template_specific.scss */
.events_blocks_wrapper {
  height: 565px;
  overflow: hidden;
  position: relative;
}

/* line 4237, ../sass/_template_specific.scss */
.directional_navigator_events {
  text-align: center;
  margin-top: 25px;
}
/* line 4241, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow, .directional_navigator_events .down_arrow {
  display: inline-block;
  height: 25px;
  width: 35px;
  background: url(/img/nauce/arrow-down.png) no-repeat center;
  background-size: 40px;
}
/* line 4248, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow.disabled, .directional_navigator_events .down_arrow.disabled {
  opacity: 0.5;
}
/* line 4252, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow:not(.disabled), .directional_navigator_events .down_arrow:not(.disabled) {
  cursor: pointer;
}
/* line 4257, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1245px) {
  /* line 4267, ../sass/_template_specific.scss */
  .flex-1 .flex-direction-nav {
    position: relative;
  }
  /* line 4270, ../sass/_template_specific.scss */
  .flex-1 .flex-direction-nav .flex-nav-prev {
    left: 0;
    top: 20px;
  }
  /* line 4275, ../sass/_template_specific.scss */
  .flex-1 .flex-direction-nav .flex-nav-next {
    right: 0;
    top: 20px;
  }

  /* line 4282, ../sass/_template_specific.scss */
  .news_carousel_wrapper .flex-direction-nav {
    position: relative;
    display: none;
  }

  /* line 4288, ../sass/_template_specific.scss */
  .news_events_wrapper {
    padding: 50px 0;
  }
}
/* line 4295, ../sass/_template_specific.scss */
.fancy-golf table {
  width: 100%;
}
/* line 4298, ../sass/_template_specific.scss */
.fancy-golf table, .fancy-golf th, .fancy-golf td {
  border: 1px #b7ac9e;
  border-collapse: collapse;
}
/* line 4302, ../sass/_template_specific.scss */
.fancy-golf th, .fancy-golf td {
  padding: 5px;
  text-align: left;
}
/* line 4306, ../sass/_template_specific.scss */
.fancy-golf td.preco {
  padding: 5px;
}
/* line 4310, ../sass/_template_specific.scss */
.fancy-golf tr.tfoot {
  padding-top: 60px;
  text-align: left;
  border-top-color: #b7ac9e;
  border-top-style: solid;
}
/* line 4316, ../sass/_template_specific.scss */
.fancy-golf td.tfoot {
  text-align: left;
}
/* line 4319, ../sass/_template_specific.scss */
.fancy-golf table#t01 tr:nth-child(even) {
  background-color: #eee;
}
/* line 4322, ../sass/_template_specific.scss */
.fancy-golf table#t01 tr:nth-child(odd) {
  background-color: #fff;
}
/* line 4325, ../sass/_template_specific.scss */
.fancy-golf table#t01 th {
  background-color: #b7ac9e;
  color: white;
}

/* line 4332, ../sass/_template_specific.scss */
.promo-modal #shareSocialArea {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

/* line 4340, ../sass/_template_specific.scss */
.info4Share {
  display: none;
}

/*=== New Offer Section ===*/
/* line 4345, ../sass/_template_specific.scss */
.offers_blocks_wrapper {
  display: inline-block;
  width: 100%;
}
/* line 4349, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element {
  width: calc(100% / 3 - 25px);
  height: 300px;
  float: left;
  margin-right: 37px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 4358, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element:last-child, .offers_blocks_wrapper .offer_element:nth-child(3n) {
  margin-right: 0;
}
/* line 4362, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .tag_offer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  color: black;
  padding: 10px;
}
/* line 4372, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_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: none;
  min-height: 100%;
  min-width: 100%;
}
/* line 4380, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content {
  opacity: 0;
  transition: opacity .7s;
  height: 100%;
}
/* line 4385, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content:hover {
  opacity: 1;
}
/* line 4389, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .overlay_black {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* line 4397, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block {
  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%;
  text-align: center;
  color: white;
}
/* line 4403, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_title {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Droid Serif";
  margin-bottom: 10px;
}
/* line 4410, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_description {
  font-weight: lighter;
  font-size: 14px;
}
/* line 4414, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_description .promocode_offer_Text {
  margin-top: 10px;
  display: block;
}
/* line 4419, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_description .promocode_offer {
  color: red;
  font-style: italic;
  font-weight: bold;
  font-family: "Droid Serif";
}
/* line 4428, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .see_more {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #897966;
  color: white;
  padding: 5px 0;
  text-align: center;
}

/*=== Pack Offer ===*/
/* line 4442, ../sass/_template_specific.scss */
.pack_offer_wrapper {
  display: inline-block;
  width: 100%;
}
/* line 4446, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_title_section {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 4452, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section {
  margin-bottom: 20px;
}
/* line 4456, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #897966;
}
/* line 4462, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack .filter_element {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
}
/* line 4469, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack .filter_element.selected {
  color: #897966;
}
/* line 4474, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack .barra {
  display: inline-block;
  background: #897966;
  height: 15px;
  margin: 0 5px;
  width: 2px;
  vertical-align: middle;
}
/* line 4484, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper {
  display: inline-block;
  width: 100%;
}
/* line 4488, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #897966;
  padding: 40px 0;
}
/* line 4494, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_image {
  position: relative;
  float: left;
  height: 200px;
  width: 200px;
  overflow: hidden;
}
/* line 4501, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_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 4509, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content {
  float: right;
  width: 78%;
  display: inline-block;
}
/* line 4514, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_hotel_name {
  font-size: 26px;
  font-family: "Droid Serif";
  font-weight: bold;
}
/* line 4520, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_stars {
  display: inline-block;
  font-size: 24px;
  height: 24px;
  color: #897966;
}
/* line 4527, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_location {
  font-style: italic;
}
/* line 4531, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_title {
  font-size: 24px;
  margin-top: 20px;
}
/* line 4536, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_description {
  margin-top: 20px;
}
/* line 4540, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .see_more {
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  color: white;
  background: #897966;
  margin-top: 20px;
}
/* line 4548, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .see_more:hover {
  text-decoration: underline;
}

/*=== Suggestion Slider ===*/
/* line 4559, ../sass/_template_specific.scss */
.offers_packs_carousel .title_carousel {
  font-size: 32px;
  text-align: center;
  font-family: "Droid Serif";
  margin: 25px 0;
}
/* line 4566, ../sass/_template_specific.scss */
.offers_packs_carousel .carousel_content {
  position: relative;
}
/* line 4569, ../sass/_template_specific.scss */
.offers_packs_carousel .carousel_content .prev_arrow {
  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%);
  left: -50px;
}
/* line 4574, ../sass/_template_specific.scss */
.offers_packs_carousel .carousel_content .next_arrow {
  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: -50px;
}
/* line 4580, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element {
  position: relative;
  height: 380px;
}
/* line 4584, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 4589, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_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: none;
  min-width: 100%;
  min-height: 100%;
}
/* line 4597, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content {
  opacity: 0;
  transition: opacity .7s;
  height: 100%;
}
/* line 4602, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content:hover {
  opacity: 1;
}
/* line 4606, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .overlay_black {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* line 4614, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block {
  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%;
  text-align: center;
  color: white;
}
/* line 4620, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_title {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Droid Serif";
  margin-bottom: 10px;
}
/* line 4627, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_description {
  font-weight: lighter;
  font-size: 14px;
}
/* line 4631, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_description .promocode_offer_Text {
  margin-top: 10px;
  display: block;
}
/* line 4636, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_description .promocode_offer {
  color: red;
  font-style: italic;
  font-weight: bold;
  font-family: "Droid Serif";
}
/* line 4645, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .see_more {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #897966;
  color: white;
  padding: 5px 0;
  text-align: center;
}

/* line 4660, ../sass/_template_specific.scss */
.bodas-page .description-box a {
  background: #897966;
  color: white;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 0;
}
/* line 4667, ../sass/_template_specific.scss */
.bodas-page .description-box a:hover {
  opacity: .8;
}

/* line 4674, ../sass/_template_specific.scss */
#div-txt-copyright {
  color: gray;
  font-size: x-small;
}

/* line 4680, ../sass/_template_specific.scss */
.content_access .new-image {
  display: none;
}

/* line 4685, ../sass/_template_specific.scss */
.back_button_news_wrapper {
  background-color: #fff;
}

/* line 4689, ../sass/_template_specific.scss */
.back_button_news {
  float: right;
  background: #897966;
  color: white;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 4697, ../sass/_template_specific.scss */
.back_button_news:hover {
  opacity: .8;
}
/* line 4701, ../sass/_template_specific.scss */
.back_button_news .fa, .back_button_news footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button:before, footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv .back_button_news button:before {
  margin-right: 10px;
}

/*===== Maps style =====*/
/* line 4708, ../sass/_template_specific.scss */
.gm-style-iw strong {
  font-weight: bold;
  font-size: 130%;
  color: #897966;
}
/* line 4713, ../sass/_template_specific.scss */
.gm-style-iw a {
  margin-top: 10px;
  display: block;
  padding: 5px 10px;
  background-color: #897966;
  color: white;
  text-decoration: none;
  text-align: center;
}
/* line 4722, ../sass/_template_specific.scss */
.gm-style-iw hr {
  border-width: 0;
  border-top: 1px solid #DDD;
}

/* line 4728, ../sass/_template_specific.scss */
.floating_newsletter {
  display: none !important;
  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%);
  margin-top: 70px;
  right: -1090px;
  padding: 10px 10px 30px 0;
  text-align: right;
  background-color: #37383a;
  position: fixed;
  z-index: 1001;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
/* line 4740, ../sass/_template_specific.scss */
.floating_newsletter i.fa {
  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%);
  left: 10px;
  font-size: 30px;
}
/* line 4745, ../sass/_template_specific.scss */
.floating_newsletter.opened {
  right: 0;
}
/* line 4749, ../sass/_template_specific.scss */
.floating_newsletter #newsletter #suscEmail {
  float: left;
}
/* line 4752, ../sass/_template_specific.scss */
.floating_newsletter #newsletter #newsletterButtonExternalDiv {
  float: none;
  display: inline-block;
}
/* line 4756, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox {
  display: inline-block;
  font-size: 12px;
}
/* line 4759, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox a {
  font-size: 12px;
}
/* line 4763, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox:nth-of-type(3) {
  display: block;
  position: absolute;
  top: 45px;
  right: 10px;
}

/* line 4773, ../sass/_template_specific.scss */
.tp-banner-container {
  height: 70vh !important;
}
