@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');

body, input, textarea, select, button {
    font-family:'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    min-height: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.dropdown {
    position: relative
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.hidden {
    display: none !important;
    visibility: hidden !important
}


.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}


/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 34px;
    border: 1px solid #A9A9A9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 32px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 6px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    border-radius: 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 250px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 3px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #000000;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3498db;
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
    background: #CCC
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #22ca46;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: 0 0
}

.chosen-container-active .chosen-choices {
    border: 1px solid #22ca46;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff;
    direction: rtl
}

.num1:after, .post-free-ad:before, .how-it-works-1:after, .how-it-works-2:after, .how-it-works-1:before, .how-it-works-2:before, .how-it-works-3:before, .chosen-container-single .chosen-single div b, .btn-search:before, .more-cats a:after, .expand-cats a:after, .show-all-adv:after, .category-breadcrumbs li:before, .pagn-prev a, .pagn-prev span, .pagn-next a, .pagn-next span, .account-link:before, .account-link:after, .msg-send-btn:before, .phone:before, .i-back:before, .i-forward:after, .buy-safe-widget:before, .file-attach-link:before, .btn-send-msg:before, .i-edit:before, .i-disable:before, .i-msg:before, .i-arr-d:after, .i-arr-u:after, .i-trash, .i-reply:before, .i-push:before, .i-back-big:before, .tips-list li:before, .label-check:after, .push-btn:before, .i-att:before, .msg-popup:after,
[class^="ico-"], [class*=" ico-"],
.i-img-count:before {
    background: url(/img/layout/sprite2.png) no-repeat;
}



[class^="ico-"],
[class*=" ico-"] {
    display: inline-block;
    vertical-align: middle;
}

[class^="ico-xs-"],
[class*=" ico-xs-"] {
    width: 25px;
    height: 25px;
}

.ico-social {
    width: 28px;
    height: 32px;
}

.ico-xs-arrow-right {
    background-position: -293px 0;
}

.ico-xs-arrow-left {
    background-position: -266px 0;
}

.ico-xs-fb {
    background-position: -578px 4px;
}

.ico-xs-gp {
    background-position: -608px 5px;
}

.ico-no_ad_yet {
    background-position: -638px 0;
    width: 23px;
    height: 23px;
}

.ico-checkmark, .ico-xs-close {
    width: 24px;
    height: 18px;
}

.ico-checkmark {
    background-position: -638px -25px;
}

.ico-xs-close {
    background-position: -664px -25px;
}

.ico-blue_arrow {
    background-position: -500px -23px;
    width: 14px;
    height: 9px;
}

/* UI Styles
   ============================================================= */



.btn:active, .btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.xs {
    font-size: 14px;
}

.btn.big {
    font-size: 17px;
    padding: 13px 28px;
}

.btn.middle {
    font-size: 18px;
    padding: 8px 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.small {
    font-size: 13px;
    padding: 8px 20px;
}

.btn i {
    margin: -2px 5px 0 0;
}

.btn.green {
    color: #fff;
    background-color: #7bc732;
}

.btn.green:hover {
    background-color: #7ed52b;
}

.btn.blue, .btn-main {
    background-color: #3498DB;
}

.btn.blue:hover, .btn-main:hover {
    background-color: #3BA7F0;
}

.btn.dblue {
    color: #fff;
    background-color: #5286b3;
}

.btn.dblue:hover {
    background-color: #5b95c7;
}

.btn.red {
    background-color: #e95224;
}

.btn.red:hover {
    background-color: #f25829;
}

.btn.grey {
    background-color: #E2E2E2;
    color: #34495e;
}

.btn.grey:hover {
    background-color: #EDEDED;
}

.btn.beige {
    background-color: #FBF8F0;
    color: #34495e;
    border-color: #F1E7CD;
}

.btn.beige:hover {
    background-color: #F4ECD7;
}

.btn.transparent {
    background: #fff;
    color: #3498db;
    border-color: #3498db;
}

.btn.pull-right {
    margin-left: 15px;
}

.btn.margin278 {
    margin-right: 278px;
    float: right;
}

.btn.margin10 {
    margin-right: 10px;
    float: right;
}

.send-confirm-code {
    width: 200px !important;
    margin-left: 20px !important;
    margin-Top: -5px !important;
}

.phone {
    font-size: 16px;
    line-height: 19px;
}

.phone:before {
    content: '';
    background-position: -397px 0;
    display: inline-block;
    width: 26px;
    height: 21px;
    vertical-align: top;
    margin-right: 10px;
}

.btn-main, .blue-transp {
    border: 1px solid #3498db;
}

.btn-main {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    min-width: 307px;
    padding: 13px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-main:hover, .btn-main-transp:hover, .blue-transp:hover {
    border-color: #3ba7f0;
}

.msg-send-btn:before {
    content: '';
    background-position: -373px 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    margin-top: 1px;
    vertical-align: top;
}

.btn-main-transp, .btn-main-transp:hover, .btn-main-transp:focus, .blue-transp, .blue-transp:hover, .blue-transp:focus {
    color: #3498db;
}

.btn-main-transp, .blue-transp {
    background-color: transparent;
}

.btn-main-transp:hover, .blue-transp:hover {
    background-color: #f0f9ff;
    color: #3ba7f0;
    outline: none !important;
}

.phone-btn {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 51px;
}

.phone-btn:before {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.phone-hidden-num {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 5px;
    color: #4192d8;
}

.show-phone {
    font-size: 13px;
}

.phone-btn .phone-hidden {
    display: inline-block;
}

.phone-btn .phone-hidden-num, .phone-btn .show-phone {
    display: block;
    margin-right: 0;
}

.phone-btn .show-phone {
    color: #9ac5ea;
    line-height: 13px;
    margin-bottom: -3px;
}

.phone-btn .phone-hidden, .phone-visible {
    vertical-align: top;
}

.phone-btn .phone-visible {
    margin-top: -1px;
}

.phone-btn .phone-visible, .phone-btn.phone-showed:before {
    vertical-align: middle;
}

.phone-showed .phone-visible {
    display: inline-block !important;
    visibility: visible !important;
}

.phone-showed .phone-hidden {
    display: none;
}

.form-item {
    margin-bottom: 23px;
    position: relative;
}

.form-item .custom {
    overflow: auto;
    width: 100%;
    text-align: center;
    padding-right: 22%;
}
.custom button {
    color: inherit;
    border: inherit;
}

.form-item select,
.form-item input,
.form-item .btn {
    min-width: 220px;
}

.form-item input.big-input {
    width: 460px;
    border-radius: 0;
}

.form-item input.big-input:focus{
    border-color: #22ca46;
}

.form-item .form-group {
    width: 460px;
    display: inline-block;
}

.form-item textarea {
    width: 460px;
    height: 130px;
    resize: none;
    overflow: auto;
    border: none;
    border-bottom: 1px solid #d9dde7;
    height: 52px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-item textarea:focus{
    border-color: #22ca46;
}


.form-item .label {
    font-size: 20px;
    line-height: 30px;
    width: 232px;
    display: inline-block;
    color: #333;
    vertical-align: top;
    text-align: right;
    font-weight: 600;
    padding: 9px 21px 9px 25px;
    margin-right: 5px;
    white-space: normal;
}

.form-item .label .desc {
    font-weight: normal;
    color: #999;
    display: block;
}

.form-item.required > .label:after {
    content: "*";
    color: #65be23;
    display: inline-block;
    width: 8px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-right: -8px;
}

.form-item .char-counter {
    color: #a0a0a0;
    margin-left: 10px;
}

.form-item .label-check {
    margin-top: 9px;
}

.input-group-container {
    width: 299px;
    display: inline-block;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f4f4f4;
    border: 1px solid #ECECEC;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px 0px 0px 3px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group-addon:first-child {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:last-child {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-item .price-field {
    border-radius: 0px 3px 3px 0px;
    width: 240px;
}

.form-item .label-check.is_negotiable {
    position: relative;
    top: -13px;
}

.label-check,
.label-radio {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 30px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
}

.label-check:before, .label-radio:before,
.label-check:after, .label-radio:after {
    content: '';
    position: absolute;
}

.label-check:before, .label-radio:before {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

.label-radio:before {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-check:before {
    background-position: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label-check:after {
    background-position: -191px -25px;
    width: 22px;
    height: 17px;
    top: -1px;
    left: 2px;
    visibility: hidden;
}

.label-radio:after {
    background-color: #91cf4b;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 5px;
    visibility: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.label-check.checked:after, .label-radio.checked:after {
    visibility: visible;
}

input[type=checkbox], input[type=radio] {
    width: auto !important;
    min-width: 0 !important;
}

.label-check input,
.label-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px !important;
    height: 18px !important;
    opacity: 0;
}

/* END UI Styles
   ============================================================= */


.categories {
    margin-top: 35px;
    margin-bottom: 16px;
}

.cat-title {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0 0 2px;
}

.collapse-cats .cat-title {
    font-weight: normal;
}

.cat-title + .cat-title {
    margin-top: 10px;
}

.cat-subcats {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.cat-subcats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 144px;
    overflow: hidden;
}

.cat-subcats li {
    margin-bottom: 1px;
    white-space: nowrap;
}

.cat-subcats a {
    display: inline-block;
    padding: 1px 0;
}
span.cat-count {
    color: #c1c1c1;
    font-weight: normal;
    font-size: 0.8em;
}
.cat-title .category-tracking + span.cat-count {
    font-weight: bold;
}
.collapse-cats .cat-title .category-tracking + span.cat-count {
   font-weight: normal;
}

.categories .col-xs-3 {
    margin-bottom: 12px;
}

.categories .col-xs-3:nth-child(4n+1) {
    clear: left;
}

/* END Homepage Styles
   ============================================================= */

/* Category Styles
   ============================================================= */
.category-items, .page {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.category-items {
    border-top: 0;
    border-radius: 0;
}

.page.preview {
    border: none;
    margin: 0;
}

.category-items, .category-items-outer {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.category-items-outer .category-items {
    margin-top: 0;
    margin-bottom: 0;
}

.category-items .list-view .empty {
    border-top: 1px solid #dbdbdb;
    padding: 25px;
}

.category-items .list-view .empty,
.list-view .empty .table-msgs {
    text-align: center;
}

.category-breadcrumbs {
    list-style-type: none;
    margin: 12px 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
}

.bottom-category-breadcrumbs {
    padding: 0 15px;
}

.category-breadcrumbs li {
    color: #999;
    display: inline;
    margin-right: 6px;
    padding-left: 11px;
}

.category-breadcrumbs h1 {
    font-size: inherit;
    display: inline;
    margin: 0;
}

.category-breadcrumbs li:before {
    content: '';
    background-position: -132px -21px;
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 5px 6px 0 -11px;
    vertical-align: top;
}

.category-breadcrumbs li:first-child {
    padding-left: 0;
}

.category-breadcrumbs li:first-child:before {
    display: none;
}

.category-type {
    list-style-type: none;
    margin: 0 12px 0 0;
    padding: 0;
}

.category-type li {
    float: left;
    margin: 0 0 0 12px;
    font-size: 12px;
}

.category-type li:first-child {
    margin-right: 4px;
}

.category-type a {
    display: block;
    color: #999;
}

.category-type a, .category-type .active {
    padding: 12px 0 8px;
}

.category-type .active a {
    padding: 0;
}

.category-type a:hover, .category-type .active, .category-type .active a {
    color: #7bc732;
}

.category-type .active {
    border-top: 4px solid #7bc732;
    padding-top: 8px;
}

.category-item {
    border-top: 1px solid #dbdbdb;
    padding: 18px 68px 18px 44px;
    position: relative;
}

.category-item[id^='div-gpt-ad'] {
    padding: 0;
}

.category-item:empty {
    border: medium none;
    padding: 0;
}

.table-ads tbody tr:hover > td,
.category-item:hover {
    background-color: #F7FCF4;
}

.table-ads .image {
    overflow: hidden;
    height: 68px;
    width: 100px;
    padding: 0;
    text-align: center;
    float: left;
}

.category-item .image {
    overflow: hidden;
    height: 95px;
    width: 140px;
    margin: 3px 0;
    padding: 0;
    text-align: center;
    float: left;
    font-size: 12px;
    margin-right: 22px;
}

.category-item .image-holder {
    display: inline-block;
    max-height: 95px;
    border: none;
    position: relative;
}

.image > .image-holder > img {
    height: 95px;
    width: auto;
}

.accountIndex .image > .image-holder > img {
    height: 68px;
    width: auto;
}

.table-ads .image-holder {
    display: inline-block;
    max-height: 68px;
    border: none;
    position: relative;
}

.i-img-count {
    position: absolute;
    left: 28px;
    bottom: 5px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.i-img-count:before {
    content: '';
    background-position: -580px -29px;
    display: block;
    height: 14px;
    width: 18px;
    position: absolute;
    left: -23px;
    top: 0;
}

.category-item .details {
    margin-left: 162px;
}

.table-ads .name,
.category-item .name {
    text-decoration: none;
    margin: -1px 0 1px;
    word-wrap: break-word;
    line-height: normal;
}

.table-ads .name,
.category-item .name,
.category-item .price {
    font-size: 16px;
    font-weight: 700;
}

.category-item .info {
    color: #555;
    font-size: 13px;
    margin-top: 17px;
}

.date-added {
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}

.category-item .date-added {
    margin-top: 4px;
}

input[type=file] {
    border: 0;
    background: none;
    padding: 0;
    width: auto;
}

.filter-btn,
.chosen-container-single .chosen-single,
.chosen-container .chosen-results li,
.form-input, input, select, textarea, .chosen-select,
.form-item .label {
    font-size: 13px;
    line-height: normal;
}

.chosen-container .chosen-results li.active-result {
    white-space: pre-wrap;
    line-height: 1.286;
}

.chosen-container-single .chosen-single,
.form-input, input, select, textarea,
.chosen-select {
    width: 220px;
    border: none;
    border-bottom: 1px solid #d9dde7;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #0a1331;
    margin: 0;
    padding: 8px 13px;
}

.btn, input[type=submit], input[type=button], button, .chosen-select {
    width: auto;
}

.chosen-select {
    padding: 7px 12px;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.5;
}

.error .form-input, .error input, .error select, .error textarea {
    border: 1px solid #f00;
}

.errorMessage, .help-block {
    font-size: 12px !important;
    color: #f00 !important;
}

.top-filters {
    padding: 20px 15px;
    border-bottom: 1px solid #d3d3d3;
}

.top-filters .chosen-select {
    width: 228px;
}

.top-filters .chosen-select.long-select {
    width: 265px;
}

.top-filters .chosen-select.small-select {
    width: 100%;
}

.top-filters .form-field-holder {
    float: left;
}

.top-filters .lower-filters {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
}
.subcategory-select{
    flex-direction: column;
}

.top-filters .lower-filters .form-field-holder {
    width: 187px;
    margin-right: 29px;
    margin-left: 0;
}

.top-filters .lower-filters .form-field-holder .chosen-select,
.top-filters .lower-filters .form-field-holder .chosen-container {
    margin-top: 10px;
}

.top-filters .subcategory-select .chosen-select.not-choosed,
.top-filters .subcategory-select .chosen-select.not-choosed + .chosen-container-single .chosen-single {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.top-filters .subcategory-select .chosen-select.not-choosed,
.top-filters .subcategory-select .chosen-select.not-choosed + .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #3498db;
}

.top-filters .subcategory-select .chosen-select.not-choosed + .chosen-container-single .chosen-single div b, .top-filters .subcategory-select .chosen-select.not-choosed + .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -132px -32px;
}

.top-filters .form-field-holder {
    margin-left: 10px;
}

.top-filters .subcategory-select .form-field-holder {
    margin-right: 50px;
}


.form-field-holder:first-child {
    margin-left: 0;
}

.top-filters .label-check.with-foto {
    margin: 5px 0 0 0;
}

.form-field-holder .form-input, .form-field-holder .chosen-select, .chosen-container-single .chosen-single {
    margin: 0;
}

.intro-block .form-input, .intro-block .chosen-container-single .chosen-single,
.intro-block input, .intro-block select, .intro-block textarea {
    border-color: #b2b2b2;
}

.form-input:focus, .chosen-container-active.chosen-with-drop .chosen-single,
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border-color: #5286b3;
    outline: 0;
}

.top-filters .label-check.with-foto {
    margin-top: 6px;
}

.sugg-container, .sugg-container .chosen-container {
    position: relative;
}

.sugg-container .chosen-container {
    display: block;
    z-index: 1011;
}

.sugg-container .chosen-drop {
    left: 0;
}

.sugg-container .chosen-results {
    max-height: none;
}

.sugg-container .chosen-results li {
    cursor: pointer;
    display: block;
    display: list-item;
    padding: 2px 8px;
}

.sugg-container .chosen-results li:hover {
    background-color: #1E90FF;
}

.sugg-container .chosen-results li:hover, .sugg-container .chosen-results li:hover .sugg-match, .sugg-container .chosen-results li:hover .sugg-match-place {
    color: #fff;
}

.sugg-container .sugg-match-place {
    color: #a3a3a3;
    font-style: italic;
}

.sugg-container .sugg-match {
    color: #1e90ff;
}

.opt-group {
    color: #333;
    background: #CCC;
    font-weight: bold;
}

/* END Category Styles
   ============================================================= */

/* Ad Page Styles
   ============================================================= */
.detail-view {
    padding: 30px 30px 44px;
    font-size: 13px;
}

.detail-view h1 {
    font-weight: normal;
    margin: 0;
}

.adv-meta {
    color: #9f9f9f;
    font-size: 13px;
    margin: 14px 0;
}

.adv-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 30px;
}

.adv-details {
    width: 770px;
    margin: 20px 0;
}

.adv-basic-info {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 16px;
}

.adv-basic-info dt, .adv-basic-info dd {
    margin-bottom: -2px;
    padding: 7px 0;
    line-height: 20px;
}

.adv-basic-info dt {
    color: #999;
    clear: left;
    font-weight: normal;
    float: left;
    margin-right: 25px;
}

.adv-basic-info dd {
    overflow: hidden;
}

.adv-details .price {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-top: -9px;
    margin-bottom: -7px;
    padding: 7px 16px;
}

.adv-seller-contacts {
    clear: both;
    margin-right: -6px;
}

.btns-pair .btn {
    margin-left: 6px;
    min-width: 307px;
}

.btns-pair .btn:first-child {
    margin-left: 0;
}

.adv-seller-contacts .btn {
    margin-right: 6px;
    cursor: pointer;
}

.adv-seller-contacts .btn.phone-showed {
    cursor: default;
}

.adv-seller-contacts .note {
    color: #737373;
    font-size: 13px;
    font-style: italic;
    margin: 14px 6px 14px 0;
    text-align: center;
}

.note > span {
    border: 2px solid #4fc401;
    padding: 3px 5px;
}

.detail-view h1, .adv-preview h3, .adv-desc {
    word-wrap: break-word;
}

.adv-desc {
    padding-top: 20px;
    margin-bottom: 38px;
}

.adv-share-btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}

.adv-share-btn * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.seller-contact-form {
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.seller-contact-form .chosen-container, .seller-contact-form .chosen-single, .seller-contact-form .form-input, .seller-contact-form .chosen-select, .seller-contact-form textarea,
.seller-contact-form input, .seller-contact-form select, .seller-contact-form textarea {
    font-size: 14px;
}

.seller-contact-form textarea {
    height: 11.645em;
}

.longer-input {
    width: 396px;
}

body .full-input {
    width: 100%;
}

.form-row .form-input {
    margin-bottom: 0;
}

.buy-safe-widget {
    background-color: #f7fcf4;
    border: 2px solid #65be23;
    margin: 12px 0 15px 15px;
    padding: 9px 20px 9px 67px;
    position: relative;
    font-size: 13px;
    min-height: 56px;
    float: right;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.buy-safe-widget.no_phone {
    margin-top: -15px;
}

.buy-safe-widget:before {
    content: '';
    background-position: -342px 0;
    width: 29px;
    height: 38px;
    position: absolute;
    top: 9px;
    left: 20px;
}

.buy-safe-widget a, a.show-phone, .file-attach-link, .remove-link {
    color: #3498db;
}

.buy-safe-widget a:hover, a.show-phone:hover, .file-attach-link:hover {
    color: #65be23;
}

.buy-safe-widget div {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 4px;
}

.form-row {
    margin-bottom: 18px;
}

.form-row__link {
    font-size: 15px;
    color: #65be23;
    text-decoration: underline;
}

.form-row__link:hover {
    color: #7ed52b;
}

.form-row_link-wrapper:last-child {
    margin-bottom: 0;
}

.form-submit {
    margin-top: 21px;
}

.form-submit-big {
    margin-top: 30px;
    margin-bottom: 35px;
}

.file-attach-wrap {
    overflow: hidden;
    padding-right: 40px;
}

.file-attach-link.disabled {
    color: inherit;
    cursor: default;
    outline: 0;
}

.file-attach-link {
    text-decoration: underline;
}

.file-attach-link:hover, .file-attach-link.disabled {
    text-decoration: none;
}

.file-attach-link:before {
    content: '';
    display: inline-block;
    background-position: -425px -20px;
    width: 19px;
    height: 17px;
    margin-right: 5px;
    margin-left: -24px;
    vertical-align: top;
}

.file-attach-link, .file-attach-note {
    padding-left: 24px;
}

.file-attach-note {
    clear: both;
    color: #999;
    font-size: 11px;
    line-height: 14px;
    padding-top: 3px;
}

.file-attach-note p {
    margin-top: 5px;
    margin-bottom: 0;
}

.file-attach {
    clear: both;
    padding-top: 18px;
}

.file-attach, .file-attach input {
    font-size: 13px;
}

.file-attach .form-row {
    margin-top: 12px;
    margin-bottom: 0;
}

.file-attach-note p:first-child, .file-attach .form-row:first-child {
    margin-top: 0;
}

.file-attach .remove-link {
    display: none;
    margin-top: 3px;
}

.adv-nav {
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    margin-bottom: 18px;
    padding-bottom: 20px;
}

.i-back:before, .i-forward:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
}

.i-back:before {
    background-position: -154px -31px;
    margin-right: 5px;
}

.i-forward:after {
    background-position: -132px -21px;
    margin-left: 5px;
}

.adv-nav .i-back:before {
    margin-right: 6px;
}

.adv-nav .i-forward:after {
    margin-left: 6px;
}

.btn-send-msg:before {
    content: '';
    background-position: -425px 0;
    display: inline-block;
    width: 25px;
    height: 18px;
    margin: -3px 7px 0 0;
    vertical-align: middle;
}

.section h2, .title-section {
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
    margin: 50px 0 15px;
}

.title-section.smaller {
    margin-top: 35px;
    margin-bottom: 10px;
}

.page > .title-section:first-child {
    margin-top: 0;
    padding-top: 15px;
}

.detail-view + .adv-list-title {
    margin-top: 20px;
}

.adv-list-title {
    padding-left: 44px;
    padding-right: 44px;
}

.page .adv-list {
    margin-bottom: 40px;
}


.content.accountIndex {
    padding-bottom: 20px;
    margin-bottom: 0px;
}



.right-side-carousel {
    clear: both;
    position: relative;
}
.right-side-carousel img {
    width: auto;
}

.right-side-carousel .prev i, .right-side-carousel .next i {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-left: -6px;
    margin-top: -12px;
}

.right-side-carousel .prev,
.right-side-carousel .next {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    /* background: rgba(255, 255, 255, 0.4); */
    cursor: pointer;
    color: #22ca46 !important;
}

.right-side-carousel .next {
    left: auto;
    right: 0;
}

.right-side-carousel .prev.disabled,
.right-side-carousel .next.disabled {
    display: none;
}

.scrollable, .scrollable .items .item-holder {
    height: 92px;
    overflow: hidden;
}

.scrollable {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.scrollable .items {
    position: absolute;
    width: 20000em;
}

.scrollable .items .item-holder {
    float: left;
    width: 140px;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.scrollable .items .item-holder:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.left-side-carousel, .right-side-carousel {
    width: 620px;
}

.left-side-carousel {
    height: 402px;
    font-size: 0;
    line-height: 400px;
    float: left;
    background-color: rgba(240, 242, 247, 0.4);
    text-align: center;
    margin-bottom: 20px;
    display: list-item;
    vertical-align: middle;
}

.left-side-carousel img {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    object-fit: cover;
}

.img-gallery {
    margin: 14px 0 20px;
    width: 620px;
}

/*!* END Ad Page Styles*/
   /*============================================================= *!*/

/*!* Posting *!*/
/*============================================================= *!*/
.field-city_id .select2-selection--single {
    height: 35px;
}

#city_id ~ .select2-container--bootstrap .select2-selection{
    border: none;
    border-bottom: 1px solid rgb(217, 221, 231);
    box-shadow: none;
}

#city_id ~ .select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: #22ca46;
}

/*!* Posting Steps Styles*/
   /*============================================================= *!*/
#second-step, #third-step {
    display: none;
}

body .top-title {
    text-align: center;
    font-weight: 600;
    margin: 35px 0 25px;
}

.top-title._page-404 {
    padding: 64px 0 88px 0;
    line-height: 65px;
    font-size: 24px;
}

.top-title .page_404_desc {
    font-size: 18px;
    line-height: 22px;
}

.posting-steps {
    list-style: none outside none;
    margin: 0 0 42px 0;
    padding: 13px 0;
    text-align: center;
    border-bottom: 1px solid #d9dde7;
}

.posting-steps li {
    color: #d9dde7;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    width: 30%;
}

.posting-steps li span {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    background: #d9dde7;
    text-align: center;
    margin-right: 10px;
}

.posting-steps li.active {
    color: #333;
}

.posting-steps li.active span {
    background-color: #22ca46;
}

.posting-steps li.active:before, .posting-steps li.active:after, .photo-hint:before, .photo-hint:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
}

.posting-steps li.active:before {
    border-top: 13px solid #dbdbdb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -27px;
}

.posting-steps li.active:after {
    border-top: 12px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: -25px;
    margin-left: 1px;
}

.upload-images {
    display: inline-block;
    vertical-align: top;
    width: 465px;
}

/*.upload-images > a {
    width: 108px;
    height: 69px;
    background: #F5F5F5;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #3498db;
    padding-top: 11px;
    border: 2px solid #fff;
    position: relative;
    margin: 0 8px 8px 0;
}
.upload-images > a .img-holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 0 !important;
}
.upload-images > a .remove-photo {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.upload-images > .uploaded:hover .remove-photo {
    display: block;
}
.upload-images > a.big-img {
    width: 223px;
    height: 146px;
    font-size: 16px;
    font-weight: 700;
    padding-top: 24px;
}
.upload-images > a.big-img span {
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
}
.upload-images > a.big-img i {
    margin-bottom: 3px;
}
.upload-images > a:hover {
    text-decoration: none;
    background: #E9E7E7;
    color: #3498db;
}
.upload-images > a:after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px dashed #E2E2E2;
}
.upload-images > a img {
    max-width: 100%;
    max-height: 100%;
}
.upload-images > a img.img-vertical {
    width: 100%;
    height: auto;
    max-height: 500%;
}
.upload-images > a img.img-horizontal {
    height: 100%;
    width: auto;
    max-width: 500%;
}
.upload-images > .uploaded,
.upload-images > .uploaded:hover,
.upload-images > .uploaded.big-img {
    padding: 0;
    background: #fff;
}*/
.photo-hint {
    width: 216px;
    border: solid 1px #f0f2f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    font-size: 14px;
    line-height: 21px;
    color: #a1a8bd;
    padding: 15px 18px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 80%;
}

.photo-hint:before {
    border-right: 9px solid #f0f2f7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -9px;
    top: 17px;
}

.photo-hint:after {
    border-right: 8px solid #FBF8F0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -7px;
    top: 17px;
}

.start-selling-now {
    font-size: 17px;
    font-weight: 700;
    padding-top: 36px;
    padding-bottom: 15px;
}

.posting-success .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.posting-success p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 33px;
}

.error-message {
    margin-top: 5px;
    color: red;
    font-size: 1em;
    word-wrap: break-word;
}

.posting-success._wait_for_pin {
    background: #F7F2E4;
    padding: 42px;
    margin-top: -42px;
    margin-bottom: 42px;
    border-bottom: 1px solid #D9D9D9;
}

.posting-success._wait_for_pin .error {
    position: relative;
}

/* END Posting Steps Styles
   ============================================================= */

/* Helpers
   ============================================================= */
._ta-center > h1, ._ta-center {
    text-align: center;
}

._p-bottom-100 {
    padding-bottom: 100px;
}

.fieldset {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 24px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fieldset .form-item:last-child {
    margin-bottom: 0;
}

._no-label {
    margin-left: 240px;
}

._no-label-error {
    margin-left: 130px;
}

._no-label-loader {
    margin-left: 240px;
    margin-bottom: 35px;
}

._mark-as .label-radio {
    margin-right: 50px;
}

.tbl-cl {
    display: table-cell;
}

.vat {
    vertical-align: top;
}

/* END Helpers
   ============================================================= */

.settings_fields_holder .btn {
    min-width: 220px;
}

.delete_account_b {
    text-align: center;
    padding-bottom: 29px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f5f5f5;
}

.wrapper.wrapper-bg {
    background-color: #F5F5F5;
}

/*!*----- Sign in -----*!*/
.login-over {
    margin: 0 auto;
    float: none;
    width: 66%;
}

.login-page {
    background-color: #fff;
    padding: 60px 65px;
}
.login-page a.btn-login-fb, .login-page a.btn-login-gp, .login-page a.btn-login-fb:hover, .login-page a.btn-login-gp:hover, .login-page button, .login-page a:hover, .login-page button:hover {
    color: white;
}
.login-page #password_recovery, .login-page #password_recovery:hover, .login-page #registration, .login-page #registration:hover{
    color: #3498DC;
    text-decoration: underline;
}
.login-page.ajax {
    padding:0px;
}
.login-page-title {
    color:#7e7e7e;
}
.dialog-content .login-page {
    text-align: left;
}
.login-page input[type="text"], .login-page input[type="password"] {
    /*border-color: #bdbdbd;*/
    background-color: #fafafa;
    font-size: 14px;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d6d6d6;

}

.login-page input[type="text"]:focus, .login-page input[type="password"]:focus {
    background-color: #fff;
}

.label-btm {
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 3px;
}

.login-page .form-row {
    margin-bottom: 24px;
}

.btn.login-btn {
    font-weight: bold;
    padding: 10px 22px;
}

.login-reg-msg {
    font-size: 16px;
    text-align: center;
    margin: 30px 15%;
}

.login-help-links {
    font-size: 14px;
}

.info_msg .dialog-close {
    font-size: 30px;
    right: 8px;
    top: 8px;
}

.info_msg {
    background: #fdfaf5;
    color: #34495e;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 700;
}

.info_msg a {
    font-weight: 900;
}

.click_to_confirm {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #34495e;
    margin: 3px 0 35px 0;
}

.click_to_confirm span {
    font-weight: 900;
}

.top-title_registration.top-title {
    line-height: 35px;
    margin: 15px;
}

/*----- End Sign in -----*/
/*----- Tab2 Partnership -----*/
#exchange-form .empty {
    padding: 25px 0;
    border-top: 1px solid #d9d9d9;
}

.points_rules {
    padding: 6px 11px 5px 17px;
}

.points_rules > div {
    font-size: 14px;
}

.points_rules a.link {
    margin-top: 1px;
}

.points_rules span {
    font-weight: 900;
}

.category-item .check_item {
    float: left;
    padding: 37px 0 0 0;
    width: 160px;
    color: transparent;
    text-align: center;
    color: #a0a0a0;
    font-size: 14px;
}

.check_item .label-check {
    padding-left: 20px;
    display: list-item;
    width: 27px;
    margin: 0 auto;
    overflow: hidden;
}

.check_item .label-check, .check_item .label-check input[type=checkbox] {
    cursor: pointer;
}

.request_b {
    padding: 14px 31px 43px;
    border-top: 1px solid #d9d9d9;
}

.request_b.disabled {
    position: relative;
}

.request_b.disabled .disabled_holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
}

.request_b .statistics_items {
    padding: 21px 0;
    border-right: 1px solid #ededed;
    margin-bottom: 18px;
}

.request_b .form-input {
    margin-bottom: 10px;
}

.request_b .settings_fields_holder {
    margin-top: 8px;
}

.request_title {
    color: #34495e;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.request_form {
    margin-left: 15px;
}

.error .error_tooltip {
    display: inline-block;
}

.error_tooltip {
    color: #e95224;
    font-size: 14px;
    border-radius: 8px;
    background: #f1e7cd;
    border: 1px solid #d9d2bf;
    padding: 12px 16px 13px 11px;
    display: inline-block;
    position: relative;
    display: none;
}

.error_tooltip a {
    margin-right: 4px;
}

.error_tooltip:before,
.error_tooltip:after {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    border-style: solid;
    border-width: 0 10px 12px;
}

.error_tooltip:before {
    margin-top: -12px;
    border-color: transparent transparent #d9d2bf;
}

.error_tooltip:after {
    margin-top: -11px;
    border-color: transparent transparent #f1e7cd;
}

.i-cross {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 18px;
    font-style: normal;
    overflow: hidden;
}

.error_tooltip .i-cross {
    color: #e95224;
}

.submitted_request {
    color: #34495e;
    font-size: 14px;
    text-align: center;
    margin: 120px 37px 121px 37px;
    line-height: 24px;
    width: 385px;
}

.submitted_request.forgot_pass, .submitted_request.exchange {
    margin: 61px 0 66px 0;
    width: 100%;
}

.successful_block {
    color: #34495e;
    font-size: 14px;
    text-align: center;
    margin: 25px 0 0 0;
    line-height: 24px;
}

.successful_block .ico-checkmark,
.submitted_request .ico-checkmark,
.failured_block .ico-xs-close,
.submitted_request .ico-xs-close {
    margin: -4px 6px 0 0;
}

.successful_block span,
.submitted_request span,
.failured_block span,
.submitted_request span.error_request {
    font-size: 16px;
    font-weight: 700;
}

.successful_block span,
.submitted_request span {
    color: #65be23;
}

.failured_block {
    margin: 25px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.posting-success._wait_for_pin .failured_block {
    margin-bottom: 0;
}

.failured_block span,
.submitted_request span.error_request {
    color: #F24725;
}

.failured_block + .page-inner {
    margin-top: -25px;
}

/*----- Tab2 Partnership -----*/
/*----- Tab1 My ads -----*/
.info_msg_congratulations {
    margin-top: 20px;
    padding: 9px 29px 13px 24px;
}

.info_msg_congratulations.info_msg {
    margin: 20px 0;
    padding: 6px 28px 8px 24px;
    line-height: 22px;
    position: relative;
    font-weight: 400;
}

.start-selling_holder {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 120px;
}

.no_ad_yet {
    color: #b6b6b6;
    padding: 53px 0 0 0;
}

.no_ad_yet .ico-no_ad_yet {
    margin-right: 7px;
    margin-top: -4px;
}

.start-selling_holder .start-selling-now {
    font-size: 24px;
    font-weight: 900;
    padding-top: 21px
}

.start-selling_holder .no_ad_yet {
    padding-top: 120px;
    padding-bottom: 14px;
}

.account-main-nav + .start-selling_holder {
    border-top: 0;
}

.table-ads {
    margin-bottom: 0;
    width: 100%;
}

.table-ads th, .table-ads td {
    vertical-align: top;
}

.table-ads thead th,
.table-ads tbody td {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.table-ads tbody tr:last-child td {
    border-bottom: 0;
}

.table-ads th, .table-ads td {
    font-size: 13px;
    padding: 18px 15px 18px 0;
    font-weight: 600;
}

.table-ads th:first-child,
.table-ads td:first-child {
    padding-left: 15px;
}

.table-ads thead th {
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table-ads .waiting,
.table-ads .reModeration {
    color: #999;
    display: block;
}

.table-ads .accepted {
    color: #65be23;
    display: block;
}

.table-ads .rejected {
    color: #e95224;
    display: block;
}
.table-ads .deactivated {
    display: block;
}
.table-ads .date-added {
    font-weight: 400;
}

.table-ads .name {
    display: block;
    max-width: 160px;
    min-width: 120px;
    margin-bottom: 3px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.w85 {
    width: 85px;
}

.mw95 {
    max-width: 95px;
}

.mw125 {
    max-width: 125px;
}

.tclip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page .table-ads:last-child tbody tr:last-child td:first-child, .page :last-child .table-ads tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.page .table-ads:last-child tbody tr:last-child td:last-child, .page :last-child .table-ads tbody tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.ads-edit-links {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 3px;
}

.i-edit:before, .i-disable:before, .i-msg:before {
    content: '';
    display: inline-block;
}

.i-edit:before, .i-disable:before {
    width: 13px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.i-edit:before {
    background-position: -373px -24px;
}

.i-disable:before {
    background-position: -293px -26px;
}

.i-msg {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}

.i-msg:before {
    background-position: -452px 0;
    width: 25px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

.i-msg .new-mess-count {
    left: 18px;
    top: -12px;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

/*----- End Tab1 My ads -----*/
/*----- Password Reset -----*/
.password_reset-success {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #34495e;
    margin-top: 54px;
}

.password_reset-success ._green {
    font-size: 16px;
    color: #65be23;
    font-weight: bold;
}

.password_reset-success .ico-checkmark {
    margin-right: 5px;
}

/*----- End Password Reset -----*/

.settings_fields_holder .errorMessage {
    margin: 0px 0 15px 0;
}

.request_form label {
    width: 120px;
    line-height: 16px;
    padding: 8px 10px;
    float: left;
}

.request_form .form-data {
    margin-left: 120px;
}

.price-row input {
    width: 220px;
    min-width: 0;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #d9dde7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.price-row .chosen-select {
    width: 100px;
    min-width: 0;
}

.price-row .chosen-container {
    vertical-align: top;
    margin: 0 5px;
}

.password_reset-phone {
    text-align: center;
    padding-top: 12px;
}

.password_reset-phone_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.password_reset-phone_text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

.password_reset-phone .btn {
    min-width: 160px;
}

/*----- Account Activation -----*/
.account_activation {
    background: #F7F2E4;
    border: 1px solid #D9D9D9;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.account_activation-title {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #34495e;
    height: 47px;
    background: #F1F1F1;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    padding-left: 48px;
    border-bottom: 1px solid #D9D9D9;
}

.account_activation .posting-success._wait_for_pin {
    margin: 0;
    padding: 30px 0 0 0;
    border: 0;
}

.account_activation .posting-success .title {
    font-size: 18px;
    line-height: 22px;
}

.account_activation .posting-success .title._bigger {
    font-size: 24px;
    line-height: 28px;
}

/*----- End Account Activation -----*/

/* ==========================================================================
   Helper classes
   ========================================================================== */
#loader {
    background: transparent url(/img/libraries/uploader/ajax_loader.gif) no-repeat center center;
    width: 21px;
    height: 21px;
    display: inline-block;
    top: 7px;
    position: relative;
    left: 10px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .row:after, .panel-body:after {
    clear: both
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.page-title h1 {
    margin: 0;
}

.logo {
    padding-top: 2px;
}

.site-entry {
    overflow: hidden;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px 20px;
    text-align: center;
}

.site-entry h1, .site-entry div.page_title {
    margin: 0;
    font-size: 13px;
    display: inline;
}

.total-adv-count {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

.num1 {
    display: inline-block;
    margin: 0 0 -1px 1px;
    position: relative;
    width: 25px;
    height: 11px;
    line-height: 10px;
    text-align: center;
    overflow: hidden;
}

.num1:after {
    content: '';
    background-color: #fff;
    background-position: -105px -23px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.site-entry .ast {
    color: #91cf4b;
    font-size: 18px;
}

.user-nav {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    vertical-align: middle;
}

.user-nav > li {
    display: inline-block;
    margin-left: 2px;
    float: left;
}

.user-nav.attachments > li {
    display: block;
}

.footer .user-nav > li:before {
    content: '|\00a0';
    color: #c5c5c5;
    margin-right: 2px;
}

.user-nav.attachments > li:before {
    display: none;
}

.user-nav > li:first-child, .user-nav > li:first-child a {
    margin-left: 0;
}

.user-nav > li:first-child:before {
    display: none;
}

.inline-nav-holder, .account-link {
    display: inline-block;
    position: relative;
}

.account-link {
    padding: 0 13px 0 29px;
    vertical-align: bottom;
}

.account-link:before, .account-link:after {
    content: '';
    position: absolute;
    top: 0;
}

.account-link:before {
    background-position: -320px 0;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
}

.account-link.no-before {
    cursor: pointer;
    padding-left: 5px !important;
}

.account-link img {
    position: absolute;
    top: -8px;
    left: -30px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.account-link.no-before:before {
    background: none !important;
}


.account-link:after {
    background-position: -140px -25px;
    width: 9px;
    height: 5px;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.account-link .tclip {
    max-width: 83px;
}

.account-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -7px;
    padding-top: 9px;
    z-index: 99;
}

.account-nav ul {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    text-align: left;
    position: relative;
    padding: 0;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.account-nav ul:after, .account-nav ul:before {
    content: ' ';
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 30px;
    pointer-events: none;
}

.account-nav ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 0 6px 5px 6px;
    margin-left: -6px;
}

.account-nav ul:before {
    border-color: rgba(214, 214, 214, 0);
    border-bottom-color: #d6d6d6;
    border-width: 0 7px 6px 7px;
    margin-left: -7px;
}

.account-nav ul a {
    display: block;
    padding: 5px 20px;
}

.new-mess-count {
    background-color: #f55454;
    color: #fff;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    position: absolute;
    top: -8px;
    left: 100%;
    margin-left: 2px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.account-link .new-mess-count {
    left: -11px;
    top: -16px;
}

.exit-link {
    background-color: #f5f5f5;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.no-js .inline-nav-holder:hover > .account-nav {
    display: block;
}

.header-right .post-free-ad {
    margin-left: 16px;
}

.post-free-ad {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}
.post-free-ad:hover {
    color: white;
}

.post-free-ad:before {
    content: '';
    background-position: -140px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 2px 10px 0 0;
}

.intro-block {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
}

.intro-block .top-filters {
    margin-right: -2px;
    padding: 0;
    border-bottom: 0;
}

.how-it-works {
    padding: 10px 0;
    margin-bottom: 13px;
}

.how-it-works.center {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
}

.how-it-works.index {
    background-color: #FFFFFF;
}

.how-it-works-1, .how-it-works-2, .how-it-works-3 {
    color: #999;
    width: 318px;
    float: left;
    font-size: 14px;
    line-height: 38px;
    min-height: 38px;
    text-align: center;
    position: relative;
}

.how-it-works-1, .how-it-works-2 {
    margin-right: 13px;
}

.how-it-works-1:after, .how-it-works-2:after {
    content: '';
    background-position: -105px 0;
    width: 11px;
    height: 21px;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -11px;
}

.how-it-works-1:before, .how-it-works-2:before, .how-it-works-3:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 38px;
    margin-right: 6px;
    vertical-align: middle;
}

.how-it-works-2:before {
    background-position: -35px 0;
}

.how-it-works-3:before {
    background-position: -70px 0;
}

.search-example {
    clear: both;
    color: #999;
    font-size: 12px;
    padding-top: 7px;
}

.search-example .plink:hover, .search-example .plink:focus {
    color: #65be23;
}

.plink, .plink:hover, .plink:focus {
    text-decoration: none;
}

.plink {
    cursor: pointer;
    border-bottom: 1px dashed;
}

.plink:hover {
    border-bottom: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

.chosen-container-single .chosen-single div {
    width: 22px;
}

.chosen-container-single .chosen-single span {
    margin-right: 22px;
}

.chosen-container-single .chosen-single div b {
    width: 9px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.chosen-container-single .chosen-single div b, .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -140px -18px;
}

.chosen-container-single .chosen-single {
    display: block;
    height: auto;
    width: auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.user-profile-page .chosen-container-single .chosen-single {
    min-width: 220px;
}

.form-field-xs, .form-field-xs + .chosen-container-single .chosen-single, .form-field-xs + .chosen-container .chosen-results li {
    font-size: 14px;
}

.form-field-xs + .chosen-container .chosen-results {
    max-height: 240px;
}

.form-field-xs, .form-field-xs + .chosen-container-single .chosen-single {
    padding: 13px 16px;
}

select.form-field-xs {
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-field-xs + .chosen-container-single .chosen-single div {
    width: 25px;
}

.form-field-xs + .chosen-container-single .chosen-single span {
    margin-right: 25px;
}

select.small-select,
.small-select .chosen-single,
.small-select + .chosen-container-single .chosen-single {
    padding: 5px 13px;
    font-size: 13px;
}

select.small-select {
    padding-top: 4px;
    padding-bottom: 4px;
}

.chosen-select.choosed + .chosen-container-single .chosen-single {
    border: 2px solid #7bc732 ;
    margin: -1px;
}

.filter-btn {
    font-size: 16px;
    text-transform: uppercase;
    width: 135px;
    padding: 12px 5px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-search:before {
    content: '';
    background-position: -118px 0;
    display: inline-block;
    width: 20px;
    height: 19px;
    margin: 1px 11px -2px 0;
    vertical-align: top;
}

.form-search {
    width: 312px;
}

.form-search-long {
    width: 560px;
}

.cat-adv-count {
    color: #ccc;
}

.more-cats {
    font-size: 12px;
    margin-top: 2px;
}

.more-cats a {
    color: #999;
}

.more-cats a:hover, .more-cats a:focus, .expand-cats a:hover, .expand-cats a:focus, .latest-item a:hover, .latest-item a:focus, .show-all-adv:hover, .show-all-adv:focus, .account-main-nav a:hover, .account-main-nav a:focus, .i-trash, .i-trash:hover, .i-trash:focus {
    text-decoration: none;
}

.expand-cats a:focus, .more-cats a:focus, .i-trash:focus, .account-main-nav a:focus, .dropdown a:focus {
    outline: 0;
}

.expand-cats a:after, .more-cats a:after, .i-arr-d:after, .i-arr-u:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 12px;
    vertical-align: middle;
}

.expand-cats a:after, .i-arr-u:after {
    background-position: -143px -32px;
}
.open-link:after {
    background-position: -143px -32px !important;
}
.collapse-cats + .expand-cats a:after, .i-arr-d:after {
    background-position: -140px -18px;
}

.more-cats a:after {
    background-position: -158px -25px;
    margin-left: 5px;
    width: 7px;
    height: 4px;
}

.expand-cats {
    clear: both;
    text-align: center;
    font-size: 13px;
}

.expand-cats:after {
    content: '';
    background-color: #dcdcdc;
    height: 1px;
    display: block;
    margin-top: -7px;
}

.expand-cats a {
    color: #999;
    background-color: #f5f5f5;
    position: relative;
    padding: 5px 36px;
}

.expand-cats .plink, .more-cats .plink {
    border-bottom: 0;
}

.expand-cats a:hover .plink, .more-cats a:hover .plink {
    border-bottom: 1px dashed;
}

.collapse-cats .cat-subcats {
    display: none;
}

.latest-item, .footer-links, .account-nav ul {
    list-style-type: none;
    margin: 0;
}
.section-latest-items .cols {
    margin-left: -10px;
    margin-right: -10px;
}

.latest-item {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    float: left;
    width: 230px;
}

.latest-item a {
    background-color: #fff;
    border: 1px solid #dfdcdc;
    display: block;
    color: #333;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.latest-item a * {
    white-space: normal;
}

.latest-item a:hover {
    background-color: #7bc732;
    border-color: #91cf4b;
    color: #fff;
}

.latest-item a:after {
    content: '';
    width: 1px;
    height: 34px;
    margin-left: -1px;
}

.latest-item a:after, .latest-item strong {
    display: inline-block;
    vertical-align: middle;
}

.latest-item strong {
    font-weight: normal;
    width: 100%;
    word-wrap: break-word;
    padding: 0 10px;
}

.latest-item-photo {
    display: block;
    position: relative;
    margin-bottom: 5px;
    max-height: 350px;
    overflow: hidden;
}

.latest-item-photo:after {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNrs2jkKwCAURVGn/e829dfCOkWqBzmC/eE6gGCvqpY8+p2xY5050oEKAgIC/h04FVRQQUB7EBAQ8A24FAQEdIotMSAgoGsGENDDXUFAe1BBBQEBAQE/AuO/pTzJwC3AAK9tBXOmwlEdAAAAAElFTkSuQmCC) repeat-x 0 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    min-height: 40px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.latest-item-photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.latest-item-photo .price {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 6px;
    right: 7px;
    z-index: 1;
}

.show-all-adv {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 0;
    padding: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.show-all-adv, .show-all-adv:hover, .show-all-adv:focus {
    color: #fff;
}

.show-all-adv:after {
    content: '';
    background-position: -151px -18px;
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 8px;
}

.show-all-adv:hover {
    background-color: #3BA7F0;
}

.site-extended-info {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    font-size: 12px;
    margin-top: 45px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.site-extended-info h2, .site-extended-info .title-section {
    font-size: 13px; /*14*/
    color: #999;
    font-weight: bold;
    margin: 0 0 12px;
}

.links-sugg li {
    margin-bottom: 5px;
    list-style-type: none;
}

.links-sugg-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.links-sugg-title.city_title {
    font-size: 12px;
}

/*.start-selling {*/
    /*text-align: center;*/
    /*color: #333;*/
    /*margin: 65px 0 15px;*/
/*}*/

/*.start-selling h3 {*/
    /*font-size: 29px;*/
    /*font-weight: bold;*/
    /*margin: 0 0 4px;*/
/*}*/

/*.start-selling .sub-title {*/
    /*font-size: 15px;*/
    /*margin-bottom: 35px;*/
/*}*/

.site-extended-info .section {
    margin-bottom: 35px;
}

.adv-count {
    color: #ccc;
}

.pagn {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*.pagn:last-child {*/
    /*margin-bottom: 0;*/
/*}*/

.pagn li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.pagn li a, .pagn li span {
    display: block;
}

.pagn a:hover, .pagn a:focus {
    color: #3ba7f0;
    text-decoration: none;
}

.pagn a, .pagn-page.active, .pagn-page.active a, .pagn-page.active span, .pagn-page a:hover, .pagn-page a:focus {
    color: #3498db;
}

.pagn span {
    color: #aeaeae;
}

.pagn-page a, .pagn-page span {
    border: 1px solid #f5f5f5;
    border: 1px solid transparent;
    color: #666;
    padding: 4px 7px;
    text-align: center;
    min-width: 42px;
}

.pagn-prev a, .pagn-prev span, .pagn-next a, .pagn-next span {
    display: block;
    width: 18px;
    height: 27px;
    margin-top: 2px;
    overflow: hidden;
    text-indent: -999px;
}

.pagn-prev a, .pagn-prev span {
    background-position: -194px 4px;
}

.pagn-next a, .pagn-next span {
    background-position: -212px 4px;
}

.pagn-prev a:hover {
    background-position: -230px 4px;
}

.pagn-next a:hover {
    background-position: -248px 4px;
}

.pagn-page.active a, .pagn-page.active span {
    background-color: #fff;
    border: 1px solid #3498db;
}

.pagn-prev span {
    background-position: -158px 4px;
}

.pagn-next span {
    background-position: -176px 4px;
}

.pagn-page.active a {
    cursor: default;
}

.pagn-first, .pagn-last {
    text-transform: lowercase;
}

.pagn-first {
    margin-left: 0 !important;
}

.pagn-last {
    margin-right: 0 !important;
}

.cols-2-col {
    width: 50%;
}

.cols-3-col {
    width: 33.3333%;
}

.cols-4-col {
    width: 25%;
}

.cols-5-col {
    width: 20%;
}

.cols-6-col {
    width: 16.6666%;
}

.cols-7-col {
    width: 14.2857%;
}

.cols-8-col {
    width: 12.5%;
}

.cols-9-col {
    width: 11.1111%;
}

.cols-10-col {
    width: 10%;
}

.tabs-nav {
    margin: 0 0 16px;
}

ul.tabs-nav {
    list-style-type: none;
    padding: 0;
}

.tabs-nav h3, .tabs-nav-link {
    display: inline-block;
}

.tabs-nav-link {
    border: 1px solid #b2b2b2;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 8px 15px;
    position: relative;
}

.tabs-nav-link:hover, .tabs-nav-link:focus, .msgs-nav .tabs-nav-link {
    color: #3498db;
    border-color: #3498db;
}

.tabs-nav-link:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #3498db transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(360deg);
    visibility: hidden;
}

a.tabs-nav-link:hover, a.tabs-nav-link:focus {
    text-decoration: none;
    outline: none;
}

.tabs-nav-link.active, .msgs-nav .tabs-nav-link:hover, .msgs-nav .tabs-nav-link:focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff !important;
}

.tabs-nav-link.active:after {
    visibility: visible;
    bottom: -7px;
}

.popular-searches {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.popular-searches li {
    display: inline;
    margin-right: 4px;
}

.filter-links {
    margin-bottom: 40px;
}

.filter-links .expand-cats {
    padding-top: 26px;
}

.filter-links ul {
    list-style-type: none;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

.filter-links li {
    margin-top: 5px;
    margin-bottom: 12px;
}

.filter-links li:first-child {
    margin-top: 0;
}

.filter-links ul a {
    display: inline-block;
}

.collapsed > .filter-links-inner {
    overflow: hidden;
    max-height: 85px;
}

.filter-links-inner li {
    font-size: 0.95em;
}

.filter-links .expand-cats a:after {
    background-position: -143px -32px;
}

.filter-links.collapsed .expand-cats a:after {
    background-position: -140px -18px;
}

.filter-links-nav {
    margin-top: 20px;
    margin-bottom: 12px;
}

.filter-links-nav .tabs-nav-link, .msgs-nav .tabs-nav-link {
    font-weight: 400;
}

.filter-links-nav + .categories {
    margin-top: 15px;
}

.account-statistics {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 12px 20px;
}

.astat-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.astat-items li {
    margin-right: 45px;
    float: left;
}

.astat-lbl {
    color: #6e6e6e;
    font-size: 12px;
    line-height: 14px;
}

.astat-value, .astat-lbl {
    display: inline-block;
    vertical-align: middle;
}

.astat-value {
    color: #5286b3;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-right: 7px;
}

.account-main-nav, .msgs-nav {
    border-bottom: 1px solid #dbdbdb;
}

.account-main-nav .category-type {
    margin-right: 0;
    padding-left: 30px;
}

.table-ads .i-* {
    color: #428bca;
}
.table-ads a {
    color: #337ab7;
}

.account-main-nav li {
    font-size: 14px;
    margin-left: 0;
}

.account-main-nav li, .account-main-nav li:first-child {
    margin-right: 40px;
}

.account-main-nav a, .account-main-nav .active {
    padding-top: 22px;
    padding-bottom: 18px;
}

.account-main-nav .active {
    border-top-color: #5286b3;
    padding-top: 18px;
}

.account-main-nav a:hover, .account-main-nav .active, .account-main-nav .active a {
    color: #5286b3;
}

body .msgs-nav {
    margin: 0;
}

body .msgs-nav, .msgs-subnav {
    padding-left: 25px;
    padding-right: 25px;
}

.msgs-subnav {
    color: #999;
    margin-top: 15px;
}

.msgs-nav .tabs-nav-link {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.i-arr-d:after, .i-arr-u:after {
    margin-left: 6px;
}

.table-msgs {
    table-layout: fixed;
}

.table-msgs thead th {
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-msgs th, .table-msgs td {
    font-weight: normal;
    padding: 16px 20px 16px 0;
}

.table-msgs th:first-child, .table-msgs td:first-child {
    padding-left: 20px;
}

.table-msgs .date {
    font-size: 12px;
}

.table-msgs .from a, .table-msgs .subj a, .table-msgs .from a:hover, .table-msgs .subj a:hover, .table-msgs .from a:focus, .table-msgs .subj a:focus {
    color: inherit;
    text-decoration: none;
}

.table-msgs tr.not-readed td {
    background-color: #fffaeb;
}

.not-readed .subj, .not-readed .from, .not-readed .date {
    font-weight: bold;
}

.table-msgs .subj {
    margin-bottom: 4px;
}

.w150 {
    width: 150px;
}

.w37 {
    width: 37px;
}

.mw100p {
    max-width: 100%;
}

.mr20 {
    margin-right: 20px;
}

.table-msgs .i-att {
    padding-left: 17px;
}

.i-trash {
    background-position: -479px 0;
    display: inline-block;
    width: 17px;
    height: 21px;
    overflow: hidden;
    margin-top: -1px;
}

.i-trash:hover {
    background-position: -498px 0;
}

.w60 {
    width: 60px;
}

.i-reply, .i-push {
    padding-left: 19px;
    position: relative;
}

.i-reply:before, .i-push:before {
    content: '';
    background-position: -308px -27px;
    position: absolute;
    left: 0;
    top: 0.385em;
    width: 13px;
    height: 9px;
}

.i-push:before {
    background-position: -250px -29px;
    width: 13px;
    height: 15px;
}

.u-msg-excerpt {
    color: #999;
}

.page-inner {
    padding: 25px;
}

.i-back-big:before {
    content: '';
    background-position: -167px -25px;
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 7px;
    margin-bottom: -3px;
}

.back {
    margin-bottom: 1em;
    margin-left: 25px;
}

.u-msgs-chain {
    margin-top: 30px;
}

.u-msg {
    margin: 25px 65px 25px 0;
}

.u-msg.right, .u-msgs-chain + .seller-contact-form {
    margin-left: 65px;
    margin-right: 0;
}

.u-msg-author {
    margin-left: 20px;
    margin-bottom: 2px;
}

.u-msg-text {
    border: 1px solid #e9e9e9;
    clear: both;
    color: #999;
    padding: 16px 20px;
    margin: 16px 20px;
    /*min-height: 84px;*/
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    word-wrap: break-word;
}

.u-msg-text img.pull-left {
    margin-right: 10px;
}

.u-msg-att {
    list-style-type: none;
    clear: both;
    display: block;
    margin: 13px 0 0;
    padding: 0;
}

.u-msg-att li {
    font-size: 13px;
    margin-top: 5px;
}

.i-att {
    padding-left: 23px;
    position: relative;
}

a.i-att {
    display: inline-block;
}

.i-att:before {
    content: '';
    background-position: -215px -25px;
    width: 17px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0.155em;
}

.hlink {
    color: #333;
    text-decoration: none;
}

.u-msg-text.authors-msg {
    background-color: #f5f5f5;
    border-color: #d6d6d6;
}

.form-tips {
    color: #666;
    float: right;
    width: 37%;
    line-height: 1.31;
}

.form-with-tips {
    float: left;
    width: 63%;
    padding-right: 40px;
}

.tips-list li:before {
    content: '';
    background-position: -178px -25px;
    position: absolute;
    top: 0.155em;
    left: 0;
    width: 11px;
    height: 12px;
}

.tips-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px;
}

.form-tips h4 {
    color: #333;
    margin: 0 0 17px;
}

.adv-preview {
    padding-top: 0;
}

.adv-preview .form-submit-big {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    margin: 45px 0 0;
}

.adv-preview .adv-basic-info {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    width: auto;
}

.adv-preview .adv-basic-info dt {
    width: 110px;
}

.adv-preview .adv-basic-info dd {
    font-size: 16px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.adv-basic-info dd .btn {
    margin-top: 15px;
}

.adv-basic-info dd .btn:first-child {
    margin-top: 0;
}

.adv-preview .adv-desc {
    border-top-color: #ececec;
}

.reg-page {
    position: relative;
    width: 850px;
    margin: 80px auto;
}

.reg-page:before {
    content: '';
    background-color: #c4c4c4;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    overflow: hidden;
}

.reg-page .intl-tel-input {
    width:100%;
}

.reg-col {
    width: 350px;
    font-size: 12px;
}

.reg-col h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.form-lbl {
    float: left;
    width: 150px;
}

.form-data {
    margin-left: 170px;
}

.ast, span.required {
    color: #65be23;
}

label {
    font-weight: normal;
}

.form-lbl label {
    margin-bottom: 0;
}

.form-lbl label, .form-lbl:after {
    display: inline-block;
    vertical-align: middle;
}

.form-lbl:after {
    content: '';
    width: 1px;
    height: 36px;
    margin-left: -1px;
    vertical-align: middle;
}

.reg-page .form-lbl {
    font-size: 12px;
    width: 85px;
}

.reg-page .form-data {
    margin-left: 105px;
}

.form-data:first-child .label-check, .form-data:first-child .label-radio {
    margin-top: 0;
    margin-bottom: 0;
}

.reg-col .form-submit .btn.middle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grey {
    color: #999;
}

.reg-adv {
    list-style-type: none;
    margin: 30px 0 40px;
    padding: 0;
}

.reg-adv li {
    margin-bottom: 32px;
    padding-left: 48px;
    position: relative;
}

.reg-adv li:before {
    content: '';
    background-image: url(/img/layout/icons_reg_adv.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
}

.i-ra-conv:before {
    background-position: -40px 0;
}

.i-ra-gift:before {
    background-position: -80px 0;
}

.reg-adv li:after {
    content: '';
    width: 1px;
    height: 35px;
    margin-left: -1px;
}

.reg-adv li:after, .reg-adv li > .inlblk {
    vertical-align: middle;
    display: inline-block;
}

.dropdown.long-select {
    max-width: none;
    width: 270px;
}

.dropdown .chosen-results li {
    display: block;
}

.dd-open .chosen-drop {
    left: 0;
}

.dropdown .chosen-drop {
    border-color: #d6d6d6;
}

.dropdown .chosen-results li {
    color: #999;
    cursor: default;
    padding: 3px 13px;
}

.dropdown .chosen-results a {
    display: block;
    margin: -3px -13px;
    overflow: hidden;
    padding: 3px 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown {
    max-width: 250px;
}

.lbl-inline {
    margin-right: 7px;
    vertical-align: middle;
}

.push-btn {
    font-size: 13px;
    padding: 5px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.push-btn:before {
    content: '';
    background-position: -250px -29px;
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-right: 4px;
    margin-left: -1px;
}

.push-btn:hover:before {
    background-position: -265px -29px;
}

.push-btn.disabled {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #999;
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100)
}

.push-btn.disabled:before {
    background-position: -280px -29px;
}

.msg-popup {
    border: 4px solid #f9fcf7;
    background-color: #f3fced;
    background-color: rgba(245, 252, 240, .9);
    color: #5ab000;
    position: relative;
    padding: 18px 20px 18px 60px;
    -webkit-transform: translateY(-100%) translateY(-40px);
    -moz-transform: translateY(-100%) translateY(-40px);
    -ms-transform: translateY(-100%) translateY(-40px);
    -o-transform: translateY(-100%) translateY(-40px);
    transform: translateY(-100%) translateY(-40px);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .5s ease-in;
    -moz-transition: -moz-transform .5s ease-in;
    -ms-transition: -ms-transform .5s ease-in;
    -o-transition: -o-transform .5s ease-in;
    transition: transform .5s ease-in;
}

.msg-popup:after {
    content: '';
    background-position: -478px -23px;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.msg-popup.error {
    border-color: #fcf7f7;
    background-color: #fcf1f1;
    background-color: rgba(252, 240, 240, .9);
    color: #ff0000;
}

.msg-popup.error:after {
    background-position: -403px -23px;
}

.msg-popup-wrap {
    position: fixed;
    top: -9999px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: 20px;
    -webkit-transition: top 0.1s linear .5s;
    -moz-transition: top 0.1s linear .5s;
    -ms-transition: top 0.1s linear .5s;
    -o-transition: top 0.1s linear .5s;
    transition: top 0.1s linear .5s;
}

.msg-popup-wrap.showed {
    top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 100;
}

.showed .msg-popup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* Footer Styles
   ============================================================= */
/*.footer {*/
    /*height: 140px;*/
    /*margin-top: -140px;*/
    /*border-top: 1px solid #DBDBDB;*/
    /*padding: 25px 0 0 0;*/
    /*position: relative;*/
    /*background: #fff;*/
/*}*/

/*.home .footer {*/
    /*height: 190px;*/
    /*margin-top: -190px;*/
/*}*/

.footer-inner {
    display: table-cell;
    width: 980px;
    height: 63px;
    vertical-align: middle;
}

.footer-links {
    display: inline-block;
    font-size: 14px;
    min-height: 35px;
}

.footer-links > li:before {
    margin-right: 0;
}

.footer-links a {
    margin-left: 15px;
    font-size: 12px;
}

.footer .block-social {
    display: inline-block;
    margin-top: -2px;
}

.footer .block-title {
    display: inline-block;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0 15px 1px 0;
    vertical-align: top;
    float: left;
}

.stay-connected {
    text-align: right;
}

.stay-connected .block-social {
    padding-left: 15px;
}

.stay-connected .block-title {
    margin-right: 0;
    margin-bottom: 8px;
}

.footer-copyright {
    text-align: center;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .block-nav a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #34495e;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.footer .block-nav a:hover {
    color: #3498db;
}

.footer .block-social a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #aaa;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: -7px;
}

.footer .block-social a:first-child {
    margin-left: 0;
}

.footer .block-social a:hover {
    background-color: #65be23;
}

.footer .copy {
    font-size: 14px;
    line-height: 18px;
    color: #34495e;
    margin-top: 26px;
}

.footer-holder {
    width: 100%;
    height: 140px;
}

.home .footer-holder {
    height: 190px;
}

td.clickable {
    cursor: pointer;
}

.panel {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit;
    display: block;
    padding: 15px 0 16px 41px;
    font-weight: 700;
    position: relative;
    font-size: 14px;
}

.panel-title > a i {
    position: absolute;
    left: 17px;
    top: 20px;
}

.panel-title > a.collapsed .ico-blue_arrow {
    background-position: -500px -34px;
}

.panel-title > a:hover, .panel-title > a:focus {
    text-decoration: none;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group {
    margin-bottom: 15px;
}

.panel-group:last-child {
    margin-bottom: 0;
}

.panel-body {
    padding: 20px;
}

.panel-default > .panel-heading {
    background: #f5f5f5;
    border-radius: 0;
    color: #3498db;
    padding: 0;
}

#exchange-form .check_item {
    width: 50px;
}

.tabs-nav-link-li .active, .tabs-nav-link-li h3:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff !important;
}

.tabs-nav-link-li .active {
    cursor: auto;
}

.tabs-nav-link-li h3 {
    border: 1px solid #b2b2b2;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 8px 15px;
    position: relative;
    cursor: pointer;
}

.tabs-nav-link-li .active:after {
    visibility: visible;
    bottom: -7px;
}

.tabs-nav-link-li h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #3498db transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(360deg);
    visibility: hidden;
}

.top-header h2, .bottom-header h3 {
    border: 1px solid #b2b2b2;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 8px 15px;
    position: relative;
    width: auto;
    display: inline-block;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff !important;
}

.top-header h2:after, .bottom-header h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #3498db transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(360deg);
    visibility: visible;
    bottom: -7px;
}

.listing-cat {
    margin-top: 3px !important;
    background: inherit;
}

/*Control ads btns styles*/
.control-ads-btns {
    margin: 20px 0 16px;
}

.btn-control-ad {
    padding: 0 11px;
    height: 38px;
    line-height: 38px;
    border: 0;
}

.btn-control-ad:before {
    background: url(/img/layout/control_btns_sprite.png) no-repeat;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.btn-control-ad + .btn-control-ad {
    margin-left: 5px;
}

.category-item_btns {
    position: absolute;
    bottom: 17px;
    right: 25px;
}

.category-item_btns a {
    margin-left: 15px;
}

.icon-btn-top {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/img/layout/control_btns_sprite.png) no-repeat 0 0;
    background-position: -1px -25px;
    width: 18px;
    height: 18px;
}

.icon-btn-select {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/img/layout/control_btns_sprite.png) no-repeat 0 0;
    background-position: -22px -25px;
    width: 18px;
    height: 18px;
}

.icon-btn-vip {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/img/layout/control_btns_sprite.png) no-repeat 0 0;
    background-position: -43px -24px;
    width: 19px;
    height: 19px;
}

.category-item-with-btns {
    position: relative;
}

.category-item.category-item-with-btns {
    position: relative;
    background: #fffacc;
    padding-right: 125px;
}

.control-ads-btns.control-ads-btns_small {
    margin: 13px 0;
}

.btn-control-ad.btn-control-ad_small {
    font-size: 12px;
    height: 33px;
    line-height: 27px;
    padding: 3px 10px;
    border: 0;
}

.btn-control-ad img {
    margin: -4px 0px 0px;
    height: 34px;
}
.btn-control-ad.btn-control-ad_small img {
    height: 27px;
}

.account-btns {
    position: absolute;
    margin-top: 73px !important;
}

.account-ads-row {
    height: 126px;
}

.no-cursor {
    cursor: default;
}

/*End Control ads btns*/

.push-btn2 {
    font-size: 12px;
    padding: 4px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-radius: 3px;
}

img[title="LiveInternet"] {
    display: none;
}

.sell_faster {
    background: #FCFAF4;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
}

.sell_faster--title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    padding: 30px 0 0 0;
}

.sell_faster--items {
    padding-top: 42px;
}

.sell_faster--outer {
    display: inline-block;
    vertical-align: top;
    margin: 0 48px;
    padding-bottom: 38px;
}

.sell_faster--item {
    width: 173px;
    height: 205px;
    background: #fff;
    border: 1px solid #EAE8E3;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 16px;
    color: #3498db;
    position: relative;
    padding-top: 117px;
    margin-bottom: 10px;
}

.sell_faster--item:before {
    width: 86px;
    height: 86px;
    display: block;
    content: "";
    background: transparent url(/img/layout/sell_faster_sprite.png) no-repeat -1px -1px;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -43px;
}

.sell_faster--item._make_vip:before {
    background-position: -1px -1px;
}

.sell_faster--item._highlight:before {
    background-position: -96px -1px;
}

.sell_faster--item .btn {
    width: 134px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -67px;
}

.sell_faster--learn_more,
.sell_faster--learn_more:hover,
.sell_faster--learn_more:focus {
    font-size: 12px;
    line-height: 14px;
    color: #7bc732;
    text-decoration: underline;
}

.sell_faster._white {
    background: transparent;
    border: 0;
}

.ad_accepted--title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #7bc732;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 10px;
}

.ad_accepted--p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.vip_add--holder {
    position: relative;
}

.vip_add--inner {
    width: 543px;
    border: 1px solid #3498DB;
    border-radius: 6px;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 555;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.14);
    cursor: default;
    display: none;
}

.vip_add--holder:hover .vip_add--inner {
    display: block;
}

.vip_add--inner:before {
    width: 18px;
    height: 18px;
    border: 1px solid #3498DB;
    background: #fff;
    content: "";
    position: absolute;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.14);
    -moz-transform: rotate(129deg) skewX(5deg) skewY(22deg);
    -webkit-transform: rotate(129deg) skewX(5deg) skewY(22deg);
    -o-transform: rotate(129deg) skewX(5deg) skewY(22deg);
    -ms-transform: rotate(129deg) skewX(5deg) skewY(22deg);
    transform: rotate(129deg) skewX(5deg) skewY(22deg);
    bottom: -9px;
    left: 42px;
}

.vip_add--inner:after {
    width: 36px;
    height: 12px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 32px;
}

.vip_add--title {
    font-size: 16px;
    line-height: 18px;
    color: #3498db;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 15px 0;
}

.vip_add--title:after {
    width: 144px;
    height: 100px;
    content: "";
    background: transparent url(/img/layout/sell_faster_sprite.png) no-repeat -194px -1px;
    position: absolute;
    z-index: 556;
    right: 12px;
    bottom: 12px;
}

.vip_add--title:before {
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -19px;
    content: "";
    background: transparent;
}

.vip_add--desc {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: left;
    position: relative;
    padding-left: 52px;
    margin-bottom: 10px;
}

.vip_add--desc:before {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background: transparent url(sell_faster_sprite.png) no-repeat -4px -101px;
    position: absolute;
    left: 20px;
    top: 0;
}

.vip_add--readmore,
.vip_add--readmore:hover,
.vip_add--readmore:focus {
    font-size: 12px;
    line-height: 14px;
    color: #3498db;
    text-decoration: underline;
    display: block;
    margin-left: 50px;
    text-align: left;
    margin-bottom: 12px;
}

.ad-confirm-action {
    background-color: #fdfaf5;
    border-top: 1px solid #f1f1f1;
    color: #898883;
    padding: 36px 206px;
    margin-top: 50px;
    font-size: 14px;
}

.ad-confirm-action .note {
    font-size: 11px;
    margin-top: 1px;
}

.form-conf-code {
    border-right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align: top;
}

.btn-conf-code {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
}

.ad-ca-row {
    border-top: 1px solid #ede9e6;
    margin-top: 25px;
    padding-top: 25px;
}

.ad-ca-row:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.ad-ca-cell, .ad-ca-cell-action {
    float: left;
}

.ad-ca-cell {
    width: 386px;
    padding-right: 20px;
    text-align: left;
}

.ad-ca-cell-action {
    width: 180px;
}

.ad-ca-cell-action .btn {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
}

.ad-ca-cell-action .form-conf-code {
    width: 118px;
    float: left;
}

.ad-ca-cell-action .btn-conf-code {
    width: 62px;
}

.bt0 {
    border-top: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.alert {
    margin-bottom: 0;
    margin-top: 15px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.before-submit {
    position: fixed;
    top: 45%;
    left: 45%;
}

.big-input[name=telephone] {
    direction: initial !important;
}

#for-detect {
    display: none;
}

.sn-login-btns {
    margin-bottom: 30px;
}




/* Banners grid */
.special-block {
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}

.special-block img, .banner-1000 img {
    vertical-align: top;
}

.banner-1000 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 1000px;
    text-align: center;
    align-content: center;
}

.mt10 {
    margin-top: 10px;
}

.banner-240-r {
    float: right;
    width: 240px;
}

.banner-300-r {
    float: right;
    width: 300px;
}

.content-300-r {
    float: left;
    width: 665px;
}

.banner-item {
    margin-bottom: 20px;
}

.banner-item.list-right-bottom.fixed {
    position: fixed;
    top: 20px;
}

.category-items-outer + .banner-1000 {
    margin-top: -15px;
}

.block-user {
    text-align: center;
    padding-bottom: 15px;
    margin-top: -10px;
    color: #FF0000;
}

.block-user .block-link, .block-info {
    border: 1px solid #FF0000;
    padding: 2px;
    font-size: 12px;
    cursor: pointer;
}

.blocked-chat {
    margin-left: 10px;
    height: 15px;
    margin-top: auto;
}

.kg-counter {
    float: left;
}

.help-block {
    margin: 0;
}

.ui-autocomplete-loading {
    background: white url("/img/layout/ui-anim_basic_16x16.gif") 95% center no-repeat;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

}
.ui-menu-item {
    border-bottom: 1px solid #f0f0f0;
    color: #353d3a;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.ui-menu-item .category-tip{
    font-weight: bold;
    font-style: italic;
    color: #2a6496;
}
.ui-state-hover,.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: none;
}

#category_id-errors {
    margin-top: -20px;
}

#category_id-errors:empty {
	margin-top: 0;
}
.seo-wrapper{
    color: #aeaeae;
    width: 1000px;
    margin: 15px auto;
    padding: 0 10px 10px 35px;
}
.seo-text{
    color: #aeaeae;
    width: 980px;
    margin: -10px 0 0 -40px;
    padding: 0 20px;
}
#category-params .loading {
    position: relative;
    left: 300px;
    top: 17px;
}

/* select2 ctyling */
.form-group.field-adsearch-city_id .select2-selection {
    padding-top: 13px;
    height: 45px;
}
#search .select2 {
    width: 265px !important;
}
.payment-block {
    width:35px;
    height: 35px;
    display: block;
    float: left;
    position: relative;
}
.payment-block .paid-product-info {
    display: none;
    position: absolute;
    top: -30px;
    right: 10px;
    border: solid 1px #5286b3;
    z-index: 10;
    background-color: #fff;
    font-color: #999;
    font-size: 11px;
    padding: 5px;
    width: 100px;
}
.payment-block:hover .paid-product-info {
    display: block;
}

.paid-product-min {
    width: 27px;
    height: 27px;
}
.payment-block.select-block {
    background:url(/img/layout/highlight.png) no-repeat;
}
.payment-block.vip-block {
    background:url(/img/layout/vip_icon.png) no-repeat;
}
.vip-block .vip-block-title {
    background: url(/img/layout/vip-block-title.png) no-repeat;
    width: 200px;
    height: 85px;
    display: none;
    position: relative;
    top: 34px;
    right: 154px;
    z-index: 1;
}
.vip-block .vip-block-title .info {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: 20px;
    left: 20px;
}
.vip-block .vip-block-title .title {
    position: relative;
    top: 20px;
    left: 20px;
}
.height-limit {
    max-height: 290px;
    overflow: hidden;
}
.expand-cats.cities a{
    background: #FFF;
}
.expand-cats.cities a:after{
    background-position: -140px -18px;
}

.payment-description {
    padding: 20px 0;
}

.payment-description-wrapper {
    position: relative;
}

.payment-description img.min {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
}
.payment-description .title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-left: 50px;
}

.payment-description .subtitle {
    display: block;
    padding-left: 50px;
}
.payment-description .desc {
    display: block;
    margin-top: 7px;
    color: #9fa9ab;
}

.payment-description-wrapper.highlight .title {
    font-size: 17px;
}

.payment-description-wrapper.vip .subtitle {
    color: #F32A78;
}
.payment-description-wrapper.highlight .subtitle {
    color: #5F5EDE;
}
.payment-description.push2x .subtitle{
    color: #1AC0FC;
}


.favorite {
    width: 19px;
    height: 19px;
    background: url(/img/layout/favorites-sprite.png) no-repeat;
    display: block;
    background-position: -19px 0;
}
.favorite:hover, .favorite.selected {
    background-position: 0 0;
}

/* Add to favorites */
.left-side-carousel {
    position:relative;
}
.adv-to-fav {
    background-color:#fff;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKhQTFRF////an+MbYKOmqix5ejrnqy04ubon6y14ubpnau0/f3+dYiU6u3v2+Dj0djcboOPdoqVzNPY1NredomVdYmVb4SQ+vv7kqKr/v7/rLi/coaSa4CN09nd3uPmx8/U/f399Pb3maixlqWuu8XLjZ2n9vf4hJag+fr6h5ii+/z89fb3sbzDbIGOy9LX7/Hy7/Hzsr3DfpGc5Ojq3OHkfpCbd4uW4+fpboKPse0TvgAAAMVJREFUeNpcj0dyw0AMBKd3mYOonHOWnPP/f2aubMmk54JGF1AFSPL8lGYcSVHcJPU9lWkZXCabzeQCplXOGWywnMWuj2fLwGI8+dihW3iGO1eHFl8pgWOd5vPTBQJSwVm1nEEdorqM6MgyqssRVm2KrOqygrY04Nj/c/0jg7I8dlklV5es6D45yL8If20SUuQ/2DCECweLENO4Lj3csz5Ih3XFSdMe291uS29aPSQfs98zfquf/NmEj1f9S/b+cnviW4ABAFCSCpy9zGJEAAAAAElFTkSuQmCC);
    background-position:50% 50%;
    background-repeat:no-repeat;
    position:absolute;
    right:10px;
    top:10px;
    width:40px;
    height:40px;
    outline:0 !important;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,.2);
    -moz-box-shadow:0 0 4px rgba(0,0,0,.2);
    box-shadow:0 0 4px rgba(0,0,0,.2);
    font-size: 9px;
    line-height: 39px;
    text-align: center;
}
.adv-to-fav:hover {
    background-color:#f8f8f8;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKJQTFRF+Pj4Zb4jmNJtaL8nlNFn9vf14/DamdJu3u7S3O3P2+3Ob8IyccM1y+a3acAp1erFZr4lxuSv8/bxcMIzlNBnf8hJccM0ptiBjc5dweKo7vTq9ffz2OvJ8vbwzee6iMxVtd6X7/XrgclMkc9i6PLh7vTp9/j3bcEvasArrNqK3e7SaL8oxeSuecZAzOe5zee5q9qJZ78mcsM2ecY/3O3Q1erGJspzvAAAAMNJREFUeNpcj1dywzAMBd+SlKxmyb33Hju93P9qER07kfJ+sNgBZgBJkUnJTCzFJiM1kcq0LT6t1ap1Bdsu5ywu2c+M781snzhsJIM7+IUHePX14DBKSTxrOh5Pr5CQCiaqZQIaENdlzECOYV0OcVqQh1UX5iykEZvOn+tsGJVl16UX3F3Qo7vzUFxo3GzQIC9+sGlvtnS2eV96fGM7l+bbipOeTyzX6yWnl+ohxZF+n+NX/eTPDN7P+pfw4+n3iW8BBgC/+QnXXj9CMgAAAABJRU5ErkJggg==);
    text-decoration: none;
}

.bsf-text {
    color:#fff;
    font-size:26px;
    font-weight:bold;
    line-height:34px;
    text-transform:uppercase;
    min-height:147px;
}
.bsf-apps-links {
    padding-top:30px;
}
.bsf-apps-links a {
    margin-right:10px;
}

/* Static page */
.page-content {
    padding: 0 10px;
}
.page-content p {
    word-wrap: break-word;
}
/* Static page End */

.settings-avatar {
    max-width: 220px;
    max-height: 220px;
    text-align: center;
    border: 2px solid #5286b3;
    border-radius: 5px;
    padding: 1px;
}

.api-image {
    position: relative;
}
.api-image .image_btn {
    position: absolute;
    margin-left: 5px;
}
.api-image .image_btn .glyphicon {
    font-size: 22px;
}
.api-image .image_btn .glyphicon:hover {
    color: red;
}
.paid-product-block {
    position: absolute;
    bottom: 17px;
    right: 15px;
}
.ajax_loader {
    background: transparent url(/img/libraries/uploader/ajax_loader.gif) no-repeat center center;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.mob_apps--holder {
    display: block;
    position: fixed;
    top: 30%;
    width: 170px;
    z-index: 9999;
}
.mob_apps--close, .mob_apps--text {
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.mob_apps--close, .mob_apps--close:hover, .mob_apps--close:focus {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #c0c0c1;
    display: block;
    font-size: 20px;
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -10px;
    width: 22px;
}
.tags {
    margin: 0 10px;
}
.tags h2.item-h2 {
    font-size: 15px;
    float: left;
    margin: 0 5px 0 0;
}
.post-buttons {
    padding-left: 20%;
}
.post-buttons button {
    background: #3498DB;
    cursor: pointer;
    display: inline;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 0.645em 1.575em;
    line-height: normal;
    outline: none !important;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    margin-right: 2px;
    margin-left: 2px;
}

.start-selling h3 {
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 4px;
}
.top-filters .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

#lower_post_advert {
    margin: 5px;
}
.search-example #lower_post_advert {
    margin: 0;
}

.main {
    margin: 0 15px 20px;
}

.blue-button, blue-button:hover {
    background-color: #3498DB;
    color: white;
}

.blue-button:hover {
    background-color: #3BA7F0;
}

.listing-search-row {
    height: 45px;
}
#search .form-input {
    height: 45px;
}
.site-extended-info .container {
    margin-left: 0;
    margin-right: 0;
}
.seo-category {
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

h2, .h2 {
    font-size: 30px;
}

.btn {
    cursor: pointer;
    font-size: 14px;
}

h3, .h3 {
    font-size: 24px;
}

.msg-send-btn {
    font-size: 16px;
}

.listing-search-row .search_button {
    height: 45px;
}

.posting-success .row:before, .posting-success .row:after {
    display: none;
}

#listing {
    padding: 0 15px;
}
.login-btn, .login-btn:hover {
    color: white;
}

#preview-ad{
  min-width: 222px;
  min-height: 48px;
  border-radius: 24px;
  border: none;
  border: solid 1px #22ca46;
  background-color: #fff;
  font-weight: 500;
  color:  #22ca46;

}
#post-item, #update-ad{
  min-width: 222px;
  min-height: 48px;
  border-radius: 24px;
  border: none;
  background-color: #22ca46;
  color: #fff;
  font-weight: 500;
}

#edit-ad{
    color: #22ca46;
    border-color: #22ca46;
    font-size: 16px;   
    line-height: 24px;
    font-weight: 500;
    border-radius: 24px;
    margin-right: 24px;
}

#update-ad-preview{
    color: #fff;
    background-color: #22ca46;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 24px;

}