
/** GENERAL **/
.hf-details										{ float:right; width:300px; }
.hf-details .branch-details						{ display:inline-block; vertical-align:top; width:300px; }
.hf-details .branch-details .icon				{ float:left; display:block; width:25px; height:25px; margin-top:5px; }
.hf-details .branch-details .icon img			{ width:100%; max-width:25px; max-height:25px; }
.hf-details .branch-details .addr,
.hf-details .branch-details .tel,
.hf-details .branch-details .email a,
.hf-details .branch-details .email-wrapper		{ display:block; clear:both; margin:10px 0px 0px 0px; font-size:1.1em; }
.hf-details .branch-details .address-main		{ display:block; clear:both; }
.hf-details .branch-details .address,
.hf-details .branch-details .number,
.hf-details .branch-details .email-address a	{ display:inline-block; vertical-align:middle; }
.hf-details .branch-details .address			{ margin:2px 0px 0px 10px; }
.hf-details .branch-details .number				{ margin:0px 0px 0px 10px; }
.hf-details .branch-details .email-address a	{ margin:5px 0px 0px 10px; }
.hf-details .branch-details .number				{ font-size:1.8em; }
.hf-details .title-searchE						{ display:block; margin:20px 102px 0px 0px; font-size:0.8em; padding:0px; text-align:center; color:#FFFFFF; text-transform:none; }

/** HEADER **/
.header-wrapper .hf-details .branch-details .number					{ color:#FFFFFF; }
.header-wrapper .hf-details .branch-details .number:hover			{ color:#333333; }
.header-wrapper .hf-details .branch-details .email-address a		{ color:#FFFFFF; }
.header-wrapper .hf-details .branch-details .email-address a:hover	{ color:#333333; }

/** FOOTER **/
.footer-wrapper .hf-details											{ color:#333333; }
.footer-wrapper .hf-details .branch-details .org					{ color:#333333; }
.footer-wrapper .hf-details .branch-details .number					{ color:#333333; }
.footer-wrapper .hf-details .branch-details .number:hover			{ color:#A81E23; }
.footer-wrapper .hf-details .branch-details .email-address a		{ color:#333333; }
.footer-wrapper .hf-details .branch-details .email-address a:hover	{ color:#A81E23; }

/** RESPONSIVE **/
@media screen and (max-width:760px){
	.hf-details,
	.hf-details .title-searchE					{ float:none; clear:both; width:100%; margin:20px auto; text-align:center; }
	.hf-details .branch-details					{ margin:0px 0px 0px 0px; width:100%; }
	.hf-details .branch-details .addr,
	.hf-details .branch-details .tel,
	.hf-details .branch-details .email a		{ display:block; margin:10px auto; }
	.hf-details .branch-details .icon			{ float:none; display:inline-block; vertical-align:middle; }
	.hf-details .branch-details .address-main	{ display:inline-block; clear:none; vertical-align:middle; }
}
@media screen and (max-width:450px){
	.hf-details .branch-details 			{ display:none; }
	.hf-details .title-searchE	 			{ display:none; }
}                                                                                                 