footer {
    padding: 32px 0;
    background-color: #f6f6f6;
    border-top: 1px solid #e3e3e3;
    text-align: center
    }

footer .footer-logo {
    display: inline-block;
    min-width: 135px;
    margin-bottom: 20px;
    /* text-align: center; */
}

footer .footer-logo img {
    max-width: 135px;
    max-height: 32px;
    margin: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

footer .footer-logo img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

footer .footer-links {
    text-align: center
}

footer .footer-links .link {
    display: inline-block;
    padding: 0 9px 0 7px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease
}

footer .footer-links .link:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    color: #ddd;
    width: 1px
}

footer .footer-links .link:last-child:after {
    display: none
}

footer .footer-links .link:hover {
    color: #333;
    text-decoration: none
}

footer .copy-right {
    margin-top: -3px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px
}

footer .copy-right a {
    color: #999;
    font-size: 12px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease
}

footer .copy-right a:hover {
    color: #333;
    text-decoration: none
}

.red-text{
    
    font-weight: 300;
}
.footer-mcopy{
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #666;
}
.footer-mcopy a {
    text-decoration: underline;
    color:#007bff!important;
    display: inline;
}
.footer-mcopy a:hover {
    text-decoration: underline;
    color:#007bff!important;
}
.footer-mcopy span.red-text{
    color:#E8171F;
    font-weight:800;
}
.copy-right a{
    text-transform: uppercase;
}
footer .footer-links {
    text-align: center;
}

@media only screen and (min-width:768px) {
    footer {
        text-align: inherit
    }
    footer .footer-logo {
        margin-bottom: 0
    }
    footer .footer-links {
        margin-top: -4px
    }
    footer .copy-right {
        margin-bottom: 0
    }
    footer .relx {
        float: right
    }
    footer .copy-right {
        margin-bottom: 0;
    }
    footer .footer-links {
        margin-top: -4px;
    }
}

@media only screen and (min-width:480px) {
    footer .copy-right {
        padding-top: 0px
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media only screen and (max-width: 767px){
    footer .copy-right a, footer .copy-right span {
        text-align: center;
    }
    .row {
        flex-wrap:wrap;
        justify-content: center;
    }
    .row > *{
        flex:1 1 100%;
    }
    footer .footer-logo img{
        margin:auto;
    }
    .footer-mcopy span.red-text {
        display: inline-block;
        text-align: center;
    }
}