@font-face {
  font-family: "Bebas Neue";
  src: url("BebasNeue-Regular.eot") format('eot'),
  	   url("BebasNeue-Regular.otf") format('otf'),
  	   url("BebasNeue-Regular.svg") format('svg'),
  	   url("BebasNeue-Regular.ttf") format('ttf'),
  	   url("BebasNeue-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 62.5%;
}
body {
	
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    overflow-x: hidden;
}
h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 6rem;
	line-height: 0.8em;
}
h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 4.3rem;
}
p {
	margin: 1rem 0;
	
    line-height: 2.8rem;
    font-size: 1.7rem;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	display: inline-block;
}
a:hover, a:active, a:visited{
	text-decoration: none;
}
button{
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
}
button:hover, button:active, button:focus{
	outline: none;
}
main{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
main.side{
	-webkit-transform: translateX(50rem);
	    -ms-transform: translateX(50rem);
	        transform: translateX(50rem);
}
.overview-area{
	
}
.overview-content {
	font-family: "Bebas Neue", sans-serif;
}
.overview-top{
    background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.overview-top:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: -webkit-gradient(left top,left bottom,color-stop(0%,transparent),color-stop(19%,transparent),color-stop(60%,rgba(0,0,0,0.39)),color-stop(100%,rgba(0,0,0,0.77)));
    background: -webkit-linear-gradient(top,transparent 0%,transparent 19%,rgba(0,0,0,0.39) 60%,rgba(0,0,0,0.77) 100%);
    background: -o-linear-gradient(top,transparent 0%,transparent 19%,rgba(0,0,0,0.39) 60%,rgba(0,0,0,0.77) 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),color-stop(19%, rgba(0,0,0,0)),color-stop(60%, rgba(0,0,0,0.39)),to(rgba(0,0,0,0.77)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.39) 60%,rgba(0,0,0,0.77) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.39) 60%,rgba(0,0,0,0.77) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.39) 60%,rgba(0,0,0,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}
.overview-top > .row{
	min-height: calc(700px - 64px);
	height: calc(100vh - 64px);
}
.overview-top-left{
	position: relative;
}
.overview-top-left:after{
	content: "";
	top: 0;
	right: 0;
	bottom: -100%;
	width: 1px;
	position: absolute;
	background: #fff;
}
.overview-left-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: calc(100% - 7.2rem);
}
.overview-top-left a.scroll{
	-webkit-transform: translate(-50%, 6.5rem);
	    -ms-transform: translate(-50%, 6.5rem);
	        transform: translate(-50%, 6.5rem);
    position: relative;
    z-index: 1;
    margin-left: 50%;
}
.overview-top-left i{
	color: #fff;
    font-size: 6rem;
}
.logo{
	display: block;
	position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.4);
    padding: 10px;
}
.logo img{
	/*margin: 0.8rem 0 0.3rem;*/
    max-width: 19rem;
    max-height: 12rem;
}
.overview-top-right{
	padding-right: 3rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.overview-top-right h2{
	font-size: 8rem;
	margin: 0 0 3.3rem;
}

.spl-sold-tag {
	display: none;
	pointer-events: all; 
	float: right;
	background: red;
	color: white;
	font-size: 30px;
	font-weight: bold;
	position: fixed;
	top: 100px;
	right: 0;
	padding: 5px;
	padding-right: 25px;
	border-radius: 26px 0 0 25px;
	padding-left: 25px;
	box-shadow: 0 4px 5px 0px #555;
	z-index: 200;
}
.spl-sold-tag:hover {
    background-color: #ff4141;
    cursor: pointer;
    box-shadow: 0 2px 6px #111;
    font-size: 29px;
}

.address-top{
	font-family: "Bebas Neue", sans-serif;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	    -ms-transform: rotate(-90deg) translateY(-50%);
	        transform: rotate(-90deg) translateY(-50%);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    margin-bottom: 37rem;
    width: 1000px;
}
.address-top h2{
	font-size: 8rem;
}
.address-top p{
	font-size: 3.5rem;
	opacity: 0.5;
	text-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.2);
	margin-left: 0.4rem;
}
.features{
	margin: 0 0 7rem;
}
.features p{
	font-size: 5rem;
	text-align: right;
	margin: 0 0 2.4rem;
}
.top-space{
	min-height: 10rem;
	height: calc(68vh - 15rem);
	display: block;
}
.hs-price{
	text-align: right;
}
.navigation-menu{
	font-family: "Bebas Neue", sans-serif;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fridge .navigation-menu{
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}
.navigation-menu ul{
	overflow: hidden;
	float: right;
}
.navigation-menu ul li{
	float: left;
	border-right: 1px solid #fff;
}
.navigation-menu ul li:last-child{
	border-right: none;
}
.navigation-menu ul li a{
	text-transform: uppercase;
    padding: 1.8rem 2rem;
    color: #fff;
    font-size: 2rem;
}
.address-bottom{
	background: #fff;
}
.fridge .address-bottom{
	position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 1;
}
.address-bottom-inner{
	border-bottom: 1px solid #000;
	overflow: hidden;
	margin: 0 1rem;
}
.address-bottom-left{
	float: left;
	margin: 8px 0 0;
}
.address-bottom button{
	float: left;
	padding: 1.4rem 1.1rem;
}
.hamburger button{
    height: 1.4rem;
}
.icon-bar{
	display: block;
    width: 3.5rem;
    height: 0.3rem;
    border-radius: 1px;
    background-color: #000;
}
.icon-bar + .icon-bar {
    margin-top: 0.4rem;
}
.address{
	font-family: "Bebas Neue", sans-serif;
	float: left;
}
.address span{
	display: block;
	line-height: 1em;
}
.street{
	font-size: 3rem;
}
.additional-address {
    font-size: 2rem;
    color: #999;
    margin-top: -0.3rem;
}
.property-description{
	margin: 5.2rem 0 0;
}
.property-description p{
	font-family: "Roboto", sans-serif;
}
.flyer-link{
	margin: 3.5rem 0 5rem;
}
.flyer-link img{
	width: 2.2rem;
    height: 3rem;
    float: left;
    margin-right: 0.9rem;
}
.flyer-link span{
	line-height: 1.9rem;
    display: inline-block;
    padding-top: 0.6rem;
    font-size: 1.6rem;
    color: #222;
    font-family: "Roboto", sans-serif;
}
.side-navigation-menu{
	font-family: "Bebas Neue", sans-serif;
	width: 50rem;
	position: fixed;
	top: 0;
	left: 0;
	background: #020F17;
	bottom: 0;
	-webkit-transform: translateX(-50rem);
	    -ms-transform: translateX(-50rem);
	        transform: translateX(-50rem);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 1rem;
}
.side + .side-navigation-menu{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.menu-close{
	color: #fff;
	position: absolute;
	top: 1rem;
    right: 1rem;
}
.menu-close i{
	font-size: 6rem;
}
.side-navigation-menu ul{
	margin: 4.5rem 0;
}
.side-navigation-menu ul li a{
	color: #fff;
	font-size: 4rem;
	padding-left: 4rem;
	margin: 0 0 2rem;
}
.fade-body{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.navigation-menu-bottom{
    float: right;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fridge .navigation-menu-bottom{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.navigation-menu-bottom ul li{
	border-color: #000;
}
.navigation-menu-bottom ul li a {
    color: #000;
}
.tour-area{
	margin: 0 0 4.5rem;
}
.tour-inner{
	max-width: 92rem;
	margin: 0 auto;
}
.section-title{
	position: relative;
	margin: 0 0 4.7rem;
}
.section-title span{
	display: table;
	background: #fff;
	padding: 1rem;
	margin-left: 1.5rem;
}
.container .section-title span{
	margin-left: 0;	
}
.section-title:after{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	z-index: -1;
	background: #000;

}
.video-area{
	margin: 0 0 5rem;
}
.vimeo-video{
	max-width: 92rem;
	background: #000;
	margin: 0 auto;
}
.gallery-area{
	margin: 0 0 3rem;
}
.gallery-area .section-title{
	margin: 0 0 3.2rem;
}
.grid{
	overflow: hidden;
}
.grid-item {
  float: left;
  width: 20%;
  height: 15rem;
  background: #e6e5e4;
  border: 0.2rem solid #fff;
  cursor: pointer;
}
.grid-item img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.grid-item--width2 { width: 40%; }
.grid-item--height2 { height: 30rem; }
.grid-item--up1 {
	margin-top: -15rem;
}
.grid-item-right-2{
	margin-left: 40%;
}
.single-gallery-image{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	padding: 1rem;
	display: none;
}
.close-gallery{
	position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    opacity: 0.5;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(0,0,0,0.3);
	color: #fff;
	opacity: 0.7;
}
.close-gallery:hover{
	opacity: 1;
}
.close-gallery i{
	font-size: 2.7rem;
}
.close-gallery:hover{
	opacity: 1;
}
.owl-carousel .owl-item img{
	display: block;
    width: 100%;
    height: calc(100vh - 8rem);
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 3rem;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(0,0,0,0.3);
	opacity: 0.7;
	color: #fff;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	opacity: 1;
	background: rgba(0,0,0,0.3);
}
.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}
.owl-carousel .owl-nav button.owl-next{
	right: 0;
}
.map-area{
	margin: 0 0 2.7rem;
}
.map-area iframe{
	max-width: 100%;
}
.contact-area{
	padding: 0 0 50px;
}
.contact-area .section-title {
    margin: 0 0 3.2rem;
}
.all-agent{
	overflow: hidden;
}
.single-agent{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
    float: left;
}
.agentheadshot{
	float: left;
    margin-right: 2.8rem;
}
.agentheadshot a img{
	height: 25rem;
    width: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.agent-right{
	float: left;
	font-family: "Bebas Neue", sans-serif;
}
.agent-right h3{
	font-size: 5rem;
	color: #000;
	font-weight: bold;
	line-height: 1em;
}
.agent-right h4{
	font-size: 2.2rem;
	color: #000;
    /* line-height: 1em; */
    margin: 0;
}
.agent-right a{
	display: block;
	font-size: 2.2rem;
	color: #000;
}
.agent-right span{
	display: block;
}
.agent-right span a{
	float: left;
	font-size: 1.5rem;
	font-weight: bold;
}
.agentlogo a img{
	max-height: 10rem;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 0 1.5rem;
}

.phone-span {
	clear: both;
	font-size: 2.2rem;
	line-height: 1;
}
.agentphone {
	font-size: 2.2rem!important;
}

.line{
	display: inline-block;
	float: left;
	font-size: 1.5rem;
	color: #777;
	margin: 0 0.4rem;
}
.contact-header{
	position: relative;
}
.social-share {
	position: absolute;
    top: 50%;
    right: 20px;
    background: #fff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.jssocials-share {
    margin: 0;
}
.jssocials-share-link {
    padding: 10px 15px;
}
.jssocials-share .jssocials-share-link{
	background: transparent;
	color: #1f1f1f;
}
.jssocials-share .jssocials-share-link:hover{
	color: #fff;
}
.jssocials-share-pdf .jssocials-share-link:hover{
	background: #D3241B;
}
.form-area{
	padding: 0 0 60px;
}
.form-area form{
	padding: 0 25px;
}
.form-area input,
.form-area textarea{
	background: transparent;
    border: 0;
    border: 1px solid #aaa;
    font-size: 27px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}
.form-area input{
	height: 58px;
}
.form-area textarea{
	height: 204px;
}
.btn{
	margin: 0 auto;
	background-color: #000;
    display: block;
    color: #FFF;
    border-radius: 0;
    font-size: 26px;
    border: 0;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.form-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	text-align: left;
}
.disclaimer{
	text-align: center;
    margin: 0 0 4rem;
}
.disclaimer p{
	font-family: "Roboto", sans-serif;
}
.footer-area{
	background: #eee;
	padding: 3.8rem 0 3.3rem;
}
.footer-area a{
	
}
.footer-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.footer-logo {
    margin: 0 0 0.3rem;
}
.footer-logo img{
	max-width: 20rem;
}
.footer-menu{
	overflow: hidden;
}
.footer-menu li{
	margin: 0 0.2rem;
	text-align: center;
}
.footer-menu li:first-child{
	margin: 0 0 10px;
}
.footer-menu li a{
	color: #000;
	font-family: "Roboto", sans-serif;
}
.footer-menu li:last-child a{
	color: #478FCB;
}

@media only screen and (max-width: 1199px) {
.vimeo-video, .tour-inner {
    max-width: 75rem;
}
.agentheadshot {
    margin-right: 2.2rem;
}
.agentheadshot a img {
    height: 22rem;
    width: 22rem;
}
.agentlogo a img {
    max-height: 8rem;
}
.agent-right h3 {
    font-size: 3.6rem;
}
}

@media only screen and (max-width: 991px) {
.container{
	max-width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
main.side {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.logo img {
    /*margin: 0.8rem 0 0.3rem;*/
    max-width: 15rem;
}
.overview-top-right h2 {
    margin: 0 0 2.3rem;
}
.side-navigation-menu {
	font-family: "Bebas Neue", sans-serif;
    width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.navigation-menu ul li a {
    padding: 1.6rem 1.8rem;
    font-size: 1.8rem;
}
.navigation-menu-bottom ul li a {
    padding: 1.8rem 1.5rem;
}
.property-description p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.vimeo-video, .tour-inner {
    width: 83%;
}
.single-agent{
	width: 100%;
	margin: 0 0 65px;
}
.single-agent:last-child{
	margin: 0;
}
.disclaimer p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
}

@media only screen and (min-width: 768px){
	.btn{
		margin-left: 20px;
	}
	
}

@media only screen and (max-width: 767px){
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.container .section-title span {
    margin-left: 1.5rem; 
}
.overview-top > .row {
    height: auto;
}
.overview-left-inner{
	height: calc(100vh - 118px);
    min-height: 521px;
}
.overview-top-right h2 {
    margin: 7rem 0 2.3rem;
}
.address-top {
    margin-bottom: 34rem;
    width: 900px;
}
.overview-top-left a.scroll {
    -webkit-transform: translate(-50%, 2.5rem);
        -ms-transform: translate(-50%, 2.5rem);
            transform: translate(-50%, 2.5rem);
}
.top-space {
    height: 15rem;
}
.navigation-menu{
	display: none;
}
.address-bottom-left {
    margin: 8px 0;
}
.side-navigation-menu ul li a {
    margin: 0 0 1.5rem;
}
.property-description {
    margin: 4rem 0 0;
}
.flyer-link {
    margin: 2.5rem 0 4rem;
}
.section-title {
    margin: 0 0 2.7rem;
}
.vimeo-video, .tour-inner {
    width: 100%;
}
.grid-item {
  width: 50%;
  height: 25rem;
  margin: 0;
}
.single-agent{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
.agent-right span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.agentheadshot{
	float: none;
	margin: 0;
}
.agent-right{
	float: none;
    margin: 1.5rem 0 0;
}
.form-area textarea {
    margin: 0 0 50px;
}
.social-share {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -20px 0 20px;
}
}
@media only screen and (max-width: 575px) {
.section-title {
    margin: 0 0 2rem;
}
.grid-item {
    height: 17rem;
}
.tour-area {
    margin: 0 0 2.5rem;
}
.footer-menu {
    text-align: center;
}
.footer-menu li {
    float: none;
    margin: 0.5rem 0.2rem;
}
.footer-menu li span{
	display: none;
}
}
@media only screen and (max-width: 500px) {
}