/* FOOTER */
footer {
    font-size: 14px;
    color: #858585;
    position: relative;
    z-index: 10;
    letter-spacing: 1px;
    /*margin-top: 25px;*/
}

.footer-container {
    background: #222222;
}

footer a, footer a:hover, footer a:visited, footer a:link, footer .white {
    color: #FFFFFF;
    text-decoration: none;
}

footer .right {
    text-align: right;
}

footer .left {
    text-align: left;
}

footer .top {
    position: relative;
    z-index: 9;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-logo {
    height: 45px;
}

footer .bottom {
    background: #1c1c1c;
    padding: 25px;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .social {
    padding-top: 3px;
    padding-bottom: 4px;
}

footer .social a {
    color: #858585;
    padding-right: 3px;
}

footer .social .facebook:hover {
    color: #3b5998;
}

footer .social .twitter:hover {
    color: #55ACEE;
}

footer .social .instagram:hover {
    color: #9b6954;
}

footer .social .youtube:hover {
    color: #bb0000;
}

footer .social .linkedin:hover {
    color: #007bb5;
}

footer .social .snapchat:hover {
    color: #fffc00;
}

footer .goMdot a {
    color: #858585;
}
footer .goMdot a:hover {
    color: #FFF;
}

@media(max-width: 767px) {
    .sticky-footer {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 996px) {
    footer .right, footer .left {
        text-align: center;
    }

    footer .right {
        padding-top: 10px;
    }
}

.txtWhite {
	color: #ffffff;
}
.img-center {
	display: block;
	margin: auto auto;
}