
/** FOOTER MAIN **/
.footer-wrapper							{ padding:40px 0px; font-size:1.1em; font-weight:700; }
.footer-wrapper .footer-logo			{ float:left; width:200px; }
.footer-wrapper .footer-logo img		{ width:100%; max-width:305px; max-height:100px; }
.footer-wrapper .opening-hours			{ float:right; }
.footer-wrapper .footer-contact			{ font-size:1em; font-weight:700; }
.footer-wrapper .address-main			{ display:block; }
.footer-contact .tel					{ margin:17px 0px; }
.footer-contact .title					{ display:block; font-size:1.3em; text-transform:uppercase; }

.footer-wrapper							{ background:#FFF; color:#000; }
.footer-contact .title					{ color:#C13931; font-weight:700; }
.footer-wrapper .opening-hours .title	{ color:#C13931; font-weight:700; }
.footer-contact a						{ color:#000; }
.footer-contact a:hover					{ color:#C13931; }

.footer-wrapper .footer-contact,
.footer-wrapper .opening-hours			{ width:38%; display:inline-block; }
.footer-wrapper .logo-left-wrapper		{ width:45%; display:inline-block; float:left; }

.footer-center-text						{ width:50%; display:inline-block; }
.logo-left-wrapper						{ width:60%; display:inline-block; }

.branch 				{ display:inline-block; vertical-align:top; width:254px; }


.footer-wrapper .logo-left-wrapper .footer-logo,
.footer-wrapper .logo-left-wrapper .affiliates		{ width:100%; display:block; float:none; }

.footer-wrapper .logo-left-wrapper .affiliate-wrapper		{ margin-top:28px; margin-bottom:28px; }

/** FOOTER BASE **/
.footer-base					{ padding:15px 0px; text-transform:uppercase; }
.footer-base .copyright			{ float:left; width:540px; font-size:11px; font-weight:700; }
.footer-base .login				{ float:right; width:130px; text-align:right; font-weight:700; font-size:11px; }

.footer-base					{ background:#FFF; color:#000; }
.footer-base .copyright a		{ color:#C13931; }
.footer-base .login a			{ color:#C13931; }
.footer-base .copyright a:hover,
.footer-base .login a:hover		{ color:#000000; }
.footer-base .ea-name			{ color:#C13931; }



/** RESPONSIVE **/
@media screen and (max-width:850px){
	.footer-wrapper .logo-left-wrapper		{ width:100%; display:block; text-align:center; }
	.footer-wrapper .logo-left-wrapper .footer-logo	 { display:none; }
	.footer-wrapper .opening-hours,
	.footer-wrapper .footer-contact	{ width:48%; display:inline-block; }
	.footer-center-text						{ width:100%; display:inline-block; }
}
@media screen and (max-width:770px){
	.branch 				{ display:inline-block; vertical-align:top; width:254px; float:right; }
}
@media screen and (max-width:640px){
	.branch							{ float:none; }
	.footer-base .copyright,
	.footer-base .login	 			{ float:none; width:100%; text-align:center; display:block; }
	.footer-base .copyright 		{ margin:0px 0px 20px 0px; }
}

@media screen and (max-width:500px){
	.footer-wrapper .footer-contact,
	.footer-wrapper .opening-hours		{ float:none; max-width:280px; display:block; margin:0px auto 20px auto; width:100%; }
	.footer-wrapper .footer-contact,
	.footer-wrapper .opening-hours,
	.affiliate-wrapper					{  text-align:center; }
	.opening-hours .row 				{ width:100%; }
	.opening-hours .row .day			{ text-align:left; }
} 
@media screen and (max-width:420px){
	.affiliate-wrapper a.affiliate		{ display:block; margin:0px auto 20px auto; }
}






