@media screen and (max-width: 991px){

    .header-nav > .container{
        position:relative;
        z-index:2;
    }

    #mobile_top_menu_wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        top: -100%;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition:.5s;
        background-color:#fff;
        overflow:hidden;
    }

    #mobile_top_menu_wrapper.show{
        top:13%;
    }

}

/*input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {*/
/*    width: 210px !important;*/

/*}*/

.cstrow {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 24px;
}

.cstcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}