@charset 'UTF-8';
/* -------------------------------- 
	BASE SETUP
-------------------------------- */
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #041116;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .phone-link {
    width: auto;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.95em !important;
  }
}
.container {
  width: 100%;
}
.align-center {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.centered {
  display: flex;
  align-items: center;
}
/* -------------------------------- 

   IFRAME FEES GUIDE

-------------------------------- */
.single-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 60px auto;
}
.single-title span {
  font-size: 1.75em;
  line-height: 1em;
  margin: 0;
  font-family: 'midland_luxurylight';
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .single-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 60px auto;
  }
  .single-title span {
    font-size: 1.225em;
    line-height: 2em;
    margin: 0;
    font-family: 'midland_luxurylight';
    font-weight: normal;
  }
}
/* -------------------------------- 

   HEADLINE SCROLL TRIGGER

-------------------------------- */
.its {
  opacity: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .its {
    opacity: 1;
  }
}
.full {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 40px!important;
}
.full.col {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .full {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    padding: 0!important;
  }
}
.half {
  width: 50%;
  height: 100%!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .half {
    width: 100%!important;
  }
}
.third {
  width: 33.3%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .third {
    width: 100%!important;
  }
}
.fourth {
  width: 40%;
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .fourth {
    width: 100%!important;
    height: auto;
    margin: 0;
    padding: 0!important;
    text-align: left!important;
  }
}
.center-right {
  width: 100%;
  height: 100%;
  font-family: 'montserratlight';
  font-weight: normal;
  display: flex;
  align-items: center;
}
.fourth-text {
  font-family: 'montserratlight';
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: right;
}
.fourth-text-left {
  font-family: 'montserratlight';
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-items: left;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .fourth-text {
    font-family: 'montserratlight';
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fourth-text-left {
    font-family: 'montserratlight';
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
}
.sixth {
  width: 60%;
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .sixth {
    width: 100%!important;
    margin: 0;
  }
}
.half-centered {
  width: 50%;
  height: auto;
  margin: 40px auto 0 auto;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .half-centered {
    width: 90%;
    height: auto;
    margin: 20px auto 0 auto;
    text-align: left;
  }
}
.flex-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.padding-right {
  padding-right: 15px;
}
.padding-left {
  padding-left: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .padding-right {
    padding-right: 0;
  }
  .padding-left {
    padding-left: 0;
  }
}
.no-margin {
  margin: 0!important;
  margin-bottom: 5px!important;
}
/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
/* -------------------------------- 
	LESS COMPONENTS
-------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 99;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: auto;
  margin: -50px 0 0 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-next {
  right: 30px;
  left: auto;
  opacity: 0.5;
}
.slick-prev {
  left: 30px;
  right: auto;
  opacity: 0.5;
}
.slick-next:hover {
  opacity: 1;
}
.slick-prev:hover {
  opacity: 1;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 20px;
}
[dir='rtl'] .slick-prev {
  right: -20px;
  left: auto;
}
.slick-prev:before {
  content: url('arrowPrev.svg');
}
.slick-next:before {
  content: url('./arrowNext.svg');
}
[dir='rtl'] .slick-prev:before {
  content: url('arrowPrev.svg');
}
[dir='rtl'] .slick-next:before {
  content: url('./arrowNext.svg');
}
/* TABLET */
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .slick-next {
    right: 10px;
    left: auto;
    opacity: 0.3;
  }
  .slick-prev {
    left: 10px;
    right: auto;
    opacity: 0.3;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 10px;
  }
  [dir='rtl'] .slick-prev {
    right: -10px;
    left: auto;
  }
  .slick-prev:before {
    content: url('arrowPrev.svg');
  }
  .slick-next:before {
    content: url('./arrowNext.svg');
  }
  [dir='rtl'] .slick-prev:before {
    content: url('arrowPrev.svg');
  }
  [dir='rtl'] .slick-next:before {
    content: url('./arrowNext.svg');
  }
}
/* Dots */
/* Slider */
.slick-slider {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* FONTS */
@font-face {
  font-family: 'midland_luxurylight';
  src: url('../fonts/midlandluxury-light-webfont.woff2') format('woff2'), url('../fonts/midlandluxury-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'midland_luxurymedium';
  src: url('../fonts/midlandluxury-medium-webfont.woff2') format('woff2'), url('../fonts/midlandluxury-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
.display {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.displayLt {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.midLight {
  font-family: 'midland_luxurylight';
  font-weight: normal;
}
.midMedium {
  font-family: 'midland_luxurymedium';
  font-weight: normal;
}
.montLight {
  font-family: 'montserratlight';
  font-weight: normal;
}
.montMedium {
  font-family: 'montserratmedium';
  font-weight: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.ttf') format('truetype'), url('../fonts/fontello/fontello.svg#fontello') format('svg');
  font-style: normal;
}
body {
  font-size: 100%;
  font-size: 16px;
}
a {
  text-decoration: none;
}
p {
  font-size: 1em;
  line-height: 1.75em;
  font-family: 'montserratlight';
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  p {
    font-size: 1em;
    font-family: 'montserratlight';
    font-weight: normal;
  }
}
/*--- HEADINGS ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
  font-weight: normal;
}
h1 {
  font-size: 1.75em;
  /* 32px --> 32 ÷ 16 = 2 */
  line-height: 1.25em;
  /* 32px --> 32 ÷ 16 = 1.5 */
}
h2 {
  font-size: 1.5em;
  /* 22px --> 22 ÷ 16 = 1.375 */
  font-family: 'montserratlight';
  font-weight: normal;
  line-height: 1.5em;
}
h3 {
  font-size: 1.17em;
  /* 20px --> 20 ÷ 16 = 1.25 */
  line-height: 1.45em;
  /* 24px --> 24 ÷ 20 = 1.2 */
  margin: 0;
}
h4 {
  font-size: 1em;
  /* 18px --> 18 ÷ 16 = 1.125 */
  line-height: 1.333em;
  /* 24px --> 24 ÷ 18 = 1.3333333(3) */
}
h5 {
  font-size: 0.83em;
  /* 16px --> 16 ÷ 16 = 1 */
  line-height: 1.5em;
  /* 24px --> 24 ÷ 16 = 1.5 */
}
h6 {
  font-size: 0.67em;
  /* 16px --> 16 ÷ 14 = 0.875 */
  line-height: 1.5em;
  /* 24px --> 24 ÷ 14 = 1.714 */
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  h1 {
    font-size: 1.5em;
    /* 32px --> 32 ÷ 16 = 2 */
    line-height: 1.25em;
    /* 32px --> 32 ÷ 16 = 1.5 */
  }
  h2 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 1.325em;
    text-align: center;
  }
}
.headline {
  display: flex;
  flex-direction: column;
  width: 100%!important;
  height: 100%;
  justify-content: center;
  color: white;
}
.headline span {
  font-size: 1.75em;
  line-height: 2.125em;
  margin: 0;
  font-family: 'midland_luxurymedium';
  font-weight: normal;
}
.headline span.centered {
  margin: 0 auto;
  align-items: center;
}
.headline span.tab-left {
  margin-left: 80px;
  text-align: left;
}
.headline span.tab-right {
  margin-left: 0;
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .headline {
    height: auto;
    padding: 20px 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headline span {
    font-size: 1em!important;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .headline span.tab-left {
    margin-left: 0;
    text-align: center;
  }
  .headline span.tab-right {
    margin-left: 0;
    text-align: center;
  }
}
/* Mixin */
/* Implementation */
/* Mixin */
.white {
  color: #FFFFFF !important;
}
.black {
  color: #000000;
}
.obsidian {
  color: #041116;
}
.mist {
  color: #E9E9EA;
}
.concrete {
  color: #6C7271;
}
.surf {
  color: #B0BEBB;
}
.sand {
  color: #D1C7B5;
}
.white-bg {
  background: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .white-bg {
    background: #FFFFFF;
  }
}
.black-bg {
  background: #000000;
}
.obsidian-bg {
  background: #041116;
}
.mist-bg {
  background: #E9E9EA;
}
.concrete-bg {
  background: #6C7271;
}
.surf-bg {
  background: #B0BEBB;
}
.sand-bg {
  background: #D1C7B5;
}
/* -------------------------------- 
  NAVIGATION
-------------------------------- */
.desktop-navigation {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent;
  z-index: 105;
}
.desktop-navigation a {
  font-family: 'montserratlight';
  color: #FFFFFF;
  font-size: 13px;
  padding: 0;
  margin: 0 1.225em;
  text-decoration: none!important;
  transition: all 0.5s;
}
.desktop-navigation a:hover {
  color: #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .desktop-navigation a {
    margin: 0 0.7em;
  }
  navigation {
    margin-top: 0;
  }
  navigation li a {
    font-size: 0.9em;
  }
}
.sub-nav-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #6C7271;
  display: flex!important;
  align-items: center;
  justify-content: space-between !important;
  z-index: 999;
}
.sub-nav {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sub-nav.sub-nav--left {
  width: auto;
  padding-left: 30px;
  justify-content: left;
}
.sub-nav.sub-nav--right {
  width: auto;
  justify-content: right;
  padding-right: 30px;
}
.sub-nav p,
.sub-nav a,
.sub-nav span {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 17px;
  font-family: 'montserratmedium';
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.nav-trigger {
  position: fixed;
  top: 48px;
  right: auto;
  height: 30px;
  width: 30px;
  text-indent: -60px;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 9999;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 2px;
  width: 25px;
  background: #FFFFFF;
}
.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
  transform: translateY(-9px);
}
.nav-trigger span::after {
  transform: translateY(9px);
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: #FFFFFF;
}
.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger {
  color: transparent;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #FFFFFF;
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}
.nav-open .overlay {
  opacity: 0.95;
  visibility: visible;
}
.nav-container {
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100%!important;
  padding: 6em 3em 3em 4em;
  background: #041116;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}
.nav-open .nav-container {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.nav li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.nav a {
  display: block;
  font-family: 'montserratlight';
  padding: 0;
  font-size: 16px;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s, color 0.2s;
}
.nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: none;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* -------------------------------- 
	BASE SETUP
-------------------------------- */
header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 200;
}
.main-navigation-container {
  width: 100%;
  background: #041116 !important;
  height: 70px;
  padding: 0 1.2%;
  position: fixed;
  top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 101;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .main-navigation-container {
    top: 30px!important;
  }
}
.logo {
  width: 100px!important;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .logo {
    width: 80px;
    margin-left: 35px;
    margin-top: 5px;
  }
  .logo-footer {
    width: 150px!important;
    margin: 0 auto 20px auto;
  }
}
.faded-evani {
  position: absolute;
  width: 75%;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .faded-evani {
    width: 85%;
    top: 45%;
  }
}
.wilshire-logo {
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .wilshire-logo {
    position: relative;
    top: -70px;
    width: 100%!important;
  }
}
/* -------------------------------- 
  V I D E O  P L A Y E R
-------------------------------- */
#videoBG {
  position: absolute;
  width: 100%!important;
  height: 100vh;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #videoBG {
    width: 100%;
    min-height: 600px!important;
    left: 0;
    background: red;
    top: 0;
    object-fit: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #videoBG {
    left: 0;
    top: 70px;
    width: 100%!important;
    height: 330px!important;
    object-fit: cover;
    overflow: hidden;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #player-overlay {
    width: 100%!important;
    height: 400px!important;
  }
}
#player-overlay {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
#player-overlay:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #player-overlay {
    width: 100%;
    height: 90vh;
  }
}
#home {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #home {
    height: auto;
  }
}
#arrow {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#arrow span {
  font-family: 'montserratlight';
  font-weight: normal;
  color: #FFFFFF;
}
#arrow-img {
  width: 40px;
  height: 40px;
  background-image: url('../images/arrowDown.svg');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #arrow {
    display: none!important;
  }
}
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.offer-in-bar {
  color: #FFFFFF;
  font-family: 'montserratmedium';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12px;
  margin-left: 22px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer-in-bar {
    width: 100%;
    color: #FFFFFF;
    font-family: 'montserratmedium';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 auto;
  }
}
.apply {
  display: flex;
  font-family: 'montserratmedium';
  font-weight: normal;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #C75000;
  color: #FFFFFF !important;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  border-bottom: none;
  text-decoration: none;
}
.apply:hover {
  background: #E9E9EA;
  color: #000000 !important;
  font-family: 'montserratmedium';
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .apply {
    display: flex;
    font-size: 11px!important;
    font-family: 'montserratmedium' !important;
    font-weight: normal !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #C75000;
    color: #FFFFFF !important;
    width: auto;
    height: 25px;
    padding: 0 12px!important;
    border-radius: 5px;
    border-bottom: none;
    text-decoration: none;
  }
  .apply:hover {
    background: #E9E9EA;
    color: #000000 !important;
    font-family: 'montserratmedium';
    font-weight: normal;
  }
}
/* -------------------------------- 
  N E W S   M O D A L 
-------------------------------- */
#newsletter-popup {
  width: 250px;
  height: 250px;
  position: fixed;
  background: url('../images/mustard.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 15px;
  right: 2%!important;
  left: auto!important;
  padding: 25px!important;
  -webkit-transition: bottom 0.9s ease-out;
  -moz-transition: bottom 0.9s ease-out;
  -o-transition: bottom 0.9s ease-out;
  transition: bottom 0.9s ease-out;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #newsletter-popup {
    width: 200px;
    height: 200px;
    bottom: 15px;
    left: 50%!important;
    margin-left: -100px;
  }
}
#newsletter-popup.close-me {
  bottom: -400px;
}
#newsletter-popup img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 37, 61, 0.4);
}
#close-newsletter-popup {
  font-family: 'Condensed', 'Arial', sans-serif;
  font-weight: 200;
  background-color: #00253D;
  color: #E1DAD5;
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  border: 1px solid #00253D;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  z-index: 52;
  cursor: pointer;
  padding: 0;
  outline: none;
}
@media (max-width: 767px) {
  #close-newsletter-popup {
    font-weight: bold;
    font-size: 1em!important;
    bottom: -15;
    right: -10px;
  }
}
.offer-banner {
  height: 100%;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.offer-banner h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.75em;
  color: #FFFFFF !important;
  margin: 0 0 10px 0;
}
.offer-banner h4 {
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
  color: #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer-banner h2 {
    font-size: 1.375em;
    line-height: 1.125em;
    margin: 0 0 15px 0;
  }
  .offer-banner h4 {
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 0.85em;
    margin: 0;
  }
}
/* -------------------------------- 
	LESS COMPONENTS
-------------------------------- */
/* -------------------------------- 

   SECTIONS SETUP

-------------------------------- */
section {
  position: relative;
  padding: 100px 0 0 0;
}
section.no-padding {
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  section {
    width: 100%;
    margin: 0!important;
    padding: 0!important;
  }
}
.select-units {
  width: 90%;
  text-align: right;
  font-size: 0.85em;
  font-family: 'montserratlight';
  font-weight: normal;
  color: #000000;
  margin: 20px 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .select-units {
    width: 90%;
    font-size: 1em;
    text-align: left;
    margin-bottom: 40px;
  }
}
/* -------------------------------- 

   REVEAL IMAGES

-------------------------------- */
.reveal-container {
  padding: 0;
  width: 100%;
  position: relative;
}
.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .reveal {
    visibility: visible;
    position: relative;
  }
}
/* -------------------------------- 

   CUSTOM TEXT BLOCKLS

-------------------------------- */
#apartments,
#amenities,
#floorPlans {
  width: 10%;
  position: relative;
  margin: 40px 30px;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
}
#neighborhood {
  width: 100%;
  text-align: right;
  position: relative;
  margin: 150px 0 0 0;
  padding: 0 40px;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
}
#gallery {
  position: absolute;
  left: 30px;
  top: 40px;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
}
.text-block-left {
  max-width: 85%;
  padding: 0 40px 0 0;
  margin: 0 auto;
}
.text-block-left.has-no-margin h2,
.text-block-left.has-no-margin p {
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  #apartments {
    margin: 0;
    padding: 20px 0 0 20px;
  }
  #amenities {
    margin: 0;
    padding: 80px 0 0 20px;
  }
  #hood {
    width: 100%;
    text-align: right;
    position: relative;
    margin: 0;
    padding: 40px;
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 1em;
  }
  #gallery {
    position: absolute;
    left: 10px;
    top: 40px;
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 1em;
  }
  .text-block-left {
    max-width: 95%;
    text-align: center;
    padding: 0 28px;
    margin: 0 auto;
  }
  .text-block-left.has-no-margin h2,
  .text-block-left.has-no-margin p {
    margin: 0;
  }
}
.text-block-left-mid {
  max-width: 50%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .text-block-left-mid {
    max-width: 91%;
    padding: 0;
    text-align: center;
    margin: 0 auto 40px auto;
  }
}
.text-block-left-large {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.text-block-left-large.padded {
  padding-left: 14%;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .text-block-left-large {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 40px;
    margin: 0;
  }
  .text-block-left-large.padded {
    padding-left: 12%;
  }
}
.unit-features-list {
  display: flex;
  flex-direction: column;
  justify-content: left;
  position: relative;
  margin: 60px auto!important;
}
.unit-features-list.list-row {
  flex-direction: row;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .unit-features-list {
    display: flex;
    justify-content: left;
    flex-direction: column;
    position: relative;
    margin: 0!important;
    padding: 0 30px 30px 30px;
  }
}
.neighboor-features-list {
  display: flex;
  margin: 30px 0 100px 0!important;
  padding: 30px 0!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .neighboor-features-list {
    display: flex;
    justify-content: left;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
  }
}
.unit-features-container {
  padding: 30px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .move-down {
    display: flex;
    flex-direction: column;
    order: 2;
  }
}
/* -------------------------------- 

   P R O P E R T Y    M A P 

-------------------------------- */
#propertyMap {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF !important;
  padding: 150px auto!important;
}
.propertyMap {
  width: 90%!important;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .propertyMap {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .propertyMap {
    width: 100%;
    flex-wrap: wrap;
  }
}
.propertyMap-item {
  width: 23%!important;
  padding: 20px;
  border: 1px solid #CCCCCC;
  min-height: auto;
}
.propertyMap-item img {
  max-width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .propertyMap-item {
    width: 48%!important;
  }
}
/* -------------------------------- 
    SLIDESHOW
-------------------------------- */
#slideshow {
  position: relative;
  margin-top: 100px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  #slideshow {
    width: 100%!important;
    height: 80vh;
    margin-top: 70px;
    margin-bottom: 80px;
    z-index: 1;
  }
}
.imageHolder {
  position: relative;
  width: 100%;
}
.imageHolder .caption {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #ffffff;
  font-family: 'montserratlight';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5em;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageHolder .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 0 20px;
    font-family: 'montserratlight';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5em;
    z-index: 2;
  }
}
/* -------------------------------- 
    SLIDER IMAGES
-------------------------------- */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.ga-slide1 {
  width: 100%;
  height: 90vh;
  z-index: 1;
}
.slide1 {
  background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide2 {
  background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide3 {
  background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide4 {
  background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.slide5 {
  background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-05.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.ga-slide1 {
  background: url("../images/getting-around/getting-around-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .slide1,
  .slide2,
  .slide3,
  .slide4,
  .slide5 {
    width: 100%;
  }
  .slide1 {
    background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-01-webpile.");
    background-size: cover;
    background-position: right top;
  }
  .slide2 {
    background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-02-webpile.");
    background-size: cover;
    background-position: center top;
  }
  .slide3 {
    background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-03-webpile.");
    background-size: cover;
    background-position: center bottom;
  }
  .slide4 {
    background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-04-webpile.");
    background-size: cover;
    background-position: center top;
  }
  .slide5 {
    background: url("../images/home-slides/home-slides-webp/evani-desktop-slides-05-webpile.");
    background-size: cover;
    background-position: center bottom;
  }
}
/* -------------------------------- 
    SECTION IMAGES
-------------------------------- */
.section-img {
  transform-origin: 0 100%;
}
.section__1_1 {
  width: 400px;
  height: 300px;
  background: url("../images/section-images/webp-60/section__1_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.section__2_1 {
  width: 100%;
  height: 400px;
  background: url("../images/section-images/webp-60/section__2_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.section__3_1 {
  width: 100%;
  height: 600px;
  background: url("../images/section-images/webp-60/section__3_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section__4_1 {
  width: 100%;
  height: 350px;
  background: url("../images/section-images/webp-60/section__4_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.section__4_2 {
  width: 100%;
  height: 350px;
  background: url("../images/section-images/webp-60/section__4_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.section__5_1 {
  width: 100%;
  height: 600px;
  background: url("../images/section-images/webp-60/section__5_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.section__5_2 {
  width: 100%;
  height: 550px;
  background: url("../images/section-images/webp-60/section__5_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
}
.section__6_1 {
  width: 100%;
  height: 350px;
  background: url("../images/section-images/webp-60/section__6_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.section__6_2 {
  width: 100%;
  height: 350px;
  background: url("../images/section-images/webp-60/section__6_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.section__7_1 {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  background: url("../images/section-images/webp-60/section__7_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.getting-around__1 {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background: url("../images/getting-around/getting-around__1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.getting-around__2 {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: url("../images/getting-around/getting-around__2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.getting-around__3 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../images/getting-around/getting-around__3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.getting-around__4 {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url("../images/getting-around/getting-around__4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .section-img {
    transform-origin: left!important;
  }
  .section-img.section__1_1 {
    width: 100%;
    height: 400px;
    background: url("../images/section__1/section__1_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
  }
  .section-img.section__2_1 {
    width: 100%;
    height: 350px;
    background: url("../images/section__2/section__2_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
  }
  .section-img.section__3_1 {
    width: 100%;
    height: 350px;
    background: url("../images/section__3/section__3_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 90%;
  }
  .section-img.section__4_1 {
    width: 100%;
    height: 400px;
    background: url("../images/section__4/section__4_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
  }
  .section-img.section__4_2 {
    width: 100%;
    height: 400px;
    background: url("../images/section__4/section__4_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
  }
  .section-img.section__5_1 {
    width: 100%;
    height: 450px;
    background: url("../images/section__5/section__5_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
  }
  .section-img.section__5_2 {
    width: 100%;
    height: 300px;
    background: url("../images/section__5/section__5_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 80%;
  }
  .section-img.section__6_1 {
    width: 100%;
    height: 400px;
    background: url("../images/section__6/section__6_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .section-img.section__6_2 {
    width: 100%;
    height: 400px;
    background: url("../images/section__6/section__6_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .section-img.section__7_1 {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: url("../images/section__7/section__7_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
  }
  .section-img.getting-around__1 {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: url("../images/getting-around/getting-around__1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .section-img.getting-around__2 {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: url("../images/getting-around/getting-around__2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .section-img.getting-around__3 {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url("../images/getting-around/getting-around__3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .section-img.getting-around__4 {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: url("../images/getting-around/getting-around__4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
.phone-btn {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  position: relative;
  z-index: 9999;
  color: #C75000;
}
.cta-container,
.cta-container2 {
  position: relative!important;
  margin: 30px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 230px;
  height: 40px;
  background: url("../images/next-circle-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .cta-container,
  .cta-container2 {
    margin: 10px 0;
  }
}
.cta-text {
  font-family: 'montserratmedium';
  font-weight: normal;
  margin-left: 85px;
  height: 40px;
  display: flex;
  align-items: center;
}
.arrow,
.arrow2 {
  width: 63px;
  position: absolute;
  left: 0;
  top: -2px;
}
.next-circle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 65px;
  height: 50px;
  background: url("../images/next-circle-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.fp-circle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 245px;
  margin: 20px auto;
  float: right;
  height: 40px;
  background: url("../images/next-circle-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.footer-circle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 245px;
  margin: 0 0 20px 0;
  float: right;
  height: 40px;
  background: url("../images/next-circle-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footer-circle {
    width: auto;
    margin: 0 0 10px 0;
  }
}
.prev-circle {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 65px;
  height: 50px;
  background: url("../images/prev-circle-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.next-arrow {
  width: 63px;
  position: absolute;
  left: 0;
  top: 3px;
}
.fp-arrow {
  width: 65px;
  position: absolute;
  left: -2px;
  top: -3px;
}
.footer-arrow {
  width: 65px;
  position: absolute;
  left: -2px;
  top: -3px;
}
.prev-arrow {
  width: 63px;
  position: absolute;
  left: 0;
  top: 3px;
}
.nav-social {
  max-width: auto;
  display: flex;
  justify-content: right;
  height: auto;
}
.nav-social a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .nav-social {
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin: 0 auto;
  }
  .nav-social.nav-social-footer {
    margin: 0;
  }
  .nav-social.nav-social-nav {
    margin: 30px auto;
    color: #C75000 !important;
  }
}
.phone {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 2px;
}
.facebook.icon-top-nav,
.instagram.icon-top-nav {
  font-size: 21px;
  margin-left: 10px;
  color: #FFFFFF !important;
}
.facebook.icon-footer,
.instagram.icon-footer {
  font-size: 36px;
  color: #C75000 !important;
  margin-left: 30px;
  transition: all 0.5s;
}
.facebook.icon-footer:hover,
.instagram.icon-footer:hover {
  scale: 1.3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .facebook.icon-top-nav,
  .instagram.icon-top-nav {
    font-size: 24px;
    color: #C75000 !important;
  }
  .facebook.icon-footer,
  .instagram.icon-footer {
    font-size: 36px;
    color: #C75000 !important;
    margin: 0 10px 20px 10px;
    transition: all 0.5s;
  }
}
.facebook:before {
  content: "\f09a";
}
.instagram:before {
  content: "\f16d";
}
.youtube {
  margin-right: 0;
}
.youtube:before {
  content: "\f167";
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .youtube {
    margin-right: 25px;
  }
}
ul.faviken {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.faviken li {
  font-family: 'montserratlight';
  font-weight: normal;
  margin: 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.2em;
  list-style: none;
  text-indent: -1em;
}
ul.faviken li a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  ul.faviken {
    width: 100%!important;
    margin: 0 auto;
  }
  ul.faviken li {
    font-family: 'montserratmedium';
    font-weight: normal;
    margin: 0;
    text-align: left;
    font-size: 15px!important;
    line-height: 2em;
    padding: 0;
    list-style: none;
    text-indent: -1em;
  }
}
/* BULLETS WITH CHECK MARK */
ul.faviken li:before {
  font-family: fontello;
  content: "\e801";
  font-size: 0.5em;
  float: left;
  width: 1.5em;
  margin-right: 1em;
}
.favikens-col {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .favikens-col {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-heart:before {
  content: '\e800';
}
/* '' */
.icon-record:before {
  content: '\e801';
}
/* '' */
.icon-pencil:before {
  content: '\e802';
}
/* '' */
.icon-location:before {
  content: '\e803';
}
/* '' */
.icon-left-open:before {
  content: '\e804';
}
/* '' */
.icon-right-open:before {
  content: '\e805';
}
/* '' */
.icon-up-open:before {
  content: '\e806';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-link:before {
  content: '\f07b';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-direction:before {
  content: '\f124';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-mouse-pointer:before {
  content: '\f245';
}
/* '' */
.icon-registered:before {
  content: '\f25d';
}
/* '' */
.icon-map-pin:before {
  content: '\f276';
}
/* '' */
/* -------------------------------- 
    GALLERY SLIDER
-------------------------------- */
.img600 {
  width: auto;
  height: 60vh!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .img600 {
    width: auto;
    height: 50vh!important;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  border: none;
}
ul li {
  max-width: auto;
  padding: 0;
  margin-right: 20px;
  text-align: center;
  font-size: 1em!important;
  animation: fade-slides 1.2s;
  font-family: 'montserratlight';
  font-weight: normal;
}
ul li.red {
  color: #B0BEBB;
  cursor: pointer;
}
ul li.yellow {
  color: #B0BEBB;
  cursor: pointer;
}
ul li.blue {
  color: #B0BEBB;
  cursor: pointer;
}
ul li.all {
  color: #B0BEBB;
  cursor: pointer;
}
ul.filter {
  margin: 1em auto;
}
ul.filter li {
  padding: 12px;
  font-size: 1em;
  pointer: cursor;
  width: auto;
  float: left;
  color: #fff;
}
.category {
  width: auto;
  max-width: 600px;
  font-family: 'midland_luxurylight';
  font-weight: normal;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  margin: 80px auto;
  text-transform: uppercase;
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .category {
    width: auto;
    max-width: 600px;
    font-family: 'midland_luxurylight';
    font-weight: normal;
    color: #FFF;
    font-size: 1.35em;
    line-height: 2.2em;
    text-align: center;
    margin: 80px auto;
    text-transform: uppercase;
    opacity: 1;
  }
}
.next-btn {
  top: 0;
  right: 0;
}
.prev-btn {
  top: 0;
  left: 0;
}
.btn-wrap {
  position: absolute;
  width: 160px;
  top: 300px;
  right: 30px;
  margin: 0;
  padding: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .btn-wrap {
    position: absolute;
    width: 160px;
    top: 250px;
    right: 20px;
    margin: 0;
    padding: 0;
    height: 0px;
    display: flex;
    justify-content: space-between;
    background: green!important;
  }
}
.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@keyframes fade-slides {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------- 

   G E T T I N G  A R O U N D 
 
-------------------------------- */
.link {
  font-family: 'montserratlight';
  font-weight: normal;
  margin: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.5em;
}
.link:hover {
  text-decoration: underline;
}
.walk {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bike {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.transit {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .walk,
  .bike,
  .transit {
    height: auto;
    padding: 60px 0;
  }
}
.item {
  order: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .item {
    order: 2;
  }
}
.walkscore {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.bikescore {
  width: 115px;
  height: auto;
  margin-bottom: 10px;
}
.transitscore {
  width: 105px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .walkscore,
  .bikescore,
  .transitscore {
    margin: 0 auto;
  }
}
.resources {
  width: 70%;
  height: auto;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .resources {
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.resource-logo {
  width: 66px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .resource-logo {
    width: 95px;
    height: auto;
  }
}
.resource-logo-bus {
  width: 160px;
  height: auto;
}
.resource-logo-metro {
  width: 100px;
  height: auto;
}
.bus-wrapper {
  width: 70%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bus-wrapper {
    width: auto;
    min-width: 90%;
  }
}
.res {
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 1.125em;
  color: #B0BEBB !important;
}
.line {
  display: flex;
  margin: 5px 0;
}
.line-data {
  margin-left: 15px;
}
.line-data p {
  color: #FFFFFF;
  margin: 5px 0;
}
.bus-link {
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 0.85em;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.line-number {
  height: 50px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserratmedium';
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.225em;
}
.line-number.line5 {
  background: #78b36a;
}
.line-number.line7 {
  background: #9496c7;
}
.line-number.line1 {
  background: #e79848;
}
.line-number.line720 {
  background: #be2e47;
}
.line-number.lineR10 {
  background: #4eacd6;
}
.line-number.line8 {
  background: #638ec6;
}
.line-number.lineR7 {
  background: #e48b76;
}
.line-number.line18 {
  background: #6c204b;
}
.line-number.line2 {
  background: #4e2b83;
}
.line-number.line14 {
  background: #4f321d;
}
.line-number.line16 {
  background: #e79fc0;
}
.line-number.line43 {
  background: #4090a2;
}
.line-number.line20 {
  background: #d26e2d;
}
.resource1 {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.resource1 span {
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.resource2 {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.resource2 span {
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 1em;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
/* -------------------------------- 
  GETTING AROUND WALKING MAP
-------------------------------- */
.map_container {
  height: 400px;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}
.map_container img {
  max-width: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .map_container {
    height: 400px;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
}
/* -------------------------------- 

  F O O T E R 
 
-------------------------------- */
.footer-row {
  width: 100%;
  display: flex;
  padding: 15px 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-row.last {
  justify-content: center;
}
.wilshire h4 {
  text-align: right;
  line-height: 2.5em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .wilshire h4 {
    text-align: right;
    line-height: 2.5em;
    margin: 0;
    font-size: 0.75em;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footer-row {
    padding: 15px;
  }
}
.line-concrete {
  width: 95%;
  height: 1px;
  background: #6C7271;
  margin: 20px auto;
}
.footer-logo {
  width: 200px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footer-logo {
    width: 120px;
    height: auto;
  }
}
.footer-right {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.proverb-logo {
  width: 200px;
  height: 30px;
  padding-top: 40px;
}
.snappt {
  width: 200px;
  height: auto;
  margin: 20px auto;
}
.snappt img {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .snappt {
    margin: 20px auto 150px auto;
  }
}
.housing {
  width: 280px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.eh-logo,
.ada-logo {
  width: 28px;
  height: 28px;
}
.footer-concrete {
  height: 30px;
  font-size: 14px!important;
  color: #B0BEBB !important;
}
.end {
  width: 100%;
  height: 50px;
}
.contact-wrap {
  width: 100%;
  padding: 50px;
  height: auto;
  background: #B0BEBB;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .contact-wrap {
    width: 100%;
    padding: 100px 40px;
    height: auto;
    background: #B0BEBB;
  }
}
#contact-form {
  width: 100%!important;
  max-width: 700px;
  padding: 160px 0;
  text-align: center;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#contact-form p {
  font-family: 'montserratmedium';
  font-weight: normal;
}
input[type="text"],
input[type="email"],
input[type="textarea"],
textarea {
  width: 100%!important;
  color: #000000 !important;
  font-family: 'montserratmedium';
  font-weight: normal;
  background: #E9E9EA !important;
  height: 40px!important;
  font-size: 1.5em;
  padding: 10px;
  border-radius: 5px;
}
textarea {
  height: 100px!important;
}
label {
  color: #000000 !important;
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 1.225em !important;
}
.hywrap {
  width: 50%!important;
  padding: 0;
  margin: 0 auto!important;
  color: #000000 !important;
}
.hywrap form {
  width: 100%!important;
  padding: 0!important;
}
.intro {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .intro {
    height: auto;
    padding: 0;
  }
}
#f-hyfield39 {
  background: #E9E9EA !important;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
}
.validate select {
  /* styling */
  background-color: #FFFFFF;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font-family: 'montserratmedium';
  font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.validate select.minimal {
  background-color: #FFFFFF !important;
}
.validate select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-color: #041116;
  outline: 0;
}
.validate select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* --------------------------------------- */
/*            TABS                     */
/* --------------------------------------- */
/* Vars */
/* El iframe se adapta al tamaño del contenedor */
.contenedor iframe {
  position: absolute;
  border: none;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .contenedor iframe {
    position: relative;
    border: none;
    height: 100%!important;
    width: 100%!important;
    top: 0px;
    left: 0px;
    bottom: 0;
  }
}
.tabs_wrapper {
  width: 100%;
  max-width: 1100px;
  min-height: 500px;
  height: auto;
  text-align: center;
  background: rgba(209, 199, 181, 0.3);
  padding: 40px 0;
  margin: 0 auto;
  z-index: 10;
}
ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 17px 0 0;
  padding: 0;
  width: 15%;
  min-width: 150px;
  list-style: none;
  @include tabs-transition;
}
ul.tabs li {
  margin: 0;
  border-right: 3px solid #D1C7B5;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 5px 10px 3px 0;
  border-radius: 5px;
  text-align: right;
  background: transparent;
}
ul.tabs li h3 {
  font-size: 0.95em;
  text-transform: uppercase;
  font-family: 'montserratmedium';
  font-weight: normal;
  color: #041116;
}
ul.tabs li.activ {
  background: #b4a386;
  color: #FFFFFF !important;
}
ul.tabs li.activ h3 {
  color: #FFFFFF;
}
ul.tabs li:hover {
  background: #b4a386;
}
ul.tabs li:hover h3 {
  color: #FFFFFF;
}
.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  width: 75%;
  min-width: 10px;
  text-align: left;
  z-index: 1;
}
.tab_content {
  padding: 0 25px;
  height: 100%;
  min-height: 500px;
  margin: 0;
  display: none;
  background: rgba(209, 199, 181, 0.3);
}
.tab_drawer_heading {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .tabs_wrapper {
    min-height: auto;
    padding: 0;
  }
  .tab_content {
    padding: 10px 0;
    margin: 0;
    background: transparent;
    width: 100%!important;
    min-height: auto;
  }
  ul.tabs {
    display: none;
  }
  li {
    font-size: 16px!important;
    color: #FFFFFF;
  }
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%!important;
    height: auto;
    border-top: none;
    border-radius: 0;
  }
  .tab_drawer_heading {
    width: 100%;
    color: #041116;
    border-bottom: 1px solid #6C7271;
    font-family: 'montserratlight';
    font-weight: normal;
    margin: 0;
    padding: 20px 40px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
  }
  .d_activ {
    color: #041116;
  }
}
/* -------------------------------- 
  O F F E R   M O D A L 
-------------------------------- */
.fancybox-close-small {
  background: #927e5b !important;
}
.pop-up {
  width: 75%;
  margin: 0 auto;
  height: auto;
  background: #041116 !important;
  display: flex;
  flex-direction: row!important;
  flex-wrap: wrap!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    padding: 20px!important;
  }
}
.half-modal {
  width: 50%;
  float: left;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    width: 95%;
  }
  .half-modal {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }
}
.offer {
  text-align: center;
  max-width: 70%;
}
.offer p {
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 0.85em;
  color: #FFFFFF;
}
.offer h3 {
  font-family: 'midland_luxurymedium';
  font-weight: normal;
  font-size: 1.75em;
  line-height: 2.225em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.offer span {
  font-family: 'montserratmedium';
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.225em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer {
    max-width: 100%;
  }
  .offer h3 {
    font-size: 1.325em;
  }
}
.pop-up-image {
  background: url('../images/pop-up-offer.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offerBtn {
  background: #000000;
  color: #FFFFFF;
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: auto!important;
  white-space: nowrap!important;
  padding: 10px 20px;
  margin: 40px auto;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.offerBtn:hover {
  background: #C75000 !important;
  color: #FFFFFF !important;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offerBtn {
    font-family: 'montserratmedium';
    font-weight: normal;
    padding: 10px 20px;
    font-size: 1em;
  }
}
.osano-cm-widget--position_right {
  display: none!important;
}
.osano-cm-window {
  color: black!important;
}
.license {
  font-size: 0.85em;
  margin-top: 0px;
  color: #FFFFFF;
  font-weight: normal;
}
/* -------------------------------- 
  
  F O O T E R

-------------------------------- */
button[type=submit] {
  display: flex!important;
  width: auto!important;
  max-width: 400px!important;
  text-decoration: none!important;
  text-align: center!important;
  font-size: 1.225em !important;
  color: #FFFFFF !important;
  background: #000000 !important;
  letter-spacing: 2px!important;
  line-height: 1.225em !important;
  cursor: pointer!important;
  padding: 10px 25px!important;
  border-radius: 5px!important;
  border: 1px solid #FFFFFF !important;
  margin: 20px 0!important;
  transition: background 0.3s !important;
}
button[type=submit]:hover {
  background: #E9E9EA !important;
  color: #FFFFFF !important;
}
.intro {
  font-size: 1.125em;
  font-family: 'montserratmedium';
  font-weight: normal;
}
.bozzuto-middle {
  width: 100%;
  padding: 0 40px;
  height: 1px;
  background: #FFFFFF;
}
.bozzuto-footer {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: transparent;
  height: auto;
  padding: 50px 0;
  z-index: 10;
}
#footer-info {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
#footer-info p {
  font-family: 'montserratlight';
  font-weight: normal;
  text-align: right;
  font-size: 1em;
  color: #e9e9ea;
}
#footer-info p span {
  font-size: 1em;
  color: #e9e9ea;
}
#footer-info p a {
  font-family: inherit;
  color: #e9e9ea;
  border-bottom: 1px solid #e9e9ea;
  transition: all 0.5s;
}
#footer-info p a:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
#footer {
  background: #041116;
  width: 100%;
  height: auto;
  z-index: 10;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 50px 0!important;
    z-index: 10;
  }
  #footer-info {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: right!important;
  }
  #footer-info p {
    font-family: 'montserratlight';
    font-weight: normal;
    text-align: center;
    font-size: 1.125em;
    color: #E9E9EA;
  }
  #footer-info p a {
    font-family: 'montserratlight';
    font-weight: normal;
    color: #E9E9EA;
    border-bottom: 1px solid #E9E9EA;
    transition: all 0.5s;
  }
  #footer-info p a:hover {
    color: #6C7271;
    border-bottom: 1px solid #E9E9EA;
  }
}
/* -------------------------------- 

   B O Z Z U T O 

-------------------------------- */
.bozzuto-logo {
  width: 170px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bozzuto-logo {
    margin: 0 auto;
    width: 150px;
    height: auto;
  }
}
.logo-footer {
  width: 150px;
  height: auto;
}
/* -------------------------------- 
  
  B O Z Z U T O

-------------------------------- */
.bozzuto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.bozzuto.start {
  align-items: flex-start;
}
.bozzuto.middle {
  height: 1px!important;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.4);
}
.bozzuto p {
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 1.125em;
  color: rgba(255, 255, 255, 0.9) !important;
}
.bozzuto ul.hours {
  margin: 0;
}
.opening-hours {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 10px;
}
.opening-hours p {
  font-family: 'montserratmedium';
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 5px 0!important;
  text-align: left;
}
ul.hours {
  list-style: none;
  margin: 20px auto;
  width: auto;
  max-width: 360px;
}
ul.hours li,
ul.hours a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.9) !important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  ul.hours {
    margin: 0!important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bozzuto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: auto;
    margin: 0;
    padding: 0;
  }
  .bozzuto.start {
    align-items: center;
  }
  .bozzuto.middle {
    display: none;
  }
  .bozzuto .opening-hours {
    margin: 10px auto;
  }
  .bozzuto ul.hours {
    margin: 10px 0;
  }
}
.bozzuto-props {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
}
ul.props {
  list-style: none;
  display: flex;
  flex-direction: row;
}
ul.props li {
  display: inline-block;
  margin: 0 10px;
  padding: 0!important;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bozzuto-props {
    flex-direction: column;
    padding-top: 40px;
  }
  ul.props {
    margin: 40px auto;
    width: auto;
  }
  ul.props li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.9);
  }
  .bozzuto-policies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px auto;
  }
  .bozzuto-policies > div {
    margin: 10px auto;
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  #bozzuto p.bozzuto-copyrights {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  #footer {
    height: auto;
    padding: 10px 0;
  }
  #footer-info {
    float: none;
    text-align: center;
    line-height: 1.5em;
  }
}
.bozzuto-legal-icons {
  width: 30px;
  margin: 0 20px;
  transition: all 0.5s;
}
.bozzuto-legal-icons:hover {
  scale: 1.4;
}
a.legal {
  color: #FFFFFF;
  height: 25px;
  margin: 0 0 0 20px;
  padding: 0!important;
  font-size: 1em;
  font-family: 'montserratlight';
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.5;
}
a.legal:hover {
  text-decoration: none;
  border-bottom: 1px solid #C75000;
  color: #C75000 !important;
}
