@media screen and (max-width: 767px) {
    
    #topmenu{
        height: auto;
        position: relative;
    }
    .topmenu{
        width: 100%;
        height: auto;
    }
    .topmenu>ul{
        width: 100%;
    }
    .topmenu>ul>li{
        width: 100%;
    }
    .topmenu>ul>li>a{
        width: 100%;
        text-align: center;
        background: #144552;
        color: #f1fffa;
    }
    .topmenu>ul>li>a:hover{
        background: #f1fffa;
        color: #144552;
    }
    .search{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .search>form>input{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    
    .topmenu>.login-buttons{
        float: none;
        display: block;
        width: 100%;
    }

    .topmenu>.login-buttons>a{
        display: block;
        width: 100%;
        text-align: center;
        background: #144552;
        color: #f1fffa;
        line-height: 45px;
        margin: 0;
        font-size: 18px;
        text-decoration: none;
    }

    .topmenu>.login-buttons>a:hover{
        background: #f1fffa;
        color: #144552;
    }

    .topmenu>.login-buttons>.logout-btn{
        color: #ffdddd;
    }
    
    
    
    #banner{
        height: 80px;
        top: 0;
        background: url('../img/banner.jpg') repeat-x;
    }
    .banner{
        position: absolute;
        line-height: 80px;
        right: 0; 
        left: auto;
    }
    .banner>.title>a{
        color: #f1fffa;
        text-align: right;
        font-size: 18px;
        margin-right: 10px;
        margin-left: 0;
    }
    .logo{
        background: url('../img/soft625.png') no-repeat;
        width: 160px;
        height: 80px;
        background-size: contain;
    }
    #far_menu{
        top: 0;
        height: auto;
        position: relative;
    }
    
    .far_menu{
        width: 100%;
        height: auto;
    }
    .far_menu>ul{
        width: 100%;
    }
    .far_menu>ul>li{
        width: 100%;
    }
    .far_menu>ul>li>a{
        width: 100%;
        text-align: center;
        background: #144552;
        color: #f1fffa;
    }
    
    .far_menu>ul>li>ul>li>a>img{
    display: none;
    }
    
    #main{
        width: 100%;
        top: 0;
    }
    .main_download{
        width: 100%;
    }
    
    .download_image{
        width: 90%;
        height: auto;
    }
    .download_image>a>img{
        width: 100%;
        height: auto;
        display: block;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -o-object-fit: cover;
    }
    .main_sidebar{
        width: 100%;
        margin-top: 30px;
    }


    #footer{
        height: auto;
    }
    .footer{
        width: 100%;
        display: block;
    }
    .footer_item{
        margin: 10px;
    }
    .footer_item{
        border-bottom: 1px solid #4d908e;
    }

}
@media screen and (min-width: 768px) and (max-width:1023px) {

    
}