/** 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 BASE **/
.footerBase {
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}

.footerBase a,
.footerBase .footerBase-text span {
	font-weight: bold;
	color: #C13931;
}

.footerBase a:hover {
	color: #000000;
}

.footerBase .footerBase-text,
.footerBase .footerBase-ppcom {
	display: inline-block;
	vertical-align: middle;
}

.footerBase .footerBase-ppcom {
	padding: 10px;
}

.footerBase .footerBase-links a {
	display: inline-block;
	vertical-align: middle;
}

.footerBase .footerBase-links a + a {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #000000;
}



/** 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 {
		width: 254px;
		float: right;
	}
}

@media screen and (max-width:640px) {
	.branch {
		float: none;
	}
}

@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 {
		text-align: center;
	}

	.opening-hours .row {
		width: 100%;
	}

	.opening-hours .row .day {
		text-align: left;
	}

	.footerBase {
		padding: 40px 0px;
	}
}

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

	.footerBase .footerBase-text span,
	.footerBase .footerBase-ppcom a {
		display: block;
	}

	.footerBase .footerBase-links a {
		display: block;
		margin: 20px 0px 0px 0px;
	}

	.footerBase .footerBase-links a + a {
		margin: 20px 0px 0px 0px;
		padding: 0px;
		border-left: none;
	}
}



/** ACCREDITATIONS **/
.FooterAffiliates {
	margin: 0px auto;
	padding: 20px;
	text-align: center;
}

.FooterAffiliates a {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.FooterAffiliates a img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 40px;
}

@media screen and (max-width: 980px){
	.FooterAffiliates {
		max-width: 500px;
	}
}