@charset "UTF-8";
/* -------------------------------- 
	BASE SETUP
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
body,
html,
main {
  /* important */
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #191919;
}
a {
  text-decoration: none;
}
content {
  position: relative;
}
section {
  margin: 0 auto;
}
section.black {
  background: #000000;
}
section.gray {
  background: #F3F3F3;
}
section.padding {
  padding: 80px 0;
  margin: 0;
}
section.padding-single-page {
  padding: 130px 0 80px 0;
  margin: 0 auto;
}
section.padding-top {
  padding: 80px 0 0 0;
  margin: 0;
}
section.padding-bottom {
  padding: 0 0 80px 0;
  margin: 0;
}
a.link {
  color: #EEE;
  margin: 0;
  padding: 0!important;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #EEE;
}
a.link:hover {
  text-decoration: none;
  border-bottom: 1px solid #c98d0c;
  color: #c98d0c !important;
}
#contact-form {
  width: 100%!important;
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: white!important;
}
input [type="text"],
input[type="text "],
input[type="email"],
input[type="textarea"],
textarea {
  color: #f3f3f3 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
label {
  color: #f3f3f3 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.hywrap {
  max-width: 750px!important;
  margin: 0 auto!important;
  color: #f3f3f3 !important;
}
.hywrap form {
  color: #FFFFFF !important;
}
.hywrap input {
  color: #FFFFFF !important;
}
.intro {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .intro {
    height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .full-pad {
    padding: 0 20px;
  }
}
.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  visibility: hidden;
}
.container {
  width: 100%;
}
.align-center {
  text-align: center!important;
  margin: 0 auto!important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.separator60 {
  height: 60px;
}
.separator10 {
  height: 10px;
}
.separator30 {
  height: 30px;
}
.centered {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .centered {
    margin: 0 20px;
    text-align: center;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
#gallery {
  margin: 0;
  padding: 0;
}
section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section .content {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
}
.full {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.full.col {
  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;
    max-width: auto;
    display: flex;
    flex-direction: column;
  }
}
.half {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 40px 0!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%;
    padding: 0 40px!important;
    flex-direction: column;
  }
}
/* -------------------------------- 
	HEADER
-------------------------------- */
.mobile-bar {
  position: fixed;
  top: 0;
  height: 50px;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #191919;
  z-index: 9999;
}
.offer a {
  display: flex;
  align-items: left;
  justify-content: center!important;
  color: #f3f3f3 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: #000000;
  height: 40px;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer a {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #191919;
    font-size: 16px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header {
  width: 100%;
  height: auto;
  position: fixed;
  background: transparent;
  z-index: 9;
}
.topBar {
  position: relative;
  top: 40px;
  width: 100%;
  background: transparent;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
  margin: 0;
  transition: background 1s;
}
.isActive {
  background: #191919;
}
.topContainer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 40px;
  background: #191919;
  display: flex;
  justify-content: right;
  z-index: 10;
}
.top-half {
  width: 50%;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-half.th-left {
  display: flex;
  justify-content: left;
  padding-left: 20px;
  margin: 0;
}
.top-half.th-right {
  display: flex;
  justify-content: right!important;
  padding-right: 20px;
}
.top-half p,
.top-half a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #f3f3f3;
}
.logo {
  width: 150px;
  height: auto;
}
.logo.logo-footer {
  width: 150px;
  height: auto;
  margin: 0;
}
.logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .topBar {
    background: #191919;
    top: 40px;
  }
  header {
    position: fixed;
    top: 150px;
    height: auto;
    z-index: 9999;
  }
  .logo {
    top: 15px!important;
    width: 120px;
    margin: 0;
    padding: 5px;
  }
}
/* -------------------------------- 
	SLIDESHOW
-------------------------------- */
#slideshow {
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #slideshow {
    margin: 0;
  }
}
.imageHolder {
  position: relative;
  width: 100%;
}
.imageHolder .caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
  background-image: -moz-linear-gradient(top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
  background-image: -o-linear-gradient(top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
  background-image: -ms-linear-gradient(top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
  background-image: linear-gradient(top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
  color: #f3f3f3;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  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 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80%;
    padding: 0 50px 10px 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5em;
    z-index: 2;
  }
}
.junction-image {
  margin: 50px auto 20px auto;
  max-width: 80%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .junction-image {
    margin: 30px auto 0 auto;
    max-width: 90%;
  }
}
.expoline {
  border: 10px solid #40909b;
  padding: 0px;
  text-align: center;
}
.expoline img {
  min-width: 100%;
}
.line {
  width: 150px;
  height: 3px;
  margin: 0 auto 5px auto;
  padding: 0;
}
.line.l-white {
  background: #f3f3f3;
}
.line.l-teal {
  background: #40909b;
}
.line.l-yellow {
  background: #c98d0c;
}
/* -------------------------------- 
	BUTTONS
-------------------------------- */
.primaryBtn {
  display: block;
  width: 90%;
  max-width: 450px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  color: #f3f3f3;
  background: #C6933B;
  letter-spacing: 1px;
  padding: 15px 30px;
  border: 1px solid #888;
  margin: 0 auto 20px auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}
.primaryBtn:hover {
  background: #191919;
  color: #f3f3f3;
}
/* -------------------------------- 
	COMPONENTS
-------------------------------- */
/* FONTS */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.woff?38083658') format('woff'), url('../fonts/fontello/fontello.ttf?38083658') format('truetype'), url('../fonts/fontello/fontello.svg?38083658#fontello') format('svg');
  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/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.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/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
.display {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.displayLt {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.displayXlt {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.normal {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.titles {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2em;
  max-width: 820px;
}
.single-titles {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
}
h1 {
  font-size: 3em;
  line-height: 1.225em;
}
h2 {
  font-size: 2.225em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.85em;
  letter-spacing: 2px;
  margin-bottom: 15px!important;
}
h4 {
  letter-spacing: 0.5px;
  font-size: 1.225em;
  line-height: 1.75em;
}
h4.strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  h2 {
    font-size: 1.75em;
    margin: 20px 0;
  }
  h3 {
    font-size: 2em;
    letter-spacing: 2px;
    margin-bottom: 15px!important;
  }
}
.smallTxt {
  width: 100%;
  color: #EEE;
  font-size: 0.9em;
  text-align: right;
  letter-spacing: 0px;
  margin: 20px 0!important;
}
.conditionsTxt {
  color: #f3f3f3;
  padding: 5px 10px;
  font-size: 1.5em;
  text-align: justify!important;
  letter-spacing: 0px;
}
.qualify-text {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.required {
  font-size: 0.85em;
  line-height: 1.5em;
  color: #C6933B;
  background: red;
  font-weight: normal;
}
.indicates-required {
  color: #C6933B !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .required {
    font-size: 1.125em;
  }
}
i {
  font-size: 1.5em;
}
/* Mixin */
/* Implementation */
/* Mixin */
/* -------------------------------- 
    SLIDER IMAGES
-------------------------------- */
.slide0,
.slide1,
.slide2,
.slide3 {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slide0 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: image-set("../images/home_select/Willow_Ext_Building1_March2025.webp" type("image/webp"), "../images/home_select/Willow_Ext_Building1_March2025.jpg" type("image/jpg"));
}
.slide1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: image-set("../images/home_select/inside-living-willow-santa-monica-apartments-14.webp" type("image/webp"), "../images/home_select/inside-living-willow-santa-monica-apartments-14.jpg" type("image/jpg"));
}
.slide2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: image-set("../images/home_select/Willow_Ext_Amenity_PatioSeating_March2025.webp" type("image/webp"), "../images/home_select/Willow_Ext_Amenity_PatioSeating_March2025.jpg" type("image/jpg"));
}
.slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: image-set("../images/home_select/inside-kitchen-willow-santa-monica-apartments-12.webp" type("image/webp"), "../images/home_select/inside-kitchen-willow-santa-monica-apartments-12.jpg" type("image/jpg"));
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .slide0,
  .slide1,
  .slide2,
  .slide3 {
    width: 100%;
    height: 100vh!important;
  }
  .slide0 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: image-set("../images/home_select_mobile/Willow_Ext_Building1_March2025.webp" type("image/webp"), "../images/home_select_mobile/Willow_Ext_Building1_March2025.jpg" type("image/jpg"));
  }
  .slide1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: image-set("../images/home_select/inside-living-willow-santa-monica-apartments-14-mobile.webp" type("image/webp"), "../images/home_select/inside-living-willow-santa-monica-apartments-14-mobile.jpg" type("image/jpg"));
  }
  .slide2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: image-set("../images/home_select_mobile/Willow_Ext_Amenity_PatioSeating_March2025.webp" type("image/webp"), "../images/home_select_mobile/Willow_Ext_Amenity_PatioSeating_March2025.jpg" type("image/jpg"));
  }
  .slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: image-set("../images/home_select/inside-kitchen-willow-santa-monica-apartments-mobile-12.webp" type("image/webp"), "../images/home_select/inside-kitchen-willow-santa-monica-apartments-mobile-12.jpg" type("image/jpg"));
  }
}
.black {
  color: #000000;
}
p {
  color: #FFFFFF;
}
.grey {
  background: #40909b;
}
.black {
  color: #c98d0c !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.darkGray {
  background: #191919;
}
.blackBg {
  background: #000000;
}
.white {
  color: #f3f3f3;
}
.liteGray {
  color: #EEE;
}
.yellow {
  color: #c98d0c;
}
.teal {
  color: #40909b;
}
.tealBg {
  background: #40909b;
}
.tealDark {
  color: #40909b;
}
/* -------------------------------- 
  NAVIGATION
-------------------------------- */
.homeNav {
  max-width: 100%;
  margin: 0;
  width: auto;
  padding: 0;
  z-index: 10;
}
ul.topnav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 30px;
}
ul.topnav li {
  display: inline-block;
  padding: 0 1em;
}
ul.topnav li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #f3f3f3;
  text-transform: uppercase;
  text-decoration: none!important;
  font-size: 13px;
  letter-spacing: 1px;
}
ul.topnav li a:hover {
  color: #c98d0c;
}
ul.topnav a.select {
  color: #f3f3f3;
}
ul.topLinks {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0;
  padding: 0;
  height: 30px;
}
ul.topLinks li {
  display: inline-block;
  padding: 0 1em;
}
ul.topLinks li:last-child {
  padding-right: 40px;
}
ul.topLinks li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #f3f3f3;
  text-transform: uppercase;
  text-decoration: none!important;
  font-size: 13px;
  letter-spacing: 1px;
}
ul.topLinks li a:hover {
  color: #c98d0c;
}
ul.topLinks a.select {
  color: #f3f3f3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  navigation {
    margin-top: 0;
  }
  navigation li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 0.9em;
  }
}
/* -------------------------------- 
  MAIN NAVIGATION
-------------------------------- */
content {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: auto;
  transition: transform 0.5s;
}
.content {
  background: white;
}
.nav-open content {
  transform: translateX(-280px);
  overflow: hidden;
}
.nav-trigger {
  position: fixed;
  top: 60px;
  right: 35px;
  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: 35px;
  background: #f3f3f3;
}
.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: #f3f3f3;
}
.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: #f3f3f3;
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}
.overlay {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
}
.nav-open .overlay {
  opacity: 0.95;
  visibility: visible;
}
.nav-container {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 7em 3em 3em 4em;
  background: #191919;
  visibility: hidden;
  opacity: 0;
  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;
}
ul.nav li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.nav a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 0;
  font-size: 18px;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(243, 243, 243, 0.8);
  transition: transform 0.2s, color 0.2s;
}
.nav a:hover {
  color: #f3f3f3;
  text-decoration: none;
  border-bottom: none;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* CSS Document */
nav {
  position: fixed;
  top: 160px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: rgba(64, 144, 155, 0.95);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 10;
}
nav ul {
  list-style: none;
  height: auto;
}
nav ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
}
nav ul li a {
  color: #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
nav ul li a:hover {
  color: #f3f3f3;
  text-decoration: underline;
}
nav ul li a:visited {
  color: #f3f3f3;
}
nav ul li a:active {
  color: #f3f3f3;
  text-decoration: underline;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  nav {
    top: 148px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  nav {
    display: none;
  }
}
#floor-plans {
  margin-top: 150px;
  background: #f9f9f9;
  padding-top: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #floor-plans {
    margin-top: 70px;
    background: #f9f9f9;
    padding-top: 80px;
  }
}
/* -------------------------------- 
  GETTING AROUND WALKING MAP
-------------------------------- */
.map_container {
  height: 400px;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}
.map_container img {
  max-width: none;
}
/* -------------------------------- 
  GETTING AROUND MAIN
-------------------------------- */
#ga {
  margin-top: 0;
  padding-top: 200px;
  background: #f9f9f9;
}
#walking,
#biking,
#bus,
#car,
#features,
#location {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  padding: 30px 0 0 0;
}
.icon-navigation {
  width: 100%;
  padding: 0 0 15px 0;
  text-align: center;
  z-index: 10;
}
.heading {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #ga {
    margin-top: 0;
    padding-top: 200px;
    background: #f9f9f9;
  }
  #location {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    padding: 30px 20px;
  }
}
.titles {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 2em;
  font-weight: 400;
  color: #333;
  line-height: 1.6em;
}
/* STATS */
.separator-blue {
  width: 80%;
  max-width: 500px;
  height: 1px;
  background: #40909b;
  margin: 30px auto;
}
.blue-highlight {
  display: inline-block;
  margin: 0 0.2em;
  padding: 2px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  color: #558fcb;
}
.image-gray-border {
  border: 1px solid #c2c2c2;
}
.parkme {
  float: right;
  margin: 0 20px 20px 0;
  width: 198px;
  height: 128px;
  float: left;
}
.stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ga-titles h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.ga-titles h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  max-width: 600px;
  font-size: 1.5em;
  margin: 0 auto;
}
.ga-stats {
  /* global stat class */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 175px;
  height: 175px;
  margin: 2%;
  background: #40909b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 25px;
}
.ga-stats h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  color: #f3f3f3;
  margin: 0;
  line-height: 1em;
}
.ga-stats p,
.ga-stats a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-top: 5px;
  font-size: 1.125em;
  color: #f3f3f3;
  line-height: 1.125em;
}
.ga-stats-plus {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
}
.ga-walkscore {
  padding-top: 10px;
}
.ga-stats-walking {
  background-image: url('../images/getting-around/circle-images-walking.jpg');
  background-position: right top;
}
.ga-stats-biking {
  background-image: url('../images/getting-around/circle-images-biking.jpg');
  background-position: right top;
}
.ga-stats-bus {
  background-image: url('../images/getting-around/circle-images-bus.jpg');
  background-position: center;
}
.ga-stats-car {
  background-image: url('../images/getting-around/circle-images-car.jpg');
  background-position: right bottom;
}
.ga-stats-rail {
  background-image: url('../images/getting-around/circle-images-rail.jpg');
  background-position: right bottom;
}
/* ICON NAV MOBILE */
@media only screen and (max-width: 640px) {
  .separator-blue {
    width: 80%;
    height: 2px;
    background: #558fcb;
    margin: 40px auto 10px auto;
  }
  .stats {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .ga-stats {
    width: 120px;
    height: 120px;
    margin-right: 3%;
    margin-top: 0;
    padding-top: 18px 0;
  }
  .ga-stats h1 {
    font-size: 2.5em;
    padding-top: 15px;
  }
  .ga-stats p,
  .ga-stats a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #f3f3f3;
    line-height: 1.225em;
  }
  .ga-stats-plus {
    font-size: 1em;
    font-weight: 400;
  }
  .ga-walkscore {
    padding-top: 20px;
  }
  .ga-stats-walking {
    background-image: url('../images/getting-around/circle-images-walking.jpg');
    background-position: top center;
  }
  .ga-stats-car {
    background-image: url('../images/getting-around/circle-images-car.jpg');
    background-position: center;
  }
}
/* WALK SCORE */
.gaSection {
  margin: 30px auto 20px auto;
}
.gaSection h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #40909b;
  margin-bottom: 0 auto 10px auto;
  width: 100%;
}
.gaSection p {
  font-size: 18px;
  padding: 0 10px;
}
.ga-content {
  text-align: center;
  padding-bottom: 90px;
  z-index: 0;
}
.ga-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #222;
  line-height: 1.8em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .ga-content {
    padding-bottom: 50px;
  }
}
/* BUS ROUTES */
.ga-bus-lines {
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 15px 0 0;
  text-align: center;
}
.ga-bus-lines p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.225em;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
  line-height: 1.8em;
}
.ga-bus-details {
  float: left;
  text-align: left;
  padding-left: 0px;
  padding-top: 5px;
  height: 60px;
}
.ga-bus-details p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #222;
}
.ga-bus-details-small {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #222;
}
.ga-bus-details a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #558fcb;
  text-decoration: underline;
}
.ga-bus-details a:hover {
  color: #222;
}
.ga-table-bus {
  border-collapse: collapse;
  border: none;
  width: 80%;
  margin: 60px auto;
}
.ga-table-bus td {
  height: 80px;
  background: transparent;
}
@media only screen and (max-width: 640px) {
  .ga-bus-lines {
    float: none;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    padding-top: 4px;
  }
  .ga-bus-lines p {
    font-size: 1.5em;
  }
  .ga-bus-details {
    float: none;
    text-align: center;
    padding-left: 0px;
    padding-top: 5px;
    height: 60px;
  }
  .ga-bus-details p {
    font-size: 1.125em;
  }
  .ga-bus-details a {
    font-size: 1em;
  }
  .ga-table-bus {
    width: 100%;
    margin: 0 auto;
  }
  .bus-stop {
    margin-bottom: 40px;
  }
}
/* CAR */
.ga-table table {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  width: 100%;
  margin: 30px auto;
}
.ga-table th,
td {
  width: 33%;
}
.ga-table th {
  background-color: #98ca73;
  vertical-align: middle;
  color: #f3f3f3;
  height: 60px;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}
.ga-table td {
  height: 30px;
  border-right: 2px solid #f3f3f3;
  background-color: #e7f2de;
}
.ga-table td a {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  text-decoration: underline;
  font-size: 1em;
  vertical-align: middle;
  font-weight: 400;
}
.ga-table td a:hover {
  color: #558fcb;
}
@media only screen and (max-width: 640px) {
  .ga-table th {
    color: white;
    height: 50px;
    font-size: 1em;
  }
  .ga-table td a {
    font-size: 1em;
  }
}
/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.phone-btn {
  width: 25px;
  height: 25px;
  top: 63px;
  right: 110px;
  position: fixed;
  z-index: 9999;
  color: #f3f3f3;
}
.ctaBtn {
  display: flex;
  width: auto;
  max-width: 400px;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  color: #f3f3f3;
  background: #000000;
  letter-spacing: 2px;
  line-height: 1.225em;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #f3f3f3;
  margin: 20px auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}
.ctaBtn:hover {
  background: #2f6a72;
  color: #f3f3f3;
}
.ctaBtn2 {
  display: flex;
  width: auto;
  max-width: 400px;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  color: #f3f3f3;
  background: #000000;
  letter-spacing: 2px;
  line-height: 1.225em;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}
.ctaBtn2:hover {
  background: #2f6a72;
  color: #f3f3f3 !important;
}
.housing {
  background: url(../images/Equal_Housing_Opportunity.svg) no-repeat;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 0;
  margin-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .housing {
    position: relative;
    left: 0;
    float: none;
    margin: 80px auto 0 auto;
  }
}
.nav-social {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 10px 0 0 0;
  padding: 0;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  .nav-social {
    position: relative;
    justify-content: center;
    max-width: auto;
    margin: 40px auto 20px auto;
  }
}
.phone {
  color: #40909b;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 2px;
}
.twitter,
.facebook,
.instagram,
.youtube {
  display: inline-block;
  font-family: fontello;
  font-size: 28px;
  margin-left: 40px;
  color: #C6933B;
}
.twitter.icon-top-nav,
.facebook.icon-top-nav,
.instagram.icon-top-nav,
.youtube.icon-top-nav {
  font-size: 20px;
}
.twitter.icon-footer,
.facebook.icon-footer,
.instagram.icon-footer,
.youtube.icon-footer {
  font-size: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .twitter,
  .facebook,
  .instagram,
  .youtube {
    margin: 0 20px;
  }
}
.twitter:hover,
.facebook:hover,
.instagram:hover,
.youtube:hover {
  color: #f3f3f3;
}
.twitter:before {
  content: "\f309";
}
.facebook:before {
  content: "\f30c";
}
.instagram:before {
  content: "\f32d";
}
.youtube {
  margin-right: 0;
}
.youtube:before {
  content: "\f16a";
}
ul.faviken {
  margin: 0 0 0 30px!important;
  padding: 0!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #EEE;
  font-size: 1.125em;
  line-height: 1.7em;
  letter-spacing: 1px;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}
ul.faviken li {
  margin: 0;
  line-height: 1.5em;
  padding: 0.6em;
  list-style: none;
  text-indent: -2em;
  border-bottom: 1px solid rgba(243, 243, 243, 0.3);
}
ul.faviken li:last-child {
  border: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  ul.faviken {
    width: 80%!important;
    margin: 0 auto;
    font-size: 1.125em;
  }
  ul.faviken li {
    line-height: 1.5em;
  }
  ul.faviken li:last-child {
    border-bottom: 1px solid rgba(243, 243, 243, 0.3);
  }
}
/* BULLETS WITH CHECK MARK */
ul.faviken li:before {
  font-family: fontello;
  content: "\2713";
  color: #C6933B;
  float: left;
  width: 1.4em;
  margin-right: 0.6em;
}
[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-star:before {
  content: '\2605';
}
/* '★' */
.icon-mail:before {
  content: '\2709';
}
/* '✉' */
.icon-check:before {
  content: '\2713';
}
/* '✓' */
.icon-ok:before {
  content: '\e803';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
.icon-facebook:before {
  content: '\f30c';
}
/* '' */
.icon-instagram:before {
  content: '\f32d';
}
/* '' */
.osano-cm-widget--position_right {
  display: none!important;
}
.license {
  font-size: 0.85em;
  margin-top: 10px;
  color: #C6933B;
  font-weight: normal;
}
/* -------------------------------- 
  
  F O O T E R

-------------------------------- */
.apply {
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  align-items: center;
  justify-content: center;
  background: #C75000;
  color: #f3f3f3 !important;
  width: 85px;
  height: 35px;
  border-radius: 5px;
}
.apply:hover {
  background: #f3f3f3;
  color: #000000 !important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .apply {
    margin: 20px auto 0 auto!important;
    height: 45px;
  }
}
/* -------------------------------- 
  
  F O O T E R

-------------------------------- */
button[type=submit] {
  display: flex;
  width: auto;
  max-width: 400px;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  color: #f3f3f3;
  background: #000000;
  letter-spacing: 2px;
  line-height: 1.225em;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}
button[type=submit]:hover {
  background: #2f6a72;
  color: #f3f3f3 !important;
}
#footer {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #000000;
  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: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: right;
  font-size: 1.125em;
  color: rgba(243, 243, 243, 0.9);
}
#footer-info p span {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 1.125em;
  color: rgba(243, 243, 243, 0.8);
}
#footer-info p a {
  font-family: inherit;
  color: #c6933b;
  border-bottom: 1px solid rgba(198, 147, 59, 0.9);
  transition: all 0.5s;
}
#footer-info p a:hover {
  color: #f3f3f3;
  border-bottom: 1px solid rgba(243, 243, 243, 0.9);
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #000000;
    height: auto;
    padding: 50px 0!important;
    z-index: 10;
  }
  #footer-info {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer-info p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1.125em;
    color: rgba(243, 243, 243, 0.9);
  }
  #footer-info p span {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    color: rgba(243, 243, 243, 0.8);
  }
  #footer-info p a {
    font-family: inherit;
    color: #c6933b;
    border-bottom: 1px solid rgba(198, 147, 59, 0.9);
    transition: all 0.5s;
  }
  #footer-info p a:hover {
    color: #f3f3f3;
    border-bottom: 1px solid rgba(243, 243, 243, 0.9);
  }
}
/* -------------------------------- 

   B O Z Z U T O 

-------------------------------- */
.bozzuto-logo {
  width: 150px;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bozzuto-logo {
    margin: 0 auto;
    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(243, 243, 243, 0.4);
}
.bozzuto p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  color: rgba(243, 243, 243, 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: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0!important;
  text-align: left;
}
ul.hours {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  max-width: 300px;
}
ul.hours li,
ul.hours a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: rgba(243, 243, 243, 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;
  margin: 20px auto;
  width: auto;
  display: flex;
  flex-direction: row;
}
ul.props li {
  display: inline-block;
  margin: 0 5px;
  padding: 0!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.85em;
  color: rgba(243, 243, 243, 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: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    color: rgba(243, 243, 243, 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: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 0 20px 0;
    color: rgba(243, 243, 243, 0.9);
  }
}
.greystar-feat {
  width: 25px;
  margin: 0 10px;
  transition: all 0.5s;
}
.greystar-feat:hover {
  background: #C6933B;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1023px) {
  #greystar p.greystar-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;
  }
}
/* -------------------------------- 
    PARALLAX EFFECT
-------------------------------- */
.parallax--container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.parallax-txt {
  width: 100%!important;
  text-align: center;
  max-width: 800px;
  margin: 0 auto!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .parallax-txt {
    width: 95%!important;
  }
}
.parallax-txt-interior {
  height: 100% !important;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}
.container--full {
  height: 600px;
}
.container--small {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .parallax_img {
    background-attachment: inherit;
  }
}
.bg1:after,
.bg2:after,
.bg3:after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: -1;
}
.bg4:after,
.bg5:after {
  content: '';
  position: absolute;
  height: 90%;
  left: 0;
  top: 0;
  width: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  z-index: -1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bg1:after,
  .bg2:after,
  .bg3:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: -1;
  }
}
.bg1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: image-set("../images/home_select/inside-living-kitchen-willow-santa-monica-apartments-15.webp" type("image/webp"), "../images/home_select/inside-living-kitchen-willow-santa-monica-apartments-15.jpg" type("image/jpg"));
}
.bg2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: image-set("../images/home_select/lifestyle-willow-santa-monica-apartments.webp" type("image/webp"), "../images/home_select/lifestyle-willow-santa-monica-apartments.jpg" type("image/jpg"));
}
.bg3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: image-set("../images/parallax/junction-santa-monica-neighborhood.webp" type("image/webp"), "../images/parallax/junction-santa-monica-neighborhood.jpg" type("image/jpg"));
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bg1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: image-set("../images/home_select/inside-living-kitchen-willow-santa-monica-apartments-15-mobile.webp" type("image/webp"), "../images/home_select/inside-living-kitchen-willow-santa-monica-apartments-15-mobile.jpg" type("image/jpg"));
  }
  .bg2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: image-set("../images/home_select/lifestyle-willow-santa-monica-apartments-mobile.webp" type("image/webp"), "../images/home_select/lifestyle-willow-santa-monica-apartments-mobile.jpg" type("image/jpg"));
  }
  .bg3 {
    background: url('../images/parallax/junction-santa-monica-neighborhood-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* 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;
}
/* ---- grid ---- */
.grid {
  max-width: 100%;
  padding: 0;
  margin: 40px auto 0 auto;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}
.grid-item.hidden {
  display: none;
}
.grid-item2 {
  position: relative;
  width: 100%;
  height: auto;
  background: transparent;
}
.grid-item2 img {
  width: 100%;
}
.grid-item--height2 {
  width: 25%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .grid {
    max-width: 85%;
    margin: 50px auto 30px auto;
  }
  .grid-item {
    width: 50%;
    height: auto;
  }
  .grid-item--height2 {
    width: 50%;
    height: auto;
  }
}
/* Original text overlay */
.overlay-message {
  display: flex;
  align-items: center;
  justify-content: center;
  @include font-GeosansLight(4em, _palette(_white), normal, 1.5em);
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.grid figure {
  transition: opacity 0.2s ease 3s;
}
.grid figure:hover .gallery-img {
  background-color: #000;
}
.grid figure:hover .overlay-message {
  opacity: 0;
}
figure:hover img {
  cursor: url("images/icon-zoom-white.png"), pointer;
  opacity: 0.5;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}
.mfp-figure figure:hover img {
  cursor: pointer;
}
/* portfolio with title */
/* Magnific Popup CSS */
.mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=90);
}
.mfp-black-bg {
  background: rgba(0, 0, 0, 0.7);
}
.mfp-white-bg {
  background: rgba(255, 255, 255, 0.96);
}
.overflow-hidden .mfp-content {
  height: 100%;
}
.overflow-hidden .mfp-iframe-holder .mfp-content {
  height: auto;
}
#search-header .mfp-close {
  background-color: transparent !important;
  color: #484848 !important;
  font-size: 25px !important;
  height: 60px;
  width: 60px;
}
.search-popup {
  cursor: default !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-container figure:hover img {
  transform: none;
  opacity: 1;
}
.popup-gallery img,
.lightbox-gallery img,
.image-popup-no-margins img,
.image-popup-vertical-fit img {
  cursor: url("images/icon-zoom.png"), pointer;
}
.portfolio-nav .mfp-close {
  position: inherit;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.search-popup {
  position: initial;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.mfp-image-holder,
.mfp-iframe-holder,
.mfp-close-btn-in,
.mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
#popup-form {
  cursor: default;
}
zoom-in .mfp-zoom {
  cursor: url("images/icon-zoom.png"), pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 18px;
  -webkit-animation-name: initial;
  animation-name: initial;
}
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  display: none !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  font-size: 21px;
  cursor: pointer !important;
  position: fixed;
}
.mfp-counter {
  position: absolute;
  top: -13px;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #000;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #000;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  cursor: default;
  cursor: pointer;
  padding: 15px 0;
  background: #fff;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: normal;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  padding: 0 0 25px;
}
.mfp-title {
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-gallery .mfp-image-holder .mfp-figure .mfp-close {
  display: none;
}
/* -------------------------------- 
	POP UP OFFER 
-------------------------------- */
/* -------------------------------- 
  O F F E R   M O D A L 
-------------------------------- */
.pop-up {
  width: 60%;
  margin: 0 auto;
  height: auto;
  background: #f3f3f3 !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-offer {
  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-offer {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }
}
.oferta {
  text-align: center;
  max-width: 70%;
}
.oferta p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #191919;
}
.oferta h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.75em;
  line-height: 1.325em;
  text-transform: uppercase;
  color: #191919;
}
.oferta span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #191919;
  font-size: 1.225em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .oferta {
    max-width: 100%;
  }
  .oferta h3 {
    font-size: 1.325em;
  }
}
.pop-up-image {
  background: url('../images/home_select_mobile/Willow_Ext_Amenity_PatioSeating_March2025.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offerBtn {
  background: #C6933B !important;
  color: #f3f3f3;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1em;
  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: #000000 !important;
  color: #f3f3f3 !important;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offerBtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 10px 20px;
    font-size: 1em;
  }
}
