

html	{ height:100%; }

/** HEADER / FOOTER DETAILS **/
.branch-details .org					{ text-transform:uppercase; font-weight:400; }
.branch-details .email-address			{ font-size:0.9em; }
.header-details .branch-details .number,
.footer-details .branch-details .number	{ font-size:1.4em !important; margin:-3px 0px 0px 10px; font-weight:300; }

.branch-details .tel					{ color:#FFFFFF; font-weight:300; }
.branch-details .tel:hover				{ color:#092624; font-weight:300; }
.branch-details .email-address			{ color:#FFFFFF; font-weight:300; }
.branch-details .email-address:hover	{ color:#092624; font-weight:300; }

.footer-bar .branch-details .tel								{ color:#FFFFFF; font-weight:300; }
.footer-bar .branch-details .tel:hover							{ color:#092624; font-weight:300; }
.footer-bar .branch-details .email-address						{ color:#FFFFFF; font-weight:300; }
.footer-bar .branch-details .email-address:hover				{ color:#092624; font-weight:300; }
.footer-bar .branch-details .addr .icon							{ background:transparent url(icons/details-addr.png) no-repeat 50% 50%; }
.footer-bar .branch-details .tel .icon							{ background:transparent url(icons/details-tel.png) no-repeat 50% 50%; }
.footer-bar .branch-details .email .icon						{ background:transparent url(icons/details-email.png) no-repeat 50% 50%; }
.footer-bar .branch-details .addr .icon img,
.footer-bar .branch-details .tel .icon img,
.footer-bar .branch-details .email .icon img					{ display:none; }

.single-branch .header-details .header-details-contact			{ background:#FFFFFF; color:#092624; }
.single-branch .header-details .header-details-contact:hover	{ background:#FFFFA4; color:#092624; }

.email-address a 					{ color:#FFFFFF; }
.email-address a:hover 				{ color:#092624; }



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



/** SEARCH FORM **/
.search-form-input input												{ font-size:0.9em; }
.search-form-max660 .search-simple .search-form-input					{ width:100%; }
.search-form-max660 .search-form-input									{ left:0px; }
.search-form-max660 .search-simple .search-form-buttons .btn.btn-rent	{ margin:0px 0px 0px -7px; }
.search-form-max330 .search-simple .search-form-buttons .btn.btn-rent	{ margin:0px 0px 0px -35px; }
.search-form-max660 .search-form-basic .search-form-buttons .btn		{ width:240px; margin:0px 0px 10px 0px; }




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




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

	.header-wrapper .title-searchE	{ display:none; }

}