/**
* Site Basic Style Settings
**/
@font-face {
    font-family: 'LatoWebItalic';
    src: url('../fonts/Lato-Italic.eot'); 
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/Lato-Italic.woff2') format('woff2'), 
         url('../fonts/Lato-Italic.woff') format('woff'), 
         url('../fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-display: swap;
}
@font-face {
    font-family: 'LatoWebBold';
    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');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-display: swap;
}
@font-face {
    font-family: 'LatoWebRegular';
    src: url('../fonts/Lato-Regular.eot'); 
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular.woff2') format('woff2'), 
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-display: swap;
}
@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_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-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.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body{
	font-family: 'open_sansregular';
	color: #6c6c6c;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6,
.home-odd h1, .home-odd h2, 
.home-odd h3, .home-odd h4, .home-odd h5, .home-odd h6{
	font-family: 'LatoWebBold';
	color: #630c0d;
}
h2 a, h3 a,h4 a, h5 a,h6 a{
	font-family: 'open_sansbold';
	color: #630c0d;
}
h2 a:hover, h3 a:hover,h4 a:hover, h5 a:hover,h6 a:hover,
h2 a:visited, h4 a:visited, h5 a:visited,h6 a:visited,
.home-odd a:hover,
.home-odd a:visited{
	color: #986727;
}
h3 a:visited{
    color: #630c0d;
}
h3{
	font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px;
}
a, a:focus,
a:visited, a{
	color: #986727;
	outline: none;
}
img{max-width: 100%;}
#wrap,
#inner{
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.site-header,
.site-content,
.site-footer,
.site-content > section,
.footer-top,
.footer-bottom{
	float: left;
	width: 100%;
}
.content-sidebar #content, 
.sidebar-content #content,
.full-width-content #content{
    margin: 0;
    padding: 0;
    width: 100%;
}
.site-header{
	position: relative;
	background: #fff;
}
.site-inner, .wrap {
    margin: 0 auto;
    max-width: 1170px;
}
.wrap{padding: 0 15px;}
.site-footer{display: none;}

/**
* Classes
**/
.main-color{color: #630c0d;}
.highlighted-color{color: #986727;}
.text-color{color: #6c6c6c;}
.footer-color{color: #360609;}

.main-color-bg{background: #630c0d;}
.footer-color-bg{background: #360609;}

button,
button[type="submit"],
input[type="submit"]{
	background: #986727;
}

.text-uppercase{text-transform: uppercase;}
.text-capitalize{text-transform: capitalize;}
.text-center{text-align: center;}
.text-italic{font-style: italic;}

.open-sansregular{font-family: 'open_sansregular';}
.open-sansbold{font-family: 'open_sansbold';}
.open-sanssemibold{font-family: 'open_sanssemibold';}
.open-sanslight{font-family: 'open_sanslight';}
.lato-bold{font-family: 'LatoWebBold';}

.full-width{width: 100%;}


/**
* 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{
	float: right;
	width: auto;
	margin: 0;
}
.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
**/
.site-header .wrap{
	padding-top: 17px;
	padding-bottom: 19px;
}
.header-image .site-title > a {
    display: inline-block;
   /* float: left; */
    width: 139px;
    height: 160px;
}

#menu-main-menu{
	margin: 0;
	padding: 68px 0 0 0;
}
#menu-main-menu li{
	padding: 0 4px;
}
#menu-main-menu li:last-child{padding-right: 0;}
.site-header .widget-area, 
.site-header .widget-area a,
.genesis-nav-menu a{
	font-family: 'LatoWebBold';
	color: #630c0d;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.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,
#menu-main-menu li a:hover{
	color: #630c0d;
	text-decoration: none;
}

/**
* Home SlideShow
**/
.tp-bullets.simplebullets.round .bullet{
	background: #858c90;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .selected{background: #fff;}
.home-section-1 form,
.slider-caption{
	background: url(../images/slider-form-bg.png) top left repeat;
	padding: 15px 37px;
	float: right;
	width: 450px;
}
.home-section-1 form > p > br{display: none;}
.wpcf7-form-control-wrap.Bedrooms,
.wpcf7-form-control-wrap.PriceRange{
	float: left;
	width: 48.5%;
}
.wpcf7-form-control-wrap.PriceRange{float: right;}
.wpcf7-form-control-wrap.MoveinDate{clear: left;}

.slider-caption{
	color: #fff;
}
.slider-caption h3{
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	font-family: 'LatoWebItalic';
	color: #fff;
}
.property-name{
	font-size: 20px;
	line-height: 22px;
	font-family: 'LatoWebRegular';
}
.property-name label{
	font-weight: normal;
	font-family: 'LatoWebBold';
	max-width: 376px;
}
.property-text{
	padding: 30px 0;
	max-width: 376px;
	word-wrap: break-word;
}
.property-text{
	font-size: 16px;
	line-height: 22px;
	font-family: 'open_sansitalic';
}
.slider-caption a.btn-primary{
	padding: 12px;
	font-family: 'LatoWebBold';
	font-size: 14px;
}



/**
* Form Settings
**/

button, input[type="button"], 
input[type="reset"], input[type="submit"], 
.button{font-family: 'LatoWebBold';}

input[type="text"],
input[type="email"],
input[type="tel"],
#author, #comment, #email, #url{
	width: 100%;
	border: 1px solid #616161;
	padding: 1px 10px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 44px;
	background: #fff;
	font-family: 'LatoWebBold';
	font-size: 12px;
	color: #000;
}
textarea{
	width: 100%;
	border: 1px solid #616161;
	padding: 1px 10px 0;
	height: 200px;
	color: #000;
	background: #fff;
}
::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder {
   color: #000;
   opacity: 1;  
}
::-moz-placeholder {
   color: #000;  
   opacity: 1;
}
:-ms-input-placeholder {  
   color: #000; 
}
button, input[type="button"], 
input[type="reset"], input[type="submit"], .button {
	padding: 12px 15px;
}
.wpcf7-form-control-wrap{display: block; padding-bottom: 15px;}

/**
* Buttons
**/
.btn-primary.focus, .btn-primary:focus,
.btn-primary,
.btn-primary:hover{
    background-color: #986727;
    border-color: #986727;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 25px;
    font-family: 'LatoWebBold';
    font-size: 14px;
}
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, .button:hover,
.btn-primary:hover{
	background-color: #630c0d;
}

.check-out-button{
	padding: 19px 56px;
	color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    background: #630c0d;
    margin: 30px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    font-family: 'LatoWebBold';
}
.check-out-button:hover{text-decoration: none; background: #986727;}


/**
* Title
**/
.entry-header::after {
    border: medium none;
    content: "";
    display: block;
    margin: 0;
    padding-bottom: 0;
    width: auto;
}
.title-with-border,
.entry-title{
	font-size: 35px;
	line-height: 36px;
	padding-bottom: 34px;
	margin: 80px 0 40px;
	background: url(../images/title-bg.png) center bottom no-repeat;
	text-align: center;
	text-transform: uppercase;
}

/**
* Home Content 
**/
.home-section-2 .textwidget p{
	text-align: center;
	border-bottom: 2px solid #ececec;
	padding-bottom: 66px;
	margin-bottom: 66px;
}
.home-section-2 .textwidget p,
.contact-info{
	font-size: 16px;
	line-height: 22px;
	font-family: 'open_sansitalic';
}

.home-section-3 .title-with-border{display: none;}

.thumbnail{padding: 0; margin-bottom: 30px;}
.thumbnail .caption {padding: 25px 22px; color: #6c6c6c;}
.shoer-text{
	margin-bottom: 3px;
    overflow: hidden;
}
.home-section-3 .thumbnail > a{
	display: block;
	overflow: hidden;
}
.home-section-3 .caption h3{
	overflow: hidden;
}
.home-section-3 .caption h3 a{
	display: block;
	text-decoration: none;
	line-height: 20px;
}

@media all and (min-width: 1200px){
	.home-section-3 .thumbnail > a{
		height: 240px;
	}
	.home-section-3 .caption h3{
		height: 22px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px){
	.home-section-3 .thumbnail > a{
		height: 194px;
	}
	.home-section-3 .caption h3{
		height: 22px;
	}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.home-section-3 .thumbnail > a{
		height: 145px;
	}
	.home-section-3 .caption h3{
		height: 22px;
	}
}
@media all and (min-width: 768px){
	.shoer-text{
	   /* height: 83px; */
	}
}


.home-section-4{margin: 50px 0;}
.home-section-4 .title-with-border{color: #fff;}
.testimonials-text{
	font-size: 16px;
	line-height: 24px;
	font-family: 'open_sansitalic';
	color: #fff;
	text-align: center;
	max-height: 120px;
	overflow: hidden;
}
.testimonials-meta{
	font-size: 16px;
	color: #fff;
}
.testimonials-meta label{font-family: 'open_sanssemibold'; font-weight: normal;}
.home-section-4 .tp-bullets.simplebullets.round .bullet{background: #fff;}
.home-section-4 .tp-bullets.simplebullets.round .bullet.selected{background: #986727;}

.home-section-5{margin-bottom: 70px;}

.site-content > section,
#content > section{
	margin: 0;
	padding: 30px 0;
	float: left;
	width: 100%;
}

/**
* Site Footer...
**/
.footer-widgets{
	padding: 0;
	margin: 0;
	background: transparent;
}
.footer-widgets .wrap{
	width: 100%; 
	max-width: 100%;
	padding: 0;
}
.footer-top{background: #630c0d;}
.footer-bottom{background: #360609;}
.footer-widgets,
.home-even, .home-odd{
	font-size: 14px;
	text-align: left;
	padding: 0;
}
.full-width-content .content{padding: 0;}

.home-odd .featured-content .entry-title a, 
.home-odd .widget-title{color: #6c6c6c;}

.footer-widgets a {color: #fff !important;}

.footer-top{padding: 30px 0 50px;}
.footer-bottom{padding: 30px 0;}
.footer-contact h3{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'LatoWebBold';
	padding-top: 20px;
}
.footer-contact address{line-height: 22px;}
.footer-contact address p label{padding-right: 7px;}
.footer-contact address a{color: #fff;}

.footer-menu{
	margin: 0;
	float: right;
	width: auto;
}
.footer-menu li{
	list-style-type: none;
	display: inline-block;
	padding: 0 14px;
}
.footer-menu li:last-child{padding-right: 0;}
.footer-bottom p,
.footer-bottom .footer-menu li a{color: #fff !important;}

/**
* Other Pages
**/
.admin-bar .site-header {top: 0;}
.site-inner .nav-primary{display: none;}
.entry-content{
	padding-left: 15px;
	padding-right: 15px;
}
.breadcrumb{
	background: #630c0d;
	border-radius: 0;
	border: none;
	padding: 35px 0 24px;
	margin: 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.breadcrumb a{
	color: #fff;
	text-transform: capitalize;
}
.breadcrumb-page-title{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'LatoWebBold';
	padding-right: 20px;
}

/**
* 404
**/
.error404 .content{
	padding: 100px 100px 50px;
	text-align: center;
}
.error404 .entry-title{padding-bottom: 30px;}
.error404 .breadcrumb-page-title,
.error404 .search-form,
.page-id-15 .entry-title,
.contact-form form > p > br{display: none;}
.error404 .entry-content p{margin-bottom: 50px; font-size: 16px; line-height: 24px;}

/**
* Contact Us
**/
.page-id-15 .entry-content{padding-top: 60px;}
.page-id-15 .contact-left{
	padding-right: 100px;
	border-right: 1px solid #ececec;
}
.page-id-15 .title-with-border{
	margin-top: 0;
	text-align: left;
	background-position: bottom left;
}
.contact-info{margin-bottom: 40px;}

.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"]{
	border-color: #ececec;
}
.contact-form .wpcf7-form-control-wrap {padding-bottom: 25px;}
.contact-form input[type="submit"]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 70%;
	font-size: 14px;
}
.contact-sidebar{
	padding: 90px 0 0 40px;
}
.contact-sidebar p{
	margin-bottom: 40px;
	text-transform: uppercase;
}
.contact-sidebar p label{
	font-weight: normal;
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #630c0d;
	padding-bottom: 5px;
}

/**
* Blog
**/
.page-template-Blog .entry-title,
.wp-pagenavi .pages{display: none;}
.blog-content{padding: 60px 15px 0;}
.blog-post-details{padding-left: 40px;}
.blog-post-title{
	padding-bottom: 20px;
	margin-bottom: 25px;
	background: url(../images/title-bg.png) bottom left no-repeat;
}
.blog-post-title a,
.wp-pagenavi a, .wp-pagenavi span{
	color: #630c0d;
	font-family: 'LatoWebBold';
	font-size: 24px;
	text-transform: uppercase;
}
.blog-post-title a:hover{text-decoration: none;}
.blog-post-date{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}
.blog-post-short-text{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}
.blog-content .row hr{margin: 40px 0;}

.wp-pagenavi a, .wp-pagenavi span{
	border: none;
	text-transform: uppercase;
}
.wp-pagenavi .current{color: #986727;}
#blog-post-content{
	border-right: 2px solid #ececec;
	padding-right: 40px;
}
.search-no-results #blog-post-content{border: none;}
.search-no-results #sidebar{border-left: 2px solid #ececec;}
#sidebar{padding-left: 40px;}
.single .content,
.search .content{padding: 70px 0;}
.single-post .blog-post-title{font-size: 24px;}
.sidebar-common > .blog-post-title{
	margin: 40px 0;
}
.sidebar-blog{margin-bottom: 40px;}
.sidebar-blog .blog-post-title{
	background: transparent;
    margin: 0;
    padding-bottom: 10px;
}
.sidebar-blog .blog-post-title,
.sidebar-blog .blog-post-title a{
	font-size: 18px;
	text-transform: none;
}
#blog-post-content .blog-post-description,
.page-template-About .entry-content{
	padding: 40px 0;
	font-size: 16px;
	line-height: 22px;
}
.blog-post-description blockquote{
	margin: 40px 0 40px 40px;
	padding-left: 30px;
	border-color: #cf913c;
	font-family: 'open_sansitalic';
}
.page-template-About .entry-content{
	font-family: 'open_sansitalic';
	padding: 0 0 50px;
	border-bottom: 2px solid #ececec;
}
.blog-post-description  blockquote::before {
    left: -14px;
    top: 0;
}
.blog-post-like .blog-post-title{margin: 0; background: transparent;}
.sidebar-common .search-form input[type="search"]{
	border: none;
	background: #ebebeb;
	font-style: italic;
}
.team-testimonials{margin-bottom: 0;}
.designation{font-size: 18px;}
.search-no-results #blog-post-content h3{
	margin: 70px 0 0;
	font-size: 26px;
	line-height: 30px;
}
.search-no-results .breadcrumb-page-title{display: none;}
.page-template-About .entry-title {margin-top: 40px;}
/*.property-page-slider{margin-top: -80px;}*/
.property-list-wrap .entry-title{
	text-align: left;
	background-position: bottom left;
	float: left;
	margin-left: 15px;
}
.property-list-wrap > h2.entry-title{
	margin-left: 0px;
}
.property-list-wrap  form{margin-top: 80px;}
.property-list-wrap  form label{
	margin: 15px 15px 0 0;
}
.property-list-wrap  form label,
.property-list-wrap  form select{
	float: left;
	text-transform: uppercase;
	color: #630c0d;
}
.property-list-wrap  form select{
	width: 162px;
	border: 1px solid #ececec;
	height: 47px;
	font-family: 'LatoWebItalic';
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.property-list-wrap  form input[type="submit"]{
	width: 1px; 
	float: left; 
	visibility: hidden;
	padding: 0;
}
.property-wrap{
	border: 2px solid #ececec;
	margin-bottom: 30px;
	padding: 20px 5px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rent,
.bed-bath{
	text-transform: uppercase;
	color: #630c0d;
}
.rent label,
.bed-bath label{
	font-family: 'LatoWebRegular';
	font-weight: normal;
}
.rent span,
.bed-bath span{
	font-size: 20px;
	font-family: 'LatoWebBold';
	display: block;
	margin: 10px 0 15px;
}
.rent{
	border-right: 1px solid #959595;
	padding-right: 15px;
	margin-right: 15px;
}
.property-meta h3{
	font-size: 20px;
	font-family: 'LatoWebBold';
	margin: 20px 0;
}
/*
.property-meta h3 a{
	display: block;
	color: #630c0d;
}
.property-meta h3 a:focus,
.property-meta h3 a:hover{
	text-decoration: none;
	color: #630c0d;
}
*/
.property-description{
	margin-bottom: 30px;
	color: #787878;
}
.property-description p{margin-bottom: 20px;}
.property-description h4,
.property-field-description h4{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'open_sanssemibold';
	color: #787878;
}
.property-field-meta-title{
	border-bottom: 3px solid #cf913c;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.property-field-location{
	font-family: "LatoWebRegular";
    font-size: 20px;
    line-height: 28px;
    max-width: 68%;
    text-transform: uppercase;
    color: #630c0d;
}
.property-field-location label{
	font-size: 25px;
	font-family: 'LatoWebBold';
	font-weight: normal;
}
.property-common{
	font-size: 20px;
	font-family: 'LatoWebBold';
	text-transform: uppercase;
	color: #630c0d;
	margin-bottom: 30px;
}
.property-common label{
	font-size: 14px;
	font-family: 'LatoWebRegular';
	display: block;
	font-weight: normal;
}
.property-map,
.property-post-details-inner{
	border: 2px solid #ececec;
	padding: 20px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.property-post-details-inner{margin-bottom: 30px;}
.property-map iframe{
	border: 3px solid #ececec !important;
	width: 100% !important;
}
.property-field-description p{clear: both; margin-bottom: 20px;}
.property-field-description ul,
.property-field-description ol{
	float: left;
	width: 40%;
	padding-right: 15px;
}
.property-field-description ul li,
.property-field-description ol li{
	line-height: 24px;
}
.property-field-description h4{font-size: 20px; clear: both;}
.property-post-title{
	margin-top: 0;
    background-position: bottom left;
    text-align: left;
}
.property-slider .flexslider {
    border: none;
    border-radius: 0;
    margin: 0 0 40px;
}
.property-slider .flexslider.loading{
	background: url(../images/loading.gif) center center no-repeat;
	min-height: 300px;
}
.property-slider ul.slides li img{
	width: 80%;
	float: left;
	/* border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}
.slider_img-parent {
    height: 700px;
    width: 100%;
    overflow: hidden;
}
.property-slider .flex-control-thumbs{
    background: #fff;
    bottom: auto;
    height: 100%;
    margin: 0;
    overflow: auto;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}
.property-slider .flex-control-thumbs li{
	display: list-item;
	float: none;
	width: 100%;
}
.property-slider .flex-control-thumbs li img{margin-bottom: 10px; min-height: 116px;}
.property-slider .flex-control-thumbs li:last-child img{margin-bottom: 0px;}
ul.flex-direction-nav li a{
	background: url(../images/property-slider-arrow.png) top left no-repeat;
	width: 55px;
	height: 55px;
	opacity: .6;
	font-size: 0px;
}
.property-slider ul.flex-direction-nav li a:before{font-size: 0px; content: "";}
.property-slider ul.flex-direction-nav .flex-prev,
.property-slider .flexslider:hover ul.flex-direction-nav .flex-prev{left: 50px;}
.property-slider ul.flex-direction-nav .flex-next{background-position: 0 -95px;}
.property-slider ul.flex-direction-nav .flex-next,
.property-slider .flexslider:hover ul.flex-direction-nav .flex-next{right: 24%;}
.property-gallery > .row{
	margin-left: -7px;
    margin-right: -7px;
}
.property-gallery .full-image{
	margin-bottom: 15px;
	text-align: center;
}
.property-gallery .image-thumb{display: block;}
.property-gallery .image-thumb img{width: 100%;}
.property-gallery .full-image,
.property-gallery .image-thumb{padding: 0 7px;}
#gallerybox{z-index: 9999;}
#gallerybox #gb-overlay{opacity: 0.7 !important;}
#gallerybox #gb-list{bottom: 30px;}
#gallerybox #gb-list > div{display: none !important;}
#gallerybox #gb-big img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#gallerybox > span{
	font-size: 16px;
	font-family: 'LatoWebBold';
	text-transform: uppercase;
	padding: 0 30px 0 0;
	right: 30px;
    top: 50px;
    color: #fff;
    background: url(../images/close-icon.png) top right no-repeat;
}

.count-slider{
	position: absolute;
	bottom: 25px;
	left: 25px;
	display: none;
	z-index: 99;
	color: #fff;
	font-size: 22px;
}
.sidebar-blog .blog-post-short-text {
    font-size: 14px;
    line-height: 20px;
}
.home-section-1 form h4{
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

/***
*
*	Reatailer Page
*
***/
.reatailer-address{
	margin: 0 0 20px;
}
.reatailer-address span{
	display: block;
	text-transform: uppercase;
	line-height: 22px;
	color: #630c0d;
}

.site-inner .home-section-3{
	padding-bottom: 40px;
}
.site-inner .home-section-4,
.site-inner .home-section-5{
	display: none;
}
.property-list-wrap .wp-pagenavi{
	margin: 20px 0 60px;
}
.fancybox-controls .fancybox-button.fancybox-button--play{
	display: none !important;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    font-size: 16px;
}



.wrap-title {
    width: 100%;
    float: left;
}


.text-uppercase {
    font-size: 20px;
    font-family: 'LatoWebBold';
    float: left;
    padding-right:15px;
    margin: 5px 0 5px 0;
}

button#btn {
    background: #c5c2ae;
    padding: 12px 15px 8px;
    width: 100%;
    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;
}


button#btn:hover {
    background: darkgray !important;
}



.more_info {
    
    float: left;
     margin: 5px 0 5px 0;
    width:400px;
}



.modal-body {
    position: relative;
    padding: 15px;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    color: #111 !important;
}



.apply_now_button a:visited, .apply_now_button a:hover, .apply_now_button a:active {
    color: #fff;
}


ul.sub-menu li a {
    color: #630c0d !important;
}

.site-header .sub-menu {
    background-color: #986727;
    padding: 10px 0 10px 5px;
    color: #fff;
}

.retailer-btn {
    padding: 7px;
    margin-top: 20px;
}

.retailer-btn:hover , .retailer-btn:active , .retailer-btn:visited , .retailer-btn:focus {
    padding: 7px;
    margin-top: 20px;
}

span.email {
    width: 140px !important;
    word-wrap: break-word;
}
div div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
div div.wpcf7-validation-errors {
    border: none;
    color: red;
}
div.wpcf7-mail-sent-ok{
	border: none;
}








.header--top--number table td {
    border-top: 0px solid #ddd !important;
}
.header--top--number table tbody {
	border-bottom: 0px solid #ddd !important;
}
@media(max-width: 767px) {
	.header--top--number {
	    width: 100% !important;
	    text-align: center;
	}
	.header--top--number .property--leasing--number {
	    float: none !important;
	}
	.header--top--number table td {
	    text-align: center;
	}
	.header--top--number .top-number-section img {
	    margin: 0px !important;
	}
}
@media(max-width: 567px) {
	.header--top--number table td {
	    font-size: 15px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.header--top--number table tr td {
	    font-size: 10px;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.header--top--number table tr td {
	    font-size: 12px;
	}
}
.header--top--number table {
    margin-bottom: 0px;
}
@media(max-width: 650px) {
	.tp-revslider-mainul .tp-caption {
	    top: 0px !important;
	}
}






.site--top--banner--section .site--top--banner {
    background: #cf913c;
    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 #9e7374;
    border-bottom: 2px solid #9e7374;
    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: 8px;
    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 {
    padding-top: 55px;
}
.avenue245 {
    padding-top: 24px !important;
}
.inner--top--banner--style aside {
    margin: 0px;
}
.site--top--banner--section .site--top--banner h3 a.banner--contact--top {
    margin-left: 25px;
    background: #9e7374;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
}




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

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

@media (min-width: 1600px) and (max-width: 1679px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
}

@media (min-width: 1366px) and (max-width: 1439px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	}
}

@media (min-width: 1280px) and (max-width: 1365px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	}
}

@media (min-width: 1224px) and (max-width: 1279px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1223px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1023px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 960px) and (max-width: 991px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 950px) and (max-width: 959px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 900px) and (max-width: 949px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 854px) and (max-width: 899px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 812px) and (max-width: 853px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 800px) and (max-width: 811px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}


@media (min-width: 768px) and (max-width: 799px){
    section.header-top-bar {
	    padding-top: 110px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 736px) and (max-width: 767px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 732px) and (max-width: 735px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 667px) and (max-width: 731px){
	section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 640px) and (max-width: 666px){
    section.header-top-bar {
	    padding-top: 160px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 600px) and (max-width: 639px){
    section.header-top-bar {
	    padding-top: 100px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 568px) and (max-width: 599px){
    section.header-top-bar {
	    padding-top: 105px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 533px) and (max-width: 567px){
    section.header-top-bar {
	    padding-top: 105px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 480px) and (max-width: 532px){
    section.header-top-bar {
	    padding-top: 125px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 414px) and (max-width: 479px){
    section.header-top-bar {
	    padding-top: 128px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 412px) and (max-width: 413px){
    section.header-top-bar {
	    padding-top: 128px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 384px) and (max-width: 411px){
    section.header-top-bar {
	    padding-top: 148px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 375px) and (max-width: 383px){
    section.header-top-bar {
	    padding-top: 148px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 360px) and (max-width: 374px){
	section.header-top-bar {
	    padding-top: 160px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}

@media (min-width: 320px) and (max-width: 359px){
	section.header-top-bar {
	    padding-top: 160px !important;
	}
	.site--top--banner--section .site--top--banner h3 {
	    font-size: 16px !important;
	    display: block !important;
	}
}


@media(max-width: 1223px) {
	.historic---down .avenue245 {
	    padding-top: 24px !important;
	}
}



/** HDP-87 **/
.btn-beds-filter{
	margin: 30px 0;
}
.btn-beds-filter button{
	color: #ffffff;
	margin-bottom: 2px;
}
.home_building--contents span.item {
    border: 1px solid #dbdbdb;
    margin: 1px;
    display: inline-block;
    padding: 5px 10px;
    color: #630c0d;
	font-weight: bold;
    cursor: pointer;
}
.availability--table td{
	border: 1px solid #ddd;
	padding: 5px;
}
#availabalityDiv,
form.availabilityRange---search--form {
    margin: 0 10px;
}
@media(max-width: 767px) {
	.availability--table{
		overflow-x: scroll;
		display: block;
	}
}

