/*FOOTER*/

.footer-txt {
    font-size: 2.5em;
    font-weight: 400;
    color: #002135;
    display: block;
    letter-spacing: 0.5px;
    padding-bottom: 24px;
}

.footer-txt strong {
    font-weight: 700;
}

.copyline {
    font-size: 1.75em;
    padding-top: 12px;
}

.footer-icon {
    padding-right: 16px;
    padding-left: 16px;
}

.fa-5x {
    font-size: 12em !important;
    color: #0093bf;
}

.footer-bkg {
    background-image: url(../images/gui/ftr-bkg.jpg);
    background-size: 100%;
}

.footer-bkg-inside {
    padding: 2%;
}




/*EFFECTS - Hover.css http://ianlunn.github.io/Hover/*/

/* Grow */
.hvr-grow {
    display: inline-block;
    /*vertical-align: middle;*/
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.hvr-grow:hover {
    color: #007497;
}

/*MEDIA QUERIES*/

@media screen and (max-width:47.938em) { /*767px*/ /*BSXSMALL*/
    .footer-txt {
        font-size: 1.25em;
    }
    
    .fa-5x {
        font-size: 5em !important;
    }
    
    .copyright {
        padding-bottom:0px;
    }
}