@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic.eot');
    src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
         url('../fonts/Lato-BoldItalic.woff') format('woff'),
         url('../fonts/Lato-BoldItalic.ttf') format('truetype')/*,
         url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg')*/;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Bold.woff2') format('woff2'),
         url('../fonts/Lato-Bold.woff') format('woff'),
         url('../fonts/Lato-Bold.ttf') format('truetype')/*,
         url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg')*/;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Medium.woff2') format('woff2'),
         url('../fonts/Lato-Medium.woff') format('woff'),
         url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-size: 14px;
	line-height: 20px;
	color: #3b3d3f;
	font-family: 'open_sansregular';
}
.home-odd, .home-odd a:hover,  
.home-odd .featured-content .entry-title a, 
.home-odd .widget-title {
    color: #3b3d3f;
}
.home-odd h1, .home-odd h2, .home-odd h3, 
.home-odd h4, .home-odd h5, .home-odd h6{
	color: #959ea4;
}
.site-inner, 
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media all and (min-width: 1200px){
	.site-inner, 
	.wrap {
	    width: 1170px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px){
	.site-inner, 
	.wrap {
	    width: 970px;
	}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.site-inner, 
	.wrap {
	    width: 750px;
	}
}

/**===========================
*** Site Header Top
============================**/
.header-top-bar{
	/*background: #959ea4;*/
	background: #343333;
	padding: 23px 0 20px;
	color: #fff;
}
.phone-number{
	font-size: 18px;
	font-family: 'Lato-Medium';
}
.phone-number i,
.social-lists li a{
	border: 2px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
}
.phone-number i{
    line-height: 26px;
    font-size: 15px;
    margin-right: 20px;
}
.social-lists{
	list-style-type: none;
}
.social-lists li{
	display: inline-block;
	float: left;
	padding: 0 5px;
}
.social-lists li a{
	display: block;
	/*font-size: 0px;*/
	color: #fff;
}
.social-lists li a i{
	font-size: 14px;
	line-height: 26px;
}
.social-lists li:nth-child(3) a i{
	font-weight: bold;
}

/**===========================
*** Site Header
============================**/
.admin-bar .site-header {
    top: 0;
}
.site-header{
    position: relative;
    margin-bottom: 0px;
    padding: 40px 0 45px;
    background: #777163;
    position: relative;
    z-index: 10;
}
.site-header:after{
	content: '';
	background: url(../images/header-bottom-shadow.png) bottom left repeat-x;
	height: 17px;
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
}
.site-header .wrap{
	padding: 0;
}
.title-area {
    width: 25%;
}
@media all and (min-width: 992px){
	.header-image .site-title > a {
	    height: 103px;
	}
	.home-banner img{
		min-height: 600px;
	}
}
.site-header .widget-area {
    width: 75%;
}
.home-banner img{
		width: 100%;
}
.site-header .genesis-nav-menu{
    letter-spacing: 0px;
    margin: 40px 0 0;
}
.site-header .genesis-nav-menu > li{
	padding-left: 30px;
}
.site-header .genesis-nav-menu li a{
	padding: 0 0 10px;
	/*color: #848b96;*/
	color: #343333;
	font-size: 18px;
	border-bottom: 6px solid transparent;
	font-family: 'latoblack';
	text-decoration: none;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.site-header .widget-area a:hover{
    /*color: #959ea4;*/
    color: #343333;
}
.site-header .genesis-nav-menu .current-menu-item > a{
	/*border-color: #c5c2ae;*/
	border-color: #fcd73b;
}
.site-header #menu-main-menu li.menu-item-object-custom > a:hover{
	/*color: #3b3d3f;
	font-family: 'Lato-BoldItalic';*/
}

/**===========================
*** Classes
============================**/
.text-center,
.big-button,
button{text-align: center;}
.text-uppercase,
button,
.big-button{text-transform: uppercase;}

.big-button,
.big-button:hover,
.big-button:visited,
.big-button:focus,
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.button:hover,
button:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
.button:focus,
.footer-widgets a.button, .footer-widgets button, 
.footer-widgets input[type="button"], .footer-widgets input[type="reset"], 
.footer-widgets input[type="submit"], .home-even a.button, .home-odd a.button,
.footer-widgets a.button, .footer-widgets button, .footer-widgets input[type="button"], 
.footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .home-odd a.button,
.footer-widgets a.button:hover, .footer-widgets button:hover, 
.footer-widgets input[type="reset"]:hover, 
.home-even a.button:hover, .home-odd a.button:hover,
.footer-widgets a.button:hover, .footer-widgets button:hover, .footer-widgets input[type="button"]:hover, 
.footer-widgets input[type="reset"]:hover, .footer-widgets input[type="submit"]:hover, .home-odd a.button:hover{
	background: #c5c2ae;
	padding: 12px 15px 8px;
	/*width: 430px;*/
	height: 50px;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Lato-Bold';
	font-size: 14px;
	line-height: 30px;
	border: none;
}
.home-section-4 .big-button{
	background: #959ea4;
}

.big-button,
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button{
	width: 430px;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button{
	/*height: 55px;*/
	width: 100%;
}

button,
button:hover,
button:visited,
button:focus{
	background: #959ea4;
	color: #fff;
	font-family: 'Lato-Bold';
	font-size: 14px;
}
h1,h2,h3,
h4,h5,h6{
	margin: 0 0 40px;
	padding: 0;
	/*color: #959ea4;*/
	color: #343333;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
}
h1,h2,h3{
	font-size: 32px;
    line-height: 32px;
}
h4,h5,h6{
	margin: 0 0 25px;
	font-size: 16px;
}
h4,h5{
	font-size: 18px;
	line-height: 22px;
	font-family: 'open_sanssemibold';
}


.parallax-home .site-inner{
    margin-top: 0;
}
.site-inner .home-even, 
.site-inner .home-odd{
    font-size: 14px;
    padding: 0;
    text-align: left;
}
.site-inner .home-section-1, 
.site-inner .home-section-3, 
.site-inner .home-section-4, 
.site-inner .home-section-5,
.site-inner .home-even{
    background: transparent !important;
    padding: 0 0 70px;
}
.site-inner, .wrap {
    max-width: 100%;
}
.site-inner {
	padding: 0;
}
.site-inner .wrap{
	width: 100%;
	padding: 0;
}
.home-banner{
	position: relative;
}
.home-banner{
	/*padding-top: 42px;*/
}
.home-banner-contact-form{
	/*background: #3b3d3f;*/
	background: #343333;
	padding: 12px 35px 21px;
	margin-top: 45px;
}
.home-banner-contact-form .home-form-title{
	font-size: 18px;
	color: #fff !important;
	margin: 0 0 20px;
	font-family: 'Lato-Bold';
}
input[type="text"], 
input[type="email"], 
select, textarea{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0 0 10px;
    width: 100%;
    height: 44px;
}
.waiting-list-submit{
	margin: 0;
}
.waiting-list-submit input[type="submit"]{
	text-transform: uppercase;
	font-family: 'Lato-Bold';
    font-size: 16px;
    /*background: #c5c2ae;*/
    background: #fcd73b;
    height: 46px;
    padding: 0 15px;
    border-radius: 0px;
    width: 100% !important;
}
.site-inner .home-section-2,
.site-inner .home-section-5{
	text-align: center;
}
.home-section-2 section.widget_text,
.home-section-3 section.widget_text,
.home-section-4 section.widget_text{
	/*border-bottom: 2px solid #ececec;*/
	padding-bottom: 50px;
}
.home-section-2 .widget_text h3,
.home-section-4 .widget_text h3,
.home-section-5 .widget_text h3,
.title-with-bg{
	background: url(../images/title-bg.png) bottom center no-repeat;
	padding-bottom: 30px;
}
.home-section-5 .widget_text h3{
	/*background-image: url(../images/old-title-bg.png);*/
}
.home-section-5 .widget_text h3,
.home-section-5 .widget_text h4{
	color: #fff;
}
.home-section-2 .widget_text p{
	font-size: 16px;
	line-height: 22px;
	font-family: 'open_sansitalic';
}
.home-section-4 .widget_text h3{
	/*background-position: bottom left;*/
}
.home-section-4 .widget_text p,
.home-section-5 .widget_text p{
	font-size: 16px;
	margin-bottom: 30px;
}
.home-section-5 .widget_text p{
	font-family: 'open_sansitalic';
	color: #fff;
}
.home-odd.home-section-4{
	overflow: visible;
}
.neighborhood-map-wrap{
	/*background: #c5c2ae;*/
	background: #fcd73b;
	margin-top: 26px;
	padding: 0;
	position: relative;
}

.neighborhood-map-wrap #map {height: 100%;}
.neighborhood-map-wrap .gmap-wrap{
	width: 564px;
	height:518px;
	max-width:100%;
    position: relative;
    /*top: -21px;
    left: 6px;*/
    top: -15px;
    left: 15px;
    box-shadow: 0px 2px 5px 1px #d2d2d2;
    -moz-box-shadow: 0px 2px 5px 1px #d2d2d2;
    -webkit-box-shadow: 0px 2px 5px 1px #d2d2d2;
}
.home-section-4 section.widget_text{
	padding-bottom: 75px;
}

/**===============================
*** Schedule Appointment page
================================**/
.appointment-form input[type="text"], 
.appointment-form input[type="email"], 
.appointment-form select, 
.appointment-form textarea{
	margin-bottom: 30px;
}
.appointment-form textarea{
	height: 150px;
}
.not-front .site-inner {
    margin-top: 70px;
}
.appointment-form form label{
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	font-family: 'Lato-Bold';
}
.appointment-form form input[type="submit"]{
	width: 430px;
    margin: 0 auto;
    display: block;
}



/**
* header top
**/
.header-top-bar{
	padding: 24px 0 21px;
}
.header-top-tel .textwidget{
	color: #fff;
	font-family: 'LatoWebBold';
	font-size: 18px;
	line-height: 28px;
}
.header-top-tel .textwidget label,
.social-icons li a{
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 5px;
	width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    margin: 0;
}
.header-top-tel .textwidget label{margin-right: 10px;}
.social-icons{
	margin: 0;
    display: inline-block;
}
.social-icons li{
	list-style-type: none;
	display: inline-block;
	padding: 0 5px;
}
.social-icons li:last-child{padding-right: 0;}
.social-icons li a{
	display: block;
	color: #fff;
	padding-top: 7px;
}
.social-icons li:last-child a{padding-left: 6px;}
.social-icons li a:hover{
	text-decoration: none;
	color: #986727;
}

.header_link {
    /*text-align: right;
    margin-right: 21px;
    float: right;
    min-width: 300px;
	margin-top: 6px;*/
}

.header_link a {
    padding: 0 5px 0 5px;
    color: #fff;
    font-weight: bold;
}


/**=========================
*** Site Footer
==========================**/

.footer-widgets {
    /*background-color: #959ea4;*/
    background-color: #343333;
    clear: both;
    font-size: 14px;
    padding: 25px 0 30px;
    text-align: left;
}

.home-section-3 .widget_text h3.title-with-border{
	text-align: center;
}
.thumbnail{
	padding: 0;
}
.thumbnail .caption{
    padding: 30px;
}
.caption h3,
.single .blog-title{
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	margin: 0 0 5px;
	color: #3b3d3f;
	font-family: 'open_sansbold';
	overflow: hidden;
	height: 21px;
}
.caption h3 a{
	color: #3b3d3f;
	text-decoration: none;
}
.starting-price{
	color: #959ea4;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.thumbnail a > img{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
}
.thumbnail .caption .shoer-text{
	overflow: hidden;
    height: 179px;
    margin-bottom: 30px;
}
.thumbnail .caption .btn-primary{
	background: #777163;
	margin: 0;
	width: 145px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	line-height: 39px;
}
.thumbnail .caption .btn-primary:hover,
.thumbnail .caption .btn-primary:focus{
	background: #777163;
}
.home-section-3 .check-out-button,
.home-section-3 .check-out-button:hover{
	background: #959ea4 !important;
}
.full-width-content .content {
    padding: 0;
    width: 100%;
}

.units-and-layouts .entry-header {
    text-align: left;
}
.units-and-layouts .entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 0 60px;
    padding-bottom: 0px;
    width: 25%;
}
.units-and-layouts .thumbnail{
	border-radius: 0;
	border: none;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.units-and-layouts .thumbnail > a{
	float: left;
	width: 30%;
}
.units-and-layouts .thumbnail .caption{
	float: right;
	width: 70%;
	padding: 0 0 0 30px;
}
.units-and-layouts .thumbnail a > img {
    border-radius: 0;
    width: 100%;
}
.units-and-layouts .caption h3,
.units-and-layouts .thumbnail .caption .shoer-text{
	height: auto;
}

.single .site-inner {
    margin-bottom: 70px;
}

.single-page-thumbnail{
	float: left;
	max-width: 45%;
	margin: 0 20px 10px 0;
}

.page-pagination{
	padding: 20px 15px;
	clear: both;
}
.pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: none;
	color: #3b3d3f;
	text-transform: uppercase;
	text-decoration: none;
}
.button,
.btn,
.button:focus,
.btn:focus{
	outline: 0;
}
div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
}
.home div.wpcf7-validation-errors {
    color: #fff;
}

.home-section-3,
.home-section-4 .big-button{
	display: none;
}
.home .wpcf7-mail-sent-ok{
	color: #fff;
}
.breadcrumb-wrap-contact-us{
    padding: 36px 0 25px;
}
.breadcrumb-wrap-contact-us,
.breadcrumb-wrap{
	/*margin-top: -17px;*/
    position: relative;
}
.breadcrumbs a, 
.breadcrumbs {
    color: #fff;
    display: inline-block;
    line-height: 32px;
}
.breadcrumbs span.current{
    text-transform: uppercase;
}
.breadcrumbs  a:hover, 
.breadcrumbs  a:focus, 
.breadcrumbs a:visited{
    color: #fff;
    text-decoration: none;
}
div.breadcrumb-title.text-center{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    float: left;
    line-height: 32px;
    padding-right: 20px;
    font-family: 'Lato-Bold';
}
.contact-page-left .title-with-bg{
	background-position: bottom left;
}
@media all and (min-width: 768px){
	.contact-page-left{
		padding-right: 70px;
	}
	.contact-page-right{
		padding-left: 80px;
	}
}
.contact-page-left > p{
	font-family: 'open_sansitalic';
	line-height: 22px;
}
.contact_page_address label{
	font-weight: normal;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
}
.contact-page-left input[type="text"], 
.contact-page-left input[type="email"], 
.contact-page-left select, 
.contact-page-left textarea {
    margin: 0 0 20px;
}
.contact-page-left input[type="submit"]{
	max-width: 150px;
	background: #777163;
}
.breadcrumb-link-bg {
    width: auto;
    position: absolute;
    background: #343333;
    bottom: 52px;
    padding: 30px 30px 22px 25px;
}
.text-italic,
.property-details tr td{
	font-family: 'open_sansitalic';
}
.full-width{
    width: 100%;
}
.full-left{
	float: left !important;
}
.aminities-two-block{
	background: url(../images/aminities-bg-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	margin-top: 40px;
}
.aminities-two-block-wrap{
	background: #fff;
	padding: 25px 20px;
	text-align: center;
}
.aminities-two-block-wrap p{
	text-transform: uppercase;
	line-height: 24px;
}
@media all and (min-width: 992px){
	.aminities-two-block .row > div{
		padding: 0 150px 0 50px;
	}
	.aminities-two-block .row > div:first-child{
		padding: 0 50px 0 150px;
	}
}
.content-full-width{
	padding: 50px 0;
}

#nw-roundabout-slideshow{
	padding: 40px 0;
	position: relative;
	height: 525px;
}
.holder_bu_center{
	padding: 10px 0;
}
.holder_bu_center img{
	height: 420px;
	width: 100%;
	box-shadow: 0px 2px 10px 3px #808080;
	-moz-box-shadow: 0px 2px 10px 3px #808080;
	-webkit-box-shadow: 0px 2px 10px 3px #808080;
}
#wrapper_bu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 1025px) and (max-width: 1600px){
	#nw-roundabout-slideshow{
		height: 425px;
	}
	.holder_bu_center img{
		height: 320px;
	}
}
.holder_bu_awayR1:before,
.holder_bu_awayL1:before{
	background: url(../images/carousol-arrow.png) no-repeat;
	content: '';
	position: absolute;
	top: 40%;
	left: 30px;
	width: 45px;
	height: 45px;
}
.holder_bu_awayR1:before{
	left: auto;
	right: 30px;
	background-position: 0 -105px;
}
.single-property-wrap{
	padding: 40px 0 0;
}
.floor_name{
	font-size: 22px;
    line-height: 26px;
    font-family: 'Lato-Bold';
    color: #343333;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 5px;
}
.floor_bedroom{
	color: #777163;
}
.property-right{
	padding-left: 30px;
}
.property-right .floor_bedroom{
	color: #959ea4;
	margin-bottom: 20px;
}
.property-details tr th{
	text-transform: uppercase;
}
#ap_link,
#ap_link:hover,
#ap_link:focus{
	display: inline-block;
    text-align: center;
    background: #777163;
    min-width: 120px;
    height: 30px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    text-decoration: none;
    font-family: 'open_sansregular';
}
.property-image{
	padding-top: 15px;
}
.property-image > a.thumbnail{
	margin-bottom: 12px;
}
.property-page-singl-left .floor_name{
	cursor: pointer;
}
.home-section-5 .textwidget .big-button{
	background-color: #fcd73b;
}
.site-inner .home-section-5{
	background: #777163 !important;
	padding: 70px 0;
}
.home .site-inner {
    width: 100%;
}
.site-inner .home-section-4{
	padding-bottom: 0;
}
.home-banner-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media all and (min-width: 768px){
	.right-padding-zero{
		padding-right: 0;
	}
}
.brown-color{
	color: #777163;
}
.header_link {
    margin-right: 21px;
    margin-top: 5px;
    display: inline-block;
    float: left;
}
.thumbnail {
    border: 1px solid #777163;
}
.table>tbody,
.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th {
    border-color: #777163 !important;
}

.left-padding-zero{
	padding-left: 0;
}

.carousel-cell {
	text-align: center;
	width: 100%;
}
.owl_floorplan{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 100px;
}

.owl-dots {
	display: none;
}

.owl-nav button {
	width: 20px;
	height: 260px;
	background: #3f3f3f;
	margin-right: 12px;
	border-radius: 0%;
	line-height: 47px;
}

.floorplan2 button.owl-prev, .floorplan2 button.owl-next {
	background: transparent !important;
	color: #777 !important;
}

button.owl-prev {
	font-size: 39px !important;
	position: absolute;
	left: -20px;
	top: 71px;
}

button.owl-next {
	font-size: 39px !important;
	position: absolute;
	right: -32px;
	top: 71px;
}
@media(max-width: 1199px) {
	.home-banner-contact-form input {
	    margin-bottom: 0px;
	}
}

@media(min-width: 800px) and (max-width: 991px) {
	.home-banner-contact-form {
	    margin-top: 40px !important;
	}
	section.breadcrumb-wrap-contact-us {
	    padding: 80px 0px 25px;
	}
}


@media (min-width: 1920px) and (max-width: 2200px){
    
}

@media (min-width: 1680px) and (max-width: 1919px){
    
}

@media (min-width: 1600px) and (max-width: 1679px){
    
}

@media (min-width: 1440px) and (max-width: 1599px){
    
}

@media (min-width: 1366px) and (max-width: 1439px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1365px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	}
}

@media (min-width: 1224px) and (max-width: 1279px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .site--top--banner--section .site--top--banner h3 {
	    font-size: 14px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1223px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .site--top--banner--section .site--top--banner h3 {
	    font-size: 14px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .site--top--banner--section .site--top--banner h3 {
	    font-size: 14px !important;
	}
}

@media (min-width: 992px) and (max-width: 1023px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .site--top--banner--section .site--top--banner h3 {
	    font-size: 13px !important;
	}
}

@media (min-width: 960px) and (max-width: 991px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 950px) and (max-width: 959px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 900px) and (max-width: 949px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 854px) and (max-width: 899px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 812px) and (max-width: 853px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 800px) and (max-width: 811px){
    .grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}


@media (min-width: 768px) and (max-width: 799px){
  .home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--3 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--4 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--5 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--6 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--7 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--8 {
        width: 33.33% !important;
        height: 300px !important;
    }
    .grid-item--9 {
        width: 33.33% !important;
        height: 300px !important;
    }
}

@media (min-width: 736px) and (max-width: 767px){
  .home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    }
}

@media (min-width: 732px) and (max-width: 735px){
  .home-banner-contact-form {
	    margin-top: 10px !important;
	}  
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    }
}

@media (min-width: 667px) and (max-width: 731px){
	.home-banner-contact-form {
	    margin-top: 10px !important;
	}
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    }
}

@media (min-width: 640px) and (max-width: 666px){
  .home-banner-contact-form {
	    margin-top: 10px !important;
	}  
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    } 
}

@media (min-width: 600px) and (max-width: 639px){
  .home-banner-contact-form {
	    margin-top: 10px !important;
	}  
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    } 
}

@media (min-width: 568px) and (max-width: 599px){
  	section.header-top-bar {
	    margin-top: 65px !important;
	}
  	.home-banner-contact-form {
	    margin-top: 10px !important;
	}  
	.grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--3 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--4 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--5 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--6 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--7 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--8 {
        width: 50% !important;
        height: 400px !important;
    }
    .grid-item--9 {
        width: 50% !important;
        height: 400px !important;
    }
}

@media (min-width: 533px) and (max-width: 567px){
 	section.header-top-bar {
	    margin-top: 65px !important;
	}
 	.home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    } 
}

@media (min-width: 480px) and (max-width: 532px){
  	section.header-top-bar {
	    margin-top: 65px !important;
	}
  	.home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    } 
}

@media (min-width: 414px) and (max-width: 479px){
  	section.header-top-bar {
	    margin-top: 80px !important;
	}
  	.home-banner-contact-form {
	    margin-top: 10px !important;
	}
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    }
}

@media (min-width: 412px) and (max-width: 413px){
  	section.header-top-bar {
	    margin-top: 80px !important;
	}
  	.home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    }
}

@media (min-width: 384px) and (max-width: 411px){
  section.header-top-bar {
	    margin-top: 80px !important;
	}
  .home-banner-contact-form {
	    margin-top: 10px !important;
	}  
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    }
}

@media (min-width: 375px) and (max-width: 383px){
  section.header-top-bar {
	    margin-top: 80px !important;
	}
  .home-banner-contact-form {
	    margin-top: 10px !important;
	} 
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    }
}

@media (min-width: 360px) and (max-width: 374px){
	section.header-top-bar {
	    margin-top: 80px !important;
	}
	.home-banner-contact-form {
	    margin-top: 10px !important;
	}
	.grid-item {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--3 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--4 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--5 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--6 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--7 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--8 {
        width: 100% !important;
        height: 460px !important;
    }
    .grid-item--9 {
        width: 100% !important;
        height: 460px !important;
    }
}

@media (min-width: 320px) and (max-width: 359px){
	section.header-top-bar {
	    margin-top: 100px !important;
	}
	.home-banner-contact-form {
	    margin-top: 10px !important;
	}
	.grid-item {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--3 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--4 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--5 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--6 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--7 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--8 {
		width: 100% !important;
		height: 460px !important;
	}
	.grid-item--9 {
		width: 100% !important;
		height: 460px !important;
	}
}

#fancybox-close {
	display: inline !important;
	top: -14px !important;
	right: -13px !important;
	width: 33px !important;
	height: 34px !important;
}
.apartments{
	display: flex;
	flex-wrap: wrap;
}
.apartments .carousel-cell{
	width: 50%;
}
.grid_item_main .grid-item {
    background-size: cover !important;
    background-position: center center !important;
}
.grid_item_main:hover .overlay-massonary {
    opacity: 1;
}
.overlay-massonary {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.overlay-massonary i.fa.fa-arrows {
    font-size: 50px;
    text-align: center;
    z-index: 99;
    color: #bbb;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 44%;
}

* {
    box-sizing: border-box;
}
.grid-item {
    width: 33.333%;
    height: 500px;
    float: left;
    position: relative;
}
.grid_item_main {
    background-position: center center !important;
    background-size: cover !important;
}
.grid-item--0 {
    height: 1000px;
}
.grid-item--3 {
    width: 66.66666%;
}
.grid-item--4 {
    width: 25%;
}
.grid-item--5 {
    width: 25%;
}
.grid-item--6 {
    width: 50%;
}
.grid-item--7 {
    width: 29%;
}
.grid-item--8 {
    width: 37.6666%;
}
.grid-item--13 {
    width: 66.66666%;
}
.grid-item--14 {
    width: 33.3333%;
}
.grid-item--15 {
    width: 20%;
}
.grid-item--16 {
    width: 20%;
}
.grid-item--17 {
    width: 60%;
}
.grid-item--18 {
    height: 1000px;
}
.grid-item--23 {
    width: 80%;
}
.grid-item--24 {
    width: 20%;
}
.grid-item--25 {
    width: 30%;
}
.grid-item--26 {
    width: 20%;
}
.grid-item--27 {
    width: 50%;
}
.grid-item--32 {
    width: 66.6666%;
}
.grid-item--36 {
    width: 66.6666%;
    height: 600px;
}
.grid-item--37 {
    height: 600px;
}
.grid-item--45 {
    width: 66.6666%;
}
.grid-item--46 {
    width: 66.6666%;
}
.overlay-massonary::after {
    font-family: "Pe-icon-7-stroke";
    content: '\e657';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -13px 0 0 -25px;
    font-size: 3.5em;
    color: #fff;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    z-index: 999;
}
.sl-overlay {
    background: rgba(0,0,0,0.95) !important;
    opacity: 1 !important;
}
.sl-navigation button {
    color: #fff !important;
    border: 2px solid #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    font-size: 42px !important;
    height: 42px !important;
    width: 42px !important;
    line-height: 32px !important;
    padding-bottom: 5px !important;
    z-index: 99999 !important;
}
button.sl-close {
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    transition: all 0.3s;
    padding-left: 0px;
}
.sl-navigation button:hover {
    padding-top: 0px;
    background: #fff;
    opacity: 1;
    color: #000 !important;
}
button.sl-close:hover {
    padding-top: 0px;
    padding-left: 10px;
    background: #a00606;
    opacity: 1;
    border-color: #a00606 !important;
}




.site--top--banner--section .site--top--banner {
    background: #777163;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.site--top--banner--section .site--top--banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.inner--top--banner--style {
    border-top: 2px solid #fcd73b;
    border-bottom: 2px solid #fcd73b;
    padding-top: 0px;
    padding-bottom: 0px;
}
.site--top--banner--section .site--top--banner h3 {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    text-transform: initial;
    font-family: 'Myriad Pro';
    display: flex;
    align-items: center;
    justify-content: center;
}
.site--top--banner--section .site--top--banner h3 a {
    color: #fff;
    font-weight: normal;
    font-family: 'Myriad Pro';
    text-transform: initial;
}
.site--top--banner--section .site--top--banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.site--top--banner--section {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.site--top--banner--close {
    position: fixed;
    top: 13px;
    right: 200px;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 0px 8px;
}
.intro {
    top: 0px !important;
}
.home .intro2 {
    top: 290px;
}
.intro2.is-sticky nav#site-navigation {
    top: 0 !important;
}

@media(max-width: 1599px){
    .site--top--banner--section .site--top--banner::after {
       display: none;
    }
    .inner--top--banner--style {
        padding-left: 25px;
        padding-right: 25px;
    }
    .site--top--banner--section .site--top--banner::before {
        display: none;
    }
    .site--top--banner--close {
	    top: 12px;
	    right: 5px;
	}
    div#userwayAccessibilityIcon {
        top: 130px;
    }

}

@media(min-width: 1200px) {
    body:not(.home) .intro--main--page {
        margin-top: 80px !important;
    }
}
.intro--navigation-logo {
    top: 0px !important;
}

.site--top--banner p {
    margin: 0px;
}
.logged-in .site--top--banner--close {
    top: 43px;
}
body:not(.home).logged-in nav#site-navigation {
    top: 77px !important;
}
body:not(.home).logged-in .intro2 nav#site-navigation {
    top: 32px !important;
}
section.header-top-bar {
    margin-top: 45px;
}
.avenue245 {
    margin-top: 0px !important;
}
.inner--top--banner--style aside {
    margin: 0px;
}
.site--top--banner--section .site--top--banner h3 a.banner--contact--top {
    margin-left: 25px;
    background: #fcd73b;
    color: #343333;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 991px) {
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 14px;
	    display: block;
	    line-height: normal;
	}
	.site-container .avenue245 {
	    margin-top: 0px !important;
	}
}


@media(max-width: 1223px) {
    .site--top--banner--section .site--top--banner h3 a.banner--contact--top {
        margin-left: 0px !important;
        padding: 3px 15px !important;
        font-size: 12px !important;
    }
}



