/** FOOTER **/
.footer-wrapper {
	padding: 20px 0px;
}

.footer-wrapper {
	background: #7c7e81 url("backgrounds/footer-bg.jpg") no-repeat scroll 50% 50%;
	color: #FFFFFF;
}



/** FOOTER DETAILS **/
.footer-wrapper .footer-details {
	float: right;
}

.footer-wrapper .footer-details .branch {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
}

.footer-wrapper .footer-details .address {
	font-size: 1.1em;
}

.footer-wrapper .footer-details .tel {
	margin: 10px 0px;
	font-size: 2em;
	display: block;
	padding-top: 10px;
	font-weight: 300;
}

.footer-wrapper .footer-details .email {
	font-size: 1.1em;
	display: block;
	padding-top: 10px;
}

.footer-wrapper .footer-details .branch {
	color: #a4343a;
}

.footer-wrapper .footer-details .address {
	color: #FFFFFF;
}

.footer-wrapper .footer-details .tel {
	color: #FFFFFF;
}

.footer-wrapper .footer-details .tel .number {
	color: #FFFFFF;
}

.footer-wrapper .footer-details .tel .number:hover {
	color: #a4343a;
}

.footer-wrapper .footer-details .email {
	color: #FFFFFF;
	cursor: pointer;
}

.footer-wrapper .footer-details .email .email-before {
	color: #FFFFFF;
}

/** TEXT BEFORE @ SIGN **/
.footer-wrapper .footer-details .email .email-symbol {
	color: #FFFFFF;
}

/** @ SYMBOL **/
.footer-wrapper .footer-details .email .email-after {
	color: #FFFFFF;
}

/** TEXT AFTER @ SIGN BUT BEFORE DOMAIN **/
.footer-wrapper .footer-details .email .email-end {
	color: #FFFFFF;
}

/** DOMAIN TEXT **/
.footer-wrapper .footer-details .email:hover {
	color: #a4343a;
}



/** FOOTER SOCIAL **/
.CustomSocialLinks {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.CustomSocialLinks li {
	display: block;
	margin: 10px 0px 0px 0px;
}

.CustomSocialLinks li a {
	position: relative;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 0px 45px;
}

.CustomSocialLinks li a i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.2em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #A4343A;
	color: #A4343A;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.CustomSocialLinks li a:hover i {
	background-color: #A4343A;
	color: #FFFFFF;
}

.CustomSocialLinks li a span {
	line-height: 30px;
}



/** OPENING HOURS **/
.opening-hours {
	float: left;
	width: 230px;
	line-height: 1.2em;
}

.opening-hours h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	padding-bottom: 10px;
}

.opening-hours .row {
	margin: 5px 0px 0px 0px;
}

.opening-hours .row.row--lunchBreak {
	margin: 20px 0px 0px 0px;
	max-width: 140px;
}

.opening-hours .day {
	display: block;
	float: left;
	width: 90px;
}

.opening-hours .time {
	display: block;
	text-align: right;
	margin: 0px 0px 0px 100px;
}



/** ACCREDITATIONS **/
.Accreditations {
	list-style: none;
	margin: 0px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	text-align: center;
}

.Accreditations li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.Accreditations li img {
	width: auto;
	max-height: 40px;
}


/** FOOTER BASE **/
.footer-copyright-wrapper {
	background: #63666a;
	padding: 10px 0px;
	text-transform: uppercase;
}

.footer-copyright-wrapper .footer-copyright {
	font-size: 0.8em;
}

.footer-copyright-wrapper .copy-links {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}

.footer-copyright-wrapper .ppcom {
	float: right;
	display: inline-block;
}

.footer-copyright-wrapper .footer-copyright {
	color: #FFFFFF;
}

.footer-copyright-wrapper .footer-copyright a {
	color: #FFFFFF;
}

.footer-copyright-wrapper .footer-copyright a:hover {
	color: #a4343a;
}




/** RESPONSIVE **/
@media screen and (max-width:760px) {
	.footer-wrapper .footer-details {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-wrapper .footer-details .address span {
		display: inline;
	}

	.footer-wrapper .footer-social {
		float: none;
		clear: both;
		text-align: center;
		margin: 20px 0px 0px 0px;
		width: 100%;
	}

	.footer-wrapper .footer-social a {
		margin: 10px;
		text-align: center;
	}

	.footer-wrapper .footer-social a.tpos {
		display: block;
		clear: both;
		text-align: center;
	}

	.footer-wrapper .footer-social img {
		float: none;
		display: block;
		margin: 0px auto;
	}

	.footer-wrapper .footer-social .text {
		display: block;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}

	.footer-copyright-wrapper span {
		float: none;
		width: 100%;
		padding: 0px 0px 5px 0px;
		display: block;
		text-align: center;
	}

	.opening-hours {
		float: none;
		margin: 0px auto;
	}

	.opening-hours h2 {
		padding-top: 30px;
		text-align: center;
	}

	.CustomSocialLinks li a {
		padding: 0px;
		display: inline-block;
	}

	.CustomSocialLinks li a i {
		position: relative;
		margin: 0px auto;
	}
}

@media screen and (max-width:380px) {
	.footer-wrapper .copy-links {
		display: block;
		clear: both;
		padding: 10px 0px 0px 0px;
		border-left: none;
	}
}