@font-face {
  font-family: 'Gotham-Light';
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype"), url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamMedium.woff") format("woff"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue-Book';
  src: url("fonts/MaisonNeue-Book.eot?#iefix") format("embedded-opentype"), url("fonts/MaisonNeue-Book.woff") format("woff"), url("fonts/MaisonNeue-Book.ttf") format("truetype"), url("fonts/MaisonNeue-Book.svg#MaisonNeue-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adieu-Black';
  src: url("fonts/Adieu-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Adieu-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global Styles
	1.1 Header
	1.2 Footer
	1.3 Top Bar
	1.4 Forms
	1.5 Miscellaneous
2.0 Homepage
3.0 Subpages
4.0 Effects
5.0 Animations
6.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 GLOBAL STYLES
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

body {
  font-family: "MaisonNeue-Book", sans-serif;
  min-height: 100%;
  /* color: #828386; */
  color: #000;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Adieu-Black", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {  
  font-size: 40px;
  margin-bottom: 23px;
  text-align: center;
  color: #000;
}

h2:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #000;
  /* float: left; */
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

p {
  width: 100%;
  line-height: 30px;
}

.button {
  background: none;
  border: 1px solid #828386;
  color: #828386;
  text-transform: uppercase;
  height: 50px;
  font-size: 18px;
  padding: 16px 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/*--------------------------------------------------------------
SITE HEADER
--------------------------------------------------------------*/
.site-header {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.site-header .grid-container {
  max-width: none;
  padding: 0 70px;
}
.site-header .logo {
  float: left;
  position: relative;
  z-index: 2;
}
.site-header video {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.site-header .heading-wrap {
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.site-header .heading-wrap > div {
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .heading-wrap > div span {
  display: inline-block;
  font-size: 24px;
  font-family: "Gotham-Book", sans-serif;
}
.site-header .heading-wrap > div span + span {
  margin-left: 65px;
}
.site-header .heading-wrap > div .button {
  clear: both;
  display: block;
  width: 166px;
  height: 40px;
  text-transform: none;
  border: 1px solid #fff;
  padding: 12px 18px;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Gotham-Medium", sans-serif;
  background: #fff;
  color: #828386;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .heading-wrap > div .button:hover {
  background: #828386;
  color: #fff;
  border: 1px solid #828386;
}
.site-header h1 {
  font-size: 40px;
  color: #000;
  margin: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
/* .site-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,3d3d3d+55,3d3d3d+75,3d3d3d+100&0.65+0,0.65+55,0+75,0+100
  background: -moz-linear-gradient(left, rgba(61, 61, 61, 0.65) 0%, rgba(61, 61, 61, 0.65) 55%, rgba(61, 61, 61, 0) 75%, rgba(61, 61, 61, 0) 100%);
  FF3.6-15
  background: -webkit-linear-gradient(left, rgba(61, 61, 61, 0.65) 0%, rgba(61, 61, 61, 0.65) 55%, rgba(61, 61, 61, 0) 75%, rgba(61, 61, 61, 0) 100%);
  Chrome10-25,Safari5.1-6
  background: linear-gradient(to right, rgba(61, 61, 61, 0.65) 0%, rgba(61, 61, 61, 0.65) 55%, rgba(61, 61, 61, 0) 75%, rgba(61, 61, 61, 0) 100%);
  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a63d3d3d', endColorstr='#003d3d3d',GradientType=1 );
  IE6-9
} */

.main-navigation {
  float: right;
  padding-top: 10px;
  position: relative;
  z-index: 4;
}
.main-navigation ul {
  margin: 0;
  list-style: none;
}
.main-navigation ul li {
  display: inline-block;
  margin-left: 20px;
}
.main-navigation ul li:first-child {
  margin-left: 0;
}
.main-navigation ul li a {
  color: #000;
  position: relative;
  text-transform: uppercase;
}
.main-navigation ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation ul li a:hover:after, .main-navigation ul li a.active:after {
  bottom: -7px;
  opacity: 1;
}

.fixed-header {
  width: 100%;
  height: 65px;
  background: #fff;
  position: fixed;
  top: -50px;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: z-index 0.4s, 0.3s opacity ease-in-out, 0.3s top ease-in-out;
  -moz-transition: z-index 0.4s, 0.3s opacity ease-in-out, 0.3s top ease-in-out;
  -ms-transition: z-index 0.4s, 0.3s opacity ease-in-out, 0.3s top ease-in-out;
  -o-transition: z-index 0.4s, 0.3s opacity ease-in-out, 0.3s top ease-in-out;
  transition: z-index 0.4s, 0.3s opacity ease-in-out, 0.3s top ease-in-out;
  padding-top: 17px;
}
.fixed-header.visible {
  opacity: 1;
  z-index: 2000;
  top: 0;
}
.fixed-header .back-to-top {
  display: block;
  float: left;
  margin-top: 3px;
}
.fixed-header .grid-container {
  max-width: none;
  padding: 0 70px;
}
.fixed-header .main-navigation {
  padding-top: 5px;
}
.fixed-header .main-navigation ul li a {
  color: #0a2a3b;
  opacity: 0.6;
}
.fixed-header .main-navigation ul li a:after {
  background: #0a2a3b;
}

/*--------------------------------------------------------------
FORMS
--------------------------------------------------------------*/
label {
  font-size: 16px;
  font-family: "MaisonNeue-Book", sans-serif;
  font-weight: normal;
  color: #fff;
}

input[type="submit"] {
  background: #fff;
  border: none;
  color: #fff;
  background: #0c2340;
  min-width: 220px;
  height: 40px;
  font-size: 18px;
  padding: 16px 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  padding: 11px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
  background: #696c6d;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  height: 40px;
  padding-left: 22px;
  padding-right: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #828386;
}

textarea {
  height: auto;
}

.form-columns-2:first-child .hs-richtext p {
  font-family: "Gotham-Light", sans-serif;
  font-size: 24px !important;
  text-transform: uppercase;
  color: #fff !important;
}

input.invalid.error {
  border: 1px solid red;
  background: #fee5e6;
}

.hs-error-msgs {
  display: none !important;
}

.hs-sales_event_tag .hs-error-msgs,
.hs-fieldtype-radio .hs-error-msgs,
.hs-opt_in .hs-error-msgs {
  display: block !important;
  clear: both;
  margin-left: 0;
}
.hs-sales_event_tag .hs-error-msgs label,
.hs-fieldtype-radio .hs-error-msgs label,
.hs-opt_in .hs-error-msgs label {
  color: red;
  font-size: 16px;
}

.hbspt-form fieldset {
  max-width: none !important;
}
.hbspt-form p {
  color: #fff !important;
}
.hbspt-form .input {
  margin-bottom: 29px;
}

.hs-firstname .input,
.hs-email .input,
.hs-are_you_a_realtor_opt .input {
  margin-right: 19px !important;
}

.hs-lastname .input,
.hs-phone .input,
.hs-are_you_working_with_a_real_estate_agent .input {
  margin-right: 0 !important;
  margin-left: 19px !important;
}
.hs-lastname > label,
.hs-phone > label,
.hs-are_you_working_with_a_real_estate_agent > label {
  margin-left: 19px;
}

.hs-are_you_a_realtor_opt .input,
.hs-are_you_working_with_a_real_estate_agent .input,
.hs-opt_in .input {
  margin-bottom: 0;
}

.inputs-list {
  list-style: none;
  margin: 0;
}
.inputs-list li {
  display: inline-block;
  margin-right: 15px;
}

.form-columns-1 p {
  font-size: 15px !important;
}

.hs-are_you_working_with_a_real_estate_agent {
  display: none;
}

.hs-submit {
  clear: both;
  text-align: center;
  margin-top: 10px;
}

.submitted-message p strong {
  font-size: 24px;
  font-family: "Gotham-Light", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
TOP BAR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MOBILE MENU
--------------------------------------------------------------*/
.mobile-nav-menu {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  display: none;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.mobile-nav-menu .mobile-logo {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 18px 0;
  margin-left: 15px;
}
.mobile-nav-menu .mobile-logo img {
  width: auto;
  height: 20px;
}
.mobile-nav-menu .mobile-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "MaisonNeue-Book", sans-serif;
  font-weight: 300;
  height: 60px;
  padding: 20px 15px;
}
.mobile-nav-menu .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  background: #828386;
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-top: 0;
}
.mobile-nav-menu .mobile-menu-btn span:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #828386;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 8px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-right: 5px;
}
.mobile-nav-menu .mobile-menu-btn span:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #828386;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 6px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-right: 5px;
}
.mobile-nav-menu .mobile-menu-btn span.active {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-top: 7px;
}
.mobile-nav-menu .mobile-menu-btn span.active:before {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-top: 0px;
}
.mobile-nav-menu .mobile-menu-btn span.active:after {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-top: -2px;
}
.mobile-nav-menu .mobile-menu-container {
  position: absolute;
  top: 60px;
  left: -100%;
  opacity: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 1003;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}
.mobile-nav-menu .mobile-menu-container.active {
  left: 0;
  opacity: 1;
}
.mobile-nav-menu .mobile-menu-container .mobile-logo-large {
  display: block;
  margin: 0 auto 30px;
  width: 120px;
}
.mobile-nav-menu .mobile-menu-container .mobile-logo-large img {
  width: 100%;
}
.mobile-nav-menu .mobile-menu-container ul {
  list-style: none;
  margin: 0;
}
.mobile-nav-menu .mobile-menu-container ul li {
  text-align: center;
}
.mobile-nav-menu .mobile-menu-container ul li a {
  display: block;
  font-family: "MaisonNeue-Book", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  color: #828386;
  position: relative;
}
.mobile-nav-menu .mobile-menu-container ul li a:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 22px;
  left: -25px;
  display: none;
}
.mobile-nav-menu .mobile-menu-container ul li a.active, .mobile-nav-menu .mobile-menu-container ul li a:hover {
  color: #fff;
  background: #828386;
}
.mobile-nav-menu .mobile-menu-container ul li .sub-menu li a {
  font-size: 14px;
  padding: 10px 0;
}
.mobile-nav-menu .mobile-menu-container > ul {
  padding: 50px 0 32px;
}

/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/
.content-area .grid-container {
    max-width: 898px;
    padding-top: 175px;
    padding-bottom: 175px;
}

.img-wrap {
  width: 100%;
}
.img-wrap img {
  width: 100%;
}

.one-residence {
  background: #828386;
  color: #fff;
}

.gallery-wrap {
  width: 100%;
  clear: both;
}
.gallery-wrap .bx-wrapper {
  width: 100%;
  position: relative;
}
.gallery-wrap .bx-viewport {
  min-height: 100vh;
}
.gallery-wrap .gallery {
  margin: 0;
  height: 100%;
}
.gallery-wrap .gallery li {
  width: 100%;
  height: 100%;
}
.gallery-wrap .gallery li img {
  width: 100%;
  height: 100%;
  max-width: none;
  visibility: hidden;
}
.gallery-wrap .bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.gallery-wrap .bx-prev,
.gallery-wrap .bx-next {
  display: block;
  width: 36px;
  height: 66px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  z-index: 100;
  text-indent: -9999px;
  overflow: hidden;
}
.gallery-wrap .bx-prev:hover,
.gallery-wrap .bx-next:hover {
  opacity: 0.7;
}
.gallery-wrap .bx-prev {
  left: 30px;
  background: url("../img/arrow-left.png") center no-repeat;
}
.gallery-wrap .bx-prev:active {
  left: 29px;
}
.gallery-wrap .bx-next {
  right: 30px;
  background: url("../img/arrow-right.png") center no-repeat;
}
.gallery-wrap .bx-next:active {
  right: 29px;
}
.gallery-wrap .bx-pager {
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: 65px;
  text-align: center;
}
.gallery-wrap .bx-pager-item {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  overflow: hidden;
}
.gallery-wrap .bx-pager-item:first-child {
  margin-left: 0;
}
.gallery-wrap .bx-pager-item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #0c2340;
  text-indent: -9999px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.gallery-wrap .bx-pager-item a.active {
  background: #fff;
}

.register {
  background: url("../img/reg-bg.jpg") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.register .grid-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.legal-links {
  list-style: none;
  margin: 50px 0 0;
  text-align: center;
}
.legal-links.form-submitted {
  text-align: left;
}
.legal-links li {
  display: inline-block;
  margin-left: 50px;
}
.legal-links li:first-child {
  margin-left: 0;
}
.legal-links li a {
  text-decoration: underline;
  color: #fff;
}
.legal-links li a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
2.0 Swiper Gallery
--------------------------------------------------------------*/
.tabs-panel button {
  margin: auto;
  left: 0;
  right: 0;
  display: inherit;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  line-height: 17px;
  font-size: 17px;
  margin-bottom: 20px;
  cursor: pointer;
}


.reveal-overlay {
  z-index: 999999;
}

#tour:after {
background: linear-gradient(
  0deg,
  rgba(0, 0, 0, 0.7945553221288515) 0%,
  rgba(0, 0, 0, 0.7133228291316527) 12%,
  rgba(0, 0, 0, 0) 87%
);
    /* background: -webkit-gradient( linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)) ); */
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    top: auto;
    z-index: 2;

}




.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.home-hero .vimeo-wrapper iframe {
  width: 100vw;
  height: 59.25vw;
  min-height: calc(100vh);
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: calc(100vh);
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



img.play {
  transition: all .2s ease-in-out; 

}
img.play:hover {
  transform: scaleX(20px);
  transform: scale(1.1);
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFF;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}


#interior-gallery .tabs-panel {
height: 400px;
}

.swiper-container ~ .swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
  margin: 2px;
}

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

/*--------------------------------------------------------------
3.0 SUBPAGES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 EFFECTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 ANIMATIONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1158px) {
  .main-navigation ul li {
    margin-left: 10px;
  }
  .main-navigation ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .site-header .logo {
    width: 295px;
    margin-top: 6px;
  }
}
/** Tablet Landscape **/
@media screen and (max-width: 1375px) {
  .logo-and-nav-wrap,
  .fixed-header {
    display: none;
  }

  .mobile-nav-menu {
    display: block;
  }

  .site-header {
    background: url("../img/video-screenshot.jpg") center no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 60px;
  }
  .site-header video,
  .site-header .video-spacer {
    display: none;
  }
  .site-header .heading-wrap {
    padding: 0 50px;
  }
  .site-header h1 {
    font-size: 70px;
  }

  .fixed-header .grid-container {
    padding: 0 50px;
  }

  h2 {
    font-size: 36px;
  }

  .content-area .grid-container {
    padding: 50px;
  }

  .gallery-wrap .bx-viewport {
    height: 600px !important;
    min-height: 0;
  }

  .register {
    background: url(../img/reg-bg.jpg) center top no-repeat;
    background-size: auto;
  }
}
/** Tablet Portrait **/
@media screen and (max-width: 768px) {
  .site-header h1 {
    font-size: 48px;
  }

  .gallery-wrap .bx-viewport {
    height: 500px !important;
    min-height: 0;
  }
}
/** Mobile **/
@media screen and (max-width: 640px) {
  .site-header {
    height: 300px;
  }
  .site-header .heading-wrap {
    padding: 0 30px;
  }
  .site-header .heading-wrap > div span {
    font-size: 18px;
    display: block;
  }
  .site-header .heading-wrap > div span + span {
    margin-left: 0;
    margin-top: 10px;
  }
  .site-header .heading-wrap > div .button {
    margin-top: 20px;
  }
  .site-header h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .content-area .grid-container {
    padding: 30px;
  }

  .gallery-wrap .bx-viewport {
    height: 300px !important;
    min-height: 0;
  }
  .gallery-wrap .bx-prev,
  .gallery-wrap .bx-next {
    width: 24px;
    height: 44px;
    background-size: 24px auto;
  }
  .gallery-wrap .bx-prev {
    left: 15px;
  }
  .gallery-wrap .bx-prev:active {
    left: 14px;
  }
  .gallery-wrap .bx-next {
    right: 15px;
  }
  .gallery-wrap .bx-next:active {
    right: 14px;
  }
  .gallery-wrap .bx-pager {
    bottom: 25px;
  }

  .hs-firstname .input,
  .hs-email .input,
  .hs-are_you_a_realtor_opt .input {
    margin-right: 0 !important;
  }

  .hs-lastname .input,
  .hs-phone .input,
  .hs-are_you_working_with_a_real_estate_agent .input {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .hs-lastname > label,
  .hs-phone > label,
  .hs-are_you_working_with_a_real_estate_agent > label {
    margin-left: 0;
  }
}
/** Mobile **/
/** iPhone **/
@media screen and (max-width: 342px) {
  .site-header h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }
}

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