@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*! jQuery-ui-Slider-Pips - v1.11.3 - 2016-03-15
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

.ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

.ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:after, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #fff;
  right: auto;
  left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #0d2542;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
  font-size: 3rem;
  margin-top: 0;
  font-weight: 300;
  font-family: "Lato";
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-top: 0;
  font-family: "Lato";
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.75rem;
  font-weight: 300;
  margin-top: 0;
  font-family: "Lato";
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
  margin-top: 0;
  font-family: "Lato";
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.225rem;
  }
}

a {
  color: #336baa;
}

p {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}

.clearfix {
  overflow: auto;
  clear: both;
}

.none {
  display: none;
}

.novis {
  visibility: hidden;
}

.hide {
  display: none;
}

.transparent {
  opacity: 0;
}

.inner-wrapper {
  max-width: 1200px;
  margin: auto;
}

header {
  padding: 0;
  width: 100%;
  float: none;
  background-color: white;
  z-index: 1000;
}

section {
  width: 100%;
  height: auto;
}

.faded {
  color: #0d2542;
  font-size: 1.4rem;
}

.fade-in {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
            transform: translate(0px, 25px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
            transform: translate(0px, 25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
nav .content {
  margin-bottom: 0;
}
nav .logo-bar {
  padding: 10px 80px;
}
@media (max-width: 980px) {
  nav .logo-bar {
    padding: 10px;
  }
}
nav .menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "Lato";
  background-color: #0d2542;
}
@media (max-width: 768px) {
  nav .menu {
    min-height: 0px;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 2000;
    position: relative;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
nav .menu.active {
  min-height: auto;
  z-index: 2000;
  position: relative;
  opacity: 1;
}
nav .menu .top-menu > .active > a {
  color: white;
}
nav .menu .top-menu > .active > a.red {
  color: white;
}
@media (max-width: 768px) {
  nav .menu .top-menu > .active > a {
    color: white;
  }
}
nav .menu > ul {
  font-size: 1.3em;
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  nav .menu > ul {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }
  nav .menu > ul.active {
    height: 100%;
    opacity: 1;
    max-height: 1500px;
    padding: 30px 0 10px 0;
  }
}
nav .menu > ul > li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  font-size: 1.3rem;
}
nav .menu > ul > li:after {
  display: block;
  content: "";
  border-bottom: solid 1px white;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
@media (max-width: 768px) {
  nav .menu > ul > li:after {
    border: 0;
    -webkit-transform: 0;
            transform: 0;
  }
}
@media (max-width: 768px) {
  nav .menu > ul > li {
    display: block;
    border: none;
    min-height: 60px;
  }
}
nav .menu > ul > li:last-of-type {
  border: none;
}
nav .menu > ul > li:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 768px) {
  nav .menu > ul > li:hover:after {
    border: 0;
    -webkit-transform: 0;
            transform: 0;
  }
}
nav .menu > ul > li:hover > a {
  color: white;
}
@media (max-width: 768px) {
  nav .menu > ul > li:hover > a {
    color: white;
    border: 0;
  }
}
nav .menu > ul > li:hover ul {
  display: block;
}
nav .menu > ul > li > a {
  text-decoration: none;
  color: white;
  display: block;
  margin-top: 0;
  padding: 10px 9px;
  border-top: 4px solid RGBA(0, 0, 0, 0);
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav .menu > ul > li > a.red {
  color: white;
}
@media (max-width: 768px) {
  nav .menu > ul > li > a {
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
  }
}
nav .menu > ul > li > a:hover {
  color: white;
}
@media (max-width: 768px) {
  nav .menu > ul > li > a:hover {
    color: white;
  }
}
nav .menu > ul ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: none;
  padding: 25px;
  text-align: center;
  z-index: 2000;
}
@media (max-width: 768px) {
  nav .menu > ul ul {
    padding: 21px 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    font-size: 0.8em;
    position: static;
    display: block;
    right: auto;
    background-color: none;
  }
}
nav .menu > ul ul li {
  list-style-type: none;
  background-color: #0d2542;
  font-size: 0.9em;
}
nav .menu > ul ul li:hover {
  background-color: #090f17;
}
@media (max-width: 768px) {
  nav .menu > ul ul li {
    border: none;
    background-color: #ebf4fb;
  }
  nav .menu > ul ul li:hover {
    background-color: #6F7377;
  }
}
nav .menu > ul ul li a {
  text-decoration: none;
  width: 200px;
  display: block;
  color: white;
  padding: 10px 0;
  font-size: 1.4rem;
}
nav .menu > ul ul li a:hover {
  color: #EEEEEE;
}
@media (max-width: 768px) {
  nav .menu > ul ul li a {
    width: auto;
    color: #0d2542;
    font-size: 1.5rem;
  }
  nav .menu > ul ul li a:hover {
    color: white;
  }
}
nav .logo {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}
nav .logo a {
  height: 70px;
  display: block;
}
@media (max-width: 480px) {
  nav .logo a {
    height: 50px;
  }
}
nav .logo a img {
  width: auto;
  height: 100%;
}
nav .translate-element .goog-te-gadget-simple {
  float: right;
  position: relative;
  top: 22px;
}
@media (max-width: 768px) {
  nav .translate-element .goog-te-gadget-simple {
    clear: both;
    right: 0;
    top: -3px;
  }
}
nav .translate-element img {
  width: inherit;
}
nav .social {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  margin: 0;
  margin-top: 24px;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 980px) {
  nav .social {
    margin-top: 10px;
    width: 90px;
    padding-left: 20px;
    float: right;
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  nav .social {
    display: none;
  }
}
nav .menu-toggle {
  display: none;
  position: absolute;
  top: 26px;
  font-size: 2em;
  right: 9px;
  cursor: pointer;
  color: white;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  nav .menu-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  nav .menu-toggle {
    top: 16px;
  }
}
nav .menu-toggle .menu-image {
  width: 34px;
  height: 25px;
  background-image: url(../images/icons/menu.png);
  background-repeat: no-repeat;
  background-position: 2px -2px;
  background-size: 84%;
  display: inline-block;
  position: relative;
  top: 5px;
}
nav .menu-toggle .menu-image.dropped {
  background-position: 2px -30px;
}
nav .menu-toggle .menu-word {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 2500;
  position: relative;
  color: #0d2542;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.listing .search-section {
  border-top: 1px solid white;
}

.search-section {
  background-color: #0d2542;
  color: white;
  padding: 20px 10px;
}
@media (max-width: 980px) {
  .search-section {
    padding: 20px 10px;
  }
}
.search-section .term-wrapper {
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .search-section .term-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .search-section .search-form {
    text-align: center;
  }
}
.search-section .term {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  font-size: 1.4em;
  margin-bottom: 25px;
  position: relative;
  height: 80px;
}
@media (max-width: 768px) {
  .search-section .term {
    height: initial;
    min-height: 80px;
  }
}
.search-section .term.slider-container {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 768px) {
  .search-section .term.slider-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.search-section .term.final {
  margin-right: 0;
}
@media (max-width: 768px) {
  .search-section .term.final {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .search-section .term {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .search-section .term {
    width: 100%;
    float: left;
  }
}
.search-section .term .title {
  display: block;
  margin-bottom: 25px;
  position: absolute;
  width: 80%;
}
@media (max-width: 980px) {
  .search-section .term .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .search-section .term .title {
    width: 100%;
  }
}
.search-section .term select {
  cursor: pointer;
  width: 90%;
  padding: 5px;
  font-size: 0.8em;
  background-color: white;
  color: #0d2542;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  position: relative;
  top: 40px;
}
.search-section .term option {
  padding: 5px;
  font-size: 0.8em;
  background-color: white;
  color: #0d2542;
}
.search-section .term .search-beds-title {
  line-height: 1.5rem;
}
.search-section .search-button {
  background: none;
  background-color: white;
  border: 1px solid #0d2542;
  padding: 10px 10px;
  color: #0d2542;
  border-radius: 4%;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  width: unset;
  padding: 7px 26px;
  font-size: 1.2rem;
  top: 35px;
  position: relative;
  border-radius: 5px;
}
.search-section .search-button:hover {
  background-color: #AAAAAA;
  color: white;
}

.dropdown-el {
  width: 90%;
  position: relative;
  display: inline-block;
  margin-right: 1em;
  min-height: 2em;
  max-height: 2em;
  overflow: hidden;
  top: 40px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #444;
  outline: none;
  border-radius: 0.5em;
  background-color: white;
  z-index: 2000;
}
@media (max-width: 768px) {
  .dropdown-el {
    margin-right: 0;
  }
}
.dropdown-el.none {
  display: none;
}
.dropdown-el input {
  display: none;
}
.dropdown-el label {
  border-top: 0.06em solid #d9d9d9;
  display: block;
  height: 2em;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
  margin-top: 2em;
  border-top: 0.06em solid #d9d9d9;
}
.dropdown-el input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 0.9em;
  border: 0.3em solid white;
  border-color: #0d2542 transparent transparent transparent;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown-el.expanded {
  background: #fff;
  border-radius: 0.25em;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 20em;
  z-index: 3000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  min-width: 150px;
}
@media (max-width: 768px) {
  .dropdown-el.expanded {
    min-width: 110px;
  }
}
.dropdown-el.expanded label {
  border-top: 0.06em solid #d9d9d9;
  min-width: 150px;
}
.dropdown-el.expanded label:hover {
  color: #0d2542;
  background-color: #EEEEEE;
}
.dropdown-el.expanded input:checked + label {
  color: #0d2542;
}
.dropdown-el.expanded::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0.55em;
}

.beds-wrapper {
  width: 95%;
  margin: auto;
}

.beds-dropdown-container {
  width: 50%;
  margin: auto;
  display: inline-block;
  float: left;
}

.beds-max-dropdown-container {
  top: 40px;
  z-index: 200;
}

.beds-dropdown {
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider {
  top: 45px;
}
@media (max-width: 768px) {
  .slider {
    width: 76%;
    margin: auto;
  }
}

#steps-fivepercent-slider .ui-slider-tip {
  visibility: hidden;
  opacity: 1;
  top: -30px;
}

.ui-slider-pips .ui-slider-pip {
  font-size: 1rem;
}

.ui-widget-content .ui-slider-handle.ui-state-default {
  background: #434d5a;
  border-color: #434d5a;
}

.ui-slider .ui-slider-range {
  background: #f5f5f5;
  border: 1px solid rgba(67, 77, 90, 0.5);
  height: 15px;
  top: -1px;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  color: white;
}

.ui-slider-pips .ui-slider-pip {
  color: #AAAAAA;
}
.ui-slider-pips .ui-slider-pip-inrange {
  color: white;
}
.ui-slider-pips .ui-slider-pip-selected-1 {
  color: white;
}
.ui-slider-pips .ui-slider-pip-selected-2 {
  color: white;
}
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: white;
}

/*
.ui-slider-pip:nth-of-type(2n) .ui-slider-label {
    @include largeexclusive {
       display: none; 
    }
    @include small {
      display: none; 
    }
}

.ui-slider-pip:nth-of-type(5n+1) .ui-slider-label {
       display: none; 
}
.ui-slider-pip:nth-of-type(5n+3) .ui-slider-label {
       display: none; 
}
.ui-slider-pip:nth-of-type(5n+4) .ui-slider-label {
        display: none; 
}
.ui-slider-pip:nth-of-type(5n+5) .ui-slider-label {
        display: none; 
}
.ui-slider-pip:last-of-type(2) .ui-slider-label {
        display: none; 
}
.slider .ui-slider-pip-first .ui-slider-label {
       display: block; 
}
.ui-slider-pip:last-of-type .ui-slider-label {
       display: block; 
}
*/
@media (max-width: 768px) {
  .ui-slider-pip-last .ui-slider-label {
    width: 40px;
    word-break: break-all;
  }
}

.banner {
  padding: 150px 20px;
  text-align: center;
}
.banner .header {
  margin: 0;
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 300;
}
.banner p {
  display: block;
  max-width: 500px;
  margin: auto;
  text-align: center;
  line-height: 1.7;
}
.banner .cta-text {
  color: #9DB2C2;
  font-weight: 700;
}
.secondary-banner {
  background-color: #ebf4fb;
  color: #0d2542;
}
.secondary-banner .header {
  color: #0d2542;
}
.secondary-banner .highlight {
  color: #0d2542;
}
.secondary-banner .divider {
  width: 40px;
  margin: auto;
  display: block;
  border-top: 3px solid #0d2542;
  margin-bottom: 30px;
}
.secondary-banner a {
  background: none;
  background-color: white;
  border: 1px solid #0d2542;
  padding: 10px 10px;
  color: #0d2542;
  border-radius: 4%;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}
.secondary-banner a:hover {
  background-color: #AAAAAA;
  color: white;
}

.primary-banner {
  background-color: #0d2542;
  color: white;
}
.primary-banner .header {
  color: #ebf4fb;
}
.primary-banner .highlight {
  color: white;
}
.primary-banner .divider {
  width: 40px;
  margin: auto;
  display: block;
  border-top: 3px solid white;
  margin-bottom: 30px;
}

.white-banner {
  background-color: white;
  color: #0d2542;
  text-transform: uppercase;
  padding: 50px 20px;
}
.white-banner .header {
  color: #0d2542;
  max-width: 100%;
}
.white-banner p {
  text-transform: initial;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 20px;
}
.white-banner .highlight {
  font-weight: bold;
}
.white-banner .divider {
  width: 40px;
  margin: auto;
  display: block;
  border-top: 3px solid #ebf4fb;
  margin-bottom: 30px;
}
.white-banner .bold {
  font-weight: 700;
}

.form {
  padding: 80px;
}
@media (max-width: 980px) {
  .form {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .form {
    padding: 40px 30px;
  }
}
.form .boltforms-none-row {
  display: none;
}
.form h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
.form .boltforms-messageFormEntry-row {
  padding: 0 10px;
  margin-bottom: 20px;
}
.form .boltforms-messageFormEntry-row input {
  color: #0d2542;
  padding: 10px;
  font-size: 1.5rem;
  border: 0;
  width: 100%;
}
.form .recaptcha-container {
  text-align: center;
}
.form .recaptcha-container .g-recaptcha > div {
  margin: auto;
}
.form .message-row {
  width: 98%;
  margin: auto;
}
.form .message-row textarea {
  width: 100%;
  height: 150px;
  color: #0d2542;
  font-size: 1.5rem;
  padding: 10px;
  border: none;
}
.form .boltforms-label {
  display: block;
  margin-bottom: 5px;
}
.form .boltform-message {
  background: transparent;
  border: 0;
  text-align: center;
  text-shadow: none;
  font-size: 2rem;
  color: white;
}
.form .boltform label.required:after {
  content: none;
}
.form .boltforms-submit-row {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
.form .submit {
  background: none;
  background-color: white;
  border: 1px solid #0d2542;
  padding: 10px 10px;
  color: #0d2542;
  border-radius: 4%;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  border: 0;
  padding: 10px 40px;
  font-size: 1.2rem;
  width: initial;
  display: inline-block;
}
.form .submit:hover {
  background-color: #AAAAAA;
  color: white;
}
.form .contenttype {
  padding: 0 10px;
}
.form .form-sub-heading {
  font-size: 2rem;
}
.form .boltforms-inline {
  position: relative;
  width: 98%;
  margin: auto;
  clear: both;
}
.form .boltforms-inline input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form .boltforms-inline input[type=checkbox]:checked ~ .indicator {
  background: #0d2542;
}
.form .boltforms-inline input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  z-index: 100;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form .boltforms-inline .indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #f5f5f5;
}
.form .boltforms-inline .indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.horizontal-form .boltforms-messageFormEntry-row {
  display: inline-block;
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}
.horizontal-form .boltforms-messageFormEntry-row.count3 {
  margin-right: 0;
}
@media (max-width: 768px) {
  .horizontal-form .boltforms-messageFormEntry-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.white-form .boltform-message {
  font-size: 2rem;
  color: #0d2542;
}

.short-form {
  background-color: #0d2542;
  color: white;
}
.short-form .radio-input-row .boltforms-label {
  display: none;
}
.short-form .radio-input {
  padding: 15px 0 0 0;
}
.short-form .radio-input label {
  padding: 10px;
}
.short-form.valuation-section .boltforms-messageFormEntry-row {
  display: inline-block;
  width: 50%;
  float: left;
  margin-right: 1.6949152542%;
  margin-right: 0;
}
.short-form.valuation-section .boltforms-messageFormEntry-row.count2 {
  margin-right: 0;
}
.short-form.valuation-section .boltforms-messageFormEntry-row.count4 {
  margin-right: 0;
}
@media (max-width: 768px) {
  .short-form.valuation-section .boltforms-messageFormEntry-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.long-form {
  padding-top: 0;
}
.long-form .boltforms-messageFormEntry-row input {
  background-color: #f5f5f5;
  color: black;
}
.long-form .message-row textarea {
  background-color: #f5f5f5;
  color: black;
  height: 200px;
  margin-bottom: 20px;
}
.long-form .submit {
  padding: 15px 30px;
  background: #0d2542;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  border-radius: 4%;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 170px;
  text-align: center;
}
.long-form .submit:hover {
  background: #090f17;
  color: white;
}

.response {
  font-size: 2rem;
  text-align: center;
  color: #9DB2C2;
}

.radio-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 500px;
  margin: auto;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .radio-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.radio-input input {
  display: none;
}
.radio-input input:checked + label {
  background: #9DB2C2;
  color: white;
}
.radio-input label {
  padding: 30px;
  color: #0d2542;
  font-size: 1.5rem;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  background: #f5f5f5;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 480px) {
  .radio-input label {
    margin-bottom: 15px;
  }
}

.main .bg-image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .main .bg-image {
    height: 300px;
  }
}

.featured-property-listing {
  padding: 80px;
}
@media (max-width: 980px) {
  .featured-property-listing {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .featured-property-listing {
    padding: 40px 30px;
  }
}
.featured-property-listing .standout {
  text-align: center;
  text-transform: uppercase;
  color: #0d2542;
  margin-top: 0;
}
.featured-property-listing .featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-property-listing .property-entry {
  padding-bottom: 50px;
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 20.5882352941%;
  float: left;
  margin-right: 5.8823529412%;
}
@media (max-width: 768px) {
  .featured-property-listing .property-entry {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 50px;
  }
  .featured-property-listing .property-entry.iteration2 {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .featured-property-listing .property-entry {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
  }
  .featured-property-listing .property-entry.iteration4 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .featured-property-listing .property-entry.iteration3 {
    margin-bottom: 0;
  }
  .featured-property-listing .property-entry.iteration4 {
    margin-bottom: 0;
  }
}
.featured-property-listing .property-entry.iteration4 {
  margin-right: 0;
}
.featured-property-listing .property-entry a img {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 4px 1px #0d2542;
          box-shadow: 0 0 4px 1px #0d2542;
}
.featured-property-listing .property-entry h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.featured-property-listing .property-entry h4 {
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  text-align: center;
}
.featured-property-listing .property-entry a {
  text-align: center;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #0d2542;
  font-weight: 700;
  position: relative;
}
.featured-property-listing .property-entry .bednumber {
  color: #0d2542;
}
.featured-property-listing .property-entry .button {
  padding: 15px 30px;
  background: #0d2542;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  border-radius: 4%;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 10px;
}
.featured-property-listing .property-entry .button:hover {
  background: #090f17;
  color: white;
}

.about-section {
  padding: 80px;
  background-color: #0d2542;
  color: white;
}
@media (max-width: 980px) {
  .about-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 30px;
  }
}
.about-section h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
.about-section p {
  text-align: center;
  width: 50%;
  display: block;
  margin: auto;
  max-width: 500px;
  line-height: 2.7rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .about-section p {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .about-section p {
    width: 90%;
  }
}

.services-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .services-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .services-section {
    padding: 40px 30px;
  }
}
.services-section h2 {
  text-align: center;
}
.services-section > div > p {
  line-height: 2.7rem;
  font-size: 1.3rem;
  width: 80%;
  text-align: center;
  margin: 0 auto 60px auto;
}
@media (max-width: 480px) {
  .services-section > div > p {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.3rem;
  }
}
.services-section .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-section .service-list .service-entry {
  padding-bottom: 50px;
  position: relative;
  width: 20.5882352941%;
  float: left;
  margin-right: 5.8823529412%;
}
.services-section .service-list .service-entry.entry4 {
  margin-right: 0;
}
@media (max-width: 768px) {
  .services-section .service-list .service-entry {
    margin-bottom: 70px;
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .services-section .service-list .service-entry.entry2 {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .services-section .service-list .service-entry.entry3 {
    margin-bottom: 0;
  }
  .services-section .service-list .service-entry.entry4 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .services-section .service-list .service-entry {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .services-section .service-list .service-entry.entry4 {
    margin-bottom: 0;
  }
}
.services-section .service-list .service-entry .heading-link {
  text-decoration: none;
}
.services-section .service-list .service-entry img {
  margin-bottom: 25px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0 14px 1px #8592a2;
          box-shadow: 0 0 14px 1px #8592a2;
}
@media (max-width: 768px) {
  .services-section .service-list .service-entry img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .services-section .service-list .service-entry img {
    width: 70%;
  }
}
.services-section .service-list .service-entry img:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1);
          transform: scale3d(1.04, 1.04, 1);
}
.services-section .service-list .service-entry h3 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  color: #0d2542;
}
@media (max-width: 768px) {
  .services-section .service-list .service-entry h3 {
    font-size: 1.9rem;
  }
}
@media (max-width: 480px) {
  .services-section .service-list .service-entry h3 {
    font-size: 2.4rem;
  }
}
.services-section .service-list .service-entry p {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .services-section .service-list .service-entry p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .services-section .service-list .service-entry p {
    margin-bottom: 40px;
  }
}
.services-section .service-list .service-entry .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: none;
  background-color: white;
  border: 1px solid #0d2542;
  padding: 10px 10px;
  color: #0d2542;
  border-radius: 4%;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}
.services-section .service-list .service-entry .button:hover {
  background-color: #AAAAAA;
  color: white;
}
@media (max-width: 768px) {
  .services-section .service-list .service-entry .button {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .services-section .service-list .service-entry .button {
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.property-listing-section {
  padding: 80px;
  padding-top: 0;
}
@media (max-width: 980px) {
  .property-listing-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .property-listing-section {
    padding: 40px 30px;
  }
}
@media (max-width: 980px) {
  .property-listing-section {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .property-listing-section {
    padding-top: 50px;
  }
}
.property-listing-section .property-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.property-listing-section .view-option-container {
  display: block;
  height: 80px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .property-listing-section .view-option-container {
    display: none;
  }
}
.property-listing-section .view-option-container .view-options {
  position: absolute;
  right: 0;
}
.property-listing-section .view-option-container .view-options .listing-entry {
  cursor: pointer;
  display: inline-block;
  opacity: 0.4;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.property-listing-section .view-option-container .view-options .listing-entry img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 1px auto;
  padding: 6px;
}
.property-listing-section .view-option-container .view-options .listing-entry span {
  display: block;
  text-align: center;
}
.property-listing-section .view-option-container .view-options .listing-entry.active {
  opacity: 1;
}
.property-listing-section .inner-wrapper .property-entry {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.property-listing-section .inner-wrapper .property-entry .image-container-link {
  position: relative;
  min-height: 1px;
}
@media (max-width: 768px) {
  .property-listing-section .inner-wrapper .property-entry .image-container-link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.property-listing-section .inner-wrapper .property-entry .image-container-link img {
  -webkit-box-shadow: 0 0 4px 1px #0d2542;
          box-shadow: 0 0 4px 1px #0d2542;
}
.property-listing-section .inner-wrapper .property-entry .property-info {
  margin-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  .property-listing-section .inner-wrapper .property-entry .property-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .property-listing-section .inner-wrapper .property-entry .property-info .text-details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-listing-section .inner-wrapper .property-entry .property-info .text-details p {
  min-height: 100px;
  line-height: 2.2rem;
}
@media (max-width: 768px) and (min-width: 481px) {
  .property-listing-section .inner-wrapper .property-entry .property-info .text-details p {
    margin-bottom: 0;
  }
}
.property-listing-section .inner-wrapper .property-entry .property-info .number-details {
  margin-right: 0;
}
@media (max-width: 480px) {
  .property-listing-section .inner-wrapper .property-entry .property-info .number-details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.property-listing-section .inner-wrapper .property-entry .property-info .number-details p {
  font-size: 1.5rem;
}
.property-listing-section .inner-wrapper .property-entry .property-info a {
  text-decoration: none;
  font-size: 2rem;
  color: #0d2542;
}
.property-listing-section .inner-wrapper .property-entry .property-info .button {
  padding: 15px 30px;
  background: #0d2542;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  border-radius: 4%;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 170px;
  text-align: center;
  margin: 0;
  width: unset;
  padding: 10px;
  max-width: 140px;
}
.property-listing-section .inner-wrapper .property-entry .property-info .button:hover {
  background: #090f17;
  color: white;
}
@media (max-width: 480px) {
  .property-listing-section .inner-wrapper .property-entry .property-info .button {
    margin: auto;
  }
}
.property-listing-section .property-entry {
  margin-bottom: 50px;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 50px;
}
.property-listing-section .property-entry:first-of-type {
  padding-top: 50px;
  border-top: 2px solid #E6E6E6;
}
@media (max-width: 768px) {
  .property-listing-section .property-entry:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
}
.property-listing-section .property-entry .image-container-link {
  width: 29.4117647059%;
  float: left;
  margin-right: 5.8823529412%;
}
.property-listing-section .property-entry .property-info {
  width: 64.7058823529%;
  float: left;
  margin-right: 5.8823529412%;
}
.property-listing-section .property-entry .property-info .text-details {
  width: 64.7058823529%;
  float: left;
  margin-right: 5.8823529412%;
}
.property-listing-section .property-entry .property-info .number-details {
  width: 29.4117647059%;
  float: left;
  margin-right: 5.8823529412%;
}
@media (min-width: 769px) {
  .property-listing-section .property-entry.grid {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 130px;
    margin-bottom: 50px;
    position: relative;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .property-listing-section .property-entry.grid:nth-of-type(3n) {
    margin-right: 0;
  }
  .property-listing-section .property-entry.grid:first-of-type {
    padding-top: 0;
    border-top: none;
  }
  .property-listing-section .property-entry.grid .image-container-link {
    width: 100%;
    margin-bottom: 25px;
  }
  .property-listing-section .property-entry.grid .property-info {
    width: 100%;
    position: static;
  }
  .property-listing-section .property-entry.grid .property-info .text-details {
    width: 100%;
  }
  .property-listing-section .property-entry.grid .property-info .number-details {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  .property-listing-section .property-entry.grid .property-info .button {
    margin: auto;
  }
}

.let-agreed {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: url("/assets/images/letagreed3.png") no-repeat;
  background-size: contain;
}

.info-text-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .info-text-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .info-text-section {
    padding: 40px 30px;
  }
}
.info-text-section h1 {
  margin: auto;
  width: 80%;
  text-align: center;
}

.block-filter-section {
  background-color: #9DB2C2;
  padding: 0 80px;
}
@media (max-width: 980px) {
  .block-filter-section {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .block-filter-section {
    padding: 0;
  }
}
.block-filter-section .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px;
  grid-template-columns: 1fr 200px;
}
@media (max-width: 768px) {
  .block-filter-section .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block-filter-section span {
  padding: 10px 0;
  font-size: 1.75rem;
  color: white;
}
@media (max-width: 768px) {
  .block-filter-section span {
    text-align: center;
  }
}
.block-filter-section .button {
  padding: 10px 0;
  background-color: #0d2542;
  color: white;
  text-align: center;
  font-size: 1.75rem;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.block-filter-section .button:hover {
  background-color: #5A0C1A;
}

.search-meta-section {
  background-color: #171c2c;
  padding: 10px 80px;
  color: white;
  font-size: 1.2rem;
}
@media (max-width: 980px) {
  .search-meta-section {
    padding: 10px;
  }
}
.search-meta-section .number-of-results {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .search-meta-section .number-of-results {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.search-meta-section .order {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .search-meta-section .order {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    text-align: center;
    display: block;
  }
}
.search-meta-section .order select {
  color: #0d2542;
}

.pagination {
  font-size: 2rem;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  text-decoration: none;
  display: inline-block;
  color: #0d2542;
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #E6E6E6;
  line-height: 4.9rem;
}
.pagination ul li:hover a {
  background-color: #E6E6E6;
}
.pagination ul li.active a {
  background-color: #E6E6E6;
}

.property-title-section {
  padding: 40px 80px;
}
@media (max-width: 768px) {
  .property-title-section {
    padding: 40px 20px 20px 20px;
  }
}
.property-title-section h1 {
  color: #0d2542;
  margin: 0;
}
@media (max-width: 768px) {
  .property-title-section h1 {
    text-align: center;
  }
}
.property-title-section .property-message {
  padding: 10px;
  background: #0d2542;
  display: inline-block;
  color: white;
  font-size: 1.5rem;
  position: relative;
  top: -5px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .property-title-section .property-message {
    margin-top: 32px;
  }
}
.property-title-section .price-holder {
  white-space: nowrap;
}
.property-title-section .price {
  font-weight: 300;
  margin-left: 30px;
  font-size: 2.8rem;
}
.property-title-section .edit {
  font-size: 1.6rem;
  margin-top: 4px;
  display: block;
  position: absolute;
}

.gallery-section {
  padding: 10px 80px;
}
@media (max-width: 980px) {
  .gallery-section {
    padding: 10px;
  }
}
.gallery-section .slider-wrap {
  width: 64.7058823529%;
  float: left;
  margin-right: 5.8823529412%;
}
@media (max-width: 768px) {
  .gallery-section .slider-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.gallery-section .info-wrap {
  width: 29.4117647059%;
  float: left;
  margin-right: 5.8823529412%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .gallery-section .info-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}
.gallery-section .info-wrap h2 {
  font-size: 2.25rem;
  margin-top: -8px;
}
@media (max-width: 768px) {
  .gallery-section .info-wrap h2 {
    margin-top: 0;
  }
}
.gallery-section .info-wrap ul {
  font-size: 1.4rem;
  padding-left: 20px;
}
.gallery-section .info-wrap li {
  margin-bottom: 10px;
  list-style: none;
  text-indent: -0.6em;
}
.gallery-section .info-wrap li:before {
  content: "• ";
  color: #0d2542;
  margin-left: 0;
  display: inline-block;
  width: 0.7rem;
  font-size: 1.6rem;
}
.gallery-section .thumbnails {
  padding: 0;
}
.gallery-section .thumbnails li {
  display: inline-block;
  width: calc(25% - 10px);
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.gallery-section .thumbnails.large-thumbs li {
  width: calc(20% - 10px);
}
.property-info-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .property-info-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .property-info-section {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .property-info-section {
    padding: 40px;
  }
}
.property-info-section .text {
  width: 64.7058823529%;
  float: left;
  margin-right: 5.8823529412%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  .property-info-section .text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
}
.property-info-section .extras {
  width: 29.4117647059%;
  float: left;
  margin-right: 5.8823529412%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .property-info-section .extras {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-info-section .extras .links a, .property-info-section .extras .links span {
  display: block;
  font-size: 1.7rem;
  color: #0d2542;
  margin-bottom: 20px;
}
.property-info-section .extras .links span {
  font-size: 1.6rem;
}
.property-info-section .extras .links .let-status {
  font-size: 1.6rem;
  color: red;
  margin-bottom: 20px;
  display: block;
}
.property-info-section .extras .links .let-status.available {
  color: green;
}

.share-section {
  padding: 80px;
  padding-top: 0;
}
@media (max-width: 980px) {
  .share-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .share-section {
    padding: 40px 30px;
  }
}
.share-section .share-entry {
  max-width: 50px;
  display: inline-block;
  margin-right: 25px;
}
.share-section .share-entry.none {
  display: none;
}

.map-section h2 {
  text-align: center;
}
.map-section .map-content {
  height: 500px;
  width: 100%;
}

.top-slider {
  margin-bottom: 25px;
  padding-top: 75px;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  height: 50vh;
}

.gallery-top {
  height: 80%;
  width: 91%;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .gallery-top {
    width: 100%;
  }
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 10vh;
  opacity: 0.4;
  background-size: cover;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e9e9e9;
  opacity: 0.6;
  border: 1px solid RGBA(0, 0, 0, 0.45);
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

@media (max-width: 980px) {
  .swiper-button {
    display: none;
  }
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%2398DBCE%27%2F%3E%3C%2Fsvg%3E");
  right: 0px;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2398DBCE'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1.4;
}

.gallery-thumbs .swiper-wrapper {
  margin-left: calc(-40% - 4px);
}
.gallery-thumbs .swiper-wrapper.mod_one {
  margin-left: calc(40% - 4px);
}
.gallery-thumbs .swiper-wrapper.mod_two {
  margin-left: calc(20% - 4px);
}
.gallery-thumbs .swiper-wrapper.mod_three {
  margin-left: calc(0% - 4px);
}
.gallery-thumbs .swiper-wrapper.mod_four {
  margin-left: calc(-20% - 4px);
}

.gallery-thumbs {
  width: 91%;
  margin-bottom: auto;
  overflow: hidden;
  display: block;
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .control-entry {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
}
.gallery-thumbs .control-entry:last-of-type {
  margin-right: 0;
}

.property-info-entry {
  padding: 80px;
  padding-top: 40px;
}
@media (max-width: 980px) {
  .property-info-entry {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .property-info-entry {
    padding: 40px 30px;
  }
}
.property-info-entry .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .property-info-entry .content {
    display: block;
  }
}
.property-info-entry h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 0 0 10px 0;
  color: #0d2542;
}
.property-info-entry p {
  font-size: 1.5rem;
  font-weight: 300;
}
.property-info-entry .content-entry .top {
  padding: 20px 15px;
}
.property-info-entry .impression {
  width: 24.3697478992%;
  float: left;
  margin-right: 0.8403361345%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #ebf4fb;
}
@media (max-width: 980px) {
  .property-info-entry .impression {
    clear: both;
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
}
@media (max-width: 768px) {
  .property-info-entry .impression {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-info-entry .impression h3 {
  color: white;
}
.property-info-entry .impression p {
  color: #0d2542;
}
.property-info-entry .text {
  width: 53.781512605%;
  float: left;
  margin-right: 0.8403361345%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 980px) {
  .property-info-entry .text {
    width: 78.9915966387%;
    float: left;
    margin-right: 0.8403361345%;
  }
}
@media (max-width: 768px) {
  .property-info-entry .text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-info-entry .text p {
  font-size: 1.2rem;
}
.property-info-entry .text h3 {
  margin-bottom: 30px;
}
.property-info-entry .extras {
  width: 20.1680672269%;
  float: left;
  margin-right: 0.8403361345%;
  margin-right: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  .property-info-entry .extras {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-info-entry .extras .links {
  background-color: #EEEEEE;
  margin-bottom: 25px;
}
.property-info-entry .extras a {
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 7px;
  color: #0d2542;
}
.property-info-entry .extras a:visited {
  color: #0d2542;
}
.property-info-entry .extras .ad {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 5px solid #ebf4fb;
  color: #0d2542;
  padding: 25px 0;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  margin-bottom: 25px;
}
.property-info-entry .extras .ad:hover {
  background: #ebf4fb;
}
.property-info-entry .extras .ad:hover .small {
  color: white;
}
.property-info-entry .extras .ad span {
  display: block;
  text-align: center;
}
.property-info-entry .extras .ad .upper {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  font-weight: 900;
  line-height: 1;
}
.property-info-entry .extras .ad .small {
  font-size: 1.5rem;
  font-weight: 300;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.hub-subpages-section {
  padding: 40px;
}
@media (max-width: 768px) {
  .hub-subpages-section {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .hub-subpages-section {
    padding: 0 40px;
  }
}
.hub-subpages-section .subpage-entry {
  margin-bottom: 50px;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 50px;
}
.hub-subpages-section .subpage-entry:first-of-type {
  padding-top: 50px;
  border-top: 2px solid #E6E6E6;
}
.hub-subpages-section .subpage-entry .image-container-link {
  width: 47.0588235294%;
  float: left;
  margin-right: 5.8823529412%;
}
@media (max-width: 768px) {
  .hub-subpages-section .subpage-entry .image-container-link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hub-subpages-section .subpage-entry .image-container-link .main-img {
  display: inline-block;
}
.hub-subpages-section .subpage-info {
  width: 47.0588235294%;
  float: left;
  margin-right: 5.8823529412%;
  margin-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  .hub-subpages-section .subpage-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hub-subpages-section .subpage-info p {
  min-height: 100px;
  font-size: 1.5rem;
  width: 90%;
  margin-bottom: 40px;
}
.hub-subpages-section .button {
  padding: 15px 30px;
  background: #0d2542;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  border-radius: 4%;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 170px;
  text-align: center;
  margin: 0;
  width: unset;
  padding: 10px;
  max-width: 140px;
}
.hub-subpages-section .button:hover {
  background: #090f17;
  color: white;
}

.short-intro-section {
  padding: 10px 80px;
  text-align: center;
}
@media (max-width: 980px) {
  .short-intro-section {
    padding: 10px;
  }
}
.short-intro-section p {
  max-width: 900px;
  margin: auto;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .short-intro-section p {
    margin: 0;
  }
}

.main-text-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .main-text-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .main-text-section {
    padding: 40px 30px;
  }
}
.main-text-section .markdown-container p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.main-text-section .markdown-container h2 + p {
  color: #171c2c;
  line-height: 2.5rem;
}
.main-text-section ul {
  margin-bottom: 50px;
}
.main-text-section li {
  font-size: 1.5rem;
  line-height: 2.9rem;
}

.about-main-section {
  padding: 40px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .about-main-section {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .about-main-section {
    padding: 0 40px;
  }
}
.about-main-section .markdown-container {
  max-width: 80%;
  margin: auto;
  text-align: justify;
}
.about-main-section .markdown-container p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.about-main-section ul {
  margin-bottom: 50px;
}
.about-main-section li {
  font-size: 1.5rem;
  line-height: 2.9rem;
}

.info-opening-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .info-opening-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .info-opening-section {
    padding: 40px 30px;
  }
}
.info-opening-section .contact-wrapper p {
  font-size: 1.5rem;
}
.info-opening-section .contact-wrapper .center-wrap {
  -webkit-transform: translate(25%);
          transform: translate(25%);
}
@media (max-width: 768px) {
  .info-opening-section .contact-wrapper .center-wrap {
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
  }
}
.info-opening-section .bold {
  font-weight: 700;
  color: #9DB2C2;
}
.info-opening-section .address-container {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 768px) {
  .info-opening-section .address-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.info-opening-section .opening-container {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-right: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .info-opening-section .opening-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.details-section {
  padding: 80px;
  background-color: #090f17;
  color: white;
}
@media (max-width: 980px) {
  .details-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .details-section {
    padding: 40px 30px;
  }
}
.details-section h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
.details-section .details-wrapper {
  overflow: hidden;
}
.details-section .details-entry {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  -webkit-transform: translate(25%);
          transform: translate(25%);
}
@media (max-width: 768px) {
  .details-section .details-entry {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.details-section .details-entry.last {
  margin-right: 0;
}
@media (max-width: 768px) {
  .details-section .details-entry.last {
    margin-bottom: 0;
  }
}
.details-section .details-entry p {
  font-size: 1.5rem;
  line-height: 1.3rem;
}
.details-section .details-entry a {
  color: white;
}

.brochure-page {
  width: 1240px;
  margin: auto;
  padding: 19px 52px 26px 52px;
  height: 1754px;
}
.brochure-page .logo-section {
  margin-bottom: 26px;
}
.brochure-page .logo-section .container {
  width: 50%;
  margin: auto;
}
.brochure-page .gallery-section {
  margin-bottom: 26px;
  padding-bottom: 0;
}
.brochure-page .gallery-section .container {
  display: -ms-grid;
  display: grid;
  grid-gap: 6.5px;
}
.brochure-page .gallery-section .container.small-images img {
  height: 430px;
}
.brochure-page .gallery-section .container-one {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 6.5px;
}
.brochure-page .gallery-section .container-one img {
  height: 600px;
}
.brochure-page .gallery-section .container-two {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.brochure-page .gallery-section .container-two img {
  height: 460px;
}
.brochure-page .info-section {
  max-width: 976px;
  margin: auto;
}
.brochure-page .info-section h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px;
}
.brochure-page .info-section .price-holder {
  margin-left: 5px;
}
.brochure-page .info-section .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
  margin: auto;
  margin-bottom: 13px;
}
.brochure-page .info-section .icon-container img {
  width: 42px;
  height: 42px;
}
.brochure-page .info-section .icon-container .icon-one {
  height: 47px;
}
.brochure-page .info-section .icon-container .icon-two {
  position: relative;
  top: -1px;
}
.brochure-page .info-section .icon-container .icon-two img {
  height: 50px;
  width: 50px;
}
.brochure-page .info-section .icon-container .icon-two span {
  position: relative;
  top: -6px;
}
.brochure-page .info-section .icon-container span {
  font-size: 17px;
  font-weight: 700;
  margin-left: 5px;
}
.brochure-page .info-section .feature-qr-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  min-height: 210px;
}
.brochure-page .info-section .features {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 26px;
  padding-left: 0;
}
.brochure-page .info-section .features li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.brochure-page .info-section .features li:before {
  content: "-";
  position: relative;
  left: -8px;
}
.brochure-page .info-section .qrcode {
  width: 160px;
  margin: auto;
}
.brochure-page .map-section {
  margin: 52px 0;
}
.brochure-page .map-section .map-content {
  height: 1400px;
  width: 100%;
}
.brochure-page .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.presentation-page {
  color: white;
}
.presentation-page h1 {
  text-align: center;
  font-size: 2.5rem;
}
.presentation-page h2 {
  text-align: center;
  font-size: 2rem;
}
.presentation-page .image-section {
  height: 70vh;
  margin-bottom: 13px;
}
.presentation-page .image-section * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.53, 0.31, 0.83, 0.67);
          transition-timing-function: cubic-bezier(0.53, 0.31, 0.83, 0.67);
}
.presentation-page .image-section #image-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.presentation-page .image-section #image-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.presentation-page .image-section #image-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .image-section {
    height: 50vh;
  }
}
.presentation-page .image-section .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 13px;
}
.presentation-page .image-section .container img {
  height: 70vh;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .image-section .container img {
    height: 50vh;
  }
}
.presentation-page .info-section {
  background: #0d2542;
  padding: 38px;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .info-section {
    padding: 19px;
    height: calc(50vh - 13px);
  }
}
.presentation-page .info-section .faded {
  color: white;
}
.presentation-page .info-section .container {
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 0 50%;
  position: relative;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .info-section .container {
    background-position: 0 50%;
    background-size: 26%;
  }
}
.presentation-page .info-section .container .right-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .info-section .container .right-bg {
    background-position: 100% 50%;
    background-size: 50%;
  }
}
.presentation-page .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
  margin: auto;
  margin-bottom: 13px;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .icon-container {
    margin-bottom: 29px;
    margin-top: 33px;
  }
}
.presentation-page .icon-container img {
  width: 42px;
  height: 42px;
}
.presentation-page .icon-container .icon-one {
  height: 47px;
}
.presentation-page .icon-container .icon-two {
  position: relative;
  top: -1px;
}
.presentation-page .icon-container .icon-two img {
  height: 50px;
  width: 50px;
}
.presentation-page .icon-container .icon-two span {
  position: relative;
  top: -6px;
}
.presentation-page .icon-container span {
  font-size: 17px;
  font-weight: 700;
  margin-left: 5px;
}
.presentation-page .features {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) and (max-height: 540px) {
  .presentation-page .features {
    margin-bottom: 0;
  }
}
.presentation-page .features li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
.presentation-page .features li:before {
  content: "-";
  position: relative;
  left: -8px;
}
.presentation-page .features li:first-of-type:before {
  display: none;
}

.searchpage-section {
  padding: 80px;
}
@media (max-width: 980px) {
  .searchpage-section {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .searchpage-section {
    padding: 40px 30px;
  }
}
.searchpage-section .searchform-inline {
  margin: 32px 0;
}
.searchpage-section article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 200px 1fr 1fr 1fr;
  grid-gap: 32px;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .searchpage-section article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.searchpage-section article h2 a {
  font-size: 2rem;
  text-decoration: none;
}
.searchpage-section article .edit {
  font-size: 1.5rem;
}

footer {
  padding: 10px 80px;
  background-color: #090f17;
}
@media (max-width: 980px) {
  footer {
    padding: 10px;
  }
}
footer a, footer span {
  padding: 10px;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer .spaced a, footer .spaced span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .spaced .seperator {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .internals {
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .externals {
  padding: 25px 0;
}
footer .externals .external-entry {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  text-align: center;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.15);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
footer .externals .external-entry.entry1 img, footer .externals .external-entry.entry2 img, footer .externals .external-entry.entry3 img, footer .externals .external-entry.entry4 img {
  opacity: 1;
}
footer .externals .external-entry.entry4, footer .externals .external-entry.entry8 {
  margin-right: 0;
}
@media (max-width: 768px) {
  footer .externals .external-entry {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    border-bottom: 0;
  }
  footer .externals .external-entry.entry2 {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  footer .externals .external-entry {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .externals .external-entry a {
  height: 100px;
}
@media (max-width: 980px) and (min-width: 769px) {
  footer .externals .external-entry a {
    height: 80px;
  }
}
footer .externals .external-entry img {
  height: 100%;
  width: auto;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .externals .external-entry img:hover {
  opacity: 1;
}
footer .credits a {
  color: #bff4ff;
  font-weight: 600;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  footer .credits a {
    margin-bottom: 25px;
  }
}

.nav-trigger {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  top: 5px;
  overflow: hidden;
}

.nav-trigger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #0d2542;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-trigger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.nav-trigger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.nav-trigger span:nth-child(1), .nav-trigger span:nth-child(2) {
  top: 0px;
}

.nav-trigger span:nth-child(3), .nav-trigger span:nth-child(4) {
  top: 8px;
}

.nav-trigger span:nth-child(5), .nav-trigger span:nth-child(6) {
  top: 16px;
}

.nav-trigger.is-active span:nth-child(1), .nav-trigger.is-active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-trigger.is-active span:nth-child(2), .nav-trigger.is-active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-trigger.is-active span:nth-child(1) {
  left: 2px;
  top: 4px;
}

.nav-trigger.is-active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

.nav-trigger.is-active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-trigger.is-active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-trigger.is-active span:nth-child(5) {
  left: 2px;
  top: 12px;
}

.nav-trigger.is-active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}
/*# sourceMappingURL=style.css.map */