.main-footer {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: 12pt;
    /*background:url('/assets/images/front/template2/footer_background.jpg');*/
    /*background-size: cover;*/
    /*background-position: bottom center;*/
    /*background-repeat: no-repeat;*/
    font-weight: bold;
    min-height:250px;
    background-color:#000000;
}

.main-footer a, .main-footer a:hover {
    text-decoration: none;
    color:#fff;
}

.footer-icon a i {
    margin-left: 20px;
}

.main-footer .footer-link {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-footer .footer-link a {
    color: #193052;
    font-size: 11pt;
    margin-right: 60px;
}

.main-footer .footer-link a:hover{
    color:#165ba8;
    text-decoration: none;
}

.footer-content {
    text-align: left;
    padding-left: 30px;
}

.main-footer .form-subscribe {
    border: solid 2px #193052;
    background-color: #ebeef2;
}

.main-footer .btn-subscribe {
    background-color: #193052;
    color: #fff;
    font-size: 10pt;
}

.main-footer img{
    height:60px;
    padding-bottom:15px;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {
    .main-footer .footer-link a {
        color: #193052;
        font-size: 11pt;
        margin-right: 0px;
        display: block;
    }

    .main-footer .footer-logo {
        padding-bottom: 30px;
    }

    .main-footer .footer-content {
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px;

    }
    .main-footer {
        padding:30px 15px;
        font-size: 10pt;
        font-weight: 600;

        height:auto;
        min-height: auto;
    }

    .main-footer .footer-link a {
        color: #193052;
        font-size: 11pt;
        margin-right: 0px;
        display: inline-block;
        width:50%;
    }

    .footer-content{
        display: none;
    }

    .main-footer .footer-link {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 480px) {

}



