.footer
{
    background-color: #333333;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #ffffff;
}

.footer img
{
    max-width: 150px;
    width: 100%;
}

.footer .row .col-4:last-child img
{
    max-width: 100px;
}

.footer .row .col-4:last-child
{
    text-align: right;
}

.footer .text-muted
{
    color: #ffffff !important;
    position: relative;
    top: 10px;
    font-size: 13px;
}

#back-to-top
{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #64AB30;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show 
{
    opacity: 1;
}

.fa-arrow-up
{
    position: relative;
    top: 2px;
}

@media screen and (max-width: 991px) and (min-width: 100px)
{
    .divExhibitWithUsPlatformDetail
    {
        margin-bottom: 15px;
    }

    .footer .text-muted
    {
        top: 1px;
    }
}

@media screen and (max-width: 767px) and (min-width: 100px)
{
    .footer .text-muted
    {
        font-size: 11px;
    }
}

@media screen and (max-width: 472px) and (min-width: 100px)
{
    .footer .text-muted
    {
        top: -5px;
    }

    .footer img 
    {
        position: relative;
        top: 12px;
    }
}