.mob-card-blue .uk-grid{
    margin-left: 5px;
    margin-right: 5px;
}

.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mob-screen .left-col-add_cargo .sortable_ui input[type=text]{
    width: 70%;
}

.mob-mmenu .uk-open.uk-dropdown-boundary{
    margin-top: 0px;
}

.fade.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fixed-wid-topmenu{
    width: 100%;
    height: 207px;
}

.mob-mmenu li a img{
    width: 36px;
}

.mob-mmenu li a span{
    color: black;
    font-weight: 600;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}


.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}


.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}



.nav {
    margin-bottom: 18px;
    margin-left: 0;
    list-style: none
}

.nav > li > a {
    display: block
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #a0a0a0;
}

.nav > .pull-right {
    float: right
}

.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.nav li + .nav-header {
    margin-top: 9px
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}

.nav-list > li > a, .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list > li > a {
    padding: 3px 15px
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    color: #5d5d5d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}

.nav-list [class^="icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}


.nav > .dropdown.active > a:hover {
    color: #000;
    cursor: pointer
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 18px;
    overflow: visible
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #0e6dcd8a, #ffffff);
    background-image: -ms-linear-gradient(top, #0e6dcd8a, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6dcd8a), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #0e6dcd8a, #ffffff);
    background-image: -o-linear-gradient(top, #0e6dcd8a, #ffffff);
    background-image: linear-gradient(top, #0e6dcd8a, #ffffff);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);

}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto
}

.navbar {
    color: #000
}

.navbar .brand:hover {
    text-decoration: none
}

.navbar .brand {
    display: block;
    float: left;
    padding: 8px 20px 12px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #000
}

.navbar .nav > li > a {
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    color: #999;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar .btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 5px 5px 6px;
    line-height: 18px
}

.navbar .btn-group {
    padding: 5px 5px 6px;
    margin: 0
}

.navbar .nav > li > a:hover {
    color: #ccc;
    text-decoration: none;
    background-color: transparent
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #222
}

.navbar .divider-vertical {
    width: 1px;
    height: 40px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #222;
    border-right: 1px solid #333
}

.navbar .nav.pull-right {
    margin-right: 0;
    margin-left: 10px
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 50px;
    margin-left: 5px;
    background-color: #4387FF;
    *background-color: #4387FF;
    background-image: -ms-linear-gradient(top, #4387ff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4387FF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #4387FF, #FFFFFF);
    background-image: -o-linear-gradient(top, #4387FF, #FFFFFF);
    background-image: linear-gradient(top, #4387FF, #FFFFFF);
    background-image: -moz-linear-gradient(top, #4387FF, #FFFFFF);
    background-repeat: repeat-x;
    /*border-color: #222 #222 #000;*/
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    /*filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);*/
    /*filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);*/
    /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)*/
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: #a3c4ff;
    *background-color: #a3c4ff
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #a3c4ff
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px
}

.mob-search .js-switch-tabs {
    border-bottom: 1px solid #dadada;
}

.filter_form .js-switch-tabs{
    font-weight: 700;
}

.mob-logo-text{
    margin: 0px;
    padding-top: 2px;
    font-size: 16px;
    text-align: center;
    color: #999999
}

.carder-mob .hideOnCarder {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -35px;
    top: -35px;
    background-image: url(/themes/adista/assets/img/icons/hideBtn.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mob-screen .new-timer {
    width: 25%;
    top: -2px;
    border: none;
}

.mob-screen .closeADS{
    width: 25%;
    top: -2px;
    border: none;
}

.mob-screen #bt-drop-count {
    padding: 5px 10px 10px 10px;
    font-size: 14px;
    height: auto;
}

.filter_form .new{
    color:rgb(0, 0, 0);
}

.mob-search .left-col-nav,.mob-search .left-col-subnav,.mob-search .left-col-subnav-gray{
    background-color: rgb(240, 240, 240);
}

.mob-search .left-col-nav .close-tabs{
    font-weight: 400;
}

.mob-search .mob-new-search {
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.navbar .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.navbar .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.navbar-fixed-bottom .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}

.navbar-fixed-bottom .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar .nav li.dropdown.active .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
    color: #7e7e7e
}

.navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar .pull-right .dropdown-menu:before, .navbar .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto
}

.navbar .pull-right .dropdown-menu:after, .navbar .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto
}


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}


@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (max-width: 365px) {
    .navbar-fixed-top .profile {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media (max-width: 365px) {
    .fixed-top-menu .navbar-fixed-top .profile{
        margin-right: -30px !important;
    }
}

@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .fil-text-search{
        display: none;
    }

    .fixed-top-menu .navbar-fixed-top .profile{
        margin-right: 15px;
    }

    .search_title{
        padding-left: 10px;
        margin-right: 10px;
    }

    .page-header h1 small {
        display: block;
        line-height: 18px
    }

    input[type="checkbox"], input[type="radio"] {
        border: 1px solid #ccc
    }

    .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }

    /* .info-places{
        display: none;
    } */

    #filter-bar li {
        padding-left: 10px;
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .form-horizontal .control-list {
        padding-top: 0
    }

    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px
    }

    .modal {
        position: absolute;
        top: 10px;
        right: 10px;
        left: 10px;
        width: auto;
        margin: 0
    }

    .modal.fade.in {
        top: auto
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px
    }

    .carousel-caption {
        position: static
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 20px;
        padding-left: 20px
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        margin-right: -20px;
        margin-left: -20px
    }

    .container-fluid {
        padding: 0
    }

    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .container {
        width: auto
    }

    .row-fluid {
        width: 100%
    }

    .row, .thumbnails {
        margin-left: 0
    }

    [class*="span"], .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0
    }

    .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }
}

/* .mob-screen {
    display: none;
}

.navbar-fixed-top {
    display: none;
} */

@media (max-width: 979px) {
    body {
        padding-top: 0
    }

    .messangers-style{
        min-height: 30px;
    }

    .card-date-main{
        color: #0400ff;
        font-size: 16px;
    }

    #filt-body {
        padding: 15px;
        width: 80%;
        min-width: 100px;
    }

    .mob-app-menu{
        min-height: 50px;
        background: #EAEAEA;
        margin-left: 0px;
        border-top: 1px solid #939393 !important;
    }

    .filtr select, .contact_us_form select{
        background-color: #ffffff;
    }

    .filtr input{
        background-color: #ffffff;
    }

    .mob-app-menu a{
        border-bottom: 1px solid #c7c6c6;
        font-weight: 600;
        font-size: 12px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    a.search-accordion::after {
        content: "\f078 " !important;
        right: 10% !important;
    }

    li.uk-open a.uk-accordion-title::after {
        content: "\f077 " !important;
        background: none;
        font-family: FontAwesome;
    }

    .select, input.phone_country, input.phone_city {
        margin-right: 15px;
    }

    .left-col-subnav-form label span.clear-phone{
        font-size: 14px;
        content: 'x';
        transform: rotate(1deg);
        min-width: 0px;
        margin: 5px 10px;
    }

    .fixed-wid-topmenu{
        height: 125px !important;
    }

    .navbar-fixed-top {
        position: static;
        margin-bottom: 18px
    }

    .navbar-fixed-top .navbar-inner {
        padding: 5px
    }

    .navbar .container {
        width: auto;
        padding: 0
    }

    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 9px
    }

    .nav-collapse .nav>li {
        float: none
    }

    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>.divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #000;
        text-shadow: none
    }

    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        padding: 6px 15px;
        font-weight: bold;
        color: #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {
        background-color: #0e6dcd;
    }

    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: block;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 9px 15px;
        margin: 9px 0;
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media screen and (max-width: 979px) {

    .main {
        display: none;
    }

    .fixed-top-menu .logo{
        padding: 10px 10px;
        border-radius: 15px;
    }
    
    a.uk-accordion-title::after{
        content: "\f078 " !important;
    }

    .mob-screen .error-field{
        border: 2px solid red !important;
        outline: none;
    }

    input#fromMob, input#toMob{
        width: 85% !important;
    }

    .left-col-add_cargo .field_from input[type='text'], .left-col-add_cargo .field_to input[type='text']{
        width: 85% !important;
    }

    .left-col-add_cargo .select--cities-js ~ .select2.select2-container {
        width: 85% !important;
    }

    .left-col-add_cargo .sortable_ui .select2.select2-container {
        width: 65% !important;
    }

    .carder-mob .distance{
        font-weight: 400;
        font-size: 16px;
        white-space: nowrap;
    }

    .pc-screen {
        display: none;
    }

    .views-grid{
        margin:5px !important;
        padding: 5px !important;
    }

    .uk-modal-body{
        width:95% !important;
    }

    .pagination.mob-screen{
        padding-bottom: 15px;
    }

    #passform .uk-child-width-1-3 {
        flex-direction: column;
    }

    #passform .uk-child-width-1-3 input {
        width: 200px;
    }

    .uk-modal-dialog {
        padding: 10px;
        width: 95%;
    }

    .uk-modal-dialog h2 {
        padding: 10px;
    }

    #modal_window {
        width: auto;
        min-width: auto;
        max-width: 90%;
    }

    .input_ad{
        position: relative;
    }
}

body {
    min-width: 260px;
}

.mob-screen {
    min-width: 250px;
}


@media screen and (min-width: 979px) {

    .navbar-fixed-top {
        display: none;
    }

    .mob-screen {
        display: none;
    }

    .uk-modal-dialog {
        width: 90%;
    }

    .carder .actionsOnCarder{
        display: none;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {

    .content {
        padding-top: 20px;
    }

    .hidden-desktop {
        display: none !important;
    }

    .visible-desktop {
        display: inherit !important;
    }

    #version {
        display: none;
    }

}


@media screen and (max-width: 767px) {

    .content {
        padding-top: 0px;
    }

    .page-title {
        padding: 30px 0;
    }

    #app-name {
        text-align: center;
        float: none;
    }

    #tagline {
        text-align: center;
        margin-top: 2em;
    }

    .fixed-top-menu .navbar-fixed-top .profile{
        margin-left: -40px;
    }

    #version {
        display: none;
    }

    
    .info-places-text{
        display: none !important;
    }

    .info-places{
        display: none !important;
    }

    [data-tooltip]::after{
        display: none;
    }

    #phones {
        text-align: center;
        margin-top: 20px;
    }

    #description {
        margin-top: 0px;
    }

    .hidden-phone {
        display: inherit !important;
    }

    .visible-phone {
        display: none !important;
    }

    .thumbnails .span3, .thumbnails .span3:first-child {
        width: 40%;
        float: left;
        margin: 1% 5%;
    }

    #contact-info {
        padding-bottom: 40px;
    }

    #contact-form {
        border-left: none;
    }


    .form-horizontal .control-label {
        width: 90px;
    }

    .form-horizontal .form-actions {
        padding-left: 100px;
    }

    #credits {
        float: right;
    }

}

@media screen and (max-width: 640px) {
    .l-main-col{
        padding-right: 50px;
    }

    .ads-bottom{
        display: none;
    }

    .online-r{
        margin-right: 50%;
    }

    .show_hidden__text {
        margin-top: 30px;
    }

}

@media screen and (max-width: 480px) {
    #header.rules .accent{
        display: none;
    }

    .search-main {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #destination-link{
        width: 100%;
    }

    #filter-bar{
        padding-left: 10px;
    }

    .price-mob-add{
        padding: 0px;
        padding-left: 10px;
    }

    div.comment{
        padding: 20px 30px 20px 0px !important;
    }

    .commentor{
        margin-top:15px;
    }

    div.filtr{
        padding: 0 10px;
    }

    .gabarit input{
        width: 25% !important;
    }

    .gabarit{
        margin-bottom:15px;
        margin-top:5px;
    }

    .input_contact input[type=text]{
        width: 60% !important;
    }

    .viber-container input[type=tel]{
        /* width: 60% !important; */
    }

    .viber-container>div{
        width: 90% !important;
    }

    .left-col-add_cargo{
        padding:10px 15px;
    }

    #auto_count, #tonn, #v3{
        width: 30%;
    }

    .filtr .lbl select{
        margin-left: 5px !important;
        margin-right: 10px !important;
        width: calc(100% - 30px) !important;
    }
    
    .filtr input{
        width: 80%;
        text-align: center;
    }

    body {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    #version {
        display: none;
    }

    .version {
        float: none;
    }

    .release-date {
        float: none;
    }


    .form-horizontal .controls {
        margin-left: 0px;
    }

    .form-horizontal .control-label {
        width: 90px;
    }

    .form-horizontal .form-actions {
        padding-left: 0px;
    }

    #credits {
        float: left;
    }

    .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

}

.nav-wrapper {
    text-align: center;
    margin-right: 50px;
}
.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
    padding-bottom:10px;
}
.sl-nav li ul {
    display: none;
}
.pc-screen .sl-nav li:hover ul, .navbar-fixed-top .sl-nav li.active ul {
    position: absolute;
    top:29px;
    right:-15px;
    display: block;
    background: #fff;
    width: auto;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.pc-screen .sl-nav li:hover .triangle,.navbar-fixed-top .sl-nav li.active .triangle  {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
}
.pc-screen .sl-nav li:hover .triangle:after, .navbar-fixed-top .sl-nav li.active .triangle:after  {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(10px) translatex(0px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
}
