/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
    font-size: 15px;
    line-height: 1.6;
    padding: 40px 0;
}

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

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

/*Dotted Map*/
.footer-v1 .footer .map-img {
    background: url(../../img/map-img2.png) 90% 100% 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 {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0 5px;
}

.footer-v1 .copyright p {
    margin-top: 13px;
}

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