@charset "UTF-8";
/* Preload images */
/* line 2, ../../../../sass/plugins/_lightbox.scss */
body:after {
  content: url(/static_1/lib/lightbox/images/close.png) url(/static_1/lib/lightbox/images/loading.gif) url(/static_1/lib/lightbox/images/prev.png) url(/static_1/lib/lightbox/images/next.png);
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 1144, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
  div.ui-datepicker {
    font-size: 20px;
  }
}
/* 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;*/
  z-index: 100;
  bottom: -43px;
}

/* line 14, ../sass/_booking_engine_horizontal.scss */
.range-age {
  width: auto;
  display: block;
  float: none;
}

/* line 20, ../sass/_booking_engine_horizontal.scss */
.babies_selector label {
  color: #897966 !important;
  margin-top: -14px;
}

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

/* line 30, ../sass/_booking_engine_horizontal.scss */
.boking_widget_inline .booking-form-center-text .room_title.room_title_with_babies {
  margin-top: 0;
}
/* line 34, ../sass/_booking_engine_horizontal.scss */
.boking_widget_inline .children_selector > label {
  width: 110px;
  margin-top: -14px;
}

/* line 40, ../sass/_booking_engine_horizontal.scss */
.boking_widget_inline .room {
  text-align: left;
}

/* line 44, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking {
  background: #37383a;
  padding: 10px;
  width: 1140px;
  margin: 0 auto;
}
/* line 51, ../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 67, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline {
  position: relative;
  padding-top: 0;
}
/* line 72, ../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 84, ../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 98, ../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 112, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .room_list_wrapper ul.room_list {
  display: table;
}
/* line 121, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .date_box {
  background-color: white;
  border-radius: 0;
  width: 233px;
  height: 45px;
}
/* line 128, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .destination_field {
  display: inline-block;
  background: white;
}
/* line 133, ../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 138, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .selectric {
  width: 150px;
  color: grey;
  border-radius: 0;
  height: 45px;
  background: white;
}
/* line 147, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .selectric .label {
  color: grey !important;
}
/* line 151, ../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 157, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .wrapper_booking_button {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  width: 325px;
  height: 53px;
}
/* line 165, ../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 179, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button button:hover {
  background: #4f453a !important;
}
/* line 185, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_text {
  width: 160px;
  float: left;
  margin-right: 8px;
  font-size: 14px;
  margin-top: 4px;
  height: 49px;
}
/* line 195, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_input {
  background-color: white !important;
  width: 160px !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;
  position: absolute;
  left: 0;
}
/* line 214, ../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 221, ../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 228, ../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 235, ../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 245, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline {
  background-color: transparent !important;
  height: auto;
}
/* line 250, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_form_title {
  background-color: transparent !important;
}
/* line 254, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_form {
  background-color: transparent !important;
  font-family: 'Montserrat', sans-serif;
}
/* line 259, ../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 264, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .stay_selection {
  margin-left: 0 !important;
  margin-top: 5px;
}
/* line 271, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .booking_footer_message {
  margin-top: 0;
  text-align: center;
}
/* line 275, ../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;
}

/* line 286, ../sass/_booking_engine_horizontal.scss */
.wrapper-new-web-support .web_support_number {
  margin-bottom: -5px;
  display: inline-block;
}
/* line 290, ../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 317, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper {
  margin-top: 5px;
  margin-right: 10px;
}
/* line 321, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper .right_arrow {
  cursor: pointer;
}
/* line 325, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper div#placeholder {
  color: white;
}
/* line 329, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input {
  color: white;
}
/* line 333, ../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 341, ../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 349, ../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 357, ../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 368, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input {
  height: 38px;
  width: 182px;
  padding-left: 10px;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
/* line 376, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper input div#placeholder {
  color: white !important;
}
/* line 381, ../sass/_booking_engine_horizontal.scss */
.destination_wrapper label {
  color: white;
  margin-right: 15px;
  display: none;
}

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

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

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

/* line 407, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner {
  overflow: visible !important;
}
/* line 410, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
/* line 414, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input::-webkit-input-placeholder {
  color: #af8553;
}
/* line 417, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input:-moz-placeholder {
  color: #af8553;
}
/* line 420, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input::-moz-placeholder {
  color: #af8553;
}
/* line 423, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input:-ms-input-placeholder {
  color: #af8553;
}
/* line 427, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper label {
  color: #838383;
}
/* line 431, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .destination_wrapper input {
  width: 94% !important;
  background: white;
  color: #af8553;
}
/* line 438, ../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 445, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .promocode_input {
  width: 120px;
  font-size: 12px;
}
/* line 449, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button button {
  font-size: 13px;
  width: 125px;
}
/* line 454, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .booking_form {
  background: #ededed !important;
}
/* line 458, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .selectric {
  border-radius: 0 !important;
}
/* line 462, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .date_box {
  border-radius: 0 !important;
}
/* line 464, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .date_box .date_year {
  color: #b08757;
}
/* line 469, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button .promocode_input {
  border-radius: 0 !important;
}
/* line 473, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .wrapper_booking_button button {
  border-radius: 0 !important;
}
/* line 477, ../sass/_booking_engine_horizontal.scss */
.fancybox-inner .button {
  border-radius: 0 !important;
}

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

/*===== Personalized ====*/
/* line 493, ../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 499, ../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 504, ../sass/_booking_engine_horizontal.scss */
.stay_selection .entry_date_wrapper, .stay_selection .departure_date_wrapper, .stay_selection .rooms_number_wrapper {
  width: auto;
}

/* line 509, ../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 516, ../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 523, ../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 532, ../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 540, ../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 545, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select selectricItems li:first-child {
  color: #b57401;
  margin-bottom: 20px;
}
/* line 550, ../sass/_booking_engine_horizontal.scss */
#full_wrapper_booking .boking_widget_inline .location_group_select .selectric {
  width: 115px;
  height: 45px;
}
/* line 555, ../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 566, ../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 .room_list_wrapper {
  display: block !important;
}
/* line 6, ../sass/_booking_popup.scss */
#data .babies_selector label {
  color: #5D5D5D;
}
/* line 10, ../sass/_booking_popup.scss */
#data .room_title.room_title_with_babies {
  margin-bottom: 20px;
}
/* line 14, ../sass/_booking_popup.scss */
#data .children_selector label {
  margin-top: -15px;
}
/* line 18, ../sass/_booking_popup.scss */
#data h4.booking_title_custom {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 10px;
}
/* line 25, ../sass/_booking_popup.scss */
#data .destination_wrapper label {
  display: block;
  color: #5D5D5D !important;
}
/* line 30, ../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 44, ../sass/_booking_popup.scss */
#data .destination_wrapper input {
  height: 40px;
  border: 0;
  width: 250px;
  padding-left: 10px;
  background: white;
  color: #5D5D5D;
}
/* line 53, ../sass/_booking_popup.scss */
#data .destination_field {
  position: relative;
}
/* line 57, ../sass/_booking_popup.scss */
#data .colocar_fechas {
  margin: 0 0 5px 3px !important;
}
/* line 60, ../sass/_booking_popup.scss */
#data #fecha_salida {
  margin: 0 0 5px 5px !important;
}
/* line 64, ../sass/_booking_popup.scss */
#data #ui-datepicker-div {
  z-index: 999999 !important;
  background: white;
}
/* line 69, ../sass/_booking_popup.scss */
#data #motor_reserva label, #data #motor_reserva p {
  color: white;
}
/* line 73, ../sass/_booking_popup.scss */
#data #contenedor_fechas {
  padding-top: 0;
}
/* line 77, ../sass/_booking_popup.scss */
#data #booking label {
  display: none;
}
/* line 80, ../sass/_booking_popup.scss */
#data #booking fieldset {
  margin: 0 !important;
}
/* line 84, ../sass/_booking_popup.scss */
#data #wrapper_booking_fancybox .hotel_selector {
  left: 130px !important;
  z-index: 2222;
}
/* line 91, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date, #data .stay_selection .departure_date {
  background: white;
}
/* line 94, ../sass/_booking_popup.scss */
#data .stay_selection .entry_date .placeholder, #data .stay_selection .departure_date .placeholder {
  display: none;
}
/* line 97, ../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 101, ../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 108, ../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 113, ../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 119, ../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 124, ../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 131, ../sass/_booking_popup.scss */
#data .date_box .date_day {
  font-size: 13px;
  padding-top: 4px;
}
/* line 135, ../sass/_booking_popup.scss */
#data .date_box .date_day .day, #data .date_box .date_day .month {
  display: inline-block;
  margin-right: 3px;
}
/* line 141, ../sass/_booking_popup.scss */
#data .selectricWrapper.rooms_number .selectric {
  background: white;
  padding-top: 0;
  padding-left: 0;
}
/* line 146, ../sass/_booking_popup.scss */
#data .selectricWrapper.rooms_number .selectric .label {
  color: #5D5D5D;
}
/* line 151, ../sass/_booking_popup.scss */
#data .guest_selector {
  display: none;
}
/* line 155, ../sass/_booking_popup.scss */
#data .selectric .label {
  color: #5D5D5D;
}
/* line 161, ../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 166, ../sass/_booking_popup.scss */
#data .room .room_title, #data .room .adults_selector label, #data .room .children_selector label {
  color: #5D5D5D;
}
/* line 170, ../sass/_booking_popup.scss */
#data .selectricWrapper .selectric {
  background: white;
}
/* line 173, ../sass/_booking_popup.scss */
#data .promocode_text {
  display: none;
}
/* line 176, ../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 184, ../sass/_booking_popup.scss */
#data .wrapper_booking_button .promocode_input {
  background: white;
  color: #5D5D5D !important;
}
/* line 188, ../sass/_booking_popup.scss */
#data .wrapper_booking_button .promocode_input::-webkit-input-placeholder {
  color: #5D5D5D !important;
  text-transform: capitalize;
}
/* line 194, ../sass/_booking_popup.scss */
#data .booking_form {
  width: 265px;
  padding: 20px;
}
/* line 199, ../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 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;
}

/*========  Banners Premios =======*/
/* line 2, ../sass/_banners_premios.scss */
#banners-premios {
  margin-top: 30px;
  background: #EEE9E6;
}
/* line 5, ../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 12, ../sass/_banners_premios.scss */
#banners-premios ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
/* line 18, ../sass/_banners_premios.scss */
#banners-premios p {
  color: #787878;
  margin-top: 10px;
  font-size: 14px;
}
/* line 23, ../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/nauil/awards_vector.png?v=1") no-repeat center;
  border-bottom: 10px solid white;
}
/* line 34, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li {
  display: block;
  width: 100%;
}
/* line 37, ../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 42, ../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 50, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li .banner_title h3 {
  color: #897966;
  font-weight: bold;
  font-size: 16px;
}
/* line 55, ../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 65, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel li img {
  width: auto;
  max-width: 200px;
  max-height: 100px;
}
/* line 71, ../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 75, ../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 80, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-prev {
  float: left;
}
/* line 83, ../sass/_banners_premios.scss */
#banners-premios .banners-premios-wrapper .premios-carousel .owl-nav .owl-next {
  float: right;
}

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

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

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

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

/* line 21, ../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 26, ../sass/_template_specific.scss */
.cleardiv:before,
.cleardiv:after {
  content: " ";
  display: table;
}

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

/* line 36, ../sass/_template_specific.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  padding-top: 180px;
}
/* line 42, ../sass/_template_specific.scss */
body.home_section {
  padding-top: 0;
}
/* line 46, ../sass/_template_specific.scss */
body strong {
  font-weight: bold;
}
/* line 50, ../sass/_template_specific.scss */
body em {
  font-style: italic;
}
/* line 54, ../sass/_template_specific.scss */
body i {
  font-style: italic;
}
/* line 58, ../sass/_template_specific.scss */
body sup {
  vertical-align: super;
  font-size: smaller;
}
/* line 63, ../sass/_template_specific.scss */
body small {
  font-size: smaller;
}

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

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

/* line 76, ../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/nauil/square.png?v=1") no-repeat center center;
  padding: 40px 0px;
}

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

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

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

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

/* line 119, ../sass/_template_specific.scss */
.top-row {
  margin-bottom: 30px;
  padding-top: 20px;
  position: relative;
}
/* line 124, ../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 138, ../sass/_template_specific.scss */
#social,
#lang,
#top-sections,
.links-hidden {
  float: right;
  font-size: 14px;
}
/* line 144, ../sass/_template_specific.scss */
#social a,
#lang a,
#top-sections a,
.links-hidden a {
  color: #5a5a5a;
}
/* line 147, ../sass/_template_specific.scss */
#social .separator,
#lang .separator,
#top-sections .separator,
.links-hidden .separator {
  margin-left: 5px;
}

/* line 152, ../sass/_template_specific.scss */
#top-sections a {
  padding-left: 8px;
  line-height: 22px;
}
/* line 156, ../sass/_template_specific.scss */
#top-sections a:hover, #top-sections a#section-active {
  color: #897966;
}
/* line 161, ../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(2) {
  background: url("/img/nauil/location.png?v=2") no-repeat left center;
  padding-left: 24px;
}

/* line 171, ../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 180, ../sass/_template_specific.scss */
header .footer_block_element .big {
  font-size: 23px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  color: #323132;
}
/* line 186, ../sass/_template_specific.scss */
header .footer_block_element .big .prefix {
  color: #B9906B;
}
/* line 189, ../sass/_template_specific.scss */
header .footer_block_element .big i.fa {
  color: #AEA294;
}
/* line 194, ../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 203, ../sass/_template_specific.scss */
#social {
  padding-left: 10px;
  border-left: 1px solid #bebebe;
}

/* line 208, ../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 219, ../sass/_template_specific.scss */
#lang:hover {
  color: #897966;
}
/* line 223, ../sass/_template_specific.scss */
#lang .lang_image {
  display: inline-block;
  vertical-align: middle;
}
/* line 228, ../sass/_template_specific.scss */
#lang span#selected-language {
  font-size: 16px;
}
/* line 230, ../sass/_template_specific.scss */
#lang span#selected-language img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 238, ../sass/_template_specific.scss */
#lang #language-selector-options {
  position: absolute;
  margin-top: 4px;
}
/* line 243, ../sass/_template_specific.scss */
#lang .arrow {
  display: none;
}
/* line 251, ../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 264, ../sass/_template_specific.scss */
#lang ul li:hover {
  border-bottom: 1px solid rgba(128, 128, 128, 0.33);
  background: #f0f0f0;
  width: 80px;
}
/* line 270, ../sass/_template_specific.scss */
#lang ul li a {
  color: #666 !important;
  text-decoration: none !important;
}

/*===== Menu =====*/
/* line 279, ../sass/_template_specific.scss */
.bottom-row {
  clear: both;
}

/* line 283, ../sass/_template_specific.scss */
#mainMenuDiv {
  background: #897966;
}
/* line 286, ../sass/_template_specific.scss */
#mainMenuDiv ul {
  padding: 0;
  height: 60px;
  text-align: justify;
  justify-content: space-between;
}
/* line 292, ../sass/_template_specific.scss */
#mainMenuDiv ul:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}
/* line 299, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper {
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
/* line 304, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:first-of-type {
  padding-left: 0;
}
/* line 308, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:last-of-type {
  padding-right: 0;
  background-color: #B78F6C;
}
/* line 313, ../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 322, ../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 332, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper:hover a {
  border-bottom: 1px solid white;
}
/* line 336, ../sass/_template_specific.scss */
#mainMenuDiv ul .main-section-div-wrapper#section-active a {
  border-bottom: 1px solid white;
}
/* line 341, ../sass/_template_specific.scss */
#mainMenuDiv ul .dot {
  display: none;
  width: 4px;
  height: 4px;
  background: #f3f3f3;
  margin-left: -4px;
  margin-bottom: 3px;
}
/* line 349, ../sass/_template_specific.scss */
#mainMenuDiv ul .dot:last-child {
  display: none;
}

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

/* line 362, ../sass/_template_specific.scss */
#slider_inner_container {
  position: relative;
}
/* line 366, ../sass/_template_specific.scss */
#slider_inner_container .image-slider-fixed {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
/* line 374, ../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 383, ../sass/_template_specific.scss */
#slider_inner_container .slogan-container {
  position: relative;
  height: 400px;
}
/* line 387, ../sass/_template_specific.scss */
#slider_inner_container .slider_text {
  display: none;
  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 403, ../sass/_template_specific.scss */
.tp-bullets {
  bottom: 100px !important;
  opacity: 1 !important;
  z-index: 23 !important;
  width: 550px;
  padding: 10px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*======== Ticks =======*/
/* line 530, ../sass/_template_specific.scss */
.ticks-bar {
  background: #bf9a77;
  color: white;
  overflow: hidden;
  text-align: center;
  font-family: 'Droid Serif', serif;
  z-index: 35;
}
/* line 538, ../sass/_template_specific.scss */
.ticks-bar .ticks-wrapper {
  position: relative;
}
/* line 542, ../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 550, ../sass/_template_specific.scss */
.ticks-bar .tick_1 {
  background: url("/img/nauil/tick.png") no-repeat left;
}
/* line 553, ../sass/_template_specific.scss */
.ticks-bar .tick_2 {
  background: url("/img/nauil/tick.png") no-repeat left;
}
/* line 556, ../sass/_template_specific.scss */
.ticks-bar .tick_3 {
  background: url("/img/nauil/tick.png") no-repeat left;
}

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

/* line 568, ../sass/_template_specific.scss */
.normal_content_wrapper {
  width: 930px;
  margin: 0 auto;
}
/* line 572, ../sass/_template_specific.scss */
.normal_content_wrapper p {
  margin-bottom: 20px;
}
/* line 575, ../sass/_template_specific.scss */
.normal_content_wrapper .normal_description p > strong {
  font-weight: 600;
  color: black;
  font-size: 18px;
}
/* line 580, ../sass/_template_specific.scss */
.normal_content_wrapper ul li {
  list-style-type: circle;
  margin-bottom: 4px;
}

/*========  Destiny Banners =======*/
/* line 589, ../sass/_template_specific.scss */
.destiny-wrapper .block-destiny {
  width: 380px;
  height: 580px;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
/* line 597, ../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 605, ../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 617, ../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);
}

/*======== Destinos =======*/
/* line 627, ../sass/_template_specific.scss */
.block-destino {
  margin-bottom: 40px;
}
/* line 630, ../sass/_template_specific.scss */
.block-destino .description {
  background: #f7f7f7;
  padding: 30px;
}
/* line 634, ../sass/_template_specific.scss */
.block-destino .description p {
  margin-bottom: 10px;
}
/* line 637, ../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 645, ../sass/_template_specific.scss */
.block-destino .description h3 {
  font-size: 18px;
  color: #897966;
  margin-bottom: 8px;
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 652, ../sass/_template_specific.scss */
.block-destino .description h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 656, ../sass/_template_specific.scss */
.block-destino .show-destiny {
  text-align: center;
  margin-top: 20px;
}
/* line 660, ../sass/_template_specific.scss */
.block-destino .show-destiny a {
  display: inline-block;
  padding: 8px 25px;
  background: #897966;
  color: white;
  font-size: 18px;
}
/* line 667, ../sass/_template_specific.scss */
.block-destino .show-destiny a:hover {
  background: #4f453a;
}
/* line 672, ../sass/_template_specific.scss */
.block-destino .flex-3 {
  position: relative;
}
/* line 675, ../sass/_template_specific.scss */
.block-destino .flex-3 .slides li {
  position: relative;
}
/* line 678, ../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 684, ../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 691, ../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 700, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 705, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: 20px;
}
/* line 709, ../sass/_template_specific.scss */
.block-destino .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: 20px;
}
/* line 714, ../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 721, ../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;
}

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

/* line 741, ../sass/_template_specific.scss */
.first-line .banner-1,
.first-line .banner-2 {
  margin-left: 0px;
  margin-right: 0px;
  width: 50%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
/* line 750, ../sass/_template_specific.scss */
.first-line .banner-1 img,
.first-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 761, ../sass/_template_specific.scss */
.first-line .banner-1 .overlay,
.first-line .banner-2 .overlay {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0px;
  background: black;
  opacity: .25;
  transition: opacity 0.3s linear;
}
/* line 770, ../sass/_template_specific.scss */
.first-line .banner-1:hover .overlay,
.first-line .banner-2:hover .overlay {
  opacity: 0;
}
/* line 773, ../sass/_template_specific.scss */
.first-line .banner-1 .header,
.first-line .banner-2 .header {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
}
/* line 779, ../sass/_template_specific.scss */
.first-line .banner-1 h2,
.first-line .banner-2 h2 {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 783, ../sass/_template_specific.scss */
.first-line .banner-1 h4,
.first-line .banner-2 h4 {
  font-size: 28px;
  font-family: 'Droid Serif', serif;
}
/* line 787, ../sass/_template_specific.scss */
.first-line .banner-1 .price,
.first-line .banner-2 .price {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
/* line 795, ../sass/_template_specific.scss */
.first-line .banner-1 .number,
.first-line .banner-2 .number {
  font-size: 60px;
  font-weight: 600;
  line-height: 52px;
}
/* line 800, ../sass/_template_specific.scss */
.first-line .banner-1 .persona,
.first-line .banner-2 .persona {
  font-size: 16px;
}

/* line 808, ../sass/_template_specific.scss */
.second-line .banner-1,
.second-line .banner-2 {
  margin-left: 0px;
  margin-right: 0px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
/* line 816, ../sass/_template_specific.scss */
.second-line .banner-1 {
  width: 25%;
}
/* line 819, ../sass/_template_specific.scss */
.second-line .banner-2 {
  width: 75%;
}
/* line 822, ../sass/_template_specific.scss */
.second-line img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
}
/* line 833, ../sass/_template_specific.scss */
.second-line .banner-1 .overlay {
  width: 100%;
}
/* line 836, ../sass/_template_specific.scss */
.second-line .banner-2 .overlay {
  width: 100%;
}
/* line 839, ../sass/_template_specific.scss */
.second-line .overlay {
  height: 360px;
  position: absolute;
  top: 0px;
  background: black;
  opacity: .25;
  transition: opacity 0.3s linear;
}
/* line 849, ../sass/_template_specific.scss */
.second-line .banner-1:hover .overlay, .second-line .banner-2:hover .overlay {
  opacity: 0;
}
/* line 855, ../sass/_template_specific.scss */
.second-line .header {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
}
/* line 861, ../sass/_template_specific.scss */
.second-line h2 {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 865, ../sass/_template_specific.scss */
.second-line h4 {
  font-size: 28px;
  font-family: 'Droid Serif', serif;
}

/*======== Full Banners =======*/
/* line 873, ../sass/_template_specific.scss */
#full-banners {
  padding: 40px 0px;
}
/* line 876, ../sass/_template_specific.scss */
#full-banners .full-banners-wrapper {
  background: black;
}
/* line 878, ../sass/_template_specific.scss */
#full-banners .full-banners-wrapper img {
  min-width: 100%;
  min-height: 550px;
  max-width: none;
}
/* line 885, ../sass/_template_specific.scss */
#full-banners .full-banner-1 {
  width: 45%;
}
/* line 888, ../sass/_template_specific.scss */
#full-banners .full-banner-2 {
  width: 55%;
}
/* line 891, ../sass/_template_specific.scss */
#full-banners .full-banner-1,
#full-banners .full-banner-2 {
  float: left;
  max-height: 550px;
  overflow: hidden;
  position: relative;
}
/* line 898, ../sass/_template_specific.scss */
#full-banners .title {
  position: absolute;
  background: #897966;
  color: white;
  left: 0px;
  top: 220px;
  padding: 10px 30px;
  font-size: 20px;
  font-family: 'Droid Serif', serif;
}
/* line 908, ../sass/_template_specific.scss */
#full-banners .link {
  position: absolute;
  background: #5a5a5a url("/img/nauil/arrow-link.png") no-repeat right center;
  color: white;
  top: 260px;
  padding: 8px 70px 8px 20px;
}
/* line 915, ../sass/_template_specific.scss */
#full-banners .link:hover {
  background: #4f453a url("/img/nauil/arrow-link.png") no-repeat right center;
}
/* line 919, ../sass/_template_specific.scss */
#full-banners .description {
  position: absolute;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.93);
  padding: 40px;
  width: 400px;
  height: 250px;
  font-size: 16px;
  right: 0px;
}

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

/* line 939, ../sass/_template_specific.scss */
.news-row {
  background: #f3f1f2;
  padding-top: 20px;
}
/* line 943, ../sass/_template_specific.scss */
.news-row .block {
  width: 560px;
}
/* line 946, ../sass/_template_specific.scss */
.news-row .block:first-child {
  margin-left: 0px;
}
/* line 949, ../sass/_template_specific.scss */
.news-row .block:last-child {
  margin-right: 0px;
}
/* line 952, ../sass/_template_specific.scss */
.news-row .block .image-box {
  height: 300px;
  width: 560px;
  overflow: hidden;
  position: relative;
}
/* line 958, ../sass/_template_specific.scss */
.news-row .block .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 967, ../sass/_template_specific.scss */
.news-row .block .description-box {
  padding: 20px 15px;
}
/* line 970, ../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 977, ../sass/_template_specific.scss */
.news-row .block .description-box p {
  font-weight: 14px;
  font-weight: 300;
}
/* line 981, ../sass/_template_specific.scss */
.news-row .block .description-box a {
  display: inline-block;
  background: white url("/img/nauil/arrow-link.png") no-repeat 90% center;
  padding: 6px 80px 6px 15px;
  margin-top: 20px;
  color: black;
  font-weight: 600;
}

/*========  Opinions Preview =======*/
/* line 993, ../sass/_template_specific.scss */
.opinion-preview-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  left: 0;
  width: 1140px;
  margin: auto;
  z-index: 50;
}
/* line 1000, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-header {
  display: block;
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
  float: right;
  clear: both;
  text-align: right;
  background-color: white;
}
/* line 1009, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-header .value {
  float: right;
  display: inline-block;
  background-color: #b57401;
  padding: 15px;
  margin-left: 10px;
  color: white;
}
/* line 1017, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-header h3 {
  font-weight: bold;
  color: #37383a;
}
/* line 1021, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-header .num_reviews {
  font-size: 12px;
  color: #5a5a5a;
}
/* line 1026, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider {
  width: 300px;
  margin-top: 5px;
  float: right;
  clear: both;
}
/* line 1031, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table {
  border-width: 0;
  background-color: white;
  padding: 0;
  width: 100%;
}
/* line 1036, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table .value_rate {
  color: #897966;
}
/* line 1039, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table .opinion-content {
  display: block;
  padding: 10px 30px;
  box-sizing: border-box;
  font-size: 12px;
  border-width: 0;
  width: 100%;
}
/* line 1047, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table .author {
  display: table;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #F0F0F0;
  border-width: 0;
  width: 100%;
}
/* line 1055, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table .author a {
  float: right;
}
/* line 1057, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .opinion-table .author a img {
  width: 100px;
}
/* line 1063, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 1068, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .owl-nav .owl-prev, .opinion-preview-wrapper .opinion-slider .owl-nav .owl-next {
  display: inline-block;
  background-color: #897966;
  padding: 5px;
  color: white;
}
/* line 1074, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .owl-nav .owl-prev  {
  float: left;
}
/* line 1077, ../sass/_template_specific.scss */
.opinion-preview-wrapper .opinion-slider .owl-nav .owl-next {
  float: right;
}
/* line 1082, ../sass/_template_specific.scss */
.opinion-preview-wrapper .see-more-opinions {
  display: block;
  width: 300px;
  float: right;
  clear: both;
  color: #5a5a5a;
  text-transform: capitalize;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: white url("/img/nauil/arrow-link.png") no-repeat 90% center;
}
/* line 1094, ../sass/_template_specific.scss */
.opinion-preview-wrapper .see-more-opinions:hover {
  color: #897966;
}

/* line 1099, ../sass/_template_specific.scss */
.opinion-table {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  padding: 5px 0px;
  display: table;
  clear: both;
}

/* line 1107, ../sass/_template_specific.scss */
.opinion-table .author {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  border-right: 1px solid #5a5a5a;
}

/* line 1114, ../sass/_template_specific.scss */
.opinion-table .opinion-content {
  width: 830px;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #5a5a5a;
}

/* line 1122, ../sass/_template_specific.scss */
.opinion-table .value {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 44px;
  font-style: italic;
  color: #2a2f6a;
  font-weight: bold;
}

/*================  Rooms ===============*/
/* line 1135, ../sass/_template_specific.scss */
.rooms-banner {
  text-align: left;
  margin: 60px 0px;
}
/* line 1139, ../sass/_template_specific.scss */
.rooms-banner .banner-icon {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #5a5a5a;
  height: 138px;
  vertical-align: middle;
}

/* line 1152, ../sass/_template_specific.scss */
.wrapper-rooms .room-block {
  height: 360px;
  margin-top: 30px;
  background: #f4f4f4;
}
/* line 1157, ../sass/_template_specific.scss */
.wrapper-rooms .box-images {
  width: 540px;
  height: 360px;
  overflow: hidden;
  float: left;
}
/* line 1163, ../sass/_template_specific.scss */
.wrapper-rooms .bx-viewport {
  height: 360px !important;
}
/* line 1166, ../sass/_template_specific.scss */
.wrapper-rooms .bx-viewport .bxslider-rooms li {
  width: 540px !important;
}
/* line 1171, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls {
  position: relative;
  top: -30px;
}
/* line 1175, ../sass/_template_specific.scss */
.wrapper-rooms .bx-pager {
  text-align: right;
  margin-right: 20px;
}
/* line 1179, ../sass/_template_specific.scss */
.wrapper-rooms .bx-pager .bx-pager-item {
  display: inline-block;
}
/* line 1182, ../sass/_template_specific.scss */
.wrapper-rooms .bx-pager .bx-pager-item a {
  background: url("/img/nauil/bullet_flexslider.png") no-repeat center center;
  color: transparent;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 7px;
}
/* line 1194, ../sass/_template_specific.scss */
.wrapper-rooms .bx-pager .bx-pager-item a.active {
  background: url("/img/nauil/bullet_flexslider_active.png") no-repeat center center;
}
/* line 1200, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls-direction {
  position: relative;
  top: -185px;
}
/* line 1204, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls-direction .bx-prev {
  color: transparent;
  position: absolute;
  left: 20px;
  width: 46px;
  height: 46px;
  background: url("/img/nauil/bx-left.png") no-repeat;
}
/* line 1212, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls-direction .bx-prev:hover {
  background: rgba(137, 121, 102, 0.8) url("/img/nauil/bx-left.png") no-Repeat center center;
}
/* line 1216, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls-direction .bx-next {
  color: transparent;
  position: absolute;
  right: 20px;
  width: 46px;
  height: 46px;
  background: url("/img/nauil/bx-right.png") no-repeat;
}
/* line 1224, ../sass/_template_specific.scss */
.wrapper-rooms .bx-controls-direction .bx-next:hover {
  background: rgba(137, 121, 102, 0.8) url("/img/nauil/bx-right.png") no-Repeat center center;
}
/* line 1230, ../sass/_template_specific.scss */
.wrapper-rooms .box-description {
  padding: 30px;
  width: 600px;
  height: 360px;
  box-sizing: border-box;
  float: right;
  position: relative;
}
/* line 1238, ../sass/_template_specific.scss */
.wrapper-rooms .box-description h3 {
  color: #897966;
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  margin-bottom: 20px;
  font-style: italic;
}
/* line 1246, ../sass/_template_specific.scss */
.wrapper-rooms .box-description ul.service-preview {
  margin: 20px 0px;
  width: 350px;
}
/* line 1250, ../sass/_template_specific.scss */
.wrapper-rooms .box-description ul.service-preview li {
  padding-left: 30px;
}
/* line 1253, ../sass/_template_specific.scss */
.wrapper-rooms .box-description ul.service-preview li.room_ico {
  background: url("/img/nauil/bed.png") no-repeat left center;
  background-size: 28px;
}
/* line 1258, ../sass/_template_specific.scss */
.wrapper-rooms .box-description ul.service-preview li.person_ico {
  background: url("/img/nauil/persons_room.png") no-repeat left center;
  background-size: 28px;
}
/* line 1264, ../sass/_template_specific.scss */
.wrapper-rooms .box-description .price-room {
  width: 162px;
  position: absolute;
  right: 20px;
  bottom: 90px;
  display: none;
}
/* line 1272, ../sass/_template_specific.scss */
.wrapper-rooms .box-description .price-room p {
  color: #b7ac9e;
  font-weight: 300;
}
/* line 1276, ../sass/_template_specific.scss */
.wrapper-rooms .box-description .price-room .number {
  font-size: 34px;
  color: #4f453a;
}
/* line 1280, ../sass/_template_specific.scss */
.wrapper-rooms .box-description .price-room .night {
  font-size: 16px;
  color: #4f453a;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 1287, ../sass/_template_specific.scss */
.wrapper-rooms .booking-button {
  color: white;
  display: inline-block;
  background: #b57401;
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 25px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  letter-spacing: 2px;
}
/* line 1299, ../sass/_template_specific.scss */
.wrapper-rooms .booking-button:hover {
  background: #4f453a;
}
/* line 1303, ../sass/_template_specific.scss */
.wrapper-rooms .see-more-room {
  color: #a19281;
  padding-left: 20px;
  padding-right: 25px;
  background: url("/img/nauil/arrow-down.png") no-repeat right 1px;
  font-weight: 300;
}
/* line 1310, ../sass/_template_specific.scss */
.wrapper-rooms .see-more-room:hover {
  color: #4f453a;
}
/* line 1313, ../sass/_template_specific.scss */
.wrapper-rooms .see-less-room {
  color: #897966;
  clear: both;
  display: block;
  text-align: center;
  width: 181px;
  margin: 0 auto;
  margin-top: 40px;
  background: url("/img/nauil/arrow-top.png") no-repeat right 1px;
}
/* line 1323, ../sass/_template_specific.scss */
.wrapper-rooms .see-less-room:hover {
  color: #4f453a;
}
/* line 1326, ../sass/_template_specific.scss */
.wrapper-rooms .services-hidden {
  background: #e2ded9;
  padding: 30px 0 30px 70px;
  box-sizing: border-box;
}
/* line 1331, ../sass/_template_specific.scss */
.wrapper-rooms .services-hidden .service-block {
  display: inline-block;
  text-align: left;
  width: 28%;
  padding-right: 5%;
  vertical-align: top;
}
/* line 1338, ../sass/_template_specific.scss */
.wrapper-rooms .services-hidden .title-service {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #4f453a;
}
/* line 1344, ../sass/_template_specific.scss */
.wrapper-rooms .more-number-rooms {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  color: #897966;
}
/* line 1350, ../sass/_template_specific.scss */
.wrapper-rooms .more-number-rooms p {
  width: auto;
  padding: 10px;
  cursor: pointer;
}
/* line 1356, ../sass/_template_specific.scss */
.wrapper-rooms .more-number-rooms:hover {
  color: #4f453a;
}

/*========  Promotions Page =======*/
/* line 1363, ../sass/_template_specific.scss */
.offers-filter {
  background: white;
  text-align: center;
  padding: 30px 0px 15px;
}
/* line 1368, ../sass/_template_specific.scss */
.offers-filter li.inline {
  display: inline-block;
  padding: 10px 30px;
  background: white;
  color: #b7ac9e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #897966;
}
/* line 1381, ../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 1390, ../sass/_template_specific.scss */
.offers-filter li.inline:hover {
  color: white;
  background: #b7ac9e;
}
/* line 1395, ../sass/_template_specific.scss */
.offers-filter .filter-hover {
  color: white !important;
  background: #b7ac9e !important;
}

/* line 1402, ../sass/_template_specific.scss */
.promotions-wrapper {
  width: 1150px;
}

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

/* line 1410, ../sass/_template_specific.scss */
.block-promo {
  width: 373px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 20px;
}
/* line 1418, ../sass/_template_specific.scss */
.block-promo .image-box {
  height: 185px;
  position: relative;
  overflow: hidden;
}
/* line 1423, ../sass/_template_specific.scss */
.block-promo .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1431, ../sass/_template_specific.scss */
.block-promo .description-box {
  padding: 20px 20px 60px;
  border: 1px solid #bebebe;
}
/* line 1435, ../sass/_template_specific.scss */
.block-promo h3 {
  color: #897966;
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 2px;
}
/* line 1441, ../sass/_template_specific.scss */
.block-promo .intro {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 1447, ../sass/_template_specific.scss */
.block-promo .description {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 1451, ../sass/_template_specific.scss */
.block-promo a {
  color: #897966;
  font-size: 18px;
}
/* line 1455, ../sass/_template_specific.scss */
.block-promo a:hover {
  color: #4f453a;
  text-decoration: underline;
}
/* line 1460, ../sass/_template_specific.scss */
.block-promo strong {
  display: block;
  color: #897966;
  font-size: 21px;
  font-weight: lighter;
}
/* line 1466, ../sass/_template_specific.scss */
.block-promo strong price {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}
/* line 1473, ../sass/_template_specific.scss */
.block-promo hide {
  display: none;
}
/* line 1477, ../sass/_template_specific.scss */
.block-promo a {
  display: block;
  margin-top: 25px;
}
/* line 1482, ../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 1499, ../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 1515, ../sass/_template_specific.scss */
.block-promo .see_more_offer:hover {
  color: white;
}

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

/* line 1558, ../sass/_template_specific.scss */
.opinions .header, .opinions-total .header {
  background-color: #897966;
  padding: 20px;
  position: relative;
  color: white;
}
/* line 1564, ../sass/_template_specific.scss */
.opinions .header img, .opinions-total .header img {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 1570, ../sass/_template_specific.scss */
.opinions .header h3, .opinions-total .header h3 {
  margin-left: 52px;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 1575, ../sass/_template_specific.scss */
.opinions .header p, .opinions-total .header p {
  font-size: 14px;
  margin-left: 52px;
  line-height: 14px;
  margin-top: 2px;
}

/* line 1583, ../sass/_template_specific.scss */
.opinions-total {
  margin: 40px 0 40px 0;
  background: #e2ded9;
}

/* line 1588, ../sass/_template_specific.scss */
.opinions {
  width: 379px !important;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 1594, ../sass/_template_specific.scss */
.opinions .value, .opinions-total .value {
  text-align: center;
  padding: 14px 0;
  border-top: 2px solid white;
  font-size: 16px;
  text-transform: uppercase;
  color: #897966;
}
/* line 1602, ../sass/_template_specific.scss */
.opinions .value .media, .opinions-total .value .media {
  font-size: 30px;
  font-family: nexabold;
  color: #897966;
  margin-right: 10px;
}

/* line 1610, ../sass/_template_specific.scss */
.opinions-button {
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  background: white;
  color: #897966;
  padding: 10px;
}

/* line 1620, ../sass/_template_specific.scss */
.opinions-button:hover {
  color: white;
  background: #4f453a;
}

/* line 1625, ../sass/_template_specific.scss */
.opinions .coment, .opinions-total .coment {
  background: #199aa0;
  padding: 15px 0;
  border-top: 1px solid white;
  position: relative;
}
/* line 1632, ../sass/_template_specific.scss */
.opinions .coment .plus-link, .opinions-total .coment .plus-link {
  position: absolute;
  right: 15px;
  top: 12px;
  background-color: #897966;
  padding: 8px 8px 0 !important;
}
/* line 1639, ../sass/_template_specific.scss */
.opinions .coment .plus-link:hover, .opinions-total .coment .plus-link:hover {
  background-color: #199aa0;
}
/* line 1643, ../sass/_template_specific.scss */
.opinions .coment span, .opinions-total .coment span {
  font-size: 12px;
}
/* line 1646, ../sass/_template_specific.scss */
.opinions .coment span p, .opinions-total .coment span p {
  display: inline;
}
/* line 1650, ../sass/_template_specific.scss */
.opinions .coment .calification, .opinions-total .coment .calification {
  color: white;
  background-color: #787878;
  padding: 10px 10px 9px;
  margin-right: 20px;
  margin-left: 15px;
  font-size: 14px;
}

/* line 1660, ../sass/_template_specific.scss */
.opinions-total table {
  width: 100%;
}
/* line 1663, ../sass/_template_specific.scss */
.opinions-total table tr {
  background-color: #e2ded9;
  border-top: 2px solid white;
  color: #5a5a5a;
}
/* line 1668, ../sass/_template_specific.scss */
.opinions-total table tr .name {
  text-transform: uppercase;
  width: 150px;
  border-right: 2px solid white;
  padding: 20px;
}
/* line 1674, ../sass/_template_specific.scss */
.opinions-total table tr .opinion-description {
  width: 750px;
  padding: 20px;
}
/* line 1678, ../sass/_template_specific.scss */
.opinions-total table tr .calification {
  border-left: 2px solid white;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
}
/* line 1684, ../sass/_template_specific.scss */
.opinions-total table tr .calification span {
  color: white;
  background-color: #787878;
  padding: 10px 10px 9px;
  font-size: 14px;
}
/* line 1691, ../sass/_template_specific.scss */
.opinions-total table tr p {
  margin-bottom: 0;
}
/* line 1694, ../sass/_template_specific.scss */
.opinions-total table tr p a {
  color: #5a5a5a;
}

/* line 1701, ../sass/_template_specific.scss */
.form-general {
  padding: 20px 20px 0;
  background: white;
  margin-top: 20px;
  overflow: hidden;
}
/* line 1707, ../sass/_template_specific.scss */
.form-general h3 {
  margin-bottom: 20px;
}
/* line 1711, ../sass/_template_specific.scss */
.form-general li {
  display: inline-block;
  width: 268px;
  margin-bottom: 10px;
}
/* line 1716, ../sass/_template_specific.scss */
.form-general li label {
  display: block;
  font-size: 12px;
  color: #5a5a5a;
}
/* line 1721, ../sass/_template_specific.scss */
.form-general li input, .form-general li textarea {
  border: none;
  width: 254px;
  padding: 10px 5px;
  background: #e6e6e6;
}
/* line 1728, ../sass/_template_specific.scss */
.form-general li select {
  width: 265px;
  background-color: white;
  padding: 10px 5px;
  height: 35px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: #e6e6e6;
}
/* line 1738, ../sass/_template_specific.scss */
.form-general li textarea {
  height: 13px;
  width: 524px;
}
/* line 1743, ../sass/_template_specific.scss */
.form-general li.comment-box {
  width: 100%;
}
/* line 1746, ../sass/_template_specific.scss */
.form-general .short {
  width: 132px;
}
/* line 1749, ../sass/_template_specific.scss */
.form-general .short input {
  width: 118px;
}
/* line 1753, ../sass/_template_specific.scss */
.form-general a {
  color: white;
  margin-top: 10px;
  display: inline-block;
}
/* line 1759, ../sass/_template_specific.scss */
.form-general .btn-corporate {
  font-size: 14px;
  padding: 5px 10px 2px;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  background: #199aa0;
}
/* line 1767, ../sass/_template_specific.scss */
.form-general span a {
  color: #897966;
  font-size: 12px;
}
/* line 1771, ../sass/_template_specific.scss */
.form-general .form-bottom {
  display: inline-block;
  width: 400px;
}
/* line 1775, ../sass/_template_specific.scss */
.form-general .form-bottom p {
  margin-bottom: 0;
  line-height: 15px;
}
/* line 1779, ../sass/_template_specific.scss */
.form-general .form-bottom label.error {
  display: none !important;
}
/* line 1783, ../sass/_template_specific.scss */
.form-general .last {
  margin-top: 38px;
}
/* line 1786, ../sass/_template_specific.scss */
.form-general .last .form-bottom {
  margin-top: 10px;
}
/* line 1791, ../sass/_template_specific.scss */
.form-general .double_li_form {
  width: 536px;
}
/* line 1794, ../sass/_template_specific.scss */
.form-general .double_li_form input {
  width: 526px;
}

/* line 1802, ../sass/_template_specific.scss */
.form-general.form-opinion li {
  display: block !important;
}

/* line 1806, ../sass/_template_specific.scss */
.form-general.form-opinion .btn-corporate {
  float: none !important;
  margin-bottom: 20px;
}

/*===============  Location and Contact ==============*/
/* line 1813, ../sass/_template_specific.scss */
.map-location {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}
/* line 1818, ../sass/_template_specific.scss */
.map-location .left-band {
  position: absolute;
  width: 320px;
  background: #f7f7f7;
  height: 480px;
  top: 0px;
}
/* line 1826, ../sass/_template_specific.scss */
.map-location a {
  background: #897966;
  color: white;
  padding: 3px 12px;
  position: absolute;
  right: 0px;
  bottom: 4px;
  font-size: 14px;
}
/* line 1835, ../sass/_template_specific.scss */
.map-location a:hover {
  background: #4f453a;
}

/* line 1842, ../sass/_template_specific.scss */
.contact-blocks-wrapper.first {
  border-right: 1px solid #5a5a5a;
  padding: 20px 60px 0 0;
  box-sizing: border-box;
  height: 275px;
}
/* line 1849, ../sass/_template_specific.scss */
.contact-blocks-wrapper.second {
  box-sizing: border-box;
  padding: 20px 0px 0px 40px;
}
/* line 1854, ../sass/_template_specific.scss */
.contact-blocks-wrapper .contact-block {
  float: left;
  width: 339px;
  height: 110px;
}
/* line 1863, ../sass/_template_specific.scss */
.contact-blocks-wrapper .contact-block:last-child {
  margin-top: -30px;
}
/* line 1867, ../sass/_template_specific.scss */
.contact-blocks-wrapper .block-contact {
  margin-bottom: 20px;
  margin-left: 43px;
  text-align: left;
}
/* line 1873, ../sass/_template_specific.scss */
.contact-blocks-wrapper h4 {
  color: #897966;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 1880, ../sass/_template_specific.scss */
.contact-blocks-wrapper p {
  font-size: 14px;
}
/* line 1883, ../sass/_template_specific.scss */
.contact-blocks-wrapper .image-contact {
  float: left;
}

/* line 1888, ../sass/_template_specific.scss */
.form-contact-location {
  box-sizing: border-box;
  background: #e2ded9;
  padding: 40px;
  margin-top: 60px;
  clear: both;
}
/* line 1895, ../sass/_template_specific.scss */
.form-contact-location .title-form {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1899, ../sass/_template_specific.scss */
.form-contact-location h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}
/* line 1905, ../sass/_template_specific.scss */
.form-contact-location h3 + span {
  display: inline-block;
  width: 60px;
  border-bottom: 5px solid #897966;
}
/* line 1910, ../sass/_template_specific.scss */
.form-contact-location .contInput {
  margin-bottom: 20px;
  display: inline-block;
}
/* line 1914, ../sass/_template_specific.scss */
.form-contact-location .contInput.full {
  display: block;
  margin-bottom: 10px;
}
/* line 1918, ../sass/_template_specific.scss */
.form-contact-location .small {
  margin-left: 40px;
}
/* line 1921, ../sass/_template_specific.scss */
.form-contact-location label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 1926, ../sass/_template_specific.scss */
.form-contact-location .big input {
  width: 700px;
}
/* line 1929, ../sass/_template_specific.scss */
.form-contact-location .small input {
  width: 316px;
}
/* line 1932, ../sass/_template_specific.scss */
.form-contact-location input {
  height: 40px;
  border: none;
  border-bottom: 2px solid #4f453a;
  padding: 10px;
  box-sizing: border-box;
}
/* line 1939, ../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 1947, ../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 1958, ../sass/_template_specific.scss */
.form-contact-location button:hover {
  background: #4f453a;
}
/* line 1962, ../sass/_template_specific.scss */
.form-contact-location .required-fields {
  display: inline-block;
  float: right;
  font-style: italic;
}
/* line 1967, ../sass/_template_specific.scss */
.form-contact-location .policy-terms input {
  height: 13px;
}
/* line 1971, ../sass/_template_specific.scss */
.form-contact-location .policy-terms a {
  color: #a19281;
}
/* line 1974, ../sass/_template_specific.scss */
.form-contact-location .error {
  color: red;
  font-size: 14px;
  text-transform: lowercase;
}

/* line 1982, ../sass/_template_specific.scss */
.left-band .date, .left-band .time, .left-band .today_text {
  text-align: center;
  margin-top: 35px;
  font-size: 19px;
  font-weight: lighter;
}
/* line 1989, ../sass/_template_specific.scss */
.left-band .date {
  margin-top: 3px;
}
/* line 1993, ../sass/_template_specific.scss */
.left-band .time {
  font-weight: bolder;
  margin-top: 5px;
}
/* line 1998, ../sass/_template_specific.scss */
.left-band .today_text {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  margin-top: 50px;
}
/* line 2005, ../sass/_template_specific.scss */
.left-band img.weather-icon {
  display: block;
  margin: auto;
}
/* line 2010, ../sass/_template_specific.scss */
.left-band .temp {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #897966;
  margin-top: 10px;
}

/*============= Mis Reservas  ===========*/
/* line 2021, ../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 2029, ../sass/_template_specific.scss */
h3.section-title + div {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #646464;
}

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

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

/* line 2046, ../sass/_template_specific.scss */
#my-bookings-form-fields {
  text-align: center;
}
/* line 2049, ../sass/_template_specific.scss */
#my-bookings-form-fields label {
  display: block;
  color: #897966;
  text-transform: uppercase;
}
/* line 2054, ../sass/_template_specific.scss */
#my-bookings-form-fields input, #my-bookings-form-fields .bordeSelect {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 250px;
  height: 15px;
  padding: 5px;
  text-align: center;
  color: black;
  border: none;
  background: #e6e6e6;
}
/* line 2067, ../sass/_template_specific.scss */
#my-bookings-form-fields #my-bookings-form-search-button {
  width: 260px;
  color: white;
  background-color: #897966;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
/* line 2076, ../sass/_template_specific.scss */
#my-bookings-form-fields #my-bookings-form-search-button:hover {
  background-color: #4f453a;
}

/* line 2082, ../sass/_template_specific.scss */
button#cancelButton {
  width: 260px;
  color: white;
  background-color: #897966;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
/* line 2091, ../sass/_template_specific.scss */
button#cancelButton:hover {
  background-color: #199aa0;
}

/* line 2096, ../sass/_template_specific.scss */
#cancel-button-container {
  text-align: center;
}
/* line 2099, ../sass/_template_specific.scss */
#cancel-button-container #cancelButton {
  width: 260px;
  color: white;
  background-color: #897966;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: none;
  margin-left: 470px;
}
/* line 2110, ../sass/_template_specific.scss */
#cancel-button-container #cancelButton:hover {
  background-color: #199aa0;
}

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

/* line 2120, ../sass/_template_specific.scss */
.section-title + div {
  color: #918f8f;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
}

/* line 2129, ../sass/_template_specific.scss */
.content-access h3.section-title {
  color: #897966;
  font-weight: lighter;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 29px;
  text-align: center;
}
/* line 2137, ../sass/_template_specific.scss */
.content-access h3.section-title strong {
  font-weight: bolder;
}

/*===============  Gallery Page ==============*/
/* line 2144, ../sass/_template_specific.scss */
.gallery-filter-wrapper {
  margin-top: 60px;
}
/* line 2148, ../sass/_template_specific.scss */
.gallery-filter-wrapper .filter-list-images {
  text-align: center;
  margin-bottom: 60px;
}
/* line 2152, ../sass/_template_specific.scss */
.gallery-filter-wrapper .filter-list-images li {
  display: inline-block;
  padding: 5px 15px;
  background: white;
  color: #b7ac9e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #897966;
}
/* line 2165, ../sass/_template_specific.scss */
.gallery-filter-wrapper .filter-list-images li:hover,
.gallery-filter-wrapper .filter-list-images li.active {
  background: #b7ac9e;
  color: white;
}

/* line 2173, ../sass/_template_specific.scss */
.gallery-page-wrapper .mix {
  display: none;
}

/* line 2177, ../sass/_template_specific.scss */
.gallery-page-wrapper ul li {
  width: 285px;
  height: 190px;
  overflow: hidden;
  float: left;
  position: relative;
}
/* line 2184, ../sass/_template_specific.scss */
.gallery-page-wrapper ul li img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  transition: all 0.7s ease;
}
/* line 2196, ../sass/_template_specific.scss */
.gallery-page-wrapper ul li img:hover {
  opacity: .7;
}

/*===============  Customiced ==============*/
/* line 2203, ../sass/_template_specific.scss */
.bannerx3-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 2208, ../sass/_template_specific.scss */
.bannerx3-wrapper .bannerx3 {
  height: 170px;
}
/* line 2212, ../sass/_template_specific.scss */
.bannerx3-wrapper h4 {
  font-size: 20px;
  font-family: "Droid Serif";
  color: #897966;
  margin-bottom: 15px;
}
/* line 2218, ../sass/_template_specific.scss */
.bannerx3-wrapper p {
  width: 250px;
  margin: 0 auto;
}

/* line 2225, ../sass/_template_specific.scss */
.slider-section {
  position: relative;
  padding: 40px 0px;
  background: white;
}
/* line 2230, ../sass/_template_specific.scss */
.slider-section .flex-controlador {
  text-align: right;
  padding: 10px 0;
}
/* line 2234, ../sass/_template_specific.scss */
.slider-section .flex-controlador li {
  display: inline-block;
}
/* line 2237, ../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 2249, ../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 2267, ../sass/_template_specific.scss */
.flex-2 {
  height: 450px;
  position: relative;
}
/* line 2271, ../sass/_template_specific.scss */
.flex-2 li {
  height: 450px;
  position: relative;
}
/* line 2275, ../sass/_template_specific.scss */
.flex-2 li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 2284, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 2289, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 2293, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 2298, ../sass/_template_specific.scss */
.flex-2 .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 2305, ../sass/_template_specific.scss */
.flex-2 .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-right.png?v=1") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}

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

/* line 2326, ../sass/_template_specific.scss */
.blocks-page-full, .blocksx4-page-full {
  background: white;
  padding: 40px 0px;
}

/* line 2330, ../sass/_template_specific.scss */
.blocks-page, .blocksx4-page {
  margin-top: 40px;
}
/* line 2333, ../sass/_template_specific.scss */
.blocks-page .block-promo, .blocksx4-page .block-promo {
  width: 373px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 2339, ../sass/_template_specific.scss */
.blocks-page .block-promo .image-box, .blocksx4-page .block-promo .image-box {
  height: 185px;
  position: relative;
  overflow: hidden;
}
/* line 2344, ../sass/_template_specific.scss */
.blocks-page .block-promo .image-box img, .blocksx4-page .block-promo .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 2352, ../sass/_template_specific.scss */
.blocks-page .block-promo .description-box, .blocksx4-page .block-promo .description-box {
  height: auto;
  padding: 20px;
  border: 1px solid #bebebe;
}
/* line 2357, ../sass/_template_specific.scss */
.blocks-page .block-promo h3, .blocksx4-page .block-promo h3 {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0px;
}

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

/* line 2370, ../sass/_template_specific.scss */
.blocksx4-page {
  margin-top: 40px;
}
/* line 2372, ../sass/_template_specific.scss */
.blocksx4-page .block-promo {
  width: calc(25% - 10px);
}
/* line 2375, ../sass/_template_specific.scss */
.blocksx4-page .block-promo .image-box {
  height: 137px;
}
/* line 2378, ../sass/_template_specific.scss */
.blocksx4-page .block-promo .image-box 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%);
  bottom: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
/* line 2385, ../sass/_template_specific.scss */
.blocksx4-page .block-promo:nth-child(4n+4) {
  margin-right: 0px;
}

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

/* line 2401, ../sass/_template_specific.scss */
.paralax-icons .block {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  height: 300px;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2413, ../sass/_template_specific.scss */
.paralax-icons .block h3 {
  margin-top: 10px;
  font-weight: 300;
}
/* line 2418, ../sass/_template_specific.scss */
.paralax-icons img {
  width: 100px;
}

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

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

/* line 2465, ../sass/_template_specific.scss */
.tarifas-golf, .membership_link {
  margin-bottom: 40px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
}
/* line 2471, ../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 2480, ../sass/_template_specific.scss */
p.to_pdf {
  margin-top: 40px;
}

/* line 2484, ../sass/_template_specific.scss */
p.to_pdf a {
  text-transform: uppercase;
  padding: 10px 30px;
  background: #b7ac9e;
  color: white;
  box-shadow: 5px 5px 1px #897966;
  margin-left: 10px;
}

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

/* line 2510, ../sass/_template_specific.scss */
.info-tecnica strong {
  font-weight: bold;
}
/* line 2514, ../sass/_template_specific.scss */
.info-tecnica td {
  padding: 5px 10px 5px 20px;
}
/* line 2518, ../sass/_template_specific.scss */
.info-tecnica .white {
  background: url("/img/nauil/tee-blanco.png") no-repeat left center;
}
/* line 2521, ../sass/_template_specific.scss */
.info-tecnica .yellow {
  background: url("/img/nauil/tee-amarillo.png") no-repeat left center;
}
/* line 2524, ../sass/_template_specific.scss */
.info-tecnica .red {
  background: url("/img/nauil/tee-rojo.png") no-repeat left center;
}
/* line 2527, ../sass/_template_specific.scss */
.info-tecnica .blue {
  background: url("/img/nauil/tee-azul.png") no-repeat left center;
}
/* line 2530, ../sass/_template_specific.scss */
.info-tecnica .first-td {
  padding: 5px 10px 5px 0px;
}

/*========  Footer =======*/
/* line 2536, ../sass/_template_specific.scss */
.prefooter {
  padding-bottom: 10px;
  width: 100%;
}

/* line 2540, ../sass/_template_specific.scss */
footer {
  background: #37383a;
  color: white;
  text-align: center;
}
/* line 2545, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer {
  background: #897966;
  padding: 25px 0;
}
/* line 2549, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .newsletter_footer {
  width: 50%;
  float: left;
  text-align: left;
}
/* line 2554, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .newsletter_footer .newsletter_title {
  color: #37383a;
  font-weight: bold;
}
/* line 2560, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer .social_wrapper_footer {
  width: 47%;
  float: right;
  text-align: right;
}
/* line 2565, ../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 2573, ../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 2581, ../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 2588, ../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 2599, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}
/* line 2602, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
/* line 2605, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
/* line 2608, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmail:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
/* line 2613, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #suscEmailLabel {
  position: absolute;
}
/* line 2617, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv {
  display: inline-block;
  padding-top: 11px;
  width: 30px;
  float: left;
}
/* line 2625, ../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 2631, ../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 2644, ../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 2651, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv button:hover {
  color: #37383a;
}
/* line 2660, ../sass/_template_specific.scss */
footer a {
  color: #e6e6e6;
  font-size: 14px;
}
/* line 2665, ../sass/_template_specific.scss */
footer .first-row {
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #bebebe;
}
/* line 2671, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #B9906B;
}
/* line 2676, ../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;
  text-align: right;
}
/* line 2684, ../sass/_template_specific.scss */
footer .footer_blocks_wrapper .footer_block_element:first-of-type {
  width: 190px;
  text-align: left;
}
/* line 2689, ../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 2695, ../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 2704, ../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 2710, ../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 2722, ../sass/_template_specific.scss */
.newsletter-label {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
}

/* line 2728, ../sass/_template_specific.scss */
#newsletter {
  display: inline-block;
}
/* line 2731, ../sass/_template_specific.scss */
#newsletter h2 {
  display: none;
}
/* line 2734, ../sass/_template_specific.scss */
#newsletter #suscEmailLabel {
  display: none !important;
}
/* line 2737, ../sass/_template_specific.scss */
#newsletter #suscEmail {
  border: none;
  background: white;
  width: 240px;
  height: 30px;
  color: #5a5a5a;
  padding-left: 10px;
}
/* line 2745, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv {
  float: right;
}
/* line 2748, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv button {
  border: none;
  background: #897966 url("/img/nauil/arrow-mini-right.png?v=1") no-repeat center center;
  height: 32px;
  width: 42px;
  color: transparent;
  cursor: pointer;
  margin-right: 4px;
}
/* line 2757, ../sass/_template_specific.scss */
#newsletter #newsletterButtonExternalDiv button:hover {
  background: #4f453a url("/img/nauil/arrow-mini-right.png?v=1") no-repeat center center;
  color: transparent;
}

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

/* line 2770, ../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 2780, ../sass/_template_specific.scss */
.footer_column .property-link a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px !important;
}
/* line 2785, ../sass/_template_specific.scss */
.footer_column .property-link a:hover {
  color: #897966;
}
/* line 2790, ../sass/_template_specific.scss */
.footer_column a {
  color: white;
  font-size: 12px;
}
/* line 2794, ../sass/_template_specific.scss */
.footer_column .footer_column_title {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 2799, ../sass/_template_specific.scss */
.footer_column .footer_column_title a {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 2806, ../sass/_template_specific.scss */
.footer_column .footer_btn {
  background-color: #7E6E5B;
  border: 1px solid white;
  color: white;
  display: block;
  padding: 10px;
  margin: 30px -14px 15px auto;
  font-size: 18px;
  text-align: center;
  width: 210px;
}
/* line 2820, ../sass/_template_specific.scss */
.footer_column.column4 .footer_column_description img {
  width: 60%;
  margin-left: 150px;
}
/* line 2825, ../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 -14px -10px 0;
  text-align: right;
}

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

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

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

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

/* line 2873, ../sass/_template_specific.scss */
.uk-table {
  width: 100%;
  margin-bottom: 25px;
}

/* line 2878, ../sass/_template_specific.scss */
* + .uk-table {
  margin-top: 25px;
}

/* line 2882, ../sass/_template_specific.scss */
.uk-table th,
.uk-table td {
  padding: 8px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 2888, ../sass/_template_specific.scss */
.uk-table th {
  text-align: left;
}

/* line 2892, ../sass/_template_specific.scss */
.uk-table td {
  vertical-align: top;
}

/* line 2896, ../sass/_template_specific.scss */
.uk-table thead th {
  vertical-align: bottom;
}

/* line 2900, ../sass/_template_specific.scss */
.uk-table caption,
.uk-table tfoot {
  font-size: 13px;
  font-style: italic;
}

/* line 2907, ../sass/_template_specific.scss */
.uk-table caption {
  text-align: left;
  color: #999999;
}

/* line 2912, ../sass/_template_specific.scss */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* line 2917, ../sass/_template_specific.scss */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f7f7f7;
}

/* line 2921, ../sass/_template_specific.scss */
.uk-table-condensed td {
  padding: 4px 2px;
}

/* line 2925, ../sass/_template_specific.scss */
.uk-table-hover tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}

/*===== Carousel Banners ======*/
/* line 2930, ../sass/_template_specific.scss */
.banner_carousel_element {
  margin-top: 50px;
}

/* line 2935, ../sass/_template_specific.scss */
.banners_carousel_wrapper h2.banner_carousel_title {
  color: #897966;
  font-size: 23px;
  font-family: 'Droid Serif', serif;
  margin: 4px 0px;
}
/* line 2942, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_description {
  font-size: 16px;
}
/* line 2946, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images {
  margin-top: 30px;
  position: relative;
  margin-bottom: 60px;
}
/* line 2951, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 2956, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 2960, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 2965, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .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 2972, ../sass/_template_specific.scss */
.banners_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-right.png?v=1") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 2983, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element {
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 2988, ../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 2996, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .carousel_image_top {
  width: 100%;
}
/* line 3000, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .exceded {
  height: 180px;
  overflow: hidden;
}
/* line 3004, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .exceded img {
  min-height: 150px;
}
/* line 3009, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .content_carousel_image {
  font-size: 16px;
  height: 103px;
  overflow: hidden;
}
/* line 3014, ../sass/_template_specific.scss */
.banners_carousel_wrapper .carousel_banner_image_element .content_carousel_image hide {
  display: none;
}
/* line 3020, ../sass/_template_specific.scss */
.banners_carousel_wrapper .text_carousel_image {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 20px;
  background: #e2ded9;
}
/* line 3028, ../sass/_template_specific.scss */
.banners_carousel_wrapper a.myFancyPopupAuto {
  color: #897966;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0 0 !important;
  display: block;
}

/* line 3038, ../sass/_template_specific.scss */
.hidden_carousel .image_hidden_banner {
  width: 100%;
}
/* line 3042, ../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 3050, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner {
  font-size: 16px;
  clear: both;
}
/* line 3054, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner .new-intro {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 3058, ../sass/_template_specific.scss */
.hidden_carousel .content_hidden_banner p {
  margin-bottom: 15px;
}
/* line 3062, ../sass/_template_specific.scss */
.hidden_carousel .date_new {
  color: #897966;
  font-style: italic;
  float: left;
  margin-bottom: 30px;
}
/* line 3068, ../sass/_template_specific.scss */
.hidden_carousel #shareSocialArea {
  float: right;
  margin-top: 0px;
  clear: initial;
}

/* line 3075, ../sass/_template_specific.scss */
.flex-control-nav {
  text-align: right;
  padding: 10px 0;
}
/* line 3079, ../sass/_template_specific.scss */
.flex-control-nav li {
  display: inline-block;
}
/* line 3082, ../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 3095, ../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;
}

/* line 3112, ../sass/_template_specific.scss */
.white_background {
  background: white;
  overflow: hidden;
}
/* line 3116, ../sass/_template_specific.scss */
.white_background .collapse_wrapper {
  width: 930px;
}
/* line 3119, ../sass/_template_specific.scss */
.white_background .collapse_wrapper .notas_block {
  margin-top: 20px;
}
/* line 3122, ../sass/_template_specific.scss */
.white_background .collapse_wrapper .notas_block .notas_title {
  color: #897966;
}
/* line 3126, ../sass/_template_specific.scss */
.white_background .collapse_wrapper .notas_block li {
  font-style: italic;
  list-style: initial;
  margin-left: 20px;
  color: black;
}

/*====== Bottom banner contact =====*/
/* line 3137, ../sass/_template_specific.scss */
.bottom_banner_contact {
  padding-top: 50px;
}
/* line 3140, ../sass/_template_specific.scss */
.bottom_banner_contact .photo_bottom_contact {
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 3144, ../sass/_template_specific.scss */
.bottom_banner_contact .text_bottom_contact {
  font-size: 14px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 3149, ../sass/_template_specific.scss */
.bottom_banner_contact .text_bottom_contact b {
  display: block;
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0;
}
/* line 3158, ../sass/_template_specific.scss */
.bottom_banner_contact .icon_text_bottom_contact {
  font-size: 14px;
  width: 200px;
}
/* line 3163, ../sass/_template_specific.scss */
.bottom_banner_contact img.icon_bottom_contact {
  padding-right: 11px;
  display: table;
}
/* line 3168, ../sass/_template_specific.scss */
.bottom_banner_contact .list_bottom_contact {
  margin-top: 30px;
}
/* line 3171, ../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 3176, ../sass/_template_specific.scss */
.bottom_banner_contact .list_bottom_contact .title_bottom_contact {
  display: block;
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0;
}

/*====== Price banners block ======*/
/* line 3187, ../sass/_template_specific.scss */
.prices_blocks_wrapper {
  padding-top: 50px;
}
/* line 3190, ../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 3197, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element:first-of-type {
  padding-left: 0;
}
/* line 3201, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element:last-of-type {
  padding-right: 0;
}
/* line 3205, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .exceded {
  height: 185px;
  overflow: hidden;
}
/* line 3209, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .exceded img.prices_block_image {
  width: 100%;
}
/* line 3214, ../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;
  position: relative;
  padding-bottom: 50px;
}
/* line 3223, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text {
  position: absolute;
  bottom: 40px;
  width: 300px;
}
/* line 3229, ../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 3236, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_block_description hide {
  display: none;
}
/* line 3242, ../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 3253, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text text {
  display: block;
  color: #a7927a;
}
/* line 3258, ../sass/_template_specific.scss */
.prices_blocks_wrapper .price_element .price_block_text .price_element_text small {
  color: #353535;
  font-weight: 600;
}
/* line 3265, ../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 3272, ../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;
  position: absolute;
  bottom: 10px;
  left: 22px;
}

/* line 3287, ../sass/_template_specific.scss */
.hide_price_popup {
  color: #5a5a5a;
}
/* line 3290, ../sass/_template_specific.scss */
.hide_price_popup h3.price_block_title {
  color: #897966;
  font-size: 22px;
  font-family: 'Droid Serif', serif;
  margin: 7px 0;
}
/* line 3297, ../sass/_template_specific.scss */
.hide_price_popup .price_block_description {
  font-size: 16px;
}

/*===== Restaurant Blocks =======*/
/* line 3303, ../sass/_template_specific.scss */
.restaurant_blocks.white_background {
  padding-bottom: 50px;
}
/* line 3306, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_full_width_background {
  background: #e2ded9;
  padding: 20px 0;
}
/* line 3310, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_full_width_background:last-of-type {
  margin-bottom: 0;
}
/* line 3316, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_wrapper .exceded {
  float: left;
  width: 65%;
  height: 450px;
  overflow: hidden;
}
/* line 3322, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_wrapper .exceded img {
  width: auto;
  max-width: none;
}
/* line 3329, ../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: auto;
}
/* line 3338, ../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 3345, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant .description_restaurant {
  font-family: "Source sans pro", sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
/* line 3354, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant a .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 3369, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant a .button_restaurant.button_restaurant_doble {
  width: 50%;
}
/* line 3372, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant a .button_restaurant:hover {
  opacity: .8;
}
/* line 3378, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant a:first-of-type .button_restaurant_doble {
  left: 0;
  right: auto;
}
/* line 3384, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .content_restaurant a:last-of-type .button_restaurant_doble {
  right: 0;
  left: auto;
  background-color: #5a5a5a;
}
/* line 3394, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper {
  margin-bottom: 0;
}
/* line 3397, ../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 3404, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_text {
  font-family: 'Source sans pro', sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
/* line 3412, ../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;
  width: 100%;
}
/* line 3419, ../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 3425, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element .exceded .restaurant_image_property {
  width: 100%;
}
/* line 3430, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_element .restaurant_property_content {
  display: inline-block;
  width: 33%;
}
/* line 3436, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .restaurant_properties_wrapper .restaurant_property_time {
  display: inline-block;
  margin-left: 32px;
}
/* line 3442, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .time_text {
  font-family: 'Source sans pro', sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}
/* line 3450, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .time_icon {
  margin-right: 10px;
  vertical-align: middle;
  width: 13px;
}
/* line 3456, ../sass/_template_specific.scss */
.restaurant_blocks.white_background .ico_service_description {
  font-family: 'Source sans pro', sans-serif;
  font-size: 15px;
}

/*======= Bar Blocks ======*/
/* line 3463, ../sass/_template_specific.scss */
.bars_blocks_wrapper {
  padding-bottom: 50px;
}
/* line 3466, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element {
  width: 364px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
/* line 3472, ../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 3476, ../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 3480, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_content_text {
  background: #e2ded9;
  min-height: 200px;
  padding: 15px 30px;
  position: relative;
}
/* line 3487, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_image {
  width: 100%;
}
/* line 3491, ../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 3498, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_description {
  text-align: justify;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}
/* line 3504, ../sass/_template_specific.scss */
.bars_blocks_wrapper .bar_block_element .bar_description time {
  display: block;
  margin-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
  background: url(/img/nauil/time_icon.png) no-repeat left center;
  -webkit-background-size: 12px;
  background-size: 12px;
  position: absolute;
  bottom: 15px;
}

/* line 3519, ../sass/_template_specific.scss */
.bars_blocks_superior_text {
  margin-bottom: 20px;
}
/* line 3521, ../sass/_template_specific.scss */
.bars_blocks_superior_text h2.title {
  color: #897966;
  font-size: 21px;
  font-family: 'Droid Serif', serif;
  margin: 20px 0;
}
/* line 3528, ../sass/_template_specific.scss */
.bars_blocks_superior_text .content_text {
  text-align: justify;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}

/* line 3536, ../sass/_template_specific.scss */
.bar_block_element.unique_element {
  width: 100%;
}
/* line 3539, ../sass/_template_specific.scss */
.bar_block_element.unique_element .exceded {
  float: left;
  width: 33.4%;
}
/* line 3544, ../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 3553, ../sass/_template_specific.scss */
.bar_block_element.unique_element .bar_description div {
  display: inline-block;
  width: 64%;
  margin-right: 40px;
}
/* line 3559, ../sass/_template_specific.scss */
.bar_block_element.unique_element .bar_description time {
  vertical-align: top;
  display: inline-block;
  margin-top: 0;
  width: 175px;
}

/* line 3569, ../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 3578, ../sass/_template_specific.scss */
.collapse_element_wrapper img.collapse_ico {
  display: inline-block;
}
/* line 3582, ../sass/_template_specific.scss */
.collapse_element_wrapper h4.collapse_title {
  display: inline-block;
  font-size: 17px;
  margin-left: 10px;
  width: 860px;
}
/* line 3593, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_image {
  display: inline-block;
  vertical-align: middle;
}
/* line 3598, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option {
  border-top: 1px solid #e8e8e8;
  padding: 10px;
}
/* line 3603, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option.gray {
  background: #f3f3f3;
}
/* line 3607, ../sass/_template_specific.scss */
.collapse_element_wrapper .collapse_option:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
/* line 3612, ../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 3623, ../sass/_template_specific.scss */
.specially_collapse_text {
  text-align: center;
  background: #897966;
  margin: 25px;
  color: white;
  padding: 10px 0;
  font-size: 23px;
  font-family: 'Droid Serif', serif;
}

/*====== Bottom banner contact =====*/
/* line 3634, ../sass/_template_specific.scss */
.bottom_banner_contact {
  padding-top: 50px;
}
/* line 3637, ../sass/_template_specific.scss */
.bottom_banner_contact .text_bottom_contact {
  font-size: 16px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 3642, ../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 3651, ../sass/_template_specific.scss */
.bottom_banner_contact td {
  vertical-align: top;
}
/* line 3655, ../sass/_template_specific.scss */
.bottom_banner_contact .icon_text_bottom_contact {
  font-size: 16px;
  width: 200px;
}
/* line 3660, ../sass/_template_specific.scss */
.bottom_banner_contact img.icon_bottom_contact {
  padding-right: 11px;
  display: table;
  margin: auto;
}
/* line 3669, ../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 3674, ../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;
}

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

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

/*===== See more button home ========*/
/* line 3711, ../sass/_template_specific.scss */
.normal_description.home_section .hide {
  display: none;
}

/* line 3716, ../sass/_template_specific.scss */
.see_more_button_home {
  display: block;
  width: 180px;
  height: 35px;
  background: #897966 url("/static_1/images/booking/flecha_motor.png") no-repeat center;
  background-size: 20px;
  margin: 40px auto 0;
  cursor: pointer;
}
/* line 3725, ../sass/_template_specific.scss */
.see_more_button_home:hover {
  opacity: 0.8;
}
/* line 3729, ../sass/_template_specific.scss */
.see_more_button_home.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*===== Datepicker =====*/
/* line 3739, ../sass/_template_specific.scss */
.ui-datepicker {
  border: 0;
  border-radius: 0;
  font-family: 'Droid Serif', serif;
}
/* line 3744, ../sass/_template_specific.scss */
.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  border: 0;
}

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

/* line 3759, ../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 3766, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_description {
  font-size: 14px;
}
/* line 3770, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images {
  margin-top: 30px;
  position: relative;
  margin-bottom: 60px;
}
/* line 3775, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 3780, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 3784, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 3789, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .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 3796, ../sass/_template_specific.scss */
.news_carousel_wrapper .banner_carousel_images .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-right.png?v=1") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}
/* line 3806, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element {
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 3811, ../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 3819, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .carousel_image_top {
  width: 100%;
}
/* line 3823, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .exceded {
  height: 150px;
  overflow: hidden;
}
/* line 3827, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .exceded img {
  min-height: 150px;
}
/* line 3832, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .content_carousel_image {
  font-size: 16px;
  height: 100px;
  overflow: hidden;
}
/* line 3837, ../sass/_template_specific.scss */
.news_carousel_wrapper .carousel_banner_image_element .content_carousel_image .hide_more {
  display: none;
}
/* line 3843, ../sass/_template_specific.scss */
.news_carousel_wrapper .text_carousel_image {
  display: table;
  padding: 0 20px 50px;
  background: white;
  position: relative;
}
/* line 3849, ../sass/_template_specific.scss */
.news_carousel_wrapper .text_carousel_image .date_new {
  color: #897966;
  font-style: italic;
}
/* line 3855, ../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 3865, ../sass/_template_specific.scss */
.news_carousel_wrapper a.myFancyPopupNews:first-letter {
  text-transform: uppercase;
}

/*====== Flexslider control nav =====*/
/* line 3872, ../sass/_template_specific.scss */
.flex-control-nav {
  text-align: right;
  padding: 10px 0;
}
/* line 3876, ../sass/_template_specific.scss */
.flex-control-nav li {
  display: inline-block;
}
/* line 3879, ../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 3892, ../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 3910, ../sass/_template_specific.scss */
.news_carousel_wrapper {
  position: relative;
  margin-bottom: 30px;
}
/* line 3915, ../sass/_template_specific.scss */
.news_carousel_wrapper li .exceded {
  height: 450px;
  position: relative;
}
/* line 3919, ../sass/_template_specific.scss */
.news_carousel_wrapper li .exceded img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 3930, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
/* line 3935, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: -50px;
}
/* line 3940, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: -50px;
}
/* line 3945, ../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 3952, ../sass/_template_specific.scss */
.news_carousel_wrapper .flex-direction-nav .flex-next {
  display: inline-block;
  background: url("/img/nauil/flex-arrow-right.png?v=1") no-repeat;
  color: transparent;
  width: 33px;
  height: 56px;
}

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

/*======= Events Blocks ======*/
/* line 3969, ../sass/_template_specific.scss */
.event_block_element {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 185px;
  overflow: hidden;
}
/* line 3976, ../sass/_template_specific.scss */
.event_block_element .exceded {
  width: 40%;
  position: relative;
  float: left;
}
/* line 3981, ../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 3998, ../sass/_template_specific.scss */
.event_block_element .exceded .day_wrapper b {
  display: block;
  font-size: 50px;
  font-weight: 500;
}
/* line 4005, ../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 4016, ../sass/_template_specific.scss */
.event_block_element .event_block_description a.myFancyPopupNews {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: #897966;
}
/* line 4022, ../sass/_template_specific.scss */
.event_block_element .event_block_description a.myFancyPopupNews:first-letter {
  text-transform: uppercase;
}
/* line 4028, ../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") no-repeat;
}
/* line 4036, ../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 4046, ../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 4054, ../sass/_template_specific.scss */
.hide_event_text {
  display: none;
}
/* line 4057, ../sass/_template_specific.scss */
.hide_event_text img.image_hidden_banner {
  width: 100%;
}
/* line 4061, ../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 4070, ../sass/_template_specific.scss */
.hide_event_text time {
  margin-bottom: 10px;
  display: block;
  color: #897966;
  font-weight: lighter;
}
/* line 4077, ../sass/_template_specific.scss */
.hide_event_text location {
  display: block;
  padding-left: 20px;
  font-size: 15px;
  background: url("/img/nauce/location/location.png") no-repeat;
  margin-bottom: 15px;
}
/* line 4084, ../sass/_template_specific.scss */
.hide_event_text #shareSocialArea {
  float: right;
}

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

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

/* line 4107, ../sass/_template_specific.scss */
.directional_navigator_events {
  text-align: center;
  margin-top: 25px;
}
/* line 4111, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow, .directional_navigator_events .down_arrow {
  display: inline-block;
  height: 25px;
  width: 35px;
  background: url(/img/nauil/arrow-down.png) no-repeat center;
  background-size: 40px;
}
/* line 4118, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow.disabled, .directional_navigator_events .down_arrow.disabled {
  opacity: 0.5;
}
/* line 4122, ../sass/_template_specific.scss */
.directional_navigator_events .up_arrow:not(.disabled), .directional_navigator_events .down_arrow:not(.disabled) {
  cursor: pointer;
}
/* line 4127, ../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);
}

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

/* line 4140, ../sass/_template_specific.scss */
.full-row {
  background: #e2ded9;
  padding: 40px 0px;
}
/* line 4144, ../sass/_template_specific.scss */
.full-row .block {
  width: 277px;
  float: left;
  margin-right: 10px;
}
/* line 4149, ../sass/_template_specific.scss */
.full-row .block:nth-child(4n) {
  margin-right: 0px;
}
/* line 4152, ../sass/_template_specific.scss */
.full-row .block:nth-child(n+5) {
  margin-top: 10px;
}
/* line 4155, ../sass/_template_specific.scss */
.full-row .image-box {
  height: 150px;
  position: relative;
  overflow: hidden;
}
/* line 4160, ../sass/_template_specific.scss */
.full-row .image-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 4168, ../sass/_template_specific.scss */
.full-row .description-box {
  padding: 20px;
  border: 1px solid #bebebe;
  background: white;
  min-height: 250px;
  position: relative;
}
/* line 4175, ../sass/_template_specific.scss */
.full-row h3 {
  color: #897966;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  margin: 10px 0px;
}
/* line 4181, ../sass/_template_specific.scss */
.full-row .intro {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 4187, ../sass/_template_specific.scss */
.full-row .description {
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 4191, ../sass/_template_specific.scss */
.full-row a {
  color: #897966;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: capitalize;
}
/* line 4198, ../sass/_template_specific.scss */
.full-row a:hover {
  color: #4f453a;
  text-decoration: underline;
}

/*=== Salgados palace ===*/
/* line 4206, ../sass/_template_specific.scss */
body.nau-salgados-palace .hidden_top_menu #mainMenuDiv ul .main-section-div-wrapper a {
  font-size: 10px;
}

/* line 4213, ../sass/_template_specific.scss */
.fancy-golf table {
  width: 100%;
}
/* line 4216, ../sass/_template_specific.scss */
.fancy-golf table, .fancy-golf th, .fancy-golf td {
  border: 1px #b7ac9e;
  border-collapse: collapse;
}
/* line 4220, ../sass/_template_specific.scss */
.fancy-golf th, .fancy-golf td {
  padding: 5px;
  text-align: left;
}
/* line 4224, ../sass/_template_specific.scss */
.fancy-golf td.preco {
  padding: 5px;
}
/* line 4228, ../sass/_template_specific.scss */
.fancy-golf tr.tfoot {
  padding-top: 60px;
  text-align: left;
  border-top-color: #b7ac9e;
  border-top-style: solid;
}
/* line 4234, ../sass/_template_specific.scss */
.fancy-golf td.tfoot {
  text-align: left;
}
/* line 4237, ../sass/_template_specific.scss */
.fancy-golf table#t01 tr:nth-child(even) {
  background-color: #eee;
}
/* line 4240, ../sass/_template_specific.scss */
.fancy-golf table#t01 tr:nth-child(odd) {
  background-color: #fff;
}
/* line 4243, ../sass/_template_specific.scss */
.fancy-golf table#t01 th {
  background-color: #b7ac9e;
  color: white;
}

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

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

/*=== New Offer Section ===*/
/* line 4263, ../sass/_template_specific.scss */
.offers_blocks_wrapper {
  display: inline-block;
  width: 100%;
}
/* line 4267, ../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 4276, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element:last-child, .offers_blocks_wrapper .offer_element:nth-child(3n) {
  margin-right: 0;
}
/* line 4280, ../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 4290, ../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 4298, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content {
  opacity: 0;
  transition: opacity .7s;
  height: 100%;
}
/* line 4303, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content:hover {
  opacity: 1;
}
/* line 4307, ../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 4315, ../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 4321, ../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 4328, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_description {
  font-weight: lighter;
  font-size: 14px;
}
/* line 4332, ../sass/_template_specific.scss */
.offers_blocks_wrapper .offer_element .offer_content .center_block .offer_description .promocode_offer_Text {
  margin-top: 10px;
  display: block;
}
/* line 4337, ../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 4346, ../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 4360, ../sass/_template_specific.scss */
.pack_offer_wrapper {
  display: inline-block;
  width: 100%;
}
/* line 4364, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_title_section {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 4370, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section {
  margin-bottom: 20px;
}
/* line 4373, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .highlight {
  color: #897966;
}
/* line 4377, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .table_offer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
/* line 4382, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .table_offer .left_offer {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
/* line 4389, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .table_offer .right_offer {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
/* line 4395, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .table_offer .right_offer .offer_phone {
  box-sizing: border-box;
  padding-left: 40px;
  background: url(/img/nauil/phone.png) no-repeat;
  background-size: contain;
}
/* line 4402, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_description_section .table_offer .right_offer .offer_email {
  box-sizing: border-box;
  padding-left: 40px;
  background: url(/img/nauil/email.png) no-repeat;
  background-size: contain;
}
/* line 4412, ../sass/_template_specific.scss */
.pack_offer_wrapper .button_promotion {
  background: #b57401 !important;
}
/* line 4415, ../sass/_template_specific.scss */
.pack_offer_wrapper .button_promotion:hover {
  background: #4f453a !important;
}
/* line 4420, ../sass/_template_specific.scss */
.pack_offer_wrapper .button_promotion, .pack_offer_wrapper .personalized_link {
  cursor: pointer;
  background: #897966;
  border-radius: 0;
  position: relative;
  top: 0;
  display: block;
  vertical-align: top;
  height: 49px;
  min-width: 200px !important;
  text-align: center;
  font-size: 22px;
  color: white;
  box-sizing: border-box;
  padding: 7px 0;
  margin-top: 30px;
  float: left;
  text-transform: uppercase;
}
/* line 4439, ../sass/_template_specific.scss */
.pack_offer_wrapper .button_promotion:hover, .pack_offer_wrapper .personalized_link:hover {
  background: #b57401;
}
/* line 4444, ../sass/_template_specific.scss */
.pack_offer_wrapper .personalized_link {
  margin-left: 10px;
}
/* line 4448, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #897966;
}
/* line 4454, ../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 4461, ../sass/_template_specific.scss */
.pack_offer_wrapper .filter_pack .filter_element.selected {
  color: #897966;
}
/* line 4466, ../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 4476, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper {
  display: inline-block;
  width: 100%;
}
/* line 4480, ../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 4486, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element:first-child {
  border-top: 2px solid #897966;
}
/* line 4490, ../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 4497, ../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 4505, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content {
  float: right;
  width: 78%;
  display: inline-block;
}
/* line 4510, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_title {
  font-size: 24px;
}
/* line 4514, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .pack_description {
  margin-top: 20px;
}
/* line 4518, ../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 4526, ../sass/_template_specific.scss */
.pack_offer_wrapper .pack_content_wraper .pack_element .pack_content .see_more:hover {
  text-decoration: underline;
}

/* line 4535, ../sass/_template_specific.scss */
a.button_link {
  background: #b57401 !important;
  color: white;
  padding: 10px 30px;
  display: table;
}

/*=== Suggestion Slider ===*/
/* line 4544, ../sass/_template_specific.scss */
.offers_packs_carousel .title_carousel {
  font-size: 32px;
  text-align: center;
  font-family: "Droid Serif";
  margin: 25px 0;
}
/* line 4551, ../sass/_template_specific.scss */
.offers_packs_carousel .carousel_content {
  position: relative;
}
/* line 4554, ../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 4559, ../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 4565, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element {
  position: relative;
  height: 380px;
}
/* line 4569, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 4574, ../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 4582, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content {
  opacity: 0;
  transition: opacity .7s;
  height: 100%;
}
/* line 4587, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content:hover {
  opacity: 1;
}
/* line 4591, ../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 4599, ../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 4605, ../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 4612, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_description {
  font-weight: lighter;
  font-size: 14px;
}
/* line 4616, ../sass/_template_specific.scss */
.offers_packs_carousel .suggestion_element .suggestion_content .center_block .suggestion_description .promocode_offer_Text {
  margin-top: 10px;
  display: block;
}
/* line 4621, ../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 4630, ../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 4645, ../sass/_template_specific.scss */
.new {
  width: 100%;
  background-color: white;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
}

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

/* line 4658, ../sass/_template_specific.scss */
.photo-container {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
  float: left;
}
/* line 4665, ../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 4677, ../sass/_template_specific.scss */
.block-new-description {
  display: inline-block;
  width: 800px;
  height: 200px;
  padding: 0px 20px;
  position: relative;
}
/* line 4684, ../sass/_template_specific.scss */
.block-new-description .date {
  color: #897966;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 4690, ../sass/_template_specific.scss */
.block-new-description a {
  color: #897966;
}
/* line 4693, ../sass/_template_specific.scss */
.block-new-description span.news_description {
  display: block;
}
/* line 4696, ../sass/_template_specific.scss */
.block-new-description #news_description p {
  text-align: left;
}
/* line 4699, ../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 4707, ../sass/_template_specific.scss */
.block-new-description ul {
  position: absolute;
  bottom: 0px;
}
/* line 4711, ../sass/_template_specific.scss */
.block-new-description ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
/* line 4716, ../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 4727, ../sass/_template_specific.scss */
.block-new-description ul .read-more-news:hover {
  background: #4f453a;
}

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

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

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

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

/* line 4758, ../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 4770, ../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 4775, ../sass/_template_specific.scss */
.floating_newsletter.opened {
  right: 0;
}
/* line 4779, ../sass/_template_specific.scss */
.floating_newsletter #newsletter #suscEmail {
  float: left;
}
/* line 4782, ../sass/_template_specific.scss */
.floating_newsletter #newsletter #newsletterButtonExternalDiv {
  float: none;
  display: inline-block;
}
/* line 4786, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox {
  display: inline-block;
  font-size: 12px;
}
/* line 4789, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox a {
  font-size: 12px;
}
/* line 4793, ../sass/_template_specific.scss */
.floating_newsletter #newsletter .newsletter_checkbox:nth-of-type(3) {
  display: block;
  position: absolute;
  top: 45px;
  right: 10px;
}

/* line 4803, ../sass/_template_specific.scss */
#newsletter {
  margin-top: 0.5em;
}
/* line 4806, ../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 4816, ../sass/_template_specific.scss */
#newsletter #form-newsletter #newsletter_checkboxes {
  margin-top: 0.5em;
  float: left;
}

/* line 4822, ../sass/_template_specific.scss */
footer .newsletter_social_wrapper_footer #newsletter #newsletterButtonExternalDiv {
  padding-top: 6px;
  width: 50px;
}

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

/* line 4831, ../sass/_template_specific.scss */
.tp-banner-container {
  height: 90vh !important;
  top: 56px;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * Micro clearfix
 */
/* line 7, ../sass/_theme_table_import.scss */
.uk-grid:before,
.uk-grid:after {
  content: " ";
  display: table;
}

/* line 13, ../sass/_theme_table_import.scss */
.uk-grid:after {
  clear: both;
}

/*
 * 1. Needed for the gutter
 * 2. Makes grid more robust so that it can be used with other block elements like lists
 */
/* line 21, ../sass/_theme_table_import.scss */
.uk-grid {
  /* 1 */
  margin: 0 0 0 -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * 1. Makes grid more robust so that it can be used with other block elements
 * 2. Create horizontal gutter
 * 3. `float` is set by default so columns always behave the same and create a new block format context
 */
/* line 35, ../sass/_theme_table_import.scss */
.uk-grid > * {
  /* 1 */
  margin: 0;
  /* 2 */
  padding-left: 10px;
  /* 3 */
  float: left;
}

/*
 * Remove margin from the last-child
 */
/* line 47, ../sass/_theme_table_import.scss */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Grid gutter
 ========================================================================== */
/*
 * Vertical gutter
 */
/* line 56, ../sass/_theme_table_import.scss */
.uk-grid + .uk-grid {
  margin-top: 10px;
}

/*
 * This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
 * Higher specificity to override margin
 */
/* line 64, ../sass/_theme_table_import.scss */
.uk-grid > .uk-grid-margin {
  margin-top: 10px;
}

/*
 * Vertical gutter for panels
 */
/* line 71, ../sass/_theme_table_import.scss */
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

/*
 * Larger gutter for large screens
 */
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal gutter */
  /* line 81, ../sass/_theme_table_import.scss */
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -10px;
  }

  /* line 84, ../sass/_theme_table_import.scss */
  .uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 10px;
  }

  /* Vertical gutter */
  /* line 88, ../sass/_theme_table_import.scss */
  .uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 10px;
  }

  /* line 91, ../sass/_theme_table_import.scss */
  .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
    margin-top: 10px;
  }

  /* Vertical gutter for panels */
  /* line 95, ../sass/_theme_table_import.scss */
  .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
    margin-top: 10px;
  }
}
/*
 * Small gutter
 * Higher specificity to override large gutter
 */
/* line 104, ../sass/_theme_table_import.scss */
.uk-grid.uk-grid-small {
  margin-left: 0px;
}

/* line 108, ../sass/_theme_table_import.scss */
.uk-grid.uk-grid-small > * {
  padding-left: 0px;
}

/* line 112, ../sass/_theme_table_import.scss */
.uk-grid.uk-grid-small + .uk-grid-small {
  margin-top: 0px;
}

/* line 116, ../sass/_theme_table_import.scss */
.uk-grid.uk-grid-small > .uk-grid-margin {
  margin-top: 0px;
}

/* line 120, ../sass/_theme_table_import.scss */
.uk-grid.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 0px;
}

/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row
 */
/* line 130, ../sass/_theme_table_import.scss */
.uk-grid-divider:not(:empty) {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 135, ../sass/_theme_table_import.scss */
.uk-grid-divider > * {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 140, ../sass/_theme_table_import.scss */
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

/* Tablet and bigger */
@media (min-width: 768px) {
  /* line 154, ../sass/_theme_table_import.scss */
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 161, ../sass/_theme_table_import.scss */
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  /* line 171, ../sass/_theme_table_import.scss */
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 175, ../sass/_theme_table_import.scss */
  .uk-grid-divider:not(.uk-grid-preserve) > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 179, ../sass/_theme_table_import.scss */
  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*
 * Vertical divider
 */
/* line 188, ../sass/_theme_table_import.scss */
.uk-grid-divider:empty {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* Even grid cell widths
 ========================================================================== */
/* line 196, ../sass/_theme_table_import.scss */
[class*='uk-grid-width'] > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* line 202, ../sass/_theme_table_import.scss */
.uk-grid-width-1-2 > * {
  width: 50%;
}

/* line 206, ../sass/_theme_table_import.scss */
.uk-grid-width-1-3 > * {
  width: 33.333%;
}

/* line 210, ../sass/_theme_table_import.scss */
.uk-grid-width-1-4 > * {
  width: 25%;
}

/* line 214, ../sass/_theme_table_import.scss */
.uk-grid-width-1-5 > * {
  width: 20%;
}

/* line 218, ../sass/_theme_table_import.scss */
.uk-grid-width-1-6 > * {
  width: 16.666%;
}

/* line 222, ../sass/_theme_table_import.scss */
.uk-grid-width-1-10 > * {
  width: 10%;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* line 228, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }

  /* line 231, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }

  /* line 234, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }

  /* line 237, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }

  /* line 240, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }

  /* line 243, ../sass/_theme_table_import.scss */
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* line 250, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }

  /* line 253, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }

  /* line 256, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }

  /* line 259, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }

  /* line 262, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }

  /* line 265, ../sass/_theme_table_import.scss */
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 272, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }

  /* line 275, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }

  /* line 278, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }

  /* line 281, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }

  /* line 284, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }

  /* line 287, ../sass/_theme_table_import.scss */
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 294, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }

  /* line 297, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }

  /* line 300, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }

  /* line 303, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }

  /* line 306, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }

  /* line 309, ../sass/_theme_table_import.scss */
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
/* line 316, ../sass/_theme_table_import.scss */
[class*='uk-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/*
 * Widths
 */
/* Whole */
/* line 326, ../sass/_theme_table_import.scss */
.uk-width-1-1 {
  width: 100%;
}

/* Halves */
/* line 331, ../sass/_theme_table_import.scss */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}

/* Thirds */
/* line 339, ../sass/_theme_table_import.scss */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}

/* line 344, ../sass/_theme_table_import.scss */
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}

/* Quarters */
/* line 350, ../sass/_theme_table_import.scss */
.uk-width-1-4 {
  width: 25%;
}

/* line 354, ../sass/_theme_table_import.scss */
.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
/* line 359, ../sass/_theme_table_import.scss */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}

/* line 364, ../sass/_theme_table_import.scss */
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}

/* line 369, ../sass/_theme_table_import.scss */
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}

/* line 374, ../sass/_theme_table_import.scss */
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}

/* Sixths */
/* line 380, ../sass/_theme_table_import.scss */
.uk-width-1-6 {
  width: 16.666%;
}

/* line 384, ../sass/_theme_table_import.scss */
.uk-width-5-6 {
  width: 83.333%;
}

/* Tenths */
/* line 389, ../sass/_theme_table_import.scss */
.uk-width-1-10 {
  width: 10%;
}

/* line 393, ../sass/_theme_table_import.scss */
.uk-width-3-10 {
  width: 30%;
}

/* line 397, ../sass/_theme_table_import.scss */
.uk-width-7-10 {
  width: 70%;
}

/* line 401, ../sass/_theme_table_import.scss */
.uk-width-9-10 {
  width: 90%;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  /* line 408, ../sass/_theme_table_import.scss */
  .uk-width-small-1-1 {
    width: 100%;
  }

  /* Halves */
  /* line 412, ../sass/_theme_table_import.scss */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }

  /* Thirds */
  /* line 419, ../sass/_theme_table_import.scss */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }

  /* line 423, ../sass/_theme_table_import.scss */
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }

  /* Quarters */
  /* line 428, ../sass/_theme_table_import.scss */
  .uk-width-small-1-4 {
    width: 25%;
  }

  /* line 431, ../sass/_theme_table_import.scss */
  .uk-width-small-3-4 {
    width: 75%;
  }

  /* Fifths */
  /* line 435, ../sass/_theme_table_import.scss */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }

  /* line 439, ../sass/_theme_table_import.scss */
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }

  /* line 443, ../sass/_theme_table_import.scss */
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }

  /* line 447, ../sass/_theme_table_import.scss */
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }

  /* Sixths */
  /* line 452, ../sass/_theme_table_import.scss */
  .uk-width-small-1-6 {
    width: 16.666%;
  }

  /* line 455, ../sass/_theme_table_import.scss */
  .uk-width-small-5-6 {
    width: 83.333%;
  }

  /* Tenths */
  /* line 459, ../sass/_theme_table_import.scss */
  .uk-width-small-1-10 {
    width: 10%;
  }

  /* line 462, ../sass/_theme_table_import.scss */
  .uk-width-small-3-10 {
    width: 30%;
  }

  /* line 465, ../sass/_theme_table_import.scss */
  .uk-width-small-7-10 {
    width: 70%;
  }

  /* line 468, ../sass/_theme_table_import.scss */
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  /* line 476, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-1 {
    width: 100%;
  }

  /* Halves */
  /* line 480, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }

  /* Thirds */
  /* line 487, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }

  /* line 491, ../sass/_theme_table_import.scss */
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }

  /* Quarters */
  /* line 496, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-4 {
    width: 25%;
  }

  /* line 499, ../sass/_theme_table_import.scss */
  .uk-width-medium-3-4 {
    width: 75%;
  }

  /* Fifths */
  /* line 503, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }

  /* line 507, ../sass/_theme_table_import.scss */
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }

  /* line 511, ../sass/_theme_table_import.scss */
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }

  /* line 515, ../sass/_theme_table_import.scss */
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }

  /* Sixths */
  /* line 520, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }

  /* line 523, ../sass/_theme_table_import.scss */
  .uk-width-medium-5-6 {
    width: 83.333%;
  }

  /* Tenths */
  /* line 527, ../sass/_theme_table_import.scss */
  .uk-width-medium-1-10 {
    width: 10%;
  }

  /* line 530, ../sass/_theme_table_import.scss */
  .uk-width-medium-3-10 {
    width: 30%;
  }

  /* line 533, ../sass/_theme_table_import.scss */
  .uk-width-medium-7-10 {
    width: 70%;
  }

  /* line 536, ../sass/_theme_table_import.scss */
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* line 544, ../sass/_theme_table_import.scss */
  .uk-width-large-1-1 {
    width: 100%;
  }

  /* Halves */
  /* line 548, ../sass/_theme_table_import.scss */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }

  /* Thirds */
  /* line 555, ../sass/_theme_table_import.scss */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }

  /* line 559, ../sass/_theme_table_import.scss */
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }

  /* Quarters */
  /* line 564, ../sass/_theme_table_import.scss */
  .uk-width-large-1-4 {
    width: 25%;
  }

  /* line 567, ../sass/_theme_table_import.scss */
  .uk-width-large-3-4 {
    width: 75%;
  }

  /* Fifths */
  /* line 571, ../sass/_theme_table_import.scss */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }

  /* line 575, ../sass/_theme_table_import.scss */
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }

  /* line 579, ../sass/_theme_table_import.scss */
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }

  /* line 583, ../sass/_theme_table_import.scss */
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }

  /* Sixths */
  /* line 588, ../sass/_theme_table_import.scss */
  .uk-width-large-1-6 {
    width: 16.666%;
  }

  /* line 591, ../sass/_theme_table_import.scss */
  .uk-width-large-5-6 {
    width: 83.333%;
  }

  /* Tenths */
  /* line 595, ../sass/_theme_table_import.scss */
  .uk-width-large-1-10 {
    width: 10%;
  }

  /* line 598, ../sass/_theme_table_import.scss */
  .uk-width-large-3-10 {
    width: 30%;
  }

  /* line 601, ../sass/_theme_table_import.scss */
  .uk-width-large-7-10 {
    width: 70%;
  }

  /* line 604, ../sass/_theme_table_import.scss */
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  /* line 617, ../sass/_theme_table_import.scss */
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }

  /*
     * Push
     */
  /* Halves */
  /* line 625, ../sass/_theme_table_import.scss */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }

  /* Thirds */
  /* line 632, ../sass/_theme_table_import.scss */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }

  /* line 636, ../sass/_theme_table_import.scss */
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }

  /* Quarters */
  /* line 641, ../sass/_theme_table_import.scss */
  .uk-push-1-4 {
    left: 25%;
  }

  /* line 644, ../sass/_theme_table_import.scss */
  .uk-push-3-4 {
    left: 75%;
  }

  /* Fifths */
  /* line 648, ../sass/_theme_table_import.scss */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }

  /* line 652, ../sass/_theme_table_import.scss */
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }

  /* line 656, ../sass/_theme_table_import.scss */
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }

  /* line 660, ../sass/_theme_table_import.scss */
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }

  /* Sixths */
  /* line 665, ../sass/_theme_table_import.scss */
  .uk-push-1-6 {
    left: 16.666%;
  }

  /* line 668, ../sass/_theme_table_import.scss */
  .uk-push-5-6 {
    left: 83.333%;
  }

  /* Tenths */
  /* line 672, ../sass/_theme_table_import.scss */
  .uk-push-1-10 {
    left: 10%;
  }

  /* line 675, ../sass/_theme_table_import.scss */
  .uk-push-3-10 {
    left: 30%;
  }

  /* line 678, ../sass/_theme_table_import.scss */
  .uk-push-7-10 {
    left: 70%;
  }

  /* line 681, ../sass/_theme_table_import.scss */
  .uk-push-9-10 {
    left: 90%;
  }

  /*
     * Pull
     */
  /* Halves */
  /* line 688, ../sass/_theme_table_import.scss */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }

  /* Thirds */
  /* line 695, ../sass/_theme_table_import.scss */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }

  /* line 699, ../sass/_theme_table_import.scss */
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }

  /* Quarters */
  /* line 704, ../sass/_theme_table_import.scss */
  .uk-pull-1-4 {
    left: -25%;
  }

  /* line 707, ../sass/_theme_table_import.scss */
  .uk-pull-3-4 {
    left: -75%;
  }

  /* Fifths */
  /* line 711, ../sass/_theme_table_import.scss */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }

  /* line 715, ../sass/_theme_table_import.scss */
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }

  /* line 719, ../sass/_theme_table_import.scss */
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }

  /* line 723, ../sass/_theme_table_import.scss */
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }

  /* Sixths */
  /* line 728, ../sass/_theme_table_import.scss */
  .uk-pull-1-6 {
    left: -16.666%;
  }

  /* line 731, ../sass/_theme_table_import.scss */
  .uk-pull-5-6 {
    left: -83.333%;
  }

  /* Tenths */
  /* line 735, ../sass/_theme_table_import.scss */
  .uk-pull-1-10 {
    left: -10%;
  }

  /* line 738, ../sass/_theme_table_import.scss */
  .uk-pull-3-10 {
    left: -30%;
  }

  /* line 741, ../sass/_theme_table_import.scss */
  .uk-pull-7-10 {
    left: -70%;
  }

  /* line 744, ../sass/_theme_table_import.scss */
  .uk-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
/* line 756, ../sass/_theme_table_import.scss */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}

/*
 * Micro clearfix to make panels more robust
 */
/* line 766, ../sass/_theme_table_import.scss */
.uk-panel:before,
.uk-panel:after {
  content: " ";
  display: table;
}

/* line 772, ../sass/_theme_table_import.scss */
.uk-panel:after {
  clear: both;
}

/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
/* line 779, ../sass/_theme_table_import.scss */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

/* Sub-object: `uk-panel-title`
 ========================================================================== */
/* line 785, ../sass/_theme_table_import.scss */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  color: #897966;
}

/* Sub-object: `uk-panel-badge`
 ========================================================================== */
/* line 797, ../sass/_theme_table_import.scss */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
/* line 806, ../sass/_theme_table_import.scss */
.uk-panel-box {
  padding: 0px;
  background: #ffffff;
  color: #393839;
}

/* line 812, ../sass/_theme_table_import.scss */
.uk-panel-box .uk-panel-title {
  color: #2f2f2f;
}

/* line 816, ../sass/_theme_table_import.scss */
.uk-panel-box .uk-panel-badge {
  top: 0px;
  right: 0px;
}

/* line 821, ../sass/_theme_table_import.scss */
.uk-panel-box .uk-panel-teaser {
  margin: 0px 0px 25px 0px;
}

/*
 * Nav in panel
 */
/* line 828, ../sass/_theme_table_import.scss */
.uk-panel-box > .uk-nav-side {
  margin: 0 0px;
}

/*
 * Sub-modifier: `uk-panel-box-primary`
 */
/* line 835, ../sass/_theme_table_import.scss */
.uk-panel-box-primary {
  background-color: #897966;
  color: #dacfc0;
}

/* line 840, ../sass/_theme_table_import.scss */
.uk-panel-box-primary > a:not([class]),
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]) {
  color: #ffffff;
}

/* line 845, ../sass/_theme_table_import.scss */
.uk-panel-box-primary > a:not([class]):hover,
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]):hover {
  color: #14120f;
}

/* line 850, ../sass/_theme_table_import.scss */
.uk-panel-box-primary .uk-badge {
  background: #ffffff;
  color: #6c5f50;
  text-shadow: none;
}

/* line 856, ../sass/_theme_table_import.scss */
.uk-panel-box-primary .uk-panel-title {
  color: #ffffff;
}

/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
/* line 863, ../sass/_theme_table_import.scss */
.uk-panel-box-secondary {
  background-color: #f7f7f7;
  color: #393839;
}

/* line 868, ../sass/_theme_table_import.scss */
.uk-panel-box-secondary .uk-panel-title {
  color: #2f2f2f;
}

/* Modifier: `uk-panel-header`
 ========================================================================== */
/* line 874, ../sass/_theme_table_import.scss */
.uk-panel-header .uk-panel-title {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #897966;
}

/* Modifier: `uk-panel-space`
 ========================================================================== */
/* line 882, ../sass/_theme_table_import.scss */
.uk-panel-space {
  padding: 25px;
}

/* line 886, ../sass/_theme_table_import.scss */
.uk-panel-space .uk-panel-badge {
  top: 25px;
  right: 25px;
}

/* Modifier: `uk-panel-divider`
 ========================================================================== */
/* line 893, ../sass/_theme_table_import.scss */
.uk-panel + .uk-panel-divider {
  margin-top: 20px !important;
}

/* line 897, ../sass/_theme_table_import.scss */
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 909, ../sass/_theme_table_import.scss */
  .uk-panel + .uk-panel-divider {
    margin-top: 20px !important;
  }

  /* line 912, ../sass/_theme_table_import.scss */
  .uk-panel + .uk-panel-divider:before {
    top: -10px;
  }
}
/* `uk-panel-header` */
/* line 918, ../sass/_theme_table_import.scss */
.uk-panel-header {
  padding: 0px;
  background: #ffffff;
}

/* line 923, ../sass/_theme_table_import.scss */
.uk-panel-header .uk-panel-badge {
  top: 0px;
  right: 0px;
}

/* line 928, ../sass/_theme_table_import.scss */
.uk-panel-header > .uk-nav-side {
  margin: 0 0px;
}

/* `uk-panel-divider` */
/* line 933, ../sass/_theme_table_import.scss */
.uk-panel-divider {
  border: none !important;
}

/* line 938, ../sass/_theme_table_import.scss */
.uk-table th a {
  color: #897966;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1240px) {
  /* line 3, ../sass/_media_queries.scss */
  .slider-section .flex-nav-prev, .slider-section .flex-nav-next {
    display: none;
  }

  /* line 8, ../sass/_media_queries.scss */
  .hidden_top_menu .deploy_booking {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  /* line 14, ../sass/_media_queries.scss */
  body {
    width: 1140px;
    overflow-x: hidden;
  }
}
