@media(max-width: 760px){
    .home_top .form-group:nth-of-type(1){
        max-width: 100%;
        width: 100%;
        margin-left: 0px !important;
        padding: 0px !important;
    }
    
    .home_top .form-group:nth-of-type(2){
        width: 100%;
        margin-left: 0px !important;
        padding: 0px !important;
    }
    
    .btn-search{
        clear: both;
        position: static;
        float: left;
        margin-top: 5px;
    }
    
    .footer .footer_logos .logo{
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .home_aboutus .aboutus_image{
        max-width: 100%;
    }
    
    .home_top{
        height: auto;
    }

    .home_top .counter{
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    
    .paypal-logo-images {
        width: 100%;
        margin: 0 auto;
      }

      .paypal-logo-images img{
        width: 100%;
      }
    
    .bx-wrapper{
        margin-top: 20px !important;
    }

    .home_content .home_buttons .btn{
        margin-bottom: 10px;
    }
    
    .footer .footer_menu{
        margin-left: 10px;
    }
    
    .footer .footer_logos .logo img{
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: block;
    }
   
    .header{
        width: 100%;
        display: table;
    }
    
    .header .navbar{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .menu .navbar-default ul li.menu_item_inzercezdarma{
        margin-right: 0px;
    }
    
    .menu .navbar-default ul li.menu_item_odhlasit{
        margin-left: 0px;
    }
    
    .account{
        padding-top: 10px;
    }
    
    .account .col-md-6{
        margin-bottom: 40px;
    }
    
    .jobs .search_top .category,.jobs .search_top .city{
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .jobs .bottom_search{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .jobs .search_button{
        margin-left: 10px;
    }
    
    .navbar-default .navbar-toggle{
        background: #fff;
    }
    
    .job_list .item{
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .job_detail{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .footer .footer_logos h2{
        padding-left: 10px;
    }
    
    
    .job_list .info{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .job_list .credits,.job_list .btn-red,.job_list .btn-default{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .job.new .control-label{
        margin-left: 15px;
    }
    
    .pricelist .plans {
        margin: 0 auto;
    }

    .pricelist .textdesc {
        font-size: 100%;
    }

    .pricelist .plans .plan .desc{
        width: 100%;
    }
    
    .pricelist .plans .plan .name{
        width: 100%;
    }
    
    .pricelist .plans .plan .price{
        width: 100%;
        font-size: 100%;
    }

    .pricelist .desc-bottom {
        width: 100%;
    }
    
    .order{
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .footer_logo{
        margin-left: 10px;
    }

    .home_logos .home_logo{
        width: 100%;
    }

    .home_logos .home_logo img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #frm-searchForm{
        padding-left: 10px;
        padding-right: 10px;
    }

    #featured_categories{
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_aboutus{
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu{
        margin-top: -50px;
    }

    .navbar-default .navbar-collapse{
        margin-top: 80px;
    }

    .page{
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-fluid > .navbar-header{
        width: 20%;
        float: right;
        clear: both;
        position: relative;
        z-index: 999;
    }

    .header .logo{
        position: relative;
        z-index: 999;
    }

    .login .box{
        margin-bottom: 20px;
    }

    .signin{
        padding-left: 10px;
        padding-right: 10px;
    }
    .payment_logos{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .footer_menu .col-md-4{
        padding-left: 0px !important;
    }
    .feature .btn-default_2{
        display: none;
    }
    .footer .youknowus{
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .footer .youknowus img{
        margin-top: 10px;
    }

    .banner_top_list img, .banner_bottom_list img{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1000px) AND (min-width: 768px){
    .home_top .form-group:nth-of-type(1){
        width: 40%;
    }
    
    .home_top .form-group:nth-of-type(2){
        width: 40%;
    }
    
    .logo a img{
        max-width: 100%;
        margin-top: 16px;
    }

    .home_logos .home_logo img{
        max-width: 100% !important;
        height: auto !important;
    }

    .home_content .categories #featured_categories .item h3{
        height: 35px;
    }

    .home_aboutus .aboutus_image{
        max-width: 100%;
        padding-left: 10px;
    }
}

@media(max-width: 1200px) AND (min-width: 1000px){
    .home_top .form-group:nth-of-type(1){
        width: 400px;
    }

    .home_top .form-group:nth-of-type(2){
        width: 400px;
    }
}