

/** GENERAL **/
.footer-wrapper {
	background:#EFEFEF url(logos/logo-light.svg) no-repeat 50% 50%;
	color:#666666;
	background-size:272px;
}



/** 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; }
.footer-right .affiliates a							{ display:block; margin:0px 0px 10px 0px; }
.footer-right .affiliates img						{ width:100%; }
.footer-right .affiliates .rics img					{ max-width:175px; max-height:64px; }

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




/** FOOTER BASE **/
.footer-base										{ padding:10px 0px; }
.footer-base .copyright								{ float:left; width:420px; }
.footer-base .footer-login							{ float:right; width:100px; text-align:right; }



/** 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; }

}
