

/** GENERAL **/
.footer-wrapper										{ background:#4B0103; color:#FFFFFF; }



/** FOOTER MAIN **/
.footer-main										{ padding:60px 0px 30px 0px; font-size:1.2em; font-weight:300; }
.footer-main h2										{ text-transform:uppercase; font-weight:600; font-size:1em; }
.footer-contact										{ float:left; }
.footer-contact .street-address						{ display:block; }
.footer-contact .footer-tel,
.footer-contact .footer-email,
.footer-contact .footer-openingHours				{ margin-top:15px; }
.footer-contact .footer-openingHours p { margin:0; }
.footer-right										{ float:right; text-align:right; width:; }
.footer-right p										{ margin:0px; padding:0px; }
.footer-right .footer-social						{ margin:0px 0px 40px 0px; }
.footer-right .social-link							{ display:inline-block; margin:10px 0px 0px 10px; text-transform:uppercase; }
.footer-right .affiliates							{ margin:30px 0px 0px 0px; float:right; }
.footer-right .affiliates a							{ margin:0px 0px 10px 0px; padding:0px 5px; }
.footer-right .affiliates img						{ width:100%; }
.footer-right .affiliates .fsb img					{ max-width:46px; max-height:57px; }
.footer-right .affiliates .tpos-sales img			{ max-width:145px; max-height:51px; }
.footer-right .affiliates .tpos-lettings img		{ max-width:145px; max-height:51px; }

.footer-main h2										{ color:#CC9999; }
.footer-contact .tel,
.footer-contact .email,
.footer-right .social-link							{ color:#FFFFFF; }
.footer-contact .tel:hover,
.footer-contact .email:hover,
.footer-right .social-link:hover,
.footer-right .social-link span						{ color:#CC9999; }




/** FOOTER BASE **/
.footer-base										{ padding:10px 0px; }
.footer-base .copyright								{ float:left; width:470px; }
.footer-base .copyright a							{ color:#CC9999; }
.footer-base .copyright a:hover						{ color:#FFFFFF; }


.footer-base .footer-login							{ float:right; width:100px; text-align:right; color:#CC9999; }
.footer-base .footer-login:hover 					{ color:#FFFFFF; }	


/** RESPONSIVE **/
@media screen and (max-width:570px){
	.footer-base .copyright,
	.footer-base .footer-login						{ display:block; float:none; width:100%; text-align:center; }
	.footer-base .footer-login						{ margin:20px 0px 0px 0px; }
}

@media screen and (max-width:530px){
	
	.footer-contact,
	.footer-right									{ float:none; width:100%; text-align:center; }
	.footer-right									{ margin:30px 0px 0px 0px; }
	
}