/*-------- FOOTER --------*/

footer {
    clear: both;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 100;
        /*background: rgba(59, 117, 204, 1);*/
        background: rgba(48, 51, 58, 1);
        text-align: left;
        height: auto;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
    footer {
        height: auto;
        }
    }
    @media (max-width: 991px) {
    footer {
        height: auto;
        }
    }

.footer-middle {
    padding-bottom: 2em;
}
.footer-sub {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid rgba(255,255,255,.25);
}

footer h5 {
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.footer-sub a,
footer .contact a {
    line-height: 1.4em;
    color: #fff;
    border-bottom: 1px dashed rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-sub a:hover,
footer .contact a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.75);
}
footer .contact,
footer .social {
    float: left;
    clear: both;
    width: 100%;    
}

footer ul {
    margin-left: 0;
}
footer .contact li  {
    clear: both; 
    margin-bottom: 1rem;    
}

footer .contact .ico {
   width: 10%;  
   float: left;
}

footer .contact .info {
   width:90%; 
   float: left; 
}

footer .social {
   padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.25);
}
footer .social li {
    display: inline-block;
    /*margin: 0;*/
    margin-right: .5em;
}
footer .social li a {
    padding: 0;
    margin: 0;
    margin-right: 1em;
}

footer .social li i {
    margin: 0;
    font-size: 2em;
    color: rgba(255,255,255,.75);
}
footer .social li i:hover {
    color: rgb(233, 90, 12);
    border: none;
}
footer .social li a,
footer .social li a:hover {

    border: none;
}
