/* New Footer */
footer {
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0,0.8);
    border-top: 1px solid white;
    -webkit-box-shadow: 0 0 4px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 4px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 1);
    font-family: 'Montserrat', sans-serif;
}

footer h3 {
    color: #67bdef;
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    font-size: 1.1em;
}

footer ul > li {
    margin-bottom: 6px;
}

footer ul li i {
    color: #67bdef;
}

.footer-address {
    font-size: 1.1em;
    margin-bottom: 2px;
}

footer ul > li > a {
    color: #FFF;
    font-size: 1.1em;
    transition: all ease 0.4s;
}

footer ul > li > a:hover {
    text-decoration: none;
    color: #67BDEF;
}

footer u > li > a:active {
    color: white;
    text-decoration: none;
}

.footer-icons {
    margin: 10px 0;
}

.footer-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color:  #FFF;
    border-radius: 50%;

    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 45px;

    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 0;
    transition: all ease 0.3s;
}

.footer-icons a:hover {
    background-color: #67BDEF;
}

.footer-company-about {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    font-size: 1.1em;
}

.copyright-rule {
    width: 60%;
    color: #FFF;
    display: block;
    border: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px auto 2px auto;
}

.copyright {
    padding: 10px 0;
    margin-top:10px;
    font-size: 1.3em;
}

@media screen and (max-width: 768px){
    footer h3, footer ul, .footer-icons, .footer-company-about {
        text-align: center !important;
    }

    h3 {
        margin-top: 20px;
    }

}

@media screen and (min-width: 769px) {
    footer h3, footer ul, .footer-icons, .footer-company-about {
        text-align:left!important;
    }
}
