/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;	
	background: #13181d;
  font-family: 'Oswald', sans-serif;
   font-weight: 400;
}

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

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

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
  font-family: 'Oswald', sans-serif;
   font-weight: 400;
}

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

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #0E151B;
	border-top: none;
	padding: 5px;
  font-family: 'Oswald', sans-serif;
}

.footer-v1 .copyright p {
	color: #eee;
	margin: 10px auto;
text-align: center;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 10px;
	text-align: justify;
}

.footer-v1 .footer-socials li a {
color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 6px 5px;
    text-align: center;
    background: #353535;
    display: inline-block;
}
.footer-v1 .footer-socials li a:hover {
color: #052C52;
    background: #e0862b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}