

/** HEADER BACKGROUND **/
.header-bar	{ padding:80px 0px; }



/** HEADER / FOOTER DETAILS **/
.branch-details .org					{ text-transform:uppercase; font-weight:400; }
.branch-details .email-address			{ font-size:0.9em; }
.branch-details .address				{ text-transform:uppercase; }

.header-bar .branch-details .tel					{ color:#AA1917; }
.header-bar .branch-details .tel:hover				{ color:#606060; }
.header-bar .branch-details .email-address			{ color:#606060; }
.header-bar .branch-details .email-address:hover	{ color:#AA1917; }

.footer-bar .branch-details .tel					{ color:#FFFFFF; }
.footer-bar .branch-details .tel:hover				{ color:#FFFFFF; }
.footer-bar .branch-details .email-address			{ color:#FFFFFF; }
.footer-bar .branch-details .email-address:hover	{ color:#FFFFFF; }



/** LIST ITEMS **/
.list-item-content h2 .addr .addr-line1				{ line-height:1.2em !important; }



/** RECENT **/
@media screen and (max-width: 992px){
	.row 	{ margin-left:0px; margin-right:0px; padding-left:10px; padding-right:10px; }
}



/** SEO TEXT **/
.title-searchE	{ text-align:right; }



/** CONTACT PAGE **/
.contact-office			{ margin:20px 0px; }
.contact-office img		{ width:100%; max-width:960px; max-height:674px; }



/** PROPERTY **/
.slideshow-slides		{ background:#606060; }



/** RESPONSIVE **/
@media screen and (max-width:500px){

	.header-bar	{ padding:40px 0px; }
	.header-wrapper .title-searchE	{ padding:0px 0px 0px 0px; }

}