@charset "UTF-8";
/* base styles (import before fw files!) */
/**
 * Colors
 */
/**
 * Color applications
 */
/* backgrounds */
/* borders */
/**
 * Fonts
 */
/**
  * Icons
  */
/* vendor */
/**
 * Styles for building great Web Applications!
 *
 * Author: José Osório
 * Copyright 2016
 */
/* base styles */
/**
 * Styles reset
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Body settings
 */
body {
  margin: 0;
  padding: 0; }

/**
 * Forms & inputs
 */
input, textarea, select, button {
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  outline: none;
  background: none;
  border: none; }

textarea {
  resize: none;
  overflow: hidden; }

button {
  padding: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/**
 *	Inline elements
 */
a {
  color: inherit;
  text-decoration: none;
  outline: none; }

/**
 *	Block elements
 */
figure {
  margin: 0; }

hr {
  border-width: 1px 0 0 0;
  border-style: solid; }

p {
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * Configurations
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
  * Breakpoints
  */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Font families
 */
/**
 * Colors
 */
/**
 * color applications
 */
/* function */
/**
 * List function
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Checks if an element exist in a list
 */
/**
 * Gets a key in a nested map
 */
/* mixinx */
/**
 * Breakpoints mixin
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Grid mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Make grid
 */
/**
 * Font mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Icons building
 */
/**
 * Text mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Make text alignments
 */
/**
 * Forms mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Placeholder mixin
 */
/**
 * Floats mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * To mixin
 */
/**
 * Shapes mixins
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Triangle
 */
/**
 * Square
 */
/**
 * Circle
 */
/* layout */
/**
 * Blink animation
 */
@keyframes blink {
  50% {
    color: #eee; } }

/**
 * Typography styles
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Inline elements
 */
[href] {
  cursor: pointer; }

a {
  transition: color .3s 0s; }

/**
 * Block elements
 */
p {
  margin-bottom: 0; }

/**
 * Headings
 */
h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.3em; }
  @media (min-width: 441px) {
    h2 {
      font-size: 1.6em; } }
  @media (min-width: 1001px) {
    h2 {
      font-size: 1.9em; } }
  @media (min-width: 1241px) {
    h2 {
      font-size: 2.2em; } }

h3 {
  font-size: 1.35em; }
  @media (min-width: 741px) {
    h3 {
      font-size: 1.4em; } }

h4 {
  font-size: 1.3em; }
  @media (min-width: 741px) {
    h4 {
      font-size: 1.4em; } }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

/**
 *	Text alignment
 */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media (min-width: 441px) {
  .text-pl-left {
    text-align: left !important; }
  .text-pl-right {
    text-align: right !important; }
  .text-pl-center {
    text-align: center !important; }
  .text-pl-justify {
    text-align: justify !important; } }

@media (min-width: 741px) {
  .text-tp-left {
    text-align: left !important; }
  .text-tp-right {
    text-align: right !important; }
  .text-tp-center {
    text-align: center !important; }
  .text-tp-justify {
    text-align: justify !important; } }

@media (min-width: 1001px) {
  .text-tl-left {
    text-align: left !important; }
  .text-tl-right {
    text-align: right !important; }
  .text-tl-center {
    text-align: center !important; }
  .text-tl-justify {
    text-align: justify !important; } }

@media (min-width: 1241px) {
  .text-dt-left {
    text-align: left !important; }
  .text-dt-right {
    text-align: right !important; }
  .text-dt-center {
    text-align: center !important; }
  .text-dt-justify {
    text-align: justify !important; } }

/**
 *	Text transformation
 */
.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-cap {
  text-transform: capitalize; }

/**
 *	Editable content
 */
.editable * {
  max-width: 100% !important;
  line-height: inherit !important;
  font-family: inherit !important;
  word-break: break-word !important; }

.editable p {
  margin: 0 0 1em 0 !important; }

.editable ul,
.editable ol {
  list-style-position: inside; }

.editable ul {
  list-style-type: disc; }

.editable ol {
  list-style-type: decimal; }

/**
 *	Messages
 */
.message {
  padding: 12px 15px;
  border-width: 1px;
  border-style: solid;
  /* info */
  /* success */
  /* error */
  /* warning */ }
  .message span {
    display: block; }
  .message--info {
    border-color: #035292; }
    .message--info b {
      color: #035292; }
  .message--success {
    border-color: #0aa412; }
    .message--success b {
      color: #0aa412; }
  .message--error {
    border-color: #de033a; }
    .message--error b {
      color: #de033a; }
  .message--warn {
    border-color: #fd8300; }
    .message--warn b {
      color: #fd8300; }

/**
 * Grid styles
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Row
 */
.row::after {
  content: '';
  clear: both;
  display: block; }

/**
 *  Columns
 */
.col-1 {
  width: 8.33333%;
  box-sizing: border-box;
  float: left; }

.col-2 {
  width: 16.66667%;
  box-sizing: border-box;
  float: left; }

.col-3 {
  width: 25%;
  box-sizing: border-box;
  float: left; }

.col-4 {
  width: 33.33333%;
  box-sizing: border-box;
  float: left; }

.col-5 {
  width: 41.66667%;
  box-sizing: border-box;
  float: left; }

.col-6 {
  width: 50%;
  box-sizing: border-box;
  float: left; }

.col-7 {
  width: 58.33333%;
  box-sizing: border-box;
  float: left; }

.col-8 {
  width: 66.66667%;
  box-sizing: border-box;
  float: left; }

.col-9 {
  width: 75%;
  box-sizing: border-box;
  float: left; }

.col-10 {
  width: 83.33333%;
  box-sizing: border-box;
  float: left; }

.col-11 {
  width: 91.66667%;
  box-sizing: border-box;
  float: left; }

.col-12 {
  width: 100%;
  box-sizing: border-box;
  float: left; }

@media (min-width: 441px) {
  .col-pl-1 {
    width: 8.33333%;
    box-sizing: border-box;
    float: left; }
  .col-pl-2 {
    width: 16.66667%;
    box-sizing: border-box;
    float: left; }
  .col-pl-3 {
    width: 25%;
    box-sizing: border-box;
    float: left; }
  .col-pl-4 {
    width: 33.33333%;
    box-sizing: border-box;
    float: left; }
  .col-pl-5 {
    width: 41.66667%;
    box-sizing: border-box;
    float: left; }
  .col-pl-6 {
    width: 50%;
    box-sizing: border-box;
    float: left; }
  .col-pl-7 {
    width: 58.33333%;
    box-sizing: border-box;
    float: left; }
  .col-pl-8 {
    width: 66.66667%;
    box-sizing: border-box;
    float: left; }
  .col-pl-9 {
    width: 75%;
    box-sizing: border-box;
    float: left; }
  .col-pl-10 {
    width: 83.33333%;
    box-sizing: border-box;
    float: left; }
  .col-pl-11 {
    width: 91.66667%;
    box-sizing: border-box;
    float: left; }
  .col-pl-12 {
    width: 100%;
    box-sizing: border-box;
    float: left; } }

@media (min-width: 741px) {
  .col-tp-1 {
    width: 8.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tp-2 {
    width: 16.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tp-3 {
    width: 25%;
    box-sizing: border-box;
    float: left; }
  .col-tp-4 {
    width: 33.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tp-5 {
    width: 41.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tp-6 {
    width: 50%;
    box-sizing: border-box;
    float: left; }
  .col-tp-7 {
    width: 58.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tp-8 {
    width: 66.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tp-9 {
    width: 75%;
    box-sizing: border-box;
    float: left; }
  .col-tp-10 {
    width: 83.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tp-11 {
    width: 91.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tp-12 {
    width: 100%;
    box-sizing: border-box;
    float: left; } }

@media (min-width: 1001px) {
  .col-tl-1 {
    width: 8.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tl-2 {
    width: 16.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tl-3 {
    width: 25%;
    box-sizing: border-box;
    float: left; }
  .col-tl-4 {
    width: 33.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tl-5 {
    width: 41.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tl-6 {
    width: 50%;
    box-sizing: border-box;
    float: left; }
  .col-tl-7 {
    width: 58.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tl-8 {
    width: 66.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tl-9 {
    width: 75%;
    box-sizing: border-box;
    float: left; }
  .col-tl-10 {
    width: 83.33333%;
    box-sizing: border-box;
    float: left; }
  .col-tl-11 {
    width: 91.66667%;
    box-sizing: border-box;
    float: left; }
  .col-tl-12 {
    width: 100%;
    box-sizing: border-box;
    float: left; } }

@media (min-width: 1241px) {
  .col-dt-1 {
    width: 8.33333%;
    box-sizing: border-box;
    float: left; }
  .col-dt-2 {
    width: 16.66667%;
    box-sizing: border-box;
    float: left; }
  .col-dt-3 {
    width: 25%;
    box-sizing: border-box;
    float: left; }
  .col-dt-4 {
    width: 33.33333%;
    box-sizing: border-box;
    float: left; }
  .col-dt-5 {
    width: 41.66667%;
    box-sizing: border-box;
    float: left; }
  .col-dt-6 {
    width: 50%;
    box-sizing: border-box;
    float: left; }
  .col-dt-7 {
    width: 58.33333%;
    box-sizing: border-box;
    float: left; }
  .col-dt-8 {
    width: 66.66667%;
    box-sizing: border-box;
    float: left; }
  .col-dt-9 {
    width: 75%;
    box-sizing: border-box;
    float: left; }
  .col-dt-10 {
    width: 83.33333%;
    box-sizing: border-box;
    float: left; }
  .col-dt-11 {
    width: 91.66667%;
    box-sizing: border-box;
    float: left; }
  .col-dt-12 {
    width: 100%;
    box-sizing: border-box;
    float: left; } }

/**
 * Layout styles
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Body
 */
body {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  color: #8f8f90; }
  @media (min-width: 741px) {
    body {
      font-size: 15px; } }
  @media (min-width: 1241px) {
    body {
      font-size: 16px; } }

/**
 * Container
 */
.container {
  width: 280px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 441px) {
    .container {
      width: 400px; } }
  @media (min-width: 741px) {
    .container {
      width: 700px; } }
  @media (min-width: 1001px) {
    .container {
      width: 960px; } }
  @media (min-width: 1241px) {
    .container {
      width: 1200px; } }
  .container:after {
    content: '';
    display: block;
    clear: both; }

/**
 * Backgrounds
 */
.bg-cover, .banner__content, .slideshow--gallery .slideshow__image, .about-rec__image, .home-rec__image, .partner-rec__image, .post-item__image, .room-card__image, .order-item__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/**
 * Section
 */
.section {
  padding-top: 4em;
  padding-bottom: 3em;
  /* section header */
  /* section content */
  /* section footer */ }
  .section__header {
    padding-bottom: 3em; }
  .section__content {
    padding-bottom: 3em; }
  .section__footer {
    padding-top: 22px; }
    @media (min-width: 441px) {
      .section__footer {
        padding-top: 24px; } }
    @media (min-width: 741px) {
      .section__footer {
        padding-top: 26px; } }
    @media (min-width: 1001px) {
      .section__footer {
        padding-top: 28px; } }
    @media (min-width: 1241px) {
      .section__footer {
        padding-top: 30px; } }
    .section__footer p:last-of-type {
      margin-bottom: 0; }

/**
 *	Spacings
 */
.auto-margin {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important; }

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

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

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

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

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

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

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

/**
 * Floats
 */
.to-right {
  float: right !important; }

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

@media (min-width: 441px) {
  .to-right-pl {
    float: right !important; } }

@media (min-width: 441px) {
  .to-left-pl {
    float: left !important; } }

@media (min-width: 741px) {
  .to-right-tp, .about-rec:nth-child(odd) .about-rec__content, .home-rec--yellow .home-rec__content, .homes-list__rec:nth-child(odd) .home-rec__content, .partner-rec:nth-child(odd) .partner-rec__content {
    float: right !important; } }

@media (min-width: 741px) {
  .to-left-tp {
    float: left !important; } }

@media (min-width: 1001px) {
  .to-right-tl {
    float: right !important; } }

@media (min-width: 1001px) {
  .to-left-tl {
    float: left !important; } }

@media (min-width: 1241px) {
  .to-right-dt {
    float: right !important; } }

@media (min-width: 1241px) {
  .to-left-dt {
    float: left !important; } }

/**
 * Clears
 */
.clear-right {
  clear: left; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

.clearfix:after, .form-nl__els:after, .aside-fixed-menu > li a:after, .navbar__top:after, .posts-list:after {
  content: '';
  display: block;
  clear: both; }

/**
 * Positioning
 */
.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/**
 * Horizontal ruler styles
 */
hr {
  height: 1px;
  margin-top: 30px;
  border-color: #cecece; }
  @media (min-width: 441px) {
    hr {
      margin-top: 35px; } }
  @media (min-width: 741px) {
    hr {
      margin-top: 40px; } }
  @media (min-width: 1001px) {
    hr {
      margin-top: 45px; } }
  @media (min-width: 1241px) {
    hr {
      margin-top: 50px; } }

/**
 *	Absolute positioning
 */
.abs-valign, .abs-center, .v-menu > li .v-menu-toggler:after, .banner__content, .slideshow--full, .app-logo a, .hl-category-card__image img, .partner-rec__image img, .post-item__image {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.abs-top {
  position: absolute;
  top: 0; }

.abs-right {
  position: absolute;
  right: 0; }

.abs-bottom {
  position: absolute;
  bottom: 0; }

.abs-left {
  position: absolute;
  left: 0; }

.abs-center, .v-menu > li .v-menu-toggler:after, .banner__content, .slideshow--full, .app-logo a, .hl-category-card__image img, .partner-rec__image img, .post-item__image {
  right: 0;
  left: 0; }

/* components */
/**
 * Menus components
 *
 * Author: José Osório
 * Copyright 2016 - 2017
 */
/**
 * Drop down menu
 */
.drop-menu {
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-sizing: border-box; }
  .drop-menu > li {
    height: inherit;
    line-height: inherit;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    float: left;
    /* hover */ }
    .drop-menu > li > a {
      height: inherit;
      line-height: inherit;
      font-size: 1.3em;
      display: block; }
    .drop-menu > li a {
      padding-right: 20px;
      padding-left: 20px;
      display: block;
      box-sizing: border-box; }
    .drop-menu > li > ul {
      line-height: 1.5;
      min-width: 100%;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1; }
      .drop-menu > li > ul > li {
        border-bottom: 1px solid #cccccc; }
      .drop-menu > li > ul a {
        padding-top: 5px;
        padding-bottom: 5px; }
    .drop-menu > li:hover > ul {
      display: block; }

/**
 * Vertical menu
 */
.v-menu > li {
  position: relative;
  /* toggler */
  /* submenu */
  /* active submenu */ }
  .v-menu > li a {
    display: block; }
    .v-menu > li a:hover, .v-menu > li a.v-menu-active {
      color: #696969; }
  .v-menu > li > a {
    height: 40px;
    line-height: 40px;
    margin-right: 40px;
    display: block; }
  .v-menu > li .v-menu-toggler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
    .v-menu > li .v-menu-toggler:after {
      /* parse values */
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-bottom: none;
      display: block;
      /* color direction border */
      border-top-color: #cecece;
      transition: transform .4s; }
      .v-menu > li .v-menu-toggler:after:hover {
        border-top-color: #696969; }
    .v-menu > li .v-menu-toggler:hover {
      color: #696969; }
  .v-menu > li > ul {
    padding-left: 35px;
    display: none; }
    .v-menu > li > ul a {
      padding-top: 5px;
      padding-right: 15px;
      padding-bottom: 5px; }
  .v-menu > li.v-menu-active .v-menu-toggler:after {
    transform: rotateZ(180deg); }

/**
 * Icons components
 */
.icon::before, .accordion__header::before, .link-btn::before {
  font-family: "Material-Design-Iconic-Font", sans-serif;
  font-style: normal; }

.icon--account::before {
  content: ""; }

.icon--calendar::before {
  content: ""; }

.icon--check::before {
  content: ""; }

.icon--check-circle::before {
  content: ""; }

.icon--close-circle::before {
  content: ""; }

.icon--menu::before {
  content: ""; }

.icon--plus-circle::before, .link-btn::before {
  content: ""; }

.icon--quote::before {
  content: ""; }

.icon--star::before {
  content: ""; }

.icon--arrow-down::before {
  content: ""; }

.icon--arrow-left::before {
  content: ""; }

.icon--arrow-right::before {
  content: ""; }

.icon--arrow-up::before {
  content: ""; }

.icon--toggler-down::before {
  content: ""; }

.icon--toggler-right::before {
  content: ""; }

.icon--toggler-left::before {
  content: ""; }

.icon--toggler-up::before {
  content: ""; }

.icon--bus::before {
  content: ""; }

.icon--car::before {
  content: ""; }

.icon--mail::before {
  content: ""; }

.icon--pin::before {
  content: ""; }

.icon--subway::before {
  content: ""; }

.icon--walk::before {
  content: ""; }

.icon--facebook::before {
  content: ""; }

.icon--instagram::before {
  content: ""; }

.icon--linkedin::before {
  content: ""; }

.icon--twitter::before {
  content: ""; }

.icon--youtube::before {
  content: ""; }

/**
 * Custom inputs
 *
 * Author: José Osório
 * Copyright 2016
 */
/* select */
.custom_select {
  height: 38px;
  padding: 0 15px;
  color: inherit;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  /* displayer */
  /* toggler */
  /* input */
  /* when the select box is disabled */
  /* when the select box is not disabled */ }
  @media (min-width: 441px) {
    .custom_select {
      height: 41px;
      line-height: 41px; } }
  @media (min-width: 741px) {
    .custom_select {
      height: 44px;
      line-height: 44px; } }
  @media (min-width: 1001px) {
    .custom_select {
      height: 47px;
      line-height: 47px; } }
  @media (min-width: 1241px) {
    .custom_select {
      height: 50px;
      line-height: 50px; } }
  .custom_select div {
    height: 100%;
    margin-right: 20px;
    white-space: nowrap;
    position: relative;
    overflow: hidden; }
  .custom_select span {
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid #666;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0; }
  .custom_select select {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    border: none;
    box-sizing: border-box;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0; }
    .custom_select select option {
      color: inherit;
      font: inherit; }
  .custom_select.disabled {
    opacity: .7; }
  .custom_select:not(.disabled):hover {
    color: #666;
    border-color: #666; }
    .custom_select:not(.disabled):hover span {
      opacity: .8; }

/* checkbox */
.custom_checkbox {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative; }
  .custom_checkbox > span {
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .custom_checkbox > span.current {
      background-color: #c1c1c1; }
  .custom_checkbox input {
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0 !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block; }
  .custom_checkbox.disabled {
    border-style: dotted;
    opacity: .7; }
  .custom_checkbox.disabled,
  .custom_checkbox.disabled input {
    cursor: default; }
  .custom_checkbox.disabled + label {
    opacity: .7;
    cursor: default; }

/* radio button */
.custom_radio {
  width: 14px;
  height: 14px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  /* disabled */ }
  .custom_radio > span {
    width: 8px;
    height: 8px;
    margin: auto;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .custom_radio > span.current {
      background-color: #c1c1c1; }
  .custom_radio input {
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .custom_radio.disabled {
    border-style: dotted;
    opacity: .7; }
  .custom_radio.disabled,
  .custom_radio.disabled input {
    cursor: default; }
  .custom_radio.disabled + label {
    opacity: .7;
    cursor: default; }

/**
 * Form component
 *
 * Author: José Osório
 * Copyright 2016
 */
/* elements */
[onclick], [type="submit"], [type="checkbox"], [type="radio"], button {
  cursor: pointer; }

.form {
  /* placeholders */
  /* form header */
  /* form group */
  /* form footer */ }
  .form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
    .form fieldset legend {
      padding: 0;
      display: block; }
  .form label {
    cursor: pointer; }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form textarea {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none; }
  .form textarea {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form select {
    height: 38px; }
    @media (min-width: 441px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 41px; } }
    @media (min-width: 741px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 44px; } }
    @media (min-width: 1001px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 47px; } }
    @media (min-width: 1241px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 50px; } }
  .form ::-webkit-input-placeholder {
    color: inherit;
    opacity: 1; }
  .form :-moz-placeholder {
    color: inherit;
    opacity: 1; }
  .form ::-moz-placeholder {
    color: inherit;
    opacity: 1; }
  .form :-ms-input-placeholder {
    color: inherit;
    opacity: 1; }
  .form__header {
    margin-bottom: 15px; }
  .form__group {
    margin-bottom: 12px;
    overflow: hidden;
    /* form grid */ }
    @media (min-width: 741px) {
      .form__group {
        margin-bottom: 20px; } }
    .form__group .row {
      margin: 0 -6px;
      /* columns */ }
      .form__group .row [class*="col-"] {
        padding: 0 6px; }
        .form__group .row [class*="col-"]:not(:last-child) {
          margin-bottom: 12px; }
      @media (min-width: 741px) {
        .form__group .row {
          margin: 0 -10px;
          /* columns */ }
          .form__group .row [class*="col-"] {
            padding: 0 10px; }
            .form__group .row [class*="col-"]:not(:last-child) {
              margin-bottom: 0; } }
  .form__footer {
    margin-top: 30px;
    text-align: center; }
    .form__footer p {
      margin: 0; }
    @media (min-width: 741px) {
      .form__footer {
        text-align: left; } }

/**
 * Banner component
 *
 * Author: José Osório
 * Copyright 2016
 */
.banner {
  height: 450px;
  position: relative; }
  @media (min-width: 1241px) {
    .banner {
      height: 500px; } }
  .banner--full {
    height: 100vh; }
  .banner__content {
    width: 100%;
    height: 100%;
    display: table; }
  .banner__cell {
    padding-right: 10%;
    padding-left: 10%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/**
 * Slideshow component
 *
 * Author: José Osório
 * Copyright 2016
 */
.slideshow {
  position: relative;
  /* track */
  /* dots */
  /**
    * Slick
    */ }
  .slideshow--full {
    width: 100%;
    height: 100%; }
  .slideshow__track {
    height: 100%; }
  .slideshow__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
  .slideshow__dots {
    margin-top: 20px;
    text-align: center; }
    .slideshow__dots--abs-bottom {
      margin: auto;
      position: absolute;
      right: 0;
      bottom: 40px;
      left: 0; }
    .slideshow__dots li {
      display: inline-block;
      /* hover / active */ }
      .slideshow__dots li button {
        width: 24px;
        height: 24px;
        text-indent: 2000em;
        border-width: 2px;
        border-style: solid;
        border-color: #cecece;
        border-radius: 50%;
        overflow: hidden;
        transition: background-color .4s; }
      .slideshow__dots li:not(:last-child) button {
        margin-right: 4px; }
      .slideshow__dots li:not(:first-child) button {
        margin-left: 4px; }
      .slideshow__dots li:hover button, .slideshow__dots li.slick-active button {
        background-color: #cecece; }
  .slideshow .slick-list,
  .slideshow .slick-track {
    height: 100%; }

/**
 * Accordion component
 *
 * Author: José Osório
 * Copyright 2016
 */
.accordion {
  /* record */
  /* header */
  /* content */
  /* hover / active */ }
  .accordion__rec {
    margin-bottom: 6px; }
  .accordion__header {
    padding: 10px 50px 10px 25px;
    line-height: 26px;
    font-size: 18px;
    background-color: #f4f4f4;
    cursor: pointer;
    position: relative;
    transition: background-color 0.4s;
    /* arrow */ }
    .accordion__header::before {
      width: 0;
      height: 0;
      margin: auto;
      content: '';
      border-top: 6px solid;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      display: block;
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      transition: transform 0.4s; }
    @media (min-width: 1001px) {
      .accordion__header {
        padding: 15px 55px 15px 30px;
        line-height: 28px;
        /* arrow */ }
        .accordion__header::before {
          right: 20px; } }
  .accordion__content {
    padding: 25px;
    display: none; }
    @media (min-width: 1001px) {
      .accordion__content {
        padding: 30px; } }
  .accordion .accordion__header:hover,
  .accordion .accordion--active .accordion__header {
    background-color: transparent; }
  .accordion .accordion--active .accordion__header::before {
    transform: rotateZ(180deg); }

/* layout */
body {
  background-color: #f4f4f4; }
  body * {
    letter-spacing: .06em; }

.inline-block {
  display: inline-block; }

/**
 * Horizontal ruler
 */
.hline {
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #f4f4f4;
  border: none; }

/**
 * Container
 */
.container--narrow {
  padding-right: 2em;
  padding-left: 2em;
  box-sizing: border-box; }

/**
 * Section
 */
.section {
  padding-bottom: 4.5em;
  background-color: #ffffff; }
  .section__header {
    padding-top: 0; }
    @media (min-width: 0) and (max-width: 740px) {
      .section__header .filter-menu {
        display: block; }
        .section__header .filter-menu + .filter-menu {
          margin-top: 10px; } }
  .section__content {
    padding-bottom: 0; }

/**
 * Background colors
 */
.white-bg-color {
  background-color: #ffffff; }

.dirty-bg-color {
  background-color: #f4f4f4; }

/**
 * Page nav
 */
.page-nav {
  margin-top: 4.5em;
  padding-bottom: 22px;
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 0;
  /* social column */
  /* arrows */
  /* social networks */ }
  @media (min-width: 441px) {
    .page-nav {
      padding-bottom: 24px; } }
  @media (min-width: 741px) {
    .page-nav {
      padding-bottom: 26px; } }
  @media (min-width: 1001px) {
    .page-nav {
      padding-bottom: 28px; } }
  @media (min-width: 1241px) {
    .page-nav {
      padding-bottom: 30px; } }
  .page-nav__social-col {
    padding-top: 2em;
    clear: both; }
    @media (min-width: 1001px) {
      .page-nav__social-col {
        padding-top: 0;
        clear: none; } }
  .page-nav .icon, .page-nav .accordion__header, .page-nav .link-btn::before {
    line-height: 46px; }
    .page-nav .icon span, .page-nav .accordion__header span, .page-nav .link-btn::before span {
      display: none; }
      @media (min-width: 741px) {
        .page-nav .icon span, .page-nav .accordion__header span, .page-nav .link-btn::before span {
          display: inline; } }
    .page-nav .icon--arrow-up::before, .page-nav .icon--arrow-left::before {
      margin-right: .6em; }
    .page-nav .icon--arrow-right {
      margin-left: 1em; }
      .page-nav .icon--arrow-right::before {
        margin-left: .6em;
        float: right; }
    .page-nav .icon:hover, .page-nav .accordion__header:hover, .page-nav .link-btn:hover::before {
      color: #f15a29; }
  .page-nav .btn-network {
    margin-right: .5em;
    margin-left: .5em; }

/**
 * Page footer
 */
.page-footer {
  /* top bar */
  /* columns */
  /* pages menu */
  /* networks menu  */
  /* credits */ }
  .page-footer__top {
    padding: 3em 0; }
    .page-footer__top h4 {
      margin-bottom: 2em; }
    .page-footer__top p + p {
      margin-top: 2em; }
  @media (min-width: 0) and (max-width: 1240px) {
    .page-footer__contacts-col, .page-footer__social-col {
      margin-bottom: 3em; } }
  @media (min-width: 1241px) {
    .page-footer__contacts-col {
      padding-right: 3em; } }
  @media (min-width: 0) and (max-width: 740px) {
    .page-footer__social-col {
      padding-top: 3em;
      border-top: 1px solid #cecece; } }
  @media (min-width: 1241px) {
    .page-footer__social-col {
      padding-left: 3em; } }
  @media (min-width: 0) and (max-width: 1240px) {
    .page-footer__links-col {
      padding-top: 3em;
      border-top: 1px solid #cecece;
      clear: both; } }
  @media (min-width: 741px) and (max-width: 1240px) {
    .page-footer__menu-pages > li {
      margin-bottom: 1em !important;
      display: inline-block; }
      .page-footer__menu-pages > li:not(:first-child) {
        margin-left: 1em; }
      .page-footer__menu-pages > li:not(:last-child) {
        margin-right: 1em; } }
  .page-footer__menu-networks {
    margin-bottom: 2.5em; }
  .page-footer__credits {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 50px;
    color: #cecece; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  text-transform: uppercase; }

h4 {
  font-size: 1.1em; }
  @media (min-width: 741px) {
    h4 {
      font-size: 1.125em; } }

h5 {
  font-size: 1.05em; }

b, strong {
  font-weight: 500; }

.heading {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.2em; }
  @media (min-width: 741px) {
    .heading {
      font-size: 1.56em; } }
  .heading span {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    display: block; }
  .heading--orange {
    color: #f15a29; }
  .heading--yellow {
    color: #fbb040; }
  .heading--inline {
    line-height: 36px; }
    @media (min-width: 441px) {
      .heading--inline {
        line-height: 42px; } }
    @media (min-width: 741px) {
      .heading--inline {
        line-height: 48px; } }
    @media (min-width: 1001px) {
      .heading--inline {
        line-height: 54px; } }
    @media (min-width: 1241px) {
      .heading--inline {
        line-height: 60px; } }
    .heading--inline span {
      line-height: inherit;
      display: inline; }

/**
 * Colors
 */
.color-orange {
  color: #f15a29; }

.color-yellow {
  color: #fbb040; }

/**
 * Editable contents
 */
.editable h4 {
  color: #f15a29; }

.editable p + h4 {
  margin-top: 1.5em; }

.editable img {
  max-width: 100% !important;
  height: auto !important;
  margin: 2.5em auto !important;
  display: block !important; }
  @media (min-width: 1001px) {
    .editable img {
      max-width: 80% !important; } }

/* components */
.accordion {
  /* header */
  /* content */
  /* hover / active */ }
  .accordion__header {
    background-color: #f4f4f4;
    /* toggler */ }
    .accordion__header::before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      content: "";
      font-size: 1.2em;
      text-align: center;
      border: none; }
  .accordion__content {
    background-color: #f4f4f4; }
  .accordion .accordion__header:hover,
  .accordion .accordion--active .accordion__header {
    color: #696969;
    background-color: #f4f4f4; }

.banner-wrapper {
  background-color: #ffffff;
  position: relative;
  /* action button */
  /* scroll button */ }
  .banner-wrapper__title {
    margin-bottom: 0 !important;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%); }
  .banner-wrapper .btn {
    width: 220px;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 0; }
    @media (min-width: 441px) {
      .banner-wrapper .btn {
        width: 240px; } }
    @media (min-width: 741px) {
      .banner-wrapper .btn {
        width: 260px; } }
    @media (min-width: 1001px) {
      .banner-wrapper .btn {
        width: 280px; } }
    @media (min-width: 1241px) {
      .banner-wrapper .btn {
        width: 300px; } }
  .banner-wrapper .scroll-btn {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(50%); }

.banner {
  height: 340px;
  color: #ffffff;
  background-color: #696969; }
  @media (min-width: 441px) {
    .banner {
      height: 380px; } }
  @media (min-width: 741px) {
    .banner {
      height: 420px; } }
  @media (min-width: 1001px) {
    .banner {
      height: 450px; } }
  @media (min-width: 1241px) {
    .banner {
      height: 480px; } }
  .banner--mini {
    height: 230px; }
    @media (min-width: 441px) {
      .banner--mini {
        height: 250px; } }
    @media (min-width: 741px) {
      .banner--mini {
        height: 270px; } }
    @media (min-width: 1001px) {
      .banner--mini {
        height: 290px; } }
    @media (min-width: 1241px) {
      .banner--mini {
        height: 310px; } }
    .banner--mini .banner__cell {
      background-color: rgba(0, 0, 0, 0.5); }
  .banner__cell {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top; }
    .banner__cell--middle {
      vertical-align: middle; }
    @media (min-width: 441px) {
      .banner__cell {
        padding-top: 70px; } }
    @media (min-width: 741px) {
      .banner__cell {
        padding-top: 0;
        vertical-align: middle; } }

/*
 * Banner title
 */
.banner h2,
.banner-title,
.banner-wrapper__title {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 1.8em; }
  @media (min-width: 441px) {
    .banner h2,
    .banner-title,
    .banner-wrapper__title {
      font-size: 2.2em; } }
  @media (min-width: 1001px) {
    .banner h2,
    .banner-title,
    .banner-wrapper__title {
      font-size: 3.1em; } }
  @media (min-width: 1001px) {
    .banner h2,
    .banner-title,
    .banner-wrapper__title {
      font-size: 3.4em; } }
  @media (min-width: 1241px) {
    .banner h2,
    .banner-title,
    .banner-wrapper__title {
      font-size: 3.75em; } }

/*
 * Banner subtitle
 */
.banner p,
.banner-subtitle {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 300; }
  @media (min-width: 441px) {
    .banner p,
    .banner-subtitle {
      font-size: 1.6em; } }
  @media (min-width: 1001px) {
    .banner p,
    .banner-subtitle {
      font-size: 1.8em; } }
  @media (min-width: 1001px) {
    .banner p,
    .banner-subtitle {
      font-size: 2em; } }
  @media (min-width: 1241px) {
    .banner p,
    .banner-subtitle {
      font-size: 2.2em; } }
  .banner p--fit-abs-title,
  .banner-subtitle--fit-abs-title {
    margin-top: 5px;
    transform: translateY(0); }
    @media (min-width: 441px) {
      .banner p--fit-abs-title,
      .banner-subtitle--fit-abs-title {
        transform: translateY(25%); } }
    @media (min-width: 741px) {
      .banner p--fit-abs-title,
      .banner-subtitle--fit-abs-title {
        transform: translateY(50%); } }
    @media (min-width: 1001px) {
      .banner p--fit-abs-title,
      .banner-subtitle--fit-abs-title {
        transform: translateY(75%); } }
    @media (min-width: 1241px) {
      .banner p--fit-abs-title,
      .banner-subtitle--fit-abs-title {
        transform: translateY(100%); } }

/*
 * Arrows
 */
.banner .btn-arrow {
  width: 40px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0; }
  .banner .btn-arrow--left {
    left: 20px; }
  .banner .btn-arrow--right {
    right: 20px; }
  .banner .btn-arrow:hover {
    color: #f15a29; }

/**
 * Button
 */
.btn {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  color: #ffffff;
  font-size: 1.125em;
  text-align: center;
  background-color: rgba(105, 105, 105, 0.8);
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  transition: background-color .5s;
  /* small button */
  /* orange */
  /* yellow */ }
  @media (min-width: 741px) {
    .btn {
      height: 55px;
      line-height: 55px;
      padding-right: 45px;
      padding-left: 45px; } }
  @media (min-width: 1241px) {
    .btn {
      height: 60px;
      line-height: 60px;
      padding-right: 50px;
      padding-left: 50px; } }
  .btn:hover, .btn:focus {
    background-color: #696969; }
  .btn--small {
    height: 34px;
    line-height: 34px;
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 741px) {
      .btn--small {
        height: 42px;
        line-height: 42px;
        padding-right: 25px;
        padding-left: 25px; } }
    @media (min-width: 1241px) {
      .btn--small {
        height: 50px;
        line-height: 50px;
        padding-right: 30px;
        padding-left: 30px; } }
  .btn--orange {
    background-color: rgba(241, 90, 41, 0.8); }
    .btn--orange:hover, .btn--orange:focus {
      background-color: #fbb040; }
  .btn--yellow {
    background-color: rgba(251, 176, 64, 0.8); }
    .btn--yellow:hover, .btn--yellow:focus {
      background-color: #f15a29; }

/**
 * Links
 */
.link-btn {
  color: rgba(143, 143, 144, 0.8);
  transition-property: color, background-color;
  transition-duration: .5s;
  display: inline-block;
  /* orange */ }
  .link-btn::before {
    margin-right: 10px; }
  .link-btn:hover, .link-btn:focus {
    color: #8f8f90; }
  .link-btn--yellow, .home-rec--orange .home-rec__link, .homes-list__rec:nth-child(even) .home-rec__link, .partner-rec:nth-child(even) .partner-rec__link {
    color: #fbb040; }
    .link-btn--yellow:hover, .home-rec--orange .home-rec__link:hover, .homes-list__rec:nth-child(even) .home-rec__link:hover, .partner-rec:nth-child(even) .partner-rec__link:hover, .link-btn--yellow:focus, .home-rec--orange .home-rec__link:focus, .homes-list__rec:nth-child(even) .home-rec__link:focus, .partner-rec:nth-child(even) .partner-rec__link:focus {
      color: #8f8f90; }
  .link-btn--orange, .home-rec--yellow .home-rec__link, .homes-list__rec:nth-child(odd) .home-rec__link, .partner-rec:nth-child(odd) .partner-rec__link {
    color: #f15a29; }
    .link-btn--orange:hover, .home-rec--yellow .home-rec__link:hover, .homes-list__rec:nth-child(odd) .home-rec__link:hover, .partner-rec:nth-child(odd) .partner-rec__link:hover, .link-btn--orange:focus, .home-rec--yellow .home-rec__link:focus, .homes-list__rec:nth-child(odd) .home-rec__link:focus, .partner-rec:nth-child(odd) .partner-rec__link:focus {
      color: #8f8f90; }

/**
 * Scroll button
 */
.scroll-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  color: #cecece;
  font-size: 1.6em;
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: color, border-color;
  transition-duration: .6s;
  /* inverted color */
  /* scroll down */
  /* scroll up */
  /* hover */ }
  .scroll-btn--inverse {
    border-color: #ffffff;
    background-color: transparent; }
  .scroll-btn--down::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: ""; }
  .scroll-btn--up::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: ""; }
  .scroll-btn:hover {
    color: #f15a29;
    border-color: #f15a29; }

/**
 * Arrow buttons
 */
.btn-arrow {
  color: #f15a29;
  cursor: pointer;
  transition: color .4s;
  /* left */
  /* right */
  /* hover */ }
  .btn-arrow::before {
    font-size: 1em;
    text-align: center;
    display: block; }
    @media (min-width: 441px) {
      .btn-arrow::before {
        font-size: 1.2em; } }
    @media (min-width: 741px) {
      .btn-arrow::before {
        font-size: 1.4em; } }
    @media (min-width: 1001px) {
      .btn-arrow::before {
        font-size: 1.6em; } }
  .btn-arrow--left::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: ""; }
  .btn-arrow--right::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: ""; }
  .btn-arrow:hover {
    color: #cecece; }

/**
 * Networks
 */
.btn-network {
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.3em;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  transition-property: color, border-color;
  transition-duration: .5s;
  /* hover */ }
  .btn-network span {
    display: none; }
  .btn-network--facebook {
    color: #5f7cbb;
    border-color: #5f7cbb; }
    .btn-network--facebook::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: ""; }
  .btn-network--linkedin {
    color: #578dc9;
    border-color: #578dc9; }
    .btn-network--linkedin::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: ""; }
  .btn-network--instagram {
    color: #616465;
    border-color: #616465; }
    .btn-network--instagram::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: ""; }
  .btn-network--twitter {
    color: #8ac9eb;
    border-color: #8ac9eb; }
    .btn-network--twitter::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: ""; }
  .btn-network--youtube {
    color: #d36c55;
    border-color: #d36c55; }
    .btn-network--youtube::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: ""; }
  .btn-network:hover {
    color: #f15a29;
    border-color: #fbb040; }

/*
*	DATE PICKER
*/
#datepicker {
  position: relative;
  display: none;
  position: relative;
  z-index: 1;
  /* calendar pane */
  /* close_btn */ }
  #datepicker > div {
    margin: auto auto 10px;
    position: absolute;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.3); }
  #datepicker .btn_pane {
    margin-top: -1px;
    padding: 0 10px 10px;
    background-color: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccc; }
  #datepicker .close {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #b31c27;
    cursor: pointer;
    display: block;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s; }
    #datepicker .close:hover {
      background-color: #d98d93; }

/* calendar */
.ui-datepicker {
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 2 !important; }

.ui-datepicker-header {
  height: 80px;
  color: #fff;
  text-align: center;
  background-color: #7b7b7b;
  position: relative;
  border-bottom: 1px solid #ccc;
  /* title */ }
  .ui-datepicker-header a {
    width: 0;
    height: 0;
    margin: auto;
    text-indent: -2000em;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    cursor: pointer; }
    .ui-datepicker-header a.ui-datepicker-prev {
      border-right: 8px solid #ccc;
      left: 20px; }
      .ui-datepicker-header a.ui-datepicker-prev:hover {
        border-right-color: #fff; }
    .ui-datepicker-header a.ui-datepicker-next {
      border-left: 8px solid #ccc;
      right: 20px; }
      .ui-datepicker-header a.ui-datepicker-next:hover {
        border-left-color: #fff; }
  .ui-datepicker-header .ui-datepicker-title {
    height: 20px;
    line-height: 20px;
    padding: 30px 40px;
    font-size: 18px; }
    .ui-datepicker-header .ui-datepicker-title select {
      height: 20px;
      margin: 0 10px;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      background-color: #7b7b7b;
      border: none;
      outline: none; }

.ui-datepicker-calendar {
  font-size: 14px;
  background-color: #999;
  border-collapse: separate !important;
  border-spacing: 2px; }
  .ui-datepicker-calendar th {
    height: 40px;
    padding: 0 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase; }
  .ui-datepicker-calendar td {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    text-align: center; }
    .ui-datepicker-calendar td.ui-state-selected a {
      background-color: #b31c27; }
  .ui-datepicker-calendar tbody a,
  .ui-datepicker-calendar tbody span {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block; }
  .ui-datepicker-calendar tbody a {
    background-color: #afafaf; }
  .ui-datepicker-calendar a:hover {
    background-color: #fbb040; }
  .ui-datepicker-calendar a.ui-state-highlight {
    background-color: #cdcdcd; }

label {
  cursor: pointer; }

.form {
  /* op results */
  /* custom select */ }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form select {
    height: 36px; }
    @media (min-width: 441px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 42px; } }
    @media (min-width: 741px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 48px; } }
    @media (min-width: 1001px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 54px; } }
    @media (min-width: 1241px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"],
      .form select {
        height: 60px; } }
  .form--grey-inputs input[type="text"],
  .form--grey-inputs input[type="email"],
  .form--grey-inputs input[type="password"],
  .form--grey-inputs textarea {
    background-color: #f4f4f4; }
  .form .op_result p {
    margin-bottom: 1.5em; }
  .form__group + h4 {
    margin-top: 2em; }
  .form h4 {
    margin-bottom: 1em;
    color: #fbb040; }
  .form .custom_select {
    display: block;
    background-color: #f4f4f4; }

/**
 * Newsleter form
 */
.form-nl__input, .form-nl__btn {
  background-color: #ffffff; }

.form-nl__input {
  width: calc(100% - 58px);
  padding: 0 15px;
  height: 50px;
  box-sizing: border-box;
  float: left; }

.form-nl__btn {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: right;
  transition: color .5s;
  /* icon */
  /* hover/focus */ }
  .form-nl__btn::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: ""; }
  .form-nl__btn:hover, .form-nl__btn:focus {
    color: #f15a29; }

.icon--yellow {
  color: #fbb040; }

/**
 * Custom select
 */
.custom_select {
  padding: 0;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  /* displayer */
  /* toggler */
  /* when the select box is not disabled */ }
  @media (min-width: 441px) {
    .custom_select {
      height: 42px;
      line-height: 42px; } }
  @media (min-width: 741px) {
    .custom_select {
      height: 48px;
      line-height: 48px; } }
  @media (min-width: 1001px) {
    .custom_select {
      height: 54px;
      line-height: 54px; } }
  @media (min-width: 1241px) {
    .custom_select {
      height: 60px;
      line-height: 60px; } }
  .custom_select div {
    margin-right: 40px;
    padding: 0 15px; }
  .custom_select span {
    width: 40px;
    height: auto;
    margin: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .custom_select span::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: "";
      margin: auto;
      font-size: 1.2em;
      text-align: center;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .custom_select:not(.disabled):hover {
    color: #f15a29;
    border-color: #666; }

/**
 * Custom Checkbox
 */
.custom_checkbox {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #ffffff; }
  .custom_checkbox > span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    background-color: #e4e4e4;
    transition-property: transform, background-color;
    transition-duration: .4s;
    transform: scale(0.8); }
    .custom_checkbox > span::before {
      width: inherit;
      height: inherit;
      font-size: 1.1em;
      text-align: center;
      display: block; }
    .custom_checkbox > span.current {
      transform: scale(1);
      background-color: #75cd79; }
      .custom_checkbox > span.current::before {
        font-family: "Material-Design-Iconic-Font", sans-serif;
        content: ""; }

/**
 * Custom Radio
 */
.custom_radio {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #ffffff; }
  .custom_radio > span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    background-color: #e4e4e4;
    transition-property: transform, background-color;
    transition-duration: .4s;
    transform: scale(0.8); }
    .custom_radio > span::before {
      width: inherit;
      height: inherit;
      font-size: 1.1em;
      text-align: center;
      display: block; }
    .custom_radio > span.current {
      transform: scale(1);
      background-color: #75cd79; }
      .custom_radio > span.current::before {
        font-family: "Material-Design-Iconic-Font", sans-serif;
        content: ""; }

/**
 * Items list
 */
.items-list__item, .room-detail ul li {
  margin-bottom: .8em; }
  .items-list__item::before, .room-detail ul li::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: "";
    margin-right: .8em;
    color: #cecece; }

/**
 * Menus components
 *
 * Author: José Osório
 * Copyright 2016
 */
/**
 * Toggler
 */
.toggler {
  cursor: pointer; }
  .toggler::after {
    margin-left: 10px;
    content: '\f2f9';
    font-size: 18px;
    font-family: "Material-Design-Iconic-Font", sans-serif; }

/**
 * Pages menu
 */
.menu-pages {
  /* links */ }
  .menu-pages li:not(:last-child) {
    margin-bottom: 6px; }
  .menu-pages__link {
    display: block; }
    .menu-pages__link--active, .menu-pages__link:hover {
      color: #f15a29; }

/**
 * Networks menu
 */
.menu-networks li {
  display: inline-block; }
  .menu-networks li:not(:last-child) {
    margin-right: 1em; }

/**
 * Aside menu
 */
.menu-aside {
  margin-bottom: 3em;
  border-top: 1px solid #f4f4f4; }
  @media (min-width: 1001px) {
    .menu-aside {
      margin-bottom: 0; } }
  .menu-aside li {
    border-bottom: 1px solid #f4f4f4; }
    .menu-aside li a {
      padding-top: 12px;
      padding-bottom: 12px;
      display: block;
      /* icon */ }
      .menu-aside li a::before {
        font-family: "Material-Design-Iconic-Font", sans-serif;
        content: "";
        float: right; }
      .menu-aside li a:hover, .menu-aside li a.menu-aside-active {
        color: #fbb040; }

/**
 * Filter menu
 */
.filter-menu {
  height: 46px;
  line-height: 46px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  /* highlight */
  /* submenus */
  /**
   * White
   */ }
  @media (min-width: 1001px) {
    .filter-menu {
      height: 60px;
      line-height: 60px; } }
  .filter-menu__item {
    height: inherit;
    line-height: inherit;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
    .filter-menu__item--active > a {
      color: #f15a29; }
    .filter-menu__item a {
      padding-right: 20px;
      padding-left: 20px;
      background-color: #f4f4f4;
      box-sizing: border-box;
      display: block; }
      .filter-menu__item a:hover {
        color: #f15a29; }
    .filter-menu__item > a {
      height: inherit;
      padding-right: 3em;
      line-height: inherit;
      display: block;
      position: relative; }
      .filter-menu__item > a::before {
        font-family: "Material-Design-Iconic-Font", sans-serif;
        content: "";
        width: 3em;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }
  .filter-menu--highlight .filter-menu__item--active > a {
    color: #8f8f90 !important; }
  .filter-menu--highlight .filter-menu__item a {
    color: #f15a29; }
    .filter-menu--highlight .filter-menu__item a:hover {
      color: #8f8f90; }
  .filter-menu--highlight .filter-menu__item > a {
    border: 2px solid #f15a29; }
  .filter-menu__submenu {
    line-height: 1.5;
    min-width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
    .filter-menu__submenu li {
      border-bottom: 1px solid #cccccc; }
      .filter-menu__submenu li.active a {
        color: #8f8f90; }
    .filter-menu__submenu a {
      padding-top: 5px;
      padding-bottom: 5px; }
  .filter-menu--white a {
    text-align: left;
    background-color: #ffffff; }

/**
 * Aside fixed menu
 */
.aside-fixed-menu {
  width: 42px;
  margin: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%); }
  .aside-fixed-menu > li {
    height: 42px;
    position: relative; }
    .aside-fixed-menu > li a {
      min-width: 220px;
      height: inherit;
      line-height: 42px;
      white-space: nowrap;
      font-size: 16px;
      font-weight: 500;
      background-color: #ffffff;
      box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.2);
      display: block;
      transition-property: color, background-color, transform;
      transition-duration: .3s;
      position: absolute;
      top: 0;
      left: 0; }
      .aside-fixed-menu > li a i {
        width: 42px;
        height: inherit;
        line-height: inherit;
        font-size: 22px;
        text-align: center;
        display: block;
        float: left; }
      .aside-fixed-menu > li a span {
        padding: 0 10px;
        display: block;
        float: left; }
    .aside-fixed-menu > li:hover a, .aside-fixed-menu > li.active a {
      color: #ffffff;
      background-color: #f15a29; }
    .aside-fixed-menu > li:hover a {
      transform: translateX(calc(-100% + 42px)); }

.navbar {
  background-color: #ffffff;
  /**
   * Top
   */
  /* logo */
  /* menu */
  /**
   * Bottom
   */ }
  .navbar__top {
    border-bottom: 1px solid #f4f4f4; }
  .navbar__logo {
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px; }
    @media (min-width: 741px) {
      .navbar__logo {
        float: left; } }
  .navbar .drop-menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #f4f4f4;
    display: table;
    position: relative; }
    @media (min-width: 741px) {
      .navbar .drop-menu {
        width: auto;
        height: 70px;
        line-height: 70px;
        float: right;
        display: block;
        position: static; } }
    .navbar .drop-menu > li {
      border-top: 1px solid #f4f4f4;
      border-left: 1px solid #f4f4f4;
      display: table-cell;
      float: none;
      position: static;
      /* menu item */ }
      @media (min-width: 1001px) {
        .navbar .drop-menu > li:last-child {
          display: none; } }
      @media (min-width: 741px) {
        .navbar .drop-menu > li {
          width: 80px;
          border-top: none;
          display: block;
          float: left;
          position: relative; } }
      @media (min-width: 1241px) {
        .navbar .drop-menu > li {
          width: 100px; } }
      .navbar .drop-menu > li a {
        white-space: nowrap; }
      .navbar .drop-menu > li > a {
        padding-right: 0;
        padding-left: 0;
        color: #8f8f90;
        text-transform: capitalize; }
        @media (min-width: 741px) {
          .navbar .drop-menu > li > a {
            padding-right: 20px;
            padding-left: 20px; } }
      .navbar .drop-menu > li:hover > a, .navbar .drop-menu > li.drop-menu__item--active > a {
        color: #cecece; }
      .navbar .drop-menu > li:hover > ul, .navbar .drop-menu > li.drop-menu__item--active > ul {
        display: none; }
      .navbar .drop-menu > li.drop-menu__item--disabled > a {
        color: #cecece;
        cursor: default; }
      .navbar .drop-menu > li.drop-menu__item--highlighted > a {
        color: #ffffff;
        background-color: #fbb040;
        transition-property: color, background-color;
        transition-duration: .4s; }
      .navbar .drop-menu > li.drop-menu__item--highlighted:hover > a {
        background-color: #f15a29; }
      .navbar .drop-menu > li > ul {
        background-color: #ffffff;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #f4f4f4;
        left: auto;
        right: -1px; }
        .navbar .drop-menu > li > ul > li {
          border-bottom-color: #f4f4f4;
          /* submenus */ }
          .navbar .drop-menu > li > ul > li > ul {
            display: none;
            font-size: .9em; }
    .navbar .drop-menu li.active > a {
      color: #f15a29; }
    .navbar .drop-menu a:hover {
      color: #f15a29; }
  .navbar__bottom {
    display: none; }
    @media (min-width: 1001px) {
      .navbar__bottom {
        display: block; } }
    .navbar__bottom > ul {
      width: 100%;
      font-size: 1.125em;
      text-transform: uppercase;
      display: table;
      table-layout: fixed; }
      .navbar__bottom > ul > li {
        text-align: center;
        display: table-cell;
        position: relative;
        /* submenu */ }
        .navbar__bottom > ul > li a {
          padding-top: 10px;
          padding-bottom: 10px;
          display: block; }
        .navbar__bottom > ul > li > ul {
          min-width: 100%;
          background-color: #ffffff;
          border-top: 1px solid #f4f4f4;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1;
          display: none; }
          .navbar__bottom > ul > li > ul > li {
            border-bottom: 1px solid #f4f4f4; }
            .navbar__bottom > ul > li > ul > li a {
              font-size: .85em; }
      .navbar__bottom > ul li.active > a {
        color: #f15a29; }
      .navbar__bottom > ul a:hover {
        color: #f15a29; }

.app-logo {
  width: 200px;
  height: 62px;
  line-height: 62px;
  position: relative; }
  .app-logo a {
    width: 100%;
    height: inherit;
    line-height: inherit;
    text-indent: 2000em;
    background: url("/public/images/logo.svg") no-repeat center/contain;
    overflow: hidden; }

.preloader {
  width: 100%;
  height: 100%;
  background: #fff url(/public/images/logo.svg) no-repeat center;
  background-size: 40%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.ruler {
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  background-color: #fbb040;
  border: none; }
  .ruler--narrow {
    width: 75%; }

.slideshow--gallery {
  position: relative;
  overflow: hidden;
  /* slide */
  /* image */
  /* content */
  /* slick arrows */ }
  .slideshow--gallery .slideshow__slide {
    width: 280px;
    margin-right: 3em;
    margin-left: 3em;
    opacity: .15;
    transition: opacity .8s;
    backface-visibility: hidden;
    /* current slide */ }
    @media (min-width: 441px) {
      .slideshow--gallery .slideshow__slide {
        width: 400px; } }
    @media (min-width: 741px) {
      .slideshow--gallery .slideshow__slide {
        width: 570px; } }
    @media (min-width: 1001px) {
      .slideshow--gallery .slideshow__slide {
        width: 650px; } }
    @media (min-width: 1241px) {
      .slideshow--gallery .slideshow__slide {
        width: 700px; } }
    .slideshow--gallery .slideshow__slide--active, .slideshow--gallery .slideshow__slide.slick-current {
      opacity: 1;
      /* image */
      /* content */ }
      .slideshow--gallery .slideshow__slide--active .slideshow__image, .slideshow--gallery .slideshow__slide.slick-current .slideshow__image {
        top: 0; }
      .slideshow--gallery .slideshow__slide--active .slideshow__content, .slideshow--gallery .slideshow__slide.slick-current .slideshow__content {
        transform: scale(1); }
  .slideshow--gallery .slideshow__image {
    height: 168px;
    position: relative;
    top: calc(1.5em * 4);
    transition: top .8s;
    backface-visibility: hidden; }
    @media (min-width: 441px) {
      .slideshow--gallery .slideshow__image {
        height: 240px; } }
    @media (min-width: 741px) {
      .slideshow--gallery .slideshow__image {
        height: 342px; } }
    @media (min-width: 1001px) {
      .slideshow--gallery .slideshow__image {
        height: 390px; } }
    @media (min-width: 1241px) {
      .slideshow--gallery .slideshow__image {
        height: 420px; } }
  .slideshow--gallery .slideshow__content {
    height: calc(1.5em * 7);
    margin-top: 2em;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    transform: scale(0);
    transition: transform .8s;
    backface-visibility: hidden; }
    @media (min-width: 441px) {
      .slideshow--gallery .slideshow__content {
        height: calc(1.5em * 6); } }
    @media (min-width: 741px) {
      .slideshow--gallery .slideshow__content {
        height: calc(1.5em * 5); } }
  .slideshow--gallery .btn-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 3em;
    position: absolute;
    top: 95px;
    transform: translateY(-50%); }
    @media (min-width: 741px) {
      .slideshow--gallery .btn-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    .slideshow--gallery .btn-arrow--left {
      left: 10px; }
      @media (min-width: 741px) {
        .slideshow--gallery .btn-arrow--left {
          left: 10%; } }
      @media (min-width: 1241px) {
        .slideshow--gallery .btn-arrow--left {
          left: calc(50% - 460px); } }
    .slideshow--gallery .btn-arrow--right {
      right: 10px; }
      @media (min-width: 741px) {
        .slideshow--gallery .btn-arrow--right {
          right: 10%; } }
      @media (min-width: 1241px) {
        .slideshow--gallery .btn-arrow--right {
          right: calc(50% - 460px); } }

/* partials */
/**
 * List
 */
.about-list__rec {
  margin-bottom: 3em; }
  @media (min-width: 741px) {
    .about-list__rec {
      margin-bottom: 0; } }

/**
 * Record
 */
.about-rec {
  /* image */
  /* content */
  /* odd / even records */ }
  @media (min-width: 741px) {
    .about-rec {
      position: relative; } }
  .about-rec__image {
    height: 196px;
    margin-bottom: 1.5em;
    background-color: #f4f4f4;
    position: relative; }
    @media (min-width: 441px) {
      .about-rec__image {
        height: 280px; } }
    @media (min-width: 741px) {
      .about-rec__image {
        margin: auto;
        height: auto;
        float: none;
        position: absolute;
        top: 0;
        bottom: 0; } }
  @media (min-width: 741px) {
    .about-rec__content {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .about-rec__content h3 {
    margin-bottom: 1em; }
  @media (min-width: 741px) {
    .about-rec:nth-child(odd) .about-rec__image {
      left: 0; }
    .about-rec:nth-child(odd) .about-rec__content {
      padding-left: 3em; } }
  @media (min-width: 741px) {
    .about-rec:nth-child(even) .about-rec__image {
      right: 0; }
    .about-rec:nth-child(even) .about-rec__content {
      padding-right: 3em; } }

/**
 * List
 */
.amenities-list__item {
  margin-bottom: 3em;
  padding-right: 1em;
  padding-left: 1em; }

.amenity-card {
  /* image */
  /* caption */ }
  .amenity-card__image {
    height: 140px;
    margin-bottom: 1.5em; }
    .amenity-card__image img {
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      display: block; }
  .amenity-card__caption {
    line-height: 1.5;
    text-align: center;
    overflow: hidden; }
    @media (min-width: 741px) {
      .amenity-card__caption {
        height: 9em; } }

.call-to-action {
  width: 100%;
  display: table; }
  .call-to-action__btn {
    width: 50%;
    padding: .8em;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    /* icon */
    /* icon */
    /* icon */
    /* hover */ }
    @media (min-width: 741px) {
      .call-to-action__btn {
        padding: 1.5em;
        font-size: 1.6em; } }
    @media (min-width: 741px) {
      .call-to-action__btn {
        font-size: 2.2em; } }
    .call-to-action__btn span {
      font-size: .7em;
      display: block; }
      @media (min-width: 1241px) {
        .call-to-action__btn span {
          display: inline; } }
    .call-to-action__btn::before, .call-to-action__btn::after {
      display: none;
      font-size: .8em; }
      @media (min-width: 1241px) {
        .call-to-action__btn::before, .call-to-action__btn::after {
          display: inline; } }
    .call-to-action__btn:first-child {
      background-color: #fbb040;
      /* hover */ }
      .call-to-action__btn:first-child:hover {
        color: #fbb040; }
    .call-to-action__btn:not(:last-child)::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: "";
      margin-right: 1em; }
    .call-to-action__btn:last-child {
      background-color: #f15a29;
      /* hover */ }
      .call-to-action__btn:last-child:hover {
        color: #f15a29; }
    .call-to-action__btn:not(:first-child)::after {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: "";
      margin-left: 1em; }
    .call-to-action__btn:hover {
      background-color: #ffffff; }

.location {
  /* content */ }
  @media (min-width: 741px) {
    .location {
      height: 580px; }
      .location [class*="col"] {
        height: inherit; }
      .location__map {
        height: inherit; } }
  .location__content {
    padding: 2.2em 2.8em;
    background-color: #f4f4f4; }
    .location__content h3 {
      margin-bottom: 2em;
      text-transform: uppercase; }
    .location__content p + h5 {
      margin-top: 1.5em; }
    .location__content h5 {
      color: #696969; }

/**
 * List
 */
/**
 * Record
 */
.home-rec {
  background-color: #696969;
  /* image */
  /* content */
  /* odd records */
  /* odd records */ }
  @media (min-width: 1001px) {
    .home-rec {
      position: relative; } }
  .home-rec__image {
    height: 196px; }
    @media (min-width: 441px) {
      .home-rec__image {
        height: 280px; } }
    @media (min-width: 1001px) {
      .home-rec__image {
        margin: auto;
        height: auto;
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; } }
  .home-rec__content {
    padding: 1.5em;
    color: #ffffff;
    box-sizing: border-box; }
    @media (min-width: 0) and (max-width: 1000px) {
      .home-rec__content {
        width: 100%; } }
    .home-rec__content h3 {
      margin-bottom: 1em; }
  .home-rec__location {
    font-style: italic; }
  .home-rec__description {
    margin-top: 2em; }
  .home-rec__link {
    color: #f4f4f4;
    margin-top: 3em; }
    .home-rec__link + .home-rec__link {
      margin-left: 10px; }
    .home-rec__link:hover {
      color: #ffffff !important; }
  .home-rec--yellow, .homes-list__rec:nth-child(odd) {
    background-color: #fbb040; }
    @media (min-width: 1001px) {
      .home-rec--yellow .home-rec__image, .homes-list__rec:nth-child(odd) .home-rec__image {
        right: auto;
        left: 0; } }
  .home-rec--orange, .homes-list__rec:nth-child(even) {
    background-color: #f15a29; }
    @media (min-width: 1001px) {
      .home-rec--orange .home-rec__image, .homes-list__rec:nth-child(even) .home-rec__image {
        right: 0; } }

/**
 * Highlighted categories
 */
.hl-categories-list {
  padding-bottom: 3em;
  border-bottom: 1px solid #f4f4f4; }

/**
 * Highlighted categories
 */
.hl-category-card {
  padding-right: 1.5em;
  padding-left: 1.5em;
  /* number */ }
  .hl-category-card__image {
    height: 150px;
    margin-bottom: 2em;
    position: relative; }
    .hl-category-card__image img {
      max-width: 100%;
      max-height: 100%; }
  .hl-category-card__caption {
    padding-top: 2.6em;
    position: relative; }
  .hl-category-card__caption-number {
    line-height: 1;
    color: #efefef;
    font-size: 7.5em;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

/**
 * Map
 */
.hl-estabs {
  /* title */
  /* list */
  /* list toggler */
  /* list content */
  /* map */ }
  .hl-estabs__col {
    height: 580px; }
    .hl-estabs__col:first-child {
      background-color: #f4f4f4; }
  .hl-estabs__title {
    padding: 20px;
    border-bottom: 2px solid #ffffff; }
  .hl-estabs__list {
    height: 510px;
    /* malihu Custom Scrollbar */ }
    .hl-estabs__list .mCSB_scrollTools {
      width: 4px; }
      .hl-estabs__list .mCSB_scrollTools .mCSB_dragger {
        /* hover / active */ }
        .hl-estabs__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          background-color: rgba(241, 90, 41, 0.7); }
        .hl-estabs__list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .hl-estabs__list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .hl-estabs__list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
          background-color: #f15a29; }
    .hl-estabs__list .mCSB_inside > .mCSB_container {
      margin-right: 10px; }
  .hl-estabs__list-toggler {
    padding: 15px 20px;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .4s;
    /* arrow */
    /* hover */
    /* active item */ }
    .hl-estabs__list-toggler::before {
      font-family: "Material-Design-Iconic-Font", sans-serif;
      content: "";
      float: right;
      transition: transform .5s; }
    .hl-estabs__list-toggler:hover, .hl-estabs__list-toggler--active {
      background-color: #ffffff; }
    .hl-estabs__list-toggler--active {
      /* arrow */ }
      .hl-estabs__list-toggler--active::before {
        transform: rotateZ(90deg); }
  .hl-estabs__list-content {
    padding: 15px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: none; }
    .hl-estabs__list-content p {
      padding-top: 5px;
      padding-bottom: 5px; }
      .hl-estabs__list-content p i {
        width: 20px;
        font-size: 1.2em;
        text-align: center;
        display: inline-block; }

/**
 * List
 */
.partners-list__rec:not(:last-child) {
  margin-bottom: 3em; }

/**
 * Record
 */
.partner-rec {
  /* image */
  /* content */
  /* odd / even records */ }
  @media (min-width: 741px) {
    .partner-rec {
      position: relative; } }
  .partner-rec__image {
    height: 196px;
    margin-bottom: 1.5em;
    background-color: #f4f4f4;
    position: relative; }
    @media (min-width: 441px) {
      .partner-rec__image {
        height: 280px; } }
    @media (min-width: 741px) {
      .partner-rec__image {
        margin: auto;
        height: auto;
        float: none;
        position: absolute;
        top: 0;
        bottom: 0; } }
    .partner-rec__image img {
      max-width: 70%;
      max-height: 70%; }
  .partner-rec__content {
    /* grey background */ }
    .partner-rec__content h3 {
      margin-bottom: 1em; }
    .partner-rec__content--grey-bg {
      padding-top: 2em;
      padding-bottom: 2em;
      background-color: #f4f4f4; }
    .partner-rec__content .square {
      width: 20px;
      height: 20px;
      display: inline-block; }
  .partner-rec__address {
    margin-top: 2em; }
  .partner-rec__link {
    margin-top: 3em; }
  @media (min-width: 741px) {
    .partner-rec:nth-child(odd) .partner-rec__image {
      left: 0; }
    .partner-rec:nth-child(odd) .partner-rec__content {
      padding-left: 3em; }
      .partner-rec:nth-child(odd) .partner-rec__content--grey-bg {
        padding-right: 3em; } }
  @media (min-width: 741px) {
    .partner-rec:nth-child(even) .partner-rec__image {
      right: 0; }
    .partner-rec:nth-child(even) .partner-rec__content {
      padding-right: 3em; }
      .partner-rec:nth-child(even) .partner-rec__content--grey-bg {
        padding-left: 3em; } }

/**
 * List
 */
/**
 * Item
 */
.post-item {
  height: 300px;
  margin-bottom: 6px;
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
  transition: background-color .5s ease-out;
  /* item with no image */
  /* item with image and text */
  /* item with large image */
  /* image */
  /* content */
  /* hover */ }
  @media (min-width: 741px) {
    .post-item {
      float: left; } }
  @media (min-width: 741px) and (max-width: 1000px) {
    .post-item {
      width: 347px; } }
  @media (min-width: 1001px) and (max-width: 1240px) {
    .post-item {
      width: 477px; } }
  @media (min-width: 741px) and (max-width: 1240px) {
    .post-item {
      height: 360px;
      /* bigger items */ }
      .post-item:nth-child(6n - 4), .post-item:nth-child(6n) {
        margin-left: 6px; }
      .post-item:nth-child(6n - 3), .post-item:nth-child(6n - 2) {
        width: 100%; } }
  @media (min-width: 1241px) {
    .post-item {
      width: 334px;
      /* bigger items */ }
      .post-item:nth-child(3n - 1) {
        margin-right: 6px;
        margin-left: 6px; }
      .post-item:nth-child(6n - 3), .post-item:nth-child(6n - 2) {
        width: 500px; } }
  .post-item:nth-child(6n - 5) .post-item__image, .post-item:nth-child(6n) .post-item__image {
    background-image: none !important; }
  .post-item:nth-child(6n - 4) .post-item__content, .post-item:nth-child(6n - 1) .post-item__content {
    line-height: 1;
    color: #ffffff;
    font-size: 2.1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6); }
  .post-item:nth-child(6n - 3) .post-item__content, .post-item:nth-child(6n - 2) .post-item__content {
    display: none; }
  .post-item__image {
    width: 100%;
    height: 100%;
    display: table;
    transition: transform .5s ease-out; }
  .post-item__content {
    padding: 8%;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    transition: opacity .5s ease-out;
    backface-visibility: hidden; }
  .post-item:hover {
    background-color: #ffffff;
    /* item with image and text */
    /* bigger items */ }
    .post-item:hover:nth-child(6n - 4) .post-item__content, .post-item:hover:nth-child(6n - 1) .post-item__content {
      opacity: 0; }
    .post-item:hover:nth-child(6n - 3) .post-item__image, .post-item:hover:nth-child(6n - 2) .post-item__image {
      transform: scale(1.04); }

.private-pane__content {
  padding-top: 1em;
  border-top: 1px solid #f4f4f4; }

/**
 * List
 */
.rooms-list__item {
  margin-bottom: 3em; }
  @media (min-width: 741px) and (max-width: 1000px) {
    .rooms-list__item:nth-child(2n - 1) {
      padding-right: 20px; }
    .rooms-list__item:nth-child(2n) {
      padding-left: 20px; } }
  @media (min-width: 1001px) and (max-width: 1240px) {
    .rooms-list__item:nth-child(3n - 2) {
      padding-right: 28px; }
    .rooms-list__item:nth-child(3n - 1) {
      padding-right: 14px;
      padding-left: 14px; }
    .rooms-list__item:nth-child(3n) {
      padding-left: 28px; } }
  @media (min-width: 1241px) {
    .rooms-list__item:nth-child(3n - 2) {
      padding-right: 50px; }
    .rooms-list__item:nth-child(3n - 1) {
      padding-right: 25px;
      padding-left: 25px; }
    .rooms-list__item:nth-child(3n) {
      padding-left: 50px; } }

/**
 * Card
 */
.room-card {
  /* image */
  /* header */
  /* content */
  /* link */ }
  .room-card__image {
    height: 196px;
    margin-bottom: 1em;
    cursor: pointer; }
    @media (min-width: 441px) {
      .room-card__image {
        height: 280px; } }
    @media (min-width: 741px) {
      .room-card__image {
        height: 231px; } }
    @media (min-width: 1001px) {
      .room-card__image {
        height: 204px; } }
    @media (min-width: 1241px) {
      .room-card__image {
        height: 245px; } }
  .room-card__header {
    margin-bottom: 1.5em; }
    .room-card__header p span {
      font-size: 1.3em; }
  .room-card__content {
    height: 7.5em;
    line-height: 1.5;
    overflow: hidden;
    /* orange */
    /* yellow */ }
    @media (min-width: 441px) {
      .room-card__content {
        height: 6em; } }
    @media (min-width: 1001px) {
      .room-card__content {
        height: 7.5em; } }
    @media (min-width: 1241px) {
      .room-card__content {
        height: 6em; } }
    .room-card__content--orange h3 {
      color: #f15a29; }
    .room-card__content--yellow h3 {
      color: #fbb040; }
  .room-card__link {
    margin-top: 1.5em; }

/**
 * Rooms filters
 */
.rooms-filters {
  /* custom select */ }
  .rooms-filters__row:not(:last-child) {
    margin-bottom: 3em; }
  @media (min-width: 0) and (max-width: 740px) {
    .rooms-filters__row-col--options:not(:last-child) {
      margin-bottom: 2em; } }
  @media (min-width: 741px) and (max-width: 1240px) {
    .rooms-filters__row-col--options {
      margin-bottom: 2em; }
      .rooms-filters__row-col--options:nth-child(odd) {
        padding-right: 2em; }
      .rooms-filters__row-col--options:nth-child(even) {
        padding-left: 2em; }
      .rooms-filters__row-col--options:last-child, .rooms-filters__row-col--options:nth-last-child(2) {
        margin-bottom: 0; } }
  @media (min-width: 1241px) {
    .rooms-filters__row-col--options:not(:nth-child(4n + 1)) {
      padding-left: 1.6em; }
    .rooms-filters__row-col--options:not(:nth-child(4n)) {
      padding-right: 1.6em; }
    .rooms-filters__row-col--options:nth-child(4n + 1) {
      padding-left: 0.8em;
      clear: left; }
    .rooms-filters__row-col--options:nth-child(4n) {
      padding-left: 0.8em; }
    .rooms-filters__row-col--options:nth-child(n + 5) {
      margin-top: 2em; } }
  .rooms-filters .custom_select {
    display: block; }

/**
 * Room detail
 */
.room-detail {
  position: relative;
  /* headings */
  /* description */
  /* table */
  /* cells / columns */
  /* items list */
  /* button */ }
  .room-detail__heading {
    margin-bottom: 1em; }
  .room-detail__description {
    margin-bottom: 3em; }
  @media (min-width: 741px) {
    .room-detail__table {
      width: 100%;
      display: table; } }
  .room-detail__cell {
    /* op result */ }
    .room-detail__cell:not(:last-child) {
      margin-bottom: 3em; }
    .room-detail__cell .op_result {
      margin-bottom: 1em; }
    @media (min-width: 1001px) {
      .room-detail__cell {
        width: 50%;
        display: table-cell;
        vertical-align: top; }
        .room-detail__cell:not(:last-child) {
          padding-right: 3em;
          border-right: 1px solid #ffffff; }
        .room-detail__cell:not(:first-child) {
          padding-left: 3em; } }
  .room-detail ul {
    list-style: none; }
  @media (min-width: 741px) {
    .room-detail .items-list__item, .room-detail ul li {
      width: 49%;
      display: inline-block;
      box-sizing: border-box; }
      .room-detail .items-list__item:nth-child(odd), .room-detail ul li:nth-child(odd) {
        padding-right: 1em; }
      .room-detail .items-list__item:nth-child(even), .room-detail ul li:nth-child(even) {
        padding-left: 1em; } }
  .room-detail__btn {
    width: 260px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(50%); }
    @media (min-width: 741px) {
      .room-detail__btn {
        width: 300px; } }
    @media (min-width: 1241px) {
      .room-detail__btn {
        width: 340px; } }

/**
 * Reservation options list
 */
.reservation-options-list__item {
  padding-bottom: 0.8em; }

/**
 * Reservation option
 */
.reservation-option__date-pickers {
  text-align: right;
  display: none; }

.reservation-option__date-input {
  width: 140px;
  height: 40px;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #ffffff;
  box-sizing: border-box; }

/**
 * Order item
 */
.order-item {
  /* image */
  /* description */
  /* reservation */
  /* price */ }
  .order-item__image {
    height: 112px;
    display: none; }
    @media (min-width: 1001px) {
      .order-item__image {
        display: block; } }
    @media (min-width: 1241px) {
      .order-item__image {
        height: 140px; } }
  .order-item__detail {
    padding-right: 1.5em; }
    @media (min-width: 1001px) {
      .order-item__detail {
        padding-left: 1.5em; } }
    .order-item__detail > :not(:first-child) {
      padding-top: 1.5em; }
      @media (min-width: 1001px) {
        .order-item__detail > :not(:first-child) {
          padding-top: 0; } }
  .order-item__reservation {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .order-item__price {
    padding-left: 1.5em; }

/**
 * Checkout panes list
 */
.checkout-panes-list__item:not(:last-child) {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #cecece; }

/**
 * Checkout pane
 */
.checkout-pane {
  margin-bottom: 2.5em; }
  .checkout-pane .checkout-pane__title {
    margin-bottom: 1.5em;
    color: #f15a29; }

/**
 * Checkout Options List
 */
.checkout-options-list__item {
  margin-bottom: 1.5em; }

/**
 * Checkout option
 */
.checkout-option::after {
  content: '';
  display: block;
  clear: both; }

.checkout-option__input {
  width: 40px;
  float: left; }

.checkout-option__description {
  margin-left: 40px;
  margin-right: 80px; }

.checkout-option__price {
  width: 80px;
  text-align: right;
  float: right; }

/**
 * Cart summary loader
 */
.cart-summary-loader {
  /* refresh effect */
  /* fixed */ }
  .cart-summary-loader--refresh {
    animation: blink 1s ease-in-out; }
  .cart-summary-loader--fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1; }

/**
 * Cart summary
 */
.cart-summary {
  background-color: #fff;
  position: static;
  /* buttons */
  /* total */
  /* buttons column */
  /* values column */ }
  .cart-summary .container {
    padding-top: 1em;
    border-top: 1px solid #cecece;
    padding-bottom: 1em;
    position: relative;
    transition: border-color 0.4s; }
  .cart-summary__btn {
    width: 100%; }
    .cart-summary__btn:not(:last-of-type) {
      margin-bottom: 0.75em; }
  .cart-summary__total {
    font-size: 1.3em; }
  .cart-summary__btns-col p {
    margin-bottom: .75em; }
  .cart-summary__values-col {
    margin-bottom: 2em; }
    @media (min-width: 741px) {
      .cart-summary__values-col {
        margin-bottom: 0;
        padding-left: 2em; } }

/**
 * Reservation detail
 */
.reservation-detail thead th {
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap; }

.reservation-detail tfoot td {
  padding-top: 1.75em; }

.reservation-detail td {
  vertical-align: top; }
  .reservation-detail td:not(:first-child) {
    padding-left: .5em; }
  .reservation-detail td:not(:last-child) {
    padding-right: .5em; }
  .reservation-detail td:last-child {
    width: 1%;
    white-space: nowrap; }

.reservation-detail__image-placeholder {
  width: 1%; }
  .reservation-detail__image-placeholder img {
    width: 129px;
    height: 80px;
    display: block; }

.checkout-conclude-section .section__footer a {
  width: 280px; }

/**
 * List
 */
.testimonials-list__item:not(:last-child) {
  margin-bottom: 3em; }

.testimonials-list__item:last-child {
  border-bottom: none; }

/**
 * Highlighted testimonials
 */
.testimonials-highlights {
  position: relative;
  /* slick arrows */ }
  .testimonials-highlights .btn-arrow {
    position: absolute;
    bottom: 105px; }
    @media (min-width: 741px) {
      .testimonials-highlights .btn-arrow {
        bottom: 110px; } }
    @media (min-width: 1241px) {
      .testimonials-highlights .btn-arrow {
        bottom: 115px; } }
    .testimonials-highlights .btn-arrow--left {
      right: calc(50% + 70px); }
    .testimonials-highlights .btn-arrow--right {
      left: calc(50% + 70px); }

/**
 * Record
 */
.testimonial-card {
  padding-bottom: 3em;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  /* quotes */ }
  .testimonial-card::before, .testimonial-card::after {
    color: #fbb040;
    font-size: 1.8em;
    position: absolute;
    top: 0; }
  .testimonial-card::before {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: "";
    left: 0; }
  .testimonial-card::after {
    font-family: "Material-Design-Iconic-Font", sans-serif;
    content: "";
    right: 0; }
  .testimonial-card__rating {
    margin-bottom: 2em; }
    .testimonial-card__rating .icon, .testimonial-card__rating .accordion__header, .testimonial-card__rating .link-btn::before {
      margin-right: 10px;
      margin-left: 10px; }
      .testimonial-card__rating .icon:not(.icon--yellow), .testimonial-card__rating .accordion__header:not(.icon--yellow), .testimonial-card__rating .link-btn:not(.icon--yellow)::before {
        color: #cecece; }
  .testimonial-card__comment {
    margin-bottom: 2em; }
  .testimonial-card__name {
    text-transform: uppercase;
    display: block; }
  .testimonial-card__photo {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 1.5em;
    overflow: hidden; }
    .testimonial-card__photo img {
      width: 100%;
      height: 100%;
      display: block; }

/*# sourceMappingURL=app.css.map */
