

/** FOOTER MAIN **/
.footer-wrapper							{ padding:30px 0px; }
.footer-wrapper .footer-logo			{ float:left; width:450px; }
.footer-wrapper .footer-logo img		{ max-width:100%; }
.footer-wrapper .opening-hours			{ float:right; width:222px; }
.footer-wrapper .footer-contact			{ float:left; width:250px; font-size:1.2em; font-weight:400; margin:0px 30px 0px 0px; }
.footer-wrapper .address-main			{ display:block; }
.footer-contact .tel					{ margin:17px 0px; }
.footer-contact .title					{ display:block; }

.footer-wrapper							{ background:#a2277b; color:#FFFFFF; }
.footer-contact .title					{ color:#e8ecb4; text-transform:uppercase; font-weight:600; }
.footer-contact a						{ color:#FFFFFF; }
.footer-contact a:hover					{ color:#666666; }

.affiliates								{ margin-top:20px; }	



/** FOOTER BASE **/
.footer-base					{ padding:15px 0px; }
.footer-base .copyright			{ float:left; width:510px; text-transform:uppercase; font-size:0.9em; }
.footer-base .login				{ float:right; width:110px; text-align:right; text-transform:uppercase; }

.footer-base					{ background:#FFFFFF; color:#666666; }
.footer-base .copyright a		{ color:#a2277b; font-weight:600; }
.footer-base .login a			{ color:#a2277b; font-weight:600; }
.footer-base .copyright a:hover,
.footer-base .login a:hover		{ color:#666666; font-weight:600; }

.name							{ color:#a2277b; font-weight:600; }


/** RESPONSIVE **/
@media screen and (max-width:930px){
	
	.footer-wrapper .footer-logo		{ width:250px; }
	.footer-wrapper .footer-contact		{ font-size:1em; width:200px; }
	
}

@media screen and (max-width:760px){

	.footer-wrapper .footer-logo		{ display:none; }
	.footer-wrapper .footer-contact		{ float:left; font-size:1.2em; width:250px; }

}

@media screen and (max-width:630px){

	.footer-base .copyright,
	.footer-base .login			{ float:none; width:100%; clear:both; text-align:center; }
	.footer-base .copyright		{ margin:0px 0px 10px 0px; }

}

@media screen and (max-width:540px){

	.footer-wrapper .footer-contact		{ float:none; clear:both; text-align:center; font-size:1.2em; width:100%; }
	.footer-wrapper .opening-hours		{ float:none; clear:both; margin:0px auto 20px auto; }
	.affiliates							{ text-align:center; }
	.closed								{ text-align:center; }

}






