<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 30px 40px 40px 40px;	
	background: #5F6165;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 1.1em;
	font-weight: 200;
}

.footer-v1 .footer .headline {
	padding-top: 10px;
}

/*Link List*/


.footer-v1 .link-list li {
	border-top: none;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
	font-size: 0.9em;
	text-transform: none;
	font-weight: 200;
}

.footer-v1 address {
	line-height: 23px;
}


/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #4E5054;
	border-top: none;
	padding: 7px 0 7px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
	color: #FFF;
	text-decoration: underline;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #FFF;
	font-size: 1em;
}

@media (max-width: 991px) {
	.footer-v1 .copyright {
		text-align: center;
		padding: 10px;
	}
	
	.footer-v1 .footer-socials {
		text-align: center;
	}
}</pre></body></html>