.footer .social-icons .mapafooter img {
    width:38px !important;
    height:38px !important;
    margin:-6px 0px 0px 0px;
    padding:4px !important;
    text-align: center !important;
    display: inline-block !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index:1000;
    position:relative;
	background:transparent;
	border-radius: 4px;
}
.footer .social-icons .mapafooter img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
	background:#ccc;
}







.footer-bottom .footer {
	padding:30px 0px 30px 0px;
	background: var(--f1f1f1);
	border-top:solid 0px #005724;
	font-weight:400 !important;

}
.footer-bottom .footer p {
	color: #333;
	font-weight:600;
}

/*LINKS*/
.footer-bottom .link-list li {
	border-top: solid 1px #ccc;
}
.footer-bottom .link-list li:first-child {
	border-top: none !important;
}
.footer-bottom .link-list a {
	color: #333;
	padding: 7px 0px;
	display: inline-block;
	text-transform: uppercase;
	font-weight:600;
}

.footer-bottom .link-list a i {
	font-size: 14px !important;
}

.footer-bottom .link-list a:hover {
	color:var(--lblue1);
}

/*Contacts*/
.footer-bottom .footer .contacts {
	margin-bottom: 0;
}
.footer-bottom .footer .contacts li {
	margin-bottom: 7px;
	font-size:16px !important;
}
.footer-bottom .footer .contacts li:before,
.footer-bottom .footer .contacts li:after {
  	content: " ";
	display: table;
}
.footer-bottom .footer .contacts li:after {
	clear: both;
}
.footer-bottom .footer .contacts li i {
	float: left;
	width: 30px;
	height: 24px;
	color: #333;
	font-size:16px;
	padding: 3px 5px;
	text-align: center;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.footer-bottom .footer .contacts li p {
	margin-bottom: 0;
	color: #333;
	font-size:16px !important;
}
.footer-bottom .footer .contacts li {
	color: #333;
	font-size:16px !important;
}
.footer-bottom .footer .contacts li a {
	color: #333;
	font-size:16px !important;
}
.footer-bottom .footer .contacts li a:hover {
	color: var(--lblue1);
}


/*COPYRIGHT*/
.footer-bottom .copyright {
	padding:30px 0;
	background:var(--lblue2);
}
.footer-bottom .copyright p {
	color: #fff;
	font-size: 15px;
	line-height:24px;
	margin-bottom:0px;
}
.footer-bottom .copyright a {
	color: #d6ffe7;
}
.footer-bottom .copyright a:hover {
	color: #ccc;
}
@media (max-width: 992px) {
	.footer-bottom .copyright{
		text-align: center;
		float: none !important;
	}	
}