/* Impostazione colonne footer --- */

.latest-list li a {
    color: #eee;
}

.latest-list small {
    color: #999;
    display: block;
}
small, .small {
    font-size: 75%;
}


.fa-angle-right:before {
    content: "";
}
*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.footer-v1 address, .footer-v1 .link-list a, .footer-v1 .link-list i {
    color: #eee;
}
.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

.link-list a {
    color: #eee;
    display: inline-block;
    font-size: 11px;
    padding: 6px 0;
    text-transform: uppercase;
}

.latest-list li {
    border-top: 1px solid #353535;
    padding: 8px 0;
}

.link-list li:first-child {
    border-top: medium none !important;
}






/*Footer-v1   ------------------------------------*/
.footer-v1 .footer {
	/*padding: 40px 0;	
	background: #272727;*/
	   background: none repeat scroll 0 0 #272727;
    /* background: none repeat scroll 0 0 #e0e0e0; */
    padding: 40px 0;
    margin-top: 40px;
}

.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;
}

/*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;
}

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

.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;
	}
}