@media(max-width:800px){
    .hide-mob{
        display:none;
    }
    .show-mob{
        display:block;
    }
    .nav-below{
        position:fixed;
        display:block;
        width:100%;
        min-height: 70px;
        bottom:0;
        padding:10px 0 0 0;
        /*align:center;*/
        z-index:2000;
        background:#131722;
        color:#c0c0c0;
        border-top: 1px solid #2a2e39;
    }
    .nav-below a{
        color:#c0c0c0 !important;
        text-decoration:none !important;
    }
    .logo-s{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:16px;
    }
    .exchange-prices{
        background: #000;
        width:50px;
        min-height:200px;
        padding:10px;
        position:fixed;
        right:0;
        top:25%;
        z-index:1900;
    }
    .trade-zone{
        width:100%;
        height:100%;
        background:#181F2D;
        padding:10px 20px;
        top:120px;
        bottom:60px;
        position:fixed;
        z-index:450;
    }
}