@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevents 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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/9/10/11, 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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #fdb737;
  color: #fff;
}

::selection {
  background-color: #fdb737;
  color: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  color: #333;
}
a:hover {
  color: #073855;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

img[alt*=monthly] {
  filter: grayscale(100%);
  transition: all 0.25s;
}
img[alt*=monthly]:hover {
  filter: grayscale(0%);
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center.text-left-mobile {
    text-align: left;
  }
}

.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right.text-left-mobile {
    text-align: left;
  }
}

.no-padding {
  padding: 0 !important;
}

.container {
  margin: auto;
  width: 90%;
  max-width: 1170px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.container-fluid {
  margin: 0 24px;
}
@media (max-width: 767px) {
  .container-fluid {
    margin: auto;
    width: 90%;
  }
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row-flex {
    display: flex;
    flex: 1 1 auto;
    margin: 0;
  }
  .row-flex > div[class*=col-],
  .row-flex > li[class*=col-] {
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    float: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popin {
  from {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face {
  font-family: "shortstaycuritiba";
  src: url("/static/fonts/shortstaycuritiba.eot?1jgdyt");
  src: url("/static/fonts/shortstaycuritiba.eot?1jgdyt#iefix") format("embedded-opentype"), url("/static/fonts/shortstaycuritiba.ttf?1jgdyt") format("truetype"), url("/static/fonts/shortstaycuritiba.woff?1jgdyt") format("woff"), url("/static/fonts/shortstaycuritiba.svg?1jgdyt#shortstaycuritiba") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "shortstaycuritiba" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bathroom:before {
  content: "\e90e";
}

.icon-bedroom:before {
  content: "\e90f";
}

.icon-nosmoking:before {
  content: "\e910";
}

.icon-time:before {
  content: "\e911";
}

.icon-type:before {
  content: "\e912";
}

.icon-airconditioning:before {
  content: "\e908";
}

.icon-gym:before {
  content: "\e909";
}

.icon-parking:before {
  content: "\e90a";
}

.icon-pool:before {
  content: "\e90b";
}

.icon-outdoor-swimming-pool:before {
  content: "\e90b";
}

.icon-tv:before {
  content: "\e90c";
}

.icon-wifi:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e900";
}

.icon-beds:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.c-header {
  padding: 15px 0;
  background-color: #fff;
}
.c-header:before, .c-header:after {
  content: " ";
  display: table;
}
.c-header:after {
  clear: both;
}
.c-header .o-logo {
  width: 186px;
  height: 43px;
  float: left;
  background-image: url("/static/images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 165px auto;
  text-indent: -9999px;
  margin: 0;
}

.o-nav-toggle {
  width: 32px;
  display: none;
  float: right;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .o-nav-toggle {
    display: block;
  }
}
.o-nav-toggle span {
  background-color: #073855;
  display: block;
  height: 2px;
  transition: all 0.5s ease-in-out;
}
.o-nav-toggle span + span {
  margin-top: 8px;
}
.o-nav-toggle:hover span {
  background-color: #333;
}
.o-nav-toggle.active span {
  position: relative;
}
.o-nav-toggle.active span:first-child {
  top: 10px;
  transform: rotate(-45deg);
}
.o-nav-toggle.active span:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
.o-nav-toggle.active span:last-child {
  top: -10px;
  transform: rotate(45deg);
}

.c-header--nav {
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.c-header--nav ul {
  margin: 0 0 0 -5px;
}
.c-header--nav ul > li {
  float: left;
  padding: 9px 20px;
}
.c-header--nav ul > li > a {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(7, 56, 85, 0);
}
.c-header--nav ul > li > a:hover {
  border-bottom: 1px solid #073855;
}
.c-header--nav ul > li.phone {
  padding: 9px 15px;
}
.c-header--nav ul > li.phone i {
  font-size: 18px;
  margin-right: 2px;
  position: relative;
  top: 3px;
  color: #999;
}
.c-header--nav ul > li.language {
  padding: 9px 15px;
}
.c-header--nav ul > li.language select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  outline: none;
  background-image: url("/static/images/select-nav.svg");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 10px;
}
.c-header--nav ul > li.button {
  padding: 0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-header--nav ul > li.phone {
    display: none;
  }
}
.c-header--nav .btn {
  font-weight: 400;
  padding: 8px 25px;
  height: 42px;
}
@media (max-width: 767px) {
  .c-header--nav {
    display: none;
  }
  .c-header--nav.is-open {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  .c-header--nav.is-open ul {
    margin: 20px 0 0;
  }
  .c-header--nav.is-open ul > li {
    float: none;
    padding: 10px 0;
  }
  .c-header--nav.is-open ul > li > a {
    border-bottom: none;
  }
  .c-header--nav.is-open .btn {
    display: block;
    border-bottom: 1px solid #073855;
  }
}

.c-footer {
  background-color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding: 60px 0 20px;
  border-top: 1px solid #dadada;
}
.c-footer strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .c-footer p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-footer .container > p {
    margin-bottom: 0;
  }
}
.c-footer img + p {
  margin-top: 15px;
}
.c-footer ul {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .c-footer ul {
    margin-bottom: 40px;
  }
}
.c-footer a {
  color: #333;
}
.c-footer a:hover {
  color: #073855;
}
.c-footer hr {
  margin: 40px 0 20px;
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #dadada;
}

.c-footer--socialmedia {
  font-size: 20px;
}
.c-footer--socialmedia:before, .c-footer--socialmedia:after {
  content: " ";
  display: table;
}
.c-footer--socialmedia:after {
  clear: both;
}
.c-footer--socialmedia li {
  float: left;
  margin-right: 10px;
}
.c-footer--socialmedia li a {
  color: #999;
}
.c-footer--socialmedia li a:hover {
  color: #073855;
}

.form-control {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(7, 56, 85, 0.5);
  height: 50px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.form-control:focus {
  box-shadow: 0 0 12px rgba(7, 56, 85, 0.5);
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/static/images/select-form-control.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 12px !important;
  border-color: #dadada;
  height: 37px;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 5px 10px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.row-forms {
  margin: 0 -5px;
  text-align: center;
  line-height: 37px;
}
.row-forms > div {
  padding: 0 5px;
}

.form-label {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-label.form-label--block {
  display: block;
  margin-bottom: 5px;
}
.form-label.form-label--inline {
  display: inline-block;
}

.form-checkboxes.form-checkboxes--inline {
  margin-left: 10px;
  display: inline-block;
}

.form-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #555;
  cursor: pointer;
  margin-right: 10px;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-checkbox input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #073855;
}
.form-checkbox input:checked ~ .control-indicator {
  color: #fff;
  border-color: #073855;
  background-color: #073855;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.form-checkbox input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.form-checkbox .control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  border: 1px solid #dadada;
  background-color: #fff;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
}

.c-list-form {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: -250px;
  margin-top: 40px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .c-list-form {
    margin-top: -60px;
  }
}
.c-list-form .form-group {
  margin-bottom: 10px;
}
.c-list-form .form-submit {
  margin-top: 20px;
}
.c-list-form label {
  padding: 0 15px;
  font-weight: 400;
  font-size: 11px;
  display: block;
}

.c-section-header {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.c-section-header h2 {
  font-weight: 600;
  font-size: 35px;
  color: #073855;
}
@media (max-width: 767px) {
  .c-section-header h2 {
    margin-bottom: 20px;
  }
}
.c-section-header h2 + p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: #333;
}

.s-home-apartments .c-section-header h2 {
  font-size: 25px;
}

.s-apartment-location .c-section-header {
  text-align: left;
}
.s-apartment-location .c-section-header h2 {
  font-size: 20px;
}

.s-apartment-details .c-section-header {
  text-align: left;
}
.s-apartment-details .c-section-header h2 {
  font-size: 20px;
}

.c-section-buttons {
  text-align: center;
  margin: 0 0 -10px;
}
.c-section-buttons .btn {
  margin: 10px;
}

.btn {
  padding: 12px 35px;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  height: 50px;
  outline: none;
  text-align: center;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btn-primary {
  color: #fff;
  border-color: #fdb737;
  background-color: #fdb737;
}
.btn.btn-primary:hover {
  border-color: #fca505;
  background-color: #fca505;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #fec969;
  background-color: #fec969;
}
.btn.btn-blue {
  color: #fff;
  border-color: #073855;
  background-color: #073855;
}
.btn.btn-blue:hover {
  border-color: #031926;
  background-color: #031926;
}
.btn.btn-blue:active, .btn.btn-blue:focus {
  border-color: #0b5784;
  background-color: #0b5784;
}
.btn.btn-border {
  color: #073855;
  border-color: #073855;
  background-color: #fff;
}
.btn.btn-border:hover {
  border-color: #031926;
  background-color: #e6e6e6;
}
.btn.btn-border:active, .btn.btn-border:focus {
  border-color: #0b5784;
  background-color: white;
}
.btn.btn-border-white {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.btn.btn-border-white:hover {
  border-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0);
}
.btn.btn-border-white:active, .btn.btn-border-white:focus {
  border-color: white;
  background-color: rgba(255, 255, 255, 0);
}
.btn.btn-border-overlay {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.btn.btn-border-overlay:hover {
  border-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.4);
}
.btn.btn-border-overlay:active, .btn.btn-border-overlay:focus {
  border-color: white;
  background-color: rgba(26, 26, 26, 0.4);
}
.btn[disabled] {
  color: #fff;
  border-color: #cdcdcd;
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.btn[disabled]:hover {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
}
.btn[disabled]:active, .btn[disabled]:focus {
  border-color: #e7e7e7;
  background-color: #e7e7e7;
}

.c-search-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  position: relative;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-search-form {
    padding: 30px 0 0;
  }
}
.c-search-form label {
  padding: 0 15px;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  display: block;
  height: 30px;
}
.c-search-form .form-control {
  border-color: #fff;
}
@media (max-width: 991px) {
  .c-search-form .form-control {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-search-form .btn {
    margin-top: 0;
  }
}
.c-search-form .btn .icon-search {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.s-tiles {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .s-tiles {
    padding: 80px 0 40px;
  }
}
.s-tiles .s-tiles-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .s-tiles .s-tiles-wrap {
    margin-bottom: 0;
  }
}

.o-tile {
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .o-tile {
    margin-bottom: 20px;
  }
}
.o-tile:hover {
  /*transform: translateY(-5px);*/
}
.o-tile figure {
  position: relative;
  border-radius: 2px;
}
.o-tile figure img {
  width: 100%;
  border-radius: 2px;
}
.o-tile figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  transition: all 0.25s ease-out;
}
.o-tile figure:hover::after {
  opacity: 0.6;
}
.o-tile figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 2;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.o-tile figure figcaption span {
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  background-color: #073855;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #fff;
}

.s-text {
  padding: 80px 0;
  text-align: center;
}
.s-text.s-text-background {
  background-color: #f4f4f4;
}

.s-features {
  background-color: #111;
  background-image: url("/static/images/bg-features.jpg");
}
@media (max-width: 991px) {
  .s-features {
    padding: 50px 0;
  }
}

.o-feature {
  text-align: center;
  padding: 70px;
}
@media (min-width: 992px) {
  .o-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991px) {
  .o-feature {
    padding: 20px 70px;
  }
}
.o-feature .o-feature--icon {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 21px;
}
.o-feature .o-feature--title {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.col-md-3:last-child .o-feature {
  border-right: 0;
}

.s-list-features {
  padding: 220px 0 40px;
  background-color: #f4f4f4;
}
.s-list-features header {
  margin-bottom: 60px;
}
.s-list-features .row {
  display: flex;
  flex-wrap: wrap;
}
.s-list-features .row > div {
  flex: 1 0 33.3333333333%;
}
@media (max-width: 991px) {
  .s-list-features .row > div {
    flex: 1 0 50%;
  }
}
@media (max-width: 767px) {
  .s-list-features .row > div {
    flex: 1 0 100%;
  }
}
.s-list-features .feature {
  padding: 0 30px 40px 0;
}
.s-list-features .feature p {
  margin-bottom: 10px;
}
.s-list-features .feature strong {
  color: #000;
}

.s-testimonials {
  padding: 80px 0;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .s-testimonials {
    padding: 80px 0 40px;
  }
}
.s-testimonials .col-md-12 {
  margin-bottom: 20px;
  padding: 0;
}
.s-testimonials .s-slider-wrapper {
  margin: 0 auto;
  float: none;
}

@media (max-width: 767px) {
  .o-testimonial {
    margin-bottom: 40px;
  }
}
.o-testimonial .o-testimonial--photo {
  width: 80px;
  height: 80px;
  margin: 0 auto -40px;
  display: block;
}
.o-testimonial .o-testimonial--photo img {
  display: block;
  border-radius: 40px;
}
.o-testimonial .o-testimonial--content {
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #073855;
  padding: 30px 50px 30px 120px;
  margin: 0;
  text-align: left;
  color: #fff;
  box-shadow: 3px 2px 0 0 rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 30px;
}
.o-testimonial .o-testimonial--content:before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5em;
  color: #1f7164;
}
.o-testimonial .o-testimonial--content:after {
  content: "";
  border-color: transparent transparent transparent #073855;
  border-width: 30px;
  position: absolute;
  left: 50px;
  top: calc(100% - 30px);
  border-style: solid;
}
.o-testimonial .o-testimonial--content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.o-testimonial cite {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  opacity: 0.4;
  display: block;
}

.s-home-apartments {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.s-similar-apartments {
  padding: 80px 0 50px;
  border-top: 1px solid #dadada;
}

.o-home-apartment {
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
}
.o-home-apartment:hover {
  /*transform: translateY(-5px);*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.o-home-apartment .o-home-apartment--photo {
  position: relative;
}
.o-home-apartment .o-home-apartment--photo img {
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: auto;
}
.o-home-apartment .o-home-apartment--photo figcaption {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #073855;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 0 2px 2px 0;
  font-weight: 400;
}
.o-home-apartment .o-home-apartment--photo figcaption.right {
  background-color: #fdb737;
  left: auto;
  right: 0;
}
.o-home-apartment .o-home-apartment--content {
  padding: 20px 20px 0;
}
.o-home-apartment .o-home-apartment--content h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.o-home-apartment .o-home-apartment--content .o-home-apartment--location {
  font-size: 13px;
  color: #073855;
  margin-bottom: 0;
  height: 60px;
  line-height: 16px;
}
.o-home-apartment .o-home-apartment--content .o-home-apartment--location i {
  position: relative;
  top: 1px;
}
.o-home-apartment .o-home-apartment--content .o-home-apartment--footer {
  color: #555;
  font-size: 13px;
  padding: 10px 0;
  border-top: 1px solid #dadada;
}
.o-home-apartment .o-home-apartment--content .o-home-apartment--footer i {
  position: relative;
  top: 1px;
  color: #999;
}

.s-jumbotron {
  background-color: #073855;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s-jumbotron::after {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.s-jumbotron > .container {
  position: relative;
  z-index: 1;
}
.s-jumbotron h1 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .s-jumbotron h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.s-jumbotron h1 + p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.s-content-jumbotron {
  height: 450px;
  padding: 0;
}

.s-home-jumbotron {
  padding: 50px 0 30px;
}
.s-home-jumbotron .c-search-form input[type=search] {
  box-sizing: border-box;
}
.s-home-jumbotron .c-search-form {
  margin-top: 70px;
}
.s-home-jumbotron .c-search-form::after {
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-width: 30px;
  margin-left: -30px;
}

.s-premium-jumbotron {
  padding: 160px 0;
}

.s-list-jumbotron {
  padding: 120px 0;
  text-align: left;
}
.s-list-jumbotron h1 {
  font-size: 42px;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .s-list-jumbotron h1 {
    font-size: 32px;
  }
}
.s-list-jumbotron h1 + p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
  color: #fff;
}

.s-home-about {
  position: relative;
  background-color: #073855;
  padding: 80px 0;
  color: #fff;
  /*
  background-image: url('media/curitiba.jpg');
  */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.s-home-about::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .s-home-about::after {
    width: 100%;
    left: 0;
  }
}
.s-home-about > .container {
  position: relative;
  z-index: 2;
}
.s-home-about .s-about--content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .s-home-about .s-about--content {
    padding-left: 0;
  }
}
.s-home-about .s-about--content h2 {
  font-weight: 600;
  color: #073855;
  font-size: 25px;
  margin-bottom: 20px;
}
.s-home-about .s-about--content p {
  font-size: 15px;
  line-height: 28px;
}
.s-home-about .s-about--content ul {
  margin: 0 0 -10px;
}
.s-home-about .s-about--content ul li {
  margin: 10px 0;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.s-home-about .s-about--content ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  background: #fff;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .s-home-about .s-about--content ul li:not(:last-child):after {
    display: none;
  }
}
.s-home-about .s-about--content ul li i {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.s-home-about .s-about--content a {
  color: #fff;
}
.s-home-about .s-about--content a:hover {
  color: #073855;
}

.s-process {
  padding: 80px 0;
  border-bottom: 1px solid #e2e2e2;
}
.s-process h2 {
  color: #fdb737;
}
.s-process ul {
  margin: -20px 0;
}
.s-process ul li {
  padding: 20px 0;
}
.s-process .process-step {
  background-color: #fdb737;
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 49%;
  line-height: 64px;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.s-process p {
  padding-top: 10px;
  margin-bottom: 10px;
}
.s-process p strong {
  color: #000;
}
.s-process p + p {
  margin-bottom: 0;
  padding: 0;
}

.p-search {
  background-color: #f4f4f4;
}
.p-search .c-footer {
  margin-top: 40px;
}

.p-search-container {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .p-search-container {
    padding: 10px;
  }
}

.c-search-results--info {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  padding: 10px 0;
  margin-bottom: 40px;
}

.c-search-results li {
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .c-search-results li {
    width: 100%;
    float: none;
  }
}
.c-search-results li:nth-child(2n) a {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .c-search-results li:nth-child(2n) a {
    margin: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .c-search-results li:nth-child(2n) a {
    margin: 0 0 10px;
  }
}

.s-search-map {
  margin-bottom: 30px;
  height: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s-search-map .btn-map {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  white-space: nowrap;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.s-search-map .btn-map .icon-location {
  position: relative;
  top: 1px;
  margin-right: 4px;
  color: #073855;
}

.s-search-filters {
  padding: 25px;
  border-radius: 2px;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 12px;
  color: #888;
}
.s-search-filters .form-group {
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}
.s-search-filters .form-group:first-child {
  padding-top: 0;
}
.s-search-filters .form-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.o-result {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: block;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-right: 15px;
  height: 200px;
}
.o-result:hover {
  /*transform: translateY(-5px);*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.o-result:hover .btn {
  border-color: #031926;
  background-color: #031926;
}
@media (max-width: 1199px) {
  .o-result {
    margin: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .o-result {
    height: auto;
    margin: 0 0 10px;
  }
}
.o-result figure {
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (min-width: 992px) {
  .o-result figure {
    padding: 0;
  }
}
.o-result figure figcaption {
  color: #fff;
  position: absolute;
  bottom: 15px;
  border-radius: 0 2px 2px 0;
  background-color: #fdb737;
  font-size: 14px;
  padding: 2px 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .o-result figure figcaption {
    border-radius: 2px;
  }
}
.o-result .o-result--content {
  width: 100%;
  padding: 20px 20px 0;
  height: 200px;
}
@media (max-width: 1199px) {
  .o-result .o-result--content {
    padding: 10px 10px 0;
  }
}
.o-result .o-result--content h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.o-result .o-result--content .o-result--location {
  font-size: 13px;
  color: #073855;
  margin-bottom: 0;
  height: 60px;
  line-height: 16px;
}
.o-result .o-result--content .o-result--location i {
  position: relative;
  top: 1px;
}
.o-result .o-result--content .o-result--footer {
  color: #555;
  font-size: 13px;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #dadada;
  width: 100%;
}
@media (max-width: 1199px) {
  .o-result .o-result--content .o-result--footer {
    padding: 10px 10px 0;
  }
}
.o-result .o-result--content .o-result--footer i {
  position: relative;
  top: 1px;
  color: #999;
}
.o-result .o-result--border-left {
  border-left: 1px solid #dadada;
  height: 200px;
}
.o-result .o-result--info {
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 50%;
  padding: 0 20px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .o-result .o-result--info {
    padding: 10px 10px 0;
  }
}
.o-result .o-result--info .o-result--price {
  display: block;
  font-size: 21px;
  font-weight: 600;
  color: #073855;
}
.o-result .o-result--info .o-result--price small {
  font-size: 13px;
  font-weight: 400;
}
.o-result .o-result--info .btn {
  margin-top: 20px;
  padding: 12px;
  display: block;
}

.row-no-padding {
  margin: 0;
}
.row-no-padding > div {
  padding: 0;
}

.col-no-padding {
  padding: 0;
}

.c-pagination {
  text-align: center;
}
@media (max-width: 991px) {
  .c-pagination {
    margin-bottom: 15px;
  }
}
.c-pagination > li {
  display: inline-block;
  margin: 0 2px;
}
.c-pagination > li a,
.c-pagination > li span {
  border: 1px solid #dadada;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #073855;
}
.c-pagination > li a:hover {
  color: #333;
}
.c-pagination > li.c-pagination--current a,
.c-pagination > li.c-pagination--current span {
  background-color: #f4f4f4;
  color: #999;
}

.c-pagination-hidden {
  display: none !important;
}

.ais-refinement-list__item {
  display: block;
}

.s-apartment--name {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .s-apartment--name {
    margin-bottom: 0;
  }
}

.s-apartment-details {
  padding: 50px 0;
}

.s-apartment-details--group {
  padding: 50px 0 30px;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
}
.s-apartment-details--group:first-child {
  padding-top: 0;
}
.s-apartment-details--group + .s-apartment-details--group {
  border-bottom: 0;
}
.s-apartment-details--group ul {
  font-size: 13px;
  font-weight: 400;
}
.s-apartment-details--group ul li {
  padding-bottom: 20px;
}
.s-apartment-details--group ul.plain li::before {
  content: "– ";
}
.s-apartment-details--group ul.icons li {
  line-height: 22px;
}
.s-apartment-details--group ul.icons li i {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  color: #888;
}

.s-apartment-location {
  padding: 40px 0 80px;
}
.s-apartment-location .s-apartment-location--map {
  height: 450px;
  width: 100%;
}

.s-apartment-gallery {
  margin-bottom: -30px;
}
.s-apartment-gallery ul li {
  margin-bottom: 30px;
}
.s-apartment-gallery ul li img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.s-apartment-gallery ul li a {
  display: block;
  position: relative;
}
.s-apartment-gallery ul li a span {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
}
.s-apartment-gallery ul li a span i {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .s-apartment-gallery ul li a span i {
    font-size: 24px;
  }
}
.s-apartment-gallery ul li a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.s-apartment-gallery ul li:nth-child(4) a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 2px;
  z-index: 2;
}
.s-apartment-gallery ul li:nth-child(4) a span {
  display: block;
}

.s-apartment-info {
  padding: 50px 0;
  position: relative;
}
.s-apartment-info h1 {
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .s-apartment-info h1 {
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.s-apartment-info .s-apartment--availability {
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #1dad00;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.s-apartment--location {
  font-size: 13px;
  color: #073855;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 0;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 30px;
}
.s-apartment--location i {
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .s-apartment--location {
    display: block;
    padding-left: 0;
  }
}

.s-apartment--type {
  color: #555;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 30px;
}
.s-apartment--type i {
  position: relative;
  top: 1px;
  color: #999;
}
@media (max-width: 991px) {
  .s-apartment--type {
    display: block;
    padding-left: 0;
  }
}

.s-apartment--description {
  padding: 30px 0;
}

.s-apartment--price {
  font-size: 15px;
  font-weight: 400;
}
.s-apartment--price ul {
  margin: 0 -20px;
}
.s-apartment--price ul:before, .s-apartment--price ul:after {
  content: " ";
  display: table;
}
.s-apartment--price ul:after {
  clear: both;
}
.s-apartment--price ul li {
  float: left;
  padding: 0 20px;
}
.s-apartment--price ul li strong {
  color: #073855;
}

.s-apartment--features:before, .s-apartment--features:after {
  content: " ";
  display: table;
}
.s-apartment--features:after {
  clear: both;
}
@media (max-width: 1199px) {
  .s-apartment--features {
    padding-top: 30px;
  }
}
.s-apartment--features li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .s-apartment--features li {
    width: 50%;
    padding: 10px 20px;
  }
}
.s-apartment--features li i {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
  color: #888;
}

.s-apartment-photo {
  height: 620px;
  display: block;
  background-color: #073855;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-apartment-photo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
}
.s-apartment-photo .container {
  height: 620px;
  position: relative;
  z-index: 3;
}
.s-apartment-photo .container .row {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 30px;
}
.s-apartment-photo .o-apartment-video {
  display: block;
  width: 100%;
  height: 160px;
  background-size: cover;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.s-apartment-photo .o-apartment-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.s-apartment-photo .o-apartment-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/static/images/icons/details-play.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.s-apartment-photo .o-apartment-video strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 25px);
  display: block;
  width: 140px;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  font-size: 14px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .s-apartment-photo .o-apartment-video strong {
    width: 110px;
  }
}
.s-apartment-photo .o-apartment-video strong::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #333;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.s-apartment-photo .o-apartment-video:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.c-apartment-sidebar {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-apartment-sidebar {
    margin-top: 0;
    position: absolute;
    z-index: 998;
  }
  .c-apartment-sidebar.affix {
    top: 20px;
  }
  .c-apartment-sidebar.affix-bottom {
    position: absolute;
  }
}
.c-apartment-sidebar .c-apartment-sidebar--form {
  padding: 30px;
  background-color: #111;
  background-image: url("/static/images/bg-features.jpg");
}
.c-apartment-sidebar .c-apartment-sidebar--form label {
  padding: 0 15px;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  display: block;
  height: 30px;
}
.c-apartment-sidebar .c-apartment-sidebar--form .form-group {
  margin-bottom: 10px;
}
.c-apartment-sidebar .c-apartment-sidebar--form .form-group:last-child {
  margin-bottom: 0;
}
.c-apartment-sidebar .c-apartment-sidebar--form .form-control {
  border-color: #fff;
}
.c-apartment-sidebar .c-apartment-sidebar--form .btn {
  margin-top: 20px;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .c-apartment-sidebar .c-apartment-sidebar--form .btn {
    margin-top: 0;
  }
}
.c-apartment-sidebar .c-apartment-sidebar--form .btn .icon-search {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.c-apartment-sidebar .c-apartment-sidebar--price {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  text-align: center;
  padding: 15px 30px;
}
.c-apartment-sidebar .c-apartment-sidebar--price strong {
  font-size: 25px;
  color: #073855;
  display: block;
}
.c-apartment-sidebar .c-apartment-sidebar--price strong small {
  font-size: 13px;
  font-weight: 400;
}
.c-apartment-sidebar .c-apartment--price {
  padding: 0 30px 20px;
  font-size: 13px;
}
.c-apartment-sidebar .c-apartment--price li:before, .c-apartment-sidebar .c-apartment--price li:after {
  content: " ";
  display: table;
}
.c-apartment-sidebar .c-apartment--price li:after {
  clear: both;
}
.c-apartment-sidebar .c-apartment--price li strong {
  float: left;
  font-weight: 400;
}
.c-apartment-sidebar .c-apartment--price li span {
  float: right;
  font-weight: 500;
}

.affix {
  position: fixed;
}

.a-content {
  padding: 80px 0;
}
.a-content h1 {
  font-weight: 600;
  font-size: 35px;
  color: #073855;
  margin-bottom: 20px;
}
.a-content h2 {
  font-size: 22px;
  font-weight: 600;
  font-size: 21px;
  color: #073855;
  margin-top: 30px;
  margin-bottom: 20px;
}
.a-content p {
  line-height: 1.5;
}
.a-content p:first-of-type {
  font-size: 21px;
  font-weight: 500;
}
.a-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
}
.a-content ul li a {
  color: #333;
  border-bottom: 1px solid #333;
}
.a-content ul li a:hover {
  color: #073855;
  border-bottom: 1px solid #073855;
}

.a-content-sidebar {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 30px;
  font-size: 13px;
  font-weight: 400;
}
.a-content-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: -10px 0;
}
.a-content-sidebar ul li {
  border-bottom: 1px solid #f4f4f4;
}
.a-content-sidebar ul li:last-child {
  border-bottom: 0;
}
.a-content-sidebar ul li a {
  display: block;
  border: 0;
  padding: 10px 0;
}
.a-content-sidebar ul li a:hover {
  border-bottom: 0;
}

.s-wrapper > div {
  margin-bottom: 20px;
}

#project-map-container {
  width: 100%;
  height: 400px;
  background-position: center;
}

.ais-SearchBox-input {
  border: 0px !important;
}

.ais-SearchBox-submit {
  display: none !important;
}

.ais-SearchBox-reset {
  display: none !important;
}
