.footer_container {
    padding: 30px 50px;    
    margin-top: 115px;
}
    .footer_container *{
        color: #fff;
    }

    .footer_container .row{
        display: block;
    }

    /*footer nav*/

    .footer_container .nav.menu{
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        display: block;
    }
    .footer_container .nav.menu li{
        line-height: 24px;
        display: block;
    }
    .footer_container a:hover {
        color: #005680;
        text-decoration: none;
    }
    .footer_container .nav > li > a {
        padding: 0;
        font-weight: 400;
    }
    .footer_container .nav > li > a:hover {
        background-color: transparent;
    }

    #footer .heckner_dot_blue:after{
        position: absolute;
        left: 130px;
        bottom: 0;
        font-size: 80px;
        line-height: 65px;
    }

/************
*   Responsive
**************/
@media only screen and (max-width: 1399px){

    .footer_container .company_ceo{
        margin-bottom: 25px;
    }

}