
.social-band {
	color: white;
	background-color: #FF7062;
	font-size: 0.8rem;
	padding: 0px 17px 17px;
}

.social-icon {
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
}

.social-icon i {
	background: white;
	color: #ff7062;
	border-radius: 100px;
	font-size: 1.9rem;
	padding: 5px 3px;
	width: 40px;
	height: 40px;
	text-align: center;
}

.social-band .btn-orange {
	color: #ffffff;
	border: none;
	background: #ff4d3b;
}

footer {
	color: white;
	background-color: #56595d;
}

footer h4 {
	color: #d0d0d0;
	font-size: 1.1rem;
	font-family: 'Sen', sans-serif;
	font-weight: bold;
}

footer h6 {
	font-size: 0.9rem;
	padding-top: 7px;
	display: inline-block;
}

footer a {
	display: block;
	color: white;
}

footer .aup a {
	display: inline-block;
}

footer .links a {
	line-height: 27px;
	font-size: 0.92rem;
}

footer .links a:hover {
	color: #e4e4e4;
}

footer .ctc {
	font-size: 0.78rem;
	color: #d6d6d6;
}

address.end {
	text-align: center;
	margin-bottom: 0px;
	padding: 17px 0 17px 0;
	background-color: #d5d5d5;
}

@media (max-width: 767px) {

	footer h6 {
		display: block;
	}

	address.end span {
		display: block;
		font-size: 10.9px;
	}

}