/*!
Theme Name: plate
Author: J
Version: 1.0.0
*/

@font-face {
  font-family: SourceSansProBlack;
  src: url(/wp-content/themes/plate/fonts/SourceSansPro-Black.ttf);
}

@font-face {
  font-family: SourceSansProRegular;
  src: url(/wp-content/themes/plate/fonts/SourceSansPro-Regular.ttf);
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	/* font-family: 'semplicitapro', 'Muli', helvetica, arial, sans-serif; */
	font-family: 'SourceSansProRegular', 'Muli', helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'SourceSansProBlack', 'burgess-regular', georgia, serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
h1{
	font-size: 40px;
	margin-bottom: 6px;
	letter-spacing: 2px;
}
h2{
	font-size: 40px;
	margin-bottom: 6px;
	letter-spacing: 2px;
}
h3{
	font-size: 22px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
h4{
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
p{
	margin: 0 0 10px 0;
}
a{
	color: #9caab8;
	text-decoration: none;
}
hr{
	border: none;
	border-top: 1px solid #b5b5b5;
}
.inner{
	margin: 0 auto;
	position: relative;
	display: block;
	max-width: 1140px;
}
.aligncenter{
	text-align: center;
}
#masthead{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 200;
	top: 0;
}
.site-branding{
	overflow: hidden;
	height: 108px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#masthead.scrolled-header .site-branding{
	height: 0;
}
#logo{
	width: 200px;
	height: auto;
	margin: 20px auto;
	padding: 0;
	position: relative;
	display: block;
}
.menu-toggle{
	display: none;
}
@media only screen and (min-width: 861px){
	/*
	.home #primary-menu{
		background: rgba(0,0,0,0.35);
		outline: 2px solid rgba(255,255,255,0.35);
	}
	.home #primary-menu li a{
		color: #fff;
	}
	.home #polylang-switch a{
		color: #fff;
	}
	*/
}
#primary-menu{
	list-style: none;
	background: rgba(255,255,255,0.65);
	text-align: center;
	padding: 8px 0 10px 0;
	margin: 0;
}

.scrolled-header #primary-menu {
	background: rgba(255,255,255,1);

}

#primary-menu li{
	display: inline-block;
}
#primary-menu li a{
	font-family: 'semplicitapro', 'Muli', helvetica, arial, sans-serif;
	padding: 6px 16px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
#primary-menu li a:hover{
	color: #7c8a98;
}
#primary-menu li.current_page_item a{
	/* background: rgba(255,255,255,0.65);	*/
	font-weight: bold;
}
#content{
	margin-top: -155px;
}

/* start */
#top-video{
	position: absolute;
	display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	height: 100%;
}
#top-video.swapped{
	height: auto;
	width: 100%;
}
.two-row{
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
}
.two-row .first{
	width: 50%;
	height: 100%;
	float: left;
	background: no-repeat center center #eee;
	background-size: cover;
	display: block;
	position: relative;
}
.two-row .second{
	width: 50%;
	height: 100%;
	float: right;
	background: #efefef;
	display: block;
	position: relative;
}
.left-area-shadow{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(transparent, #000);
	z-index: 1;
}
.left-area-text{
	position: absolute;
	max-width: 500px;
	left: 0;
	right: 0;
	bottom: 42px;
	padding: 0 30px;
	margin: 0 auto;
	text-align: center;
	text-transform: none;
	color: #fff;
	font-weight: 300;
	z-index: 2;
	line-height: 1.2;
}
.right-area-text{
	padding: 0 120px;
	font-size: 22px;
}
#instagram-feed{
	padding: 0px 0;
	width: 100%;
	max-width: 1244px;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: center;
}
#instagram-feed h3{
	margin-top: 68px;
	margin-bottom: -16px;
}
#instagram-feed #sb_instagram{
	padding-bottom: 0 !important;
}
#instagram-feed #sb_instagram #sbi_load{
	display: none;
}

/* page */
#top-img{
	width: 100%;
	min-height: 385px;
	height: auto;
	padding-top: 288px;
	padding-bottom: 58px;
	display: block;
	background: no-repeat center center #eee;
	background-size: cover;
	overflow: hidden;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-info{
	background: rgba(255,255,255,0.85);
	width: 604px;
	padding: 23px 40px 30px 40px;
	margin: 75px auto 0 auto;
	display: block;
	position: relative;
}
#main{
	max-width: 532px;
	margin: 42px auto;
	position: relative;
	display: block;
}
#first-text{
	/* font-size: 22px; */
}
#second-text{
	
}

/* Housing */
#housing{
	max-width: 1140px;
	position: relative;
	display: block;
	margin: 0 auto 42px auto;
}
#watch-filter{
    max-width: 1140px;
    padding: 30px 0;
    position: relative;
    display: block;
    margin: 0 auto 42px auto;
}
#filter{
    padding: 30px 0;
	position: relative;
	display: block;
}
#map{
	background: #e1e5e8;
	padding: 166px 0;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
#houses{
	margin-top: 30px;
	overflow: hidden;
}
.house{
	width: calc(48.5% - 34px);
	margin-right: 3%;
	margin-bottom: 30px;
	clear: left;
	float: left;
	padding: 16px;
	border: 1px solid #b5b5b5;
    cursor: pointer;
}
.house:nth-child(2n+2){
	margin-right: 0;
	clear: none;
}
.house .house-image{
	display: block;
	position: relative;
	width: 100%;
	height: 326px;
	background: no-repeat center center #ddd;
	background-size: cover;
}

.house .house-image .house-sold {
    background-color: rgba(255,255,255,.6);
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 64px;
	font-family: 'burgess-regular', georgia, serif;
    color: #333;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.house h3{
	margin: 16px 0;
}
.house h3 span{
	float: right;
}
.house hr{
	margin: 0 0 16px 0;
}
.house-details{
	font-size: 18px;
	width: 120px;
	float: right;
	padding-bottom: 16px;
	padding-left: 16px;
	margin-left: 16px;
	display: block;
	position: relative;
}
.house-details .separator{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 1px;
	height: 30px;
	background: #b5b5b5;
}
.house-details p{
	margin: 0;
}
.house .place{
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #787878;
}
.house .description{
	width: calc(100% - 102px);
}
#more-houses{
	background: #000;
	color: #fff;
	padding: 10px 0px;
	margin: 0 auto;
	display: block;
	position: relative;
	width: 136px;
	text-align: center;
	text-transform: uppercase;
}

/* Filter */
#filter-search{
	width: 62%;
	margin: 0 auto;
	display: block;
	position: relative;
}
#filter-search input[type="text"]{
	display: block;
	position: relative;
	font-size: 16px;
	padding: 0px 26px;
	border: none;
	background: #e1e5e8;
	outline: none !important;
	float: left;
	width: calc(100% - 119px);
	height: 51px;
}
#filter-search input[type="submit"]{
	display: block;
	position: relative;
	font-size: 16px;
	width: 67px;
	height: 51px;
	border: none;
	background: url('img/search.png') no-repeat center center #000;
	background-size: 35% auto;
	outline: none !important;
	float: left;
}

#filter-search .select2-container{
    display: block;
    position: relative;
    font-size: 16px;
    padding: 0px;
    border: none;
    background: #e1e5e8;
    outline: none !important;
    float: left;
    width: calc(100% - 119px) !important;
    min-height: 51px;
}

#filter-search .select2-selection {
    background: transparent;
    padding: 8px 0;
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
}

#filter-search .select2-selection__choice {
    border-radius: 0;
    background-color: #9ca9b7;
    color: #fff;
}

#filter-search .select2-selection__choice__remove {
    color: #fff;
}

#words{
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.word{
	background: url('img/cross.png') no-repeat center right 6px #9ca9b7;
	background-size: auto 50%;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 22px 3px 6px;
	margin: 0 10px 10px 0;
	font-size: 18px;
}
#filter-checkboxes{
	padding: 13px 16px;
	border: 1px solid #b1b1b1;
	display: block;
	position: relative;
	margin-top: 19px;
}
#filter-checkboxes label{
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
}
#filter-checkboxes input[type="checkbox"]{
	margin: 0 2px 0 0;
	opacity: 0;
}
#filter-checkboxes input[type="checkbox"] + span{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #fff;
	border: 1px solid #b1b1b1;
}
#filter-checkboxes input[type="checkbox"]:checked + span{
	background: #9ca9b7;
	border: 1px solid #9ca9b7;
}
#filter-from-to{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
#filter-from-to div.label{
	width: 18.35%;
	padding: 0 2% 0 0;
	float: left;
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
}
#filter-from-to div.label:last-child{
	padding-right: 0;
}
#filter-from-to div.label p{
	margin: 0;
}
#filter-from-to div.label input{
	width: 100%;
	height: 40px;
	text-align: center;
	display: block;
	position: relative;
	outline: none !important;
	font-size: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid #b1b1b1;
	margin-top: 6px;
}
#filter-from-to div.label input + input{
	margin-top: 12px;
}

#filter-from-to select {
    width: 100%;
    height: 42px;
    display: block;
    position: relative;
    outline: none !important;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid #b1b1b1;
    margin-top: 6px;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-left: calc(50% - 1em);
    color: #757575;
}

#filter-from-to select.selected {
    color: #000;
    padding-left: calc(50% - 0.5em);
}

#filter-from-to select.selected.long {
    padding-left: calc(50% - 1.2em);
}

#filter-from-to select.selected.superlong {
    padding-left: calc(50% - 2em);
}

#filter-from-to div.label select + select {
    margin-top: 12px;
    padding-left: calc(50% - 0.5em);
}

/* Single House */
.single-house-top-img{
	position: relative;
	display: block;
}

.single-house-top-img .house-sold {
    background-color: rgba(255,255,255,.6);
	position: relative;
	width: 100%;
	height: calc(100% + 324px);
	font-size: 64px;
    color: #333;
    
    margin-top: -324px;
    margin-bottom: -115px;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-self: flex-start;
}

.single-house-top-img .house-sold > span {
	font-family: 'burgess-regular', georgia, serif;
}

#single-house-more-images{
	width: 154px;
	height: auto;
	color: #000;
	background: rgba(255,255,255,0.3);
	border: 2px solid #000;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -77px;
	text-align: center;
	padding: 9px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
#single-house-more-images:hover{
	background: #000;
	color: #fff;
}


.single-house-small-images {
	width: 224px;
	height: auto;
	color: #000;
	background: rgba(255,255,255,0.3);
	border: 2px solid #000;
	text-align: center;
	padding: 9px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	margin: 10px auto;
	display: inline-block;
	cursor: pointer;
	clear: both;
}
.single-house-small-images:hover{
	background: #000;
	color: #fff;
}


#single-house-interested-link{
	width: 254px;
	height: auto;
	color: #000;
	background: rgba(255,255,255,0.3);
	border: 2px solid #000;
	bottom: -40px;
	left: 0;
	text-align: center;
	padding: 9px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
#single-house-interested-link:hover{
	background: #000;
	color: #fff;
}
#single-house-details{
	padding: 50px 0 80px 0;
	background: #fff;
}
#single-house-broker{
	padding: 10px;
	border: 1px solid #000;
}
#single-house-broker-img{
	width: 100%;
	height: 322px;
	position: relative;
	display: block;
	background: no-repeat center center;
	background-size: cover;
}
#single-house-broker h3{
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #aaa;
	margin-bottom: 18px;
}
#single-house-broker p{
	font-size: 15px;
}
#single-house-broker p.title{
	color: #aaa;
}
.location{
	color: #777;
	font-size: 22px;
	margin-bottom: 33px;
}
.detail{
	width: 50%;
	min-height: 80px;
	float: left;
}
.detail-title{
	font-size: 18px;
	color: #777;
	margin: 0;
}
.detail-info{
	font-size: 22px;
	margin: 0;
}
#single-house-about{
	background: #efefef;
	padding: 37px 0 50px 0;
	width: 100%;
	position: relative;
	display: block;
}
#single-house-about .inner *{
	max-width: 850px;
}
#single-house-images{
	padding: 50px 0 80px 0;
}
#the-images{
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 22px;
}
.single-house-img{
	float: left;
	position: relative;
	display: block;
	background: no-repeat center center;
	background-size: cover;
	margin-bottom: 33px;
    cursor: pointer;
}
#the-images .single-house-img:nth-child(1){
	width: 48.5%;
	margin-right: 3%;
}
#the-images .single-house-img:nth-child(2){
	width: 48.5%;
}

#the-floorplans .single-house-img:nth-child(1){
    width: 31.333%;
    margin-right: 3%;
}
#the-floorplans .single-house-img:nth-child(2){
    width: 31.333%;
    margin-right: 3%;
}

#the-floorplans .single-house-img:nth-child(3){
    width: 31.333%;
    margin-right: 0;
    clear: none;
}

.yt-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

.yt-video iframe,
.yt-video object,
.yt-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.single-house-img:nth-child(3n+3){
    clear: left;
}

.single-house-img:nth-child(3n+3),
.single-house-img:nth-child(3n+4){
	width: 31.333%;
	margin-right: 3%;
}
.single-house-img:nth-child(3n+5){
	width: 31.333%;	
}

.large-images .single-house-img {
	float: none;
	width: 100% !important;
}

#single-house-load-more-images{
	width: 154px;
	height: auto;
	color: #000;
	background: rgba(255,255,255,0.3);
	border: 2px solid #000;
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -77px;
	text-align: center;
	padding: 9px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
#single-house-load-more-images:hover{
	background: #000;
	color: #fff;
}
#single-house-facts{
	padding: 50px 0;
	background: #e1e5ea;
}
#single-house-facts-map{
	height: 356px;
	width: 100%;
	position: relative;
	display: block;
	background: #ccc;
	margin-top: 33px;
}
#single-house-contact{
	padding: 50px 0;
	background: #efefef;
}
.single-house-row{
	overflow: hidden;
	position: relative;
	display: block;
}
.single-house-row-left{
	width: calc(100% - 377px);
	padding-right: 33px;
	float: left;
	position: relative;
	display: block;
}
.single-house-row-right{
	width: 344px;
	float: right;
	position: relative;
	display: block;
}
#floor-plan{
	width: 100%;
	height: auto;
    cursor: pointer;
}

/* Guide */
#guide{
	max-width: 792px;
	margin: 42px auto 42px auto;
	position: relative;
	display: block;
}
#guide-content{
	padding-bottom: 100px;
}
#tips{
	
}
.tip{
	background: #efefef;
	padding: 40px 40px 0 40px;
	margin-bottom: 120px;
	display: block;
	position: relative;
}
.tip h3{
	font-size: 30px;
}
.tip-image{
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -60px;
	height: 120px;
	width: 120px;
	background: no-repeat center center #9baab8;
	background-size: cover;
	border-radius: 100px;
}
.tip-text{
	text-align: center;
	font-size: 18px;
	max-height: 140px;
	overflow: hidden;
}
.tip-bottom{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.open-tip{
	padding-bottom: 42px;
}
.open-tip .tip-text{
	max-height: none;
}
.open-tip .tip-bottom{
	display: none;
}

/* Contact */
#contact{
	padding: 42px 0;
}
#team{
	max-width: 1140px;
	margin: 16px auto 0 auto;
	position: relative;
	display: block;
	overflow: hidden;
}
.team{
	width: calc(48.5% - 34px);
	margin-right: 3%;
	margin-bottom: 30px;
	clear: left;
	float: left;
	padding: 16px;
	border: 1px solid #b5b5b5;
}
.team:nth-child(2n+2){
	margin-right: 0;
	clear: none;
}
.team .team-image{
	display: block;
	position: relative;
	width: 100%;
	height: 519px;
	background: no-repeat center center #ddd;
	background-size: cover;
}
.team h3{
	margin: 16px 0;
}
.team h3 span{
	float: right;
}
.team hr{
	margin: 0 0 16px 0;
}
.team-details{
	font-size: 18px;
	width: 294px;
	float: right;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-left: 16px;
	display: block;
	position: relative;
}
.team-details .separator{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 1px;
	height: 26px;
	background: #b5b5b5;
}
.team-details p{
	margin: 0;
}
.team .position{
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #787878;
}
.team .description{
	width: calc(100% - 102px);
}
.team .team-read-more{
	display: block;
	position: relative;
	padding-top: 10px;
	color: #787878;
	cursor: pointer;
}
.team-more{
	display: none;
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 16px;
}
.team a{
	color: #787878;
}

div.wpcf7[role="form"]{
	width: 100%;
	padding: 42px 0;
	display: block;
	position: relative;
	background: #efefef;
}
.wpcf7-form{
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.wpcf7-form label{
	width: 44%;
	float: left;
	display: block;
	margin: 0 3% 26px 3%;
}
span.wpcf7-list-item{
	margin: 0 0 0 0;
	width: 50%;
	text-align: center;
}
.wpcf7-list-item label{
	width: 100%;
	margin: 0;
	float: none;
}
.wpcf7-form input{
	border: none;
	font-size: 16px;
	padding: 16px 26px;
	width: calc( 100% - 52px );
	outline: none !important;
}
.wpcf7-form input[type="submit"]{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	width: 200px;
	margin: 16px auto 0 auto;
	position: relative;
	display: block;
}
.wpcf7-form input[type="radio"]{
	width: 16px;
	height: 16px;
	padding: 0;
}
.wpcf7-form textarea{
	border: none;
	font-size: 16px;
	padding: 16px 26px;
	width: calc( 94% - 52px );
	outline: none !important;
	margin: 0 auto;
	display: block;
	position: relative;
}
.wpcf7-radio{
	width: 94%;
	display: block;
	position: relative;
	margin: 26px auto 6px auto;
}
.wpcf7-form-control-wrap.your-message{
	clear: both;
	display: block;
	position: relative;
}
div.wpcf7-response-output{
	padding: 10px 16px;
	background: #fff;
}

/* footer */
#footer{
	max-width: 1140px;
	margin: 42px auto 0 auto;
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 26px;
}
#footer-social{
	text-align: center;
}
#footer-social a{
	width: 60px;
	height: 60px;
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 50px;
	background: no-repeat center center transparent;
	background-size: auto 50%;
	margin: 0 13px 16px 13px;
}
#footer-social #instagram{
	background-image: url('img/instagram.png');
}
#footer-social #facebook{
	background-image: url('img/facebook.png');
}
#footer-social #youtube{
	background-image: url('img/youtube.png');
}
#footer-logo{
	width: 280px;
	height: auto;
	margin-top: 26px;
	position: relative;
	display: block;
	float: left;
}
#footer-logo-img{
	width: 140px;
	height: auto;
	margin-bottom: 26px;
	position: relative;
	display: block;
}
#footer-row{
	margin: 26px 0;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.footer-block{
	width: 28%;
	height: auto;
	position: relative;
	display: block;
	background: no-repeat center center #efefef;
	background-size: cover;
	float: left;
	text-decoration: none;
	color: #000;
}
.footer-block:nth-child(2){
	margin: 0 8%;
}
.footer-block p{
	margin: 0 auto;
	padding: 74px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'burgess-regular', georgia, serif;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.footer-block p span{
	background: rgba(255,255,255,0.9);
	padding: 5px 10px 4px 10px;
}
#footer-contact{
	width: 319px;
	margin-top: 22px;
	float: right;
	display: block;
	position: relative;
}
#footer-menu{
	width: 319px;
	margin: 29px auto 0 auto;
	display: block;
	position: relative;
}
#footer-menu a{
	text-decoration: underline;
	color: #000;
	display: block;
	position: relative;
	margin-bottom: 6px;
}

/* Polylang */
#site-navigation{position:relative;}
#polylang-switch{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 20px;
	top: 8px;
	list-style: none;
	display: block;
}
#polylang-switch .current-lang{
	display: none;
}
#polylang-switch a{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
}

/* instagram */
.sb_instagram_header{
	display: none;
}

/* */

@media only screen and (max-width: 860px) {
	h1, h2{
		font-size: 28px;
	}
	#content{
		margin-top: 0;
	}
	#masthead{
		position: absolute;
		width: 100%;
		height: 64px;
		top: 0;
		left: 0;
		right: 0;
	}
    #logo{
	    max-width: 40%;
	    margin: 26px auto 0 auto;
	    padding: 0;
	    float: none;
    }
    .menu-toggle{
	    display: block;
	    float: right;
	    margin: 26px 26px 0 0;
	    margin: -73px 26px 0 0;
	    padding: 0;
	    border: none;
	    outline: none !important;
	    background: transparent;
    }
    .menu-toggle img{
	    width: 32px;
	    height: 26px;
    }
    #primary-menu{
	    background: none;
	    display: none;
	    z-index: 500;
	    position: absolute;
	    width: 100%;
	    padding: 0;
	    top: 64px;
	    top: 0;
	    left: 0;
	    right: 0;
	    border-bottom: 4px solid #efefef;
	    background: #fff;
    }
    #site-navigation.toggled #primary-menu,
	#primary-menu[aria-expanded="true"]{
	    display: block;
    }
	#primary-menu ul{
		padding: 0;
	}
    #primary-menu li{
	    display: block;
	    position: relative;
	    width: 100%;
	    border-top: 1px solid #efefef;
    }
    #primary-menu li a{
	    display: block;
	    position: relative;
	    width: 100%;
	    background: #fff;
	    padding: 16px 0;
	    font-size: 16px;	    
    }
    #primary-menu li.current_page_item a{
	    background: #fff;
	    font-weight: 900;
    }
	#primary-menu .current-lang{
		display: none !important;
	}
    .top-info{
	    margin: 0px auto;
	    display: block;
	    position: relative;
	    max-width: calc( 100% - 52px - 56px );
    }
    #top-img{
	    padding-top: 20px;
	    min-height: 0;
	    /*height: auto !important;
    }
    .home #top-img{
	    /*height: 300px !important;*/
    }
    #main{
	    width: calc( 100% - 52px );
    }
    .footer-block{
	    width: calc( 100% - 52px );
	    float: none;
	    margin: 0 auto;	    
    }
    .footer-block:nth-child(2){
	    margin: 16px auto;
    }
    #footer-logo{
	    margin: 42px auto 16px auto;
	    float: none;
    }
    #footer-contact{
	    width: calc( 100% - 52px );
	    float: none;
	    text-align: left;
	    margin: 30px auto;
    }
    #footer-menu{
	    text-align: center;
	    width: 100%;
	    margin: 0;
	    float: none;
    }
    #tips{
	    margin: 0 auto;
	    width: calc( 100% - 52px );
    }
    .tip-text{
	    line-height: 1.6;
    }
    .tip h3{
	    font-size: 22px;
    }
    .tip-bottom-container{
	    width: 100%;
	    height: 70px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    overflow: hidden;
	    position: absolute;
    }
    .tip-bottom{
	    width: 200%;
	    left: -50%;
    }
    
    #team{
	    margin: 0 auto;
	    width: calc( 100% - 52px );
    }
    .team{
	    width: calc( 100% - 34px );
	    float: none;
	    margin: 0 0 30px 0;
    }
    .team-details{
	    padding: 0;
	    margin: 0;
	    border: none !important;
	    width: 100%;
	    position: relative;
	    display: block;
	    clear: both;
    }
    .position{
	    width: 100%;
	    position: relative;
	    display: block;
	    margin: 0 0 0 0;
	    padding: 6px 0 0 0;
	    clear: both;
    }
    .team-details .separator{
	    display: none;
    }
    .two-row{
	    height: auto !important;
    }
    .left-area-shadow{
	    height: 65%;
    }
    .two-row .first,
    .two-row .second{
	    margin: 0;
	    width: 100%;
	    float: none;
	    display: block;
	    position: relative;
    }
    .two-row .first{
	    height: 500px;
    }
    .two-row .second{
	    height: auto;
	    padding: 42px 0;	    
    }
    .right-area-text{
	    padding: 0 26px;
	    text-align: center;
    }
    #filter-toggle{
	    display: block;
	    position: relative;
	    width: 84%;
	    height: 52px;
	    background: #eee;
		margin: 16px auto;
		font-family: 'Muli';
		font-size: 13px;
		letter-spacing: 1px;
		border: 1px solid #b5b5b5;
    }
    #filter-search{
	    width: 84%;
    }
    #filter-checkboxes label{
	    padding: 0 0 16px 0;
	    width: 100%;
    }
    #filter-checkboxes{
	    max-width: calc(84% - 32px);
	    margin: 16px auto 0 auto;
    }
    #filter-from-to{
	    width: 84%;
	    margin: 26px auto;
    }
    #filter-from-to div.label{
	    width: 46%;
	    padding: 0 0 26px 0;
    }
    #filter-from-to div.label:nth-child(2n+1){
		margin-right: 7.5%;	    
    }
    #filter-search .select2-container{
    width: calc(100% - 67px) !important;
    }
    #houses{
	    width: 84%;
	    margin: 26px auto;
	    position: relative;
	    display: block;
    }
    .house{
	    margin: 0 0 16px 0;
	    width: calc(100% - 34px);
    }
    .house hr{
	    clear: both;
    }
    .house h3,
    .house h3 span{
	    text-align: center;
	    float: none;
	    display: block;
    }
    .house-details{
	    width: calc(50% - 16px);
    }
    .house-details p{
		width: 50%;
		float: left;
		margin-bottom: 6px;    
    }
    .house .place{
	    font-size: 14px;
    }
    
    /* */
    .single-house-row-left{
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    overflow: hidden;
    }
    .single-house-row-right{
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	    padding: 0;	    
    }
    #single-house-about{
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	    padding: 37px 5%;	 	    
    }
    #single-house-facts #the-floorplans .single-house-img{
	    width: 90% !important;
	    float: none;
	    margin: 0 auto 10px auto;
	    padding: 0;
    }
    #single-house-images #the-images .single-house-img{
	    width: 90% !important;
	    float: none;
	    margin: 0 auto 10px auto;
	    padding: 0;
    }
    
    .yt-video iframe,
    .yt-video object,
    .yt-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 90%;
        margin-left: 5%;
    }

    
    #single-house-load-more-images{
	    bottom: -49px;
    }
    .detail {
	    width: 100%;
	    min-height: 68px;
    }
    .wpcf7 .wpcf7-list-item{
	    width: 100%;
	    margin-bottom: 10px;
    }
    
    .house-details{
	    width: 100%;
    }
   .house .place{
	    width: 100%;
    }
    .house .description{
	    width: 100%;
    }
    .house-details .separator{
	    display: none;
    }
    .house h3{
	    width: 100%;
	    text-align: center;
    }
    .house h3 span{
	    float: none;
	    display: block;
    }
    #footer-logo{
	    width: calc(100% - 52px);
    }
    #footer-logo p{
	    display: none;
    }
    img#footer-logo-img{
	    width: 160px !important;
    }
    #footer-menu{
	    display: block;
	    position: relative;
	    width: calc(100% - 52px);
	    margin: 0 auto;
	    overflow: hidden;
    }
    #footer-menu a{
	    display: block;
	    width: 50%;
	    float: left;
	    text-align: left;
	    padding-bottom: 6px;
    }
    /*
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
	    width: 50%;
	    padding: 8px !important;
    } */
}

@font-face {
    font-family: 'burgess-regular';
    src: url('burgess-regular.eot');
    src: url('burgess-regular.eot?#iefix') format('embedded-opentype'),
         url('burgess-regular.woff') format('woff'),
         url('burgess-regular.woff2') format('woff2'),
         url('burgess-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
#primary-menu{
	padding-top: 9px;
	padding-bottom: 10px;
}
#primary-menu li a{
	font-size: 15px;
}
#polylang-switch{
	top: 10.5px;
}
#polylang-switch a{
	font-size: 15px;
}
