.gradient-border
{
    height: 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 22%, rgba(71,179,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(22%,rgba(255,255,255,1)), color-stop(100%,rgba(71,179,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 22%,rgba(71,179,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 22%,rgba(71,179,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 22%,rgba(71,179,221,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 22%,rgba(71,179,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#47b3dd',GradientType=1 ); /* IE6-9 */
}


.footer
{
    margin-top: 30px;
    padding-bottom: 50px;
}

.footer img
{
    max-width: 210px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.copy-box p
{
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 12px;
    color: #99a7b3;
}

.footer .nav > li > a, .footer .nav > li > a:hover, .footer .nav > li > a:focus, .footer .nav > li > a:active
{
    color: #73bfe2;
    background-color: transparent;
    font-size: 13px;
}
.axinter_box{display:flex; width: 100%; flex-direction: column; justify-content: flex-end;align-items: flex-end; margin-top: 60px;}
.axinter_box p{color: #fff;}
.axinter_box img{width: auto; margin: 0;max-width: 150px;}