/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 10px 0;	
	background: #333;
	
}

#logo-footer{
	margin-bottom: 10px;
}

.footer-v1 .footer p {
	color: #eee;
	text-align: left;
	font-size: 14px;
}

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

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

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



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

.footer-v1  .social-icons a i{
	
	color:#99cc33;
	text-align: center;
	margin-bottom: 20px;
}

.social-icons a:hover i{
	
	color:#336699;
	
}


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

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
	padding: 0px;
}

.copyright .container, .copyright .container .row, .copyright .container .row .col-md-6{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;

}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 0px;
	font-size: 10px;
	text-align: center;
}

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

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

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

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