html, body {
    /* padding-bottom: 100px; */
}

body {
    color: #333;
    margin: 0 auto;
    font-size: 12px;
    font-family: 'Open Sans', 'Tahoma', 'Arial', sans-serif !important;
    text-rendering: optimizeLegibility;
    min-height: 1285px;
    min-width: 307px;
}

#delfi-container-inner {
    min-height: 95%;
    min-height: calc(100% - 43px);
}

#wallpaper {
    display: none;
}

input, select, textarea {
    color: #6f6f6f;
    border: 1px solid #dcdcdc;
}

td, input, select, textarea, ul {
    margin: 0 5px 0 2px;
    padding: 0;
    font-family: 'Open Sans', 'Tahoma', 'Arial', sans-serif !important;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

.wf {
    width: 100%;
}

.whf {
    width: 100%;
    height: 100%;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w48 {
    width: 48%;
}

.w49 {
    width: 49%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w90 {
    width: 90%;
}

.w450 {
    width: 450px;
}

.w844 {
    width: 844px !important;
}

.w890 {
    width: 890px
}

.w1018 {
    width: 1018px
}

.w970 {
    width: 970px
}

.clr {
    clear: both;
}

.clrL {
    clear: left;
}

.clrR {
    clear: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.vam {
    vertical-align: middle;
}

.w300 {
    width: 300px;
}

.w295 {
    width: 295px;
}

.w4 {
    width: 4%;
}

.w98 {
    width: 98% !important;
}

.w785 {
    width: 785px !important;
}

.w1300 {
    /* width: 1300px; */
    width: 1285px;
}

.marginr5 {
    margin-right: 5px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.paddingb10 {
    padding-bottom: 10px;
}

.marginb10 {
    margin-bottom: 10px;
}

.margint10, .margintop10 {
    margin-top: 10px;
}

.margint5 {
    margin-top: 5px
}

.marginr10 {
    margin-right: 10px;
}

.margint20 {
    margin-top: 20px;
}

.marginb20 {
    margin-bottom: 20px;
}


input[type=checkbox], input[type=radio] {
    border: 0;
}

/* -------------- */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    user-select: none;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h2 {
    margin-top: 10px;
    font-size: 16px;
}

#topMenu {
    float: right;
    margin-top: 32px;
    line-height: 17px;
}

#logo_n_t_b {
    float: left;
    margin-left: 15px;
    line-height: 16px;
    margin-top: 12px;
    font-size: 12px;
}

#logo_n_t_b a {
    color: #00d053;
    width: 70px;
    display: block;
}


#main-content-middle-part {
    position: relative;
    margin: 0 auto;
    /* width: 1300px; */
    width: 1285px;
}

#header_m_menu_b {
    margin-bottom: 10px;
}

#user_menu_type {
    margin-bottom: 0 ;
}

#main-content {
    /* width: 1300px; */
    width: 1285px;
    min-height: 600px;
    position: relative;
    z-index: 0;
}

.addit_i, .addit_i a {
    font-size: 15px;
}

.addit_m_i, .addit_m_i a {
    font-size: 14px;
}

@media all and (min-width: 1070px) {
    .addit_i, .addit_i a {
        font-size: 14px;
    }

    .addit_m_i, .addit_m_i a {
        font-size: 13px;
    }

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }
}

.marginb40 {
    margin-bottom: 40px;
}

.alert {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Open Sans', 'Tahoma', 'Arial', sans-serif;
    overflow: hidden;
}

.alert ul {
    list-style-type: none;
}

.alert i {
    font-size: 24px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger a {
    color: #721c24;
}

@media all and (max-width: 1070px) {
    .alert {
        font-size: 14px;
        margin: 5px 0;
    }

    .alert i {
        font-size: 16px;
    }
}
#path {
    font-size: 14px;
}

.path_padder {
    padding: 0 5px;
}

.path_padder:after {
    font: normal normal normal 17px/21px 'Font Awesome 5 Pro';
    font-weight: 300;
    height: 18px;
    display: block;
}

#path .contentMiddle_mobile_back_b a, #back_b .contentMiddle_mobile_back_b a {
    padding-left: 18px;
    color: #0d95e8;
}

.path_padder:after {
    content: '\f105';
}

#path {
    padding: 15px 0 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.edit-path {
    margin-top: 15px;
}

#path .breadcrums {
    float: left;
    color: #797979;
    padding: 1px 6px;
    width: 7px;
    font-size: 9px;
}

#path .fa-home-lg {
    width: 15px;
}

#path a, #path span.path_el, #back_b a {
    color: #0d95e8;
    /* background-color: #fff; */
    margin-right: 0;
    border-right: 0;
    font-size: 13px;
    font-weight: 500;
}

#path .path_i:last-child h2 {
    color: #939393;
    font-weight: 600;
}

#path .last-item, #path .last-item h2 {
    color: #939393;
    font-weight: 600;
}

#path .last-item:hover {
    text-decoration: none;
}

#path a.mobile_top_back {
    margin-right: 15px;
}

#path a h2, #path a h1 {
    color: #0d95e8;
    font-size: 13px;
    display: inline;
    font-weight: 500;
}

#path #close_b a:after {
    display: none;
}

#path #close_b a:before {
    content: "\f057";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 22px;
}

#path #close_b a {
    padding: 0;
    border: 0;
    display: block;
    background: none;
}

#path .contentMiddle_mobile_back_b a:after {
    display: none;
}

.contentMiddle_mobile_back_b a {
    display: block;
    text-decoration: none;
    padding: 0 12px 0 0;
}

#header_b_icons a i, .contentMiddle_mobile_back_b a i {
    float: left;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    display: block;
    height: 17px;
    line-height: 21px;
    padding: 0 5px 0 0;
    font-size: 17px;
    font-weight: 300;
}

.contentMiddle_mobile_back_b a i:before {
    content: "\f104";
}

#path .contentMiddle_mobile_back_b a, #back_b .contentMiddle_mobile_back_b a {
    /* border-right: 1px solid #dcdcdc; */
    line-height: 26px;
}


@media (max-width: 1069px) {
    #path a, #path span.path_el, #back_b a {
        /* line-height: 18px; */
    }

    .popup #path .path_i_showm {
        display: block;
    }

    .contentMiddle_mobile_back_b a {
        font-size: 16px;
        /* border-right: 1px solid #d7d7d7; */
        border-radius: 3px;
    }

    #path {
        margin: 0;
    }
}
#delfi-container-inner, #main-content-header {
    position: relative;
    /* width: 1300px !important; */
    width: 1285px !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#category_search_b {
    cursor: pointer;
}

.topTitle, .topTitle {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.topTitle a, .topTitle a {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.bottomTitle, .bottomTitle {
    clear: both;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.bottomTitle .title_t .bottomTitle a, .bottomTitle a {
    clear: both;
    color: #FFF;
    font-size: 12px;
    font-weight: 400
}

.green_text {
    color: #00d053;
    font-size: 11px
}

a.green {
    color: #00d053;
}

.red {
    color: #d74646
}

h2 {
    font-size: 12px;
    color: #585858;
}

.black {
    color: #555
}

td {
    vertical-align: top;
    padding: 0
}

.td_middle td {
    vertical-align: middle;
    color: #757575
}

.td_middle td:hover {
    vertical-align: middle;
    color: #00d053
}

table {
    border-collapse: collapse
}

.w50.padding {
    width: 49%
}

.nowrap {
    white-space: nowrap
}

#main-content-center #titleSearch_b_d {
    margin-top: 0;
}

#main-content-center .titleSearch_b {
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
    display: block;
}

#titleSearch_b_d .nb {
    border-bottom: 0;
}

#main-content-center .titleSearch_b td {
    width: 248px;
}

#compareb {
    -webkit-box-shadow: 0 1px 10px #B1B1B1;
    box-shadow: 0 1px 10px #B1B1B1;
}

.shadow {
    -webkit-box-shadow: 0 1px 10px #B1B1B1;
    box-shadow: 0 1px 10px #B1B1B1;
}

#main-content-center {
    float: left;
    margin-left: 10px;
}

#main-content-center.w1200 {
    width: 1285px;
}

#main-content-center.w996 {
    width: 996px;
}

.view #main-content-center {
    padding-bottom: 0;
    width: 660px
}

#main-content-right {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    text-align: center;
}

#main-content-header .logo {
    width: 159px;
    height: 79px;
    cursor: pointer;
    padding: 7px 0 0;
    text-align: left;
    margin-left: 20px;
}

#header_line {
    margin-top: 7px;
    margin-right: 5px;
}

#main-content-header .logo img {
    width: 159px;
    height: 79px
}

#main-content-header .line {
    background: #e7e7e7;
    width: 787px;
    height: 40px;
    margin-top: 5px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
}

.line #header_search_btn {
    cursor: pointer;
    display: block;
    width: 126px;
    height: 34px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    float: left;
    margin-top: 3px;
    font-weight: bold;
}

#main-content-header .padding {
    padding: 17px
}

#main-content-header #search_cat_select {
    border: 1px solid #CECECE;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    text-indent: 0.01px;
    text-overflow: "";
    background-image: url(../img/arrowsselectbox.png);
    background-repeat: no-repeat;
    background-position: 136px 13px;
}

#main-content-header #search_cat_select:focus {
    background-position: 136px -19px;
}

#main-content-header .counts {
    color: #9ba5aa;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

#main-content-header .counts a, #main-content-header .counts span {
    color: #00d053;
    font-size: 18px;
    display: inline-block;
}

#main-content-header #counts_b span {
    background: #f4f4f4;
    padding: 2px 5px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.counts #counts_total {
    float: left;
    margin-right: 20px;
}

.counts #counts_today {
    float: left;
}

#main-content-left {
    width: 180px;
    float: left;
    margin-left: 10px;
}

#main-content-left .counts a, #main-content-left .counts span {
    color: #00d053;
    font-weight: 700
}

.table_footer {
    margin: 0 auto
}

.footer_bottom {
    margin-top: 14px;
    width: 100%
}

.footer_inner_bottomdiv {
    border: 1px solid #585e60;
    height: 43px;
    width: 100%;
    background: #fafafa;
    color: #00d053;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.footer_inner_bottom {
    height: 43px;
    width: 950px
}

td .valign_middle {
    vertical-align: middle
}

.inactive_url {
    color: #595959
}

#footer #footer_search_b {
    margin-left: 20px;
    float: left;
    display: block;
    max-height: 145px;
    width: 467px;
    overflow: hidden;
}

#footer #footer_search_b a {
    color: #7E7E7E;
}

#footer #footer_search_b #f_serc_title {
    font-weight: bold;
    font-size: 25px;
    color: #169e47;
}

#footer #footer_search_b #f_serc_vals {
    padding-top: 10px;
}

#footer #f_m_1 {
    width: 60%;
    float: left;
}

#footer #f_m_2 {
    float: left;
    width: 40%;
}

td .f_facebook {
    padding-right: 5px;
    float: right;
    width: 57px;
    height: 57px;
    background: url(../img/new/fbook.png) no-repeat top left
}

td .f_facebook:hover {
    width: 57px;
    height: 57px;
    cursor: pointer;
    background: url(../img/new/fbook_over.png) no-repeat top left
}

td .f_zinute {
    float: right;
    width: 57px;
    height: 57px;
    background: url(../img/new/zinute.png) no-repeat top left
}

td .f_zinute:hover {
    width: 57px;
    height: 57px;
    cursor: pointer;
    background: url(../img/new/zinute_over.png) no-repeat top left
}

td .f_zinute a {
    display: block;
    height: 57px;
    width: 57px;
}

#footer .footer_menu ul li a {
    height: 26px;
    background: #fafafa;
    color: #00d053;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#footer .footer_menu ul li {
    padding-bottom: 10px;
}

#footer .footer_menu ul li.last {
    padding-bottom: 0;
}

.footerCategories li a {
    color: #FFF;
    background-image: url(../img/layout_img.png);
    background-position: -1203px -259px;
    background-repeat: no-repeat;
    padding-left: 20px
}

.footerCategories li a:hover {
    background-image: url(../img/layout_img.png);
    background-position: -1200px -259px;
    background-repeat: no-repeat;
    color: #FFF;
    padding-left: 20px
}

.f_buttons {
    padding-left: 30px;
    border-left: 1px solid #d8d4d3;
    width: 27%;
    min-height: 270px
}

td .f_2_partners {
    width: 68px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 250px
}

td .f_2_part_list {
    font-weight: 700;
    vertical-align: middle;
}

.f_2_part_list li {
    display: inline;
    padding-left: 10px
}

#footer .menu li {
    padding-bottom: 3px;
    list-style-type: none;
}

#footer .menu li a {
    color: #7e7e7e;
    padding-left: 20px
}

#footer .menu ul li a:hover {
    color: #FFF;
    padding-left: 20px;
    background-image: url(../img/layout_img.png);
    background-position: -1200px -259px;
    background-repeat: no-repeat;
    text-decoration: underline
}

.copyright {
    color: #757575;
    text-decoration: none;
    display: block;
    font-size: 12px;
    float: left
}

#main-content-left .left-menu li a {
    margin-left: 10px;
}

#main-content-left .left-menu, #main-content-left #left_menu_search {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.left-menu {
    list-style-type: none;
    padding: 0;
}

#left_menu_bottom_pad {
    height: 7px;
    background: #EDEDED;
    width: 100%;
    display: block;
}

#left_menu_bottom_pad div {
    display: block;
    height: 10px;
    width: 100%;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.left-menu li {
    width: auto
}

.left-menu li a.green {
    color: #00d053;
    font-size: 14px
}

.left-menu li a {
    padding-left: 12px;
    display: block;
    color: #494949;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    background-image: url(../img/layout_img.png);
    background-position: -1206px -288px;
    background-repeat: no-repeat
}

.left-menu li a:hover {
    color: #00d053;
    text-decoration: none
}

.left-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px
}

.left-menu ul li {
    width: auto
}

.left-menu ul li a {
    background-image: url(../img/layout_img.png);
    background-position: -1206px -292px;
    background-repeat: no-repeat;
    line-height: 21px;
    color: #494949;
    height: auto;
    font-size: 11px;
    font-weight: 400;
    width: auto;
    padding-left: 12px;
}

.left-menu ul li a:hover {
    text-decoration: underline;
}

#main-content-center .left-menu li h1 {
    font-size: 12px;
    padding-bottom: 5px
}

#main-content-center .left-menu ul {
    padding-left: 30px
}

.lastb {
    border-right: 1px solid #dff9e6;
}

.results-bottom .showhidebutton {
    float: right;
    padding-right: 30px
}

.results-banner {
    width: 100%;
    border-top: 1px solid #cdd1d3
}

.result {
    width: 100%;
    /* min-height: 150px; */
    /*overflow: hidden;*/
    margin: 12px 0;
    padding: 4px 0 4px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    color: #333;
    display: block;
}

.result.highlight, .result.flash {
    border-color: #8edcff;
}

.result .a-d_blk {
    display: flex;
    /* overflow: hidden; */
}

.result {
    /* height: 150px; */
    padding: 4px 0;
    border-top: 0;
    margin: 0;
    margin-top: 12px;
}

.result.simpleView, .result.simpleView .desc_m_a_b .desc_inner_b {
    height: auto;
}

.result.simpleView .desc_m_a_b {
    width: 100%;
    margin-left: 0;
}

.result.simpleView .price {
    margin: 0;
}

.result.simpleView .description {
    height: 26px;
    margin: 0;
    width: 65%;
}

.result.simpleView .description span {
    line-height: 26px;
}

.redborder:hover {
    border: 1px solid #932100
}

.redborder {
    border: 1px solid #cc2702
}

.result .rating {
    padding-left: 1px;
    width: 13px;
    padding-right: 1px;
}

.result .rating input {
    border: 0;
}

.result .rating .rate {
    height: 8px;
    width: 5px;
    margin-bottom: 1px;
    background: #ddd
}

.result .rating .green {
    background: #0dbf33
}

.result .rating .yellow {
    background: #f8a900
}

.result .rating .red {
    background: #c41100
}

#comparet .image, .result .image {
    /* width: 22%;
    width: -webkit-calc(225px);
    width: -moz-calc(225px);
    width: calc(225px);
    height: 150px;
    float: left;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; */
    display: flex;
    background: #eaeaea;
    align-items: center;
    min-height: 147px;
    overflow: hidden;
    position: relative;
    width: 219px;
    flex-grow: 0;
    flex-shrink: 0;
}

.result .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.result .image {
    display: flex;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.result .image a.vertiselink {
    width: 100%;
    position: initial;
    height: 100%;
}

.result .image .inactive {
    position: absolute;
    width: 194px;
    height: 130px;
    background-color: #fff;
    opacity: 0.6;
}

.result.visited .image-wrap:before {
    content: 'Žiūrėtas';
    position: absolute;
    top: 11px;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #FFF;
    padding: 4px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 13px;
    z-index: 2;
    font-size: 11px;
    font-weight: 500;
}

.result.visited .a-d_blk .image {
    opacity: 0.65;
}
.result.visited .a-d_blk .desc_m_a_b {
    opacity: 0.65;
}

.result.visited .title a {
    color: #00567d;
}

#comparet .image .emptyphoto div:after,
.result .image .imgbl.emptyphoto:after,
.resultBlock .image .emptyphoto div:after,
#advert_data_m_b_left .emptyphoto div:after,
#vertisenew_b .emptyphoto:after {
    content: "\f030";
    font: normal normal normal 57px/130px 'Font Awesome 5 Pro';
    color: #dcdcdc;
}

.result .image .imgbl.emptyphoto {
    background-position: 0 46px;
    min-height: auto;
    min-width: auto;
}

#comparet .image .emptyphoto div {
    margin-top: 29px;
}

.resultBlock .image .emptyphoto div {
    width: 64px;
    height: 64px;
    margin-top: 118px;
    margin-left: 88px;
}

#advert_data_m_b_left .emptyphoto div {
    width: 64px;
    height: 64px;
    margin-left: 152px;
    float: left;
}

.image .emptyphoto.nphoto_cat_593 {
    background-position: 0 -24px;
}

.image .emptyphoto.nphoto_cat_1353 {
    background-position: 0 -101px;
}

.image .emptyphoto.nphoto_cat_1743 {
    background-position: 0 -186px;
}

.image .emptyphoto.nphoto_cat_2533 {
    background-position: 0 -281px;
}

.image .emptyphoto.nphoto_cat_2113 {
    background-position: 0 -368px;
}

.image .emptyphoto.nphoto_cat_2343 {
    background-position: 0 -468px;
}

.image .emptyphoto.nphoto_cat_3313 {
    background-position: 0 -564px;
}

.image .emptyphoto.nphoto_cat_2443 {
    background-position: 0 -659px;
}

.image .emptyphoto.nphoto_cat_3633 {
    background-position: 0 -749px;
}

.image .emptyphoto.nphoto_cat_3003 {
    background-position: 0 -854px;
}

.image .emptyphoto.nphoto_cat_3423 {
    background-position: 0 -939px;
}

.image .emptyphoto.nphoto_cat_5033 {
    background-position: 0 -1039px;
}

.image .emptyphoto.nphoto_cat_5172 {
    background-position: 0 -1169px;
}

/* #comparet .image .imgbl, .result .image .imgbl {
    vertical-align: middle;
    width: 100%
} */

#comparet .image {
    border: 1px solid #E9E9E9
}

/* .result .image .imgbl {
    border: 0;
    width: 100%;
    height: auto;
    font-size: 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.result .image img {
    overflow: hidden;
    display: block;
    text-align: left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */

.result .image .imgbl {
    /* position: absolute;
    left: 50%;
    top: 0;
    height: auto;
    margin-left: -81.5px;
    width: 165px; */
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.result:hover .image .imgbl {
    transform: scale(1.1);
}

.result:hover {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);
}

.result .desc_inner_b .title {
    margin-bottom: 7px;
    margin-top: 5px;
}

#shid_header {
    margin-bottom: 50px;
}

.result .description .highlight {
    background-color: #F9FF50;
    font-size: 13px;
    line-height: 16px;
}

.result.autogidas_ad .description {
    /* bottom: 54px; */
    max-height: 28px;
}

.result .desc_i_m_b {
    display: none;
}

.result .desc_m_a_b {
    float: left;
    /* width: 65%;
    width: -webkit-calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: calc(100% - 275px); */
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    /* height: 100%; */
    padding-bottom: 40px;
}

.result.cat_2463 .desc_m_a_b,
.result.cat_2503 .desc_m_a_b {
    width: -webkit-calc(100% - 204px);
    width: -moz-calc(100% - 204px);
    width: calc(100% - 204px);
}

.result .desc_m_a_b .desc_inner_b.fullwh {
    width: 100%;
}

.result a {
    font-size: 18px;
    color: #0d95e8;
    display: block;
    height: 23px;
    font-weight: 700;
    line-height: 18px;
}

.result .a-d_name {
    font-size: 18px;
    color: #0d95e8;
    display: flex;
    max-height: 22px;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    padding-right: 25px;
}

.result .a-d_name .a-d_name_val {
    flex-grow: 1;
    word-break: break-word;
}

.autogidas_l_b a {
    width: auto;
    display: inline-block;
}

.result a.showmobile, .result .desc_m_a_b a.vertiselink {
    overflow: hidden;
    padding-right: 20px;
}

.result a em {
    color: #1d3c52;
    background-color: #feffa4;
}

.result a .highlight {
    line-height: 18px;
    font-size: 16px;
    background-color: #feffa4;
}

.result .price {
    display: block;
    overflow: hidden;
    height: 21px;
    position: absolute;
    bottom: 0;
    line-height: 21px;

    font-size: 13px;
    margin-right: 10px;
}

.result.autogidas_ad .price {
    bottom: 10px;
}

.autogidas_l_b {
    /* height: 24px;
    position: absolute;
    bottom: 0;
    width: 100%; */
    position: relative;
    top: -2px;
    display: inline-block;
    height: 24px;
}

.result.autogidas_ad time {
    bottom: 10px;
}

.autogidas_l_b span {
    float: left;
    font-size: 13px;
    line-height: 24px;
}

.autogidas_l_b svg {
    height: 14px;
    float: left;
    margin-left: 6px;
    margin-top: 4px;
}

.result .price span {
    margin-right: 3px;
    display: inline-block;
}

.result .price .main_price {
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
    /* color: #00d053; */
    min-width: 70px;
}

.result.whiteinactive .price span,
.result.whiteinactive .title a,
.result.whiteinactive .price span.listview_p_e,
.result.whiteinactive .description {
    color: #999;
}

.result.whiteinactive .description span {
    color: #CCC;
}

.result .price span.listview_p_e {
    line-height: 24px;
    font-size: 20px;
    color: #333;
}

.result .price span.listview_m_p {
    font-weight: bold;
}

h2.price span.grey {
    color: #616161;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    display: inline-block;
}

.result img.fr {
    width: auto;
    border: 0 !important;
    margin: 0;
    padding: 0
}

.result .fr h1 {
    font-size: 11px;
    display: block;
    color: #565656;
    margin: 5px
}

.result .fr h1 span {
    font-size: 13px;
    color: #00d053
}

em.highlight {
    background: #fffc92;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.result.highlight .fr.modification {
    font-weight: 400;
    border-left: 0;
    padding: 0;
    line-height: 12px
}

.result.highlight .fl a, .result.highlight .fr h1 span, .result.highlight .fr h1 {
    color: #00d053
}

.result.inactive {
    background: #f7f8f3
}

.result.inactive .fr {
    border-left: 0 solid #b1b1b1
}

.results-buttons {
    position: relative;
    background: #f0f0f0;
    padding: 10px;
}

.results-buttons h2 time {
    color: #6b6b6b;
    font-size: 18px;
    font-weight: normal;
}

.results-buttons .highlight {
    color: #00d053;
    font-size: 28px;
    font-weight: bold;
}

.results-buttons .highlight.yellow_c {
    color: #ffc700;
}

.results-buttons ul {
    list-style-type: none;
    display: inline
}

.results-buttons ul li {
    float: left;
    color: #6b6b6b;
    font-size: 18px;
}

.results-buttons ul.lnh10 li {
    line-height: 10px
}

.results-buttons ul li a.red {
    color: #932100 !important;
    border: 0;
    background: 0
}

.results-buttons ul li a:hover.red {
    color: #932100 !important;
    text-decoration: underline !important;
    background: 0
}

.results-buttons ul li a.green {
    color: #00d053 !important;
    border: 0;
    background: 0
}

.results-buttons ul li a:hover.green {
    color: #00d053 !important;
    text-decoration: underline !important;
    background: 0
}

.results-subheader .orders {
    margin-left: 10px
}

.super {
    position: relative;
    border: 1px solid #00d053;
    border-right: 5px solid #00d053;
    border-left: 5px solid #00d053;
    background: #fff;
    width: 650px;
    height: 120px
}

.super .container {
    width: 450px;
    border: 0;
    overflow: hidden;
    height: 70px;
    padding: 10px
}

.super .links {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 450px
}

.super .links a {
    float: left;
    padding-left: 3px
}

.super img {
    float: right;
    padding: 10px
}

.results {
    border: 1px solid #cdd1d3;
    border-top: 0;
    border-bottom: 0;
    border-collapse: collapse;
    float: left;
    width: 100%
}

.results th {
    color: #00d053;
    background: #dff9e6;
    font-weight: 400;
    border-bottom: 1px solid #cdd1d3;
    padding: 3px
}

.results td {
    text-align: center;
    background: #f7f8f3;
    border-bottom: 1px solid #cdd1d3;
    padding: 3px 2px
}

.block_title {
    padding-bottom: 3px;
}

.block_title .hint {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px
}

.block_title .hint a {
    font-size: 11px;
    padding: 1px 5px
}

.block {
    border: 1px solid #e2e2e2;
    background: #f7f8f3;
    margin-top: 10px;
    padding: 10px
}

td.block2 {
    color: #828282
}

.block2 {
    color: #828282;
    border: 1px solid #dcdcdc;
    background: #FFF;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
}

.block-clean {
    margin-top: 10px;
    padding: 10px 10px 0 10px;
}

.block .label, .block-clean .label {
    float: left;
    display: block;
    width: 150px;
    padding-top: 2px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    color: #666
}

.block .label-large, .block-clean .label-large {
    float: left;
    display: block;
    width: 150px;
    padding-top: 8px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    color: #666
}

.block ol, .block-clean ol {
    margin-left: 20px
}

.block .label-small, .block-clean .label-small {
    float: left;
    display: block;
    color: #666;
    padding-top: 2px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right
}

.block .input_text, .block input[type=file], .block-clean .input_text {
    font-size: 13px;
    color: #828282;
    background: #FFF;
    border-top: 1px solid #727272;
    border-left: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #b4b4b4;
    float: left;
    display: block;
    width: 200px;
    padding: 2px
}

.block .input_text.big, .block-clean .input_text.big {
    color: #00d053;
    width: auto;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    padding: 2px
}

.block-clean .label_n {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 21px;
    float: left;
}

.warring-green .totalPrice, .block .totalPrice {
    background: #fff;
    color: #00d053;
    margin-top: 5px;
    font-size: 18px;
    border: 1px solid #ced1d3;
    text-align: center;
    font-weight: 700;
    padding: 10px
}

.warring-green .totalPrice {
    width: 300px;
    margin: 0 auto;
}

.blockgreen {
    background: #dff9e6;;
}

.block .input_text.error, .block-clean .input_text.error {
    line-height: 12px;
    background: #FFC7C4;
    color: #494949;
    margin-bottom: 0;
    border-top: 1px solid #720000;
    border-left: 1px solid #b40000;
    border-bottom: 1px solid #da0000;
    border-right: 1px solid #b40000;
    font-weight: 400;
    padding: 2px
}

.block .hint, .block-clean .hint {
    float: left;
    padding-top: 0;
    font-size: 10px;
    width: auto;
    color: #828282;
    margin-left: 10px
}

.block .block_description, .block2 .block_description {
    color: #828282;
}

.block .hint-half, .block-clean .hint-half {
    float: left;
    padding-top: 0;
    font-size: 10px;
    width: 150px;
    color: #828282
}

.block .hint-large, .block-clean .hint-large {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 10px;
    width: 300px;
    color: #828282
}

.block .separator, .block-clean .separator {
    clear: both;
    height: 5px;
    font-size: 0;
    line-height: 0
}

.block .input_custom, .block-clean .input_custom {
    width: 200px;
    font-size: 11px;
    padding-top: 5px;
    float: left
}

.block .input_custom label, .block-clean .input_custom label {
    text-align: left;
    font-weight: 400;
    width: auto
}

.block .checkbox_list td, .block-clean .checkbox_list td {
    line-height: 23px;
    vertical-align: middle;
    padding: 5px 0
}

.block .checkbox_list input, .block-clean .checkbox_list input {
    margin-top: 8px;
    margin-right: 5px;
    float: left
}

.block .checkbox_list label, .block-clean .checkbox_list label {
    float: left;
    text-align: left;
    font-weight: 400;
    width: auto
}

.block2 .label, .block-clean .label {
    float: left;
    display: block;
    width: 150px;
    padding-top: 2px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    color: #666
}

.block2 .label-large, .block-clean .label-large {
    float: left;
    display: block;
    width: 150px;
    padding-top: 8px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    color: #666
}

.block2 ol, .block-clean ol {
    margin-left: 20px
}

.block2 .label-small {
    float: left;
    display: block;
    color: #666;
    width: 103px;
    padding-top: 2px;
    padding-right: 10px;
    font-weight: 700;
    text-align: left
}

.block2 .input_text, .block-clean .input_text {
    font-size: 13px;
    color: #333;
    background: #FFF;
    border-top: 1px solid #b4b4b4;
    float: left;
    display: block;
    width: 98%;
    padding: 2px
}

.block2 .input_text.big, .block-clean .input_text.big {
    color: #00d053;
    width: auto;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    padding: 2px
}

.block2 .totalPrice {
    background: #fff;
    color: #00d053;
    margin-top: 5px;
    font-size: 18px;
    border: 1px solid #ced1d3;
    text-align: center;
    font-weight: 700;
    padding: 10px
}

#register_form .input_text.error, .block2 .input_text.error, .block-clean .input_text.error {
    line-height: 12px;
    background: #FFC7C4;
    color: #494949;
    margin-bottom: 0;
    border: 1px solid #752121;
    font-weight: 400;
    padding: 2px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}

.block2 .hint, .block-clean .hint {
    float: left;
    padding-top: 5px;
    font-size: 10px;
    color: #828282;
}

.block2 .hint-half, .block-clean .hint-half {
    float: left;
    padding-top: 0;
    font-size: 10px;
    width: 150px;
    color: #828282
}

.block2 .hint-large, .block-clean .hint-large {
    float: left;
    padding-top: 10px;
    font-size: 10px;
    width: 300px;
    color: #828282
}

.block2 .separator, .block-clean .separator {
    clear: both;
    height: 10px;
    font-size: 0;
    line-height: 0
}

.block2 .separator2 {
    clear: both;
    height: 8px;
    font-size: 0;
    line-height: 0
}

.block2 .input_custom, .block-clean .input_custom {
    width: 200px;
    font-size: 12px;
    padding-top: 2px;
    float: left;
    color: #828282
}

.block2 .input_custom label, .block-clean .input_custom label {
    text-align: left;
    font-weight: 400;
    width: auto
}

.block2 .checkbox_list td, .block-clean .checkbox_list td {
    line-height: 23px;
    vertical-align: middle;
    padding: 5px 0
}

.block2 .checkbox_list input, .block-clean .checkbox_list input {
    margin-top: 8px;
    margin-right: 5px;
    float: left
}

.block2 .checkbox_list label, .block-clean .checkbox_list label {
    float: left;
    text-align: left;
    font-weight: 400;
    width: auto
}

.block2 strong {
    color: #666
}

.block2 p {
    color: #333333;
    font-weight: 300;
    font-size: 16px;
}

.ht-content {
    border: 1px solid #cdd1d3;
    position: absolute;
    background: #fff;
    width: 200px;
    font-size: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 99999;
    padding: 10px
}

.emptyf {
    background: #d74646;
    color: #fff;
    border: 1px solid #752121
}

#main-content-center .menu ul {
    list-style-type: none;
    padding: 0
}

#main-content-center.menu ul li {
    float: left;
    border-right: 1px solid #ddd;
    padding: 2px
}

#main-content-center .menu ul li a {
    color: #494949;
    text-decoration: none;
    display: block;
    font-size: 12px;
    float: left;
    padding: 5px 10px 0 0
}

#search-content {
    width: 100%;
    margin-bottom: 10px;
}

.layout_index #search-content {
    width: 725px;
    margin-left: 10px;
}

#search-content .menu {
    border-top: 1px solid #ddd;
    padding-top: 3px
}

#search-content .menu ul {
    list-style-type: none;
    height: 16px;
    margin: 0 0 13px;
    padding: 0
}

#search-content .menu ul li {
    float: left;
    padding-left: 2px
}

#search-content .menu ul li a {
    color: #494949;
    text-decoration: none;
    display: block;
    font-size: 12px;
    float: left;
    padding: 5px 10px 0 0
}

.popup {
    background: #FFF;
}

.popup .logo {
    padding: 18px 10px 0 0
}

.adminpanel .line-small, .view .line-small {
    height: 28px
}

.adminpanel .line-small ul, .view .line-small ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 1px 0
}

.adminpanel .line-small ul li, .view .line-small ul li {
    float: left;
    border-right: 1px solid #37752b;
    display: block;
    padding: 0 11px;
    border-right: 1px solid #60b162;
    color: #FFF;
}

.adminpanel .line-small ul li a, .view .line-small ul li a {
    color: #fff;
    line-height: 26px;
    display: inline-block;
}

#favorites-div {
    display: inline-block;
}

.adminpanel .border, .view .border {
    border: 1px solid #cacccb;
    border-top: 0
}

.adminpanel .border_t, .view .border_t {
    border-top: 1px solid #cacccb;
    margin-top: 7px;
    padding-top: 7px;
}

.adminpanel .border_tb, .view .border_tb {
    border-top: 1px solid #cacccb;
    border-bottom: 1px solid #cacccb;
}

.adminpanel .left-column .border, .view .left-column .border {
    border-right: 0 solid #cacccb
}

.adminpanel ul li, .view ul li {
    list-style-type: none;
    padding: 3px 0
}

.adminpanel .banners, .view .banners {
    margin: 6px 0
}

#adv_path_b {
    margin-top: 8px;
    margin-bottom: 5px;
}

.adminpanel .left-column, .view .left-column {
    float: left;
    width: 370px;
    padding: 0
}

.adminpanel #title_b, .view #title_b {
    border-bottom: 1px solid #cacccb;
    margin-bottom: 7px;
}

.adminpanel #title_b h1, .view #title_b h1 {
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 20px
}

.adminpanel .left-column .borderlast, .view .left-column .borderlast {
    border: 1px solid #cacccb;
    padding-bottom: 5px
}

.adminpanel .right-column h1, .view .right-column h1 {
    font-size: 18px;
    font-weight: 400
}

.adminpanel .right-column, .view .right-column {
    float: left;
    border-top: 1px solid #cacccb;
    min-width: 360px;
    width: 50%;
    margin: 0
}

.adminpanel .right-column .photos #largePhoto, .view .left-column .photos #largePhoto {
    display: inline;
    text-align: center
}

.adminpanel .right-column .photos #outer, .view .left-column .photos #outer {
    height: 66px;
    width: 326px;
    overflow: hidden
}

.adminpanel .right-column .photos.empty, .view .left-column .photos.empty {
    height: 330px
}

.adminpanel .right-column .photos.empty img, .view .left-column .photos.empty img {
    margin-top: 120px
}

.adminpanel .right-column .photos .lightwindow, .view .left-column .photos .lightwindow {
    height: 267px;
    display: block
}

.adminpanel .right-column .photos, .view .left-column .photos {
    text-align: center;
    border-left: 1px solid #cacccb
}

.adminpanel .right-column .photos ul, .view .left-column .photos ul {
    background: 0;
    float: left;
    margin: 0;
    padding: 0
}

.adminpanel .right-column .photos ul li, .view .left-column .photos ul li {
    display: inline;
    float: left;
    padding: 0 2px
}

.adminpanel .right-column .photos ul li.button, .view .left-column .photos ul li.button {
    padding-top: 20px
}

.light-list li {
    display: inline;
    border-right: 1px solid #c1cacb;
    line-height: 11px;
    padding: 1px 3px
}

.light-list li a {
    color: #555;
    font-size: 9px
}

.title-page .line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 3px
}

.title-page .advertisements {
    width: 655px
}

.title-page .advertisement {
    width: 121px;
    height: 102px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: relative
}

.title-page .nomargin {
    margin-right: 0
}

.title-page .advertisement a {
    background: #fff;
    position: absolute;
    bottom: 0;
    color: #565656;
    opacity: .8;
    filter: alpha(opacity=80);
    text-align: center
}

.title-page .advertisement .price, .title-page .advertisement .title {
    overflow: hidden;
    height: 12px;
    width: 121px;
    display: block
}

.title-page .newspaper {
    height: 272px;
    width: 360px;
    margin-right: 15px
}

.title-page .newspaper .content {
    border: 1px solid #ddd;
    text-align: center;
    height: 240px;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px
}

.title-page .post {
    width: 200px
}

.title-page .post .vline {
    padding-bottom: 10px
}

.title-page .post img {
    width: 200px;
    height: 180px;
    border-right: 1px solid #ddd;
    margin: 0 auto
}

.title-page .posts-small {
    padding-left: 10px;
    width: 620px;
    list-style-type: none
}

.title-page .posts-small li.first {
    padding-top: 0
}

.title-page .posts-small li {
    border-bottom: 1px solid #ddd;
    clear: left;
    padding: 10px 0
}

.title-page .posts-small li img {
    float: left;
    width: 95px;
    height: 65px;
    margin-right: 10px;
    border: 1px solid #ddd
}

.title-page .posts-categories li {
    float: left;
    border-right: 1px solid #ddd;
    padding: 8px 7px
}

.title-page .posts-categories li.first {
    padding-left: 0
}

.title-page .posts-categories li a {
    color: #333;
    font-size: 14px
}

.title-category-container {
    width: 320px
}

.title-category.noborder {
    width: 100%;
    border-bottom: 0;
    float: left;
    margin: 2px
}

.header-line-image {
    float: left;
    width: 100px;
    text-align: center
}

.header-line-image img {
    max-height: 58px;
    margin-top: 1px
}

.header-line-title {
    float: left;
    margin-top: 25px;
    width: 304px;
    padding-left: 10px
}

.h1_cat_id {
    font-size: 20px;
    color: #333333;
    line-height: 33px;
}

.h1_cat_id:hover {
    text-decoration: none;
}

.title-category .header-line h1 a {
    font-size: 18px;
    font-weight: 700;
    color: #777
}

.title-category .header-line h2 {
    font-size: 12px;
    color: #389c22;
    display: block
}

.title-category .childs {
    padding-top: 10px;
    padding-bottom: 5px;
    list-style-type: none;
    float: left
}

.title-category .childs li {
    width: 100px
}

.title-category .childs li a {
    display: block;
    background: #f7f8f3;
    color: #00d053;
    text-decoration: none;
    text-align: right;
    border-top: 1px solid #FFF;
    font-size: 12px;
    padding: 8px 20px 6px 0
}

.title-category .childs li a.active {
    background-color: #00d053;
    background-position: right -60px;
    color: #dff9e6
}

.title-category .childs li a.active:hover {
    background-color: #00d053;
    background-position: right -60px
}

.title-category .childs li a:hover {
    background-color: #00d053;
    background-position: right -30px;
    color: #dff9e6
}

.title-category .childs-sub {
    list-style-type: none;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 210px
}

.title-category .childs-sub li span {
    color: #389c22;
    font-size: 12px
}

.title-category .childs-sub li a {
    color: #565656;
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    margin: 0
}

.title-category .childs-sub li a:hover {
    color: #00d053;
    text-decoration: underline
}

.button {
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    border: 0;
    padding: 5px 10px;
    color: #FFF;
    background: #00d053;
    cursor: pointer;
}

#category_search_results {
    display: none;
    margin-top: 10px;
}

#category_search_error {
    background: #FECCCB;
    border: 1px solid #BA888B;
    max-width: 215px;
    padding: 3px;
    line-height: 14px;
    color: #494949;
}

#category_search_input {
    width: 250px;
    border: 0;
    height: 31px;
    color: #b0b0b0;
    padding-left: 13px;
    font-size: 15px;
    background-color: transparent;
}

.button:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #00d053;
    outline: none;
}

.button a {
    color: #fff
}

.button a:hover {
    text-decoration: none;
    cursor: pointer
}

.button.disabled {
    border-left: 1px solid #AAA;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    cursor: default
}

.button-red, .button.red {
    cursor: pointer;
    background: #FFF;
    color: #d60417;
    border: 1px solid #d60417;
    border-bottom: 3px solid #d60417;
}

.button-red:hover, .button.red:hover {
    background: #d60417;
    color: #FFF;
}

.button.small {
    font-size: 11px;
    padding: 0 10px
}

.button-search {
    width: 110px;
    display: block;
    text-align: center;
    line-height: 29px;
    height: 29px;
    border: 0;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.button-create {
    border: 1px solid #585e60;
    background-image: url(../img/layout_img.png);
    background-position: -1003px -166px;
    background-repeat: repeat-x;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #00d053 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-height: 27px;
    padding: 5px 15px
}

.button-create:hover {
    background-position: -1003px -193px;
    text-decoration: none;
    color: #333 !important;
    cursor: pointer
}

.button-create a {
    color: #00d053
}

.button-create:hover a, .button-create a:hover {
    text-decoration: none;
    color: #333 !important;
    cursor: pointer
}

.button-edit {
    height: 27px;
    max-height: 27px;
    line-height: 27px;
    color: #fff
}

.bullet a {
    background: 0;
    float: left;
    display: inline;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 10px;
    height: 15px;
    color: #00d053;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 12px 1px 15px
}

.bullet:hover {
    background-position: 0 -15px
}

.bullet-red a {
    background: 0;
    float: left;
    display: inline;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 10px;
    height: 15px;
    color: #d5212a;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 12px 1px 15px
}

.bullet-red:hover {
    background-position: 0 -45px;
    cursor: pointer
}

.message a {
    color: #00d053
}

.underlinecl {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2
}

.error {
    background: #FFC7C4;
    padding: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #494949;
    font-size: 13px;
}

.message, .success {
    line-height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    color: rgb(83, 191, 107);
    border: 1px solid rgb(83, 191, 107);
}

.success, .success a, .success span {
    font-size: 14px;
}

.success.success_padding {
    margin-bottom: 20px;
}

.error, .error a, .error span {
    font-size: 15px;
}

.error a {
    color: #752121;
    text-decoration: underline;
}

.warring {
    background: #fffe95;
    color: #555;
    border: 1px solid #e2e2e2;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px
}

.warring-green {
    background: #dff9e6;
    color: #555;
    border: 1px solid #d1d1d1;
    line-height: 20px;
    margin-top: 10px;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.prices-list td {
    border-top: 1px solid #ced1d3;
    padding: 10px 0
}

.prices-list .first td {
    padding-top: 0;
    border: 0
}

.prices-list .last td {
    padding-bottom: 0
}

.prices-list .prices {
    width: 230px;
    margin-left: 10px;
    margin-top: 10px;
    border-collapse: collapse
}

.prices-list .prices td {
    border-top: 0;
    font-size: 11px;
    border-bottom: 1px solid #ced1d3;
    cursor: pointer;
    padding: 2px 0
}

.prices-list img {
    border: 1px solid #ced1d3
}

.prices-list td.newspaper {
    width: 250px;
    border-left: 1px solid #ced1d3;
    padding: 0 0 0 10px
}

.prices-list .small-link {
    font-size: 11px;
    margin-right: 10px;
    font-weight: 400;
    padding: 0
}

.similar-advertisements .carouselPrev, .similar-advertisements .carouselNext {
    float: left;
    display: block;
    padding-top: 70px
}

.similar-advertisements .carousel {
    float: left;
    overflow: hidden;
    width: 320px
}

.similar-advertisements h2 {
    padding: 5px 5px 0 10px
}

.similar-advertisements .carousel ul li {
    display: block;
    float: left;
    padding: 0
}

.similar-advertisements .advertisement {
    display: block;
    width: 100px;
    height: 96px;
    background: #FFF;
    border: 1px solid #cacccb;
    float: left;
    margin: 2px
}

.similar-advertisements .advertisement h1 {
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
    height: 14px;
    text-align: center;
    width: 100px
}

.similar-advertisements .advertisement .image {
    width: 100px;
    height: 70px
}

.blog-header h1 {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    font-size: 22px;
    font-weight: 400
}

.blog-header ul {
    border-top: 1px solid #ddd;
    list-style-type: none;
    margin: 0
}

.blog-header ul li {
    border-right: 1px solid #ddd;
    float: left;
    padding: 10px 40px 10px 10px
}

.blog-header ul li.prev {
    float: right;
    border-left: 1px solid #ddd;
    padding: 16px 10px
}

.blog-header ul li.next {
    float: right;
    border-right: 0;
    padding: 16px 10px
}

.blog-header ul li strong {
    text-transform: uppercase;
    font-size: 10px;
    color: #AAA;
    display: block
}

#main_left_b .path {
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    list-style-type: none;
    float: left;
    margin: 20px 0 0;
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#main_left_b #main-content-center .path {
    margin-top: 10px;
}

#main_left_b .path li {
    white-space: nowrap;
    line-height: 24px;
    min-width: 86px;
    text-align: center;
    height: 24px;
    background: #f8f8f8;
    margin-left: 1px;
    border-right: 0;
    float: left;
    padding-left: 5px;
    padding-right: 5px
}

#main_left_b .path li.text {
    color: #555;
    width: 110px;
    background: #f8f8f8;
    font-size: 12px;
    border-right: 0;
    margin-left: 0
}

#main_left_b .path li a {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    color: #555;
    text-decoration: none !important
}

#main_left_b .path li .numbs {
    color: #b2b2b2
}

#main_left_b .path li.active .numbs {
    color: #555
}

#main_left_b .path li:hover .numbs {
    color: #555
}

#main_left_b .path li:hover a {
    color: #000
}

#main_left_b .path li.active {
    background-image: url(../img/layout_img.png);
    background-position: -1003px -192px;
    background-repeat: repeat-x
}

#main_left_b .path li.active a {
    text-decoration: none;
    color: #000
}

#main_left_b .path li:hover {
    background-image: url(../img/layout_img.png);
    background-position: -1003px -192px;
    background-repeat: repeat-x
}

#main_left_b .path li.text:hover {
    background: #f8f8f8
}

#main_left_b .nobgborder {
    background: 0
}

#main_left_b .nobgborder li {
    margin-left: 0;
    border: 0 !important
}

#main_left_b .nobgborder li:hover {
    background-image: url(../img/layout_img.png);
    background-position: -1003px -192px;
    background-repeat: repeat-x
}

#main-content-center .small-path li {
    float: left;
    font-size: 10px;
    padding-right: 5px
}

#main-content-center .small-path li a {
    font-size: 10px;
    color: #757575;
    padding-right: 5px
}

.search .path {
    margin-bottom: 5px;
}

.bannerType .paddinglr5 {
    padding: 4pt 0
}

.bannerType .bordert {
    border-top: 1px solid #e2e2e2
}

.bannerType .borderdarkt {
    border-top: 1px solid #e2e2e2
}

.bannerType div.active {
    display: block;
    padding-top: 4px;
    padding-bottom: 3px
}

.bannerType .imagebox {
    border-left: 0 solid #e2e2e2;
    height: auto;
    min-height: 160px
}

.bannerType div .imagebox .description {
    margin-left: 10px;
    font-size: 11px;
    margin-top: 10px
}

.bannerType div .imagebox .description ol {
    margin-left: 12px
}

.bannerType td {
    border-left: 0 solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0 solid #e2e2e2;
    padding: 8pt
}

.bannerType td.left-menu.first {
    border-top: 0 solid #e2e2e2
}

.bannerType td.show {
    cursor: default;
    border-left: 0;
    border-right: 0 solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top: 0 solid #e2e2e2;
    background-color: #dff9e6;
    padding: 8pt
}

.bannerType td.left-menu.active {
    border-bottom: 0 solid #e2e2e2;
    border-left: 0 solid #e2e2e2;
    border-right: 0;
    background-color: #dff9e6;
    padding: 8pt
}

.bannerType td.left-menu:hover {
    color: #005800;
    background-color: #dff9e6
}

#main-content-right .bannerType td {
    padding: 0;
    word-wrap: break-word
}

.noborder td {
    cursor: pointer;
    border: 0 solid #fff;
    border-spacing: 1px;
    vertical-align: middle;
    padding: 2px
}

.similarAds .skelbimas {
    display: block;
    float: left;
    width: 80px;
    height: 61px;
    border: 1px solid #cacccb;
    position: relative;
    text-decoration: none;
    margin: 3px
}

.similarAds .skelbimas .text {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    color: #000;
    height: auto;
    max-height: 40px;
    left: 0;
    opacity: .8;
    position: absolute;
    overflow: hidden;
    width: 80px;
    z-index: 10000
}

.newspaper_pdf {
    width: 130px;
    height: 142px
}

.newspaperContent {
    height: 109px;
    padding: 9px 5px;
    border: 1px solid #e2e2e2;
    margin: 0;
}

.newspaperContent .Text {
    font-size: 12px;
    width: 130px;
    text-align: left;
    margin-left: 5px;
    max-height: 106px;
    overflow: hidden;
    float: left;
    color: #585858;
}

.newspaperContent .Image {
    float: left;
    width: 130px !important;
    display: none
}

.table_padding_4 td {
    padding: 4px
}

.table_padding_3 td {
    padding: 3px
}

.table_padding_ad_chart td {
    font-size: 11px;
    padding: 3px 4px 1px 0;
}

.newspaperCategory {
    text-align: center;
    width: 140px;
    margin-left: 10px;
    border: 1px solid gray;
    border-bottom: 0;
    background-color: LightGray;
    color: #FFF;
    font-weight: 700;
    padding: 3px 0
}

.selectwayul {
    list-style-type: circle;
    list-style-position: inside
}

.selectwaybutton a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 29px;
    width: 240px;
    margin: 0 auto;
    text-align: center
}

.selectwaybutton a:hover {
    text-decoration: none;
}

.selectwayheader {
    text-align: center;
    font-weight: 700
}

.skelbimaiBanner {
    overflow: hidden;
    width: 163px;
    height: 173px;
    border: 1px solid #C9C9C9;
    background-color: #f7f8f3;
    margin-top: 5px;
    margin-right: 5px;
}

.skelbimaiBanner .vertiselink {
    color: silver
}

.vipadvertise a {
    color: #686868;
}

.skelbimaiBanner img {
    width: auto;
    height: 122px
}

.vipadvertise {
    width: 178px;
    min-height: 145px;
    max-height: 405px;
    height: auto;
    border: 1px solid #DDD;
    background-color: #f7f8f3;
    margin-bottom: 10px;
    word-wrap: break-word
}

.skelbimaiBanner .adv_simplebox {
    width: 149px;
    height: 122px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 2px;
}

.vipadvertise .adv_simplebox {
    width: 170px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 2px;
}

.textsearch {
    color: gray;
    font-size: 10px;
    margin-top: 10px;
    width: 100%;
    float: left
}

.textsearch a {
    color: gray;
    font-size: 10px
}

.viewtable td {
    padding: 3px 10px
}

.ad_chart {
    color: #6b6b6b;
    font-size: 11px
}

.ad_chart a {
    color: #6b6b6b
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: 0;
    text-indent: -999px;
    background-image: url(../img/new/totop_collage.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

#toTopHover {
    background-image: url(../img/new/totop_collage.png);
    background-position: 0px -51px;
    background-repeat: no-repeat;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0)
}

#toTop:active, #toTop:focus {
    outline: 0
}

em {
    font-style: normal
}

.comment_buttons span {
    color: #e57656;
    font-size: 11px;
}

.comment_buttons:hover span {
    color: #e57656;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer
}

a, .green, .td_middle span a, .td_middle td .active span a, #main-content-center.menu ul li a.active, .prices-list .prices .blue td, .bannerType .blue {
    color: #00d053
}

.link-back a {
    color: #1da1f2;
    font-size: 16px;
    margin: 10px 0px;
    display: block;
}

.notice_email {
    color: #686868
}

h1, h1 a, h2.bigsize {
    font-size: 18px;
    color: #333;
    font-weight: normal
}

h2.green {
    font-size: 16px;
    color: #00d053;
    font-weight: normal
}

input, select, textarea, option, #main-content-center .path li span {
    font-size: 12px
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
}

select {
    font-size: 12px
}

option {
    padding-left: 2px;
    color: #494949;
    border: 4px
}

outgroup {
    padding-left: 2px;
    color: #494949
}

.bad_comment:hover, .cursor-pointer, .bullet a:hover, .selectwaybutton a:hover {
    cursor: pointer
}

.margintop10, .margint10, .text-block, .text-block h2 {
    margin-top: 10px
}

.font14, .font14 select, .font14 option {
    font-size: 14px;
}

#main-content-left .counts {
    margin-bottom: 10px;
}

.marginl10, .similarAds h2 {
    margin-left: 10px
}

.marginl5 {
    margin-left: 5px;
}

.marginr5 {
    margin-right: 5px;
}

.margint5 {
    margin-top: 5px;
}

.marginb5 {
    margin-bottom: 5px;
}

.margin10 {
    margin: 10px
}

.some_check, .bannerType div.hidden {
    display: none
}

.block .checkbox_list .item, .block-clean .checkbox_list .item {
    float: left
}

.results-header ul li.last, .results-bottom ul li.last, .results-buttons ul li.last, .view .line-small ul li.last, .view .line-small ul li.last a, .light-list li.last, .title-page .posts-categories li.last, .blog-header ul li.tags {
    border-right: 0
}

.results-buttons ul li.first {
    padding-left: 0;
}

.footer_menu a, #footer .footer_center a, #footer .menu ul li a.active {
    color: #FFF
}

.footer_menu a:hover, .view .left-column .photos ul li.button a, .title-page .advertisement a:hover, .header-line-titlea {
    text-decoration: none
}

.footer_menu ul, .f_2_part_list ul, #footer .menu ul, .results-subheader ul, .title-page .posts-categories, .prices-list ul {
    list-style-type: none
}

#footer .menu ul li a.red, #main-content-center .menu ul li a.red {
    background: 0;
    border: 0;
    color: #910700 !important
}

#footer .menu ul li a.red:hover, #main-content-center .menu ul li a.red:hover {
    background: #f9dee8
}

.left-menu ul li a.read, .bold, .ht-link {
    font-weight: 700
}

.result.noborder, #main-content-center.menu ul li.last {
    border: 0
}

.result.white, .results .white td {
    background: #FFF
}

.result .container, .bannerType #getalioads img, .table_padding_5 td {
    padding: 5px
}

.result .rightView .staring .desc, .result .rating .desc {
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px
}

.result .rightView .staring .desc span, .result .rating .desc span {
    font-size: 14px;
    color: #00d053
}

.result .rightView .staring:hover .desc, .result .rating:hover .desc {
    display: block
}

.title-page .post h1, .title-page .posts-small h1 {
    font-size: 14px
}

.super a:hover, #main-content-center.menu ul li a:hover, .button-search:hover, .bullet a:hover, .bullet-red a:hover, #main-content-center .path li a:hover {
    text-decoration: underline;
    cursor: pointer
}

.similar-advertisements {
    margin: 0;
    padding: 5px 0
}

.view ul li strong, .viewtable td strong {
    color: #3b3b3b
}

.light-list, #main-content-center .small-path {
    list-style-type: none;
}

.title-page .advertisement a span, .prices-list td.newspaper .small, .prices-list td.newspaper .small a, .similarAds .skelbimas .text span {
    font-size: 10px
}

.title-page .posts-small li.last, .prices-list .prices .nbb {
    border-bottom: 0
}

.title-category .header-line, .similarAds, .viewtable {
    width: 100%
}

.bullet, .bullet-red {
    height: 15px;
    border: 0;
    display: block;
    font-size: 11px;
    float: left;
    margin: 0 0 5px;
    padding: 0
}

.warring a, .warring-green a {
    text-decoration: underline;
    color: #555
}

.prices-list .prices th, .prices-list .prices td label, .bannerType div .imagebox .description ol li {
    font-size: 11px
}

.blog-header ul li span, .blog-header ul li span a {
    font-size: 15px;
    color: #777
}

.skelbimaiBanner div, .adBanner div a, .adBanner div a, .vipadvertise div, .adBanner div a {
    width: 100%;
    text-align: center;
    color: #565654;
    font-size: 11px
}

.vipadvertise img {
    min-height: 128px;
}

.mark-radio {
    white-space: nowrap
}

.prices_cl {
    float: left;
    width: 260px
}

.stars_cl {
    width: 150px;
    float: left;
    padding-left: 5px;
    position: relative;
    height: 100%
}

.stars_cl_middle {
    position: absolute;
    bottom: 64px;
    text-align: center
}

.image_cl {
    width: 200px;
    float: left
}

.imagebox img {
    cursor: pointer;
    border: 1px solid #DDD
}

.imagebox .nb {
    cursor: pointer;
    border: 0 solid #DDD
}

.popup_container {
    width: 995px;
    margin: 0 auto
}

#adv_view_top {
    display: block;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    background: #FFF;
    height: 180px;
}

#advert_left #header_nav_b {
    width: 100%;
    height: 37px
}

#advert_left #advert_header_btns {
    background: #f4f4f4;
    height: 37px;
    display: block;
    width: 477px;
}

#advert_header_btns .h_btn, #advert_header_btns .h_btnfav {
    position: relative;
}

#advert_header_btns .h_btn a {
    margin-top: 6px;
    margin-right: 6px;
}

#advert_header_btns .h_btn_hint, #advert_header_btns #h_btnfav_hint {
    z-index: 100100;
    top: -36px;
    left: -50%;
    display: none;
    position: absolute;
    padding: 5px;
    background: white;
    border: 1px solid #D7D7D7;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 3px #ADADAD;
    box-shadow: 0 1px 3px #ADADAD;
}

#advert_header_btns .h_btn a, #advert_header_btns .h_btnfav a#add-favorite, #advert_header_btns .h_btnfav a#delete-favorite {
    display: block;
    width: 25px;
    height: 22px;
    background-image: url(../img/new/advert_btns_collage.png);
    background-repeat: no-repeat;
}

#advert_header_btns .h_btnfav a#delete-favorite {
    background-position: 0 -45px;
}

#advert_header_btns .h_btnfav a#add-favorite {
    background-position: 0 -3px;
}

#advert_header_btns .h_btnfav a#add-favorite:hover {
    background-position: 0 -45px;
}

#advert_header_btns div#advert_h_b_sendfriend a {
    background-position: -35px -3px;
}

#advert_header_btns div#advert_h_b_sendfriend a:hover {
    background-position: -35px -44px;
}

#advert_header_btns div#advert_h_b_sendauthor a {
    background-position: -75px -3px;
}

#advert_header_btns div#advert_h_b_sendauthor a:hover {
    background-position: -75px -44px;
}

#advert_header_btns div#advert_h_b_print_ad a {
    background-position: -113px -3px;
}

#advert_header_btns div#advert_h_b_print_ad a:hover {
    background-position: -113px -44px;
}

#advert_header_btns div#advert_h_b_sendadmin a {
    background-position: -149px -3px;
}

#advert_header_btns div#advert_h_b_sendadmin a:hover {
    background-position: -149px -44px;
}

#advert_header_btns div#advert_h_b_editad a {
    background-position: -185px -3px;
}

#advert_header_btns div#advert_h_b_editad a:hover {
    background-position: -185px -44px;
}

.viskaspo {
    background-image: url(../img/new/viskaspo_collage.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

#userviskaspo.viskaspo {
    background-image: url(../img/new/viskaspo_collage_user.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

.viskaspo .viskaspo_b {
    height: 30px;
    margin-left: 35px;
    font-size: 12px;
    line-height: 11px;
    margin-top: 2px;
}

.viskaspo .viskaspo_b .viskaspo_ins span {
    font-size: 10px;
}

.viskaspo .viskaspo_b .viskaspo_ins span.vskspo_count {
    color: #17a651;
}

.viskaspo .viskaspo_b .viskaspo_ins span.vskspo_counter {
    color: #b4b4b4;
    margin-left: 5px;
}

#advert_header_btns .h_btn_hint:after, #advert_header_btns #h_btnfav_hint:after {
    content: ' ';
    background: #FFF;
    border: 1px solid #D7D7D7;
    border-width: 0px 0px 1px 1px;
    bottom: -6px;
    display: block;
    left: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

#advert_header_btns #fav_c_b {
    z-index: 100100;
    display: none;
    position: absolute;
    top: -36px;
    padding: 5px;
    background: white;
    border: 1px solid #D7D7D7;
    left: -50%;
    white-space: nowrap;
    -webkit-box-shadow: 0px 1px 3px #ADADAD;
    box-shadow: 0px 1px 3px #ADADAD;
}

#advert_header_btns #fav_c_b:after {
    content: ' ';
    background: #FFF;
    border: 1px solid #D7D7D7;
    border-width: 0px 0px 1px 1px;
    bottom: -6px;
    display: block;
    left: 29px;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

#advert_header_btns #favorite_b {
    display: block;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#advert_header_btns #favorite_b_counter {
    position: absolute;
    top: 10px;
    left: 16px;
    color: #00d053;
    background: white;
    font-weight: bold;
    padding: 0 4px;
    border: 1px solid lightGrey;
    font-size: 11px;
}

#advert_header_btns .favorite_b_spacer {
    margin-right: 15px !important;
}

#advert_header_btns #advert_h_b_editad a, #advert_header_btns #advert_h_b_moreads a {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 37px;
}

#advert_left #advert_header_padding {
    width: 7px;
    background: #F4F4F4;
    height: 37px;
    display: block;
}

#advert_left #advert_header_padding div {
    display: block;
    width: 7px;
    height: 37px;
    background: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#advert_logo {
    width: 91px;
    margin-left: 10px;
    height: 37px;
}

#advert_logo img {
    height: 37px;
}

#refs_b a.delfilt {
    background-position: 0 0;
    width: 94px;
    height: 34px;
}

#refs_b .cosmopolitanlt {
    background-position: -95px 0;
    width: 132px;
    height: 34px;
}

#refs_b .moterislt {
    background-position: -323px 0;
    width: 107px;
    height: 34px;
}

#refs_b .braskes5lt {
    background-position: -229px 0;
    width: 93px;
    height: 34px;
}

#refs_b .panelelt {
    background-position: -611px 0;
    width: 121px;
    height: 34px;
}

#refs_b .klubasdelfilt {
    background-position: -432px 0;
    width: 88px;
    height: 34px;
}

#refs_b .grynas {
    background-position: -525px 0;
    width: 69px;
    height: 34px;
}

#refs_b .tavovaikas {
    background-position: -746px 0;
    width: 82px;
    height: 34px
}

#refs_b .manonamai {
    background-position: -834px 0;
    width: 102px;
    height: 34px;
}

#popup_footer #footer_adr_b {
    font-size: 11px;
    color: #aaaaaa;
    margin-left: 40px;
    margin-top: 5px;
}

#popup_footer #footer_adr_b strong {
    font-size: 11px;
}

#popup_footer #footer_adr_b a {
    font-size: 11px;
    color: #aaaaaa;
}

#advert_banners_inside {
    width: auto;
    margin: 1px;
}

#advert_banners_inside {
    height: 222px;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
}

#header_line_form {
    width: 580px;
}

#adv_b_ins_title_b {
    margin-left: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 25px;
    color: #169E47;
}

#adv_b_ins_ads {
    overflow: hidden;
    width: 677px;
    margin: 0 auto;
    height: 330px;
}

.popup_container #adv_b_ins_ads {
    height: 160px;
}

#adv_b_ins_ads .insideadvertise {
    width: 234px;
    height: 239px;
    overflow: hidden;
    margin-right: 18px;
}

#adv_b_ins_ads .insideadvertise .ad_ins_image {
    width: 234px;
    height: 180px;
    overflow: hidden;
    display: block;
    position: relative;
}

#adv_b_ins_ads .insideadvertise a {
    text-decoration: none;
}

#adv_b_ins_ads .insideadvertise .ad_ins_image a img {
}

#adv_b_ins_ads .insideadvertise .ad_ins_desc {
    height: 34px;
    overflow: hidden;
}

#adv_b_ins_ads a {
    font-size: 12px;
    color: #686868;
}

#adv_b_ins_hdr {
    height: 60px;
    display: block;
}

#adv_b_ins_r, #adv_b_ins_l, #adv_b_ins_r_, #adv_b_ins_l_ {
    top: 0;
}

#adv_b_ins_l, #adv_b_ins_r, #adv_b_ins_r_, #adv_b_ins_l_ {
    float: left;
    display: block;
    width: 15px;
    height: 160px;
    position: absolute;
    cursor: pointer;
}

#adv_b_ins_l, #adv_b_ins_r, #adv_b_ins_r_, #adv_b_ins_l_ {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    width: 15px;
    background: #44a567;
}

.context_b .context_b_description {
    float: right;
    clear: both;
    width: 100%;
    height: 76px;
    overflow: hidden;
}

#adv_b_ins_l, #adv_b_ins_l_ {
    margin-right: 5px;
    left: 0;
}

#adv_b_ins_r, #adv_b_ins_r_ {
    margin-left: 5px;
    right: 0;
}

.context_b .context_b_image img {
    width: 100%;
}

#advert_new_ad {
    margin-left: 10px;
}

#advert_new_ad a {
    text-decoration: none;
    line-height: 37px;
    text-align: center;
    display: block;
    width: 142px;
    height: 37px;
    font-size: 18px;
    color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* Silver color */
#header_search_btn {
    background: rgb(205, 205, 205);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 205, 205, 1)), color-stop(100%, rgba(137, 137, 137, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#898989', GradientType=0);
    /* IE6-9 */
}

#header_search_btn:hover {
    background: rgb(191, 191, 191);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#777777', GradientType=0);
    /* IE6-9 */
}

/* green colors */
#advert_new_ad a, .button, .button-search, #blogmainMenu_h, .submit_b, #alioroadpaging_b #alioroadpage_p:hover, #alioroadpaging_b #alioroadpage_n:hover, .bggreen {
    border: 0;
    background: #00d053;
    cursor: pointer;
}

#advert_new_ad a:hover, .button:hover, .toggleadminpanel:hover, .button-search:hover, .submit_b:hover, .selectwaybutton a:hover, .bggreen:hover {
    background-color: #00d053;
    outline: none;
}

.usercategories-results-header {
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d7d7d7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #d7d7d7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d7d7d7', GradientType=0);
    /* IE6-9 */
}

.usercategories-results-header {
    border: 1px solid #dddddd;
    border-bottom: 0;
    color: #6c6c6c;
    height: 34px;
    width: 178px;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.usercategories-results-header div {
    margin: 10px;
    font-weight: bold;
}

.disabledb:hover {
    background: #797979;
    cursor: default;
}

#main_left_b {
    float: left;
}

#main_right_b {
    float: right;
    width: 300px;
}

#advert_data_m_b_right .advert_view_t, #advert_data_m_b_right .advert_view_tb {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    display: block;
}

#advert_data_m_b_right .advert_view_tb .kval {
    width: 367px;
    display: block;
    word-wrap: break-word;
}

#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb th {
    font-weight: bold;
    text-align: left;
    width: 150px;
    vertical-align: top;
}

.context_b {
    height: 91px;
    padding: 0;
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}

.context_b .context_b_image {
    width: 82px;
    overflow: hidden;
    height: 93px;
    margin-right: 6px;
}

.context_b .context_b_desc {
    width: calc(100% - 88px);
    height: 93px;
    overflow: hidden;
    display: block;
}

.context_b .context_b_title, .context_b .context_b_description {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
    padding-top: 10px;
}

.context_b .context_b_title a, .context_b .context_b_description div, .context_b .context_b_description a {
    color: #6b6b6b;
    text-decoration: none;
}

#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb strong {
    color: #3B3B3B;
}

#advert_data_m_b_right .advert_view_t td, #advert_data_m_b_right .advert_view_tb td,
#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb th {
    color: #3B3B3B;
    padding-top: 2px;
    padding-bottom: 2px;
}

#advert_data_m_b_right .advert_view_tb td {
    text-align: justify;
}

.popup_container .view {
    width: 100%;
    min-height: 630px;
    background: #FFF
}

.right_right {
    float: right;
    width: 210px
}

.center-column {
    display: block;
    overflow: auto;
    padding-left: 10px;
}

.cleartd td {
    border: 0;
    padding: 4px
}

.zphotodiv {
    width: 358px;
    height: 267px;
    border: 1px solid #DBDBDB;
    text-align: center;
    display: table-cell;
    background: #F7F8F3;
    vertical-align: middle
}

.zphoto {
    text-align: center
}

.zphoto img {
    max-width: 358px;
    max-height: 264px
}

.mainphotos {
    width: 358px;
    border: 1px solid #DBDBDB;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 0;
}

.mainphotos_e {
    float: left;
    width: 76px;
    height: 57px;
    position: relative;
    overflow: hidden;
    margin: 1px
}

.mainphotos_e a {
    width: 76px;
    height: 57px;
    text-align: center
}

.mainphotos_e {
    border: 2px solid #cbcbcb
}

.mainphotos .selected {
    border: 2px solid #00d053
}

.mainphotos .hidden {
    display: none
}

.mainphotos_e:hover {
    border: 2px solid #00d053
}

img.wide {
    height: 100%;
    position: relative
}

img.tall {
    width: 100%;
    position: relative
}

.arrow_left {
    float: left;
    min-width: 15px;
    width: 15px;
    position: relative;
    left: -1px
}

.arrow_left .a_blok {
    display: block;
    height: 57px
}

.arrow_right .a_blok {
    display: block;
    height: 57px
}

.a_blok img {
    position: relative;
    top: 23px
}

#floating-box {
    width: 180px;
    border: 1px solid #007827;
    background: #2fa159;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#floating-box ul {
    list-style-type: none;
    margin-bottom: 8px
}

#floating-box ul li a {
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
    padding: 3px 0 3px 0;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    text-align: center;
    border: 1px solid #c0c0c0;
    background-image: url(../img/layout_img.png);
    background-position: -1003px -166px;
    background-repeat: repeat-x
}

#floating-box ul li a:hover {
    text-decoration: none
}

.arrow_right {
    float: right;
    min-width: 15px;
    width: 15px;
    position: relative;
    left: 0
}

.social_facebook_popup {
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 22px;
    width: 130px;
    z-index: 1337;
    text-align: left;
    background: white
}

.dnone a {
    top: 61px;
    position: relative
}

.imgr img {
    -ms-interpolation-mode: bicubic
}

#search_form strong {
    display: block;
    padding-bottom: 2px
}

.ads660px div {
    width: 100%
}

.ads660px div div {
    background-position: top center !important;
    width: 100% !important
}

.emptyf option {
    color: #FFF
}

#infogroupForm {
    color: #000007
}

#infogroupForm strong {
    display: block;
    padding-bottom: 2px
}

#infogroupForm .prices_cl strong {
    display: inline
}

.facebook_block {
    background: #3b5999;
    border: 1px solid #1b3568;
    margin-top: 5px;
    text-align: center
}

.facebook_block h1 {
    color: #FFF;
    padding: 10px
}

.hidden_selecttype_bd {
    overflow-x: hidden;
    overflow-y: auto;
    overflow: auto;
    border-left: 5px solid #c5e3d2;
    border-right: 5px solid #c5e3d2;
    border-bottom: 5px solid #c5e3d2;
    padding: 15px !important
}

.title-category {
    height: 61px;
    float: left
}

.selecttype_cat_bd {
    padding-left: 1px;
    padding-top: 1px;
    padding-right: 1px;
    height: 100%;
}

.selecttype_cat_bd.selected {
    overflow: auto;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.selecttype_cat_bd.selected .h1_cat_id, .selecttype_cat_bd .h1_cat_id:hover {
    color: #00d053;
}

.fillbg {
    height: 1px;
    background: #ccc
}

.borderfillbgleft {
    height: 1px;
    border-left: 1px solid #ccc
}

.borderfillbgright {
    height: 1px;
    border-right: 1px solid #ccc
}

.selectTypeW {
    height: 90px;
}

.hideshowembledvideo img {
    width: 100%
}

.adv_bnnr_box {
    width: auto;
}

p.ffix {
    display: inline
}

.footer_menu .button-create {
    min-width: 200px
}

.block h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc
}

.block2 h2 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px;
    text-transform: uppercase
}

.stars_text {
    text-align: center;
    padding-bottom: 4px
}

.emailsmscl {
    padding-top: 8px
}

#select-bank option {
    font-size: 16px
}

.url {
    display: none
}

.fc {
    margin: 0 auto
}

.bround {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

#blogmainMenu_h {
    width: 100%;
    display: block;
    height: 35px;
    float: left;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#left_menu_h {
    background: #f0f0f0;
    border-bottom: 1px solid #ebebeb;
}

#left_menu_h a {
    font-weight: bold;
    color: #6b6b6b;
    font-size: 18px;
    padding-left: 30px;
    line-height: 43px;
}

#left_menu_cats {
    background: #FFF;
    margin-bottom: 10px
}

.broundsilver {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

.slistul li {
    list-style-type: none;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 5px;
    background: #f2f7f0
}

.slistul li a {
    display: block;
    line-height: 18px;
    font-size: 14px
}

.star_rating .full {
    background-image: url(../img/new/sf.png)
}

.star_rating .empty {
    background-image: url(../img/new/se.png)
}

.star_rating .emptyfull {
    background-image: url(../img/new/sef.png)
}

.star_rating .vote_star {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px
}

.star_rating .hover {
    background-image: url(../img/new/sf.png)
}

.star_rating .hovere {
    background-image: url(../img/new/se.png)
}

#userpage_user_stars .vote_star {
    cursor: auto;
    margin-right: 3px;
}

#userpage_user_stars {
    padding-top: 5px;
}

#userpage_user_rating {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 20px;
    color: #00d053;
    font-weight: bold;
}

#rating_b #rating_t1 {
    margin-top: 13px;
    margin-right: 5px;
}

#rating_b #rating_t2 {
    margin-top: 13px;
    margin-left: 5px;
}

#rating_b .star_rating {
    margin-top: 8px;
    width: 115px;
    text-align: center;
    line-height: 26px;
}

#footer #f_c_div {
    height: 134px;
    overflow: hidden;
}

.collagegrid .favDiv {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}

.collagegrid .favDiv a, #comparet .favorited {
    width: 18px;
    height: 14px;
    display: none;
}

.collagegrid .favDiv .favorited {
    display: block;
}

#comparet .favorited {
    display: inline-block;
}

.collagegrid .favDiv a, .result:hover .favDiv span {
    cursor: pointer;
}

/* Silver color */
#header_search_btn {
    background: rgb(205, 205, 205);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 205, 205, 1)), color-stop(100%, rgba(137, 137, 137, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(205, 205, 205, 1) 0%, rgba(137, 137, 137, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#898989', GradientType=0);
    /* IE6-9 */
}

#header_search_btn:hover {
    background: rgb(191, 191, 191);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(119, 119, 119, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#777777', GradientType=0);
    /* IE6-9 */
}

/* green colors */
#advert_new_ad a, .button-search, #blogmainMenu_h, .submit_b, #alioroadpaging_b #alioroadpage_p:hover, #alioroadpaging_b #alioroadpage_n:hover, .bggreen {
    border: 0;
    background: #00d053;
    cursor: pointer;
}

#advert_new_ad a:hover, .button:hover, .toggleadminpanel:hover, .button-search:hover, .submit_b:hover, .bggreen:hover {
    background-color: #3a9b4f;
    outline: none;
}

.usercategories-results-header {
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d7d7d7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #d7d7d7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d7d7d7', GradientType=0);
    /* IE6-9 */
}

.usercategories-results-header {
    border: 1px solid #dddddd;
    border-bottom: 0;
    color: #6c6c6c;
    height: 34px;
    width: 178px;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.usercategories-results-header div {
    margin: 10px;
    font-weight: bold;
}

.disabledb:hover {
    background: #797979;
    cursor: default;
}

#advert_data_m_b_right .advert_view_t, #advert_data_m_b_right .advert_view_tb {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    display: block;
}

#advert_data_m_b_right .advert_view_tb .kval {
    width: 367px;
    display: block;
    word-wrap: break-word;
}

#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb th {
    font-weight: bold;
    text-align: left;
    width: 150px;
    vertical-align: top;
}

#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb strong {
    color: #3B3B3B;
}

#advert_data_m_b_right .advert_view_t td, #advert_data_m_b_right .advert_view_tb td,
#advert_data_m_b_right .advert_view_t th, #advert_data_m_b_right .advert_view_tb th {
    color: #3B3B3B;
    padding-top: 2px;
    padding-bottom: 2px;
}

#advert_data_m_b_right .advert_view_tb td {
    text-align: justify;
}

.popup_container .view {
    width: 100%;
    min-height: 630px;
    background: #FFF
}

.right_right {
    float: right;
    width: 210px
}

.center-column {
    display: block;
    overflow: auto;
    padding-left: 10px;
}

.cleartd td {
    border: 0;
    padding: 4px
}

.zphotodiv {
    width: 358px;
    height: 267px;
    border: 1px solid #DBDBDB;
    text-align: center;
    display: table-cell;
    background: #F7F8F3;
    vertical-align: middle
}

.zphoto {
    text-align: center
}

.zphoto img {
    max-width: 358px;
    max-height: 264px
}

.mainphotos {
    width: 358px;
    border: 1px solid #DBDBDB;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 0;
}

.mainphotos_e {
    float: left;
    width: 76px;
    height: 57px;
    position: relative;
    overflow: hidden;
    margin: 1px
}

.mainphotos_e a {
    width: 76px;
    height: 57px;
    text-align: center
}

.mainphotos_e {
    border: 2px solid #cbcbcb
}

.mainphotos .selected {
    border: 2px solid #00d053
}

.mainphotos .hidden {
    display: none
}

.mainphotos_e:hover {
    border: 2px solid #00d053
}

img.wide {
    height: 100%;
    position: relative
}

img.tall {
    width: 100%;
    position: relative
}

.arrow_left {
    float: left;
    min-width: 15px;
    width: 15px;
    position: relative;
    left: -1px
}

.arrow_left .a_blok {
    display: block;
    height: 57px
}

.arrow_right .a_blok {
    display: block;
    height: 57px
}

.a_blok img {
    position: relative;
    top: 23px
}

#floating-box {
    width: 180px;
    border: 1px solid #007827;
    background: #2fa159;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#floating-box ul {
    list-style-type: none;
    margin-bottom: 8px
}

#floating-box ul li a {
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
    padding: 3px 0 3px 0;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    text-align: center;
    border: 1px solid #c0c0c0;
    background-image: url(../img/layout_img.png);
    background-position: -1003px -166px;
    background-repeat: repeat-x
}

#floating-box ul li a:hover {
    text-decoration: none
}

.arrow_right {
    float: right;
    min-width: 15px;
    width: 15px;
    position: relative;
    left: 0
}

.social_facebook_popup {
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 22px;
    width: 130px;
    z-index: 1337;
    text-align: left;
    background: white
}

.dnone a {
    top: 61px;
    position: relative
}

.imgr img {
    -ms-interpolation-mode: bicubic
}

.facebook_block {
    background: #3b5999;
    border: 1px solid #1b3568;
    margin-top: 5px;
    text-align: center
}

.facebook_block h1 {
    color: #FFF;
    padding: 10px
}

.hidden_selecttype_bd {
    overflow: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px !important
}

.title-category {
    height: 61px;
    float: left
}

.fillbg {
    height: 1px;
    background: #ccc
}

.borderfillbgleft {
    height: 1px;
    border-left: 1px solid #ccc
}

.borderfillbgright {
    height: 1px;
    border-right: 1px solid #ccc
}

.hideshowembledvideo img {
    width: 100%
}

.adv_bnnr_box {
    width: auto;
}

p.ffix {
    display: inline
}

.footer_menu .button-create {
    min-width: 200px
}

.block h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2
}

.stars_text {
    text-align: center;
    padding-bottom: 4px
}

.emailsmscl {
    padding-top: 8px
}

.disabledb {
    background: #797979
}

#select-bank option {
    font-size: 16px
}

.url {
    display: none
}

.fc {
    margin: 0 auto
}

.bround {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

#blogmainMenu_h {
    width: 100%;
    display: block;
    height: 35px;
    float: left;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#left_menu_cats {
    background: #FFF;
    margin-bottom: 10px
}

.gradient {
    background: #51af70;
    /* Old browsers */
    background: -moz-linear-gradient(top, #51af70 0%, #248444 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51af70), color-stop(100%, #248444));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #51af70 0%, #248444 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #51af70 0%, #248444 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #51af70 0%, #248444 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #51af70 0%, #248444 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51af70', endColorstr='#248444', GradientType=0);
    /* IE6-9 */
}

.broundsilver {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

.slistul li {
    list-style-type: none;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 5px;
    background: #f2f7f0
}

.slistul li a {
    display: block;
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word;
    width: 200px;
}

#userpage_user_stars .vote_star {
    cursor: auto;
    margin-right: 3px;
}

#userpage_user_stars {
    padding-top: 5px;
}

#userpage_user_rating {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 20px;
    color: #00d053;
    font-weight: bold;
}

#rating_b #rating_t1 {
    margin-top: 13px;
    margin-right: 5px;
}

#rating_b #rating_t2 {
    margin-top: 13px;
    margin-left: 5px;
}

#rating_b .star_rating {
    margin-top: 8px;
    width: 115px;
    text-align: center;
    line-height: 26px;
}

#footer #f_c_div {
    height: 134px;
    overflow: hidden;
}

.result .favDiv {
    float: right;
    width: 11%;
    width: -webkit-calc(30px);
    width: -moz-calc(30px);
    width: calc(30px);
    height: 100%;
    cursor: pointer;
}

.result .favDiv {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 21px;
}

.result .favDiv:before {
    content: "\f004";
    font: normal normal normal 26px/30px 'Font Awesome 5 Pro';
    text-align: center;
    display: block;
    color: #d0cece;
    font-weight: lighter;
    margin-top: 3px;
    right: 10px;
    position: relative;
}

.result .favDiv.favorited:before {
    color: #00d053;
}

.result .favDiv:before:active {
    font-size: 30px;
}

#comparet .favorited {
    display: inline-block;
}

.result .nohover {
    display: none;
}

.adminpanel li strong {
    min-width: 185px;
    display: inline-block;
}

#comparet {
    background: #F8F8F8;
}

#comparet td {
    border: 1px solid #E4E4E4;
    min-width: 150px;
    width: 150px;
    padding: 5px;
    padding-left: 10px;
}

#comparet tr:hover td {
    background: #E2E2E2;
}

#comparecontent {
    margin-top: 10px;
}

#compareb {
    padding: 20px;
    background: #FFF;
    margin: 0 auto;
    padding-top: 7px;
}

#comparet a {
    color: #585858;
}

#comparet .a_sil {
    color: #932100;
    font-size: 11px;
}

#search_button {
    margin-left: 42px;
}

#search_button:hover {
    text-decoration: none;
}

.comments .comment_author, .comments .comment_author_userpage, .comments .comment_author_grouppage {
    float: left;
    width: 65%;
    font-size: 11px;
}

.comments .comment_author_userpage, .comments .comment_author_grouppage {
    width: 90%;
}

.comments .comment_buttons, .comments .comment_buttons_user, .comments .comment_buttons_group {
    float: right;
    width: 35%;
    text-align: right;
}

.comments .comment_buttons_user, .comments .comment_buttons_group {
    width: 10%;
}

.comments .comment_author span {
    display: inline-block;
    height: 18px;
    overflow: hidden;
    margin-right: 5px;
    color: rgb(138, 138, 138);
}

.comment_author_name {
    max-width: 94px;
}

.comment_box {
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #DDD;
    color: #3B3B3B;
}

.comments {
    color: #3B3B3B;
}

#comment_b {
    border: 1px solid #cacccb;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 20px;
}

#comment_b.user_comments, #comment_b.group_comments {
    width: 243px;
    margin: auto;
}

.title .vatop {
    vertical-align: top;
}

#advertise_top_b {
    position: relative;
}

#social_fb {
    text-align: left;
    width: 200px;
}

#fb_btn {
    position: absolute;
    top: 215px;
    right: -41px;
    z-index: 1;
}

.prev_next_btns .countnposition .ad_count {
    margin-left: 3px;
}

#btm_c_pattern {
    position: relative;
    margin-top: 32px;
    background-color: #11a64f;
    background-image: url(../img/new/big_collage.png);
    background-position: 23px -34px;
    background-repeat: no-repeat;
    height: 68px;
}

#btm_c_pattern #text_t {
    position: absolute;
    left: 30px;
    top: -20px;
    display: block;
    background-image: url(../img/new/title_collage.png);
    background-position: -16px 0;
    background-repeat: no-repeat;
    width: 135px;
    height: 22px;
}

#btm_c_pattern a {
    margin-top: 7px;
    float: left;
    display: block;
    height: 52px;
    border: 1px solid #11a64f;
}

#btm_c_pattern a.cats_line_1373 {
    width: 44px;
    margin-left: 13px;
}

#btm_c_pattern a.cats_line_1473 {
    width: 58px;
    margin-left: 16px
}

#btm_c_pattern a.cats_line_1433 {
    width: 46px;
    margin-left: 16px
}

#btm_c_pattern a.cats_line_1513 {
    width: 120px;
    margin-left: 6px
}

#btm_c_pattern a.cats_line_3093 {
    width: 48px;
    margin-left: 7px
}

#btm_c_pattern a.cats_line_1393 {
    width: 74px;
    margin-left: 13px
}

#btm_c_pattern a.cats_line_613 {
    width: 74px;
    margin-left: 11px
}

#btm_c_pattern a.cats_line_673 {
    width: 104px;
    margin-left: 11px
}

#btm_c_pattern a.cats_line_2463 {
    width: 63px;
    margin-left: 11px
}

#btm_c_pattern a.cats_line_2133 {
    width: 47px;
    margin-left: 11px
}

#btm_c_pattern a.cats_line_3333 {
    width: 56px;
    margin-left: 14px
}

#btm_c_pattern a.cats_line_4993 {
    width: 88px;
    margin-left: 5px;
}

#btm_c_pattern a.cats_line_5242 {
    width: 88px;
    margin-left: 5px;
}

.reklama_div {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 261px;
}

.ad-pagead-placement {
    min-height: 90px;
}

.reklama_icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAJAQMAAABdbn1VAAAABlBMVEX///+Pj49+t5X2AAAAL0lEQVQI12MgCApPKhxxY2Do8ORSVDvJwBBQeEbxqT8Dg0Igl6KKJ1De86QlkAYA2+0J8/h6cGYAAAAASUVORK5CYII=') no-repeat scroll right top #FFF;
    height: 11px;
}

.search_adv_line1, .search_adv_line2, .search_adv_line3, .search_adv_line4, .input_adv_line1, .input_adv_line31, .input_adv_line32, .input_adv_line21, .input_adv_line22, .search_adv_line5 {
    height: 16px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin: 0px 5px;
}

#ads-left-column-container {
    margin-right: -498px;
    position: relative;
    width: 50%;
    float: left;
    z-index: 0
}

#ads-left-column {
    margin-right: 497px;
    height: 1px;
}

#delfi-container-inner {
    padding-bottom: 20px;
}

#ads-right-column-container {
    margin-left: -498px;
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    float: right;
    z-index: 0
}

#ads-right-column {
    margin-left: 496px;
    height: 1px;
}

#fb_fixed_b {
    position: fixed;
    top: 0;
    padding-left: 995px;
}

#suggestion_b {
    padding: 10px;
    color: #505050;
    margin-bottom: 8px;
    background: #FCF66B;
    text-align: center;
}

.suggestion_b.special_s {
    background: #F0F0F0;
}

.collagegrid {
    padding: 12px;
    background: white;
    margin-bottom: 10px;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.collagegrid .imgb {
    width: 207px;
    overflow: hidden;
    position: relative;
}

.collagegrid .imgb .advertise_category {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: -1px 1px 4px rgba(34, 25, 25, 0.26);
    -webkit-box-shadow: -1px 1px 4px rgba(34, 25, 25, 0.26);
}

.collagegrid .imgb .advertise_category a {
    color: #2a9f55;
}

.collagegrid .imgb .advertise_price {
    display: none;
    position: absolute;
    bottom: 6px;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
    padding: 4px 4px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}

#alioroadloading_b, #alioroadpaging_b {
    line-height: 74px;
    font-size: 20px;
    color: #a9a9a9;
    text-align: center;
    box-shadow: 0 -2px 3px rgba(34, 25, 25, 0.24);
    -webkit-box-shadow: 0 -2px 3px rgba(34, 25, 25, 0.24);
    position: fixed;
    width: 995px;
    background: rgba(255, 255, 255, 0.83);
    bottom: 0;
}

#alioroadpaging_b {
    display: none;
    height: 74px;
}

#alioroadpaging_b #alioroadpage_b {
    font-size: 20px;
    color: #666;
    width: 95px;
    line-height: 32px;
}

#alioroadpaging_b #paging_p {
    width: 360px;
    margin: 0 auto;
    margin-top: 22px;
}

#alioroadpaging_b #alioroadpage_p, #alioroadpaging_b #alioroadpage_n, #alioroadpage_p_disabled {
    color: #FFF;
    font-weight: bold;
    width: 118px;
    line-height: 32px;
    background: #bfbfbf;
}

#alioroadpaging_b #alioroadpage_p a, #alioroadpaging_b #alioroadpage_n a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    display: block;
}

#alioroadpaging_b #alioroadpage_p, #alioroadpage_p_disabled {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#alioroadpaging_b #alioroadpage_n {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#rssReader_view_b {
    margin-top: 10px;
}

#rssReader_b {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
}

#rssReader_b #rssReader_f_b {
    position: relative;
    width: 2000px;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

#rssReader_b .rss_e_b {
    float: left;
    overflow: hidden;
    margin-right: 0;
}

#rssReader_b #btn_p_b {
    position: absolute;
    width: 45px;
    left: 0;
    top: 0;
    height: 240px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.75) 34%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(10%, rgba(255, 255, 255, 0.9)), color-stop(18%, rgba(255, 255, 255, 0.85)), color-stop(26%, rgba(255, 255, 255, 0.8)), color-stop(34%, rgba(255, 255, 255, 0.75)), color-stop(42%, rgba(255, 255, 255, 0.7)), color-stop(51%, rgba(255, 255, 255, 0.65)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.75) 34%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.75) 34%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.75) 34%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.75) 34%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

#rssReader_b #btn_n_b {
    position: absolute;
    width: 45px;
    right: 0;
    top: 0;
    height: 240px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(255, 255, 255, 0.65)), color-stop(58%, rgba(255, 255, 255, 0.7)), color-stop(66%, rgba(255, 255, 255, 0.75)), color-stop(74%, rgba(255, 255, 255, 0.8)), color-stop(82%, rgba(255, 255, 255, 0.85)), color-stop(90%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 49%, rgba(255, 255, 255, 0.7) 58%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.85) 82%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e6ffffff', GradientType=1);
    /* IE6-9 */
}

.rss_e_b .rss_content_b {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.rsb_360x300, .rsb_360x300 .rss_e_b .rss_content_b {
    width: 360px;
    height: 300px;
}

.rsb_975x1331, .rsb_975x1331 .rss_e_b .rss_content_b {
    width: 975px;
    height: 1331px;
}

.rsb_360x300 .rss_e_b {
    width: 360px;
}

.rsb_975x1331 .rss_e_b {
    width: 975px;
}

.rsb_250x500 {
    width: 298px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}

.rsb_250x500 .rss_e_b .rss_content_b {
    width: 280px;
    height: 155px;
}

.rsb_250x500 .rss_e_b {
    width: 280px;
}

.rss_e_b .rss_title_b {
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    overflow: hidden;
    padding: 10px 10px 10px 30px;
    text-align: left;
}

.rss_e_b .rss_title_bg {
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 10px 10px 10px 30px;
    background: none repeat scroll 0 0 #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.rsb_250x500 .rss_e_b .rss_title_b, .rsb_250x500 .rss_e_b .rss_title_bg {
    width: 98%;
    height: 30px;
    padding: 1%;
    text-align: center;
}

.rsb_250x500 .rss_e_b .rss_title_b {
    font: 14px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
}

.rss_e_b .rss_title_b {
    font-size: 14px;
    color: #FFF;
    line-height: 16px;
    text-decoration: none;
}

.rsb_250x500 #rssReader_border {
    margin: 10px;
    overflow: hidden;
}

.rsb_250x500 #rssReader_b_menu_b {
    padding: 5px 10px 0;
}

.rsb_250x500 #rssReader_b_menu_b ul {
    list-style-type: none
}

.rsb_250x500 #rssReader_b_menu_b ul li {
    float: left;
}

.rsb_250x500 #rssReader_b_menu_b ul li a {
    text-decoration: none;
    color: #939494;
    padding-right: 24px;
}

.rsb_250x500 #rssReader_b_menu_b ul li a.last {
    padding-right: 0;
}

#btn_p_b .btn_p_btn, #btn_n_b .btn_p_btn {
    background-repeat: no-repeat;
    cursor: pointer;
}

#btn_p_b .btn_p_btn {
    margin-top: 100px;
    margin-left: 10px;
    width: 15px;
    height: 40px;
    background-position: 0 0;
}

.orbit-bullets {
    list-style: none outside none;
    padding: 10px 0;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 5px;
}

.rsb_975x1331 .orbit-bullets {
    padding: 0;
    position: inherit;
    z-index: 0;
    left: 42%;
    height: 30px;
    top: 0;
}

.rsb_250x500 .orbit-bullets {
    top: 10px;
    right: 15px;
}

.orbit-bullets li {
    background: url(http://www.delfi.lt/newsfeed/img/bullets.png) no-repeat scroll 0px 0 transparent;
    color: #999999;
    cursor: pointer;
    float: left;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 12px;
}

.rsb_975x1331 .orbit-bullets li {
    background: none;
    width: 18px;
    height: 20px;
    text-indent: 0;
    text-align: center;
    font-size: 16px;
}

.rsb_975x1331 .orbit-bullets li.active {
    background: #fdc82e;
    font-weight: bold;
}

.orbit-bullets li.active, .orbit-bullets li:hover, .orbit-bullets li.activeAlmost {
    background-position: -13px 0;
    color: #222222;
}

#btn_n_b .btn_p_btn {
    margin-top: 100px;
    margin-left: 20px;
    width: 15px;
    height: 140px;
}

#rssReader_b #rssReader_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 70px;
    background: #B7B5B6;
    z-index: 1
}

#rssReader_b.rsb_250x500 #rssReader_logo {
    top: 10px;
    left: 10px;
    height: 28px;
    width: 80px;
}

#rssReader_b.rsb_250x500 #rssReader_logo a {
    background: url(../img/new/logo_80_28.png) no-repeat;
    background-position: center;
    display: block;
    width: 80px;
    height: 28px;
}

#rssReader_b #rssReader_logo a {
    background: url(../img/new/logo_60_22.png) no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 70px;
}

#rssReader_b.rsb_250x500 #rssReader_logo a {
    height: 28px;
}

.collagegrid .desc_t h4 {
    font-size: 14px;
    color: #6c6c6c;
    font-weight: bold;
    line-height: 20px;
    display: block;
    max-height: 40px;
    overflow: hidden;
}

.collagegrid .desc_t {
    width: 207px;
}

#roadMenu_b {
    width: 995px;
    height: 71px;
    background: #e7e7e7;
    box-shadow: 0 1px 4px rgba(34, 25, 25, 0.24);
    -webkit-box-shadow: 0 1px 4px rgba(34, 25, 25, 0.24);
}

#roadMenu_b a {
    line-height: 20px;
    font-size: 18px;
    margin-left: 7px;
    color: #6c6c6c;
}

#roadMenu_b .roadtitle_c {
    font-weight: bold;
    font-size: 12px;
    color: #45a063;
    margin-left: 3px;
}

#roadMenu_b #menucatsurls a {
    margin-left: 0;
}

#roadMenu_b .roadcaturl_b {
    padding: 0 11px;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #d4d4d4;
}

#roadMenu_b .roadcaturl_first {
    padding: 0 11px 0 0;
    border-right: 1px solid #f5f5f5;
}

#roadMenu_b .roadcaturl_last {
    padding: 0 0 0 11px;
    border-left: 1px solid #d4d4d4;
}

#roadMenu_b #userFavs span {
    font-size: 11px;
}

#roadMenu_b #userFavs {
    padding: 0 10px;
    text-align: center;
    line-height: 5px;
    color: #585858;
    height: 36px;
}

#road_social_b {
    display: none;
    position: absolute;
}

.readMenurelative {
    position: relative;
}

.roadMenufixed {
    position: fixed;
    z-index: 1;
    top: 0;
}

#roadMenu_b a:hover, #roadMenu_placement .roadMenuactive {
    color: #00d053;
    text-decoration: none;
}

#roadMenu_b #block_padding {
    width: 160px;
    float: left;
    line-height: 44px;
    height: 27px;
    padding-top: 2px;
}

#roadMenu_b #block_padding #search_b #search_b_input {
    float: left;
    margin-left: 10px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #9BA6AA;
    padding-left: 28px;
    background-image: url(../img/layout_img.png);
    background-position: -253px -32px;
    background-repeat: no-repeat;
}

#roadMenu_b #block_padding #search_b .submit_b {
    float: left;
    height: 27px;
    border: 0;
    width: 19px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
}

#roadMenu_placement {
    height: 74px;
    width: 995px;
    display: block;
    margin-top: 22px;
}

.collagegrid .notif_icons {
    float: left;
    margin-right: 5px;
}

.collagegrid .social_b {
    min-height: 18px;
    margin-top: 3px;
    float: left;
    width: 189px;
}

.collagegrid a.vertiselink {
    display: block;
    overflow: hidden;
    max-height: 500px;
}

.collagegrid a.vertiselink img {
    width: 207px;
}

#advert_data_m_b_right {
    float: right;
    width: 367px;
}

#advert_data_m_b_right h1 {
    overflow: hidden;
    display: block;
    max-height: 55px;
}

.collagegrid .facebookshare {
    float: left;
    margin-right: 10px;
    height: 18px
}

.collagegrid .googleplusshare {
    float: left;
    height: 18px;
}

#user_advertise_c_t {
    text-align: center
}

#user_advertise_c {
    color: #00d053;
    font-size: 36px;
}

.collagegrid .favDiv {
    margin-top: 3px;
    float: right;
}

.collage_comments {
    width: 231px;
    word-wrap: break-word;
    margin: 0 -12px -12px;
}

.button:active, .line #header_search_btn:active, .button-create:active, #search_b .submit_b:active, #advert_banners_inside #adv_b_ins_r:active, #advert_banners_inside #adv_b_ins_l:active, .toggleadminpanel:active, .button-red:active, .button.red:active {
    box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
    -webkit-box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
}

.collage_comments .comment_b, .collage_comments .comment_b_all {
    background: rgb(245, 245, 245);
    border-top: 1px solid #fcfafa;
    border-bottom: 1px solid #d9d4d4;
    padding: 8px 15px;
}

.collage_comments .comment_b_all {
    text-align: center;
    padding: 5px 15px;
}

.collage_comments .comment_b_all a {
    color: rgb(138, 138, 138);
}

.comment_content, .collage_comments {
    color: #6c6c6c;
}

.listview_bb .result {
    border-bottom: 1px solid #DDD;
}

#favorites_count_b {
    border-left: 1px solid #AAA;
    display: none;
}

#favorites_counter_s {
    color: #00d053;
}

.broundrt10 {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.broundrb10 {
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.broundlt10 {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.broundlb10 {
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.broundrt5 {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.broundrb5 {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.broundlt5 {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.broundlb5 {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.broundrt0 {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.broundrb0 {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.broundlt0 {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.broundlb0 {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

#ntspecial_b_advertise, #ntproreal_b_advertise, #ntkurjeris_b_advertise, #ntspecial_b_vertise, #ntproreal_b_vertise, #ntkurjeris_b_vertise {
    background: #F0F0F0;
    margin-top: 10px;
}

#ntspecial_b_advertise:hover, #ntproreal_b_advertise:hover, #ntkurjeris_b_advertise:hover, #ntspecial_b_vertise:hover, #ntproreal_b_vertise:hover, #ntkurjeris_b_vertise:hover {
    cursor: pointer;
}

#ntspecial, #ntproreal, #ntkurjeris {
    width: 19px;
    height: 19px;
    background-image: url(../img/new/plusminus_collage.png);
    background-position: 0 -25px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#ntspecial.checked, #ntproreal.checked, #ntkurjeris.checked {
    background-position: 0 -3px;
}

#mini_packet, #optimal_packet, #vip_packet, #callnumber_order_b, #callnumber_prolong_input,
#facebook_alio,
#site_advertise_102,
#site_advertise_103,
#site_advertise_104,
#site_advertise_105,
#site_advertise_106,
#site_advertise_107,
#site_advertise_108,
#site_advertise_109,
#site_advertise_110,
#site_advertise_111,
#site_advertise_112,
#site_advertise_113,
#site_advertise_114,
#site_advertise_115,
#site_advertise_116,
#site_advertise_117 {
    width: 16px;
    height: 16px;
    background-image: url(../img/new/fcheckbox_bg.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: 0 0;
}

#mini_packet.checked, #optimal_packet.checked, #vip_packet.checked, #callnumber_order_b.checked, #callnumber_prolong_input.checked,
#facebook_alio.checked,
#site_advertise_102.checked,
#site_advertise_103.checked,
#site_advertise_104.checked,
#site_advertise_105.checked,
#site_advertise_106.checked,
#site_advertise_107.checked,
#site_advertise_108.checked,
#site_advertise_109.checked,
#site_advertise_110.checked,
#site_advertise_111.checked,
#site_advertise_112.checked,
#site_advertise_113.checked,
#site_advertise_114.checked,
#site_advertise_115.checked,
#site_advertise_116.checked,
#site_advertise_117.checked {
    background-position: 0 -16px;
}

#ad_user_input_phone {
    position: relative;
}

#ad_user_input_phone.selected:after {
    content: ' ';
    bottom: -26px;
    display: block;
    left: 40px;
    width: 32px;
    height: 28px;
    position: absolute;
    background-image: url(../img/new/arrow_down_filldata.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.moreads_b {
    width: 32%;
    height: 80px;
    margin-right: 1%;
}

.moreads_b .inner_b {
    padding: 5px;
    border: 1px solid #ccc;
}

.moreads_b.last {
    width: 34%;
    margin-right: 0;
}

.moreads_b.big_b {
    width: 158px;
}

.moreads_b .img_block {
    height: 65px;
    background-image: url(../img/new/addmore_collage.png);
    background-repeat: no-repeat;
}

.moreads_b .img_block#i_block_2363 {
    background-position: -398px 0;
}

.moreads_b.big_b .img_block#i_block_2363 {
    background-position: -413px 0;
}

.moreads_b .img_block#i_block_2253 {
    background-position: -92px 0;
}

.moreads_b.big_b .img_block#i_block_2253 {
    background-position: -104px 0;
}

.moreads_b .img_block#i_block_2133 {
    background-position: -293px 0;
}

.moreads_b.big_b .img_block#i_block_2133 {
    background-position: -306px 0;
}

.moreads_b .img_block#i_block_3333 {
    background-position: -4px 0;
}

.moreads_b.big_b .img_block#i_block_3333 {
    background-position: -16px 0;
}

.moreads_b .img_block#i_block_8 {
    background-position: -186px 0;
}

.moreads_b.big_b .img_block#i_block_8 {
    background-position: -200px 0;
}

.sms_text {
    letter-spacing: 2px;
    background: #bdbdbd;
}

.sms_text_l {
    float: left;
    background-color: rgb(207, 207, 207);
    margin-right: 1px;
    padding: 1px;
    font-weight: bold;
    font-size: 15px;
    height: 22px;
    width: 12px;
    text-align: center;
    margin-bottom: 1px;
    color: #222;
}

.silverbg {
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #dedddd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #dedddd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #dedddd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #dedddd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #dedddd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #dedddd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dedddd', GradientType=0);
    /* IE6-9 */
}

#side_bar {
    min-height: 470px;
}

#side_bar a {
    display: block;
    padding: 4px;
    line-height: 13px;
    border-bottom: 1px solid #E2E2E2;
}

#side_bar a:hover {
    background: #EBEBEB;
}

.selectedMarker {
    background: #EBEBEB;
}

.small_t {
    font-size: 10px;
}

.border {
    border: 1px solid #dcdcdc;
}

h2.dialog_h_servicesView {
    font-size: 18px;
    color: #00d053;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 15px;
}

.dialog_b .service_description_t, .dialog_b .service_description_t a {
    font-size: 16px;
    font-weight: 300;
}

.dialog_b a {
    outline: none;
}

.kont_block {
    float: left;
    min-height: 39px;
    margin-right: 10px;
    min-width: 155px;
}

.plusminus_b_advertisesite {
    display: block;
    height: 56px;
    border-left: 0;
    border-bottom: 0;
    text-align: center;
    line-height: 42px;
    background-image: url(../img/new/advertisesites.png);
    background-repeat: no-repeat;
}

#mainmenu_username_b {
    color: #9ba5aa;
    margin-top: 6px;
    border-right: 1px solid #D5D5D5;
    padding-right: 5px;
}

#mainmenu_money_b {
    color: #9ba5aa;
    margin-top: 6px;
    height: 18px;
}

#mainmenu_username_b a, #mainmenu_money_b a {
    font-weight: bold;
}

#finansai_menu.menu {
    padding-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

#finansai_menu.menu ul {
    margin-top: 9px;
    margin-bottom: 9px;
    height: 28px;
}

#finansai_menu.menu ul li div {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    border-right: 1px solid #ddd;
}

#finansai_menu.menu ul li img {
    float: left;
}

#finansai_menu.menu ul li a {
    margin-left: 5px;
    padding: 0;
    line-height: 28px;
    display: inline-block;
    float: none;
}

#finansai_menu.menu ul li.last div {
    border-right: 0;
}

#finansai_menu.menu ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #adadad
}

#finansai_menu.menu ul li a:hover, #finansai_menu ul li a.selected {
    color: #6c6c6c
}

#userMenuCategories {
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    position: relative;
    height: 241px;
}

#userMenuCategories #inner_b {
    position: relative;
    height: 241px;
    overflow: hidden;
    z-index: 3;
    background: #FFF;
    border: 1px solid #ebebeb;
    border-top: 0;
    min-height: 241px;
}

#inner_b_shadow {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

#userCategories_b .main_hip {
    font-size: 14px;
    color: #6c6c6c;
    font-weight: bold;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#userMenuCategories #userCategories_b {
    padding: 0 30px;
    margin-bottom: 30px;
}

#userMenuCategories .userCategories_level1_b {
    margin-bottom: 10px;
    margin-top: 10px;
}

.userCategories_level1_b .counter {
    color: #A3A3A3;
}

#userCategories_b .level_1 {
    cursor: pointer;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 5px;
}

#userCategories_b .level_2 {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.userCategories_level3_b {
    margin-top: 5px;
    margin-bottom: 5px;
}

#userCategories_b .level_3 {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 15px;
}

#userCategories_b .level_3 a {
    color: #999999;
    font-size: 15px;
    line-height: 15px;
    display: block;
}

#main-content-right #logo-image {
    width: 100%;
    text-align: center;
}

#user_l_subscription {
    margin-top: 4px;
}

.line .paddingborder {
    width: 0;
    margin-left: 20px;
    margin-right: 20px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #f5f5f5;
    height: 100%;
}

#user_l_buttons #view_layout_default, #user_l_buttons #view_layout_turgelis {
    margin-top: 12px;
    margin-right: 10px;
}

#user_l_buttons #view_layout_turgelis a {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../img/new/user_view_turgelis_collage.png);
    background-repeat: no-repeat;
}

#user_l_buttons #view_layout_turgelis a:hover, #user_l_buttons #view_layout_turgelis a.selected {
    background-position: 0 -41px;
}

#user_l_buttons #view_layout_turgelis a {
    background-position: 0 0;
}

#user_l_buttons #view_layout_default a {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../img/new/user_view_default_collage.png);
    background-repeat: no-repeat;
}

#user_l_buttons #view_layout_default a:hover, #user_l_buttons #view_layout_default a.selected {
    background-position: 0 -41px;
}

#user_l_buttons #view_layout_default a {
    background-position: 0 0;
}

.button_logic {
    -webkit-box-shadow: 0 2px 3px #ADADAD;
    box-shadow: 0 2px 3px #ADADAD;
}

.button_logic:hover {
    text-decoration: none;
    cursor: pointer
}

.button_logic:active {
    box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
    -webkit-box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
}

#search_menu_more a {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 16px;
}

#search strong, #search_more strong, #search_menu_more strong, #search_menu strong, #search_categories strong {
    color: #5c5c5c;
}

#search_menu_more strong {
    line-height: 22px;
}

#left_menu_search {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.search_v_selected .valuelistlinks_nc {
    text-decoration: underline;
    position: relative;
}

.search_v_selected .valuelistlinks_nc:after {
    background: url(../img/new/check.png) bottom center;
    content: " ";
    display: block;
    position: absolute;
    width: 8px;
    height: 10px;
    left: -11px;
    top: 3px;
}

.valuelistlinks {
    float: left;
    margin-top: 1px;
}

.valuelistlinks_paddingtop {
    padding-top: 2px;
}

.valuelistcheckbox {
    float: left;
    width: 132px;
    margin-left: 5px;
}

.valuelistcheckbox a {
    width: 132px;
    display: block;
}

.show_search_menu_custom {
    position: absolute;
    left: 164px;
    background: #F3F3F3;
    padding: 10px;
    z-index: 103;
    border: 1px solid #e7e7e7;
    border-left: 0;
    -webkit-box-shadow: 1px 0 10px #292929;
    box-shadow: 1px 0 10px #292929;
    top: -1px;
}

.block_select_background {
    background-color: rgba(26, 26, 26, 0.498039);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
}

.user_rating_bar {
    float: left;
    background: #FFF;
    border: 1px solid #e1e1e1;
    height: 20px;
    width: 100px;
    overflow: hidden;
}

.user_rating_percentage {
    float: left;
    height: 100%;
    background: #00d053;
}

.user_rating_h {
    color: #5f5f5f;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 3px;
}

.user_rating_stats {
    font-size: 13px;
    color: #6d6d6d;
    font-weight: bold;
    line-height: 20px;
}

#cat_childs {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

#cat_childs .cat_childs_b_f, #cat_childs .cat_childs_b {
    width: 25.6%;
    padding-right: 0.4%;
}

#bottom_search_inner_l_b.categoryNewType .search_inner_h_b {
    width: 210px;
    padding-right: 10px;
}

#bottom_search_inner_l_b .search_inner_h_b {
    font-size: 12px;
    color: #999;
    margin: 2px 0;
}

#bottom_search_inner_l_b .search_inner_h_b a {
    color: #0d95e8;
    font-size: 13px;
    line-height: 19px;
}

#bottom_search_inner_l_b .search_inner_h_b a.noads_scategory {
    color: #9a9a9a;
}

#bottom_search_inner_l_b .search_inner_h_b.th0c {
    padding-right: 0;
}

#cat_childs .categoriesList_b {
    float: left;
    width: 33.3%;
}

#cat_childs .categoriesList_b .cat_childs_b_f {
    width: 100%;
    padding-right: 0;
    line-height: 28px;
}

#cat_childs .categoriesList_b a {
    text-decoration: none;
    display: block;
}

#cat_childs .categoriesList_b a:hover .cat_title {
    text-decoration: underline;
}

#cat_childs .categoriesList_b .cat_title {
    color: #606060;
    font-size: 15px;
}

/*viskas nemokamai*/
.cat_childs_b_f_5043:before,
.cat_childs_b_f_5342:before,
.cat_childs_b_f_6338:before {
    content: '';
    background-image: url(../img/svg/nemokamai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_5043:before {
    background-position: 0 0;
}

.cat_childs_b_f_5342:before {
    background-position: 0 -33px;
}

.cat_childs_b_f_6338:before {
    background-position: 0 -66px;
}

/*verslas*/
.cat_childs_b_f_3753:before,
.cat_childs_b_f_3643:before,
.cat_childs_b_f_3703:before,
.cat_childs_b_f_6222:before,
.cat_childs_b_f_6202:before,
.cat_childs_b_f_3733:before,
.cat_childs_b_f_3683:before {
    content: '';
    background-image: url(../img/svg/verslas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_3753:before {
    background-position: 0 1px;
}

.cat_childs_b_f_3643:before {
    background-position: 0 -29px;
}

.cat_childs_b_f_3703:before {
    background-position: 0 -61px;
}

.cat_childs_b_f_6222:before {
    background-position: 0 -91px;
}

.cat_childs_b_f_6202:before {
    background-position: 0 -121px;
}

.cat_childs_b_f_3733:before {
    background-position: 0 -151px;
}

.cat_childs_b_f_3683:before {
    background-position: 0 -182px;
}

/*darbas, mokslas*/
.cat_childs_b_f_6314:before,
.cat_childs_b_f_6313:before,
.cat_childs_b_f_6315:before {
    content: '';
    background-image: url(../img/svg/darbas_mokslas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_6314:before {
    background-position: 0 1px;
}

.cat_childs_b_f_6313:before {
    background-position: 0 -28px;
}

.cat_childs_b_f_6315:before {
    background-position: 0 -60px;
}

/*telefonai*/
.cat_childs_b_f_2353:before,
.cat_childs_b_f_2383:before,
.cat_childs_b_f_2403:before,
.cat_childs_b_f_2423:before {
    content: '';
    background-image: url(../img/svg/telefonai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_2353:before {
    background-position: 0 0;
}

.cat_childs_b_f_2383:before {
    background-position: 0 -31px;
}

.cat_childs_b_f_2403:before {
    background-position: 0 -66px;
}

.cat_childs_b_f_2423:before {
    background-position: 0 -98px;
}

/*drabužiai*/
.cat_childs_b_f_3323:before,
.cat_childs_b_f_3383:before,
.cat_childs_b_f_3363:before,
.cat_childs_b_f_5982:before,
.cat_childs_b_f_3403:before {
    content: '';
    background-image: url(../img/svg/drabuziai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_3323:before {
    background-position: 0 0;
}

.cat_childs_b_f_3383:before {
    background-position: 0 -29px;
}

.cat_childs_b_f_3363:before {
    background-position: 0 -60px;
}

.cat_childs_b_f_5982:before {
    background-position: 0 -91px;
}

.cat_childs_b_f_3403:before {
    background-position: 0 -122px;
}

/*prekės vaikams*/
.cat_childs_b_f_5182:before,
.cat_childs_b_f_5212:before,
.cat_childs_b_f_5202:before,
.cat_childs_b_f_5902:before,
.cat_childs_b_f_5222:before,
.cat_childs_b_f_5192:before,
.cat_childs_b_f_5882:before,
.cat_childs_b_f_5232:before {
    content: '';
    background-image: url(../img/svg/prekes_vaikams.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_5182:before {
    background-position: 0 1px;
}

.cat_childs_b_f_5212:before {
    background-position: 0 -30px;
}

.cat_childs_b_f_5202:before {
    background-position: 0 -60px;
}

.cat_childs_b_f_5902:before {
    background-position: 0 -89px;
}

.cat_childs_b_f_5222:before {
    background-position: 0 -121px;
}

.cat_childs_b_f_5192:before {
    background-position: 0 -152px;
}

.cat_childs_b_f_5882:before {
    background-position: 0 -181px;
}

.cat_childs_b_f_5232:before {
    background-position: 0 -213px;
}

/*kompiuterija*/
.cat_childs_b_f_3463:before,
.cat_childs_b_f_5462:before,
.cat_childs_b_f_3433:before,
.cat_childs_b_f_3483:before,
.cat_childs_b_f_5962:before,
.cat_childs_b_f_4443:before,
.cat_childs_b_f_6042:before,
.cat_childs_b_f_3593:before,
.cat_childs_b_f_5302:before,
.cat_childs_b_f_3613:before {
    content: '';
    background-image: url(../img/svg/kompiuterija.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_3463:before {
    background-position: 0 1px;
}

.cat_childs_b_f_5462:before {
    background-position: 0 -30px;
}

.cat_childs_b_f_3433:before {
    background-position: 2px -60px;
}

.cat_childs_b_f_3483:before {
    background-position: 0 -91px;
}

.cat_childs_b_f_5962:before {
    background-position: 0 -121px;
}

.cat_childs_b_f_4443:before {
    background-position: 0 -151px;
}

.cat_childs_b_f_6042:before {
    background-position: 0 -182px;
}

.cat_childs_b_f_3593:before {
    background-position: 0 -212px;
}

.cat_childs_b_f_5302:before {
    background-position: 0 -243px;
}

.cat_childs_b_f_3613:before {
    background-position: 0 -273px;
}

/*technika*/
.cat_childs_b_f_2543:before,
.cat_childs_b_f_2593:before,
.cat_childs_b_f_2563:before,
.cat_childs_b_f_2743:before,
.cat_childs_b_f_2723:before,
.cat_childs_b_f_5152:before,
.cat_childs_b_f_5742:before,
.cat_childs_b_f_2703:before,
.cat_childs_b_f_2763:before {
    content: '';
    background-image: url(../img/svg/technika.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_2543:before {
    background-position: 0 0px;
}

.cat_childs_b_f_2593:before {
    background-position: 0 -30px;
}

.cat_childs_b_f_2563:before {
    background-position: 0 -60px;
}

.cat_childs_b_f_2743:before {
    background-position: 0 -92px;
}

.cat_childs_b_f_2723:before {
    background-position: 0 -121px;
}

.cat_childs_b_f_5152:before {
    background-position: 0 -152px;
}

.cat_childs_b_f_5742:before {
    background-position: 0 -183px;
}

.cat_childs_b_f_2703:before {
    background-position: 0 -214px;
}

.cat_childs_b_f_2763:before {
    background-position: 0 -243px;
}

/*viskas namamas*/
.cat_childs_b_f_2123:before,
.cat_childs_b_f_2243:before,
.cat_childs_b_f_5942:before,
.cat_childs_b_f_5502:before,
.cat_childs_b_f_5522:before,
.cat_childs_b_f_2303:before,
.cat_childs_b_f_5842:before,
.cat_childs_b_f_6162:before,
.cat_childs_b_f_2273:before,
.cat_childs_b_f_2323:before {
    content: '';
    background-image: url(../img/svg/viskas_namams.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_2123:before {
    background-position: -1px 1px;
}

.cat_childs_b_f_2243:before {
    background-position: -1px -29px;
}

.cat_childs_b_f_5942:before {
    background-position: -1px -60px;
}

.cat_childs_b_f_5502:before {
    background-position: -2px -91px;
}

.cat_childs_b_f_5522:before {
    background-position: -1px -122px;
}

.cat_childs_b_f_2303:before {
    background-position: -1px -152px;
}

.cat_childs_b_f_5842:before {
    background-position: -1px -213px;
}

.cat_childs_b_f_6162:before {
    background-position: 0px -242px;
}

.cat_childs_b_f_2323:before {
    background-position: -1px -272px;
}

.cat_childs_b_f_2273:before {
    background-position: 2px -183px;
}

/*laisvalaikis*/
.cat_childs_b_f_3063:before,
.cat_childs_b_f_3013:before,
.cat_childs_b_f_3083:before,
.cat_childs_b_f_3043:before,
.cat_childs_b_f_5712:before,
.cat_childs_b_f_6272:before,
.cat_childs_b_f_4423:before,
.cat_childs_b_f_4123:before,
.cat_childs_b_f_5562:before,
.cat_childs_b_f_3113:before,
.cat_childs_b_f_6182:before,
.cat_childs_b_f_6341:before {
    content: '';
    background-image: url(../img/svg/laisvalaikis.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_3063:before {
    background-position: -1px 1px;
}

.cat_childs_b_f_3013:before {
    background-position: -1px -29px;
}

.cat_childs_b_f_3083:before {
    background-position: -1px -60px;
}

.cat_childs_b_f_3043:before {
    background-position: -1px -91px;
}

.cat_childs_b_f_5712:before {
    background-position: -1px -122px;
}

.cat_childs_b_f_6272:before {
    background-position: -1px -152px;
}

.cat_childs_b_f_4423:before {
    background-position: -1px -181px;
}

.cat_childs_b_f_4123:before {
    background-position: -1px -212px;
}

.cat_childs_b_f_5562:before {
    background-position: -2px -243px;
}

.cat_childs_b_f_3113:before {
    background-position: -1px -274px;
}

.cat_childs_b_f_6182:before {
    background-position: -1px -304px;
}

.cat_childs_b_f_6341:before {
    background-position: -2px -516px;
}

.cat_childs_b_f_6341:before {
    background-position: -1px -335px;
}

/*statyba*/
.cat_childs_b_f_1753:before,
.cat_childs_b_f_1953:before,
.cat_childs_b_f_4523:before,
.cat_childs_b_f_1983:before,
.cat_childs_b_f_4483:before,
.cat_childs_b_f_4493:before,
.cat_childs_b_f_4543:before,
.cat_childs_b_f_4513:before,
.cat_childs_b_f_4503:before,
.cat_childs_b_f_4553:before,
.cat_childs_b_f_4533:before {
    content: '';
    background-image: url(../img/svg/statyba.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px 618px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_1753:before {
    background-position: -1px -131px;
}

.cat_childs_b_f_1953:before {
    background-position: -1px -164px;
}

.cat_childs_b_f_4523:before {
    background-position: -1px -197px;
}

.cat_childs_b_f_1983:before {
    background-position: -1px -231px;
}

.cat_childs_b_f_4483:before {
    background-position: -1px -263px;
}

.cat_childs_b_f_4493:before {
    background-position: -1px -296px;
}

.cat_childs_b_f_4543:before {
    background-position: -1px -329px;
}

.cat_childs_b_f_4513:before {
    background-position: -1px -360px;
}

.cat_childs_b_f_4503:before {
    background-position: -1px -460px;
}

.cat_childs_b_f_4553:before {
    background-position: -1px -395px;
}

.cat_childs_b_f_4533:before {
    background-position: -1px -427px;
}

/*transportas*/
.cat_childs_b_f_603:before,
.cat_childs_b_f_653:before,
.cat_childs_b_f_1273:before,
.cat_childs_b_f_1303:before,
.cat_childs_b_f_823:before,
.cat_childs_b_f_5412:before,
.cat_childs_b_f_1163:before,
.cat_childs_b_f_943:before,
.cat_childs_b_f_1133:before,
.cat_childs_b_f_1103:before,
.cat_childs_b_f_883:before,
.cat_childs_b_f_1203:before,
.cat_childs_b_f_1333:before,
.cat_childs_b_f_1003:before,
.cat_childs_b_f_5362:before,
.cat_childs_b_f_1253:before {
    content: '';
    background-image: url(../img/svg/transportas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_603:before {
    background-position: -1px 2px;
}

.cat_childs_b_f_653:before {
    background-position: -1px -29px;
}

.cat_childs_b_f_1273:before {
    background-position: -1px -58px;
}

.cat_childs_b_f_1303:before {
    background-position: -1px -90px;
}

.cat_childs_b_f_823:before {
    background-position: -1px -267px;
}

.cat_childs_b_f_5412:before {
    background-position: 0 -121px;
}

.cat_childs_b_f_1163:before {
    background-position: -1px -151px;
}

.cat_childs_b_f_943:before {
    background-position: -1px -181px;
}

.cat_childs_b_f_1133:before {
    background-position: -1px -213px;
}

.cat_childs_b_f_1103:before {
    background-position: -1px -297px;
}

.cat_childs_b_f_883:before {
    background-position: -1px -328px;
}

.cat_childs_b_f_1203:before {
    background-position: -1px -358px;
}

.cat_childs_b_f_1333:before {
    background-position: -1px -241px;
}

.cat_childs_b_f_1003:before {
    background-position: -1px -390px;
}

.cat_childs_b_f_5362:before {
    background-position: -1px -419px;
}

.cat_childs_b_f_1253:before {
    background-position: -1px -450px;
}

/*nt*/
.cat_childs_b_f_1363:before,
.cat_childs_b_f_4953:before,
.cat_childs_b_f_1423:before,
.cat_childs_b_f_1463:before,
.cat_childs_b_f_1503:before,
.cat_childs_b_f_1533:before,
.cat_childs_b_f_1573:before,
.cat_childs_b_f_5102:before,
.cat_childs_b_f_6142:before,
.cat_childs_b_f_1643:before,
.cat_childs_b_f_1683:before,
.cat_childs_b_f_6349:before,
.cat_childs_b_f_6345:before {
    content: '';
    background-image: url(../img/svg/categories_icons.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_untu:before {
    content: '';
    background-image: url(../img/svg/brokerio_atranka_icon.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 22px;
    width: 28px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.cat_childs_b_f_6349:before {
    background-position: 0 -114px;
}

.cat_childs_b_f_5102:before {
    background-position: 0 -182px;
}

.cat_childs_b_f_1683:before {
    background-position: 0 -250px;
}

.cat_childs_b_f_1643:before {
    background-position: 0 -205px;
    background-size: 24px;
}

.cat_childs_b_f_6142:before, .cat_childs_b_f_6345:before {
    background-position: -1px -227px;
}

.cat_childs_b_f_1573:before {
    background-position: 0 -159px;
}

.cat_childs_b_f_1533:before {
    background-position: 0 -137px;
}

.cat_childs_b_f_1503:before {
    background-position: -2px -90px;
    background-size: 24px;
}

.cat_childs_b_f_1463:before {
    background-position: -2px -67px;
}

.cat_childs_b_f_1423:before {
    background-position: -2px -44px;
}

.cat_childs_b_f_4953:before {
    background-position: 0 -21px;
}

.cat_childs_b_f_1363:before {
    background-position: -2px 2px;
}

.search #cat_childs .cat_childs_b_f, .search #cat_childs .cat_childs_b {
    width: 170px;
    padding: 4px;
}

.search #cat_childs .cat_childs_b_f {
    padding-left: 0;
}

.search #cat_childs {
    padding-top: 0;
    padding-bottom: 5px;
}

#cat_childs .cat_childs_b_f a, #cat_childs .cat_childs_b a {
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

#cat_childs .cat_childs_b_f span.numbs, #cat_childs .cat_childs_b span.numbs {
    color: #999999;
    font-size: 13px;
}

#searchMainMenu_f {
    background: #F3F3F3;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 14px;
}

#searchMainMeneSubmit_b {
    padding: 10px 0 15px;
    margin: 0 auto;
    text-align: right;
    width: 100%
}

#searchMainMeneSubmit {
    width: 150px;
    text-decoration: none;
}

#titleSearch_b_d h1 {
    display: none;
}

.hiddenOffer {
    display: none;
}

.group_listview {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ACACAC;
}

.group_listview .delete_btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/uploadify-cancel.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.group_listview .edit_btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/new/edit_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.group_listview .comments_btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/new/comments_groups.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.group_listview .delete_btn:hover, .group_listview .edit_btn:hover, .group_listview .comments_btn:hover {
    opacity: 1;
}

.group_listview .group_listview_photo_b a {
    display: block;
    height: 69px;
}

.group_listview .group_listview_photo_b a img {
    width: 92px;
    height: 69px;
}

.group_listview .group_listview_right_b {
    color: #ACACAC;
    width: 350px;
}

.group_listview .group_listview_right_b a {
    color: #FFF;
}

.group_listview .group_listview_right_b a strong {
    color: #6F6F6F;
}

.group_listview .group_listview_description_v {
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
    color: #828282;
}

.group_listview .group_listview_description_v .group_listview_desciption_inner_left {
    float: left;
    width: 69%;
    margin-right: 1%;
}

.group_listview .group_listview_description_v .group_listview_description_inner_right {
    float: right;
    width: 30%;
    text-align: center;
    line-height: 25px;
}

.userGroupDisplay_b {
    margin-top: 5px;
}

.userGroupDisplay_b .userGroupDisplayImage_b {
    width: 245px;
    height: 183px;
    display: block;
    position: relative;
}

.userGroupDisplay_b .userGroupDisplayHeader_b a {
    color: #626262;
    font-size: 14px;
}

.userGroupDisplay_b .userGroupDisplayImage_b .userGroupDisplayImageHover_b {
    position: absolute;
    top: 0;
    left: 0;
    width: 231px;
    height: 169px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    overflow: hidden;
    display: none;
    padding: 7px;
}

.userGroupDisplay_b .userGroupDisplayImage_b .userGroupDisplayImageHover_b a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 231px;
    height: 169px;
}

.userGroupDisplay_b .userGroupDisplayImage_b:hover .userGroupDisplayImageHover_b {
    display: block;
}

#groupusers_b .user_icon_b, #groupusers_b .user_icon_b img, #groupusers_b .user_icon_b a {
    width: 71px;
    height: 71px;
    display: block;
}

#groupusers_b .user_icon_b {
    position: relative;
}

#groupusers_b .user_icon_b .group_admin {
    position: absolute;
    top: 5px;
    right: 5px;
}

#groupusers_b .user_icon_b .group_admin img {
    width: 25px;
    height: 28px;
}

#groupusers_b .user_icon_b {
    margin: 4px;
    background-image: url(../img/new/user_icon_73x73.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#groupusers_b #groupusers_header_b {
    color: #606060;
    font-size: 20px;
    font-weight: bold;
}

#groupusers_b .user_star {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

#groupusers_b .user_star.full {
    background-image: url(../img/new/sf_16px.png)
}

#groupusers_b .user_star.empty {
    background-image: url(../img/new/se_16px.png)
}

#groupusers_b .user_star.emptyfull {
    background-image: url(../img/new/sef_16px.png)
}

#userAdvertisementsMenu_b #links {
    line-height: 19px;
}

#userAdvertisementsMenu_b #links a {
    border-right: 1px solid #cdd1d3;
    padding-right: 3px;
    padding-left: 3px;
}

#userAdvertisementsMenu_b #links span {
    margin-right: 3px;
}

#userAdvertisementsMenu_b #links a.active {
    text-decoration: underline;
}

#userAdvertisementsMenu_b #links a.last {
    border-right: 0;
    padding-right: 0;
}

#userAdvertisementsMenu_b .advertiseactions {
    line-height: 33px
}

#userAdvertisementsMenu_b {
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px dashed #cdd1d3;
}

#advertisementsList_path_b {
    max-width: 415px;
    overflow: hidden;
    height: 18px;
}

.border0 {
    border: 0;
}

.bordert0 {
    border-top: 0 !important;
}

.p_relative {
    position: relative;
}

#adv_b_ins_ads_d, #adv_b_ins_ads_d2 {
    width: 3000px;
}

#footer_index_b {
    margin-top: 10px;
    float: left;
    width: 100%
}

#footer_main_href {
    text-decoration: none;
    font-size: 11px;
    color: #aaaaaa
}

#delfi_banner_250x500_iframe {
    width: 250px;
    height: 500px;
    border: none;
    overflow: hidden;
    margin: 0;
}

.refresh_capcha {
    cursor: pointer;
}

.cleanPagePaddingB {
    padding-bottom: 400px;
}

.widthauto {
    width: auto !important;
}

.talignr {
    text-align: right !important;
}

.register_error_b {
    /*
  register_done.png
  register_fail.png
  */
    float: left;
    line-height: 22px;
    margin-left: 10px;
}

.register_error_b.fail {
    padding-left: 22px;
    background-image: url(../img/new/register_fail.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #C94242;
}

.register_error_b.done {
    padding-left: 22px;
    background-image: url(../img/new/register_done.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
}

.searchMenu_b_cpb {
    float: left;
    background: #f5f5f5;
    height: 21px;
    font-size: 12px;
}

.menu_counter {
    color: #00d053
}

.display_filter_b span:hover, .display_filter_b span.selected {
    background: #1e90ff;
    color: #FFF;
    cursor: pointer;
}

.select_filter_b {
    position: relative;
    width: 100%;
}

.display_filter_b {
    min-width: 100%;
    border: 1px solid #b3b3b3;
    position: absolute;
    top: 19px;
    display: none;
    background: #FFF;
    z-index: 1;
    width: auto;
    max-height: 200px;
    overflow-y: scroll
}

#delfi_banner_250x500_iframe {
    overflow: hidden;
    border: 0;
}

#searchHeaderMenu_b {
    float: right;
    font-size: 16px;
    line-height: 25px;
}

#searchHeaderMenu_b a {
    color: #818181;
}

#searchHeaderMenu_b #savedSearches_h_b {
    float: left;
    position: relative;
}

#searchHeaderMenu_b #subscriptions_h_b {
    float: left;
}

.disabledb {
    background: #999;
}

.disabledb:hover {
    background: #6b6b6b;
}

#prolong_advertise_inner span {
    font-size: 14px;
}

.notread_m {
}

.read_m, .read_m td, .read_m td a {
    color: #757575;
}

.toggle_edit {
    cursor: pointer;
}

.toggle_edit:hover {
    text-decoration: underline;
}

.advertise_popup .button_n {
    font-size: 20px;
    color: #FFF;
    padding: 10px 20px;
    float: right;
    width: auto;
}

.advertise_popup .button_n.fc {
    padding: 10px 40px;
    float: left;
    margin-left: calc(50% - 65px);
}

.file-block {
    width: 100%;
    height: 30px;
    font-size: 21px;
}

.results-bottom {
    margin-top: 10px;
}

#vertisenew_b h3 {
    font-size: 18px;
}

.aditionallink {
    color: #1da1f2;
}

.equaldeskblocks {
    float: left;
    width: 48%;
}

.equaldeskblocks .block2 {
    min-height: 220px;
}

.equaldeskblocks_separator {
    float: left;
    width: 4%;
}

.result .favDiv.favorited:before {
    font-weight: bold;
}

@media all and (min-width: 1070px) {
    .result .favDiv .togglefav:hover {
        font-weight: bold;
    }
}

@media all and (max-width: 1069px) {
    #cat_childs .cat_childs_b_f span.numbs, #cat_childs .cat_childs_b span.numbs {
        font-size: 16px;
        color: #1da1f2;
        font-weight: 300;
        float: right;
    }

    #cat_childs .cat_childs_b_f a {
        line-height: 30px;
    }

    .equaldeskblocks {
        float: none;
        width: 100%;
    }

    .equaldeskblocks .block2 {
        min-height: 0;
    }

    .equaldeskblocks_separator {
        float: none;
    }

    #bottom_search_inner_l_b .search_inner_h_b, #bottom_search_inner_l_b.categoryNewType .search_inner_h_b {
        width: 100%;
        padding-right: 0;
        border-bottom: 1px dashed #c8c8c8;
        line-height: 39px;
        display: flex;
        justify-content: center
    }

    #bottom_search_inner_l_b .search_inner_h_b a {
        font-size: 15px;
        color: #3b3b3b;
        float: left;
        width: 98%;
        align-self: center;
        text-overflow: ellipsis;
    }

    #bottom_search_inner_l_b .search_inner_h_b span {
        font-size: 15px;
        color: #0d95e8;
        font-weight: 300;
        float: left;
    }

    #bottom_search_inner_l_b .search_inner_h_b a:hover {
        text-decoration: none;
    }
}

#bottom_search_inner_l_b .search_inner_h_b {
    width: 100%;
}

@media all and (max-width: 1069px) {
    .col {
        width: 100%;
        display: block;
    }

    #bottom_search_inner_l_b .search_inner_h_b {
        width: 100%;
    }
}

div[class^="app_gdpr"] {
    z-index: 2 !important;
}

.ui-menu-item_:hover {
    background-color: #007fff;
    color: #fff;
    cursor: pointer;
}

/*tips*/
.tooltip {
    position: relative;
    display: inline-block;
    color: #00d053;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
    background-color: #fff3cd;
    border: 2px solid #ffeeba;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    color: #333;
    font-family: 'Open Sans', 'Tahoma', 'Arial', sans-serif
}

.tooltip .tooltiptext.in-list {
    width: 250px;
    padding: 5px 25px;
    text-align: left;
    left: 45px;
    z-index: 666;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#scrollUp.notactive {
    display: none !important;
}

#scrollUp {
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1da1f3;
    color: white;
    cursor: pointer;
    padding: 14px;
    border-radius: 10px;
    font-size: 18px;
    z-index: 1;
}

#scrollUp:hover {
    background-color: #555;
}

.result .lenders-price {
    font-size: 14px;
    color: #62cbe9;
    display: inline-block;
    text-decoration: underline;
}

@media all and (min-width: 1070px) {
    #cat_flex {
        display: flex;
    }

    #cat_flex #main_right_b {
        flex: 0 0 300px
    }

    #cat_flex .spacer {
        width: 10px;
    }


    #cat_flex #main_left_b {
        flex: 1;
    }

    #main-content-right {
        height: 100%;
    }

    #alio_lt_300x600_sidebar_7 {
        position: sticky;
        top: 0;
    }
}

@media all and (max-width: 690px) {
    #scrollUp {
        right: 10px;
        bottom: 10px;
        font-size: 13px;
        padding: 9px;
    }
}
111
input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=text],
select,
textarea,
input[type=password] {
    outline: none;
    border-radius: 0;
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
}

#main-content-header .counts {
    color: #999999;
    font-size: 15px;
    line-height: 15px;
}

.counts #counts_total {
    margin-right: 0;
}

#main-content-header .counts a,
#main-content-header .counts span {
    color: #00d053;
    font-size: 19px;
}

#main-content-header #counts_b span {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0px;
    border-radius: 0;
}

#main-content-middle-part .width900l {
    width: 890px;
}

#main-content-middle-part .width900l #desk_submit_href_b {
    width: 190px;
}

#main-content-middle-part .width300r {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    z-index: 4;
}

.contentMiddlePadding {
    padding: 10px 20px;
}

.contentMiddlePadding.paddingl0 {
    padding-left: 0;
}

#main-content-middle-part .width900l .contentMiddlePadding {
    background-color: #eeeeee;
}

@media all and (min-width: 1070px) {
    #main-content-middle-part.bgw {
        background: transparent;
    }

    #main-content-middle-part .width900l .categoriesList_b a {
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 275px;
    }

    #main-content-middle-part .width900l .categoriesList_b_nt {
        width: 110px;
        height: 100px;
    }

    #main-content-middle-part .width900l .categoriesList_b_nt .cats-nt-logo img {
        width: 60px;
    }

    #main-content-middle-part .width900l .categoriesList_b_nt .cats-nt-link {
        font-size: 13px;
    }

    #main-content-middle-part .width900l .categoriesList_b_nt .cats-nt-link img {
        width: 12px;
    }

    #main-content-middle-part .width900l .categoriesList_b_nt .cats-nt-projects-count {
        font-size: 12px;
    }
}

@media all and (max-width: 1069px) {
    .contentMiddlePadding {
        padding: 10px 2%;
        border-bottom: 1px solid #c8c8c8;
    }

    #main-content-middle-part .width900l {
        width: auto;
    }

    #main-content-middle-part .width300r {
        width: auto
    }
}

#main-content-center {
    margin-left: 0;
}

#adv_b_ins_ads {
    width: 100%;
}

.listview_spacer {
    padding: 0 8px;
    font-size: 15px;
    height: 17px;
    display: inline-block;
    color: #dedede;
}

.contentMiddlePadding.nopaddingbottom {
    padding-bottom: 0;
}


/* Advertise inputs */

.button_n.button_def {
    padding: 5px 10px;
}

.button_n.big_b_n,
.button_n-red.big_b_n {
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 5px;
}

.button_n {
    color: #FFF;
    border: 0;
    background-color: #00d053;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button_n:active,
.button_n:hover {
    background-color: #3a9b4f;
    outline: none;
}

.button_n-red {
    color: #FFF;
    border: 0;
    background: #d60417;
    cursor: pointer;
}

.button_n-red:active,
.button_n-red:hover {
    text-decoration: none;
    background-color: #d60417;
    outline: none;
}

.button_n-silver {
    color: #6B6B6B;
    border: 0;
    background: none;
    cursor: pointer;
}

.button_n-silverr {
    background-color: #adadad;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
}

.button_n-silverr:hover {
    text-decoration: none;
    background-color: #797979;
}

.button_n-silver:active,
.button_n-silver:hover {
    text-decoration: none;
    background-color: none;
    outline: none;
}

.catspatern_s {
    height: 29px;
    width: 32px;
    background-repeat: no-repeat;
    left: 2px;
    bottom: -29px;
    position: absolute;
    display: block;
}

.catspatern_s#cpatern_1353 {
    background-position: 0 -2px;
}

.catspatern_s#cpatern_593 {
    background-position: 0 -31px;
}

.catspatern_s#cpatern_1743 {
    background-position: 0 -63px;
}

.catspatern_s#cpatern_3003 {
    background-position: 0 -94px;
}

.catspatern_s#cpatern_2113 {
    background-position: 0 -122px;
}

.catspatern_s#cpatern_2533 {
    background-position: 0 -154px;
}

.catspatern_s#cpatern_3423 {
    background-position: 0 -184px;
}

.catspatern_s#cpatern_5172 {
    background-position: 0 -214px;
}

.catspatern_s#cpatern_3313 {
    background-position: 0 -246px;
}

.catspatern_s#cpatern_2343 {
    background-position: 0 -275px;
}

.catspatern_s#cpatern_3633 {
    background-position: 0 -307px;
}

.catspatern_s#cpatern_2443 {
    background-position: 0 -337px;
}

.catspatern_s#cpatern_5033 {
    background-position: 0 -367px;
}

.catspatern_s#cpatern_zave {
    background-position: 0 -520px;
}

.catspatern_s {
    background-size: 32px;
    background-image: url(../img/svg/icons.svg);
}

.padding_left_50 {
    padding-left: 50px !important;
}

#price_n_b_advertise_b .finput_h_b,
#price_n_b_vertise_b .finput_h_b {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

#price_n_b_advertise_b .control_44,
#price_n_b_vertise_b .control_44 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.input_form_b {
    margin-bottom: 20px;
}

.input_form_b.contacts_n {
    margin-bottom: 0;
}

.input_form_b h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

#userMainMenu_b {
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

#userMainMenu_b .menu_b {
    float: left;
    width: 16.5%;
    height: 57px;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #fff;
}

#userMainMenu_b .menu_b.first {
    border-left: none;
}

#userMainMenu_b .menu_b.last {
    border-right: none;
}

#userMainMenu_b .menu_b .hover-line {
    background-color: #f7f7f7;
    width: 100%;
    height: 3px;
    left: calc(100% - 90px);
}

#userMainMenu_b .menu_b:hover .hover-line,
#userMainMenu_b .menu_b .selected .hover-line {
    background-color: #00d053;
}

#userMainMenu_b .menu_b .fa-ad::after {
    content: "\f641";
}

#userMainMenu_b .menu_b a {
    display: block;
    font-size: 13px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    height: 49px;
    padding-top: 9px;
}

#userMainMenu_b .menu_b i {
    font-size: 18px;
    padding-bottom: 2px;
    color: #333;
}

#userMainMenu_b .menu_b i,
#userMainMenu_b .menu_b span {
    display: block;
}

#userMainMenu_b .menu_b a span.highlight {
    color: #00d053;
    line-height: 16px;
}

#userMainMenu_b .menu_b a.selected,
#userMainMenu_b .menu_b a:hover {
    text-decoration: none;
}

#userAdvertisementsMenuForm {
    padding-left: 5px;
}

#userAdvertisementsMenuForm .u_filters_b {
    float: left;
    margin-right: 1%;
    width: 19%;
}

#userAdvertisementsMenuForm .u_filters_b select {
    width: 100%;
    line-height: 33px;
    height: 35px;
}

#userAdvertisementsMenuForm .u_filters_b input {
    width: 100%;
    line-height: 31px;
    height: 35px;
}

#userAdvertisementsMenuForm #ts_category_type select,
#userAdvertisementsMenuForm input[type=text] {
    color: #6f6f6f;
    font-size: 15px;
    border: 1px solid #dcdcdc;
}

#userAdvertisementsMenuForm #ts_category_type select {
    line-height: 30px;
    height: 37px;
}

#userAdvertisementsMenuForm input[type=text] {
    padding-left: 5px;
}

#userAdvertisementsMenuForm #ua_ts_category_id {
    width: 20%
}

#userAdvertisementsMenuForm #ua_ts_category_id input {
    width: 100%;
    font-size: 15px;
    height: 33px;
    border-radius: 3px;
}

#advertisementsActions_b {
    display: none;
}

.listviewAdmin_b ul li {
    line-height: 21px;
    margin-right: 5px;
}

.listviewAdmin_b ul li a,
.listviewAdmin_b ul li {
    font-size: 14px;
}

.listviewAdmin_b ul li select {
    line-height: 21px;
    height: 21px;
}

.result time {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    line-height: 21px;
    margin-right: -15px;
}

#citiesRelatedResults {
    height: 50px;
}

#citiesRelatedResults strong {
    position: relative;
    background: #FFF;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
}

#user_menu_type {
    float: right;
}

#path #path_category_change a {
    line-height: 22px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
    padding: 0 24px 0 3px;
    color: #999;
    font-size: 15px;
    background: #FFF;
    display: block;
    float: left;
}

#path #path_category_change a:hover {
    background-color: #999;
    border: 1px solid #999;
    color: #FFF;
    text-decoration: none;
}

#userCategories_b .highlight {
    color: #00d053;
}

#company_description .description_t,
#company_contacts .description_t {
    text-align: justify;
    line-height: 20px;
    color: #6b6b6b;
    font-size: 16px;
}

#company_contacts .description_t {
    word-wrap: break-word;
    white-space: pre;
}

.resultBlock .user_data_social_b {
    width: 56px;
    margin-top: 5px;
    margin-right: 10px;
}

#user_data_social_b #social_inner_b .social_b {
    float: left;
    width: 19px;
    height: 18px;
    margin-right: 5px;
    padding-bottom: 7px;
}

.resultBlock .user_data_social_b .social_b {
    float: left;
    position: relative;
    padding-bottom: 3px;
}

.resultBlock .user_data_social_b .social_b .social {
    width: 25px;
    height: 26px;
    background: url("../img/new/user_social_listBlock_b.png");
    background-repeat: no-repeat;
}

#user_data_social_b #social_inner_b .social {
    width: 19px;
    height: 18px;
    background: url("../img/new/user_page_social_collage.png");
    background-repeat: no-repeat;
}

.resultBlock .user_data_social_b .social_b .social.facebook_b {
    background-position: 0 0;
}

.resultBlock .user_data_social_b .social_b .social.googlep_b {
    background-position: -30px 0;
    margin-left: 5px;
}

#user_data_social_b #social_inner_b #facebook_b {
    background-position: -1px 0;
}

#user_data_social_b #social_inner_b #linkedin_b {
    background-position: -24px 0;
}

#user_data_social_b #social_inner_b #googlep_b {
    background-position: -48px 0;
}

#user_data_social_b #social_inner_b #twitter_b {
    margin-right: 0;
    background-position: -72px 0;
}

#user_data_social_b #social_inner_b .social_b {
    position: relative;
}

#user_data_social_b #social_inner_b .social_b .like_b {
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
}

.user_data_social_b .social_b .like_b {
    width: 120px;
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
}

#user_data_social_b #social_inner_b .social_b .like_b:after {
    content: ' ';
    background: #FFF;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 0;
    top: -4px;
    display: block;
    left: 6px;
    width: 5px;
    height: 5px;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

.user_data_social_b .social_b .like_b:after {
    content: ' ';
    background: #FFF;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 0;
    top: -4px;
    display: block;
    right: 8px;
    width: 5px;
    height: 5px;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

#create_usersite,
.big_button_b {
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
}

#bottom_b .counter_b {
    float: left;
    margin: 9px 0 0 30px;
}

#bottom_b .counter_b .count_t {
    float: left;
    line-height: 25px;
    font-size: 15px;
    color: #999;
}

#bottom_b .counter_b .count_v {
    float: left;
    font-size: 19px;
    line-height: 25px;
    margin-left: 10px;
    color: #00d053;
}

#bottom_b #s_order_select {
    background: none;
    cursor: pointer;
    line-height: 25px;
    margin: 8px 0 0 35px;
    border: 0;
    height: 25px;
    font-size: 15px;
    color: #999;
    padding-right: 10px;
}

#bottom_b #userpage_subscription_b {
    margin: 6px 20px 0 0;
}

#bottom_b #userpage_subscription_b a {
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

#bottom_b #userpage_textsearch {
    width: 200px;
    margin: 5px 20px 0 0;
    border: 1px solid #ebebeb;
    background-color: #FFF;
}

#bottom_b #userpage_textsearch #userpage_query,
#bottom_b #userpage_textsearch #userpage_ts_submit {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
}

#bottom_b #userpage_textsearch #userpage_query {
    width: 87%;
    font-size: 15px;
    color: #CCC;
    line-height: 20px;
    padding-left: 3%;
}

#bottom_b #userpage_textsearch #userpage_ts_submit {
    width: 10%;
    background-image: url(../img/new/user_page_search.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    cursor: pointer;
}

.resultBlock {
    margin-top: 11px;
    width: 24%;
    height: 395px;
    overflow: hidden;
    margin-right: 0.5%;
    margin-left: 0.5%;
    border-bottom: 3px solid #cccccc;
}

.resultBlock .image {
    width: 100%;
    height: 300px;
    background: #eaeaea;
    position: relative;
}

.resultBlock .desc_m_a_b {
    border: 1px solid #cccccc;
    border-top: 0;
    border-bottom: 0;
    min-height: 79px;
    padding: 8px;
}

.resultBlock .desc_m_a_b .desc_inner_b .title {
    height: 52px;
    overflow: hidden;
}

.resultBlock .desc_m_a_b .desc_inner_b .title a {
    float: left;
    font-size: 18px;
    color: #333333;
}

.resultBlock .image a.vertiselink {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 300px;
    text-align: left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.resultBlock .image {
    position: relative;
}

.resultBlock .image .image_hb_b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.36);
}

.resultBlock .image .image_hb_b .favDiv {
    margin-top: 7px;
    margin-left: 10px;
}

.resultBlock .image .image_hb_b .favDiv span {
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: hidden;
}

.resultBlock .image .image_hb_b .favDiv span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAmCAYAAADJJcvsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHvSURBVHjazNRPS1VRFAXwn2JCaRGJGFTopD6Ae1QGmlRQCEVG0wIjsGxin6NGz5z5CQyiCIICwUEjz6gaNCmkwJxJqVFRr8kxXnq976mDXHA5/zbr7LP2vqupWq0qQ0qpCT0R8aEsrll9HMV0Sql9p0Qn0YvTOyW6kcebZUFNZRqllLrwOS+rOBQRS9vJaKT2UlzfckZZ3Dfortl+h96IWN1ANDc3N57fv4Q27Mc+HMDegjtWsIxVfMljawseYRinNIa2/NXixd+npZTGcd/WMRYRE/9olFI6i2dobYBgBRcjYnZD1SLiJU7gdR2ShONrJIXlj4h5fKxD9D4iFkrLn1LqxGLum83wEx0R8bWsIQcLSBbXrfdgoF5nn6mZf8dIRBzGXfzaJK6Q6Goen6A7IqaydhX04Hk+v7apRimlITzNWUyV/MyjeIjBiJgpyugb+spIcnaT6MfvhmxkK2ganrlTL+YYHucMltcfTg9UdqnV1iPqwoU8v4KD2yVq2GrLiNpxa93eaHbPwqrtLqttxjz6cG+bvTg2PVA5X6vRA5zDjwYJVtA/PVCZKBJ7S1aL2bKqNWS1WKhX/s6aJtwMl3N1/R+rxc6tFmsmV2q164mG0JGzuFTwpE9Zv9s4UptVS5HV4lUdsSfxtlbLPwMAYiqfc9ckhk0AAAAASUVORK5CYII=');
}

.resultBlock:hover .image .image_hb_b .favDiv span {
    display: block;
}

.resultBlock .image .image_hb_b .favDiv span:hover {
    cursor: pointer;
    background-position: 0 -19px;
}

.resultBlock .listview_icon {
    float: none;
    display: inline-block;
}

.listview_icon_b {
    /* margin-top: 8px; */
    white-space: nowrap;
    margin-left: 10px;
}

.listview_icon {
    /* float: left; */
    display: inline-block;
}

.listview_icon.listview_icon_n1 {
    margin-right: 0;
    height: 16px;
    width: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7fQ0KCS5zdDF7ZmlsbDojMURBMUYyO30NCgkuc3Qye2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xMjY4LjktMzIwYy01MC44LDAtOTIuNCw0MC44LTkyLjQsOTIuMWMwLDUxLjgsNDIuMSw5Mi4zLDkyLjQsOTIuMmM1MC44LTAuMSw5Mi4xLTQxLjQsOTIuMS05Mi4yDQoJQy0xMTc2LjgtMjc4LjYtMTIxOC4yLTMyMC0xMjY4LjktMzIweiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xMjY4LjktMzIwYy01MC44LDAtOTIuNCw0MC44LTkyLjQsOTIuMWMwLDUxLjgsNDIuMSw5Mi4zLDkyLjQsOTIuMmM1MC44LTAuMSw5Mi4xLTQxLjQsOTIuMS05Mi4yDQoJQy0xMTc2LjgtMjc4LjYtMTIxOC4yLTMyMC0xMjY4LjktMzIweiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTExLDBDNC45LDAsMCw0LjksMCwxMXM0LjksMTEsMTEsMTFzMTEtNC45LDExLTExUzE3LjEsMCwxMSwweiIvPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNC44LDE1LjdoLTEuOUw5LjEsOS41djYuMkg3LjJWNi4zaDEuOWwzLjgsNi4yVjYuM2gxLjlWMTUuN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    position: relative;
    top: 1px;
}

.listview_icon.listview_icon_video {
    margin-right: 3px;
    position: relative;
}

.listview_icon.listview_icon_video:after {
    height: 23px;
    width: 21px;
    font: normal normal normal 17px 'Font Awesome 5 Brands';
    content: '\f167';
    color: red;
}

.listview_icon.listview_icon_iframe {
    margin-right: 3px;
    position: relative;
}

.listview_icon.listview_icon_iframe:after {
    height: 23px;
    width: 21px;
    font: normal normal bold 17px 'Font Awesome 5 Pro';
    content: '\f1b3';
    color: red;
}

.resultBlock .price {
    display: block;
    overflow: hidden;
    height: 26px;
    margin-top: 2px;
}

.resultBlock .price span {
    line-height: 24px;
    font-size: 18px;
    color: #333;
}

.resultBlock .price span.listview_m_p {
    font-weight: bold;
}

.resultBlock .price span.listview_p_e {
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.result .image .image_hb_b {
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.36);
}

.result .image .image_hb_b .favDiv {
    margin-top: 7px;
    margin-left: 10px;
}

.result .image .image_hb_b .favDiv a {
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.result .image .image_hb_b .favDiv a:hover,
.result .image .image_hb_b .favDiv a.favorited {
    background-position: 0 -19px;
}

.result .image .image_hb_b,
#categories_mainLeftMenu,
.insideadvertise_h_b {
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

.result:hover .image .image_hb_b {
    opacity: 0.2;
    display: block;
}

.result .image .image_hb_b.more_visible {
    opacity: 0.6;
}

.result .image:hover .image_hb_b {
    opacity: 1;
}

.result .image .image_hb_b .listviewViews_b,
.result .image .image_hb_b .listviewComments_b {
    width: 50%;
    font-size: 14px;
    color: #dbdbdb;
    line-height: 36px;
}

.last_listview_block .resultBlock {
    margin-right: 0;
}

.beforelast_listview_block .resultBlock {
    margin-right: 10px;
}

#user_data_score_stars {
    width: 106px;
    margin: 7px auto 0;
}

#user_data_score_stars .star {
    width: 19px;
    height: 18px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 2px;
}

#user_data_score_stars .star.se {
    background-image: url(../img/new/se.png);
}

#user_data_score_stars .star.sef {
    background-image: url(../img/new/sef.png);
}

#user_data_score_stars .star.sf {
    background-image: url(../img/new/sf.png);
}

.block_header_b {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

#adv_header_b_icons a {
    text-decoration: none;
}

#adv_header_b_icons a span {
    line-height: 20px;
    font-size: 14px;
    color: #777;
}

#adv_header_b_icons a span i {
    background-image: url(../img/svg/icons_ptrn.svg);
    background-size: 14px;
    background-position: 0 -196px;
    background-repeat: no-repeat;
    float: left;
    width: 14px;
    height: 13px;
    margin: 3px 4px 0;
}

#adv_header_b_icons a:hover i {
    color: #00d053;
}

#header_back_b span {
    float: left;
}

#subscriptions_h_b i,
#savedSearches_h_b i {
    font: normal normal normal 14px/25px 'Font Awesome 5 Pro';
    color: #818181;
    margin-right: 5px;
    float: left;
}

#subscriptions_h_b i:after {
    content: '\f0e0';
}

#savedSearches_h_b i:after {
    content: '\f0c7';
}

#subscriptions_h_b.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #FFF;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(200, 200, 200, 0.5);
    border-bottom: solid 1px #DDDDDD;
}

#subscriptions_h_b.scroll #subscription_text {
    width: 65%;
    width: calc(75% - 250px);
    display: block;
    float: left;
    padding: 2px 0 0 10%;
    height: 54px;
}

#subscriptions_h_b #subscription_text {
    display: none;
}

#subscriptions_h_b.scroll #subscription_b_b {
    float: right;
    color: #FFF;
    padding: 2px 2%;
    margin-top: 14px;
    background: #00d053;
    width: 250px;
    margin-right: 10%;
}

#subscriptions_h_b.scroll #subscription_b_b a,
#subscriptions_h_b.scroll #subscription_b_b i {
    color: #FFF;
}

#subscriptions_h_b .notsc {
    display: inline-block;
}

#subscription_text span {
    color: #1da1f2;
    font-size: 18px;
}

#subscription_text span.full_h_b {
    line-height: 50px;
}

#subscriptions_h_b.scroll .notsc {
    display: none;
}

#subscriptions_h_b .issc {
    display: none;
}

#subscriptions_h_b.scroll .issc {
    display: block;
}

#subscriptions_h_b.scroll #subscription_text_params {
    font-size: 15px;
    width: 90%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    line-height: 22px;
}

div.tabs a.active {
    text-decoration: underline;
}

.success #edit_code {
    text-align: center;
    font-size: 22px;
    padding: 10px;
    background: #EBEBEB;
}

#popuplar_searches_b {
    margin-top: 50px;
}

.finance_blocks .block2,
.payment_h_blocks .block2 {
    min-height: 290px;
}

.payment_block_sms {
    float: left;
    width: 32%;
}

.payment_block_33 {
    float: left;
    width: 33%;
    margin-right: 1%;
}

.payment_block_sms.payment_block_33 {
    width: 32%;
    margin-right: 0;
}

.payment_block_49 {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.payment_block_50 {
    float: left;
    width: 50%;
}

.display_none {
    display: none;
}

.insideadvertise_h_b a {
    color: #6b6b6b;
    text-decoration: none;
}

.ad_ins_desc {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 33px;
}

.ad_ins_desc .insidea_title,
.ad_ins_desc .ad_price,
.ad_ins_desc .ad_price strong {
    line-height: 16px;
    font-size: 14px;
    color: #6b6b6b;
}

.ad_ins_desc .insidea_title,
.ad_ins_desc .ad_price {
    height: 16px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.ad_ins_desc .insidea_title.full {
    height: 33px;
}

#vertisenew_b h3 {
    font-size: 18px;
}

#advert_banners_inside .emptyphoto,
#vertisenew_b .emptyphoto {
    background-image: url(../img/new/big_collage.png);
    background-repeat: no-repeat;
}

#advert_banners_inside .emptyphoto,
#vertisenew_b .emptyphoto {
    width: 64px;
    height: 64px;
    margin: 60px auto 0;
}

.ad_ins_image {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
}

.emptyphoto.nphoto_cat_593 {
    background-position: 0 -24px;
}

.emptyphoto.nphoto_cat_1353 {
    background-position: 0 -101px;
}

.emptyphoto.nphoto_cat_1743 {
    background-position: 0 -186px;
}

.emptyphoto.nphoto_cat_2533 {
    background-position: 0 -281px;
}

.emptyphoto.nphoto_cat_2113 {
    background-position: 0 -368px;
}

.emptyphoto.nphoto_cat_2343 {
    background-position: 0 -468px;
}

.emptyphoto.nphoto_cat_3313 {
    background-position: 0 -564px;
}

.emptyphoto.nphoto_cat_2443 {
    background-position: 0 -659px;
}

.emptyphoto.nphoto_cat_3633 {
    background-position: 0 -749px;
}

.emptyphoto.nphoto_cat_3003 {
    background-position: 0 -854px;
}

.emptyphoto.nphoto_cat_3423 {
    background-position: 0 -939px;
}

.emptyphoto.nphoto_cat_5033 {
    background-position: 0 -1039px;
}

.emptyphoto.nphoto_cat_5172 {
    background-position: 0 -1169px;
}

#vertiseNewPb {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.suggestion_b {
    position: relative;
    padding: 10px;
    color: #505050;
    margin-bottom: 8px;
    background: #FCF66B;
    text-align: left;
    font-size: 14px;
}

.suggestion_b a {
    font-size: 14px;
}

#sms_helper_b {
    display: none;
}

.klama_submit {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    position: relative;
}

@media all and (max-width: 690px) {
    .listview_icon.listview_icon_n1,
    .listview_icon_b,
    .listview_icon {
        height: 16px;
    }

    .listview_icon.listview_icon_n1 {
        /* background-size: 18px 18px; */
    }

    .contentMiddlePadding.nopaddingbottom {
        padding-bottom: 0;
    }

    #advert_banners_inside .emptyphoto {
        margin: 16px auto 0;
    }

    #citiesRelatedResults span {
        margin-left: 0;
        font-size: 15px;
    }

    #path.create_vertise_path {
        display: none;
    }

    #sms_helper_b {
        display: block;
    }

    #sms_helper_b a {
        display: block;
    }
}

#balanceMoneyb #balanceMoneyb_inner {
    padding: 7px 10px;
}

#balanceMoneyb_inner .header_hint_t {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

#balanceMoneyb_inner .desc_val_t {
    font-size: 17px;
    color: #00d053;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

#balanceMoneyb {
    float: right;
    width: 300px;
}

#balanceMoneyb #balance_action_b {
    width: 80%;
    margin: 0 auto 7px;
}

#balanceMoneyb #balance_action_b a {
    text-decoration: none;
    font-size: 15px;
    padding: 10px 7px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
}

#balanceMoneyb .balanceMoneyb-l {
    width: 60%;
    float: left;
}

#balanceMoneyb .balanceMoneyb-l .header_hint_t {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 17px;
}

#balanceMoneyb .balanceMoneyb-l .desc_val_t {
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    color: #00d053;
    line-height: 17px;
}

#balanceMoneyb .balanceMoneyb-l .desc_val_t span {
    font-size: 14px;
    font-weight: 500;
}

#balanceMoneyb .balanceMoneyb-r {
    width: 40%;
    float: left
}

#userAdvertisements_act_pas_b {
    padding-bottom: 10px;
}

#userAdvertisements_act_pas_b a {
    float: left;
    width: 50%;
    text-align: center;
    color: #6b6b6b;
    display: block;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    padding-bottom: 5px;
    border-left: 1px solid #dcdcdc;
    border-right: 0;
}

#userAdvertisements_act_pas_b a.last {
    border-right: 1px solid #dcdcdc;
    border-left: 0;
}

#userAdvertisements_act_pas_b a.selected {
    color: #00d053;
    padding-top: 10px;
    border: 1px solid #dcdcdc;
    width: 49%;
    width: calc(50% - 3px);
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 6px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#userAdvertisements_act_pas_d {
    background-color: #FFF;
    border-bottom: 1px solid #00d053;
}

#userAdvertisements_act_pas_d a {
    float: left;
    width: 20%;
    text-align: center;
    color: #6b6b6b;
    display: block;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    margin-top: 10px;
    padding-bottom: 5px;
    border-right: 0;
    text-transform: uppercase;
}

#userAdvertisements_act_pas_d a.last {
    border-left: 0;
}

#userAdvertisements_act_pas_d a.selected {
    color: #00d053;
    padding-top: 10px;
    border: 1px solid #00d053;
    width: 19%;
    width: calc(20% - 3px);
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 6px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f9fcf6;
    font-weight: 600;
    position: relative;
}

#userAdvertisements_act_pas_d a.selected::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#userAdvertisements_act_pas_d.bg-white .selected {
    background-color: #fff;
}

@media (min-width: 1070px) {
    #send-authorcv-form {
        border: 1px solid #00d053;
        background-color: #f9fcf6;
        border-radius: 3px;
        padding: 5px;
        margin-top: 10px;
    }

    #send-authorcv-form #send-authorcv-mail,
    #send-authorcv-form #send-authorcv-name {
        border: 1px solid #dcdcdc;
        height: 30px;
    }

    #send-authorcv-form #send-authorcv-comment {
        border: 1px solid #dcdcdc;
    }

    #send-authorcv-form .label_n {
        font-weight: 500;
        line-height: 23px;
    }

    #send-authorcv-form .file-block {
        height: 28px;
        font-size: 19px;
    }

    #send-authorcv-form #sendAuthorCaptcha {
        padding-top: 10px;
    }

    #send-authorcv-form .button_n.fc {
        margin-left: calc(50% - 105px);
        padding: 10px 100px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #send-authorcv-form .dialog_h {
        font-weight: 600;
    }

    #send-authorcv-form .block-clean {
        width: 50%;
    }

    .cv-title {
        color: #6b6b6b;
        padding: 30px 0 10px 0;
    }
}

@media (max-width: 1069px) {
    #main-content-center .cv-title {
        color: #6b6b6b;
        margin: 0 auto;
        width: 83%;
    }

    #send-authorcv-form .block-clean {
        width: 83%;
    }

    #send-authorcv-form .dialog_h {
        background-color: #fff;
        padding-left: 0;
        font-weight: 400;
    }

    #send-authorcv-form .label_n {
        font-weight: 500;
        line-height: 23px;
    }

    #send-authorcv-form .input_text {
        height: 27px;
    }

    #send-authorcv-form .input_textarea {
        height: 100px;
    }

    #send-authorcv-form .file-block {
        height: 28px;
        font-size: 19px;
    }

    #send-authorcv-form #sendAuthorCaptcha {
        padding-top: 10px;
    }

    #send-authorcv-form .button_n.fc {
        padding: 10px 25px;
        float: left;
        margin-left: 8%;
        width: 85%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* akcijos.lt */
.catspatern_s_akcijoslt {
    height: 24px;
    width: 32px;
    background-repeat: no-repeat;
    left: 6px;
    bottom: -28px;
    position: absolute;
    display: block;
    background-size: 24px;
    background-image: url(../img/akcijos.png);
    opacity: 0.6;
}

.titleSearch_b.mobile_show .catspatern_s_akcijoslt {
    bottom: -32px;
}
.stars_href_b {
    height: 21px;
    position: absolute;
    float: none;
    left: -1px;
    top: 10px;
    opacity: 0.9;
}

.comment_href_b {
    height: 21px;
    position: absolute;
    float: none;
    left: -205px;
    top: 43px;
}

.star_count_b {
    line-height: 18px;
    display: inline-block;
    position: relative;
}

.comment_count_b {
    line-height: 18px;
    display: inline-block;
    position: relative;
}

.star_count_b .start_i_b {
    position: absolute;
    top: -2px;
    border: 1px solid #CCC;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background-color: #FFF;
    text-align: left;
    left: 24px;
    right: 0;
}

.comment_count_b .comment_i_b {
    position: absolute;
    top: -2px;
    border: 1px solid #CCC;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background-color: #FFF;
    left: 22px;
    right: 0;
    text-align: center;
}

.star_count_b .start_i_b .start_i_placer {
    position: relative;
    width: 17px;
    height: 17px;
    color: #5DBB6E;
    background-size: 17px 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7fQ0KCS5zdDF7ZmlsbDojMDBEMDUzO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTEyNjguOS0zMjBjLTUwLjgsMC05Mi40LDQwLjgtOTIuNCw5Mi4xYzAsNTEuOCw0Mi4xLDkyLjMsOTIuNCw5Mi4yYzUwLjgtMC4xLDkyLjEtNDEuNCw5Mi4xLTkyLjINCglDLTExNzYuOC0yNzguNi0xMjE4LjItMzIwLTEyNjguOS0zMjB6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTEyNjguOS0zMjBjLTUwLjgsMC05Mi40LDQwLjgtOTIuNCw5Mi4xYzAsNTEuOCw0Mi4xLDkyLjMsOTIuNCw5Mi4yYzUwLjgtMC4xLDkyLjEtNDEuNCw5Mi4xLTkyLjINCglDLTExNzYuOC0yNzguNi0xMjE4LjItMzIwLTEyNjguOS0zMjB6Ii8+DQo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjExLDAuNSAxNC4zLDcuNiAyMiw4LjUgMTYuMywxMy45IDE3LjksMjEuNSAxMSwxNy42IDQuMywyMS41IDUuOSwxMy45IDAsOC41IDcuOCw3LjYgIi8+DQo8L3N2Zz4NCg==);
}

.comment_count_b .comment_i_b .comment_i_placer:after {
    color: #00d053;
    font: bold normal normal 14px/17px 'Font Awesome 5 Pro';
    content: "\f075";
}

.star_count_b .stars_count {
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #333;
    line-height: 20px;
    height: 19px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    width: 27px;
    text-align: center;
    padding-right: 10px;
}

.comment_count_b .comment_count {
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #333;
    line-height: 20px;
    height: 19px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    width: 27px;
    text-align: center;
    padding-right: 10px;
}

.star_count_b:hover .start_i_b .start_i_placer {
    transform: rotate(470deg);
    -webkit-transform: rotate(470deg);
}

.star_count_b .start_i_b .start_i_placer {
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    transition-duration: 0.8s;
    transition-property: transform;
}

.comment_count_b .comment_i_b .comment_i_placer {
    display: inline-block;
    line-height: 25px;
}

@media all and (max-width: 690px) {
    .stars_href_b {
        /* top: 5px;
        left: -145px; */
    }

    .stars_href_b {
        height: 18px;
    }

    .star_count_b .start_i_b {
        width: 20px;
        height: 20px;
        left: 24px;
    }

    .star_count_b span.stars_count {
        line-height: 16px;
        height: 16px;
    }

    .star_count_b .start_i_b .start_i_placer {
        line-height: 16px;
        font-size: 14px;
    }

    .star_count_b .start_i_b .start_i_placer:before {
        padding: 0 1.1px;
    }

    .star_count_b .start_i_b .start_i_placer {
        width: 14px;
        height: 14px;
        background-size: 14px 13px;
    }

    .comment_href_b {
        top: 29px;
        left: -145px;
        height: 18px;
    }

    .comment_count_b .comment_i_b {
        width: 20px;
        height: 20px;
        left: 24px;
    }

    .comment_count_b .comment_count {
        line-height: 16px;
        height: 16px;
    }

    .comment_count_b .comment_i_b .comment_i_placer {
        line-height: 16px;
        font-size: 14px;
    }

    .comment_count_b .comment_i_b .comment_i_placer:before {
        padding: 0 1.1px;
    }

    .comment_count_b .comment_i_b .comment_i_placer {
        width: 14px;
        height: 14px;
        background-size: 14px 13px;
    }
}
.savedSearch_s_b {
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
    position: relative;
}

.savedSearch_s_b .inner_left_s_limit {
    float: left;
    max-width: calc(100% - 201px);
}

.savedSearch_s_b .inner_left_s_limit a, #savedsearch_b .savedSearch_title {
    font-size: 24px;
    color: #0d95e8;
}

.savedSearch_s_b .inner_left_s_limit a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.search-email-block {
    float: right
}

.search-email-block .search-email-block-email {
    color: #b9b9b9;
    display: inline-block;
}

.search-email-block .search-email-block-email .change-email {
    color: #0f83ca;
    cursor: pointer;
    padding-right: 5px;
}

.search-email-block .search-email-block-email i {
    color: #00d053;
    font-size: 15px;
    padding: 0 5px;
    cursor: pointer;
}

.ss_title {
    float: left;
    font-size: 18px;
    color: #0d95e8;
    font-weight: bold;
}

@media all and (max-width: 1069px) {
    .ss_title {
        font-size: 16px;
    }
}

.savedSearch_s_b .inner_left_s_limit a .ncount {
    float: left;
    margin-left: 5px;
    padding: 1px 10px;
    background: #0d95e8;
    color: #FFF;
    border-radius: 15px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
}

#savedsearch_b a .savedSearch_title:after {
    top: 2px;
    right: 8px;
}

.savedSearch_s_b .inner_left_s_limit a:hover:after {
    right: -4px;
}

.savedSearch_s_b .inner_left_s_limit a:hover .ss_title {
    color: #0f83ca;
}

#savedsearch_b a:hover .savedSearch_title:after {
    right: 2px;
}

#savedsearch_b .savedSearch_title .ncount {
    position: relative;
    padding: 0 10px;
    background: #0d95e8;
    color: #FFF;
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 2px;
    float: left;
    margin-right: 5px;
}

.savedSearch_s_b .search_hints, #savedsearch_b .search_hints {
    color: #b9b9b9;
    font-size: 14px;
}

.savedSearch_s_b .search_hints {
    font-size: 14px;
}

.savedSearch_s_b .search_hints {
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 580px;
}

.savedSearch_email {
    float: right;
}

.savedSearch_delete {
    float: left;
}

.savedSearch_email {
    border-right: 1px solid #dcdcdc;
}

.savedSearch_delete {
    padding: 0 28px 0 0;
}

.savedSearch_email {
    padding: 0 28px;
}

a.savedSearch_delete, a.savedSearch_delete i, a.savedSearch_delete span {
    text-decoration: none;
}

a.savedSearch_delete i {
    padding-top: 4px;
    display: block;
    color: #b9b9b9;
    font-size: 25px;
    text-align: center;
}

.savedSearch_delete span, .savedSearch_email span {
    margin-top: 2px;
    color: #b9b9b9;
    display: block;
    font-size: 11px;
}

.savedSearch_email i:after {
    font: normal normal normal 32px/32px 'Font Awesome 5 Pro';
    content: "\f0e0";
    color: #9d9d9d;
    display: block;
    text-align: center;
}

.savedSearch_email.active_subscription i:after {
    color: #00d053;
}

.savedSearch_delete i:after {
    margin: 0 auto;
    color: #dadada;
    display: block;
    text-align: center;
}

a.savedSearch_delete:hover i:after {
    background-color: #f3f3f3;
}

.savedSearch_email:hover, .savedSearch_delete:hover {
    cursor: pointer;
    text-decoration: none;
}

.savedSearch_email:hover i:after, .savedSearch_delete:hover i:after {
    color: #000;
}


#savedsearch_b {
    margin-top: 0;
    padding: 0 10px;
}

.savedsearch_lb {
    float: left;
    margin-right: 1%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 28%;
    min-width: calc((100% - 120px - 3%) / 3);
    max-width: 40%;
    background-color: #FFF;
}

.savedsearch_lb.main_page {
    max-width: 33%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#savedsearch_more {
    float: left;
    width: 14%;
    width: calc(14%);
    padding-top: 14px;
}

#savedsearch_more a {
    text-align: center;
    font-size: 17px;
    color: #0d95e8;
    display: block;
    padding: 1px 0 3px;
    text-decoration: none;
    border-radius: 3px;
}

#savedsearch_more a span {
    font-weight: normal;
}

.savedsearch_lb a {
    display: block;
}

.savedsearch_lb a:hover .savedsearch_ib {
    border: 1px solid #999;
}

.savedsearch_ib {
    padding: 6px 10px;
    border: 1px solid #CECECE;
}

#savedsearch_b .savedSearch_email {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 0;
    text-decoration: none;
}

#savedsearch_b .savedSearch_email span {
    margin-top: 0;
    font-size: 12px;
}

#savedsearch_b .savedSearch_email i:after {
    font: normal normal normal 29px/29px 'Font Awesome 5 Pro';
}

#savedsearch_b .savedSearch_email {
    padding: 0;
    left: 14px;
    top: 8px;
}

#savedsearch_b .savedSearch_desc {
    padding-left: 12px;
    float: left;
    width: calc(100% - 114px);
    padding-right: 20px;
    border-left: 1px solid #dcdcdc;
    margin-left: 60px;
}

#savedsearch_b .savedSearch_title {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 23px;
    padding-top: 3px;
}

#savedsearch_b .inner_savedSearch_title {
    display: inline-block;
    padding-right: 20px;
}

#savedsearch_b .savedSearch_title {
    position: relative;
    padding-right: 20px;
}

#savedsearch_b .search_hints {
    font-size: 13px;
    width: 90%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
}

#savedsearch_b .savedSearch_title {
    font-size: 16px;
}

#savedsearch_b .savedSearch_delete {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 24px;
    height: 24px;
    padding: 0px;
    background: #FFF;
}

#savedsearch_b .savedSearch_delete i:after {
    background-image: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 24px;
    margin: 0 auto;
}

#savedsearch_b .savedSearch_delete:hover {
    background: #f3f3f3;
}

#savedsearch_b .savedSearch_delete:hover i:after {
    color: #999;
}

@media all and (max-width: 1069px) {
    .savedsearch_lb {
        min-width: 42.5%;
        min-width: calc((100% - 20%) / 2);
    }

    #savedsearch_b {
        margin-top: 15px;
    }
}

@media all and (max-width: 1069px) {
    #savedsearch_b {
        margin-top: 0;
    }

    #savedsearch_b .savedSearch_email span {
        display: none;
    }

    #savedsearch_b .search_hints {
        font-size: 15px;
    }

    #savedsearch_b a .savedSearch_title:after {
        display: none;
    }

    .savedSearch_s_b .inner_left_s_limit a {
        display: block;
    }

    .savedSearch_s_b {
        padding: 3px 0;
    }

    #savedSearches_b .search-email-block-email {
        color: #b9b9b9;
        padding-bottom: 10px;
        text-align: right;
    }

    #savedSearches_b .search-email-block-email .change-email {
        color: #0f83ca;
        cursor: pointer;
        padding-right: 5px;
    }

    .savedSearch_s_b .inner_left_s_limit {
        width: calc(100% - 102px);
        padding-left: 10px;
        max-width: calc(100% - 115px);
    }

    #savedsearch_b .inner_savedSearch_title {
        color: #666;
    }

    #savedsearch_b .savedSearch_title, #savedsearch_b .inner_savedSearch_title {
        padding-right: 0;
    }

    #savedsearch_b .savedSearch_title {
        width: 100%;
    }

    #savedsearch_b .savedSearch_email {
        left: 7px;
        top: 12px;
    }

    #savedsearch_b .savedSearch_delete {
        top: 16px;
        right: 4px;
    }

    .savedsearch_lb .savedsearch_ib {
        padding: 9px 0;
        background-color: #f5f5f5;
    }

    #savedsearch_b .savedSearch_desc {
        padding-left: 4px;
        width: calc(100% - 60px);
        border-left: 0;
        margin-left: 43px;
        padding-right: 0;
    }

    .savedSearch_s_b .savedSearch_email, .savedSearch_s_b .savedSearch_delete {
        float: left;
        margin-top: 5px;
    }

    .savedSearch_s_b .savedSearch_email {
        width: 50px;
        padding: 0;
        float: right;
        border-right: 0;
        border-left: 1px solid #dcdcdc;
    }

    .savedSearch_s_b .savedSearch_delete {
        width: 50px;
        padding: 0;
    }

    .savedSearch_email span, a.savedSearch_delete span {
        text-align: center;
    }

    .savedsearch_lb {
        float: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #savedsearch_more {
        float: none;
        width: 100%;
    }

    #savedsearch_more a {
        text-align: left;
    }

    .savedsearch_lb a .savedsearch_ib {
        border-left: 0;
        border-top: 0;
        border-right: 0;
    }

    #savedsearch_more a {
        border: 0;
    }

    .savedsearch_lb a:hover .savedsearch_ib {
        border-left: 0;
        border-top: 0;
        border-right: 0;
    }

    #savedsearch_more a:hover {
        border: 0;
    }
}

.savedSearch_delete_main {
    width: 50px;
    float: left;
    cursor: pointer;
}

.savedSearch_delete_main i {
    font-size: 22px;
    margin: 14px;
    color: #b9b9b9;
}

.savedsearch_ib_link {
    width: calc(100% - 102px);
    float: left;
}

.savedSearch_email_main {
    width: 50px;
    float: left;
    padding-top: 3px;
}

.savedSearch_email_main i {
    font-size: 22px;
    margin: 0 10px 10px 10px;
    color: #b9b9b9;
}

.savedSearch_email_main.listing i {
    font-size: 25px;
    margin: 0 10px 1px 10px;
}

.savedSearch_email_main span {
    color: #b9b9b9;
    font-size: 11px;
}

.savedSearch_email_main:hover {
    text-decoration: none;
}

.savedSearch_email_main.active_subscription, .savedSearch_email_main.active_subscription i, .savedSearch_email_main.active_subscription span {
    color: #00d053
}

.savedSearch_s_b .savedSearch_email_main {
    float: right;
}

@media all and (max-width: 1069px) {
    .savedSearch_s_b .savedSearch_email_main {
        padding-top: 7px;
    }

    .savedSearch_email_main.listing {
        padding-top: 13px;
    }

    .savedSearch_s_b .inner_left_s_limit a {
        padding-top: 3px;
    }
}

.savedSearch_s_b .savedSearch_delete:hover i, .savedSearch_s_b .savedSearch_delete:hover span {
    color: #333;
}

.savedSearch_s_b .savedSearch_email_main:hover i, .savedSearch_s_b .savedSearch_email_main:hover span {
    color: #333;
}

.savedSearch_s_b .savedSearch_email_main.active_subscription:hover i, .savedSearch_s_b .savedSearch_email_main.active_subscription:hover span {
    color: #3a9b4f;
}
#search_mh_b #ts_query_b input::-webkit-input-placeholder {
    color: #797979;
}

#search_mh_b #ts_query_b input:-moz-placeholder {
    color: #797979;
}

#search_mh_b #ts_query_b input::-moz-placeholder {
    color: #797979;
}

#search_mh_b #ts_query_b input:-ms-input-placeholder {
    color: #797979;
}

#search_mh_b #ts_query_b input:focus::-webkit-input-placeholder {
    color: #BBB;
}

#search_mh_b #ts_query_b input:focus:-moz-placeholder {
    color: #BBB;
}

#search_mh_b #ts_query_b input:focus::-moz-placeholder {
    color: #BBB;
}

#search_mh_b #ts_query_b input:focus:-ms-input-placeholder {
    color: #BBB;
}

#main-content-middle-userAdvertisements-part {
    position: relative;
    /* width: 1300px; */
    width: 1285px;
    margin: 0 auto;
}

#wallpaper {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#wallpaper-link-container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 1000px;
}

#wallpaper-link-left {
    display: block;
    position: fixed;
    width: 400px;
    height: 1000px;
    margin-left: -915px;
    left: 50%;
}

#wallpaper-link-right {
    display: block;
    position: fixed;
    width: 400px;
    height: 1000px;
    margin-right: -915px;
    right: 50%;
}

#addnew_mb_m_b,
#fav_mb_m_b,
#mobmenu_h_b {
    float: right;
    height: 45px;
    min-width: 50px;
    color: #787878;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}

#addnew_mb_m_b:before,
#fav_mb_m_b:before,
#mobmenu_h_b:before {
    font: normal normal normal 21px/33px 'Font Awesome 5 Pro';
    height: 32px;
    display: block;
}

#addnew_mb_m_b {
    position: relative;
}

#addnew_mb_m_b:before {
    content: '\f319';
}


#mobmenu_h_b {
    z-index: 110;
}

#mobmenu_h_b:before {
    content: '\f0c9';
}

#fav_mb_m_b:before {
    content: '\f004';
}

#fav_mb_m_b {
    position: relative;
}

#fav_mb_m_b i {
    display: block;
    position: absolute;
    top: -3px;
    right: 4px;
    font-style: normal;
    background: #c0c0c0;
    border-radius: 10px;
    padding: 2px 2px;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #787878;
    min-width: 13px;
    height: 13px;
    overflow: hidden;
    text-shadow: 1px 1px #787878;
}

.mobmspacer {
    float: right;
    margin: 0px 5px;
    height: 45px;
    width: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.2+50,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

#mobmenu_h_b {
    cursor: pointer;
}

#mobmenu_h_b.loggedin:before {
    content: '\f007';
}

#mobmenu_h_b.open {
    position: absolute;
    color: #00d053;
    right: 0;
}

#mobmenu_h_b.open:before {
    font-weight: 300;
    content: '\f00d';
}

#logo_n_placement_b {
    float: left;
    /* width: 136px;
    height: 49px; */
    z-index: 3;
    overflow: hidden;
}

#logo_n_placement_b.indexClear {
    width: 203px;
    height: 69px;
}

#logo_n_placement_b a img,
#logo_n_placement_b a {
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

#logo_n_placement {
    text-decoration: none;
}

#logo_n_placement span {
    font-size: 15px;
    color: #00d053;
    display: block;
    margin-top: 3px;
    letter-spacing: 0.2px;
    -webkit-text-size-adjust: none;
}

#header_m_menu {
    margin: 0 auto 0;
    padding-top: 10px;
}

#main-content-header.with_wp {
    background: none;
}

#main-content-header.with_wp #header_m_menu {
    background: #FFF;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#banner-top {
    min-height: 250px;
    width: 970px;
    text-align: center;
    overflow: hidden;
    float: left;
}

#banner-top div iframe {
    display: block;
    padding: 0;
    margin: 0 auto;
}

#main-content-header .user_menu_small {
    list-style-type: none
}

#main-content-header .user_menu_link {
    color: #fff;
    z-index: 999;
    text-transform: uppercase
}

#main-content-header .user_menu #user_menu {
    position: absolute;
    display: block;
    z-index: 999;
    width: 150px;
    color: #fff;
    font-weight: 700
}

#main-content-header .user_menu .link {
    text-align: center;
    margin-left: 8px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

#main-content-header .user_menu:hover .link {
    padding-top: 6px;
    padding-left: 1px;
    text-decoration: none
}

#main-content-header .user_menu .link-inactive {
    margin-left: 8px
}

#main-content-header .user_menu .arrow {
    margin-top: 6px;
    margin-left: 3px;
    display: block
}

#main-content-header .user_menu:hover .arrow {
    margin-top: 7px
}

#main-content-header .user_menu #user_menu ul {
    list-style-type: none;
    float: left;
    opacity: .95;
    filter: alpha(opacity=95);
    background: #fff;
    border: 1px solid #40785b;
    border-top: 0;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px
}

#main-content-header .user_menu #user_menu ul li a {
    display: block;
    color: #444;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 10px
}

#main-content-header .user_menu #user_menu ul li.last a {
    border-top: 1px dashed #ccc
}

#user_menu_type li {
    display: inline-block;
}

#user_menu_type > li {
    border-right: 1px solid #e5e5e5;
    margin-right: 7px;
    padding-right: 5px;
}

#user_menu_type > li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.block .checkbox_list .item,
.block-clean .checkbox_list .item {
    float: left
}

#user_menu_type li.last,
#user_menu_type li a.last,
.results-buttons ul li.last,
.view .line-small ul li.last,
.view .line-small ul li.last a,
.light-list li.last,
.title-page .posts-categories li.last,
.blog-header ul li.tags {
    border-right: 0
}

.results-buttons ul li.first {
    padding-left: 0;
}

#main-content-header .user_menu_small {
    text-align: right;
}

.mobile_tablet_show {
    display: none;
}

#search_mh_b {
    position: relative;
    float: left;
    z-index: 0;
}

#search_mh_b.focus {
    z-index: 100;
}


#header_contacts_b {
    display: none;
}

@media (min-width: 1070px) {
    #search_mh_b {
        width: 1131px;
    }

    .contentMiddle_mobile_back_b a:hover {
        text-decoration: underline;
    }

    #search_mh_b {
        background: #FFF;
    }

    #header_ms_b {
        display: block !important;
    }

    #header_r_side_b.headerClean #header_m_menu_b {
        display: none;
    }

    #header_contacts_b {
        display: block;
    }

    #header_m_menu_c {
        display: none;
    }
}

#main-content-header.headerClean {
    display: none;
}

#contentMiddle_mobile_h1 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    max-width: calc(100% - 90px);
}

@media (max-width: 1069px) {
    #contentMiddle_mobile_h1 {
        line-height: 26px;
    }

    #search_mh_b {
        padding-top: 15px;
    }

    .mobile_tablet_show {
        display: show;
    }

    #header_m_menu label {
        float: right;
        display: inline-block;
        height: 43px;
        color: #FFF;
        width: 40px;
        text-align: center;
        font-family: 'Font Awesome 5 Pro';
        line-height: 43px;
    }

    #header_m_menu label:after {
        content: "\f0c9";
        font-size: 22px;
    }

    #header_m_menu label:hover:after {
        cursor: pointer;
    }

    #header_m_menu_b {
        display: none;
    }

    #logo_n_placement_b,
    #logo_n_t_b {
        display: none;
    }

    #header_m_menu input[type=checkbox]:checked ~ #header_m_menu_b {
        display: block;
    }

    #header_m_menu_b.open {
        display: block;
    }

    #header_ms_b {
        display: none;
        margin-top: 7px;
    }

    #header_m_menu {
        position: relative;
    }

    #header_m_menu_c {
        display: block;
        height: 45px;
    }

    #logo_n_placement_b #logo_n_placement {
        top: 7px;
        left: 8px;
        z-index: 101;
    }

    #logo_n_placement_b #logo_n_placement img {
        height: 30px;
        width: auto;
    }

    #search_mh_b {
        margin-top: 10px;
        width: auto;
    }

    #header_m_menu_b {
        width: 100% !important;
    }

    #main-content-header .user_menu_small {
        margin-right: 0 !important;
        width: 100% !important;
    }

    #user_menu_type li a {
        text-align: left;
    }
}

#header_line_b {
    margin-top: 0;
    margin-right: 0;
}

#addnew_mb_b {
    width: 154px;
    height: 45px;
    float: left;
}

#addnew_mb_b a {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    background-color: #0d95e8;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#search_mh_b #ts_query_b_b {
    width: 756px;
    float: left;
    text-align: right;
    height: 45px;
}

#search_mh_b #ts_query_b {
    height: 25px;
    border: 2px solid #00d053;
    border-right-width: 0;
    position: relative;
    border-left: 0;
    padding: 8px 0;
}

#ts_delete_icon {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 20px;
    height: 12px;
    display: none;
}

#ts_delete_icon.active {
    display: block;
}

#search_mh_b #ts_query_b #search_icon {
    position: absolute;
    top: 12px;
    left: 9px;
    width: 16px;
    height: 16px;
}

#search_mh_b #ts_query_b #search_icon:after {
    font: normal normal normal 16px/16px 'Font Awesome 5 Pro';
    content: '\f002';
    color: #797979;
}

#main-content-header #ts_query {
    color: #797979;
    background: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
    border: 1px solid #CECECE;
    padding-left: 33px;
    float: left;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

#main-content-header #ts_query::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#search_mh_b #ts_category_b #ts_category_selector {
    font-size: 18px;
}

#search_mh_b #ts_category_b #ts_category_selector span {
    font-size: 13px;
    color: #797979;
    font-weight: 600;
}

#search_mh_b #ts_category_b #ts_category_selector span.novalue {
    font-weight: 400;
}

#search_mh_b #ts_category_b {
    float: left;
    width: 185px;
    height: 41px;
    border-top: 2px solid #00d053;
    border-bottom: 2px solid #00d053;
    display: block;
    padding-right: 5px;
}

#search_mh_b #ts_query_b input {
    border: 0px;
    font-size: 15px;
    border-right: 1px solid #e5e5e5;
}

#search_mh_b.focus #ts_query_b::before {
    width: 15px;
}

#search_mh_b.focus #ts_query_b input {
    padding-right: 40px;
}

#search_mh_b #ts_query_b::before {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+34 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

#search_mh_b #ts_query_b input {
    outline: none;
    -webkit-appearance: none;
}

#search_mh_b #ts_submit_b {
    float: right;
    width: 45px;
    height: 45px;
    color: #FFF;
    padding: 0;
}

#search_mh_b #ts_submit_b i:after {
    font: normal normal normal 25px/45px 'Font Awesome 5 Pro';
    content: '\f002';
    font-size: 22px;
}

#user_menu_type li {
    position: relative;
}

#user_menu_type li i {
    font: normal normal normal 15px/15px 'Font Awesome 5 Pro';
    color: #797979;
}

#user_menu_type li i.mico {
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
}

#user_menu_type li i {
    display: inline-block;
}

#alio-msg i:before {
    content: '\f0f3';
}

#createnew_b_i i:before {
    content: '\f319';
    color: #00d053
}

#edita_b_i i:before {
    content: '\f044';
}

#login_b_i:before {
    content: '\f13e';
}

#register_b_i:before {
    content: '\f007';
}

#fav_b_i i:before {
    content: '\f004';
}

#myads_b_i i:before {
    content: '\f022';
}

#savs_b_i i:before {
    content: '\f002';
}

#msgs_b_i i:before {
    content: '\f0f3';
}

#user_profile_b i.mico:before {
    content: '\f2bd';
}

#livechat_trigger i:before {
    content: '\f27a';
}

#finances_b_i i:before {
    content: '\f09d';
}

#mybusiness_b_i i:before {
    content: '\f64a';
}

#logout_b_i i:before {
    content: '\f2f5';
}

#invoice i:before {
    content: '\f09d';
}

#settings_h_b i:before {
    content: '\f013';
}

#user-page i:before {
    content: '\f0c1';
}

#city_menu {
    padding-left: 23px;
    float: left;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    top: 0;
    margin-right: 8px !important;
    padding-right: 8px !important;
}

.user_menu_small.logged #city_menu {
    top: 2px;
}

#city_menu:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font: normal normal normal 13px/15px 'Font Awesome 5 Pro';
    content: '\f124';
    width: 20px;
    text-align: center;
    color: #797979;
}

.title-sub span {
    font-weight: 700;
}

@media (min-width: 1069px) {
    #city_menu:hover span {
        text-decoration: underline;
    }

    #city_menu:hover:after,
    #user_menu_type li:hover i:before {
        color: #4f4f4f;
    }

    .title-sub {
        padding: 5px 0 0;
        margin: 0;
        font-size: 20px;
        position: relative;
        bottom: -15px;
    }

    #edita_b_i a {
        position: relative;
        right: -2px;
        padding-left: 3px;
    }
}

#user_menu_type li a {
    display: inline;
}

.counts #counts_total {
    font-size: 15px;
    line-height: 38px;
}

.input_custom_settings_hint {
    color: #c0c0c0;
}

#mainmenu_username_b .mainmenu_username_b_v {
    color: #00d053;
}

#main-content-header #ts_category_b {
    position: relative;
}

#ts_category_selector {
    cursor: pointer;
    color: #333;
    height: 43px;
    line-height: 36px;
    text-align: left;
    padding: 0 0 0 5px;
    overflow: hidden;
    word-break: break-all;
    padding-left: 10px;
}

#main-content-header #ts_category_b #ts_category_list {
    position: absolute;
    display: none;
    top: 100%;
    left: -1px;
    padding: 10px 0;
    background: #FFF;
    z-index: 10001;
    width: 100%;
    border: 1px solid #b9e0bf;
}

#ts_category_selector {
    position: relative;
}

#ts_category_selector i.category_delete_icon {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 12px;
    height: 9px;
    line-height: 9px;
    font-size: 16px;
    font-weight: 300;
    color: #b9b9b9;
}

#ts_category_selector {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

#main-content-header #ts_category_b #ts_category_list .cat_l_borderb {
    border-bottom: 1px solid #ebebeb;
}

#main-content-header #ts_category_b #ts_category_list .cat_l_b {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 0 14px;
    line-height: 25px;
    text-align: left;
    display: block;
}

#main-content-header #ts_category_b #ts_category_list .cat_l_b:hover,
#main-content-header #ts_category_b #ts_category_list .cat_l_b.selected {
    background: #00d053;
    color: #FFF
}

#logo_mob_b {
    display: none;
    float: left;
}

#logo_mob_b img,
#logo_n_placement_b img {
    border: 0;
    display: block;
}

@media all and (max-width: 690px) {
    #search_mh_b #ts_city_b #ts_city_selector span {
        font-weight: 300;
    }

    #main-content-header #ts_query {
        width: 100%;
    }

    #search_mh_b #ts_category_b #ts_category_selector {
        width: auto;
    }

    #search_mh_b #ts_query_b i.search_icon,
    #ts_category_selector i.cat_ic {
        display: none;
    }
}

@media all and (min-width: 1070px) {
    #topMenu_bg_h {
        display: none !important;
    }

    #addnew_mb_b a:hover {
        background-color: #0f83ca;
    }
}

#header_ms_b {
    position: relative;
}

@media all and (max-width: 1069px) {

    #user_menu_type li#msgs_b_i, #user_menu_type li#livechat_trigger {
        display: none;
    }

    .contentMiddle_mobile_back_b a i {
        height: 26px;
        line-height: 26px;
    }

    #search_mh_b #ts_query_b #ts_delete_icon {
        top: 18px;
    }

    #search_mh_b #ts_category_b {
        display: none;
    }

    #delfi-container-inner.contentMiddleTop {
    }

    #search_mh_b #ts_query_b::before {
        width: 10px;
    }

    #logo_mob_b {
        display: block;
        bottom: -4px;
        position: relative;
        margin-left: 5px;
    }

    #search_mh_b #ts_query_b #search_icon {
        top: 14px;
    }

    #header_line_b {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    #topMenu {
        width: 100%;
        height: auto;
        margin: 5% auto 0;
    }

    #topMenu {
        position: fixed;
        right: 0;
        top: 65px;
        width: 70%;
        height: 100%;
        margin-top: 0;
        min-width: 240px;
    }

    #addnew_mb_b {
        display: none;
    }

    #header_ms_b {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0.7;
        transition: max-height 0.5s, opacity 0.6s;
        -ms-transition: max-height 0.5s, opacity 0.6s;
        -moz-transition: max-height 0.5s, opacity 0.6s;
        -webkit-transition: max-height 0.5s, opacity 0.6s;
    }

    #header_ms_b.loadHelperClass {
        max-height: 500px;
        opacity: 1;
        overflow: inherit;
    }

    #header_ms_b.active {
        max-height: 500px;
        opacity: 1;
        overflow: inherit;
        transition: opacity 0.7s, max-height 0.9s;
        -ms-transition: opacity 0.7s, max-height 0.9s;
        -moz-transition: opacity 0.7s, max-height 0.9s;
        -webkit-transition: opacity 0.7s, max-height 0.9s;
    }

    #logo_n_placement_b {
        float: left;
        margin-top: 40px;
        width: 40%;
    }

    #logo_n_placement_b #logo_n_bg_placement {
        left: -230px;
        right: auto;
    }

    #header_m_menu_b {
        float: right;
        width: 60%;
    }

    #search_mh_b {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    #search_mh_b #ts_query_b_b {
        width: 100%;
        margin-bottom: 0;
        height: 30px;
    }

    #search_mh_b #ts_query_b {
        height: 100%;
        border: 1px solid #00d053;
        border-right-width: 0;
    }

    #search_mh_b #ts_category_b {
        float: right;
        border: 0;
        height: 45px;
    }

    #search_mh_b #ts_submit_b {
        height: 47px;
        background-position: 50% 50%;
    }

    #ts_category_selector {
        line-height: 45px;
        height: 43px;
        border: 1px solid #ccc;
    }

    #search_mh_b #ts_query_b i.search_icon {
        top: 13px;
    }

    #ts_category_selector i.category_delete_icon {
        top: 17px;
        right: 10px;
    }

    #ts_category_selector i.cat_ic {
        top: 9px;
    }

    #main-content-header #ts_query {
        line-height: normal;
    }

    #search_mh_b #ts_category_b {
        width: 100%;
        background-color: #FFF;
    }

    #search_mh_b #ts_submit_b {
        float: right;
        width: 10%;
        width: calc(45px);
        margin-left: 0;
    }

    #header_m_menu_b {
        padding-left: 0;
        margin-top: 10px;
    }

    #header_m_menu_b {
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 111;
        margin-top: 0;
    }

    #topMenu_bg_h {
        position: fixed;
        background: #FFFFFF;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 110;
        display: none;
    }

    #topMenu_ubg {
        display: none;
        background: rgba(51, 51, 51, 0.60);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 101;
    }

    #topMenu_bg_h {
        width: 70%;
        min-width: 240px;
    }

    #user_menu_type li .highlight {
        font-size: 18px;
        color: #FFF;
    }

    #header_ms_b {
        margin-top: 0;
        padding-bottom: 0;
    }

    #search_mh_b #ts_query_b_b {
        background: #FFF;
        width: 75%;
        width: calc(100% - 159px);
    }

    #search_mh_b {
        margin-top: 0;
    }
}

#main-content-header #ts_city_b {
    /*position: relative;*/
}

#search_mh_b #ts_city_b {
    float: left;
    width: 140px;
    height: 25px;
    border-top: 2px solid #00d053;
    border-bottom: 2px solid #00d053;
    display: block;
    padding: 8px 0;
}

#search_mh_b #ts_city_b #ts_city_selector,
#search_mh_b #ts_city_b #ts_city_selector_m {
    font-size: 18px;
}

#ts_city_selector,
#ts_city_selector_m {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ts_city_selector,
#ts_city_selector_m {
    position: relative;
}

#ts_city_selector,
#ts_city_selector_m {
    cursor: pointer;
    color: #333;
    height: 25px;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    padding-left: 17px;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5;
    margin-right: 4px;
}

#search_mh_b #ts_city_b #ts_city_selector span,
#search_mh_b #ts_city_b #ts_city_selector_m span {
    font-size: 13px;
    color: #797979;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-weight: 600;
}

#search_mh_b #ts_city_b #ts_city_selector span.novalue,
#search_mh_b #ts_city_b #ts_city_selector_m span.novalue {
    font-weight: 400;
}

#ts_city_selector i.city_delete_icon,
#ts_city_selector_m i.city_delete_icon {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #b9b9b9;
}

#ts_city_selector i.city_delete_icon,
#search_mh_b #ts_query_b #ts_delete_icon,
#ts_city_selector_m i.city_delete_icon {
    line-height: 0;
    font-size: 16px;
    font-weight: 300;
}

#ts_city_selector i.city_delete_icon:before,
#search_mh_b #ts_query_b #ts_delete_icon:before,
#ts_category_selector i.category_delete_icon:before,
#ts_city_selector_m i.city_delete_icon:before {
    width: 12px;
    height: 9px;
    display: block;
    text-align: center;
}

#ts_city_list {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background: #FFF;
    z-index: 1000;
    width: 100%;
}

#ts_city_list_placer {
    padding: 10px;
    border: 1px solid #b9e0bf;
}

#ts_city_list .cat_l_b {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 0 14px;
    line-height: 25px;
    text-align: left;
    display: block;
}

#ts_city_list .city_l_b {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 0 14px;
    line-height: 25px;
    text-align: left;
    display: block;
    float: left;
}

#ts_city_list .city-b-a .city_l_b {
    float: left;
}

#ts_city_list .distance_r_b {
    float: right;
}

#ts_city_list .distance_r_b {
    font-size: 14px;
}

#ts_city_list .distance_r_b input {
    width: 50px;
    text-align: center;
    height: 25px;
    padding: 0 14px;
}

#ts_city_list .city_l_b:hover,
#ts_city_list .city_l_b.selected {
    background: #00d053;
    color: #FFF;
}

.city-b-f {
    display: block;
}

.city-b {
    display: block;
}

.city-b-f,
.city-b {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.city-b .city_l_b,
.city-b-f .city_l_b {
    width: 120px;
}

#ts_city_selector.citySet i.city_delete_icon:hover {
    color: #00d053;
}

#ts_city_selector.active i.city_delete_icon:before,
#ts_category_selector.active i.category_delete_icon:before {
    content: '\f106';
}

#search_mh_b:hover #ts_query_b i#ts_delete_icon,
#search_mh_b:hover #ts_city_b i.city_delete_icon {
    opacity: 1;
}

#ts_city_selector_m {
    display: none;
}

/* BEG logged in user */

#menu_profile_user_b {
    display: none;
}


#user_menu_type #user_profile_b.flogin:before {
    color: red;
    font-weight: bold;
}

@media all and (min-width: 1070px) {
    #user_score_profile_b {
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        padding: 12px 0;
    }

    #user_score_profile_b i:before {
        font-weight: 700;
    }

    .level_2 i {
        color: #cccccc;
    }

    .level_1 i {
        color: #d88300;
    }

    .level_3 i {
        color: #ffe76c;
    }

    #user_profile_b.logged {
        color: #797979;
        height: 15px;
        cursor: pointer;
    }

    #user_profile_b.mobilehide {
        display: inline-block !important;
    }

    .logged #user_profile_b {
        padding-left: 18px;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        top: 1px;
    }

    #topMenu #user_profile_icon_b {
        float: right;
        padding-left: 3px;
        color: #797979;
    }

    #user_profile_icon_b a {
        color: #797979;
    }

    #user_profile_icon_b i {
        color: #797979;
    }

    #user_profile_icon_b i.dropd {
        position: relative;
        top: -2px;
        font-size: 12px;
    }

    #user_profile_icon_b span {
        position: relative;
        top: -2px;
    }

    #user_profile_b.logged i.mico {
        top: 2px !important;
    }

    #user_profile_b:hover span {
        color: #4f4f4f;
    }

    #user_profile_b i.usericon {
        padding-right: 0;
        float: left;
    }

    #user_profile_b i.usericon:before {
        font-weight: 700;
        content: '\f2bd';
        font-size: 24px;
    }

    #user_profile_b.active i.mico:before {
        content: '\f2bd';
    }

    #user_profile_b.active i.dropd:before {
        content: '\f077';
    }

    #user_profile_b i.dropd:before {
        content: "\f078";
        color: #797979;
        line-height: 23px;
    }

    #user_profile_b i.dropd {
        padding-left: 0;
    }

    #user_profile_b i.fa-comment-alt:before,
    #user_profile_b i.fa-bell:before {
        font-weight: 500;
        font-size: 15px;
    }

    #msgs_b_i.hasMessages span {
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 10px;
        top: -8px;
        right: 4px;
        background: #d60417;
    }

    #menu_profile_user_b.active {
        display: block;
    }

    #menu_profile_user_b {
        display: none;
        top: 100%;
        position: absolute;
        z-index: 101;
        background: #FFF;
        right: 0;
        margin-top: 10px;
        border-radius: 5px;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
    }

    #topMenu .user_menu_small li.menu-element-b {
        display: block;
        text-align: left;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 25px;
    }

    #topMenu .user_menu_small li.menu-element-b, #topMenu .user_menu_small li.menu-element-b i {
        line-height: 42px;
        margin-right: 7px;
    }

    #topMenu #logout_b_i {
        border-bottom: 0;
    }

    #topMenu .user_menu_small li.menu-element-b:before {
        line-height: 42px;
    }

    #user_menu_type #menu_profile_user_b li::before {
        font-size: 15px;
    }

    #user_menu_type li,
    #user_menu_type li a,
    #user_menu_type li span {
        font-size: 13px;
    }

    #user_profile_icon_b span {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        float: left;
        line-height: 23px;
    }

    #topMenu a {
        color: #797979;
    }

    #topMenu li i.mico {
        font-size: 15px;
    }

    #topMenu li a {
        color: #797979;
        position: relative;
        padding-left: 20px;
    }

    #topMenu ul > li a.eventView {
        padding-right: 5px;
    }

    #topMenu li a:hover {
        text-decoration: none;
        color: #4f4f4f;
    }

    #menu_profile_user_b li a {
        padding-left: 5px;
    }

    #topMenu #menu_profile_user_b li a {
        margin-left: 0;
    }

    #topMenu #menu_profile_user_b li:before {
        left: 0;
    }

    #topMenu li .fa-comment-alt::before {
        color: #797979;
        font-size: 24px;
    }

    #topMenu li .fa-bell:before {
        color: #797979;
        font-size: 26px;
    }

    #topMenu {
        margin-top: 28px;
        position: relative;
    }

    #city_menu {
        font-size: 13px;
        color: #797979;
    }

    #topMenu #city_menu span {
        padding-left: 0;
    }

    #topMenu #city_menu::after {
        font-size: 15px;
    }

    #user_profile_b span {
        margin-right: 5px;
    }
}


/* END */

@media (max-width: 1069px) {
    #ts_city_selector {
        display: none;
    }

    #search_mh_b #ts_city_b {
        border-top: 1px solid #00d053;
        border-bottom: 1px solid #00d053;
        height: 30px;
        width: 15%;
        width: calc(114px);
        background-color: white;
    }

    #ts_city_selector_m {
        display: block;
        line-height: 30px;
        border-right: none;
    }

    #ts_city_selector_m i.city_delete_icon {
        top: 15px;
    }

    #main-extra-menu {
        display: none;
    }

    #search_mh_b #ts_query_b input,
    #search_mh_b #ts_city_b #ts_city_selector span,
    #search_mh_b #ts_city_b #ts_city_selector_m span {
        font-size: 13px;
    }

    #search_mh_b #ts_query_b #search_icon {
        display: none;
    }

    #main-content-header #ts_query {
        padding-left: 0;
    }

    #search_mh_b #ts_query_b {
        padding-left: 10px;
    }
}

#search_mh_b {
    float: right;
}

#adv_b_ins_ads {
    margin-bottom: 0 !important;
}

.button_n {
    padding: 5px 10px;
}

.button_n:hover {
    text-decoration: none;
}

.cat_path .path_padder {
    color: #CCC;
    line-height: 19px;
}

#topMenu #user_menu_type #action-new {
    position: absolute;
    right: 0;
    top: -25px;
    background-color: red;
    color: white;
    padding: 2px 7px;
    border-radius: 10px;
}

#topMenu #user_menu_type #action-new a {
    color: white;
}

@media (max-width: 690px) {
    #topMenu #user_menu_type #action-new {
        right: 25px;
        top: -15px;
        z-index: 666;
    }
}
.ac_results li
{
	color: #797979;
}

.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul
{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 16px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
}

.ac_results li strong
{
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_results li.ac_over
{
	background-color: #F5F5F5;
	/*color: white;  */
	cursor: pointer;
}




#search_mh_b .ac_results
{
	-webkit-box-shadow: 2px 4px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 5px -2px rgba(0,0,0,0.75);

	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
	overflow: initial;
}


.ac_results li strong, .ac_results li, .ac_results .suggest_ts_cat
{
}

@media all and (max-width: 1069px)
{
	#search_mh_b .ac_results
	{
		top: 60px;
		width: 80%;
		left: 0px;
		width: calc(100% - 45px);
	}


	.ac_results li
	{
		padding: 16px 5px;
	}

	.ac_results li strong, .ac_results li, .ac_results .suggest_ts_cat
	{
		font-size: 18px;
	}

}

#search_mh_b .ac_results ul
{
	text-align: left;
}


#search_mh_b .ac_results .ts_category_hint
{
	padding: 5px 5px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
}

#search_mh_b .ac_results .ts_category_hint span.category_name
{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#search_mh_b .ts_category_hint i
{
	margin-left: 4px;
	font: normal normal normal 14px/1 'Font Awesome 5 Pro';
	color: #333;
}

#search_mh_b .ts_category_hint:hover
{
	cursor: pointer;
}

#search_mh_b .ts_category_hint i:hover
{
	color: #00d053;
}


#search_mh_b .ts_category_hint i:before
{
	content: "\f057";
}



#search_mh_b_bg
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
	left: 0px;
	top: 0px;
}



.suggest_ts_cat
{
	font-size: 16px;
	line-height: 18px;
	color: #00d053;
}

.suggest_ts_recommend
{
    font-size: 16px;
    line-height: 18px;
    color: #0d95e8;
}

.suggest_uservalue
{
    float: right;
    font-size: 16px;
    line-height: 18px;
    color: #CCC;
}
#layout_footer {
    padding: 10px 0;
    /* border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; */
    position: relative;
    margin-top: 10px;
    width: 1285px;
    margin-left: auto;
    margin-right: auto;
    background: #fafafa;
    border-radius: 3px;
}

#title_insi_vertises {
    background-color: #f2f2f2;
}

#title_insi_vertises iframe {
    width: 1300px;
    margin: 0 auto;
}

#contactus_details_b, #socialus_b, #contactus_email_b {
    float: left;
}

#contactus_details_b {
    margin-right: 20px;
}

#contactus_email_b {
    position: relative;
    font-size: 15px;
    border-left: 1px solid #e5e5e5;
    margin-left: 8px;
    padding: 2px 0 2px 43px;
    margin-top: 4px;
}

#contactus_email_b i {
    position: absolute;
    left: 12px;
}

#layout_footer #contactus_email_b #contactus_email a {
    color: #7a7b7b;
    font-size: 15px;
}

#contactus_email_b i.fa {
    font-size: 22px;
    color: #d2d2d2;
}

#socialus_b {
    top: 2px;
    position: relative;
    float: left;
}

#socialus_b a {
    float: left;
    display: block;
    width: 27px;
    height: 26px;
    background-image: url(../img/svg/icons_ptrn.svg);
    margin-left: 20px;
    opacity: 0.7;
}

#socialus_b a:hover {
    text-shadow: none;
    opacity: 0.8;
}

#facebook_f_b {
    background-position: -1px -159px;
}

#twitter_f_b {
    background-position: -1px -107px;
}

#googleplus_f_b {
    background-position: -1px -133px;
}


#bottom_l_b a {
    margin-right: 8px;
    color: #7a7b7b;
    border-right: 1px solid #e5e5e5;
    padding-right: 8px;
}

#bottom_l_b a:last-child {
    border-right: none;
}

#footer_bottom_b {
    font-size: 14px;
    color: #7a7b7b;
    position: relative;
    margin-bottom: 60px;
}

#footer_main_b_r_b a {
    float: left;
}

#footer_main_b_r_b {
    float: right;
    margin-right: 20px;
}

#bottom_copyright {
    float: right;
    margin-right: 5px;
}

#footer_main_b_r_b a {
    color: #7a7b7b;
    display: block;
    width: 153px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}

#footer_main_b_r_b a:hover {
    color: #0b8bd9;
    border: 1px solid #0b8bd9;
}

footer {
    color: #7a7b7b;
    margin: 0 auto;
    padding: 0;
}

#footer_bottom {
    color: #7a7b7b;
    margin: 0 auto;
    padding: 20px 0;
}

#footer.footerClean {
    background-color: #FFF;
    padding-bottom: 40px;
}

@media all and (min-width: 1070px) {
    #footer.footerClean {
        display: none;
    }

    #footer_bottom, footer {
        width: 1285px;
    }
}

@media all and (max-width: 1069px) {
    #contactus_email_b i {
        display: none;
    }

    #bottom_copyright, #layout_footer {
        display: none;
    }

    #bottom_l_b, #bottom_copyright {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    #bottom_copyright {
        font-size: 12px;
    }

    #bottom_l_b {
        /* border-bottom: 1px solid #e5e5e5; */
    }

    #footer_bottom {
        padding: 0;
    }

    #bottom_l_b a {
        float: none;
    }

    footer .inner_pad {
        width: 96%;
        margin: 0 auto;
    }

    #footer_contacts_b {
        display: block;
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
        padding-top: 5px;
    }

    #footer_contacts_b i {
        color: #00d053;
    }

    #footer_contacts_b #footer_help_text_b {
        display: inline-block;
        margin-left: 10px;
        font-size: 17px;
        color: #00d053;
    }

    #footer_contacts_b #footer_number_hint_b {
        display: inline-block;
        margin-left: 10px;
        font-size: 17px;
        color: #a5a5a5;
    }

    #footer_contacts_b #footer_worktime_hint_b {
        display: inline-block;
        margin-left: 5px;
        font-size: 17px;
    }
}

@media all and (max-width: 520px) {
    #bottom_l_b.fl {
        float: none;
        text-align: center;
    }

    #bottom_l_b.fl a.fl {
        float: none;
        display: inline-block;
    }

    #bottom_copyright {
        float: none;
        text-align: center;
    }
}

@media all and (min-width: 1070px) {
    #bottom_l_b {
        margin-left: 5px;
    }
}

@media all and (max-width: 470px) {
    .intro_options--gTc-i .button_button--lgX0P {
        padding: .2em;
    }

    .details_details--3oWod .details_save--1ja7w {
        min-width: 205px !important;
    }
}
.ui-helper-hidden { display: none; }.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }.ui-helper-clearfix { display: inline-block; }* html .ui-helper-clearfix { height:1%; }.ui-helper-clearfix { display:block; }.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-size: 1.1em; }.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Tahoma, Georgia, sans-serif; font-size: 1em; }

.ui-widget-content { background: #FFF; color: #222222;

}

.ui-widget-content a { color: #00d053; }
.ui-widget-header { color: #FFF }
.ui-widget-header a { color: #eaf5f7; }.ui-state-default, .ui-widget-content .ui-state-default {  }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-focus, .ui-widget-content .ui-state-focus
{ outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }.ui-state-active, .ui-widget-content .ui-state-active { }.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e; color: #915608; }.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #915608; }.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c; color: #ffffff; }.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-icon { width: 14px; height: 13px; }.ui-widget-content .ui-icon { }.ui-widget-header .ui-icon { }.ui-state-default .ui-icon { }.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { }.ui-state-active .ui-icon { }.ui-state-highlight .ui-icon { }.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { }.ui-icon-carat-1-n { background-position: 0 0; }.ui-icon-carat-1-ne { background-position: -16px 0; }.ui-icon-carat-1-e { background-position: -32px 0; }.ui-icon-carat-1-se { background-position: -48px 0; }.ui-icon-carat-1-s { background-position: -64px 0; }.ui-icon-carat-1-sw { background-position: -80px 0; }.ui-icon-carat-1-w { background-position: -96px 0; }.ui-icon-carat-1-nw { background-position: -112px 0; }.ui-icon-carat-2-n-s { background-position: -128px 0; }.ui-icon-carat-2-e-w { background-position: -144px 0; }.ui-icon-triangle-1-n { background-position: 0 -16px; }.ui-icon-triangle-1-ne { background-position: -16px -16px; }.ui-icon-triangle-1-e { background-position: -32px -16px; }.ui-icon-triangle-1-se { background-position: -48px -16px; }.ui-icon-triangle-1-s { background-position: -64px -16px; }.ui-icon-triangle-1-sw { background-position: -80px -16px; }.ui-icon-triangle-1-w { background-position: -96px -16px; }.ui-icon-triangle-1-nw { background-position: -112px -16px; }.ui-icon-triangle-2-n-s { background-position: -128px -16px; }.ui-icon-triangle-2-e-w { background-position: -144px -16px; }.ui-icon-arrow-1-n { background-position: 0 -32px; }.ui-icon-arrow-1-ne { background-position: -16px -32px; }.ui-icon-arrow-1-e { background-position: -32px -32px; }.ui-icon-arrow-1-se { background-position: -48px -32px; }.ui-icon-arrow-1-s { background-position: -64px -32px; }.ui-icon-arrow-1-sw { background-position: -80px -32px; }.ui-icon-arrow-1-w { background-position: -96px -32px; }.ui-icon-arrow-1-nw { background-position: -112px -32px; }.ui-icon-arrow-2-n-s { background-position: -128px -32px; }.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }.ui-icon-arrow-2-e-w { background-position: -160px -32px; }.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }.ui-icon-arrowstop-1-n { background-position: -192px -32px; }.ui-icon-arrowstop-1-e { background-position: -208px -32px; }.ui-icon-arrowstop-1-s { background-position: -224px -32px; }.ui-icon-arrowstop-1-w { background-position: -240px -32px; }.ui-icon-arrowthick-1-n { background-position: 0 -48px; }.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }.ui-icon-arrowthick-1-e { background-position: -32px -48px; }.ui-icon-arrowthick-1-se { background-position: -48px -48px; }.ui-icon-arrowthick-1-s { background-position: -64px -48px; }.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }.ui-icon-arrowthick-1-w { background-position: -96px -48px; }.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }.ui-icon-arrow-4 { background-position: 0 -80px; }.ui-icon-arrow-4-diag { background-position: -16px -80px; }.ui-icon-extlink { background-position: -32px -80px; }.ui-icon-newwin { background-position: -48px -80px; }.ui-icon-refresh { background-position: -64px -80px; }.ui-icon-shuffle { background-position: -80px -80px; }.ui-icon-transfer-e-w { background-position: -96px -80px; }.ui-icon-transferthick-e-w { background-position: -112px -80px; }.ui-icon-folder-collapsed { background-position: 0 -96px; }.ui-icon-folder-open { background-position: -16px -96px; }.ui-icon-document { background-position: -32px -96px; }.ui-icon-document-b { background-position: -48px -96px; }.ui-icon-note { background-position: -64px -96px; }.ui-icon-mail-closed { background-position: -80px -96px; }.ui-icon-mail-open { background-position: -96px -96px; }.ui-icon-suitcase { background-position: -112px -96px; }.ui-icon-comment { background-position: -128px -96px; }.ui-icon-person { background-position: -144px -96px; }.ui-icon-print { background-position: -160px -96px; }.ui-icon-trash { background-position: -176px -96px; }.ui-icon-locked { background-position: -192px -96px; }.ui-icon-unlocked { background-position: -208px -96px; }.ui-icon-bookmark { background-position: -224px -96px; }.ui-icon-tag { background-position: -240px -96px; }.ui-icon-home { background-position: 0 -112px; }.ui-icon-flag { background-position: -16px -112px; }.ui-icon-calendar { background-position: -32px -112px; }.ui-icon-cart { background-position: -48px -112px; }.ui-icon-pencil { background-position: -64px -112px; }.ui-icon-clock { background-position: -80px -112px; }.ui-icon-disk { background-position: -96px -112px; }.ui-icon-calculator { background-position: -112px -112px; }.ui-icon-zoomin { background-position: -128px -112px; }.ui-icon-zoomout { background-position: -144px -112px; }.ui-icon-search { background-position: -160px -112px; }.ui-icon-wrench { background-position: -176px -112px; }.ui-icon-gear { background-position: -192px -112px; }.ui-icon-heart { background-position: -208px -112px; }.ui-icon-star { background-position: -224px -112px; }.ui-icon-link { background-position: -240px -112px; }.ui-icon-cancel { background-position: 0 -128px; }.ui-icon-plus { background-position: -16px -128px; }.ui-icon-plusthick { background-position: -32px -128px; }.ui-icon-minus { background-position: -48px -128px; }.ui-icon-minusthick { background-position: -64px -128px; }.ui-icon-close { background-position: -80px -128px; }.ui-icon-closethick { background-position: 0px 0px; background-image: url(../img/jquery/ui-close_btn_custom.png); }
.ui-icon-key { background-position: -112px -128px; }.ui-icon-lightbulb { background-position: -128px -128px; }.ui-icon-scissors { background-position: -144px -128px; }.ui-icon-clipboard { background-position: -160px -128px; }.ui-icon-copy { background-position: -176px -128px; }.ui-icon-contact { background-position: -192px -128px; }.ui-icon-image { background-position: -208px -128px; }.ui-icon-video { background-position: -224px -128px; }.ui-icon-script { background-position: -240px -128px; }.ui-icon-alert { background-position: 0 -144px; }.ui-icon-info { background-position: -16px -144px; }.ui-icon-notice { background-position: -32px -144px; }.ui-icon-help { background-position: -48px -144px; }.ui-icon-check { background-position: -64px -144px; }.ui-icon-bullet { background-position: -80px -144px; }.ui-icon-radio-off { background-position: -96px -144px; }.ui-icon-radio-on { background-position: -112px -144px; }.ui-icon-pin-w { background-position: -128px -144px; }.ui-icon-pin-s { background-position: -144px -144px; }.ui-icon-play { background-position: 0 -160px; }.ui-icon-pause { background-position: -16px -160px; }.ui-icon-seek-next { background-position: -32px -160px; }.ui-icon-seek-prev { background-position: -48px -160px; }.ui-icon-seek-end { background-position: -64px -160px; }.ui-icon-seek-first { background-position: -80px -160px; }.ui-icon-stop { background-position: -96px -160px; }.ui-icon-eject { background-position: -112px -160px; }.ui-icon-volume-off { background-position: -128px -160px; }.ui-icon-volume-on { background-position: -144px -160px; }.ui-icon-power { background-position: 0 -176px; }.ui-icon-signal-diag { background-position: -16px -176px; }.ui-icon-signal { background-position: -32px -176px; }.ui-icon-battery-0 { background-position: -48px -176px; }.ui-icon-battery-1 { background-position: -64px -176px; }.ui-icon-battery-2 { background-position: -80px -176px; }.ui-icon-battery-3 { background-position: -96px -176px; }.ui-icon-circle-plus { background-position: 0 -192px; }.ui-icon-circle-minus { background-position: -16px -192px; }.ui-icon-circle-close { background-position: -32px -192px; }.ui-icon-circle-triangle-e { background-position: -48px -192px; }.ui-icon-circle-triangle-s { background-position: -64px -192px; }.ui-icon-circle-triangle-w { background-position: -80px -192px; }.ui-icon-circle-triangle-n { background-position: -96px -192px; }.ui-icon-circle-arrow-e { background-position: -112px -192px; }.ui-icon-circle-arrow-s { background-position: -128px -192px; }.ui-icon-circle-arrow-w { background-position: -144px -192px; }.ui-icon-circle-arrow-n { background-position: -160px -192px; }.ui-icon-circle-zoomin { background-position: -176px -192px; }.ui-icon-circle-zoomout { background-position: -192px -192px; }.ui-icon-circle-check { background-position: -208px -192px; }.ui-icon-circlesmall-plus { background-position: 0 -208px; }.ui-icon-circlesmall-minus { background-position: -16px -208px; }.ui-icon-circlesmall-close { background-position: -32px -208px; }.ui-icon-squaresmall-plus { background-position: -48px -208px; }.ui-icon-squaresmall-minus { background-position: -64px -208px; }.ui-icon-squaresmall-close { background-position: -80px -208px; }.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }.ui-icon-grip-solid-vertical { background-position: -32px -224px; }.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }.ui-icon-grip-diagonal-se { background-position: -80px -224px; }.ui-corner-tl {  -webkit-border-top-left-radius: 5px; }.ui-corner-tr {  -webkit-border-top-right-radius: 5px; }.ui-corner-bl {  -webkit-border-bottom-left-radius: 5px; }.ui-corner-br {  -webkit-border-bottom-right-radius: 5px; }.ui-corner-top {  -webkit-border-top-left-radius: 5px;  -webkit-border-top-right-radius: 5px; }.ui-corner-bottom {  -webkit-border-bottom-left-radius: 5px;  -webkit-border-bottom-right-radius: 5px; }.ui-corner-right { -webkit-border-top-right-radius: 5px;  -webkit-border-bottom-right-radius: 5px; }.ui-corner-left {  -webkit-border-top-left-radius: 5px;  -webkit-border-bottom-left-radius: 5px; }.ui-corner-all {  -webkit-border-radius: 0px; }
.ui-widget-overlay { background: rgba(51,51,51,0.60); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #000000; opacity: .70;filter:Alpha(Opacity=70);  -webkit-border-radius: 5px; }.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }.ui-accordion .ui-accordion-li-fix { display: inline; }.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }.ui-accordion .ui-accordion-content-active { display: block; }.ui-datepicker { width: 17em; padding: .2em .2em 0; }.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }.ui-datepicker .ui-datepicker-prev { left:2px; }.ui-datepicker .ui-datepicker-next { right:2px; }.ui-datepicker .ui-datepicker-prev-hover { left:1px; }.ui-datepicker .ui-datepicker-next-hover { right:1px; }.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;}.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }.ui-datepicker select.ui-datepicker-month-year {width: 100%;}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}.ui-datepicker td { border: 0; padding: 1px; }.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }.ui-datepicker.ui-datepicker-multi { width:auto; }.ui-datepicker-multi .ui-datepicker-group { float:left; }.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }.ui-datepicker-row-break { clear:both; width:100%; }.ui-datepicker-rtl { direction: rtl; }.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }.ui-datepicker-rtl .ui-datepicker-group { float:right; }.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }.ui-datepicker-cover {display: none; display: block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }

.ui-dialog { position: absolute; width: 300px;
	border-radius: 5px;
}

.ui-dialog .ui-dialog-titlebar { padding: 0px; position: relative;  }.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; display: none; }
.ui-dialog .ui-dialog-titlebar-close
{ 
	position: absolute;
	right: 5px;
	top: 5px;
	width: 14px;
	margin: 0 0 0 0;
	padding: 0;
	height: 13px;
	cursor: pointer;	
}
	.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }.ui-dialog .ui-dialog-content { border: 0; padding: .0em 1em .5em; background: none; overflow: auto; zoom: 1; }.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
	.ui-draggable .ui-dialog-titlebar { cursor: move; }
	.ui-progressbar { height:2em; text-align: left; }.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-resizable { position: relative;}.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-slider { position: relative; text-align: left; }.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }.ui-slider-horizontal { height: .8em; }.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }.ui-slider-horizontal .ui-slider-range-min { left: 0; }.ui-slider-horizontal .ui-slider-range-max { right: 0; }.ui-slider-vertical { width: .8em; height: 100px; }.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }.ui-slider-vertical .ui-slider-range-min { bottom: 0; }.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-tabs { padding: .2em; zoom: 1; }.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }.ui-tabs .ui-tabs-hide { display: none !important; }



	.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
	    width: auto;
	    height: auto;
	    font-size: 20px;
	    color: #6b6b6b;
	    top: 10px;
	}
	.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{
	    text-decoration: none;
	}


	.dialog_h {
	    color: #6b6b6b;
	    font-size: 20px;
	    font-weight: 400;
	}

	.dialog_sub_h {
	    font-size: 18px;
	    color: #6b6b6b;
	    margin: 7px 0px;
	}

	@media all and (max-width: 690px)
	{
		.ui-dialog
		{
		}

		.ui-dialog .ui-dialog-content
		{
			width: 98%;
			padding: 1%;
		}

		.ui-dialog .ui-dialog-content .block-clean
		{
			width: 98%;
			padding: 1%;
		}

		.dialog_h
		{
	    background: #f0f0f0;
	    line-height: 42px;
	    padding-left: 10px;
			margin-top: 0px;
		}

		.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close
		{
			top: 14px;
			right: 10px;
		}
	}


	.dialog_b
	{
		margin: 0 auto;
		padding: 0px;
	}


	.dialog_b h2
	{
		font-size: 20px;
		font-weight: normal;
		padding: 10px 0px 20px;
		border-bottom: 2px solid #ececec;
		/* text-transform: uppercase; */
		font-weight: 600;
		text-align: center;
	}

	.ui-dialog .ui-dialog-buttonpane{
		background-color: #e9e9e9;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 1em;
	}

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
		width: 305px;
		margin:0 auto;
	}

	.ui-dialog .ui-dialog-buttonpane button{
		padding:10px 60px;
		margin: .5em .4em;
		border-radius: 3px;
	}

	.ui-dialog .button_n-silver{
		background-color: #adadad;
		color: white;
		font-size: 13px;
	}
	.ui-dialog .button_n-silver:hover{
		background-color: #a5a5a5;	
	}
	.ui-dialog .ui-dialog-buttonpane button.button_n{
		margin: .5em 1em .5em 0;
	}

	.ui-dialog .block-clean{
		font-size: 14px;
    	text-align: center;
	}

	.ui-dialog .block-clean .input_custom{
		text-align: left;
	}

	.block-clean .disabled
	{
		background-color: #ebebeb !important;
	}

	.ui-dialog.fixedDialog
	{
		position: fixed !important;
		top: 15% !important;
	}

	.advertise_popup .block-clean
	{
		width: 80%;
		margin: 0 auto;
	}

	.advertise_popup .block-clean .input_text
	{
		width: calc(100% - 4px);
		padding: 2px;
	}


@media all and (max-width: 1050px)
{
    .ui-dialog.fixedDialog {
        max-height: 100%;
        overflow-y: scroll;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0px;
        height: 100% !important;
		border-radius: 0px;
	}
	
	.ui-dialog.absoluteDialog {
        max-height: 100%;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0px;
		min-height: 100%;
		border-radius: 0px;
	}
}
.aditional_popup_bottom_b {
    margin-top: 20px;
}

.aditional_popup_bottom_b a {
    font-size: 14px;
    color: #00d053;
}

.input_hint_b {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 25px;
}

.dialog_input_b .input_text {
    width: 97%;
    font-size: 16px;
    width: calc(97% - 2px);
    padding: 0;
    padding-left: 3%;
    margin: 0;
    line-height: 28px;
    margin-bottom: 10px;
}

.popupSubmit_b {
    width: 100%;
}
.bgred, .bggreen {
    text-decoration: none;
    -webkit-box-shadow: 0 2px 3px #ADADAD;
    box-shadow: 0 2px 3px #ADADAD;
}

.bgred:hover, .bggreen:hover {
    text-decoration: none;
}

.bgred:active, .bggreen:active {
    box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
    -webkit-box-shadow: inset 0 2px 3px rgba(34, 25, 25, 0.34);
}

.bggreen {
    background: #51af70; /* Old browsers */
    background: -moz-linear-gradient(top, #51af70 0%, #248444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51af70), color-stop(100%, #248444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #51af70 0%, #248444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #51af70 0%, #248444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #51af70 0%, #248444 100%); /* IE10+ */
    background: linear-gradient(to bottom, #51af70 0%, #248444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51af70', endColorstr='#248444', GradientType=0); /* IE6-9 */
}

.bggreen:hover {
    background: #479961; /* Old browsers */
    background: -moz-linear-gradient(top, #479961 0%, #227a3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479961), color-stop(100%, #227a3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #479961 0%, #227a3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #479961 0%, #227a3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #479961 0%, #227a3e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #479961 0%, #227a3e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#479961', endColorstr='#227a3e', GradientType=0); /* IE6-9 */
}

.bgred {
    background: rgb(183, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(183, 0, 0, 1) 0%, rgba(142, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(183, 0, 0, 1)), color-stop(100%, rgba(142, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(183, 0, 0, 1) 0%, rgba(142, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(183, 0, 0, 1) 0%, rgba(142, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(183, 0, 0, 1) 0%, rgba(142, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(183, 0, 0, 1) 0%, rgba(142, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b70000', endColorstr='#8e0000', GradientType=0); /* IE6-9 */
}

.bgred:hover {
    background: rgb(160, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(160, 0, 0, 1) 0%, rgba(112, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(160, 0, 0, 1)), color-stop(100%, rgba(112, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(160, 0, 0, 1) 0%, rgba(112, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(160, 0, 0, 1) 0%, rgba(112, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(160, 0, 0, 1) 0%, rgba(112, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(160, 0, 0, 1) 0%, rgba(112, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00000', endColorstr='#700000', GradientType=0); /* IE6-9 */
}
.results-bottom {
    border-top: 0;
    background: #e8ffed;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.results-bottom ul {
    list-style-type: none;
    display: block;
    overflow: hidden;
}

.paging_b {
    display: block;
    margin: 0 auto 20px;
}

.paging_b .paging_b {
    background: #FFF;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 0 3px;
    color: #999;
    border: 1px solid #999;
    cursor: pointer;
}

.paging_b .commas_page {
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    background: none;
}

.paging_b .paging_b a, .paging_b .paging_b span {
    font-size: 18px;
    color: #999;
    text-decoration: none;
    display: block;
}

.paging_b .paging_b a, .paging_b .paging_b.selected_page {
    padding-left: 19px;
    padding-right: 19px;
}

.paging_b .paging_b:hover, .paging_b .paging_b.selected_page {
    background: #1da1f2;
    color: #FFF;
    border: 1px solid #1da1f2
}

.paging_b .paging_b.disabled:hover {
    background: #FFF !important;
    color: #999 !important;
    border: 1px solid #ebebeb !important;
}

.paging_b .paging_b.disbled.next_page:hover, .paging_b .paging_b.disbled.prev_page:hover {
    background: none;
}

.paging_b .paging_b.next_page.disbled:hover {
    border: 1px solid #00d053;
}

.paging_b .paging_b.prev_page.disbled:hover {
    border: 1px solid #00d053;
}

.paging_b .paging_b.prev_page:hover {
    background: #1da1f2;
    color: #FFF;
    border: 1px solid #1da1f2;
}

.paging_b .commas_page:hover {
    background: none;
    color: #ccc;
    border: 0;
}

.paging_b .paging_b.selected_page, .paging_b .paging_b.commas_page, .paging_b .paging_b.disabled:hover {
    cursor: auto;
}

.paging_b .paging_b:hover a, .paging_b .paging_b.selected_page span {
    color: #FFF;
}

.paging_b .paging_b.prev_page, .paging_b .paging_b.next_page {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
}

.paging_b .prev_page span,
.paging_b .next_page span {
    width: 6px;
    height: 12px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAkCAYAAAC9itu8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEFSURBVHjapJLbjcQgDEVvnKkibbiA0TZDGYmcMtJGGpgC4pJW7MckTADzGK0lJCTOQWDfwXuPtLZtmwHAObemZ1SABYBcYlG4wVdlElVgU6IGnEnjNE0t+KofVfUEYER/jeO+7y9VJQDPBrw65xY6+70AWFtw1KWKFOBsDoYUwQAwFKIhtwuielgPZubf0meyLKlqyNK5Lws3OEw4lagCmxI14EwajuPozRIALF9niZi5FYswRGZ+Z6lDWk/m06WKFOBsDoYUwcUsqarcLvhfluC9T9fsPzWn5zXYlFpwJvXAkdQLB+nrLF1Pko7bJf20tGCrrVKDLSGVJD23orEU9gCAvwEAGPnzH+TaAG4AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    margin: 0 auto;
}

.paging_b .paging_b.prev_page a, .paging_b .paging_b.next_page a {
    padding-top: 11px;
    padding-bottom: 11px;
}

.paging_b .paging_b.prev_page span, .paging_b .paging_b.next_page span {
    margin-top: 19px;
}

.paging_b .paging_b.prev_page a span, .paging_b .paging_b.next_page a span {
    margin-top: 8px;
}


.paging_b .paging_b.prev_page span {
    background-position: 0 0;
}


.paging_b .paging_b.prev_page a:hover span {
    background-position: 0 -24px;
}

.paging_b .paging_b.prev_page.disabled span {
    background-position: 0 -12px;
}


.paging_b .paging_b.next_page span {
    background-position: -6px 0;
}

.paging_b .paging_b.next_page a:hover span {
    background-position: -6px -24px;
}

.paging_b .paging_b.next_page.disabled span {
    background-position: -6px -12px;
}

.paging_b .paging_b.prev_page {
    border: 1px solid #999;
}

@media all and (max-width: 1069px) {
    .prev_page_b, .pages_list_b, .next_page_b {
        float: left;
        width: 33.3%;
        min-height: 36px;
    }

    .paging_b .pagingNumbers_b {
        width: auto;
        color: #999;
        text-align: center;
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }

    .paging_b .paging_b.prev_page {
        width: auto;
        float: none;
        margin: 0;
    }

    .paging_b .paging_b.next_page {
        width: auto;
        float: none;
        margin: 0;
    }
}

@media all and (max-width: 480px) {
    .paging_b .paging_b {
        margin: 0 1px;
    }

    .paging_b .commas_page {
        margin-left: 7px;
        margin-right: 7px;
    }

    .paging_b .paging_b a, .paging_b .paging_b.selected_page {
        padding-left: 7px;
        padding-right: 7px;
    }
}
.compactBanners {
    position: relative;
}

.compactBanners .compactBanners_f_column {
    float: left;
    width: 268px;
}

.compactBanners .compactBanners_f_column .inner_p {
    border: 1px solid #ebebeb;
}

#advertisementBanner .compactPrice_div {
    float: left;
}

.compactBanners .compactBanners_f_column .inner_p {
    padding: 8px;
}

.compactBanners .compactBanners_f_column .inner_p .header_m_b {
    height: 70px;
    border-bottom: 1px solid #dcdcdc;
}

#advertisementBanner .price_Add, #compactBannersBusiness .price_Add {
    line-height: 30px;
    font-size: 14px;
    color: #6b6b6b;
}

#compactBannersBusiness .price_Add {
    width: 143px;
    margin-left: 6px;
}

#advertisementBanner .compactPrice_div .price_hdr_price, #compactBannersBusiness .compactPrice_div .price_hdr_price {
    position: absolute;
    left: 50%;
    bottom: -37px;
    border-radius: 45px;
    display: block;
    height: 88px;
    width: 88px;
    border: 1px solid #ededed;
    margin-left: -44px;
    background: #FFF;
}

#compactBanners2 .compactPrice_div .price_hdr_price {
    bottom: -55px;
}

#advertisementBanner .compactPrice_div, #compactBannersBusiness .compactPrice_div {
    width: 155px;
    background: #FFF;
    border-bottom: 1px solid #ebebeb;
}

#compactBannersBusiness .compactPrice_div {
    border: 1px solid #ebebeb;
    width: 100%;
}

#advertisementBanner .compactPriceHdr_b, #compactBannersBusiness .compactPriceHdr_b {
    background: #f0f0f0;
    height: 80px;
    position: relative;
}

#advertisementBanner .compactValues_b, #compactBannersBusiness .compactValues_b {
    padding-top: 45px;
    border-right: 1px solid #ebebeb;
}

#compactBanners2 .compactValues_b {
    padding-top: 54px;
}

#advertisementBanner .price_hdr, #compactBannersBusiness .price_hdr {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #6b6b6b;
}

#advertisementBanner .plusminus_b .plus_p_b, #compactBannersBusiness .plusminus_b .plus_p_b {
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(../img/new/plus_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -11px;
    margin: 0 auto;
}

#compactBannersBusiness .plusminus_b {
    width: 100px;
}

#compactBannersBusiness .plusminus_b_f {
    padding-bottom: 6px;
}

#advertisementBanner .plusminus_b_f {
    text-align: center;
    padding-bottom: 3px;
}

#advertisementBanner .compactPrice_div:hover, #advertisementBanner .compactPrice_div.checked,
#compactBannersBusiness .compactPrice_div:hover, #compactBannersBusiness .compactPrice_div.checked {
    cursor: pointer;
    background: #f0f0f0;
    border-bottom: 3px solid #d7d7d7;
}

#advertisementBanner .compactPrice_div:hover .compactPriceHdr_b, #advertisementBanner .compactPrice_div.checked .compactPriceHdr_b,
#compactBannersBusiness .compactPrice_div:hover .compactPriceHdr_b, #compactBannersBusiness .compactPrice_div.checked .compactPriceHdr_b {
    background: #00d053;
}

#advertisementBanner .compactPrice_div:hover .price_hdr, #advertisementBanner .compactPrice_div.checked .price_hdr,
#compactBannersBusiness .compactPrice_div:hover .price_hdr, #compactBannersBusiness .compactPrice_div.checked .price_hdr {
    color: #FFF;
}


#advertisementBanner .compactPrice_div:hover .plusminus_b .plus_p_b, #advertisementBanner .compactPrice_div.checked .plusminus_b .plus_p_b,
#compactBannersBusiness .compactPrice_div:hover .plusminus_b .plus_p_b, #compactBannersBusiness .compactPrice_div.checked .plusminus_b .plus_p_b {
    background-position: 0 0;
}


#advertisementBanner .compactPrice_div:hover .plusminus_b_f, #advertisementBanner .compactPrice_div.checked .plusminus_b_f {
    padding-bottom: 1px;
}

#compactBannersBusiness .compactPrice_div:hover .plusminus_b_f, #compactBannersBusiness .compactPrice_div.checked .plusminus_b_f {
    padding-bottom: 4px;
}

#advertisementBanner .price_hdr_price .inner_b,
#compactBannersBusiness .price_hdr_price .inner_b {
    text-align: center;
}

#advertisementBanner .price_hdr_price .price_old_p,
#compactBannersBusiness .price_hdr_price .price_old_p {
    display: block;
    height: 16px;
    color: #cecece;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
}

#advertisementBanner .price_length_v,
#compactBannersBusiness .price_length_v {
    text-align: center;
    font-size: 16px;
    color: #6b6b6b;
}

#advertisementBanner .price_hdr_price .price_lt .price_lt_v,
#compactBannersBusiness .price_hdr_price .price_lt .price_lt_v {
    font-weight: bold;
    font-size: 28px;
    color: #00d053;
    line-height: 36px;
}

#advertisementBanner .price_hdr_price .price_lt .price_lt_k,
#compactBannersBusiness .price_hdr_price .price_lt .price_lt_k {
    font-weight: bold;
    font-size: 18px;
    color: #00d053;
}

#advertisementBanner .price_hdr_price .price_euro,
#compactBannersBusiness .price_hdr_price .price_euro {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 16px;
}

#advertisementBanner .plusminus_b,
#compactBannersBusiness .plusminus_b {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#advertisementBanner .compactBanners_f_column .header_m_b,
#compactBannersBusiness .compactBanners_f_column .header_m_b {
    background-image: url(../img/new/reklama_advertise_bg.png);
    background-repeat: no-repeat;
}

#compactBanners .compactBanners_f_column .header_m_b {
    background-position: 17px -140px;
}

#compactBanners2 .compactBanners_f_column .header_m_b {
    background-position: 17px 0;
}

#compactBanners3 .compactBanners_f_column .header_m_b {
    background-position: 17px -70px;
}

.plusminus_b_advertisesite {
    display: block;
    height: 56px;
    text-align: center;
    line-height: 42px;

    background-image: url(../img/new/advertisesites.png);
    background-repeat: no-repeat;
}

.plusminus_b_facebook {
    display: block;
    height: 56px;
    text-align: center;
    line-height: 42px;

    background-image: url(../img/new/facebook_l.png);
    background-repeat: no-repeat;
}

.plusminus_b_facebook.facebook_alio {
    background-position: 155px 0;
}

.plusminus_b_advertisesite.site_advertise_102 {
    background-position: 50% -177px;
}

.plusminus_b_advertisesite.site_advertise_103 {
    background-position: 50% -9px;
}

.plusminus_b_advertisesite.site_advertise_104 {
    background-position: 50% -628px;
}

.plusminus_b_advertisesite.site_advertise_105 {
    background-position: 50% -9px;
}

.plusminus_b_advertisesite.site_advertise_106 {
    background-position: 50% -290px
}

.plusminus_b_advertisesite.site_advertise_107 {
    background-position: 50% -693px
}

.plusminus_b_advertisesite.site_advertise_108 {
    background-position: 50% -405px
}

.plusminus_b_advertisesite.site_advertise_109 {
    background-position: 50% -235px
}

.plusminus_b_advertisesite.site_advertise_110 {
    background-position: 50% -121px;
}

.plusminus_b_advertisesite.site_advertise_111 {
    background-position: 50% -348px
}

.plusminus_b_advertisesite.site_advertise_112 {
    background-position: 50% -568px;
}

.plusminus_b_advertisesite.site_advertise_113 {
    background-position: 50% -462px;
}

.plusminus_b_advertisesite.site_advertise_114 {
    background-position: 50% -65px;;
}

.plusminus_b_advertisesite.site_advertise_115 {
    background-position: 50% -9px;
}

.plusminus_b_advertisesite.site_advertise_116 {
    background-position: 50% -9px;
}

.plusminus_b_advertisesite.site_advertise_117 {
    background-position: 50% -9px;
}

#price_ht_hdr {
    margin-bottom: 5px;
}

#price_ht_hdr #total_ht_hdr {
    float: left;
    display: block;
    height: 19px;
    width: 100px;
    margin-right: 10px;
}

#price_ht_hdr.loyality_total_ht #total_ht_hdr {
    width: 165px;
}

#price_ht_hdr #total_bank_hdr {
    width: 160px;
    float: left;
    font-size: 14px;
    color: #6b6b6b;
    margin-left: 13px;
}

#price_ht_hdr #total_sms_hdr {
    width: 160px;
    float: left;
    font-size: 14px;
    color: #6b6b6b;
    margin-left: 13px;
}

.total_ht {
    width: 100px;
    float: left;
    height: 27px;
    text-align: right;
    margin-right: 10px;
}

.total_ht strong {
    font-size: 22px;
    color: #333333
}

.total_ht.loyality_total_ht {
    width: 165px;
}

.total_ht.loyality_total_ht strong {
    color: gray
}

.total_bank {
    float: left;
    width: 160px;
    height: 27px;
    margin-left: 13px;
    color: #333333;
}

.total_bank.loyality_b, .total_sms.loyality_b {
    height: 27px;
    margin-top: 0;
}

.total_ht.loyality_b {
    float: left;
    width: 165px;
    text-align: right;
    margin-right: 10px;
}

.total_bank span {
    color: #333333;
}

.total_bank.loyality_total_ht span {
    color: gray
}

.total_sms {
    float: left;
    width: 160px;
    height: 27px;
    margin-left: 13px;
}

.total_sms span {
    color: #333333;
}

.total_sms.loyality_total_ht span {
    color: gray
}

.total_ht.loyality_b {
    float: left;
    width: 165px;
    height: 27px;
    text-align: right;
    margin-right: 10px;
    margin-top: 0;
}

.total_h.loyality_b strong {
    font-size: 22px;
    color: #333333;
}

@media all and (max-width: 1069px) {
    .compactBanners .compactBanners_f_column, .compactBanners .compactPrice_div {
        width: 50% !important;
    }

    .total_bank, #price_ht_hdr #total_bank_hdr {
        width: 50%;
        margin-left: 0;
    }

    .total_sms, #price_ht_hdr #total_sms_hdr {
        width: 50%;
        margin-left: 0;
    }

    #price_ht_hdr #total_ht_hdr {
        display: none;
    }

    .total_ht, .total_ht.loyality_b, .total_ht.loyality_total_ht {
        width: 100%;
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    .compactBanners .compactBanners_f_column, .compactBanners .compactPrice_div {
        width: 100% !important;
        float: none;
    }
}

#item-block-service {
    border: 1px solid #00d053;
}

#item-block-service.exp-this-item {
    border: none;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #fafafa;
}

.item-block-service-sticky .exp-this-item::after {
    content: '';
    box-shadow: 0 0 10px 2px #333333;
    width: 99%;
    bottom: 0px;
    left: 8px;
    position: absolute;
    background: #FFF;
    z-index: -1;
}

.item-block-service {
    display: block;
    height: 100%;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    z-index: 999
}

.item-block-service-image, .item-block-service-info, .item-block-service-description, .item-block-service-position, .item-block-service-orders, .item-block-service-next, .item-block-service-expire, .item-block-service-next-mobile {
    float: left;
    margin-top: 10px;
}

.item-block-service-image img {
    padding-left: 1px;
}

#item-block-service-all {
    display: none;
    background: #FFF;
    border: 1px solid #00d053;
    border-top: 0;
    padding: 10px;
    padding-top: 0;
}

.item-block-service-description {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 27px !important;
    text-align: left;
    font-size: 14px;
    max-width: 100%;
    color: #6c6c6c;
    line-height: 26px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    width: 100%;
}

.item-block-service-info {
    width: 27%;
    margin: 0 8px;
}

.item-block-service-info .item-block-service-price {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.item-block-service-position {
    width: 9%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-top: 10px;
}

.item-block-service-position .item-block-service-pos-name, .item-block-service-orders .item-block-service-orders-name {
    color: #6c6c6c;
    font-size: 14px;
    text-align: center;
}

.item-block-service-position .item-block-service-pos-val {
    color: #42aff1;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}

.item-block-service-position .item-block-service-pos-val span {
    background-color: #00d053;
    padding: 0 10px;
    color: #fff;
}

.item-block-service-position .item-block-service-pos-val.red span {
    background-color: #d60417;
}

.item-block-service-orders {
    margin: 10px 10px 0 10px;
}

.item-block-service-orders .item-block-service-orders-val {
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}

.item-block-service-orders {
    width: 20%;
}

.item-block-service-orders li {
    display: block;
    padding: 2px 5px 2px 5px;
}

.item-block-service-orders li span {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 5px;
}

li.order-item-grey {
    background-color: #f3f3f3
}

.item-block-service-next {
    width: 32%;
    padding-top: 8px;
}

.item-block-service-next .item-block-service-price {
    border: 1px solid #00d053;
    padding: 10px 10px;
    float: right;
    font-weight: 600;
    font-size: 22px;

    width: 59%;
    width: calc(100% - 164px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-block-service-next .item-block-service-price span {
    color: #00d053;
}

.item-block-service-next .item-block-service-go-next, .item-block-service-next .item-block-service-go-next_ {
    float: right;
    color: #FFF;
    background-color: #00d053;
    cursor: pointer;
    font-size: 22px;
    padding: 10px 30px;
    border: 1px solid #00d053;
}

.item-block-service-next .item-block-service-go-next {
    width: 20%;
    width: calc(80px);
}

.item-block-service-go-next i {
    padding-left: 5px;
}

.item-block-service-go-next a, .item-block-service-go-next_ a {
    color: #fff;
}

.item-block-service-go-next a:hover, .item-block-service-go-next_ a:hover {
    text-decoration: none;
}

.item-block-service-next .item-block-service-go-next:hover, .item-block-service-next .item-block-service-go-next_:hover {
    background-color: #3a9b4f;
    border: 1px solid #3a9b4f;
}

.item-block-service-go-next {
    font-weight: 600;
}

.item-block-service-go-next i {
    font-weight: bold;
}

.item-block-service-go-next_ i {
    padding-right: 3px;
    font-weight: bold;
    font-size: 22px;
}

.item-block-service-sticky {
    position: fixed;
    top: 0;
    max-height: 85px;
    width: 1300px;
    z-index: 666;
}

#user-info-block-pagination {
    display: block;
}

#user-info-block-pagination ul {
    padding: 0 auto;
    margin: 0 auto;
    width: 280px;
}

#user-info-block-pagination li {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
}

#user-info-block-pagination li {
    color: #bdbdbd;
}

#user-info-block-pagination li.selected, #user-info-block-pagination li:hover {
    color: #1da1f2;
    text-decoration: underline;
    cursor: pointer;
}

#user-info-block-pagination .page {
    font-size: 18px;
    font-weight: 400;
}

#info-block-title {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

#info-block-title i {
    font-size: 26px;
    color: #333
}

.show-more-block, .show-less-block {
    color: #1da1f2;
    cursor: pointer;
    font-size: 16px;
    padding-top: 5px;
}

.show-less-block {
    position: absolute;
}

.fa-chevron-down, .fa-chevron-up, .fa-chevron-right, .fa-chevron-left {
    font: normal normal normal 28px/1 "Font Awesome 5 Pro";
    font-size: 16px;
}

.fa-chevron-down, .fa-chevron-up {
    color: #1da1f2;
}

.more-info-small, .less-info-small {
    color: #1da1f2;
    cursor: pointer;
}

[class*='more-info-small-data-'] {
    display: none;
}

.this-item {
    border: 1px solid #00d053;
}

#item-block-service {
    height: 85px;
    overflow: hidden
}

#item-block-service-orders li {
    margin: 0;
}

#item-block-service-orders li:nth-child(even) {
    background-color: #f3f3f3;
}

#item-block-service-orders {
    position: relative;
    height: 80px;
}

#item-block-service-orders:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 90%);
    width: 100%;
    height: 37px;

}

#item-block-service-orders ul {
    width: 90%;
    float: left;
}

.item-block-service-orders-arrows {
    width: 10%;
    position: relative;
    float: right;
    height: 62px;
    display: none;
}

.item-block-service-orders-arrows .slide-up-arrow {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 3px;
}

.item-block-service-orders-arrows .slide-down-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding: 0 3px;
}

.item-block-service-image .imgbl.emptyphoto {
    width: 64px;
    height: 73px;
    margin: 0 21px;
}

.item-block-service-image .emptyphoto.nphoto_cat_593 {
    background-position: 0px -24px;
}

.item-block-service-image .emptyphoto.nphoto_cat_1353 {
    background-position: 0px -101px;
}

.item-block-service-image .emptyphoto.nphoto_cat_1743 {
    background-position: 0px -186px;
}

.item-block-service-image .emptyphoto.nphoto_cat_2533 {
    background-position: 0px -281px;
}

.item-block-service-image .emptyphoto.nphoto_cat_2113 {
    background-position: 0px -368px;
}

.item-block-service-image .emptyphoto.nphoto_cat_2343 {
    background-position: 0px -468px;
}

.item-block-service-image .emptyphoto.nphoto_cat_3313 {
    background-position: 0px -564px;
}

.item-block-service-image .emptyphoto.nphoto_cat_2443 {
    background-position: 0px -659px;
}

.item-block-service-image .emptyphoto.nphoto_cat_3633 {
    background-position: 0px -749px;
}

.item-block-service-image .emptyphoto.nphoto_cat_3003 {
    background-position: 0px -854px;
}

.item-block-service-image .emptyphoto.nphoto_cat_3423 {
    background-position: 0px -939px;
}

.item-block-service-image .emptyphoto.nphoto_cat_5033 {
    background-position: 0px -1039px;
}

.item-block-service-image .emptyphoto.nphoto_cat_5172 {
    background-position: 0px -1169px;
}

.item-block-service-image .emptyphoto {
    background-image: url(../img/new/big_collage.png);
    background-repeat: no-repeat;
}

.desktophide {
    display: none;
}

.noimage-alert_ {
    margin-top: 25px;
}

@media all and (max-width: 1069px) {
    .desktophide {
        display: block;
    }

    .item-block-service-expire {
        width: 25%;
        float: right;
        border-left: 1px solid #ebebeb;
    }

    .item-block-service-expire .item-block-service-expire-name {
        color: #6c6c6c;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .item-block-service-expire .item-block-service-expire-val {
        color: #00d053;
        font-size: 24px;
        text-align: center;
        font-weight: 600;
    }

    .item-block-service-position {
        width: 25%;
        float: right
    }

    .item-block-service-info .item-block-service-price {
        color: #6c6c6c
    }

    .item-block-service-next-mobile {
        float: right;
        width: 25%;
        border: 1px solid #00d053;
        padding: 0 10px;
    }

    .item-block-service-next-mobile .item-block-service-next-mobile-name {
        color: #00d053;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 60px;
    }

    .item-block-service-next-mobile .item-block-service-next-mobile-val {
        color: #00d053;
        font-size: 27px;
        text-align: center;
        font-weight: 600;
    }

    #mobile-pagination .pagination-first-last {
        border: 1px solid #bdbdbd;
        background-color: #f1f1f1;
        padding: 5px 20px;
    }

    #mobile-pagination li {
        color: #666;
    }

    #user-info-block-pagination ul {
        width: 220px;
    }

    #user-info-block-pagination {
        padding-top: 15px;
    }

    .item-block-service-description {
        font-size: 12px;
    }

    .item-block-service-info .item-block-service-price {
        font-size: 18px;
    }
}

@media all and (max-width: 600px) {
    .item-block-service-expire, .item-block-service-position {
        width: 20%;
    }

    .item-block-service-pos-name, .item-block-service-expire-name {
        font-size: 11px !important;
    }
}

@media all and (max-width: 550px) {
    .item-block-service-position {
        display: none;
    }

    .show-less-block {
        position: relative;
        width: 40%;
        float: left;
    }

    #mobile-pagination {
        margin: 0;
        width: 57% !important;
        float: right;
    }

    .show-more-block, .show-less-block, #user-info-block-pagination li {
        font-size: 13px;
    }

    #packetSelect_mobile {
        margin-top: 20px !important;
    }
}
.control_5 {
    width: 5px;
}

.control_10 {
    width: 10px;
}

.control_11 {
    width: 11px;
}

.control_17 {
    width: 17px;
}

.control_15 {
    width: 15px;
}

.control_20 {
    width: 20px;
}

.control_30 {
    width: 30px !important;
}

.control_36 {
    width: 36px;
}

.control_40 {
    width: 40px;
}

.control_44 {
    width: 44px !important;
}

.control_82 {
    width: 82px !important;
}

.control_127 {
    width: 127px !important;
}

.control_45 {
    width: 45px;
}

.control_50 {
    width: 50px;
}

.control_66 {
    width: 66px;
}

.control_60 {
    width: 60px;
}

.control_68 {
    width: 68px;
}

.control_70 {
    width: 70px;
}

.control_90 {
    width: 90px;
}

.control_96 {
    width: 96px;
}

input[type=text].control_96 {
    height: 17px
}

.control_98 {
    width: 98px;
}

.control_100 {
    width: 100px;
}

.control_106 {
    width: 106px;
}

.control_110 {
    width: 110px;
}

.control_130 {
    width: 130px !important;
}

.control_116 {
    width: 116px;
}

.control_120 {
    width: 120px;
}

.control_140 {
    width: 140px;
}

.control_146 {
    width: 146px;
}

.control_148 {
    width: 148px;
}

.control_150 {
    width: 150px;
}

.control_200 {
    width: 200px !important;
}

.control_235 {
    width: 235px;
}

.control_314 {
    width: 314px !important;
}

.control_320 {
    width: 320px !important;
}

.control_490 {
    width: 490px;
}

.control_660 {
    width: 660px;
}

.vat input {
    height: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    padding-bottom: 0;
    padding: 0;
    width: 15px;
}

.checkboxpadding {
    float: left;
    padding-left: 5px;
}

.control_115 {
    width: 115px;
}

.control_154 {
    width: 154px;
}

.control_162 {
    width: 162px !important;
}

.control_166 {
    width: 166px;
}

.control_176 {
    width: 176px;
}

.control_186 {
    width: 186px;
}

.control_170 {
    width: 170px;
}

.control_180 {
    width: 180px;
}

.control_190 {
    width: 190px !important;
}

.control_194 {
    width: 194px !important;
}

.control_7 {
    width: 7px;
}

.control_210 {
    width: 210px !important;
}

.control_231 {
    width: 231px;
}

.control_235 {
    width: 235px;
}

.control_237 {
    width: 237px;
}

.control_261 {
    width: 261px;
}

.control_344 {
    width: 344px;
}

.control_371 {
    width: 371px;
}

.control_725 {
    width: 725px;
}

.control_729 {
    width: 729px;
}

.control_731 {
    width: 731px;
}

.control_h65 {
    height: 65px;
}

.control_h46 {
    height: 46px;
}

#outsideclicker {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#search_menu_m {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
}

#cover_category > *:first-child #desktop_filters_b .mobilehide #search_menu_m {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
}

.output_group_m {
    position: relative;
    width: 100%;
    border: 0;
}

#outsideclicker.opnd {
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.v2f,
.v2if {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.control_188 {
    width: 188px;
}

.v2f select,
.v2f textarea {
    border: 1px solid #c8c8c8;
}

.v2f select,
.v2f .finput .finput_input {
    height: 46px;
}

.v2f .fdropdownd2 select {
    height: auto;
    width: 100%;
}

.v2f .faddress select {
    height: auto;
    width: 100%;
}

.v2f #search_button {
    border: 0px;
    display: block;
    text-align: center;
    color: #FFF;
    width: 188px;
    height: 46px;
    line-height: 46px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    font-size: 18px;
    margin-left: 0;
    font-weight: normal;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.v2f #search_button {
    background: #00d053;
}

.v2f #search_button:hover {
    background: #00d053;
}

.v2f .fdropdown,
.v2f .fdropdownd2,
.v2f .finput,
.v2f .fmultiple,
.v2f .frange,
.v2f .faddress {
    position: relative;
    background: #FFF;
    height: 44px;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.v2f .fcheckbox {
    position: relative;
    height: 46px;
    z-index: 3;
}

.v2f .faddress .faddress_options {
    cursor: auto;
}

.v2f .fdropdown .inner_padder,
.v2f .fdropdownd2 .inner_padder,
.v2f .finput .inner_padder,
.v2f .fmultiple .inner_padder,
.v2f .faddress .inner_padder,
.v2f .frange .inner_padder {
    margin: 4px 0px 5px 5px;
}

.v2f .fdropdown .inner_padder,
.v2f .fdropdownd2 .inner_padder,
.v2f .fmultiple .inner_padder,
.v2f .faddress .inner_padder,
.v2f .frange .inner_padder {
    position: relative;
}

.v2f .fdropdown .inner_padder::after,
.v2f .fdropdownd2 .inner_padder::after,
.v2f .fmultiple .inner_padder::after,
.v2f .faddress .inner_padder::after,
.v2f .frange .inner_padder::after {
    position: absolute;
    content: "";
    display: block;
    right: 11px;
    top: 14px;
    width: 10px;
    height: 7px;
    background-image: url(../img/svg/icons_ptrn.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 -20px;
}

.v2f .fmultiple .fmultiple_options .option_v {
    word-wrap: break-word;
}

.v2f .fdropdown .fdropdown_options .option_v,
.v2f .finput .finput_input,
.v2f .fmultiple .fmultiple_options .option_v {
    width: auto;
    min-width: 186px;
}

.v2f .fdropdown .fdropdown_options,
.v2f .fdropdownd2 .fdropdownd2_options,
.v2f .fmultiple .fmultiple_options,
.v2f .faddress .faddress_options,
.v2f .frange .frange_options {
    display: none;
    position: absolute;
    background: #FFF;
    left: -6px;
    border: 1px solid #c8c8c8;
}

.v2f .finput .finput_input {
    display: none;
    position: absolute;
    background: #FFF;
    left: -1px;
    border: 1px solid #c8c8c8;
}

.v2f .fdropdown .fdropdown_options,
.v2f .fdropdownd2 .fdropdownd2_options,
.v2f .finput .finput_input,
.v2f .fmultiple .fmultiple_options,
.v2f .faddress .faddress_options,
.v2f .frange .frange_options,
.v2f #search_button {
    z-index: 4;
}

.v2f .fdropdown .fdropdown_options.opnd,
.v2f .fdropdownd2 .fdropdownd2_options.opnd,
.v2f .finput .finput_input.opnd,
.v2f .fmultiple .fmultiple_options.opnd,
.v2f .faddress .faddress_options.opnd,
.v2f .frange .frange_options.opnd {
    display: block;
    z-index: 5;
}

.v2f .fdropdown .fdropdown_options {
    padding-bottom: 13px;
}

.v2f .frange .frange_options,
.v2f .fmultiple .fmultiple_options,
.v2f .faddress .faddress_options,
.v2f .fdropdown .fdropdown_options,
.v2f .fdropdownd2 .fdropdownd2_options {
    top: 40px;
}

.v2f .fdropdown .fdropdown_options .inner_options,
.v2f .fmultiple .fmultiple_options .inner_options,
.v2f .frange .frange_options .inner_options {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
}

.v2f .faddress_options.fa2c .inner_options {
    width: 450px;
}

.v2f .faddress_options.fa1c .inner_options {
    width: 237px;
}

.v2f .fdropdownd2_options .inner_options {
    min-width: 360px;
    max-width: 480px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.v2f .faddress_options .fl_addre_b,
.v2f .fdropdownd2_options .fl_dr2d_b {
    float: left;
    width: 45%;
    padding-left: 3%;
    padding-right: 2%;
}

.v2f .faddress_options .one_addre_b {
    width: 95%;
    padding-left: 3%;
    padding-right: 2%;
}

.v2f .faddress_options .fl_addre_b .name_second_dropdown {
    margin-top: 13px;
}

.v2f .faddress_options .fr_addre_b,
.v2f .fdropdownd2_options .fr_dr2d_b {
    float: right;
    width: 45%;
    padding-left: 2%;
    padding-right: 3%;
}

.v2f .faddress_options .fl_addre_b select,
.v2f .faddress_options .fl_addre_b div {
    width: 100%;
    display: block;
}

#inner_price_n_b_vertise .price_n_b {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.v2f .finput .finput_input {
    overflow: hidden;
    top: -1px;
    height: 44px;
    width: 100%;
}

.v2f .finput .finput_input input {
    border: 0;
    font-size: 18px;
    color: #909090;
    line-height: 18px;
    padding: 5px 0 15px 16px;
    outline: none;
}

.v2f .fdropdown.fd1c,
.v2f .fdropdownd2.fd1c,
.v2f .finput.fd1c,
.v2f .fmultiple.fd1c,
.v2f .faddress.fd1c,
.v2f .frange.fd1c {
    width: 186px;
}

.v2f .finput.fd1c .finput_input input {
    width: 168px;
}

.v2f .fdropdown .fdropdown_options .option_v,
.v2f .fmultiple .fmultiple_options .option_v,
.v2f .frange .frange_options .option_v {
    color: #333333;
    display: block;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 16px;
}

.v2f .frange .frange_options .option_v.unactive_v {
    color: #d6d6d6;
    cursor: auto;
}

.v2f .fdropdown .fdropdown_options .option_v {
    padding-left: 14px;
}

.v2f .fmultiple .fmultiple_options .option_v {
    padding-left: 37px;
}

.v2f .finput .finput_h_b {
}

.v2f .fdropdown .fdropdown_options .option_v:hover {
    background: #e8e8e8;
}

.v2f .fdropdown .fdropdown_options .option_v.selctd,
.v2f .frange .frange_options .option_v.selctd {
    background: #00d053;
    color: #FFF;
}

.v2f .fmultiple .fmultiple_options .option_v {
    position: relative;
}

.v2f .fmultiple .fmultiple_options .option_v::after {
    position: absolute;
    left: 15px;
    top: 3px;
    content: "";
    background: url(../img/new/fcheckbox_bg.png) no-repeat 0 0;
    width: 16px;
    display: block;
    height: 16px;
}

.v2f .fmultiple .fmultiple_options .option_v.selctd::after {
    content: "";
    background: url(../img/new/fcheckbox_bg.png) no-repeat 0 -16px;
    width: 16px;
    display: block;
    height: 16px;
}

.v2f .fdropdown .finput_h_b,
.v2f .fdropdownd2 .finput_h_b,
.v2f .finput .finput_h_b,
.v2f .fmultiple .finput_h_b,
.v2f .faddress .finput_h_b,
.v2f .frange .finput_h_b {
    color: #909090;
    font-size: 15px;
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 1) 79%, rgba(0, 0, 0, 0) 92%);
}

.v2if .finput_h_b {
    font-size: 16px;
    line-height: 18px;
    height: 24px;
    overflow: hidden;
    display: block;
    font-weight: 300;
    color: #000007;
}

.new-block .fd1c .finput_h_b {
    font-size: 16px;
    line-height: 18px;
    height: 24px;
    overflow: hidden;
    display: block;
    font-weight: 300;
    color: #000007;
}

.v2if .finput_h_important {
    color: #00d053;
    margin-left: 7px;
    font-size: 18px;
    line-height: 18px;
    height: 24px;
}

.input-block {
    border: 1px solid #c8c8c8;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000007;
    font-weight: 100;
    line-height: 30px;
    padding-left: 5px;
}

.input-block .placeholder {
    color: #c8c8c8;
}

.input-block .icon {
    color: #c8c8c8;
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

.input-block i.filled::before {
    content: "\f00d";
}

.v2f .fdropdown .finput_s_b,
.v2f .fdropdownd2 .finput_s_b,
.v2f .finput .finput_s_b,
.v2f .fmultiple .finput_s_b,
.v2f .faddress .finput_s_b,
.v2f .frange .finput_s_b {
    color: #00d053;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    max-width: 90%;
    height: 14px;
    white-space: nowrap;
    margin-top: 1px;
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 69%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.v2f .frange .frange_options .lte_b {
    float: left;
    width: 45%;
    padding-left: 5%;
}

.v2f .frange .frange_options .gte_b {
    float: left;
    width: 45%;
    padding-left: 5%;
}

.v2f .frange .frange_options input[type=number] {
    margin-top: 5px;
    font-size: 14px;
    width: calc(100% - 5px);
    margin-left: 3px;
}

.v2f .finput_ab_b {
    border-top: 1px solid #c8c8c8;
    margin-top: 13px;
    width: 100%;
}

.v2f .finput_hb_b,
.v2f .frange_hb_b,
.v2f .fmultiple_hb_b,
.v2f .faddress_hb_b,
.v2f .fdropdownd2_hb_b {
    cursor: pointer;
    font-size: 15px;
    line-height: 37px;
    float: right;
    width: 50%;
    text-align: center;
    color: #FFF;
    background: #00d053;
}

.v2f .finput_hb_b:hover,
.v2f .frange_hb_b:hover,
.v2f .fmultiple_hb_b:hover,
.v2f .faddress_hb_b:hover,
.v2f .fdropdownd2_hb_b:hover {
    background: #00d053;
}

.v2f .finput_us_b,
.v2f .frange_us_b,
.v2f .fmultiple_us_b,
.v2f .faddress_us_b,
.v2f .fdropdownd2_us_b {
    cursor: pointer;
    font-size: 15px;
    line-height: 37px;
    float: left;
    width: calc(50% - 1px);
    text-align: center;
    color: #999999;
    border-right: 1px solid #c8c8c8;
}

.ui-draggable .v2f #search_button {
    position: inherit !important;
}

/* Input forms */

.v2if .fd1_5c {
    width: 371px;
}

.v2if .fd1c {
    width: 329px;
}

.v2if .fd2c {
    width: 658px;
}

.v2if .fd3c {
    width: 1018px;
}

.v2if .select-box select,
.v2if input[type=text],
.v2if input[type=tel],
.v2if input[type=number],
.v2if textarea,
.v2if .select-box select.notimportant {
    border: 1px solid #c8c8c8;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000007;
}

.v2if .select-box select.notimportant {
    background: none;
}

.fd1c.other-block {
    display: none;
}

.v2if input[type=text],
.v2if input[type=tel],
.v2if input[type=number],
.v2if textarea {
    padding-left: 4px;
}

.v2if .select-box select {
    margin: 5px \9;
}

.v2if .select-box select,
.v2if .inputdropdown select {
    height: 32px;
    line-height: 30px;
    position: relative;
}

.v2if .select-box select option:hover,
.v2if .inputdropdown select option:hover {
    background: #e8e8e8;
}

.v2if input[type=text],
.v2if input[type=tel],
.v2if input[type=number],
.fd1c input[type=text] {
    height: 30px;
    line-height: 30px;
}

.v2if .emptyf,
.v2if .required {
    background: #FFE7E7;
}

.v2if .inputdropdown select option,
.v2if .select-box select option,
.v2if .select-box select optgroup,
.v2if .select-box select optgroup option,
.v2if .emptyf,
.v2if .required {
    color: #333;
    font-size: 14px
}

.v2if .select-box select option:hover {
    background-color: #c0c0c0;
}

.v2if .requiredf {
    text-align: left;
    width: 20px;
    overflow: hidden;
    display: block;
    height: 24px;
}

.v2if .requiredf span {
    color: #00d053;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.v2if .vat input[type='checkbox'],
.v2f .vat input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 0;
    position: relative;
    height: 17px;
    margin-right: 20px;
    display: inline-block;
}

.v2if .vat input[type='checkbox'] + label,
.v2f .vat input[type='checkbox'] + label {
    background: url(../img/new/fcheckbox_bg.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.v2if .vat label,
.v2f .vat label {
    width: 90% !important;
}

.v2if .vat input[type='checkbox']:checked + label,
.v2f .vat input[type='checkbox']:checked + label {
    background-position: 0 -16px;
}

.v2if .vat label span,
.v2f .vat label span {
    font-size: 14px;
}

.v2f .vat label span {
    color: #909090;
}

.v2if .vat {
    vertical-align: top;
}

.v2if .customVat,
.v2f .customVat {
    vertical-align: middle;
}

.v2if .priceCustomCB_b,
.v2if .priceCustomCB_b label,
.v2if .priceCustomCB_b span {
    font-size: 14px;
}

.v2if .vat .vatC_inner input[type='checkbox'],
.v2f .vat .vatC_inner input[type='checkbox'] {
    display: none;
    margin-right: 0;
}

.v2if .vat.customVat .vatC_inner {
    margin-top: 7px;
    height: 20px;
    line-height: 20px
}


/* multiple */


/* chekboxes new with mutiple select */

.checkbox_ib_mb {
    margin-top: 10px;
}

.checkbox_ib_h {
    float: left;
    font-weight: bold;
    width: 25%;
}

.checkbox_ib_c {
}

.checkbox_ib {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

#input_btn_b_advanced {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

#input_btn_b_advanced #input_adv_t a.reverse {
    margin-bottom: 15px;
}

#input_btn_b_advanced #input_adv_t a {
    font-size: 18px;
    color: #00d053;
    line-height: 32px;
    text-decoration: underline;
}

#input_btn_b_advanced.reverse #input_adv_t i {
    background-position: 0 -41px;
}

#input_btn_b_advanced {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#description_n {
    margin-top: 10px;
}

#main_data_more {
    margin-top: 10px;
}

#price_n_b_advertise_b,
#photos_b_advertise,
#googlemaps_b_advertise,
#video_b_advertise,
#price_n_b_vertise_b,
#googlemaps_b_vertise,
#video_b_vertise {
    background: #F0F0F0;
    padding: 10px;
}

#photos_b {
    position: relative;
}

#video_hint_b {
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: #6b6b6b;
    width: 32%;
    font-weight: 300;
}

#video_b_advertise #video_submit_b,
#google_maps_submit_b,
#video_submit_b,
#google_maps_submit_b,
#turas3d_submit_b {
    float: left;
    width: 5%;
}

#video_b_advertise #video_submit_b i,
#google_maps_submit_b i,
#video_submit_b i,
#google_maps_submit_b i,
#turas3d_submit_b i {
    width: 100%;
    background-color: #00d053;
    border: 0;
    line-height: 28px;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    color: #FFF;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 28px;
}

#video_b_advertise #video_submit_b i:hover,
#google_maps_submit_b i:hover,
#video_submit_b i:hover,
#google_maps_submit_b i:hover,
#turas3d_submit_b i:hover {
    background-color: #00d053;
    outline: none;
}

#video_b_advertise #video_submit_b i:after,
#google_maps_submit_b i:after,
#video_submit_b i:after,
#google_maps_submit_b i:after,
#turas3d_submit_b i:after {
    content: "\f2ed";
}

#map_canvas_b {
    text-align: center;
}

#map_canvas_b #map_canvas {
    width: 100%;
    height: 250px;
}

#googlemaps_b_advertise #google_maps_user_input_b,
#google_maps_user_input_b {
    margin-top: 5px;
}

#googlemaps_b_advertise #google_maps_user_input_b #gmaps_address_hint_b,
#google_maps_user_input_b #gmaps_address_hint_b {
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: #6b6b6b;
    width: 22%;
    font-weight: 300;
}


#house_number_user_input_b {
    float: left;
    width: 71%;
    margin-left: 2%;
    font-weight: 300;
}

#house_number_user_input {
    width: 99%;
    width: calc(98% - 2px);
    height: 26px;
    font-size: 16px;
    padding-left: 1%;
    font-weight: 300;
    padding-right: 1%;
}


/**
* @author zhixin wen <wenzhixin2010@gmail.com>
*/

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    background-color: #fff;
    font-size: 18px;
    color: #999;
    height: 34px;
    line-height: 30px;
    border: 1px solid #c8c8c8;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABzSURBVHjabM5BDcNADETR12gJlEIotBBSCqFQCKVQCqWQnPacYlkKodDLHFarWrIs/xmNfam1LmjpfzVjLnhlueMcTFccaBPWwCNCX1vmOiXlkdTPYLpFO0tgS/KGd9gS1qB0CV88+3NhRiPs3c97L/wGANHYFl5GNKcBAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
    font-size: 18px;
    line-height: 32px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}

.ms-choice > div.open {
}

.ms-drop {
    width: auto;
    min-width: 237px;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #c8c8c8;
}

.ms-drop.bottom {
    top: 100%;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-search,
.ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow-y: scroll;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

.finput_h_b {
    position: relative;
}

.finput_h_b .requiredf {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.fd2c .fw32,
.fd3c .fw32 {
    width: 32.5%;
}

.fd2c .fw1,
.fd3c .fw1 {
    width: 1.5%;
}

.fd2c .fw34,
.fd3c .fw34 {
    width: 32%;
}

.fw100 {
    width: 100%;
}

.fw49 {
    width: 49%;
}

.fw48 {
    width: 48%;
}

.fw60 {
    width: 60%;
}

.fw35 {
    width: 35%;
}

.fw5 {
    width: 5%;
}

.fw2 {
    width: 2%;
}

.fw4 {
    width: 4%;
}

.fw75 {
    width: 75%;
}

.fw20 {
    width: 20%;
}

.fw60 .select-box select,
.fw60 input[type=text],
.fw60 input[type=tel],
.fw60 input[type=number],
.fw20 .select-box select,
.fw75 input[type=text],
.fw75 input[type=tel],
.fw75 input[type=number],
.fw35 input[type=text],
.fw35 input[type=tel],
.fw35 input[type=number],
.fw100 .select-box select,
.fw100 textarea,
.fw100 input[type=text],
.fw100 input[type=tel],
.fw100 input[type=number],
.fw49 input[type=text],
.fw49 .select-box select,
.fw49 input[type=tel],
.fw49 input[type=number] {
    padding: 0;
    margin: 0;
    width: 99%;
    padding-left: 5px;
    width: calc(100% - 7px);
    font-weight: 300;
}

.v2if_required_f .select-box select,
.v2if_required_f textarea,
.v2if_required_f input[type=text],
.v2if_required_f input[type=tel],
.v2if_required_f input[type=number] {
    border: 1px solid #00d053;
    background-color: #def9e9;
}

.badFill .select-box select,
.badFill textarea,
.badFill input[type=text],
.badFill input[type=tel],
.badFill input[type=number] {
    border: 1px solid #F9BAB7;
    background-color: #FFC7C4;
    color: #555;
}

.v2if .select-box select {
    width: 100%;
}

.fw5 {
    width: 5%;
}

.advertise_hint_b,
.vertise_hint_b {
    display: none;
    background: #f6f7d5;
    text-align: justify;
    position: absolute;
    top: 0;
    left: 743px;
    width: 253px;
    padding: 10px;
    color: #1F1F1F;
    font-size: 12px;
}

.advertise_hint_b:after,
.vertise_hint_b:after {
    content: ' ';
    top: 11px;
    display: block;
    left: -6px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #f6f7d5;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
}

#photo_upload_progress_bar {
    display: none;
    position: relative;
    height: 20px;
    border: 1px solid #00d053;
    background-color: #FFF;
    margin-bottom: 10px;
}

#photo_upload_progress_bar #photo_upload_progress_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    line-height: 20px;
}

#photo_upload_progress_bar #photo_upload_progress_percentages_fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #6FD886;
    width: 0;
}

#photo_upload_progress_bar #photo_upload_progress_percentages {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.photo_m_b .swapPhoto_helper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 2;
}

.dropper {
    overflow: hidden
}

.dropper-dropzone {
    background: #fff;
    border: 3px dashed #00d053;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    text-align: center
}

.dropper.dropping .dropper-dropzone,
.no-touch .dropper:hover .dropper-dropzone {
    background: #eee;
    border-color: #999;
    color: #333
}

.dropper-input {
    position: absolute;
    left: 100%;
    opacity: 0;
    display: none;
}

.no-opacity .dropper-input {
    left: -999px
}

#photon_custom_help_b {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 10px;
}

.inner_loader_b i {
    font-size: 44px;
    font-family: 'Font Awesome 5 Pro';
    color: #999;
    font-weight: normal;
    font-style: normal;
    -webkit-animation: rotation 1s infinite linear;
    margin-top: 32px;
    display: block;
}

.inner_loader_b i:after {
    content: "\f110";
}

#email_warning,
#phone_warning {
    background-color: #FFF;
    color: #d60417;
    font-size: 12px;
    position: relative;
    top: 100%;
    left: 0;
    white-space: nowrap;
}

#email_warning em {
    text-decoration: underline;
    cursor: pointer;
}

#photos_main_photo_helptext {
    margin-top: 10px;
    width: 18%;
    text-align: center;
    display: none;
    overflow: hidden;
}

#photos_main_photo_helptext.active {
    display: block;
}

.photo_m_b {
    cursor: -webkit-grab;
}

#photos_b.logo_type .photo_m_b {
    cursor: auto;
}

.photo_m_b {
    position: relative;
}

.photo_m_b .inner_loader_b {
    top: 25px;
    left: 50%;
    position: absolute;
    margin-left: -25px;
}

.photo_m_b .inner_loader_b i {
    margin-top: 0;
}

.photo_m_b.sortable-ghost {
    opacity: 0;
}

.tinytips {
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #00d053;
}

.tinytips:hover {
    text-decoration: none;
    color: #00d053;
}

.tinytips:after {
    content: "\f05a";
}

.tinytips_photos_placer {
    height: 28px;
}

#tinytips_photos_placer .tinytips {
    margin-top: 3px;
    display: block;
}

#photos_upload_f_b {
    float: left;
}

#photos_upload_f_b.unactive {
    display: none;
}

#photon_custom_max_help_b {
    border: 1px solid #e6c11e;
    background-color: #fdfaea;
    padding: 5px;
    text-align: center;
}

#photos_upload_f_b .dropper-dropzone #photo_u_h_counter {
    font-weight: bold;
    font-size: 41px;
}

#photos_upload_f_b .dropper-dropzone .photo_u_h_t_b {
    font-size: 19px;
    line-height: 16px;
    font-weight: 300;
}

#photos_upload_f_b .dropper-dropzone {
    height: 92px;
    position: relative;
    padding-top: 21px;
}

#photos_upload_f_b .dropper-dropzone:hover {
    color: #00d053;
}

#photos_upload_f_b .dropper-dropzone:hover i {
    color: #00d053;
}

#photos_upload_f_b .dropper-dropzone i#land:after {
    content: "\f03e";
}

#photos_upload_f_b .dropper-dropzone i#land_plus:after {
    content: "\f067";
}

.photo_m_b.ui-draggable {
    cursor: move;
}

#progress_icon {
    width: 18%;
    margin: 0 1% 35px;
    text-align: center;
    background-color: #F3F3F3;
}

#progress_icon #progress_inner {
    width: 100%;
    height: 90px;
    border: 1px solid #cecece;
}

#progress_icon img {
    margin-top: 28px;
}

.photo_m_b.ui-draggable-dragging {
    z-index: 10;
}

.ui-drop-hover {
    opacity: 1;
}

#photos_b_advertise,
#photos_b_vertise {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#fillgooglemaps {
    margin-top: 10px;
}

.photo_m_b,
.photo_m_b_loader {
    float: left;
}

.photo_m_b img.photo {
    width: 100%;
    width: calc(100% - 2px);
    height: 87px;
    display: block;
    border: 1px solid #cecece;
}

#photo-upload-button_b #photo-upload-button {
    width: 132px;
    height: 92px;
    background-color: #cecece;
    display: block;
    text-decoration: none;
    text-align: center;
}

#photo-upload-button_b #photo-upload-button.hover {
    background-color: #adadad;
}

#photo-upload-button_b #photo-upload-button #upload-button-text {
    color: #f0f0f0;
    font-size: 14px;
}

#photo-upload-button_b #photo-upload-button #upload-big-plus-button {
    color: #f0f0f0;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    padding-top: 10px;
}

#photo-loader {
    padding-top: 18px;
    padding-left: 10px
}

#photos_b.logo_type .edit-photo-btns.move-left,
#photos_b.logo_type .edit-photo-btns.move-left {
    display: none;
}

.edit-photo-btns.rotate-photo i:after {
    content: "\f01e";
}

.edit-photo-btns.cut-photo i:after {
    content: "\f0c4";
}

.edit-photo-btns.move-left i:after {
    content: "\f077";
}

.edit-photo-btns.delete-photo i:after {
    content: "\f1f8";
}

.inputHint_b {
    position: relative;
}

.inputHint_b input[type=text] {
    padding-right: 22%;
    width: 77%;
    width: calc(78% - 7px);
}

.inputHint_b .inputHint_text_b {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #555;
}

#photos_b_h2 {
    position: relative;
    margin-bottom: 10px
}

#photos_b_h2 input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1069px) {

    #googlemaps_b_advertise #google_maps_user_input_b #gmaps_address_hint_b,
    #google_maps_user_input_b #gmaps_address_hint_b,
    #video_hint_b {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #house_number_user_input_b,
    #video_input_b,
    #turas_b_vertise #turas3d_input_b {
        width: 90%;
        margin-left: 0;
    }

    #video_submit_b,
    #google_maps_submit_b,
    #video_submit_b,
    #google_maps_submit_b,
    #turas3d_submit_b {
        width: 9%;
    }

    .checkbox_ib_mb {
        margin-bottom: 20px;
    }

    #googlemaps_b_advertise #gmaps_checkbox_b,
    #googlemaps_b_vertise #gmaps_checkbox_b {
        float: none;
    }

    .advertise_hint_b,
    .vertise_hint_b {
        display: none !important;
    }

    .input_group_v {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: contents !important;
    }

    .v2if .control_237,
    .v2if .control_231 {
        width: 100%;
        padding-left: 0 !important;
    }

    .v2if table {
        width: 100%;
    }

    .v2if .fd1c .control_210 {
        width: 85% !important;
    }

    .v2if .fd1c .control_7 {
        width: 5% !important;
    }

    .v2if .fd2c .inner_padder,
    .v2if .fd1c .inner_padder,
    .v2if .fd3c .inner_padder {
        margin-top: 15px;
    }

    .v2if .fd3c .control_725 {
        padding-left: 0;
    }

    .input_group {
        height: auto !important;
    }

    .v2if .fd3c {
        width: 100%;
    }

    .v2if .fd3c table {
        width: 100%;
    }

    .v2if .fd3c .control_210 {
        width: 26% !important;
    }

    .v2if .fd3c .control_7 {
        width: 5% !important;
    }

    .v2if .fd3c .control_20 {
        width: 10% !important;
    }

    .v2if .fd3c .control_10 {
        width: 2% !important;
    }

    .v2if .fd3c .control_237 {
        width: 32% !important;
    }

    .v2if .fd3c select.control_237 {
        width: 100% !important;
    }

    .fd2c .control_210 {
        width: 47% !important;
    }

    .fd2c .control_7 {
        width: 0% !important;
    }

    .fd2c .control_20 {
        width: 3% !important;
    }

    .fd2c .control_10 {
        width: 0% !important;
    }

    .fd1c .control_115 {
        width: 47.5%;
    }

    .fd1c .control_115 select {
        width: 100%;
    }

    .control_731 {
        width: 100%;
    }

    .control_725 {
        width: 100%;
    }

    .v2if .fd3c .control_725 {
        width: 100%;
    }

    .v2if .fd2c,
    .v2if .fd1c {
        width: 100%;
    }

    .v2if .fd1_5c {
        width: 100%;
    }

    #price_n_b_advertise_b #inner_price_n_b_advertise,
    #price_n_b_vertise_b #inner_price_n_b_vertise {
        float: none !important;
        width: 100%;
    }

    #price_n_b_advertise_b .control_344,
    #price_n_b_vertise_b .control_344 {
        width: 75%;
    }

    #price_n_b_advertise_b .control_320,
    #price_n_b_vertise_b .control_320 {
        width: 75% !important;
    }

    #price_n_b_advertise_b .control_320 .control_314,
    #price_n_b_vertise_b .control_320 .control_314 {
        width: 100% !important;
    }

    #price_n_b_advertise_b .control_7,
    #price_n_b_vertise_b .control_7 {
        width: 5%;
    }

    #price_n_b_advertise_b .control_44,
    #price_n_b_advertise_b .control_20,
    #price_n_b_vertise_b .control_44,
    #price_n_b_vertise_b .control_20 {
        width: 15% !important;
    }

    #price_n_b_advertise_b,
    #photos_b_advertise,
    #googlemaps_b_advertise,
    #video_b_advertise,
    #price_n_b_vertise_b,
    #googlemaps_b_vertise,
    #video_b_vertise {
        padding: 5px;
    }

    #vertise_inner_views,
    #vetise_other_views {
        float: none;
        width: 100%;
        text-align: left;
    }

    #vetise_other_views {
        margin-left: 0 !important;
    }

    .fd2c .fw32,
    .fd3c .fw32 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fd2c .fw1,
    .fd3c .fw1 {
        width: 0;
    }

    .fd2c .fw34,
    .fd3c .fw34 {
        width: 100%;
    }

    .checkbox_ib_h {
        width: 33%;
    }

    .checkbox_ib {
        width: 33%;
    }

    .fd3c textarea:focus {
        height: 300px !important;
    }

    #photos_b,
    #fillgooglemaps,
    #check_video_b {
        width: 90%;
    }

    .item-new-look {
        display: inline-block;
        padding: 4px 10px;
        margin: 0;
        margin-bottom: 3px;
        font-size: 16px;
        color: #333;
        border: 1px solid #c8c8c8;
        font-weight: 200;
    }

    .item-new-look.selected,
    .v2if_required_f .item-new-look.selected {
        color: #fff;
        border: 1px solid #00d053;
        background-color: #00d053 !important;
    }

    .item-new-look {
        border: 1px solid #d8d8d8;
        background-color: #f7f7f7;
    }

    .fillThis.item-new-look,
    .fillThis.input-block {
        color: #721c24;
        background-color: #F9BAB7 !important;
        border-color: #FFC7C4 !important;
    }

    .pliusminus {
        background-color: #00d053;
        color: #fff;
        width: 32px;
        height: 32px;
        font-size: 24px;
    }

    .pliusminus i {
        padding-left: 7px;
    }

    .pliusminus.minus {
        margin-left: 5px;
    }

    .pliusminus.plius {
        margin-left: 2px;
    }
}

@media all and (max-width: 690px) {
    #house_number_user_input_b,
    #video_input_b,
    #turas_b_vertise #turas3d_input_b {
        width: 90%;
        margin-left: 0;
    }

    #video_submit_b,
    #google_maps_submit_b,
    #video_submit_b,
    #google_maps_submit_b,
    #turas3d_submit_b {
        width: 9%;
    }

    .ui-widget-content .ui-widget-header {
        border: none;
    }

    .ui-widget-content a.filter_letter_b {
        color: #0d95e8;
    }

    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        color: #1da1f2 !important;
    }
}

@media all and (max-width: 480px) {
    .photo_m_b_loader .inner_loader_b {
        height: 118px;
    }

    #photos_b,
    #fillgooglemaps,
    #check_video_b {
        width: 85%;
    }

    #house_number_user_input_b,
    #video_input_b,
    #turas_b_vertise #turas3d_input_b {
        width: 85%;
        margin-left: 0;
    }

    #video_submit_b,
    #google_maps_submit_b,
    #video_submit_b,
    #google_maps_submit_b,
    #turas3d_submit_b {
        width: 15%;
    }

    #advertisementBanner .plusminus_b {
        display: none;
    }

    .compactPrice_div {
        margin-top: 5px;
    }

    .button_n.big_b_n,
    .button_n-red.big_b_n {
        font-size: 18px;
    }

    .checkbox_ib_h {
        width: 50%;
    }

    .checkbox_ib {
        width: 50%;
    }

    #map_canvas {
        height: 160px !important;
    }

    #photos_main_photo_helptext {
        width: 48%;
    }

    #progress_icon {
        width: 48%;
    }

    .fd3c textarea:focus,
    {
        height: 300px !important;
    }

    #photos_upload_f_b .dropper-dropzone {
        height: 97px;
    }
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #CCC;
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
    cursor: pointer;
}

.range-slider__slider {
    margin-top: 15px;
}

.range-slider__range {
    width: 77%;
    float: left;
    border: 0;
}

.range-slider__value {
    float: right;
    width: 16%;
    line-height: 24px;
    background: #00d053;
    color: #FFF;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    margin-top: 2px;
}

.range-slider__value:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #00d053 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.mob_filter_group_v.opnd {
    z-index: 101 !important;
    position: inherit;
}

.v3f,
.v3if {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v3f input,
.v3if input,
.v3f select,
.v3if select,
.ms-choice > span {
}

.control_188 {
    width: 188px;
}

.v3f select,
.v3f textarea {
    border: 1px solid #c8c8c8;
}

.v3f select,
.v3f .finput .finput_input {
    height: 46px;
}

.v3f .fdropdownd2 select {
    height: auto;
    width: 100%;
}

.v3f .faddress select {
    height: auto;
    width: 100%;
}

.v3f #search_button {
    border: 0;
    display: block;
    text-align: center;
    color: #FFF;
    width: 188px;
    height: 46px;
    line-height: 46px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    font-size: 18px;
    margin-left: 0;
    font-weight: normal;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.v3f #search_button {
    background: #00d053;
}

.v3f #search_button:hover {
    background: #00d053;
}

.v3f .fdropdown,
.v3f .fdropdownd2,
.v3f .finput,
.v3f .fmultiple,
.v3f .frange,
.v3f .faddress {
    z-index: 3;
    cursor: pointer;
}

.v3f .finputtext .inner_padder,
.v3f .fdropdown .inner_padder,
.v3f .fdropdownd2 .inner_padder,
.v3f .finput .inner_padder,
.v3f .fmultiple .inner_padder,
.v3f .frange .inner_padder,
.v3f .faddress .inner_padder {
    position: relative;
    background: #FFF;
    height: 30px;
    border: 1px solid #dcdcdc;
}

.v3f .finputtext .inner_padder {
    height: 38px;
}

.v3f .inner_rel_padder {
    position: relative;
}

.v3f .inner_padder.disabled_padder {
    background: #f0f0f0;
}

.v3f .fdropdown .inner_padder.disabled_padder::after,
.v3f .fdropdownd2 .inner_padder.disabled_padder::after,
.v3f .fmultiple .inner_padder.disabled_padder::after,
.v3f .faddress .inner_padder.disabled_padder::after,
.v3f .frange .inner_padder.disabled_padder::after {
    color: #c8c8c8;
}

.mob_filter_group_v.opnd .v3f .inner_padder .finput_clear:after {
    color: #a0a0a0;
}

.mob_filter_group_v.opnd .v3f .inner_padder.focused .finput_clear:after {
    color: #c8c8c8;
}

.mob_filter_group_v .v3f .finput_clear:hover:after {
    color: #0f83ca;
}

.mob_filter_group_v.opnd .v3f .finput_clear:hover:after {
    color: #0f83ca;
}

.mob_filter_group_v .v3f .finput_clear:after {
    color: #0d95e8;
}

.mob_filter_group_v.opnd .v3f .inner_padder.focused {
    background: #FFF;
    border: 1px solid #c8c8c8;
}

.v3f .fcheckbox {
    position: relative;
    height: 46px;
    z-index: 3;
}

.v3f .faddress .faddress_options {
    cursor: auto;
}

.v3f .fdropdown .inner_padder,
.v3f .fdropdownd2 .inner_padder,
.v3f .finput .inner_padder,
.v3f .fmultiple .inner_padder,
.v3f .faddress .inner_padder,
.v3f .frange .inner_padder {
    margin: 0;
}

.v3f .fdropdown .inner_padder,
.v3f .fdropdownd2 .inner_padder,
.v3f .fmultiple .inner_padder,
.v3f .faddress .inner_padder,
.v3f .frange .inner_padder {
    position: relative;
}

.v3f .fdropdown .inner_padder::after,
.v3f .fdropdownd2 .inner_padder::after,
.v3f .fmultiple .inner_padder::after,
.v3f .faddress .inner_padder::after,
.v3f .frange .inner_padder::after {
    position: absolute;
    display: block;
    right: 6px;
    top: 7px;
    width: 14px;
    height: 22px;
    content: "\f107";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    color: #0d95e8;
    font-weight: normal;
    font-style: normal;
}

.v3f .fdropdown .inner_padder.noarrow::after,
.v3f .fdropdownd2 .inner_padder.noarrow::after,
.v3f .fmultiple .inner_padder.noarrow::after,
.v3f .faddress .inner_padder.noarrow::after,
.v3f .frange .inner_padder.noarrow::after {
    content: "\f002";
    font-size: 14px;
    font-weight: bold;
    top: 8px;
    right: 8px;
}

.opnd .v3f .inner_padder::after {
    color: #3e81c2;
}

.opnd .v3f .inner_padder.focused::after {
    content: "\f106";
    color: #0d95e8;
}

.v3f .fmultiple .fmultiple_options .option_v {
}

.v3f .fdropdown .fdropdown_options .option_v.noresults,
.v3f .fmultiple .fmultiple_options .option_v.noresults,
.v3f .frange .frange_options .option_v.noresults {
    color: #ccc;
}

.option_v .counter {
    color: #0d95e8
}

.v3f .fdropdown .fdropdown_options .option_v,
.v3f .finput .finput_input,
.v3f .fmultiple .fmultiple_options .option_v {
    width: auto;
    min-width: 186px;
}

.v3f .fdropdown .fdropdown_options,
.v3f .fdropdownd2 .fdropdownd2_options,
.v3f .fmultiple .fmultiple_options,
.v3f .faddress .faddress_options,
.v3f .frange .frange_options {
    display: none;
    position: absolute;
    background: #FFF;
    left: -1px;
    border: 1px solid #c8c8c8;
    padding-left: 10px;
}

.th4_column .v3f .fdropdown .fdropdown_options,
.th4_column .v3f .fdropdownd2 .fdropdownd2_options,
.th4_column .v3f .fmultiple .fmultiple_options,
.th4_column .v3f .faddress .faddress_options,
.th4_column .v3f .frange .frange_options {
    right: -1px;
    left: auto;
}

.v3f .fdropdown .fdropdown_options.v3_cols_2nd {
    /* left: -259px; */
}

.v3f .fcenter .frange_options {
    text-align: center;
}

.v3f .finput .finput_input {
    display: none;
    position: absolute;
    background: #FFF;
    left: -1px;
    border: 1px solid #c8c8c8;
}

.v3f .fdropdown .fdropdown_options,
.v3f .fdropdownd2 .fdropdownd2_options,
.v3f .finput .finput_input,
.v3f .fmultiple .fmultiple_options,
.v3f .faddress .faddress_options,
.v3f .frange .frange_options,
.v3f #search_button {
    z-index: 4;
}

.v3f .fdropdown .fdropdown_options.opnd,
.v3f .fdropdownd2 .fdropdownd2_options.opnd,
.v3f .finput .finput_input.opnd,
.v3f .fmultiple .fmultiple_options.opnd,
.v3f .faddress .faddress_options.opnd,
.v3f .frange .frange_options.opnd {
    display: block;
}

.v3f .fdropdown .fdropdown_options {
    /* padding-bottom: 13px; */
}

.v3f .frange .frange_options,
.v3f .fmultiple .fmultiple_options,
.v3f .faddress .faddress_options,
.v3f .fdropdown .fdropdown_options,
.v3f .fdropdownd2 .fdropdownd2_options {
    top: 35px;
}

.v3f .fdropdown .fdropdown_options.foptions_wfilter .inner_options {
    height: 303px;
    margin-top: 45px;
}

.v3f .fdropdown .fdropdown_options .inner_options,
.v3f .fmultiple .fmultiple_options .inner_options,
.v3f .frange .frange_options .inner_options {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
    padding-right: 10px;
}

.v3f .fdropdown .fdropdown_options.foptions_wbutton .inner_options,
.v3f .fmultiple .fmultiple_options.foptions_wbutton .inner_options,
.v3f .frange .frange_options.foptions_wbutton .inner_options {
    max-height: 302px;
}

.v3f .fdropdown .fdropdown_options.foptions_wbutton.foptions_wfilter .inner_options,
.v3f .fmultiple .fmultiple_options.foptions_wbutton.foptions_wfilter .inner_options,
.v3f .frange .frange_options.foptions_wbutton.foptions_wfilter .inner_options {
    max-height: 257px;
    margin-top: 45px;
}

.v3f .fdropdown .fdropdown_options.foptions_wbutton.foptions_wfilter .inner_options.outside,
.v3f .fmultiple .fmultiple_options.foptions_wbutton.foptions_wfilter .inner_options.outside,
.v3f .frange .frange_options.foptions_wbutton.foptions_wfilter .inner_options.outside,
.v3f .fdropdown .fdropdown_options.foptions_wfilter .inner_options.outside {
    margin-top: 0px;
}

.v3f .fdropdown .fdropdown_options .inner_options.v3_2cols {
    /* width: 476px; */
}

.v3f .faddress_options.fa2c .inner_options {
    width: 450px;
}

.v3f .faddress_options.fa1c .inner_options {
    width: 237px;
}

.v3f .fdropdownd2_options .inner_options {
    min-width: 360px;
    max-width: 480px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.v3f .faddress_options .fl_addre_b,
.v3f .fdropdownd2_options .fl_dr2d_b {
    float: left;
    width: 45%;
    padding-left: 3%;
    padding-right: 2%;
}

.v3f .faddress_options .one_addre_b {
    width: 95%;
    padding-left: 3%;
    padding-right: 2%;
}

.v3f .faddress_options .fl_addre_b .name_second_dropdown {
    margin-top: 13px;
}

.v3f .faddress_options .fr_addre_b,
.v3f .fdropdownd2_options .fr_dr2d_b {
    float: right;
    width: 45%;
    padding-left: 2%;
    padding-right: 3%;
}

.v3f .faddress_options .fl_addre_b select,
.v3f .faddress_options .fl_addre_b div {
    width: 100%;
    display: block;
}

#inner_price_n_b_vertise .price_n_b {
    float: left;
    width: 52%;
    margin-right: 1%;
}

.v3f .finput .finput_input {
    overflow: hidden;
    top: -1px;
    height: 44px;
    width: 100%;
}

.v3f .finput .finput_input input {
    border: 0px;
    font-size: 18px;
    color: #909090;
    line-height: 18px;
    padding: 5px 0px 15px 16px;
    outline: none;
}

.fd1c_marginl {
    margin-left: 20px;
}

.fd1c_marginl_ {
    margin-left: 20px;
}

.fd1c_marginl3 {
    margin-left: 13px;
}

.v3f .fdropdown.fd1c,
.v3f .fdropdownd2.fd1c,
.v3f .finput.fd1c,
.v3f .fmultiple.fd1c,
.v3f .faddress.fd1c,
.v3f .frange.fd1c,
.v3f .fdropdown.fd1c_,
.v3f .fdropdownd2.fd1c_,
.v3f .finput.fd1c_,
.v3f .fmultiple.fd1c_,
.v3f .faddress.fd1c_,
.v3f .frange.fd1c_ {
    width: 236px;
}

.v3f .finputtext.fd1r {
    width: 804px;
}

.v3f .finput.fd1c .finput_input input {
    width: 168px;
}

.v3f .fdropdown .fdropdown_options .option_v,
.v3f .fmultiple .fmultiple_options .option_v,
.v3f .frange .frange_options .option_v {
    color: #333;
    display: block;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 10px;
    line-height: 37px;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: 300;
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3f .frange .frange_options .option_v:hover,
.v3f .fmultiple .fmultiple_options .option_v:hover {
    background-color: #ecfdf0;
}

.v3f .frange .frange_options .option_v.unactive_v:hover {
    background-color: #FFF;
}

.v3f .frange .frange_options .option_v.unactive_v {
    color: #d6d6d6;
    cursor: auto;
}

.v3f .fdropdown .fdropdown_options .option_v:last-child {
    border-bottom: 0;
}

.v3f .fmultiple .fmultiple_options .option_v {
    padding-left: 30px;
}

.v3f .finput .finput_h_b {
}

.v3f .fdropdown .fdropdown_options .option_v:hover {
    background-color: #ecfdf0;
}

.v3f .fdropdown .fdropdown_options .option_v.selctd,
.v3f .frange .frange_options .option_v.selctd {
    background-color: #ecfdf0;
    color: #0d95e8;
    font-weight: normal;
}

.v3f .fmultiple .fmultiple_options .option_v {
    position: relative;
}

.v3f .fmultiple .fmultiple_options .option_v::before {
    position: absolute;
    left: 5px;
    bottom: 10px;
    width: 16px;
    display: block;
    height: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #0d95e8;
    line-height: 16px;
    content: '';
    background-color: #FFF;
    border: 1px solid #c0c0c0;
}

.v3f .fmultiple .fmultiple_options .option_v.selctd::before {
    content: "\f00c";
}

.v3f .finput_h_b {
    color: #000;
    font-size: 12px;
    line-height: 19px;
    max-height: 19px;
    overflow: hidden;
    margin-bottom: 4px;
    margin-left: 2px;
}

.v3if .finput_h_b {
    font-size: 16px;
    line-height: 18px;
    height: 24px;
    overflow: hidden;
    display: block;
    font-weight: 300;
    color: #000007;
}

.v3if .finput_h_important {
    color: #00d053;
    margin-left: 7px;
    font-size: 18px;
    line-height: 18px;
    height: 24px;
}

.v3f .fdropdown .finput_s_b,
.v3f .fdropdownd2 .finput_s_b,
.v3f .finput .finput_s_b,
.v3f .fmultiple .finput_s_b,
.v3f .faddress .finput_s_b,
.v3f .frange .finput_s_b {
    overflow: hidden;
    max-width: 78%;
    white-space: nowrap;
    margin-left: 30px;
    line-height: 29px;
    font-size: 14px;
    text-overflow: ellipsis;
}

.v3f .fdropdown .focused .finput_s_b.outside,
.v3f .fdropdownd2 .focused .finput_s_b.outside,
.v3f .finput .focused .finput_s_b.outside,
.v3f .fmultiple .focused .finput_s_b.outside,
.v3f .faddress .focused .finput_s_b.outside,
.v3f .frange .focused .finput_s_b.outside {
    z-index: 665;
}

.v3f .finput_clear {
    position: absolute;
    left: 6px;
    top: 6px;
}

.v3f .finput_clear:after {
    display: none;
    width: 20px;
    height: 21px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    content: "\f057";
}

.v3f .focused .finput_clear.outside {
    display: none;
}

.v3f .finput_clear.finput_clear_filled:after {
    display: block;
}

.v3f .frange .frange_options .lte_b {
    float: left;
    width: 50%;
}

.v3f .frange .frange_options .gte_b {
    float: left;
    width: 48%;
    width: calc(50% - 2px);
    border-right: 1px solid #c0c0c0;
}

.v3f .frange .frange_options input[type=number] {
    margin-top: 5px;
    font-size: 14px;
    width: calc(100% - 11px);
    line-height: 38px;
    border: 1px solid #c0c0c0;
}

.v3f .fmultipleoptionsfilter_b,
.v3f .fdropdownoptionsfilter_b {
    position: absolute;
    left: 10px;
    top: 4px;
    width: 94%;
    background-color: #FFF;
}

.v3f .fmultipleoptionsfilter_b.outside,
.v3f .fdropdownoptionsfilter_b.outside {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.v3f .fmultipleoptionsfilter_b_ {
    width: 100%;
    background-color: #FFF;
    position: relative;
    padding-top: 10px;
}

.v3f .fmultipleoptionsfilter,
.v3f .fdropdownoptionsfilter {
    font-size: 16px;
    width: calc(97% - 2px);
    line-height: 38px;
    border: 1px solid #0d95e8;
    padding-left: 3%;
}

.v3f .finputtextfilter_b {
    font-size: 16px;
    width: 97%;
    line-height: 38px;
    border: 0;
    padding-left: 3%;
}

.v3f .fill_ts_query_b {
    color: #969696;
}

.v3f .fill_ts_query_b .fill_ts_query {
    cursor: pointer;
}

.v3f .outside .fmultipleoptionsfilter,
.v3f .outside .fdropdownoptionsfilter {
    border: none;
    padding-left: 10px;
    width: calc(100% - 10px);
    display: none;
    z-index: 666;
}

.v3f .focused .outside .fmultipleoptionsfilter,
.v3f .focused .outside .fdropdownoptionsfilter {
    display: block;
}

.v3f .fmultipleoptionsfilter_b::after,
.v3f .fdropdownoptionsfilter_b::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    color: #0d95e8;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    content: "\f002";
    right: 10px;
    top: 10px;
}

.v3f .fmultipleoptionsfilter_b_::after {
    font-family: 'Font Awesome 5 Pro';
    display: block;
    color: #0d95e8;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 20px;
}

.v3f .fmultipleoptionsfilter_b.outside::after,
.v3f .fdropdownoptionsfilter_b.outside::after {
    content: "";
}

.v3f .fcenter .frange_options input[type=number] {
    text-align: center;
}

.v3f .finput_ab_b,
.v3f .fdropdown_ab_b {
    border-top: 1px solid #c8c8c8;
    margin-top: 5px;
    width: 300px;
    margin-bottom: 5px;
}

.v3f .finput_hb_b,
.v3f .frange_hb_b,
.v3f .fmultiple_hb_b,
.v3f .faddress_hb_b,
.v3f .fdropdownd2_hb_b,
.v3f .fdropdown_hb_b {
    cursor: pointer;
    font-size: 15px;
    line-height: 37px;
    float: right;
    width: 100%;
    text-align: center;
    color: #FFF;
    background: #00d053;
}

.v3f .finput_hb_b:hover,
.v3f .frange_hb_b:hover,
.v3f .fmultiple_hb_b:hover,
.v3f .faddress_hb_b:hover,
.v3f .fdropdownd2_hb_b:hover,
.v3f .fdropdown_hb_b:hover {
    background: #3a9b4f;
}

.v3f .finput_us_b,
.v3f .frange_us_b,
.v3f .fmultiple_us_b,
.v3f .faddress_us_b,
.v3f .fdropdownd2_us_b {
    cursor: pointer;
    font-size: 15px;
    line-height: 37px;
    float: left;
    width: calc(50% - 1px);
    text-align: center;
    color: #999999;
    border-right: 1px solid #c8c8c8;
}

.ui-draggable .v3f #search_button {
    position: inherit !important;
}

.filter_b_splitt {
    font-size: 20px;
    margin-top: 10px;
    line-height: 43px;
    background-color: #f0f0f0;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
}

.filter_b_splitt .backtotop {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #0d95e8;
    font-size: 16px;
}

.modal-block .filter_b_splitt .backtotop i {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-style: normal;
}

.filter_b_splitt .backtotop i:after {
    content: "\F106";
}

#inner_price_n_b_vertise .new-block .finput_h_b {
    font-weight: 300;
}

@media all and (max-width: 1070px) {
    #inner_price_n_b_vertise .new-block .input-block,
    .input_group_v .new-block .input-block,
    #adtitle_n_b_vertise .new-block .input-block,
    #description_n .new-block .input-block {
        border: 1px solid #c8c8c8;
        background-color: white;
    }

    #inner_price_n_b_vertise .new-block.v2if_required_f .input-block,
    .input_group_v .new-block.v2if_required_f .input-block,
    #adtitle_n_b_vertise .new-block.v2if_required_f .input-block,
    #description_n .new-block.v2if_required_f .input-block {
        border: 1px solid #00d053;
        background-color: #def9e9;
    }

}

@media all and (min-width: 1070px) {
    .red-star {
        display: none;
    }
}

.filter_abc_b {
    margin-top: 10px;
}

.filter_abc_b .filter_letter_b {
    width: 16%;
    width: calc(16.60% - 1px);
    float: left;
    font-size: 15px;
    display: block;
    text-align: center;
    height: 45px;
    border: 0px;
    box-shadow: 0px 0px 0px 1px #c0c0c0;
    background: #FFF;
    line-height: 45px;
    color: #0d95e8;
    margin-left: 1px;
    margin-bottom: 1px;
}

.filter_abc_b .filter_letter_b:hover {
    background-color: #f0f0f0;
}

.filter_abc_b .filter_letter_b:hover {
    text-decoration: none;
}

.filter_letter_b.last_letter {
}


/* Input forms */

.v3if .fd1_5c {
    width: 371px;
}

.v3if .fd1c {
    width: 237px;
}

.v3if .fd2c {
    width: 484px;
}

.v3if .fd3c {
    width: 731px;
}

.v3if .select-box select,
.v3if input[type=text],
.v3if input[type=number],
.v3if input[type=tel],
.v3if textarea {
    border: 1px solid #c8c8c8;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000007;
}

.v3if input[type=text],
.v3if input[type=tel],
.v3if input[type=number],
.v3if textarea {
    padding-left: 4px;
}

.v3if .select-box select {
    margin: 5px \9;
}

.v3if .select-box select,
.v3if .inputdropdown select {
    height: 32px;
    line-height: 30px;
    position: relative;
}

.v3if .select-box select option:hover,
.v3if .inputdropdown select option:hover {
    background: #e8e8e8;
}

.v3if input[type=text],
.v3if input[type=tel],
.v3if input[type=number] {
    height: 30px;
    line-height: 30px;
}

.v3if .emptyf,
.v3if .required {
    background: #FFE7E7;
}

.v3if .inputdropdown select option,
.v3if .select-box select option,
.v3if .select-box select optgroup,
.v3if .select-box select optgroup option,
.v3if .emptyf,
.v3if .required {
    color: #333;
    font-size: 14px
}

.v3if .select-box select option:hover {
    background-color: #c0c0c0;
}

.v3if .requiredf {
    text-align: left;
    width: 20px;
    overflow: hidden;
    display: block;
    height: 24px;
}

.v3if .requiredf span {
    color: #00d053;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.v3if .vat input[type='checkbox'],
.v3f .vat input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 0;
    position: relative;
    height: 17px;
    margin-right: 20px;
    display: inline-block;
}

.v3if .vat input[type='checkbox'] + label,
.v3f .vat input[type='checkbox'] + label {
    background: url(../img/new/fcheckbox_bg.png) no-repeat 0 0px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.v3if .vat label,
.v3f .vat label {
    width: 90% !important;
}

.v3if .vat input[type='checkbox']:checked + label,
.v3f .vat input[type='checkbox']:checked + label {
    background-position: 0 -16px;
}

.v3if .vat label span,
.v3f .vat label span {
    font-size: 14px;
}

.v3f .vat label span {
    color: #909090;
}

.v3if .vat {
    vertical-align: top;
}

.v3if .customVat,
.v3f .customVat {
    vertical-align: middle;
}

.v3if .priceCustomCB_b,
.v3if .priceCustomCB_b label,
.v3if .priceCustomCB_b span {
    font-size: 14px;
}

.v3if .vat .vatC_inner input[type='checkbox'],
.v3f .vat .vatC_inner input[type='checkbox'] {
    display: none;
    margin-right: 0;
}

.v3if .vat.customVat .vatC_inner {
    margin-top: 5px;
    height: 20px;
    line-height: 20px
}

/* multiple */

/* chekboxes new with mutiple select */

.checkbox_ib_mb {
    margin-top: 10px;
}

.checkbox_ib_h {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.checkbox_ib {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    position: relative
}

.checkbox_ib input,
.checkbox_ib_h input {
    display: none;
}

.checkbox_ib label span,
.checkbox_ib_h label span {
    line-height: 16px;
    float: left;
}

.checkbox_ib label {
    cursor: pointer;
}

.checkbox_ib label:before {
    content: " ";
    display: inline-block;
    visibility: visible;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    border: 1px solid #c8c8c8;
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000007;
}

@media (max-width: 690px) {
    .checkbox_ib label:before {
        width: 22px;
        height: 22px;
        color: #0d95e8
    }

    .checkbox_ib.checked label:before {
        font-size: 18px;
    }

    .checkbox_ib label span,
    .checkbox_ib_h label span {
        line-height: 24px;
        float: left;
        font-size: 16px;
        font-weight: 100;
    }

    .checkbox_ib label span {
        width: calc(100% - 40px);
    }

    .price_n_b .checkbox_ib {
        width: 54%;
    }

    #inner_price_n_b_vertise .price_n_b {
        width: 100%;
    }

    .price_n_b .v2if_required_f .checkbox_ib label:before,
    #googlemaps_b_vertise .checkbox_ib label:before {
        border: 1px solid #c8c8c8;
        background-color: #fff;
    }
}

.checkbox_ib.checked label:before {
    content: "\f00c";
}

.v2if_required_f .checkbox_ib label:before {
    background-color: #def9e9;
    border: 1px solid #00d053;
}

.badFill .checkbox_ib label:before {
    border: 1px solid #F9BAB7;
    background-color: #FFC7C4;
}

@media all and (max-width: 1069px) {
    .v2if_required_f .checkbox_ib label.checkbox-input:before {
        border: 1px solid #c8c8c8;
        background-color: white;
    }

    .badFill .checkbox_ib label.checkbox-input.fillThis:before {
        border: 1px solid #F9BAB7;
        background-color: #FFC7C4;
    }
}

#input_btn_b_advanced {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

#input_btn_b_advanced #input_adv_t a.reverse {
    margin-bottom: 15px;
}

#input_btn_b_advanced #input_adv_t a {
    font-size: 18px;
    color: #00d053;
    line-height: 32px;
    text-decoration: underline;
}

#input_btn_b_advanced #input_adv_t i {
    margin-right: 10px;
    background-image: url(../img/svg/icons_ptrn.svg);
    background-repeat: no-repeat;
    background-size: 28px 1016px;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    background-position: 0 -50px;
    transition: all 0.3s ease;
}

#input_btn_b_advanced.reverse #input_adv_t i {
    background-position: 0 -77px;
}

#input_btn_b_advanced {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#description_n {
    margin-top: 10px;
}

#main_data_more {
    margin-top: 10px;
}

#price_n_b_advertise_b,
#photos_b_advertise,
#googlemaps_b_advertise,
#video_b_advertise,
#price_n_b_vertise_b,
#googlemaps_b_vertise,
#video_b_vertise,
.edit_b_vertise {
    background: #F0F0F0;
    padding: 10px;
}

#photos_b {
    position: relative;
}

#video_hint_b,
#turas3d_hint_b {
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 300;
    width: 23%;
}


#video_input_b,
#turas3d_input_b {
    float: left;
    width: 70%;
    margin-left: 2%;
}

#video_b_advertise #video_submit_b,
#google_maps_submit_b,
#video_submit_b,
#google_maps_submit_b,
#turas3d_submit_b {
    float: left;
    width: 5%;
}

#video_b_advertise #video_submit_b i,
#google_maps_submit_b i,
#video_submit_b i,
#google_maps_submit_b i,
#turas3d_submit_b i {
    width: 100%;
    background-color: #00d053;
    border: 0;
    line-height: 28px;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    color: #FFF;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 28px;
}


.photo_drag_help_hint_b {
    margin: 20px 0;
    float: left;
}

#video_b_advertise #video_submit_b i:hover,
#google_maps_submit_b i:hover,
#video_submit_b i:hover,
#google_maps_submit_b i:hover,
#turas3d_submit_b i:hover {
    background-color: #00d053;
    outline: none;
}

#video_b_advertise #video_submit_b i:after,
#google_maps_submit_b i:after,
#video_submit_b i:after,
#google_maps_submit_b i:after,
#turas3d_submit_b i:after {
    content: "\f105";
}

#video_text_input,
#turas3d_text_input {
    width: 99%;
    width: calc(98% - 2px);
    height: 26px;
    font-size: 16px;
    padding-left: 1%;
    font-weight: 300;
    padding-right: 1%;
}

#map_canvas_b {
    text-align: center;
}

#map_canvas_b #map_canvas {
    width: 100%;
    height: 350px;
}

#googlemaps_b_advertise #google_maps_user_input_b,
#google_maps_user_input_b {
    margin-top: 5px;
}

#googlemaps_b_advertise #google_maps_user_input_b #gmaps_address_hint_b,
#google_maps_user_input_b #gmaps_address_hint_b {
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: #6b6b6b;
    width: 22%;
    font-weight: 300;
}

#house_number_user_input_b {
    float: left;
    width: 71%;
    margin-left: 2%;
    font-weight: 300;
}


#house_number_user_input {
    width: 99%;
    width: calc(98% - 2px);
    height: 26px;
    font-size: 16px;
    padding-left: 1%;
    font-weight: 300;
    padding-right: 1%;
}

/**
* @author zhixin wen <wenzhixin2010@gmail.com>
*/

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    background-color: #fff;
    font-size: 18px;
    color: #999;
    height: 34px;
    line-height: 30px;
    border: 1px solid #c8c8c8;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABzSURBVHjabM5BDcNADETR12gJlEIotBBSCqFQCKVQCqWQnPacYlkKodDLHFarWrIs/xmNfam1LmjpfzVjLnhlueMcTFccaBPWwCNCX1vmOiXlkdTPYLpFO0tgS/KGd9gS1qB0CV88+3NhRiPs3c97L/wGANHYFl5GNKcBAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
    font-size: 18px;
    line-height: 32px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}

.ms-drop {
    width: auto;
    min-width: 237px;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #c8c8c8;
}

.ms-drop.bottom {
    top: 100%;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-search,
.ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow-y: scroll;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

.finput_h_b {
    position: relative;
}

.finput_h_b .requiredf {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.fd2c .fw32,
.fd3c .fw32 {
    width: 32.5%;
}

.fd2c .fw1,
.fd3c .fw1 {
    width: 1.5%;
}

.fd2c .fw34,
.fd3c .fw34 {
    width: 32%;
}

.fw100 {
    width: 100%;
}

.fw49 {
    width: 49%;
}

.fw60 {
    width: 60%;
}

.fw35 {
    width: 35%;
}

.fw5 {
    width: 5%;
}

.fw2 {
    width: 2%;
}

.fw75 {
    width: 75%;
}

.fw20 {
    width: 20%;
}

.fw60 .select-box select,
.fw60 input[type=text],
.fw60 input[type=tel],
.fw60 input[type=number],
.fw20 .select-box select,
.fw75 input[type=text],
.fw75 input[type=tel],
.fw75 input[type=number],
.fw35 input[type=text],
.fw35 input[type=tel],
.fw35 input[type=number],
.fw100 .select-box select,
.fw100 textarea,
.fw100 input[type=text],
.fw100 input[type=tel],
.fw100 input[type=number],
.fw49 input[type=text],
.fw49 .select-box select,
.fw49 input[type=tel],
.fw49 input[type=number] {
    padding: 0;
    margin: 0;
    width: 99%;
    padding-left: 5px;
    width: calc(100% - 7px);
    font-weight: 300;
}

.fw100 input[type=tel]:disabled {
    color: #00d053
}

.v3if_required_f .select-box select,
.v3if_required_f textarea,
.v3if_required_f input[type=text],
.v3if_required_f input[type=tel],
.v3if_required_f input[type=number] {
    border: 1px solid #00d053;
    background-color: #def9e9;
}

.badFill .select-box select,
.badFill textarea,
.badFill input[type=text],
.badFill input[type=tel],
.badFill input[type=number] {
    border: 1px solid #F9BAB7;
    background-color: #FFC7C4;
    color: #555;
}

.v3if .select-box select {
    width: 100%;
}

.fw5 {
    width: 5%;
}

.advertise_hint_b,
.vertise_hint_b {
    display: none;
    background: #f6f7d5;
    text-align: justify;
    position: absolute;
    top: 0;
    left: 743px;
    width: 253px;
    padding: 10px;
    color: #1F1F1F;
    font-size: 12px;
}

.mob_filter_group_v.opnd .v3f .inner_padder {
    background: #ccc;
    border: 1px solid #a0a0a0;
}

.mob_filter_group_v.opnd .v3f .inner_padder.disabled_padder {
    background: #f0f0f0;
}

.mob_filter_group_v.opnd .v3f .fdropdown .inner_padder.disabled_padder::after,
.mob_filter_group_v.opnd .v3f .fdropdownd2 .inner_padder.disabled_padder::after,
.mob_filter_group_v.opnd .v3f .fmultiple .inner_padder.disabled_padder::after,
.mob_filter_group_v.opnd .v3f .faddress .inner_padder.disabled_padder::after,
.mob_filter_group_v.opnd .v3f .frange .inner_padder.disabled_padder::after {
    color: #a0a0a0;
}

.advertise_hint_b:after,
.vertise_hint_b:after {
    content: ' ';
    top: 11px;
    display: block;
    left: -6px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #f6f7d5;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
}

#photo_upload_progress_bar {
    display: none;
    position: relative;
    height: 20px;
    border: 1px solid #00d053;
    background-color: #FFF;
    margin-bottom: 10px;
}

#photo_upload_progress_bar #photo_upload_progress_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    line-height: 20px;
}

#photo_upload_progress_bar #photo_upload_progress_percentages_fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #6FD886;
    width: 0;
}

#photo_upload_progress_bar #photo_upload_progress_percentages {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.photo_m_b .swapPhoto_helper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 2;
}

.dropper {
    overflow: hidden
}

.dropper-dropzone {
    background: #fff;
    border: 3px dashed #00d053;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    text-align: center
}

.dropper.dropping .dropper-dropzone,
.no-touch .dropper:hover .dropper-dropzone {
    background: #eee;
    border-color: #999;
    color: #333
}

.dropper-input {
    position: absolute;
    left: 100%;
    opacity: 0;
    display: none;
}

.no-opacity .dropper-input {
    left: -999px
}

#photon_custom_help_b {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 10px;
}

.inner_loader_b i {
    font-size: 44px;
    font-family: 'Font Awesome 5 Pro';
    color: #999;
    font-weight: normal;
    font-style: normal;
    -webkit-animation: rotation 1s infinite linear;
    margin-top: 32px;
    display: block;
}

.inner_loader_b i:after {
    content: "\f110";
}

#email_warning,
#phone_warning {
    background-color: #FFF;
    color: #d60417;
    font-size: 12px;
    position: relative;
    top: 100%;
    left: 0;
    white-space: nowrap;
}

#email_warning em {
    text-decoration: underline;
    cursor: pointer;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

#photos_main_photo_helptext {
    margin-top: 10px;
    width: 18%;
    text-align: center;
    display: none;
    overflow: hidden;
}

#photos_main_photo_helptext.active {
    display: block;
}

.photo_m_b {
    cursor: -webkit-grab;
}

.photo_m_b {
    position: relative;
}

.photo_m_b .inner_loader_b {
    top: 25px;
    left: 50%;
    position: absolute;
    margin-left: -25px;
}

.photo_m_b .inner_loader_b i {
    margin-top: 0;
}

.photo_m_b.sortable-ghost {
    opacity: 0;
}

.tinytips {
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #00d053;
}

.tinytips:hover {
    text-decoration: none;
    color: #00d053;
}

.tinytips:after {
    content: "\f05a";
}

.tinytips_photos_placer {
    height: 28px;
}

#tinytips_photos_placer .tinytips {
    margin-top: 3px;
    display: block;
}

#photos_upload_f_b {
    float: left;
}

#photos_upload_f_b.unactive {
    display: none;
}

#photon_custom_max_help_b {
    border: 1px solid #e6c11e;
    background-color: #fdfaea;
    padding: 5px;
    text-align: center;
}

#photos_upload_f_b .dropper-dropzone #photo_u_h_counter {
    font-weight: bold;
    font-size: 41px;
}

#photos_upload_f_b .dropper-dropzone .photo_u_h_t_b {
    font-size: 19px;
    line-height: 16px;
    font-weight: 300;
}

#photos_upload_f_b .dropper-dropzone {
    height: 92px;
    position: relative;
    padding-top: 21px;
}

#photos_upload_f_b .dropper-dropzone:hover {
    color: #00d053;
}

#photos_upload_f_b .dropper-dropzone:hover i {
    color: #00d053;
}

#photos_upload_f_b .dropper-dropzone i#land:after {
    content: "\f03e";
}

#photos_upload_f_b .dropper-dropzone i#land_plus:after {
    content: "\f067";
}

.photo_m_b.ui-draggable {
    cursor: move;
}

#progress_icon {
    width: 18%;
    margin: 0 1% 35px;
    text-align: center;
    background-color: #F3F3F3;
}

#progress_icon #progress_inner {
    width: 100%;
    height: 90px;
    border: 1px solid #cecece;
}

#progress_icon img {
    margin-top: 28px;
}

.photo_m_b.ui-draggable-dragging {
    z-index: 10;
}

.ui-drop-hover {
    opacity: 1;
}

#photos_b_advertise,
#photos_b_vertise {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#fillgooglemaps {
    margin-top: 10px;
}

.photo_m_b,
.photo_m_b_loader {
    float: left;
}

.photo_m_b img.photo {
    width: 100%;
    width: calc(100% - 2px);
    height: 87px;
    display: block;
    border: 1px solid #cecece;
}

#photo-upload-button_b #photo-upload-button {
    width: 132px;
    height: 92px;
    background-color: #cecece;
    display: block;
    text-decoration: none;
    text-align: center;
}

#photo-upload-button_b #photo-upload-button.hover {
    background-color: #adadad;
}

#photo-upload-button_b #photo-upload-button #upload-button-text {
    color: #f0f0f0;
    font-size: 14px;
}

#photo-upload-button_b #photo-upload-button #upload-big-plus-button {
    color: #f0f0f0;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    padding-top: 10px;
}

#photo-loader {
    padding-top: 18px;
    padding-left: 10px
}

.edit-photo-btns.rotate-photo i:after {
    content: "\f01e";
}

.edit-photo-btns.cut-photo i:after {
    content: "\f0c4";
}

.edit-photo-btns.move-left i:after {
    content: "\f077";
}

.edit-photo-btns.delete-photo i:after {
    content: "\f1f8";
}

.inputHint_b {
    position: relative;
}

.inputHint_b input[type=text] {
    padding-right: 22%;
    width: 77%;
    width: calc(78% - 7px);
}

.inputHint_b .inputHint_text_b {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #555;
}

#photos_b_h2 {
    position: relative;
    margin-bottom: 10px
}

#photos_b_h2 input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.input_group_fl {
    float: left;
    display: inline-block;
    margin-bottom: 11px;
    margin-right: 20px;
}

.new_fields_padding .input_group_fl {
    margin-right: 22px;
}

.input_group_fl.col_4 {
    margin-right: 0;
}

@media all and (max-width: 1069px) and (min-width: 691px) {
    .contentMiddlePadding {
        padding: 10px 1%;
    }
}

@media all and (max-width: 1069px) {
    #email_warning {
        position: relative;
    }

    #googlemaps_b_advertise #google_maps_user_input_b #gmaps_address_hint_b,
    #google_maps_user_input_b #gmaps_address_hint_b,
    #video_hint_b {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #video_hint_b {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    #house_number_user_input_b,
    #video_input_b,
    #turas3d_hint_b {
        width: 90%;
        margin-left: 0;
    }

    #video_submit_b,
    #turas3d_submit_b,
    #google_maps_submit_b {
        width: 9%;
    }

    .checkbox_ib_mb {
        margin-bottom: 20px;
    }

    #googlemaps_b_advertise #gmaps_checkbox_b,
    #googlemaps_b_vertise #gmaps_checkbox_b {
        float: none;
    }

    .advertise_hint_b,
    .vertise_hint_b {
        display: none !important;
    }

    .input_group_v {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    .v3if .control_237,
    .v3if .control_231 {
        width: 100%;
        padding-left: 0 !important;
    }

    .v3if table {
        width: 100%;
    }

    .v3if .fd1c .control_210 {
        width: 85% !important;
    }

    .v3if .fd1c .control_7 {
        width: 5% !important;
    }

    .v3if .fd2c .inner_padder,
    .v3if .fd1c .inner_padder,
    .v3if .fd3c .inner_padder {
        margin-top: 15px;
    }

    .v3if .fd3c .control_725 {
        padding-left: 0;
    }

    .input_group {
        height: auto !important;
    }

    .v3if .fd3c {
        width: 100%;
    }

    .v3if .fd3c table {
        width: 100%;
    }

    .v3if .fd3c .control_210 {
        width: 26% !important;
    }

    .v3if .fd3c .control_7 {
        width: 5% !important;
    }

    .v3if .fd3c .control_20 {
        width: 10% !important;
    }

    .v3if .fd3c .control_10 {
        width: 2% !important;
    }

    .v3if .fd3c .control_237 {
        width: 32% !important;
    }

    .v3if .fd3c select.control_237 {
        width: 100% !important;
    }

    .fd2c .control_210 {
        width: 47% !important;
    }

    .fd2c .control_7 {
        width: 0% !important;
    }

    .fd2c .control_20 {
        width: 3% !important;
    }

    .fd2c .control_10 {
        width: 0% !important;
    }

    .fd1c .control_115 {
        width: 47.5%;
    }

    .fd1c .control_115 select {
        width: 100%;
    }

    .control_731 {
        width: 100%;
    }

    .control_725 {
        width: 100%;
    }

    .v3if .fd3c .control_725 {
        width: 100%;
    }

    .v3if .fd2c,
    .v3if .fd1c {
        width: 100%;
    }

    .v3if .fd1_5c {
        width: 100%;
    }

    #price_n_b_advertise_b #inner_price_n_b_advertise,
    #price_n_b_vertise_b #inner_price_n_b_vertise {
        float: none !important;
        width: 100%;
    }

    #price_n_b_advertise_b .control_344,
    #price_n_b_vertise_b .control_344 {
        width: 75%;
    }

    #price_n_b_advertise_b .control_320,
    #price_n_b_vertise_b .control_320 {
        width: 75% !important;
    }

    #price_n_b_advertise_b .control_320 .control_314,
    #price_n_b_vertise_b .control_320 .control_314 {
        width: 100% !important;
    }

    #price_n_b_advertise_b .control_7,
    #price_n_b_vertise_b .control_7 {
        width: 5%;
    }

    #price_n_b_advertise_b .control_44,
    #price_n_b_advertise_b .control_20,
    #price_n_b_vertise_b .control_44,
    #price_n_b_vertise_b .control_20 {
        width: 15% !important;
    }

    #price_n_b_advertise_b,
    #photos_b_advertise,
    #googlemaps_b_advertise,
    #video_b_advertise,
    #price_n_b_vertise_b,
    #photos_b_vertise,
    #googlemaps_b_vertise,
    #video_b_vertise {
        padding: 5px;
    }

    #vertise_inner_views,
    #vetise_other_views {
        float: none;
        width: 100%;
        text-align: left;
    }

    #vetise_other_views {
        margin-left: 0 !important;
    }

    .fd2c .fw32,
    .fd3c .fw32 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fd2c .fw1,
    .fd3c .fw1 {
        width: 0%;
    }

    .fd2c .fw34,
    .fd3c .fw34 {
        width: 100%;
    }

    .checkbox_ib_h {
        width: 50%;
    }

    .checkbox_ib {
        width: 50%;
    }


    .fd3c textarea:focus {
        height: 300px !important;
    }

    #photos_b,
    #fillgooglemaps,
    #check_video_b {
        width: 90%;
    }
}

@media all and (max-width: 690px) {

    #house_number_user_input_b,
    #video_input_b {
        width: 90%;
        margin-left: 0;
    }

    #video_submit_b,
    #google_maps_submit_b,
    #turas3d_submit_b {
        width: 9%;
    }
}


@media all and (min-width: 481px) {

    .photo_drag_help_hint_b {
        margin-left: 20px;
    }
}

@media all and (max-width: 480px) {

    .photo_drag_help_hint_b {
        margin-left: 0;
    }

    .photo_m_b_loader .inner_loader_b {
        height: 118px;
    }

    #photos_b,
    #fillgooglemaps,
    #check_video_b {
        width: 85%;
    }

    #house_number_user_input_b,
    #video_input_b {
        width: 85%;
        margin-left: 0;
    }

    #video_submit_b,
    #google_maps_submit_b,
    #turas3d_submit_b {
        width: 15%;
    }

    #advertisementBanner .plusminus_b {
        display: none;
    }

    .compactPrice_div {
        margin-top: 5px;
    }

    .button_n.big_b_n,
    .button_n-red.big_b_n {
        font-size: 18px;
        border-radius: 5px;
    }

    .checkbox_ib_h {
        width: 100%;
        margin-bottom: 10px;
    }

    .checkbox_ib {
        width: 100%;
    }

    #map_canvas {
        height: 160px !important;
    }

    .fd3c textarea:focus {
        height: 300px !important;
    }

    #photos_upload_f_b .dropper-dropzone {
        height: 97px;
    }
}

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

.red-star {
    color: red;
    font-weight: 600;
}
#comments_votes_b {
    margin-top: 13px;
}

#comments_b {
    background-color: #00d053;
    line-height: 48px;
    color: #FFF;
    font-size: 24px;
    padding: 0 30px;
    cursor: pointer;
    display: block;
    text-align: left;
    font-weight: normal;
}

#comments_b i {
    float: right;
    font: normal normal normal 40px/48px 'Font Awesome 5 Pro';
}

#comments_b i:after {
    content: '\f107';
}

#comments_b.active i:after {

    content: '\f106';
}

#comment_rules_confirm_b label {
    cursor: pointer;
}

#adv_comments_b {
    border-bottom: 1px solid #ebebeb;
}

#adv_comments_place_b {
    background: #ebebeb;
    padding: 10px;
}

#comment_stars_b {
    margin-top: 2px;
}


#comments_h_b {
    margin-top: 10px;
}

#comment_additional_b {
    margin-top: 10px;
}

#comment_add_new {
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #00d053;
}

#comment_add_new:hover {
    text-decoration: underline;
}

#comments_more_b {
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #00d053;
}

#comments_votes_b {
    float: right;
    font-size: 14px;
    color: #999;
}

#comments_more_b:hover {
    text-decoration: underline;
}

.comment_comment_b {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.hidden_comment_b {
    display: none;
}

.hidden_comment_b.force_show_comment_b {
    display: block;
}

.comment_new_b, .comment_view_b {
    float: left;
    display: block;
}

.comment_view_f_b {
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0BF;
    margin-bottom: 5px;
}

#comments_full_b {
    margin-top: 10px;
}

.comment_comment_b {
    word-break: break-all;
}


.comment_info_b {
    line-height: 20px;
    margin-bottom: 2px;
}

.comment_name_b {
    float: left;
    font-size: 14px;
}

.comment_ip_b {
    float: left;
    font-size: 12px;
}

.comment_vote_b, .comment_report_b {
    float: right;
}

.comment_time_b {
    float: left;
}

.comment_report_b i {
    cursor: pointer;
    font: normal normal normal 13px/20px 'Font Awesome 5 Pro';
}

.comment_report_b i:after {
    content: '\f05e';
    font-size: 13px;
}

.comment_ip_b, .comment_report_b {
    color: #999999;
}

.comment_report_b {
    opacity: 0.4;
}

.comment_report_b:hover {
    opacity: 1;
}

.comment_time_b {
    margin-left: 10px;
}

.comment_ip_b {
    margin-left: 10px;
}

#comments_input_name_b, #comments_input_email_b, #comments_votes_b, #comment_rules_confirm_b {
    line-height: 28px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}

#comment_rules_confirm_b {
    line-height: 28px;
}

#comments_input_comment_textarea_b {
    width: 496px;
    float: left;
    margin-right: 4px;
    height: 140px;
    padding: 5px;
}

#comments_input_name_b input, #comments_input_email_b input, #comments_input_comment_textarea_b {
    border: 1px solid #e0e0e0;
    color: #000;
    font-size: 14px;
    padding: 5px;
}

#comments_input_contacts_b {
    margin-bottom: 5px;
}

#comment_submit_b {
    float: left;
    height: 48px;
    display: block;
    color: #FFF;
    font-size: 20px;
}

.comment_new_b, .comment_view_b {
    width: 100%;
}

#comments_input_comment_textarea_b {
    width: 98%;
    margin: 0;
    padding: 1%;
    margin-bottom: 5px;
    -webkit-appearance: none;
}

#comment_submit_b {
    padding: 0 20px;
}

.comment_comment_b {
    margin: 0;
    margin-bottom: 5px;
    transition: color 0.2s ease;
}

@media all and (max-width: 1069px) {
    #comments_b {
        font-size: 16px;
    }

    #comments_votes_b {
        float: none;
        width: 100%;
    }

    #comments_input_comment_textarea_b {
        padding: 5px;
        margin: 0 auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #comments_input_name_b, #comments_input_email_b {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    #comments_input_name_b input, #comments_input_email_b input, #comments_input_comment_textarea_b {
        width: calc(100% - 12px);
    }

    #comments_input_name_b input, #comments_input_email_b input, #comments_input_comment_textarea_b {
        font-size: 14px;
        line-height: 20px;
    }

    #comment_submit_b {
        width: 100% !important;
    }
}

#comment_agree {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
}

#userGooglemaps #maps_header {
    line-height: 20px;
    color: #6b6b6b;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#userGooglemaps #maps_header strong {
    color: #6b6b6b;
    font-size: 18px;
}

#userGooglemaps #maps_container img {
    display: block;
}

#user_layout_header {
    background: #f9f9f9;
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 10px;
}

#user_layout_header #inner_b {
    height: 242px;
}

#user_layout_header #bottom_b {
    background-color: #f0f0f0;
}

#user_layout_header #user_data_b {
    width: 250px;
    background-color: rgba(0, 0, 0, 0.66);
    height: 100%;
}

#user_layout_header #inner_b {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#user_layout_header #user_data_b #user_data_logo_place {
    width: 136px;
    height: 136px;
    margin: 27px auto 0;
    position: relative;
}

#user_layout_header #user_data_b #user_data_logo_place .centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#user_layout_header #user_data_b #user_data_logo_place #user_data_logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #FFF;
    overflow: hidden;
}

#user_layout_header #user_data_b #user_data_logo_place #user_data_logo img {
    max-width: 136px;
    max-height: 136px;
    display: block;
}

#user_layout_header #user_data_b #user_data_logo_place #user_data_rating {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00d053;
    font-size: 15px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

#user_layout_header #user_data_b #user_data_title {
    text-align: center;
    font-size: 15px;
    color: #FFF;
    margin-top: 7px;
    height: 57px;
    overflow: hidden;
}

#main_right_b-user {
    float: right;
    width: 295px;
    margin-right: 5px;
}

#main-content-right-user {
    position: relative
}

.resultBlock .image .emptyphoto div {
    margin: 110px auto 0;
}

@media all and (max-width: 1069px) {
    .resultBlock {
        width: 48%;
        margin: 10px 1% 0% 1%;
    }

    .w736, .w300, .w890, .w844, .w970, .w1018 {
        width: 100%;
    }

    .w295 {
        width: 100%;
        margin-right: 0;
    }

    .w890, .w1018 {
        margin-left: 0 !important;
    }

    .w844, .w970 {
        margin-left: 0 !important;
    }

    #main_right_b-user {
        width: 100%;
    }

    #userGooglemaps #maps_container img {
        display: block;
        margin: 0 auto;
    }
}

@media all and (max-width: 480px) {
    .resultBlock {
        width: 100%;
        margin: 10px 0 0 0;
    }
}
/* Search advanced menu */

#inner_b_shadow {
    display: none;
}

#hidden_el_more {
    left: 50%;
    bottom: 7px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    text-align: center;
    background: #e2e2e2;;
    padding: 5px 10px;
    margin-left: -55px;
    width: 110px;
    border-radius: 11px;
}

#hidden_el_more i:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    color: #00d053;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

#hidden_el_more i.up:after {
    content: "\f106";
}

/* Search advanced menu end */

.filters_option_b {
    border-bottom: 1px solid #c8c8c8;
    line-height: 39px;
    font-size: 16px;
    position: relative;
}

#searchAdvanced .filter_option_t,
.filter_option_t {
    float: left;
    align-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}

.main_filters_b {
    margin-bottom: 10px;
}

#searchAdvanced .field_filter_b .selected_params,
.field_filter_b .selected_params {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    position: absolute;
    top: 6px;
    left: 50%;
    display: block;
    padding: 0 10px 0 35px;
    line-height: 27px;
    max-width: 38%;
    max-width: calc(100% - 51% - 84px);
    margin-left: 4px;
    border-radius: 14px;
}

#searchAdvanced .field_filter_b .selected_params.nobg,
.field_filter_b .selected_params.nobg {
    background: none;
}

#with_photo_unset.field_filter_b .selected_params,
#xml_import_unset.field_filter_b .selected_params {
    left: auto;
    right: 0;
    width: auto;
    padding-right: 10px;
    padding-left: 0;
    border-radius: 0;
}

#filters_option_b_with_photos .selected_params {
    text-align: center;
}

#searchAdvanced .field_filter_b .selected_params .filters_option_b i.filters_option_hb_i {
    position: absolute;
    font: normal normal normal 19px/1 'Font Awesome 5 Pro';
    color: #0d95e8;
    right: 5px;
    bottom: 10px;
    width: 7px;
}

.field_unset_b a.selected_params_i {
    display: inline-block;
    font: normal normal bold 24px/24px 'Font Awesome 5 Pro';
    color: #0d95e8;
    bottom: 0;
    text-decoration: none;
    margin-right: 10px;
}

.field_unset_b a.selected_params_i:hover {
    color: #0f83ca;
}

.field_filter_b,
.field_unset_b {
    position: relative;
}

.field_filter_b a.selected_params_i {
    position: absolute;
    display: block;
    font: normal normal bold 26px/40px 'Font Awesome 5 Pro';
    color: #6f6f6f;
    left: 50%;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
    width: 30px;
    text-align: center;
}

.field_filter_b a.selected_params_i:hover,
.field_filter_b a.selected_params_i:focus,
.field_filter_b a.selected_params_i:active {
    color: #333;
}

.field_filter_b a.selected_params_i:after,
.field_unset_b a.selected_params_i:after {
    content: "\f057";
    font-weight: 300;
}

#change_category_placer {
    position: absolute;
    left: -1px;
    top: 30px;
    background: #FFF;
    padding: 5px 0 5px;
    border: 1px solid #c0c0c0;
    z-index: 3;
    border-top-left-radius: 0;
    display: none;
    width: 100%;
    white-space: nowrap;
}

#category_unset_b.open #change_category_placer {
    display: block;
}

#change_category_placer .change_category_list_b {
    line-height: 31px;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
}

#change_category_placer .change_category_list_b:hover {
    background: #f0f0f0;
    cursor: pointer;
}

#change_category_placer .change_category_list_b.disabled,
#change_category_placer .change_category_list_b.disabled:hover {
    background: #f0f0f0;
    cursor: default;
}

#category_unset_b .selected_params_i:after {
    content: "\f13a";
}

#category_unset_b.open .selected_params_i:after {
    content: "\f139";
}

.filters_option_b i.filters_option_hb_i:after {
    content: "\f105";
}

.filters_option_hb {
    cursor: pointer;
    color: #333;
    font-weight: 300;
}

.filters_option_b {
    color: #333;
    font-weight: 300;
    justify-content: center;
}

.filters_option_hb:hover {
    text-decoration: none;
}

.bottomCategories {
    margin-top: 10px;
    margin-bottom: 10px;
}

#category_filters_unset_b .field_unset_b {
    float: left;
    margin-right: 10px;
    max-width: 320px;
    margin-top: 10px;
    border: 1px solid #0d95e8;
    padding: 3px 10px 3px 3px;
    background: #FFF;
    border-radius: 17px;
}

#category_filters_unset_b .field_unset_b#category_unset_b {
    position: relative;
    cursor: pointer;
    background: #0d95e8;
    border: 1px solid #0d95e8;
    color: #FFF;
}

#category_filters_unset_b .field_unset_b#category_unset_b:hover {
    background: #0f83ca;
    border: 1px solid #0f83ca;
}

.field_unset_b#category_unset_b a.selected_params_i {
    color: #FFF
}

#category_filters_unset_b .field_unset_b a.selected_params_i {
    width: 24px;
    float: left;
    height: 24px;
    overflow: hidden;
}

#category_filters_unset_b .field_unset_b a.selected_params_i:active {
    color: #333;
}

#category_filters_unset_b .field_unset_b .selected_params {
    float: left;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 34px);
}

@media all and (max-width: 890px) {
    .mobile_hidden_filter_b {
        display: none;
    }
}

#mob_filter_group_v_showageupdated {
    float: left;
    width: 256px;
}

#desk_submit_href_b {
    float: right;
    background: #00d053;
    line-height: 32px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    height: 31px;
    margin-right: 10px;
    padding: 0 20px;
}

.notmcat #desk_submit_href_b {
    margin-left: 25px;
    width: auto;
    float: left;
}

#bottom_search_inner_l_b .col {
    width: 25%;
    float: left;
}

#bottom_search_inner_l_b .col2 {
    width: 20%;
    float: left;
}

#bottom_search_inner_l_b .col3 {
    width: 32%;
    float: left;
}

#bottom_search_inner_l_b .col.col_5 {
    /* width: 236px; */
}

#price_filter_b {
    float: left;
}

.price_filter_b {
    background: #FFF;
    height: 30px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;
    text-overflow: ellipsis;
    width: 109px;
    margin-right: 2px;
    text-align: center;
}

.price_filter_b.price_to {
    margin-right: 0;
}

.category_filters_unset_b_wrapper {
    margin: 15px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
}

#desk_submit_href_b span {
    font-size: 14px;
    display: inline-block;
    top: -2px;
    position: relative;
}

.popular-item-first {
    display: block;
    float: left;
    line-height: 30px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #777;
    font-weight: 300;
    padding-right: 5px;
}

.popular-item {
    display: block;
    float: left;
    background: #00d053;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    cursor: pointer;
    padding: 2px 5px;
    margin: 1px 4px 10px 0;
}

.popular-item:hover {
    background-color: #3a9b4f;
}

.popular-item a {
    color: #FFF;
}

.popular-item a:hover {
    text-decoration: none;
}

#desk_submit_href_b,
#deks_advanced_href_b,
#desk_clean_href_b {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari*/
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

#deks_advanced_href_b {
    float: right;
    line-height: 29px;
    font-size: 14px;
    color: #6f6f6f;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
    width: 128px;
}

#desk_submit_href_b:hover {
    background-color: #3a9b4f;
    outline: none;
}

#deks_advanced_href_b.opnd {
    color: #1da1f2;
}

#desk_clean_href_b {
    float: right;
    background: #fff;
    line-height: 31px;
    font-size: 14px;
    color: #6f6f6f;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    border-radius: 4px;
    height: 31px;
}

#desk_clean_href_b:hover {
    background-color: #f0f0f0;
}

#desk_clean_href_b:hover a {
    color: #999;
}

#finputhb_showageupdated {
    float: left;
    width: 44%;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 15px;
}

#inner_padder_showageupdated {
    height: 30px;
    float: left;
    width: 55%;
    width: calc(56% - 2px);
}

#desk_clean_href_b:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    font-style: normal;
    text-align: center;
    content: "\f2ed";
    margin-right: 10px;
}

#deks_advanced_href_b:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    content: "\f107";
    margin-left: 10px;
}

#deks_advanced_href_b.opnd:after {
    content: "\f106";
}

#desk_submit_href_b:before {
    float: left;
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    content: "\f002";
    margin-right: 10px;
    top: 0;
    position: relative;
    font-size: 14px;
}

#filters_more_b {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    position: relative;
    margin-top: 10px;
}

#desk_filter_with_photo,
#desk_filter_with_imported {
    float: left;
    cursor: pointer;
    /* width: 206px; */
    width: 173px;
    line-height: 37px;
    height: 37px;
    margin-left: 10px;
}

#with_photo_checkbox,
#without_xml_checkbox {
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 29px;
    margin-left: 11px;
}

#with_photo_checkbox i,
#without_xml_checkbox i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#with_photo_checkbox.checked i:after,
#without_xml_checkbox.checked i:after {
    font-weight: normal;
    font-style: normal;
    text-align: center;
    content: "\f00c";
    font-size: 13px;
    font-family: 'Font Awesome 5 Pro';
    color: #1da1f2;
    text-align: center;
    width: 18px;
    display: block;
    height: 18px;
    line-height: 20px;
}

#desktop_filters_b_advanced {
    display: none;
}

.group_fields_filter_b {
    line-height: 33px;
    border-top: 1px solid #c0c0c0;
    font-size: 14px;
}

#category_group_fields_filter_b #clean_href_b {
    float: left;
    width: 48%;
    width: calc(49% - 2px);
    border: 1px solid #d0d0d0;
    line-height: 40px;
    background: #f8f8f8;
    text-decoration: none;
    font-size: 18px;
    color: #6e6e6e;
    text-align: center;
    font-weight: 500;
}

#category_group_fields_filter_b #submit_href_b {
    float: right;
    background: #00d053;
    line-height: 42px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    width: 49%;
    border: 0;
    cursor: pointer;
    height: 42px;
}

#category_group_fields_filter_b #submit_href_b i {
    padding-right: 3px;
}

#category_group_fields_filter_b #submit_href_b i:after {
    font: normal normal normal 18px/40px 'Font Awesome 5 Pro';
    content: "\f002";
    color: #FFF;
}

#submit_href_b_count {
    font-size: 16px;
}

#toggle_filters_b {
    line-height: 38px;
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
    color: #6d6d6d;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    cursor: pointer;
    float: left;
    font-weight: 500;
    position: relative;
    min-width: 100px;
}

#toggle_filters_b i:after {
    font: normal normal normal 24px/1 'Font Awesome 5 Pro';
    content: "\f1de";
    color: #6d6d6d;
}

#subscription_header_btn {
    text-decoration: none;
    cursor: pointer;
    color: #6d6d6d;
    display: block;
}

#order_btn_b,
#toggle_filters_b {
    padding-left: 40px;
}

#order_btn_b,
#toggle_filters_b {
    max-width: calc(50% - 57px);
}

#toggle_filters_b i,
#order_btn_b i {
    position: absolute;
    left: 20px;
    top: 0;
}

#toggle_filters_b i,
#order_btn_b i {
    line-height: 38px;
}

#subscription_header_btn i:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 44px;
    font-style: normal;
    content: "\f0e0";
    color: #1da1f2;
    height: 60px;
    display: block;
    font-weight: 700;
}

#search_header_btns_b {
    padding: 5px 6px;
    background: #e8ffed;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    overflow: hidden;
}

#subscription_header_btn i {
    display: block;
    float: left;
    width: 24%;
    text-align: center;
    line-height: 60px;
}

#subscription_t_b {
    width: 56%;
    float: left;
}

#subscription_s_b {
    float: left;
    text-align: center;
    width: 20%;
}

#subscription_s_b span {
    padding: 5px 22px;
    background: #1da1f2;
    color: #FFF;
    margin-top: 14px;
    font-size: 16px;
    border-radius: 20px;
    display: inline-block;
}

#subscription_t_b span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#subscription_t_b span.header {
    line-height: 30px;
    font-size: 17px;
    color: #6f6f6f;
}

#subscription_t_b span.subheader {
    line-height: 20px;
    font-size: 15px;
    color: #1da1f2;
}

#category_group_fields_filter_b #advanced_href_b {
    line-height: 38px;
    background: #f8f8f8;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #000;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    width: 99%;
    width: calc(100% - 2px);
    border-radius: 3px;
}

#order_btn_b {
    float: right;
    line-height: 32px;
    text-decoration: none;
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    position: relative;
    color: #6e6e6e;
    min-width: 125px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#order_btn_b i:after {
    font: normal normal normal 21px/38px 'Font Awesome 5 Pro';
    content: "\f161";
    color: #6d6d6d;
    height: 38px;
    display: block;
}

#ts_header_b {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    margin-top: 30px;
}

.flash_s {
    bottom: -1px;
}

.result.highlight {
    background: #e8ffed85;
    border-bottom-color: #59f09b;
}

.result.flash {
    background: #57cbff1a;
}

.flash_s {
    position: absolute;
    bottom: 0;
    /* left: -239px; */
    overflow: hidden;
    width: 90px;
    height: 90px;
    pointer-events: none;
    opacity: 0.85;
}

.flash_s:after {
    position: absolute;
    content: 'TOP';
    transform: rotate(45deg);
    width: 100%;
    background: #1da1f2;
    text-align: center;
    color: #FFF;
    left: -20px;
    bottom: 16px;
    font-size: 11px;
}

h2.s_top_a {
    font-size: 17px;
}

h2.s_top_a.other_a {
    margin-top: 50px;
}

#show-top,
#hide-top {
    font-size: 17px;
    color: #585858;
    font-weight: 600;
    cursor: pointer;
}

.result time {
    font-size: 13px;
    color: #c0c0c0;
}

.results-buttons time {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.result .description_more {
    /* line-height: 26px; */
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    text-overflow: initial;
    white-space: unset;
    margin-top: 6px;
    margin-bottom: 6px;
}

.result .description {
    /* line-height: 18px; */
    /* position: absolute; */
    font-size: 13px;
    overflow: hidden;
    text-align: left;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    max-width: 99%;
    bottom: 33px;
    /* height: 41px; */
}

.result .description .desc_tag {
    background-color: #00d0530f;
    border: 1px solid #00d0533d;
    margin-right: 5px;
    padding: 2px 7px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    /* height: 18px; */
    /* max-width: 180px; */
}

.result .ad_desc_list {
    height: 17px;
    overflow: hidden;
    font-size: 13px;
    margin: 4px 0 3px 0;
    word-break: break-word;
}

.result .description em {
    color: #000;
    background-color: #feffa4;
}

@media all and (max-width: 1069px) {

    #price_filter_b {
        margin-bottom: 10px;
    }

    #desk_submit_href_b {
        margin-right: 0;
    }

    #price_filter_b input {
        width: 48%;
        width: calc(50% - 12px);
    }

    #price_filter_b input.price_to {
        width: 48%;
        width: calc(50% - 6px);
    }

    #ts_header_b {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .results-header .counter_b .count_t,
    .results-header .counter_b .count_v {
        line-height: 34px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    #category_filters_unset_b .field_unset_b {
        margin-top: 3px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    #category_filters_unset_b .field_unset_b .selected_params {
        line-height: 18px;
        font-size: 13px;
        max-width: calc(100% - 28px);
    }

    #category_filters_unset_b .field_unset_b a.selected_params_i {
        width: 18px;
        height: 18px;
    }

    .field_unset_b a.selected_params_i {
        font-size: 18px;
        line-height: 18px;
    }
}

.ui-widget-overlay {
    z-index: 100;
}

.ui-dialog {
    z-index: 101;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
    display: none;
}

#advanced_b_toggler {
    display: block;
    height: 2px;
    cursor: pointer;
}

#advanced_b_plc {
    line-height: 20px;
    padding-bottom: 10px;
    display: none;
}

#categoryStatistics {
    padding: 5px;
    border: 1px solid #00d053;
    margin-bottom: 10px;
}

#categoryStatistics span {
    font-size: 16px;
    color: #999;
}

#advanced_b_plc .advanced_f_b {
    float: right;
    margin-left: 30px
}

#advanced_b_plc .advanced_f_b.last {
    margin-left: 0;
}

#advanced_b_plc .advanced_f_b.leftside {
    float: left;
}

#advanced_b_plc input[type=checkbox],
#advanced_b_plc select {
    display: block;
    height: 20px;
}

#advanced_b_plc .input_fb_b {
    float: left;
}

#advanced_b_plc .inputkey_fb_b {
    float: left;
}

#filter_create_day .inputkey_fb_b {
    margin-right: 10px;
}

#filter_with_photo .inputkey_fb_b {
    margin-left: 10px;
}

#advanced_b_toggler {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8c8c8+1,c8c8c8+100&amp;0+0,1+11,1+89,0+100 */
    background: -moz-linear-gradient(left, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.09) 1%, rgba(200, 200, 200, 1) 11%, rgba(200, 200, 200, 1) 89%, rgba(200, 200, 200, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(200, 200, 200, 0)), color-stop(1%, rgba(200, 200, 200, 0.09)), color-stop(11%, rgba(200, 200, 200, 1)), color-stop(89%, rgba(200, 200, 200, 1)), color-stop(100%, rgba(200, 200, 200, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.09) 1%, rgba(200, 200, 200, 1) 11%, rgba(200, 200, 200, 1) 89%, rgba(200, 200, 200, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.09) 1%, rgba(200, 200, 200, 1) 11%, rgba(200, 200, 200, 1) 89%, rgba(200, 200, 200, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.09) 1%, rgba(200, 200, 200, 1) 11%, rgba(200, 200, 200, 1) 89%, rgba(200, 200, 200, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.09) 1%, rgba(200, 200, 200, 1) 11%, rgba(200, 200, 200, 1) 89%, rgba(200, 200, 200, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c8c8c8', endColorstr='#00c8c8c8', GradientType=1);
    /* IE6-9 */
}

#advanced_b_toggler_helper i {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    background-image: url(../img/svg/icons_ptrn.svg);
    background-repeat: no-repeat;
    background-size: 14px 509px;
    background-position: 0 -27px;
    margin-right: 10px;
}

#advanced_b_toggler_helper.active i {
    background-position: 0 -40px;
}

#advanced_b_toggler_helper {
    position: absolute;
    right: 9%;
    top: 13px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    z-index: 3;
    color: #00d053;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    width: 115px;
    text-align: left;
}

#main-content-middle-part .finput_ab_b_fixed {
    display: none;
}

#cover_category {
    position: relative;
    background-color: #f8f8f8;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}

#cover_category #path {
    padding: 0;
}

#paths_display_b_outer {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 80px;
    max-width: 95%;
    max-width: calc(100% - 20px);
    width: 1300px;
}

#paths_display_b {
    width: 891px;
    z-index: 6;
}

.path_d_b {
    float: left;
    width: 108px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    position: relative;
    background-color: #f8f8f8;
    border-right: 1px solid #eee;
}

.path_d_b .path_d_b_a {
    text-transform: uppercase;
}

.path_d_b.active .path_d_b_a {
    color: #00d053
}

.path_d_b:hover .path_d_b_a {
    color: #00d053;
}

.path_d_b.active {
    background-color: #eeeeee;
}

.path_d_b.fleft .path_d_b_sub {
    left: auto;
    right: 0;
}

.path_d_b_a,
.path_d_b_a:hover {
    color: #333;
    text-decoration: none;
}

.path_d_b_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    background: #FFF;
    min-width: 100%;
    /* width: 250px; */
}

.path_d_b_sub_a {
    display: block;
    padding: 11px;
    text-align: left;
    color: #1da1f2;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
}

.path_d_b .cat_childs_b_f:before {
    display: block;
    margin: 0 auto;
    float: none;
    -webkit-filter: hue-rotate(1deg) saturate(0);
    filter: hue-rotate(1deg) saturate(0);
}

.path_d_b.active .cat_childs_b_f:before {
    -webkit-filter: none;
    filter: none;
}

.path_d_b_sub {
    -webkit-box-shadow: 0 7px 7px 0 rgba(42, 49, 60, 0.33);
    -moz-box-shadow: 0 7px 7px 0 rgba(42, 49, 60, 0.33);
    box-shadow: 0 7px 7px 0 rgba(42, 49, 60, 0.33);
}

#show_all_cat_b {
    cursor: pointer;
    color: #00d053;
}

#show_all_cat_b i {
    margin-right: 8px;
    margin-left: -3px;
}

#query_h2_b {
    display: inline-block;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#query_h2_b b {
    color: #00d053;
}

.cat_childs_h {
    margin-bottom: 6px;
    margin-top: 10px;
    color: #333;
}

.hidden_cat_child {
    display: none;
}

.cat_childs_h a {
    color: #333;
}

.cat_childs_h::before {
    content: "└";
    margin-right: 9px;
    font-weight: bold;
    color: #dcdcdc;
    font-size: 13px;
    margin-left: -7px;
}

.cat_childs {
    font-size: 13px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin-bottom: 5px;
}

.cat_childs:hover {
    border: 1px solid #00d053;
    text-decoration: none;
}

.cat_childs span {
    color: #c0c0c0;
    font-size: 11px;
}

#cover_category .input_group_fl.col_4 {
    margin-right: 20px;
}

@media all and (min-width: 1070px) {
    #display_results_b {
        float: right;
        font-size: 20px;
        margin-top: 13px;
    }

    .results_display_t:hover {
        color: #03d053;
        cursor: pointer;
    }

    .results_display_a {
        color: #03d053;
    }

    .results_dispaly_na {
        color: #6f6f6f;
    }

    .results_grid .result {
        width: 31%;
        float: left;
        overflow: hidden;
        height: 300px;
        margin-right: 2%;
        margin-bottom: 20px;
        border: 0;
    }

    .results_grid .listview_icon_b {
        margin-top: 5px;
    }

    .results_grid .result .description_more {
        display: block;
        height: 22px;
        line-height: 22px;
    }

    .results_grid .result .description {

        bottom: 25px;
        height: 20px;
    }

    .results_grid .result .desc_m_a_b {
        width: 100%;
        margin-left: 0;
        height: 100px;
    }

    .results_grid .result .image .imgbl {
        border-radius: 7px;
    }

    .results_grid .result .favDiv {
        display: none !important;
    }

    .results_grid .result .image {

        width: 100%;
        height: 200px;
    }

    .fixed-filters {
        position: fixed;
        top: 0;
        display: block;
        background-color: #f8f8f8;
        width: 930px;
        margin: 0 0 0 -20px;
        padding: 0 20px 10px 20px;
        border-bottom: 1px solid #dcdcdc;
        z-index: 666;
        margin-left: -21px;
    }

    .path_d_b:hover .cat_childs_b_f:before {
        -webkit-filter: none;
        filter: none;
    }

    /* Category paths */
    .path_d_b_sub_a:hover,
    .path_d_b_sub_a.active {
        background-color: #f3f3f3;
    }

    .path_d_b:hover .path_d_b_sub {
        display: block;
    }

    .path_d_b:hover {
        z-index: 2;
    }

    .path_d_b:hover:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }

    .path_d_b.more-cats-top {
        width: 46px;
        font-size: 33px;
        height: 54px;
        padding-top: 20px;
    }

    .path_d_b.more-cats-top i {
        color: #909090;
    }

    .path_d_b.more-cats-top:hover i {
        color: #00d053;
    }

    /* Scrolling search bar */
    #main-content-middle-part .v2f .finput_ab_b_fixed {
        display: none;
    }

    #main-content-middle-part-helper {
        display: none;
        background: #f0f0f0;
        margin-bottom: 15px;
        position: relative;
        min-width: 996px;
        opacity: 0;
    }

    .zindex_helper_1 {
        z-index: 50 !important;
    }

    .zindex_helper_2 {
        z-index: 49 !important;
    }

    .zindex_helper_3 {
        z-index: 48 !important;
    }

    .zindex_helper_4 {
        z-index: 47 !important;
    }

    .zindex_helper_5 {
        z-index: 46 !important;
    }

    .zindex_helper_6 {
        z-index: 45 !important;
    }

    .zindex_helper_7 {
        z-index: 44 !important;
    }

    .zindex_helper_8 {
        z-index: 43 !important;
    }

    .zindex_helper_9 {
        z-index: 42 !important;
    }

    .zindex_helper_10 {
        z-index: 41 !important;
    }

    .zindex_helper_11 {
        z-index: 40 !important;
    }

    .zindex_helper_12 {
        z-index: 39 !important;
    }

    .zindex_helper_13 {
        z-index: 38 !important;
    }

    .zindex_helper_14 {
        z-index: 37 !important;
    }

    .zindex_helper_15 {
        z-index: 36 !important;
    }

    .zindex_helper_16 {
        z-index: 35 !important;
    }

    .zindex_helper_17 {
        z-index: 34 !important;
    }

    .zindex_helper_18 {
        z-index: 33 !important;
    }

    .zindex_helper_19 {
        z-index: 32 !important;
    }
}

@media all and (max-width: 1069px) {
    /* Category paths */
    #search_form {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #paths_display_b_outer {
        overflow: hidden;
        max-width: 98%;
        left: 1%;
        top: calc(100% + 10px);
    }

    #paths_display_b_outer {
        left: 1%;
    }

    /* Category paths end */
    #advanced_b_toggler_helper {
        right: 50%;
        top: inherit;
        bottom: 5px;
        background: #f0f0f0;
        margin-right: -58px;
    }

    #main-content-middle-part-helper,
    #search_menu_fixed_button {
        display: none !important;
    }

    #advanced_b_plc .advanced_f_b {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    #filter_create_day .inputkey_fb_b {
        float: left;
        width: 49%;
        text-align: right;
        margin-left: 0;
        margin-right: 3%;
    }

    #filter_create_day .input_fb_b {
        width: 48%;
        text-align: left;
    }

    #filter_with_photo .inputkey_fb_b {
        text-align: left;
    }

    #filter_with_photo {
        margin-top: 5px;
    }

    #filter_with_photo .input_fb_b {
        float: right;
        width: 48%;
        text-align: left;
    }

    #filter_with_photo .inputkey_fb_b {
        float: left;
        width: 49%;
        margin-right: 3%;
        margin-left: 0;
        text-align: right;
    }
}

@media all and (min-width: 1069px) {
    #stik_b {
        height: 600px;
    }

    #stik_b.sticky_active {
        position: fixed;
        top: 55px;
    }

    #stik_b.sticky_active.sticky_paused {
        position: absolute;
        right: 0;
        bottom: 375px;
        top: auto;
    }
}

@media all and (max-width: 480px) {
    #toggle_filters_b,
    #order_btn_b {
        padding: 0 3px 0 40px;
        width: calc(50% - 47px);
        max-width: 100%;
    }
}

@media all and (max-width: 370px) {
    #toggle_filters_b i,
    #order_btn_b i {
        left: 5px;
    }

    #toggle_filters_b,
    #order_btn_b {
        padding-left: 30px;
        width: calc(50% - 40px);
    }
}

@media all and (max-width: 350px) {
    #toggle_filters_b i,
    #order_btn_b i {
        display: none;
    }

    #toggle_filters_b,
    #order_btn_b {
        padding: 0;
        width: calc(50% - 5px);
    }
}

#cover_category .input_group_fl {
    margin-right: 20px;
    margin-left: 0;
}

#cover_category .input_group_fl.col_4 {
    margin-right: 0;
}

@media all and (min-width: 1069px) {
    #desk_filter_with_photo,
    #desk_filter_with_imported,
    #desk_filter_with_imported {
        left: 236px;
    }

    #filtersCategories_b {
        width: 70%;
        margin: 0;
        display: inline-block;
        min-height: 235px;
    }

    #paths_display_b_outer {
        float: left;
    }

    #filtersCategories_b #desk_clean_href_b {
        display: none;
    }

    #paths_display_b_outer {
        position: inherit;
        left: 0;
        top: 0;
        height: 80px;
        max-width: 95%;
        max-width: calc(100% - 20px);
        width: 1300px;
        z-index: 6;
    }
}

@media all and (max-width: 1069px) {
    #search_header_btns_b {
        padding: 0 3px;
        margin-top: 10px;
    }

    #paths_display_b_outer {
        width: 100%;
        max-width: 100%;
    }

    #paths_display_b_outer {
        position: inherit;
        left: unset;
        top: unset;
    }

    #cover_category {
        margin-bottom: 0;
    }

    #paths_display_b_outer {
        height: 80px;
    }

    #cover_category {
        padding: 10px 2% 10px;
        width: 96%;
    }
}

@media all and (max-width: 690px) {
    .flash_s {
        /* left: -144px; */
        bottom: 0;
        width: 80px;
        height: 80px;
    }

    .flash_s:after {
        left: -25px;
        bottom: 8px;
        font-size: 9px;
    }

    #subscription_header_btn i {
        width: 18%;
    }

    #subscription_header_btn i::after {
        font-size: 32px;
    }

    #subscription_t_b span.header,
    #subscription_t_b span.subheader {
        font-size: 13px;
    }

    #subscription_s_b {
        width: 27%
    }

    #subscription_t_b {
        width: 55%;
    }

    #subscription_s_b span {
        padding: 5px 10px;
        font-size: 12px;
    }

    #toggle_filters_b,
    #order_btn_b {
        font-size: 13px;
    }

    #category_group_fields_filter_b #advanced_href_b {
        font-size: 15px;
    }

    .result .description_more {
        /* margin-top: 0; */
    }
}
.clr_mobile, .clearfix_mobile {
    display: none;
}

#banner-bottom {
    margin-top: 10px;
}

#delfi-container-inner {
    padding-top: 0;
}

.mobiletablet_hide {
    display: block;
}

.mobile_hide {
    display: block;
}

.mobiletablet_show {
    display: none;
}

.mobile_show {
    display: none;
}

@media all and (min-width: 1070px) {
    .clr_desktop {
        clear: both;
    }

    .showmobile {
        display: none !important;
    }

    .mobilehide {
        display: block !important;
    }

    .mobilehideInline {
        display: none !important;
    }

    #topMenu .mobilehideInline,
    #topMenu .mobilehideInline.noOnExp {
        display: inline-block !important;
    }

    #topMenu .mobilehideInline.noOnExp {
        display: none !important;
    }
}

@media all and (max-width: 1069px) {
    .mobiletablet_show {
        display: block;
    }

    .mobiletablet_hide {
        display: none;
    }

    /* header */
    .showmobile {
        display: block !important;
    }

    .showinlinemobile {
        display: inline-block !important;
    }

    .mobilehide {
        display: none !important;
    }

    .inner_pad {
        width: 100%;
    }

    .reklama_div {
        display: none;
    }

    .reklama_div.showmobile {
        height: auto;
    }

    .clr_mobile {
        clear: both;
    }

    .clearfix_mobile::after {
        content: "";
        clear: both;
        display: table;
    }

    .w1050,
    .w736,
    .w996,
    .w600,
    .w700,
    .w785,
    .w745,
    .w450,
    .w890,
    .w1018,
    .w844,
    .w970,
    .w1300 {
        width: 100% !important;
    }

    #main-content-header,
    #delfi-container-inner {
        width: 96% !important;
        max-width: 840px;
    }

    #main-content-middle-userAdvertisements-part {
        width: 96%;
        margin: 0 auto;
    }

    #banner-top,
    #banner-bottom {
        display: none;
    }

    #main-content-header .user_menu_small {
        width: 95%;
        margin-right: 5%;
    }

    #user_menu_type li {
        float: none;
        display: block;
        line-height: 41px;
        border: 0;
        background: none;
        margin-left: 0;
        border-bottom: 1px dashed #00d053;
        background: #ffffff;
        margin-bottom: 0;
        padding-left: 0;
    }

    #user_menu_type li i:before {
        left: 15px;
        color: #00d053;
        font-weight: 600;
        right: 0;
        font-size: 22px;
        line-height: 38px;
    }

    #user_menu_type li a {
        margin-bottom: 0;
        display: block;
        padding: 0;
        font-size: 23px;
        padding-left: 60px;
        color: #222221;
    }

    /* middle part */
    #main-content-center {
        float: none;
    }

    #main-content-right {
        width: 100%;
        text-align: center;
        float: none;
        margin: 10px auto 0;
    }

    #main-content-right div[width='250px'] {
        width: 100%;
        text-align: center;
    }
    #main-content-middle-part {
        width: 96%;
        max-width: 840px;
        min-width: 0;
    }

    /* flangs */
    #ads-right-column-container,
    #ads-left-column-container {
        display: none;
    }

    .orbit-bullets li {
        margin-right: 10px;
    }

    #footer .menu li {
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    footer .inner_pad {
        width: 96%;
        margin: 0 auto;
    }
}

@media all and (max-width: 690px) {
    body {
    }

    #help_b {
        display: none;
    }

    .clr_mobile {
        clear: both;
    }

    .clr_mobile_only {
        clear: both;
    }

    .ui-dialog {
        width: 96% !important;
        left: 2%;
    }

    #main-content-header,
    #delfi-container-inner {
        width: 98% !important;
        padding: 1% 0px;
        width: calc(98% - 2px) !important;
        /* padding: calc(2px) calc(0px); */
        padding: calc(0px) calc(0px);
    }

    footer .inner_pad {
        width: 96%;
    }

    .mobile_hide {
        display: none;
    }

    .mobile_show {
        display: block;
    }

    #main-content-middle-part {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 500px) {

    #user_menu_type li i.mico {
        left: 15px;
    }

    #user_menu_type li a {
        padding-left: 45px;
    }

    #user_menu_type li {
        padding-left: 0;
    }

    #user_menu_type li a,
    #user_menu_type li i:before,
    #user_menu_type li .highlight {
        font-size: 16px;
    }

    #user_menu_type li a {
        color: #222221;
    }

    #user_menu_type li .highlight {
        font-size: 14px;
        color: #00d053;
        font-weight: 600;
    }

    #user_menu_type li i:before {
        left: 6px;
    }
}
@media all and (max-width: 1069px) {
    #contactus_details_b, #contactus_email_b, #socialus_b, #footer_main_b_r_b {
        float: none;
        width: 275px;
        max-width: 100%;
        margin: 0 auto 10px;

    }

    #footer_main_b_r_b a {
        margin-left: 0;
        width: 100%;
        width: calc(100% - 2px);
        margin-bottom: 12px;
    }

    footer {
        width: 100%;
    }


    #socialus_b a {
        float: none;
        display: inline-block;
    }

    #socialus_b {
        text-align: center;
    }

    #contactus_email_b {
        display: inline-block;
        padding-left: 0;
        text-align: center;
    }


}
.displayMobileTablet {
    display: none;
}

.displayDesktop {
    display: block;
}

@media all and (min-width: 1070px) {
    .contentMiddlePadding.nopaddingbottomDesktop {
        padding-bottom: 0;
    }
}

.shamob {
    text-align: center;
}

.result, .listviewna {
    position: relative;
}

.inactive_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #717171;
    opacity: 0.8;
}

.inactive_overlay .inac_overlay_t {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    color: #FFF;
    margin-top: 30px;
    font-weight: bold;
}

.inactive_overlay .inac_overlay_rec_t {
    font-size: 21px;
    text-transform: uppercase;
}

.inactive_overlay .inac_overlay_rec_t i:after {
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
    color: #00d053;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
}

@media all and (max-width: 1069px) {
    #cat_childs {
        padding-bottom: 0;
    }

    /* Search advanced menu */
    .hidden_el,
    #bottom_search_inner_l_b .search_inner_h_b.hidden_el {
        display: none;
    }

    #bottom_search_inner_l_b .search_inner_h_b.hidden_el.force_show_el,
    .hidden_el.force_show_el {
        display: flex;
    }

    #inner_b_shadow {
        display: block;
    }

    #bottom_search_inner_l_b {
        position: relative;
    }

    #inner_b_shadow {
        z-index: 1;
        position: absolute;
        bottom: 0;
        height: 40px;
        left: 0;
        width: 100%;
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+78&0+0,1+78 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 78%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 78%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 78%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0f0f0', GradientType=0);
        /* IE6-9 */
    }

    /* Search advanced menu end */
    .result .desc_m_a_b {
        /* width: 74%;
        width: -webkit-calc(100% - 248px);
        width: -moz-calc(100% - 248px);
        width: calc(100% - 248px);
        margin-left: 15px; */
        margin-left: 10px;
    }

    .inactive_overlay .inac_overlay_t {
        margin-top: 36px;
        line-height: 26px;
        font-size: 26px;
    }

    .inactive_overlay .inac_overlay_rec_t {
        font-size: 18px;
    }

    .results-header #s_order_select {
        float: right;
        width: 100%;
        text-align: left;
        padding-right: 0;
        border: 1px solid #d0d0d0;
        margin-top: 10px;
        font-size: 16px;
        max-width: 100%;
        height: 30px;
    }

    .contentMiddlePadding .help_hint_text_b {
        font-size: 14px;
        color: #333;
    }

    .displayDesktop {
        display: none;
    }

    .displayMobileTablet {
        display: block;
    }

    #main_left_b {
        float: none;
        width: 100%;
        min-width: 0;
    }

    #main_right_b {
        overflow: hidden;
        float: none;
        width: 100%;
        min-height: 0;
    }

    .result .description span {
        max-width: 100%;
    }

    #main-content {
        width: auto;
        _width: auto;
        min-width: 0;
        padding: 0;
    }

    .result {
        /* height: 130px; */
        position: relative;
    }

    .result .listview_mob_f {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .result.cat_2463 .listview_mob_f {
        width: 86%;
    }

    /* search block */
    #search_form #search_menu_n,
    #search_form #search_menu_more_n {
        width: 100% !important;
        height: auto !important;
    }

    #search_form .search_menu_b {
        float: left;
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    #searchTopMenu_f_b {
        padding-bottom: 10px;
    }

    #search_form .search_menu_b {
        padding-right: 1%;
        width: 49%;
        padding-bottom: 1%;
    }

    .v2f #search_button {
        width: 100%;
    }

    .v2f .fdropdown.fd1c,
    .v2f .fdropdownd2.fd1c,
    .v2f .finput.fd1c,
    .v2f .fmultiple.fd1c,
    .v2f .faddress.fd1c,
    .v2f .frange.fd1c {
        width: 100%;
        width: calc(100% - 2px);
    }

    /* user ads */
    .result .desc_m_a_b .listviewUser_buttons_b {
        width: 100%;
    }

    .results-buttons {
        padding: 5px;
    }

    .results-buttons ul li {
        font-size: 13px;
    }

    .results-buttons h2 time {
        font-size: 13px;
    }

    .results-buttons .highlight {
        font-size: 22px;
    }

    /* menu user */
    #userMainMenu_b .menu_b {
        width: 33%;
    }

    #userAdvertisementsMenuForm .u_filters_b,
    #userAdvertisementsMenuForm #ua_ts_category_id {
        width: 32%;
        padding-right: 1%;
        padding-bottom: 1%;
        margin-right: 0;
    }

    #userAdvertisementsMenuForm #ts_category_type select,
    #userAdvertisementsMenuForm input[type=text],
    #userAdvertisementsMenuForm #ua_ts_category_id input {
        width: 100%;
        padding-left: 0;
    }

    /* search params */

    #cat_childs .categoriesList_b .cat_childs_b_f {
        width: 100%;
        padding-right: 0;
    }

    #cat_childs .categoriesList_b {
        float: none;
        width: 100%;
    }

    #cat_childs .categoriesList_b {
        margin-right: 0;
    }

    #cat_childs .categoriesList_b a {
        border-bottom: 1px dashed #c8c8c8;
        padding: 5px;
    }

    #cat_childs .categoriesList_b .cat_childs_b_f {
        position: relative;
    }

    .payment_block_sms {
        float: none;
        width: 100%;
    }

    .payment_block_33,
    .payment_block_sms.payment_block_33 {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .payment_block_49 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .payment_block_50 {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #comparet .image,
    .result .image {
        min-height: 128px;
        width: 170px;
    }

    .result .a-d_name {
        font-size: 13px;
        line-height: 18px;
        max-height: 56px;
    }

    .result .description_more {
        font-size: 11px;
    }

    .result .description {
        font-size: 11px;
    }

    .result .price .main_price {
        font-size: 15px;
    }

    .result .ad_desc_list {
        font-size: 12px;
        /* margin: 4px 0 3px 0; */
    }

    .result .description .desc_tag {
        padding: 2px 4px;
    }

    .result .description {
        max-height: 48px!important;
    }
}

@media all and (max-width: 690px) {
    .result.visited .image a:before {
        top: 6px;
    }

    #comparet .image .emptyphoto div:after,
    .result .image .imgbl.emptyphoto:after,
    .resultBlock .image .emptyphoto div:after,
    #advert_data_m_b_left .emptyphoto div:after,
    #vertisenew_b .emptyphoto:after {
        line-height: 110px;
    }

    .inactive_overlay .inac_overlay_t {
        margin-top: 26px;
        line-height: 27px;
        font-size: 18px;
    }

    .inactive_overlay .inac_overlay_rec_t {
        font-size: 14px;
    }

    .inactive_overlay .inac_overlay_rec_t i:after {
        font-size: 20px;
        margin-left: 5px;
    }

    #rssReader_view_b {
        display: none;
    }

    .result {
        /* height: 110px; */
    }

    .result .image .imgbl.emptyphoto {
        /* position: relative;
        left: auto;
        top: auto;
        margin-left: 0;
        width: 100%; */
    }

    .result .image .imgbl {
        /* position: absolute;
        left: 50%;
        top: 0;
        height: auto;
        margin-left: -81.5px;
        width: 165px; */
        /* min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        transition: all .4s; */
    }

    .result a {
        /* margin-bottom: 0;
        margin-top: 0; */
    }

    .result a {
        /* font-size: 13px;
        max-height: none;
        height: auto;
        line-height: normal; */
    }

    .result .desc_m_a_b a {
        max-height: 36px;
        font-size: 14px;
    }

    #cat_childs .cat_childs_b_f,
    #cat_childs .cat_childs_b {
        width: 100%;
    }

    .result .favDiv {
        /* width: 14%;
        margin-right: 1%; */
    }

    .result .description {
        /* line-height: 17px;
        font-size: 11px;
        bottom: 0;
        position: initial; */
    }

    .listviewUserMob .result .description {
        display: none;
    }

    .descriptions_price_b {
        /* position: absolute;
        bottom: 0;
        width: 100%; */
    }

    .result .price {
        /* line-height: 18px;
        font-size: 13px;
        height: 18px;
        position: initial;
        bottom: auto; */
        font-size: 11px;
    }

    .result.autogidas_ad .price {
        /* position: absolute;
        bottom: 22px; */
    }

    .result.autogidas_ad .descriptions_price_b {
        bottom: 20px;
    }

    .autogidas_l_b span {
        font-size: 12px;
    }

    .autogidas_l_b svg {
        height: 13px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .result .price .main_price {
        /* font-size: 16px; */
        margin-right: 5px;
        min-width: 60px;
    }

    .result .description_more {
        /* height: auto;
        max-height: 19px;
        color: #0d95e8;
        line-height: 19px; */

        font-size: 11px;
    }

    .result .a-d_name {
        font-size: 13px;
    }

    .listview_icon_b {
        margin-top: 1px;
    }

    .result.visited .description_more {
        /* color: #00567d; */
    }

    .result .description {
        /* height: 17px; */
    }

    .result .description span {
        font-size: 11px;
    }

    .result .description .highlight {
        font-size: 11px;
    }

    .result .desc_i_m_b,
    .result .favDiv {
        /* display: none; */
    }

    .listview_spacer {
        padding: 0 3px;
        color: #d0d0d0;
    }

    .result .image .image_hb_b .listviewViews_b,
    .result .image .image_hb_b .listviewComments_b {
        line-height: 20px;
        font-size: 11px;
    }

    .result .image .image_hb_b {
        height: 20px;
        text-align: center;
    }

    #comparet .image,
    .result .image {
        /* width: 34%;
        width: -webkit-calc(144px);
        width: -moz-calc(144px);
        width: calc(144px);
        height: 100%; */
    }

    .result .desc_m_a_b {
        /* width: 65%;
        width: -webkit-calc(100% - 149px);
        width: -moz-calc(100% - 149px);
        width: calc(100% - 149px);
        margin-left: 0;
        padding-left: 5px; */
    }

    #search_form .search_menu_b {
        width: 100%;
        padding-right: 0;
    }

    #userAdvertisementsMenuForm .u_filters_b,
    #userAdvertisementsMenuForm #ua_ts_category_id {
        float: none;
        width: 100%;
    }

    #userMainMenu_b .menu_b {
        float: none;
        width: 100%;
    }

    .results-header .counter_b {
        margin-right: 0;
    }

    #searchHeaderMenu_b {
        float: none;
        width: 100%;
    }

    #searchHeaderMenu_b #subscriptions_h_b {
        text-align: left;
    }

    #searchHeaderMenu_b #savedSearches_h_b {
        text-align: left;
    }

    #searchHeaderMenu_b #subscriptions_h_b,
    #searchHeaderMenu_b #savedSearches_h_b {
        border-right: 0;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .result {
        /* height: 110px;
        margin: 6px 0;
        padding: 6px 0 0;
        overflow: hidden; */
    }

    .result time {
        /* display: none; */
        font-size: 12px;
    }
}

@media all and (max-width: 430px) {
    .result time {
        position: initial;
    }
}
#bigbank-button {
    display: none;
    line-height: 38px;
    height: 38px;
    width: 100%;
    max-width: 799px;
    color: white;
    background: #4fac5e;
    background: -moz-linear-gradient(top, #3CC88C 0%, #34b77f 100%);
    background: -webkit-linear-gradient(top, #3CC88C 0%, #34b77f 100%);
    background: linear-gradient(to bottom, #3CC88C 0%, #34b77f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CC88C', endColorstr='#34b77f', GradientType=0);
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}

#bigbank_if {
    display: none;
    width: 100%;
    height: 225px;
    border: 0;
}

#bigbank_b {
    overflow: hidden;
}

#insideadvertise_buttons_b #insideadvertise_buttons_b_left, #insideadvertise_buttons_b #insideadvertise_buttons_b_right {
    float: right;
    display: block;
    font: bold 20px 'Font Awesome 5 Pro';
    color: #333;
    padding: 0 12px;
}

#insideadvertise_buttons_b #insideadvertise_buttons_b_left:before {
    content: "\f104";
}

#insideadvertise_buttons_b #insideadvertise_buttons_b_left:hover, #insideadvertise_buttons_b #insideadvertise_buttons_b_right:hover {
    cursor: pointer;
    color: #00d053;
}

#insideadvertise_buttons_b #insideadvertise_buttons_b_right:before {
    content: "\f105";
}

#adv_b_ins_ads {
    height: 250px;
    overflow: hidden;
}

#advert_banners_inside.vertical #adv_b_ins_ads {
    height: auto;
    overflow: auto;
}

#advert_banners_inside.vertical #adv_b_ins_ads.ps--active-x {
    padding-top: 30px;
}

.insideadvertise {
    width: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.insideadvertise:hover {
    background-color: #F0F0F0;
}

.insideadvertise .ad_ins_image_b {
    height: 180px;
    overflow: hidden;
    display: block;
    position: relative;
}

.insideadvertise .ad_ins_image_b {
    width: 100%;
}

.insideadvertise .ad_ins_image_b .ad_ins_image {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
}

.insideadvertise a {
    display: block;
    text-decoration: none;
}

.insideadvertise .ad_ins_desc {
    height: 58px;
    overflow: hidden;
    padding-top: 6px;
    margin-bottom: 6px;
    text-align: left;
}

.insideadvertise .ad_ins_desc .titlea_title a {
    font-size: 13px;
    color: #6b6b6b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.insideadvertise .ad_ins_desc .ad_price {
    position: absolute;
    right: 0;
    top: 140px;
    background-color: #00d053;
    padding: 5px;
    font-size: 15px;
    color: #FFF;
}

.insideadvertise .ad_ins_desc .ad_price strong {
    font-size: 14px;
}

.insideadvertise .ad_ins_image_b .emptyphoto {
    border: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.insideadvertise .ad_ins_image_b .emptyphoto:after {
    content: "\f030";
    font: normal normal normal 57px/130px 'Font Awesome 5 Pro';
    color: #dcdcdc;
    display: block;
    text-align: center;
}

#recommended_b_next_b {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 70px;
    height: 40px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 3px;
}

#recommended_b_next_b .fa-angle-down {
    line-height: 40px;
    text-align: center;
    font-size: 62px;
    color: #CCC;
    display: block;
}

#recommended_b_next_b:hover {
    cursor: pointer;
}

#recommended_b_next_b:hover .fa-angle-down {
    color: #FFF;
}

#advert_banners_inside .emptyphoto, #vertisenew_b .emptyphoto {
    border: 0;
    width: 100%;
    height: auto;
}

#advert_banners_inside .emptyphoto:after, #vertisenew_b .emptyphoto:after {
    content: "\f030";
    font: normal normal normal 57px/130px 'Font Awesome 5 Pro';
    color: #dcdcdc;
    display: block;
    text-align: center;
}

#recommended_b_nextprev_b {
    display: none;
}

@media all and (max-width: 1069px) {


    #recommended_b_next_b {
        display: none;
    }

    #recommended_b_nextprev_b {
        display: block;
    }

    #recommended_b_nextprev_b {
        float: right;
        width: 105px;
        height: 19px;
        z-index: 2;
    }

    #recommended_b_nextprev_b .fa {
        font: normal normal 20px/19px 'Font Awesome 5 Pro';
        display: block;
        float: right;
        padding: 0 20px;
        cursor: pointer;
    }

    #recommended_b_nextprev_b .fa:active {
        color: #00d053;
    }

    #advert_banners_inside.vertical #adv_b_ins_ads {
        height: 300px;
        overflow: hidden;
    }

    #adv_b_ins_f {
        width: 100%;
    }

    #adv_b_ins_title_b a {
        font-size: 16px;
    }

    .insideadvertise {
        width: 50%;
        margin: 0;
    }

    .insideadvertise_h_b .insideadvertise {
        width: 100%;
    }

    .insideadvertise .ad_ins_image_b {
        width: 100%;
    }
}

/*@media all and (max-width: 1069px){*/
#adv_b_ins_ads {
    position: relative;
}

#adv_b_ins_ads_d {
    position: relative;
}

.insideadvertise {
    margin-right: 15px !important;
    margin-left: 0;
    padding: 0;
    border: 1px solid #00d053;
    height: 265px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    display: table-cell;
    border-radius: 0;
}

.insideadvertise:hover .ad_ins_image {
    filter: contrast(1.25);
}

.insideadvertise .description {
    display: block !important;
    max-height: 48px;
    line-height: 16px;
    overflow: hidden;
}

.insideadvertise .description .vertiselink {
    color: #333;
}

.insideadvertise a {
    display: block;
    text-decoration: none;
}

.insideadvertise .ad_ins_desc .vertiselink .ad_price {
    width: 100%;
    text-align: left;
}

.insideadvertise .ad_ins_desc .vertiselink.recommended-price {
    position: absolute;
    bottom: 20px;
}

.insideadvertise .ad_ins_desc .vertiselink.recommended-price .ad_price {
    font-size: 15px;
    color: #000
}

.block-in-mobile .insideadvertise .ad_ins_desc .titlea_title a {
    font-weight: 500
}

.block-in-mobile .insideadvertise .ad_ins_desc .description_more {
    color: #1da1f2;
    height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.block-in-mobile .insideadvertise .listview_icon_video::after {
    height: 23px;
    width: 21px;
    font: normal normal normal 17px 'Font Awesome 5 Brands';
    content: '\f167';
    color: red;
    float: left;
}

.block-in-mobile .insideadvertise .listview_icon_n1 {
    margin-right: 5px;
    height: 23px;
    width: 21px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7fQ0KCS5zdDF7ZmlsbDojMURBMUYyO30NCgkuc3Qye2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xMjY4LjktMzIwYy01MC44LDAtOTIuNCw0MC44LTkyLjQsOTIuMWMwLDUxLjgsNDIuMSw5Mi4zLDkyLjQsOTIuMmM1MC44LTAuMSw5Mi4xLTQxLjQsOTIuMS05Mi4yDQoJQy0xMTc2LjgtMjc4LjYtMTIxOC4yLTMyMC0xMjY4LjktMzIweiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xMjY4LjktMzIwYy01MC44LDAtOTIuNCw0MC44LTkyLjQsOTIuMWMwLDUxLjgsNDIuMSw5Mi4zLDkyLjQsOTIuMmM1MC44LTAuMSw5Mi4xLTQxLjQsOTIuMS05Mi4yDQoJQy0xMTc2LjgtMjc4LjYtMTIxOC4yLTMyMC0xMjY4LjktMzIweiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTExLDBDNC45LDAsMCw0LjksMCwxMXM0LjksMTEsMTEsMTFzMTEtNC45LDExLTExUzE3LjEsMCwxMSwweiIvPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNC44LDE1LjdoLTEuOUw5LjEsOS41djYuMkg3LjJWNi4zaDEuOWwzLjgsNi4yVjYuM2gxLjlWMTUuN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 0 0;
    float: left;
}

.insideadvertise .ad_ins_image_b {
    width: 100%;
}

.insideadvertise .ad_ins_image_b {
    height: 134px;
    overflow: hidden;
    display: block;
    position: relative;
}

.insideadvertise .ad_ins_desc {
    margin: 10px;
    height: 105px;
    overflow: hidden;
    padding-top: 6px;
}

.insideadvertise .ad_ins_desc .titlea_title {
    max-height: 30px;
    overflow: hidden;
    padding-bottom: 2px;
}

.insideadvertise .ad_ins_desc .titlea_title a {
    line-height: 15px;
    font-size: 15px;
    color: #1da1f2;
    overflow: unset;
    white-space: unset;
}

.insideadvertise .ad_ins_desc .ad_price {
    font-weight: 600;
    margin-top: 10px;
    float: left;
    font-size: 14px;
    color: #1da1f2;
    position: unset;
    background-color: #fff;
    padding: 0;
}

.ad_ins_desc .insidea_title, .ad_ins_desc .ad_price {
    height: 16px;
    text-align: center;
    overflow: hidden;
    display: block;
}

#advert_banners_inside {
    background-color: #fff;
    border-radius: 5px
}

#advert_banners_inside_title {
    font-size: 22px;
    padding: 10px 0 10px 15px;
    color: #000;
    font-weight: 600;
}

.insideadvertise:hover {
    background-color: #fff;
}

.more-recomended-items {
    float: right;
    margin: 7px 5px 5px 0;
    display: none;
}

.more-recomended-items a {
    color: #1da1f2;
    text-decoration: underline;
    font-weight: 600;
}

@media all and (min-width: 1069px) {
    #advert_banners_inside_title {
        padding: 5px 0 5px 5px;
    }

    #advert_banners_inside.horizontal .insideadvertise {
        margin-left: 5px;
        margin-bottom: 20px;
    }

    #advert_banners_inside.horizontal #adv_b_ins_ads {
        height: auto;
        overflow: auto;
    }

    #adv_b_ins_ads_d .insideadvertise {
        width: 222px !important;
    }

    .insideadvertise .ad_ins_desc .ad_price {
        position: absolute;
        top: 215px;
        left: 10px;
        color: #333;
    }

    .bh250 {
        height: 250px;
    }
}
h1 {
    text-transform: none;
}

#cat_path_child_b a {
    font-size: 13px;
    display: block;
    color: #0d95e8;
}


#main_search_header {
    margin-bottom: 10px;
}

#main_search_header #h1_inner_b {
    font-size: 16px;
    color: #333;
}

#main_search_header #text_inner_b {
    font-size: 16px;
    color: #00d053;
}


#cat_childs .cat_path a {
    font-size: 14px;
    color: #333;
}

#cat_childs .cat_path a.main_search_offer_cat {
    float: left;
    margin-left: 10px;
    padding: 0 5px;
    text-decoration: none;
    background: #00d053;
    color: #FFF;
}

#cat_childs .cat_path a.main_search_offer_cat span {
    color: #FFF;
}

.results-header #s_order_select {
    cursor: pointer;
}

.results-header {
    margin-bottom: 10px;
    margin-top: 10px;
}

.results-header .count_v h1 {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin: 0;
    font-weight: 600;
    text-transform: none;
}

.results-header .counter_b {
    float: left;
    max-width: 650px;
}

.results-header {
    line-height: 32px;
}

.results-header {
    margin-top: 5px;
    font-size: 18px;
}

.results-header .count_t {
    float: left;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.results-header .count_v {
    float: left;
    margin-left: 5px;
    font-weight: 600;
}

.results-header #s_order_select, .results-header #s_order_customAds {
    border-radius: 0;
    line-height: 25px;
    height: 35px;
    font-size: 14px;
    min-width: 164px;
    float: right;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
}


#cat_path_child_b_show, #cat_path_child_b_hide {
    height: 100%;
    height: calc(100% - 4px);
}

#cat_path_child_b_show i, #cat_path_child_b_hide i {
    font: normal normal lighter 14px 'Font Awesome 5 Pro';
    font-size: 50px;
    text-align: center;
    width: 70px;
    position: absolute;
}

#cat_path_child_b_show span, #cat_path_child_b_hide span {
    padding-bottom: 3px;
    width: 70px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}

#cat_path_child_b_show i:before {
    content: "\f103"
}

#cat_path_child_b_hide i:before {
    content: "\f102"
}

#ts_category_selector.revertV span {
    color: red;
}

.cat-block {
    display: block;
    position: relative;
    float: left;
    margin-right: 7px;
    width: 190px;
    height: 63px;
    border: 2px solid #eaeaea;
}

.cat-block_ {
    display: block;
    position: relative;
    float: left;
    margin-right: 7px;
    width: auto !important;
    height: auto !important;
    border: none !important;
}

.cat-ads-count, .cat-middle-name {
    position: absolute;
}

.cat-ads-count {
    right: 0;
    color: #9a9a9a;
    font-weight: 400;
    width: 65%;
    text-align: left;
    padding: 1px 0;
    font-size: 13px;
    bottom: 0;
    padding-bottom: 10px;
}

.cat-middle-name {
    bottom: 23px;
    right: 0;
    width: 65%;
    text-align: left;
    color: #1a97f1;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 3px;
    padding-top: 9px;
    line-height: 13px;
    text-transform: uppercase;
}

.cat-icon-5422:before, .cat-icon-4903:before, .cat-icon-603:before, .cat-icon-4183:before, .cat-icon-663:before, .cat-icon-653:before, .cat-icon-4203:before, .cat-icon-4193:before, .cat-icon-5542:before, .cat-icon-5442:before, .cat-icon-1273:before, .cat-icon-1303:before, .cat-icon-823:before, .cat-icon-5412:before, .cat-icon-1163:before, .cat-icon-943:before, .cat-icon-1133:before, .cat-icon-1103:before, .cat-icon-883:before, .cat-icon-1203:before, .cat-icon-1333:before, .cat-icon-1003:before, .cat-icon-5362:before, .cat-icon-1253:before {
    content: '';
    background-image: url(../img/svg/transportas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-603:before, .cat-icon-4183:before, .cat-icon-663:before {
    background-position: -1px 0;
}

.cat-icon-653:before, .cat-icon-4203:before, .cat-icon-4193:before, .cat-icon-5542:before, .cat-icon-5442:before {
    background-position: -1px -61px;
}

.cat-icon-1273:before {
    background-position: -1px -121px;
}

.cat-icon-1303:before {
    background-position: -1px -189px;
}

.cat-icon-823:before {
    background-position: -1px -546px;
}

.cat-icon-5412:before, .cat-icon-4903:before, .cat-icon-5422:before {
    background-position: -1px -251px;
}

.cat-icon-1163:before {
    background-position: -1px -374px;
}

.cat-icon-943:before, .cat-icon-4903:before {
    background-position: -1px -374px;
}

.cat-icon-1133:before {
    background-position: -1px -437px;
}

.cat-icon-1103:before {
    background-position: -1px -612px;
}

.cat-icon-883:before {
    background-position: -1px -673px;
}

.cat-icon-1203:before {
    background-position: -1px -735px;
}

.cat-icon-1333:before {
    background-position: -1px -495px;
}

.cat-icon-1003:before {
    background-position: -1px -798px;
}

.cat-icon-5362:before {
    background-position: -1px -860px;
}

.cat-icon-1253:before {
    background-position: -1px -922px;
}

.cat-icon-1363:before, .cat-icon-1353:before, .cat-icon-4953:before, .cat-icon-1423:before, .cat-icon-1463:before, .cat-icon-1503:before, .cat-icon-1533:before, .cat-icon-1573:before, .cat-icon-5102:before, .cat-icon-6142:before, .cat-icon-1643:before, .cat-icon-1683:before, .cat-icon-6349:before, .cat-icon-6345:before {
    content: '';
    background-image: url(../img/svg/categories_icons.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 582px;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-6349:before {
    background-position: -1px -242px;
}


.cat-icon-5102:before {
    background-position: 0 -388px;
}


.cat-icon-1683:before {
    background-position: 2px -533px;
}

.cat-icon-6142:before, .cat-icon-6345:before {
    background-position: 0 -486px;
}


.cat-icon-1573:before {
    background-position: 0 -339px;
}


.cat-icon-1533:before {
    background-position: 0 -292px;
}

.cat-icon-1503:before {
    background-position: 0 -191px;

}

.cat-icon-1463:before {
    background-position: 0 -141px;
}

.cat-icon-1423:before {
    background-position: -1px -95px;
}

.cat-icon-4953:before {
    background-position: 1px -47px;
}

.cat-icon-1363:before, .cat-icon-1353:before {
    background-position: -3px 2px;
}

.cat-icon-1753:before, .cat-icon-1953:before, .cat-icon-4523:before, .cat-icon-1983:before, .cat-icon-4483:before, .cat-icon-4493:before, .cat-icon-4543:before, .cat-icon-4513:before, .cat-icon-4503:before, .cat-icon-4553:before, .cat-icon-4533:before {
    content: '';
    background-image: url(../img/svg/statyba.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 732px;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-1753:before {
    background-position: -1px -26px;
}

.cat-icon-1953:before {
    background-position: -1px -87px;
}

.cat-icon-4523:before {
    background-position: -1px -150px;
}

.cat-icon-1983:before {
    background-position: -1px -255px;
}

.cat-icon-4483:before {
    background-position: -1px -278px;
}

.cat-icon-4493:before {
    background-position: -1px -341px;
}

.cat-icon-4543:before {
    background-position: -1px -406px;
}

.cat-icon-4513:before {
    background-position: -1px -468px;
}

.cat-icon-4503:before {
    background-position: -1px -658px;
}

.cat-icon-4553:before {
    background-position: -1px -532px;
}

.cat-icon-4533:before {
    background-position: -1px -671px;
}

.cat-icon-3063:before, .cat-icon-3013:before, .cat-icon-5562:before, .cat-icon-3083:before, .cat-icon-3043:before, .cat-icon-5712:before, .cat-icon-6272:before, .cat-icon-4423:before, .cat-icon-4123:before, .cat-icon-5562:before, .cat-icon-3113:before, .cat-icon-6182:before, .cat-icon-6341:before {
    content: '';
    background-image: url(../img/svg/laisvalaikis.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 733px;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-3063:before {
    background-position: -2px -1px;
}

.cat-icon-3013:before {
    background-position: -2px -57px;
}

.cat-icon-3083:before {
    background-position: -2px -118px;
}

.cat-icon-3043:before {
    background-position: -2px -180px;
}

.cat-icon-5712:before {
    background-position: -2px -238px;
}

.cat-icon-6272:before {
    background-position: -2px -298px;
}

.cat-icon-4423:before {
    background-position: -2px -359px;
}

.cat-icon-4123:before {
    background-position: -2px -418px;
}

.cat-icon-5562:before {
    background-position: -2px -479px;
}

.cat-icon-3113:before {
    background-position: -2px -542px;
}

.cat-icon-6182:before {
    background-position: -2px -599px;
}

.cat-icon-6341:before {
    background-position: -2px -660px;
}

.cat-icon-6314:before, .cat-icon-6313:before, .cat-icon-6315:before {
    content: '';
    background-image: url(../img/svg/darbas_mokslas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-6314:before {
    background-position: 0 -2px;
}

.cat-icon-6313:before {
    background-position: 0 -66px;
}

.cat-icon-6315:before {
    background-position: 0 -130px;
}

.cat-icon-3753:before, .cat-icon-3643:before, .cat-icon-3703:before, .cat-icon-6222:before, .cat-icon-6202:before, .cat-icon-3733:before, .cat-icon-3683:before {
    content: '';
    background-image: url(../img/svg/verslas.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-3753:before {
    background-position: 0 1px;
}

.cat-icon-3643:before {
    background-position: 0 -60px;
}

.cat-icon-3703:before {
    background-position: 0 -123px;
}

.cat-icon-6222:before {
    background-position: 0 -182px;
}

.cat-icon-6202:before {
    background-position: 0 -244px;
}

.cat-icon-3733:before {
    background-position: 0 -302px;
}

.cat-icon-3683:before {
    background-position: 0 -367px;
}

.cat-icon-2123:before, .cat-icon-5762:before, .cat-icon-5782:before, .cat-icon-5822:before, .cat-icon-2243:before, .cat-icon-5942:before, .cat-icon-5502:before, .cat-icon-5522:before, .cat-icon-2303:before, .cat-icon-5842:before, .cat-icon-6162:before, .cat-icon-2273:before, .cat-icon-2323:before {
    content: '';
    background-image: url(../img/svg/viskas_namams.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 580px;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-2123:before {
    background-position: -2px 0;
}

.cat-icon-2243:before {
    background-position: -2px -60px;
}

.cat-icon-5942:before {
    background-position: -2px -115px;
}

.cat-icon-5502:before {
    background-position: -2px -173px;
}

.cat-icon-5522:before {
    background-position: -2px -237px;
}

.cat-icon-2303:before, .cat-icon-5762:before, .cat-icon-5782:before, .cat-icon-5822:before {
    background-position: -2px -278px;
}

.cat-icon-5842:before {
    background-position: -2px -414px;
}

.cat-icon-6162:before {
    background-position: -2px -475px;
}

.cat-icon-2323:before {
    background-position: -2px -534px;
}

.cat-icon-2273:before {
    background-position: -2px -357px;
}

.cat-icon-5043:before, .cat-icon-5342:before, .cat-icon-6338:before {
    content: '';
    background-image: url(../img/svg/nemokamai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-5043:before {
    background-position: 0 -5px;
}

.cat-icon-5342:before {
    background-position: 0 -66px;
}

.cat-icon-6338:before {
    background-position: 0 -130px;
}

.cat-icon-2543:before, .cat-icon-5632:before, .cat-icon-2593:before, .cat-icon-2563:before, .cat-icon-2743:before, .cat-icon-2723:before, .cat-icon-5152:before, .cat-icon-5742:before, .cat-icon-2703:before, .cat-icon-2763:before {
    content: '';
    background-image: url(../img/svg/technika.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 578px;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-2543:before, .cat-icon-5632:before {
    background-position: 0 -15px;
}

.cat-icon-2593:before {
    background-position: 0 -76px;
}

.cat-icon-2563:before {
    background-position: 0 -139px;
}

.cat-icon-2743:before {
    background-position: 0 -204px;
}

.cat-icon-2723:before {
    background-position: 0 -266px;
}

.cat-icon-5152:before {
    background-position: 0 -331px;
}

.cat-icon-5742:before {
    background-position: 0 -393px;
}

.cat-icon-2703:before {
    background-position: 0 -456px;
}

.cat-icon-2763:before {
    background-position: 0 -519px;
}

.cat-icon-2353:before, .cat-icon-2383:before, .cat-icon-2403:before, .cat-icon-2423:before {
    content: '';
    background-image: url(../img/svg/telefonai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-2353:before {
    background-position: 0 0;
}

.cat-icon-2383:before {
    background-position: 0 -65px;
}

.cat-icon-2403:before {
    background-position: 0 -128px;
}

.cat-icon-2423:before {
    background-position: 0 -188px;
}

.cat-icon-3463:before, .cat-icon-5462:before, .cat-icon-4823:before, .cat-icon-4813:before, .cat-icon-5602:before, .cat-icon-3433:before, .cat-icon-3483:before, .cat-icon-5962:before, .cat-icon-4443:before, .cat-icon-6042:before, .cat-icon-3593:before, .cat-icon-5302:before, .cat-icon-3613:before {
    content: '';
    background-image: url(../img/svg/kompiuterija.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

@-moz-document url-prefix() {
    .cat-icon-3463:before, .cat-icon-5462:before, .cat-icon-4823:before, .cat-icon-4813:before, .cat-icon-5602:before, .cat-icon-3433:before, .cat-icon-3483:before, .cat-icon-5962:before, .cat-icon-4443:before, .cat-icon-6042:before, .cat-icon-3593:before, .cat-icon-5302:before, .cat-icon-3613:before {
        background-size: 51px auto;
    }
}

.cat-icon-3463:before {
    background-position: 0 0px;
}

.cat-icon-5462:before {
    background-position: 0 -59px;
}

.cat-icon-3433:before {
    background-position: 0 -116px;
}

.cat-icon-3483:before {
    background-position: 0 -176px;
}

.cat-icon-5962:before {
    background-position: 0 -235px;
}

.cat-icon-4443:before {
    background-position: 0 -295px;
}

.cat-icon-6042:before {
    background-position: 0 -354px;
}

.cat-icon-3593:before {
    background-position: 0 -415px;
}

.cat-icon-5302:before {
    background-position: 0 -474px;
}

.cat-icon-3613:before, .cat-icon-4823:before, .cat-icon-4813:before, .cat-icon-5602:before {
    background-position: 0 -532px;
}

.cat-icon-5182:before, .cat-icon-5212:before, .cat-icon-5202:before, .cat-icon-5902:before, .cat-icon-5222:before, .cat-icon-5192:before, .cat-icon-5882:before, .cat-icon-5232:before {
    content: '';
    background-image: url(../img/svg/prekes_vaikams.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-5182:before {
    background-position: 0 0;
}

.cat-icon-5212:before {
    background-position: 0 -62px;
}

.cat-icon-5202:before {
    background-position: 0 -125px;
}

.cat-icon-5902:before {
    background-position: 0 -186px;
}

.cat-icon-5222:before {
    background-position: 0 -248px;
}

.cat-icon-5192:before {
    background-position: 0 -313px;
}

.cat-icon-5882:before {
    background-position: 0 -373px;
}

.cat-icon-5232:before {
    background-position: 0 -436px;
}

.cat-icon-3323:before, .cat-icon-3383:before, .cat-icon-3363:before, .cat-icon-5982:before, .cat-icon-3403:before {
    content: '';
    background-image: url(../img/svg/drabuziai.svg?v=3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    float: left;
}

.cat-icon-3323:before {
    background-position: 0 0;
}

.cat-icon-3383:before {
    background-position: 0 -60px;
}

.cat-icon-3363:before {
    background-position: 0 -124px;
}

.cat-icon-5982:before {
    background-position: 0 -182px;
}

.cat-icon-3403:before {
    background-position: 0 -243px;
}

div[class^="cat-icon-"] {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5px;
    padding-top: 7px;
}

#cat_childs {
    display: block;
    position: relative;
}

#cat_path_child_b {
    margin-top: 10px;
    width: 70px;
    display: inline-block;
    position: absolute;
    height: 67px;
    top: 0;
    right: 0;
}

.cat_path_child_b {
    display: inline-block;
}

@media all and (max-width: 920px) {

    #cat_path_child_b {
        display: none;
    }

    .cat_path_child_b {
        display: table-cell !important;
    }

    #cat_childs {
        overflow: hidden;
        white-space: nowrap;
    }

    .cat-middle-name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ps__rail-x {
        margin-bottom: 5px;
    }

    .results-header {
        margin-top: 0;
    }
}
.success_b {
    margin-top: 10px;
    border: 1px solid #00d053;
    background-color: rgba(0, 208, 83, 0.11);
}

.success_b .success_padder i {
    background-color: #00d053;
}

.success_b .success_padder i:before {
    content: "\f00c";
    width: 33.5px;
    display: block;
    margin: 0 auto;
}

.success_b .success_padder a {
    font-size: 16px;
    color: #00d053;
}

.success_b .success_padder a.button_def {
    color: #FFF;
    text-decoration: none;
    float: left;
    margin-right: 10px;
}

.success_b .success_padder #edit_code {
    background-color: #FFF;
    padding: 5px 10px;
}

.success_b .success_padder b, .success_b .success_padder div {
    font-size: 16px;
}

.success_b .success_padder ul {
    padding-left: 20px;
}

.success_b .success_padder ul li {
    font-size: 16px;
}

.notification_b {
    margin-top: 10px;
    border: 1px solid #e6c11e;
    background-color: rgba(230, 193, 30, 0.09);
}

.notification_b .notif_padder i:before {
    content: "\f12a";
    width: 14.5px;
    display: block;
    margin: 0 auto;
}

.notification_b .notif_padder .notif_inner .highlight {
    color: #e6c11e;
    font-size: 16px;
}

.notification_b .notif_padder i {
    background-color: #e6c11e;
}

.notification_b .notif_padder a {
    font-size: 16px;
    color: #00d053;
}

.error_b {
    margin-top: 10px;
    border: 1px solid #dc0000;
    background-color: rgba(220, 0, 0, 0.09);;
}

.error_b .error_b_padder i:before {
    content: "\f00d";
    width: 27.5px;
    display: block;
    margin: 0 auto;
}

.error_b .error_b_padder i {
    background-color: #dc0000;
}

.error_b a {
    font-size: 16px;
    color: #dc0000;
}

.error_b b {
    font-size: 16px;
}

.error_b ul {
    padding-left: 20px;
}

.error_b ul li {
    font-size: 16px;
}

.notification_b .notif_padder .notif_inner, .error_b .error_b_padder .error_b_inner, .success_b .success_padder .success_inner {
    min-height: 50px;
    padding-left: 75px;
    font-size: 16px;
    color: #6b6b6b;
}

.notification_b .notif_padder, .error_b .error_b_padder, .success_b .success_padder {
    position: relative;
    margin: 25px;
}

.notification_b .notif_padder i, .error_b .error_b_padder i, .success_b .success_padder i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;

    font: normal normal normal 35px/50px 'Font Awesome 5 Pro';
    color: #FFF;
}

@media all and (max-width: 1069px) {
    .notification_b .notif_padder, .error_b .error_b_padder {
        margin: 10px;
    }

    .notification_b .notif_padder i, .error_b .error_b_padder i {
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 40px;
    }

    .notification_b .notif_padder .notif_inner, .error_b .error_b_padder .error_b_inner {
        padding-left: 50px;
    }
}


@media all and (max-width: 690px) {
    .notification_b .notif_padder, .error_b .error_b_padder, .success_b .success_padder {
        margin: 10px 2%;
    }

    .notification_b .notif_padder i, .error_b .error_b_padder i, .success_b .success_padder i {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .notification_b .notif_padder .notif_inner, .error_b .error_b_padder .error_b_inner, .success_b .success_padder .success_inner {
        padding-left: 35px;
    }


    .success_b .success_padder a.button_def {
        margin-bottom: 10px;
    }

    .success_b .success_padder a.button_n.button_def {
    }
}
.ad-bar {
    display: none;
}

.sidebar-ad > div, .sidebar-ad > iframe {
    position: sticky;
    top: 5px;
}

#alio_lt_970x250_top {
    display: flex;
    min-height: 250px;
}

#livechat_b:before {
    content: '';
    border: 1px solid #e0e0e0;
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    left: -3px;
    top: -3px;
}

#ads-bottom-bar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
}

#ads-bottom-bar-ad {
    width: 1300px;
    max-width: 100%;
    height: 35px;
    display: block;
    margin: 0 auto;
}

#livechat_b {
    z-index: 999;
}

#livechat_placer_b {
    z-index: 1000;
}

#ads-bottom-bar-close {
    position: absolute;
    right: 10px;
    bottom: 5px;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    background-color: #ab2424;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnlJREFUeNrMlt1r01AYxp8mjXHBWgv9sLOurVhrmxZZpswhih8XolLd8GJ4oXgjiFeFCTJEcBeV6bVQ/AMEURFvBZkXgl/ojdtQcbadSLWss6uDYNd0tedIpDPZmm5W9sKBcM6b88ub93lOYhoNu1GLKloYkfGsiWk1hMSY2F5l8J9idYDmWB5fXFsabkJyyua1ywMRyPODxzHZfxrT4u5FN0h5QngXO4nUqXNQuLbmQCpkXacESZLgHEpA7tqvC0kdiSEUCiF8oheVwQQqawRdEHvBYbn69+TTQ32wSF2IRqMIBAJwOBxge/bg+/sJcNmMBhKJRODxeLDe50fB6gDzbMRYRVtTH+mNXq8XFosFPM/D5XKhPXEd8s4D+BqQ8DnWRyGiKNI1kiPMz6Pt/m3dikw1w+r6aLZzHzZduwG32w2O4+hcuVxGLpdDJvO7Kp/PRyFkXZmZQfpMP0qfRpsDkSBPT6pQN1NhsizTa0EQDEEaylt4/QTZy5doFQRAgmxstVrpMAoxZFgCm7yVRD6fR6VS0axPJW82hBgCZTpEpLZtR7FYhKIomvUN8QFg79GVgYiEJw4foz0ir8psNmtyyJztyhDt57JAC8wYDsNut4NlWdqTarVKh9ozp9P5R/pNgeohqk/qG58eiKNQKCwQSL3PDINmXW5q1mAwqOsT+dE9pC/GNWokubZd3cZBO96MwPbqBb2ZYRhdCfMvH2uk/+PuHZSSw8bPOirrD28xPWcCt7kDufNna5AxTQ4598j5x3T34OfDB8gNDy7aoyVPBhLKRj/M39JLKqrkF8Gnx1fmo0YQ+hobQFbPp/xfg0ythpD/ul8CDACcDQL9b0CbigAAAABJRU5ErkJggg==');
    width: 26px;
    height: 25px;
    border: 1px solid #ab2424;
}

#livechat_b {
    border-radius: 50%;
    background: #1da1f3;
    width: 58px;
    height: 58px;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border: 2px solid #ffffff;
}

#livechat_placer_b {
    position: fixed;
    right: 20px;
    bottom: 110px;
    width: 340px;
    background: #FFF;
    height: 470px;
    border: 1px solid #00d053;
    display: none;
}

#livechat_placer_b #listchat_inner_main {
    padding: 10px;
}

#livechat_placer_b .livechat_list_b {
    height: 70px;
    font-size: 16px;
    border-bottom: 1px solid #999;
    color: #999;
}

#livechat_placer_b::after {
    content: '';
    position: absolute;
    right: 35px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    clear: both;
    background: #fff;
    border-bottom: 1px solid #00d053;
    border-right: 1px solid #00d053;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#livechat_placer_b.inner_msg_b::after {
    border-bottom: 1px solid #1da1f2;
    border-right: 1px solid #1da1f2;
}

#livechat_b #liveicon:after, #livechat_b #liveicon:before {
    color: #FFF;
    font: normal normal bold 25px/80px 'Font Awesome 5 Pro';
    text-shadow: -1px 0 #1584ca, 0 1px #1584ca, 1px 0 #1584ca, 0 -1px #1584ca;
}

#livechat_b #liveicon {
    color: #FFF;
    position: relative;
}

#livechat_b #liveicon #livechat_counter_b {
    position: absolute;
    top: 0;
    font-size: 13px;
    background: #999;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 5px;
    opacity: 0.9;
}

#livechat_b #liveicon #livechat_counter_b.red-b {
    background: red;
}

.header_list_menu_counter {
    background: red;
    display: inline-block;
    line-height: 18px;
    border-radius: 50%;
    color: #FFF;
    padding: 0 4px;
    height: 17px;
}

#livechat_b #liveicon:after {
    content: "\f27a";
    position: absolute;
    top: -12px;
    right: 12px;
    transform: scaleX(-1);
    filter: flipH();
    font-size: 20px;
}

#livechat_b #liveicon:before {
    position: absolute;
    top: -7px;
    right: 27px;
    content: "\f27a";
    font-size: 20px;
}

#livechat_header_b {
    height: 28px;
    background: #00d053;
    padding: 10px;
}

#lc_pc_form {
    height: calc(100% - 48px);
}

#livechat_placer_b.inner_msg_b {
    border: 1px solid #1da1f2;
}

#livechat_header_b.header_other {
    background: #1da1f2;
}

#livechat_user_status {
    line-height: 28px;
    width: 20px;
    float: left;
}

#livechat_user_status i:after {
    font: normal normal normal 11px/28px 'Font Awesome 5 Pro';
    content: '\f111';
    color: #dcdcdc;
    text-shadow: 0 0 2px #636363;
}

#livechat_user_status.online i:after {
    font: normal normal normal 11px/28px 'Font Awesome 5 Pro';
    color: #00d053;
    content: '\f111';
    text-shadow: 0 0 2px #008c38;
}

#livechat_title {
    font-size: 20px;
    line-height: 28px;
    text-overflow: ellipsis;
    width: calc(100% - 96px);
    color: #FFF;
    float: left;
    position: relative;
}

#livechat_title a {
    color: #FFF;
}

#livechat_subtitle {
    position: absolute;
    left: 0;
    bottom: -9px;
    font-size: 11px;
    color: #dedede;
    line-height: 12px;
}

#livechat_close {
    margin-left: 10px;
}

#livechat_close, #livechat_settings {
    float: right;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

#livechat_close:after, #livechat_settings:after {
    display: block;
    width: 28px;
    font: normal normal normal 28px/28px 'Font Awesome 5 Pro';
    transition-duration: 0.8s;
    transition-property: transform;
    transform-origin: 14px 14px;
}

#livechat_close:hover:after, #livechat_settings:hover:after {
    font-size: 27px;
}

#livechat_close:after {
    content: "\f057";
}

#livechat_settings:after {
    content: "\f013";
}

.livechat_privateOutter_b {
    position: relative;
}

.livechat_private_b {
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0;
    height: 50px;
}

.livechat_private_b.pointer {
    cursor: pointer
}

.lc_hint_message {
    text-align: center;
    font-size: 13px;
}

.livechat_private_b.user_pc {
    height: 40px;
}

.livechat_private_img {
    width: 60px;
    height: 50px;
    background-size: cover;
}

.user_pc .livechat_private_img {
    height: 40px;
    width: 40px;
    background: none;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
}

.user_pc .livechat_private_img.empty:after {
    font: normal normal normal 34px/52px 'Font Awesome 5 Pro';
    content: "\f007";
    color: #c0c0c0;
    text-align: center;
    width: 100%;
    display: block;
}

.user_pc .livechat_private_img.notempty {
    background-size: cover;
}

.livechat_desc_b {
    float: right;
    width: calc(100% - 70px);
}

.lc_unread_c {
    display: inline-block;
    background: #ff0000;
    border-radius: 50%;
    color: #FFF;
    padding: 0 4px;
    height: 20px;
}

.user_pc .livechat_desc_b {
    width: calc(100% - 54px);
}

.livechat_desc_b .lc_title_b, .livechat_desc_b .lc_title_b a {
    color: #1da1f2;
    font-size: 16px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 89%;
    font-weight: bold;
}

.livechat_desc_b .lc_desc_inner_b {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 33px;
    color: #666;
}

.user_pc .livechat_desc_b .lc_desc_inner_b {
    height: 16px;
}

.user_pc .livechat_desc_b .lc_title_b {
    font-weight: 300;
}

.livechat_remove_b {
    position: absolute;
    top: 10px;
    right: 0;
    background: #FFF;
    cursor: pointer;
}

#lc_inner_block, #lc_inner_block_selist {
    position: relative;
    height: calc(100% - 41px);
    width: 100%;
    z-index: 1;
    padding-top: 41px;
}

#lc_main_h_b {
    padding: 5px 10px;
}

.lc_main_padder {
    padding: 0 10px;
    overflow-y: scroll;
    height: calc(100% - 97px);
}

#lc_inner_block_selist {
    padding-top: 41px;
}

.livechat_remove_b:after {
    font: normal normal normal 19px/20px 'Font Awesome 5 Pro';
    content: "\f00d";
    color: #666;
}

#liveChat_back_b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    background: #FFF;
    cursor: pointer;
    height: 41px;
}

#liveChatPrivatesSe_back_b {
    width: 100%;
    background: #FFF;
}

#liveChat_back_b .lc_pc_back_b, #lc_pc_back_b_selist {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin: 10px 10px 0;
    z-index: 1001;
    color: #1da1f2;
    font-size: 14px;
    line-height: 20px;
}

#lc_pc_back_b_selist {
    cursor: pointer;
}

#liveChatPrivatesSe_back_b .lc_pc_back_b {
    border-bottom: 1px solid #dcdcdc;
    margin: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    z-index: 1001;
    color: #1da1f2;
    font-size: 14px;
}

#liveChat_msgs_b {
    position: absolute;
    left: 0;
    bottom: 59px;
    width: calc(100% - 20px);
    padding: 10px;
    overflow: hidden;
    height: calc(100% - 119px);
}

#liveChat_msgsInner_b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.lc_message_b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 55px;
    max-height: 100px;
    background: #fbfbfb;
    border-top: 1px solid #1da1f2;
}

.lc_message_b_inner {
    padding: 3px 5px;
    width: 85%;
    width: calc(100% - 50px);
}

#livechat_send {
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    right: 6px;
    border-radius: 3px;
    color: #1da1f2;
}

#livechat_send:after {
    content: "\f138";
    font: normal normal normal 34px/34px 'Font Awesome 5 Pro';
}

#lc_pc_message {
    width: 100%;
    min-height: 46px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: 0;
}

.liveChat_msg_b {
    margin: 10px;
    background: #1da1f2;
    color: #FFF;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    position: relative;
    width: 80%;
    float: right;
    word-wrap: break-word;

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.liveChat_msg_b .smile {
    font: normal normal normal 16px/16px 'Font Awesome 5 Pro';
    display: inline-block;
    color: #FFF;
    font-weight: bold;
}

.liveChat_msg_b.noiso .smile {
    color: #1da1f2;
}

.liveChat_msg_b .smile_1:after {
    content: "\f118";
}

.liveChat_msg_b .smile_2:after {
    content: "\f4da";
}

.liveChat_msg_b .smile_3:after {
    content: "\f581";
}

.liveChat_msg_b .smile_4:after {
    content: "\f585";
}

.liveChat_msg_b .smile_5:after {
    content: "\f597";
}

.liveChat_msg_b .smile_6:after {
    content: "\f5c2";
}

.liveChat_msg_b .smile_7:after {
    content: "\f589";
}

.liveChat_msg_b .smile_8:after {
    content: "\f58a";
}

.liveChat_msg_b .lv_msg_b_time {
    position: absolute;
    bottom: -15px;
    font-size: 11px;
    color: #c3c3c3;
    right: 0;
    left: auto;
    text-align: right;
}

.liveChat_msg_b.iso .lv_msg_b_time {
    right: 36%;
    left: 0;
    text-align: left;
}

.liveChat_msg_b.noiso {
    float: left;
    background: #f8f8f8;
    color: #333;
    border: 1px solid #dcdcdc;
}

/*.liveChat_msg_b:after {
    content: '';
    position: absolute;
    right: 35px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #1da1f2;
    clear: both;
    background: #1da1f2;
    border-right: 1px solid #1da1f2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.liveChat_msg_b.noiso:after {
    left: 35px;
    right: auto;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    border-right: 1px solid #dcdcdc;
}

#header_list_menu .list_menu_b {
    float: left;
    border: 1px solid #dcdcdc;
    text-align: center;
    width: calc(50% - 2px);
    height: 29px;
    line-height: 29px;
    color: #666;
    font-size: 14px;
}

#header_list_menu .list_menu_b.openPrivateChatsSe, #header_list_menu .list_menu_b.openPrivateChatsBu {
    cursor: pointer;
}

#header_list_menu.lists #left_menu_b {
    background: #00d053;
    color: #FFF;
    border: 0;
    height: 31px;
    width: 50%;
}

#header_list_menu.lists #right_menu_b {
    border-left: 0;
    width: calc(50% - 1px);
}

#header_list_menu.chats #right_menu_b {
    background: #00d053;
    color: #FFF;
    border: 0;
    height: 31px;
    width: 50%;
}

#header_list_menu.chats #left_menu_b {
    border-right: 0;
    width: calc(50% - 1px);
}

@media all and (min-width: 1070px) {
    .livechat_remove_b {
        display: none;
    }

    .livechat_privateOutter_b:hover .livechat_remove_b {
        display: block;
    }

    .livechat_privateOutter_b:hover .livechat_remove_b {
        opacity: 0.15;
    }

    .livechat_privateOutter_b .livechat_remove_b:hover {
        opacity: 1;
    }

    .categoriesList_b_nt_m {
        display: none;
    }
}

@media all and (max-width: 1069px) {
    .titlesearchcategory_nt i {
        background-size: 21px;
        height: 20px;
        width: 21px;
        font-size: 20px;
        margin-top: 2px;
    }

    .categoriesList_b_nt {
        display: none !important;
    }

    .categoriesList_b_nt_m {
        display: block;
        height: 85px;
        width: calc(100% - 2px);
        background-color: #f7f7f7;
        border: 1px solid #d9d9d9;
        position: relative;
        margin-top: 10px;
    }

    .nt-img-padding {
        padding: 10px 15px;
        float: left;
    }

    .categoriesList_b_nt_m h2 {
        font-size: 24px;
        color: #1da1f2;
        margin-bottom: 5px;
    }

    .categoriesList_b_nt_m span {
        font-size: 18px;
        color: #99999f;
        font-weight: 200;
    }

    .categoriesList_b_nt_m h2 > img {
        height: 22px;
        width: 22px;
    }
}

@media all and (max-width: 690px) {
    #livechat_b:before {
        width: 47px;
        height: 47px;
        left: -2px;
        top: -2px;
    }

    .categoriesList_b_nt_m {
        border-left: 0;
        border-right: 0;
        width: 100%;
    }

    #livechat_send {
        display: block
    }

    #lc_pc_form {
        height: 90%;
        height: calc(100% - 47px);
    }

    #lc_inner_block {
        height: 90%;
        height: calc(100% - 41px);
    }

    #liveChat_msgs_b {
        height: calc(100% - 120px);
        bottom: auto;
        top: 41px;
    }

    #livechat_b {
        width: 45px;
        height: 45px;
        right: 10px;
        top: 3px;
    }

    #livechat_b #liveicon:after, #livechat_b #liveicon:before {
        font: normal normal bold 17px/45px 'Font Awesome 5 Pro';
    }

    #livechat_b #liveicon:before {
        right: 18px;
        top: 4px;
    }

    #livechat_b #liveicon:after {
        right: 8px;
        top: -1px;
    }

    .livechat_desc_b {
        width: calc(100% - 100px);
    }

    #livechat_placer_b::after {
        display: none;
        right: 32px;
    }

    .livechat_private_img {
        width: 90px;
    }

    #livechat_placer_b {
        border: 0;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        position: fixed;
    }

    #livechat_placer_b.inner_msg_b {
        border: 0;
    }

    #livechat_b #liveicon #livechat_counter_b {
        left: -1px;
        font-size: 11px;
        top: -1px;
        height: 16px;
        line-height: 16px;
    }

}

.label_checkbox_padding {
    margin-top: 1px;
    margin-right: 5px;
    width: calc(15px);
}

.checkbox_label {
    width: calc(100% - 20px);
    color: #686868;
}

.checkbox_label:hover {
    cursor: pointer;
}

/*nt project begin*/
/*index*/
.titleSearch_b_nt {
    display: block;
    height: 85px;
    width: calc(100% - 2px);
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    position: relative
}

.nt-img-padding {
    padding: 10px 15px;
    float: left;
}

.titleSearch_b_nt h2 {
    font-size: 24px;
    color: #1da1f2;
    margin-after: 5px;
    -webkit-margin-after: 5px;
}

.titleSearch_b_nt span {
    font-size: 17px;
    color: #99999f;
}

.nt-img-arrow {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 20px 0;
}

.titlesearchcategory_nt {
    background-color: #1da1f3;
    font-size: 17px !important;
    padding: 3px 5px;
}

.titlesearchcategory_nt a {
    color: white !important;
}

.titlesearchcategory_nt i {
    background-size: 18px;
    background-image: url(../img/svg/home.svg);
    height: 17px;
    width: 18px;
    font-size: 18px;
    display: block;
    float: right;
    margin-left: 5px;
}

/*cats*/
.categoriesList_b_nt {
    display: block;
    width: 171px;
    height: 120px;
    float: right;
    padding: 20px;
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    position: absolute;
    right: 10px;
    top: 0;
}

.cats-nt-logo {
    text-align: center;
}

.cats-nt-link {
    text-align: center;
    font-size: 20px;
}

.cats-nt-link a {
    color: #1da1f2;
    font-weight: 500;
}

.cats-nt-projects-count {
    text-align: center;
    font-size: 13px;
    color: #99999f;
}

@media screen and (max-width: 350px) {
    .titleSearch_b_nt span {
        font-size: 15px;
    }
}

/*nt project end*/
@media all and (max-height: 700px) and (min-width: 691px) {
    #livechat_placer_b #livechat_placer_b {
        height: 70%;
        min-height: 200px;
    }

    #livechat_placer_b.cleanIndex #livechat_placer_b {
        height: auto;
    }
}

#livechat_placer_b.cleanIndex {
    width: 100%;
    width: calc(100% - 2px);
}

.check_height {
    display: none;
}

#myMap {
    position: relative;
}

#change-map-type {
    position: absolute;
    bottom: 20px;
    right: 55px;
}

#change-map-type div {
    float: left;
    background-color: #FFF;
    padding: 5px;
    margin-left: 1px;
    cursor: pointer;
}

.unactive-block-map {
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 100px;
}

.esri-ui-top-left {
    bottom: -20px !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
}

.new-ids {
    float: right;
    padding-left: 20px;
    position: absolute;
    right: 51px;
    top: 18px;
}

.new-ids li {
    display: inline;
}

.new-ids li img {
    width: 60px;
}

.new-ids li a:after {
    content: '' !important;
}

@media all and (max-width: 1069px) {
    .new-ids {
        display: none;
    }
}

#clickable-block {
    position: absolute;
}

.a1200x250 {
    width: 1300px;
    max-height: 250px;
    display: block;
    overflow: hidden;
}

.a1050x35 {
    width: 1300px;
    height: 35px;
    display: block;
    overflow: hidden;
}

.a728x250 {
    width: 728px;
    height: 250px;
    display: block;
    overflow: hidden;
}

.a300x250 {
    display: block;
    overflow: hidden;
}

.a300x250 {
    width: 300px;
}

@media all and (max-width: 690px) {
    #myMap {
        height: 300px !important;
    }
}

.a300x150 {
    width: 300px;
    max-height: 150px;
    display: block;
    overflow: hidden;
}

.a300x600 {
    width: 300px;
    max-height: 600px;
    display: block;
    overflow: hidden;
}

.a890x250 {
    width: 890px;
    height: 250px;
    display: block;
    overflow: hidden;
}

#ui-id-pos {
    position: absolute;
    top: 20px;
    width: 235px;
}

#ui-id-pos .ui-menu-item:hover {
    background-color: #007fff;
    color: #000;
}

.sticky-top {
    position: sticky;
    top: 0;
}

.borderr, input[type=submit].borderr, input[type=button].borderr, input[type=text].borderr {
    border-radius: 4px;
}

.margin0auto {
    margin: 0 auto;
}

.liveChat_msg_b.noiso, .liveChat_msg_b {
    margin-left: 8px;
    margin-right: 8px;
}

.liveChat_msg_b.noiso.loaded {
    margin-left: 5px;
    margin-right: 8px;
}

.liveChat_msg_b.loaded {
    margin-right: 5px;
    margin-left: 8px;
}

.sticki {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
}
.result.listview_cv .modification_cv {
    line-height: 23px;
}

.result.listview_cv .description_more {
    height: 22px;
}

.param_b {
    margin-right: 20px;
    float: left;
}

.price_cv {
    display: inline-block;
}

.param_b i {
    color: #00d053;
    font: normal normal bold 15px/18px 'Font Awesome 5 Pro';
}

.param_b span {
    float: right;
    margin-left: 5px;
}

.param_b i:after {

    content: '\f0da';
}

.price_cv i:after {
    content: '\f153';
}

.adresas_param i:after {
    content: "\f3c5";
}


.pareigos_param i:after {
    font-weight: 300;
    content: "\f2bb";
}

.kursu_kalba i:after {
    content: "\f1ab";
    font-size: 20px;
}

.kursai_skirti i:after {
    content: "\f500";
}

.uzsiemimo_trukme_h_1 i:after, .darbo_laikas i:after {
    font-weight: 300;
    content: "\f017";
}

.mokymo_sritis_darbas i:after, .darbo_sritis i:after {
    font-weight: 300;
    content: "\f5db";
}

.result.listview_cv .main_a_c_b {
    height: 130px;
}

.result.listview_cv .descriptoin_more_cv {
    bottom: 0;
    max-width: 78%;
    max-height: 20px;
}

@media (max-width: 690px) {
    .result.listview_cv .descriptoin_more_cv {
        max-width: 100%;
        bottom: 0;
        max-height: 56px !important;
        line-height: 1.6;
    }

    .result.listview_cv .image {
        /* height: 110px; */
    }

    .result.listview_cv .main_a_c_b {
        /* height: 110px; */
    }
}
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.open-ot-alert {
    font-family: Helvetica, Arial, sans-serif;
    color: #856404;
    font-size: 2rem;
    font-weight: bold;
    width: 30rem;
    text-align: left;
    margin: 3rem auto;
    padding: 1rem;
    line-height: 2rem;
    background-color: #fff3cd
}

.open-ot-alert p {
    color: #444;
}

.more-ot-alert {
    display: none;
    padding: 0.5rem;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
    background-color: #fff3cd;
    border: 2px solid #ffeeba;
    height: auto;
    width: auto;
    transform: translateZ(0);
    animation: move .4s ease 3;
    position: absolute;
    top: 0;
    left: 55%;
    z-index: 55;
    min-width: 150px;
}

.more-ot-alert:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffeeba;
    display: block;
    width: 0;
    z-index: 1;
}

.more-ot-alert:after {
    content: "";
    position: absolute;
    top: 17px;
    left: -12px;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff3cd;
    display: block;
    width: 0;
    z-index: 1;
}

.more-ot-alert .close-ot-alert {
    font-size: 1rem;
    clear: both;
    cursor: pointer;
    float: right;
    margin: -5px -3px 0 0;
}

.more-ot-alert .close-ot-alert i {
    color: #999;
}

.more-ot-alert .close-ot-alert i:before {
    content: "\f00d";
}

.more-ot-alert .close-ot-alert i:hover {
    color: #856404;
}

.more-ot-alert.drop-down-block {
    top: -20px;
    left: 104%;
}

.more-ot-alert.textarea-block {
    left: 102%;
    top: -15px;
}

.more-ot-alert.map-block-tip {
    left: 100%;
    top: 70px;
}

.more-ot-alert.turdas3d-block-tip {
    left: 100%;
    top: 20px;
}

.more-ot-alert p {
    font-weight: 500;
}

.is-relative {
    position: relative;
}

.fd3c .is-relative .has-tips,
.fd2c .is-relative .has-tips,
.fd1c .is-relative .has-tips {
    width: calc(100% - 26px);
}

.is-relative .tip-info {
    font-size: 16px;
    top: 8px;
    right: 2px;
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    color: #00d053;
}

.is-relative .tip-info.text-tip-info {
    top: 5px;
}

.is-relative .tip-info_ {
    top: -2px;
    right: -20px;
}

#auto-select-block {
    max-height: 200px;
    width: 730px;
}

#auto-select-block .tip-info__ {
    float: right;
    font-size: 16px;
    cursor: pointer;
}

#auto-select-block .auto-select-block {
    border: 1px solid #c8c8c8;
}

#auto-select-block .modifications-title {
    font-weight: 600;
}

#auto-select-block .modifications-title .modifications-title-item {
    float: left;
    padding: 5px;
}

#auto-select-block .modifications-title .modifications-title-item.row0,
.modifications .row0 {
    width: 200px;
}

#auto-select-block .modifications-title .modifications-title-item.row1,
.modifications .row1 {
    width: 85px;
}

#auto-select-block .modifications-title .modifications-title-item.row2,
.modifications .row2 {
    width: 39px;
}

#auto-select-block .modifications-title .modifications-title-item.row3,
.modifications .row3 {
    width: 73px;
}

#auto-select-block .modifications-title .modifications-title-item.row4,
.modifications .row4 {
    width: 61px;
}

#auto-select-block .modifications-title .modifications-title-item.row5,
.modifications .row5 {
    width: 86px;
}

#auto-select-block .modifications-title .modifications-title-item.row6,
.modifications .row6 {
    width: 92px;
}

#auto-select-block .modifications {
    overflow: auto;
    max-height: 130px;
}

#auto-select-block .modifications th {
    font-weight: 600;
    text-align: left;
    padding: 5px;
}

#auto-select-block .modifications tr:nth-child(even) {
    background-color: #f1f1f1;
}

#auto-select-block .modifications tr:hover {
    background-color: #def9e9;
    cursor: pointer;
}

#auto-select-block .modifications tr.selected {
    background-color: #def9e9;
}

#auto-select-block .modifications td {
    padding: 5px;
}

.more-ot-alert-mobile {
    display: none;
}

#seller-text-tip-info {
    color: #00d053;
    font-weight: bold;;
}

#seller-text-tip-info-alert {
    display: none;
    margin-bottom: 15px;
}

@keyframes move {
    50% {
        transform: translate(10px, 0);
    }
}

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

    .fd3c .is-relative .has-tips,
    .fd2c .is-relative .has-tips,
    .fd1c .is-relative .has-tips {
        width: calc(100% - 7px);
    }

    .fd3c .is-relative select.has-tips,
    .fd2c .is-relative select.has-tips,
    .fd1c .is-relative select.has-tips {
        width: calc(100% - 27px);
    }

    .more-ot-alert-mobile {
        position: fixed;
        z-index: 666;
        bottom: 0;
        left: 1%;
        width: 96%;
        width: calc(96% - 2px);
    }

    .alert-warning {
        background-color: #fcf8e3;
        border-color: #faf2cc !important;
        color: #8a6d3b;
    }

    .alert {
        padding: 1%;
        margin-bottom: 1%;
        border: 1px solid transparent;
        border-radius: 5px;
    }

    .fade {
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        color: inherit;
    }

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

    .close {
        float: right;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        font-size: 12px;
    }

    .more-ot-alert-mobile .close span {
        font-size: 26px;
    }
}



