

/** FOOTER MAIN **/
.footer-wrapper							{ padding:60px 0px 10px 0px; }
.footer-wrapper .footer-logo			{ float:left; width:330px; }
.footer-wrapper .footer-logo img		{ width:100%; max-width:600px; max-height:303px; }
.footer-wrapper .opening-hours			{ float:right; width:210px; }
.footer-wrapper .footer-contact			{ float:right; width:250px; font-size:1.2em; font-weight:300; margin:0px 30px 0px 0px; }
.footer-wrapper .address-main			{ }
.footer-contact .tel					{ margin:17px 0px; }
.footer-contact .title					{ display:block; }

.footer-wrapper							{ background:#002B3E; color:#FFFFFF; }
.footer-contact .title					{ color:#C3922E; }
.footer-contact a						{ color:#FFFFFF; }
.footer-contact a:hover					{ color:#C3922E; }

.affiliate-logo			{ width:100%; display:block; background:#002B3E; text-align:right; }
.affiliate-logo a img	{ width:100%; max-width:120px; max-height:42px; }		



/** FOOTER BASE **/
.footer-base					{ padding:15px 0px; }
.footer-base .copyright			{ float:left; width:480px; }
.footer-base .login				{ float:right; width:90px; text-align:right; }

.footer-base					{ background:#002B3E; color:#FFFFFF; }
.footer-base .copyright a		{ color:#C3922E; }
.footer-base .login a			{ color:#C3922E; }
.footer-base .copyright a:hover,
.footer-base .login a:hover		{ color:#FFFFFF; }



/** 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; }
	.affiliate-logo			{ text-align:center; padding:15px 0px; }
	.opening-hours .title				{ text-align:center; }

}






