div.messages {
    font-size: 0.929em;
    line-height: 22px;
}


h1.new_message {
    font-size: 1.2em;
    line-height: 26px;
}

body > pre.xdebug-var-dump {
    display: inline-grid;
    flex-wrap: wrap;
    column-count: 4;
    box-sizing: border-box;
}

div#floor pre.xdebug-var-dump {
    display: inherit;
    flex-wrap: unset;
    column-count: unset;
    box-sizing: unset;
    width: 100%;
}

pre.xdebug-var-dump {
    background: #fff;
    padding: 10px;
    color: #333232;
    font-weight: 700;
    line-height: 120%;
    white-space: break-spaces;
    margin: 0;
    width: 32%;
}

pre.xdebug-var-dump font {
    color: #000;
    font-weight: 400;
}

pre.xdebug-var-dump b {
    color: #0000FF;
    font-weight: 700;
}

pre.xdebug-var-dump i, small {
    color: #a79fac;
    font-weight: 300;
}


::-moz-selection {
    background: #707070;
    color: white;
}


.clear {
    clear: both;
}

a.font2:hover {
    text-decoration: underline;
}

.link-large {
    font-size: 1.125em!important;
    font-weight: 300!important;
}

#controller_area > h1 {
    margin-bottom: 22px;
}

select {
    vertical-align: top;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    padding-bottom: 6px;
}

select[disabled=disabled], input[disabled=disabled] {
    color: #bfbfbf;
    opacity: .8;
}

select:hover {
    border-color: #bbbbbb;
}

select:focus {
    background-color: #fbfbfb;
    font-size: 1rem;
    font-weight: 500;
}

input[type=radio]:not(.default) + label > span {
    background-position: 0 -1130px;
}

input[type=radio]:not(.default):hover + label > span {
    background-position: 0 -1158px;
}

input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1186px;
}

input[type=radio].multiline + label {
    height: auto;
    text-align: center;
    font-weight: 300;
    font-size: 0.929em;
}

input[type=radio].multiline:checked + label {
    color: black;
}

input[type=radio].multiline + label > span {
    display: block;
    margin: 0 auto 5px;
}

input[type=radio].multiline[disabled=disabled] + label > span {
    opacity: 0.5;
}

input[type=radio].multiline[disabled=disabled] + label {
    color: #707070;
}

input[type=checkbox].inline + label {
    display: inline;
}

input[type=checkbox].inline + label > span {
    margin: 0;
}

input.search:hover {
    height: 37px;
    background: url('../img/gallery_dox.png') 12px -431px no-repeat #fec04f;
}


input[type=text].error, textarea.error {
    background: #fff2f4;
    color: #c92a44;
    border-color: #e38a8a;
}


body > div#floor > header > section:first-child {
    height: 100px;
    background: rgba(255,255,255,.8);
    background: white;
}

body > div#floor > header > section:first-child {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    cursor: pointer;
}

body > div#floor > header > section.main-menu {
    height: 60px;
    background: rgba(20, 35, 117, 0.6);
}

body > div#floor > header > section > nav {
    margin: 0 auto;
    left: 8px;
}


div#top-navigation {
    position: absolute;
    right: 0;
    top: 31px;
    margin-right: 2px;
}


span.nav-button {
    position: relative;
}

span.nav-button > span.default, a.nav-button {
    background-color: #ee4643;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #FFF;
    height: 38px;
    padding: 0 16px;
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
}

a.nav-button {
    text-decoration: none;
    color: #fff;
}

span.nav-button:hover > span.default, a.nav-button:hover {
    border: 2px solid #ddd7d7;
}

span.nav-button.circle_opened > span.default, a.nav-button:active {
    box-shadow: 0 0 0 1px #bf3525;
    background: #bf3c39;
}

span.nav-button > span.content {
    position: absolute;
    min-width: 100%;
    margin-top: 5px;
    z-index: 100;
    right: 0;
}

span > .nav-button:not(:last-child) {
    margin-right: 7px;
}

span.nav-button.circle_opened > span.content {
    display: block;
}

span.nav-button.selector > span.default {
    padding-right: 35px!important;
}

span.nav-button.selector > span.default > span {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 16px;
    right: 14px;
    background: url('../img/gallery_dox.png') -23px -1405px no-repeat;
}

span.nav-button.selector ul {
    padding: 10px 16px 13px;
    box-shadow: 0 0 0 2px #da8ae3, 0px 2px 0px 2px rgba(0,0,0,.08);
    background: #fff0ff;
    border-radius: 5px;
}

span.nav-button.selector ul > li {
    white-space: nowrap;
}

span.nav-button.selector ul > li:not(:last-child) {
    padding: 0 0 10px 0;
}

span.nav-button.selector ul > li > a {
    white-space: nowrap;
}

span.nav-button.selector ul > li.active > a {
    text-decoration: underline;
}

#user-navbar > span.default {
    padding-left: 40px!important;
    background-color: white;
}


.nav-button > a:before, #user-navbar > span.default:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    top: 9px;
    background: url('../img/gallery_dox.png') 0 -744px no-repeat;
}

.user-navigation-bar > a.nav-button.credits:before {
    background: url('../img/gallery_dox.png') 0 -995px no-repeat;
    width: 24px;
    height: 21px;
    left: 8px;
    filter: brightness(200) invert(0.1);
}

.user-navigation-bar > a.registration:hover {
    background-color: #d07cda;
    box-shadow: 0 0 0 2px #d07cda, 0px 2px 0px 2px rgba(0,0,0,.08);
}

.user-navigation-bar > a.registration:before {
    background-position: -22px -744px;
}

.user-navigation-bar ul > li > a.logout {
    color: #951ca4;
    font-weight: 400;
}

.user-navigation-bar a.counter, .account-menu-content a.counter {
    font-size: 0.875em;
    color: white;
    padding: 1px 5px 2px;
    border-radius: 3px;
    vertical-align: top;
    margin: 0 3px;
    display: inline-block;
    line-height: 14px;
    background: #da8ae3;
}

ul.account-menu-content > li {
    padding: 2px 0 5px;
}

.user-navigation-bar a.counter {
    background: #da8ae3;
}

.user-navigation-bar a.counter:hover {
    text-decoration: none;
}

#user-navbar > span.default:before {
    background: url('../img/gallery_dox.png') 0 -744px no-repeat;
}

#hline1, #hline2, #mline1, #mline2, #fline1, #fline2 {
    width: 150px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    left: -121px;
    z-index: 1;
}

#hline2 {
    left: auto;
    right: -255px;
}

#mline1, #mline2 {
    height: 60px;
}

#mline2 {
    left: auto;
    right: -45px;
}

#fline1 {
    top: 0;
    left: 34%;
    height: 65px;
}

#fline2 {
    top: 0;
    left: auto;
    right: -100px;
    height: 100%;
    width: 155px;
}

#hline1:before, #hline2:before, #mline1:before, #mline2:before, #fline1:before, #fline2:before {
    content: '';
    position: absolute;
    top: -37px;
    right: 51px;
    width: 60px;
    height: 190px;
    background: rgba(255,236,244,.8);
    z-index: -1;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -moz-transform: rotate(37deg);
    -o-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
}

#mline1:before, #mline2:before, #fline2:before {
    background: rgba(255,255,255,.2);
}


body > div#floor > header > section.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #543b74;
}

section.main-menu > nav {
    position: relative;
    min-height: 60px;
}

section.main-menu ul.menu {
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 0;
    position: relative;
    z-index: 5;
    -moz-user-select: none;
    -webkit-user-select: none;
}

section.main-menu ul.menu > li {
    display: inline-block;
    height: 46px;
    vertical-align: top;
}

section.main-menu ul > li > a {
    color: #ffffff;
    font-size: 1.214em;
    display: block;
    height: 100%;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.main-menu ul > li > a:hover {
    text-decoration: none;
}

section.main-menu ul > li:not(.active) > a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);
    text-decoration: underline;
}

section.main-menu ul > li.active:not(:last-child) {
    margin-right: 5px;
}

section.main-menu ul > li.active:not(:first-child) {
    margin-left: 5px;
}

section.main-menu ul > li.active > a {
    color: black;
    background: #ffecf4;
    font-weight: 400;
}

section.main-menu ul.menu > li.more > span {
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    padding: 0 0 0 10px;
}

section.main-menu ul.menu > li.more > span > span {
    width: 4px;
    height: 4px;
    background: white;
    display: inline-block;
    margin: 0 2px 0 0;
    border-radius: 2px;
}

ul#main_menu_more {
    display: none;
    position: absolute;
    top: 60px;
    padding: 5px 7px;
    background: rgba(146,47,157,.6);
    background: #be7bc0;
    z-index: 10;
    right: 0;
}

ul#main_menu_more > li > a {
    white-space: nowrap;
}

div.kw-search:not(.kw-search-active):hover {
    background: #2dba89;
}

div.kw-search-active > span.close, div.kw-search-mobile > span.close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 13px;
    background: url('../img/gallery_dox.png') -25px 0 no-repeat;
    cursor: pointer;
}

div.static-content {
    line-height: 25px;
    color: #505050;
}

aside.two-middle > div.middle-left, aside.two-middle > div.middle-right {
    width: 50%;
    float: left;
    min-height: 1px;
}

section.side_block {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}

section.details_info_block {
    margin: 0 0 20px 0;
    padding: 7px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(232, 124, 239, 0.26);
    border: 1px solid #E2C8EA;
}

section.details_info_block span.bar {
    height: 20px;
    background: #7918e1;
    color: white;
    padding: 1px 8px 3px;
    border-radius: 0px 0px 6px 6px;
    z-index: 2;
    text-align: center;
    bottom: 8px;
    position: relative;
    float: right;
}

section.details_info_block span.bar.photo {
    float: left;
}

section.details_info_block p {
    padding: 9px;
    border-radius: 6px 6px 6px 6px;
    background: #E7E7E7;
}


div.comments_main input[type="submit"] {
    line-height: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #EE4238 0%,#EE4238 100%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
}

ul.comments_block li div.dark {
    padding: 4px 0 0;
}

ul.comments_block li:not(:last-child) {
    padding: 0 0 15px;
}


ul.comments li > span {
    text-transform: capitalize;
    font-weight: normal;
}

ul.comments li > span > span.date {
    font-size: 0.8em;
}

ul.comments li > span > span {
    display: inline-block;
}

ul.comments li > span {
    text-transform: capitalize;
    font-weight: normal;
}

/** Comments Rating **/
div.rating_items {
    margin-top: 20px;
}

div.rating-item {
    width: 12%;
    display: inline-block;
    padding: 5px;
}

div.rating-item .title {
    font-size: 10px;
}

div.rating-points span.rating_point {
    background: #ff2241;
}

div.rating-points span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}

div.rating {
    height: 30px;
    display: block;
}

.rating_pos {
    width: 40%;
    float: left;
    margin-right: 10%;
}

.rating_pos.right {
    margin-right: 0;
}

.rating_pos.left {
    margin-left: 3%;
}

div.send_comment_block select {
    width: 50%;
}

div.rating span {
    float: left;
    width: 90px;
    line-height: 26px;
    font-weight: 600;
}

div.rating label {
    float: right;
    position: relative;
}

div.rating label:not(:first-of-type) {
    padding-right: 2px;
}

div.rating label:before {
    content: "\2605";
    font-size: 26px;
    color: #ccc;
    line-height: 1;
}

div.rating input {
    display: none;
}

div.rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
    color: #EE4238;
}

section.details_info_block h1 {
    width: 95%;
    font-size: 1.15em;
    margin: 0 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.details_info_block span.date {
    font-size: 0.8125rem;
    color: #716b6b;
}

section.side_block > h3 {
    padding: 10px;
    color: #fff;
    background: #78a2b2;
    font-size: 1.286em;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}

section.side_block > div {
    position: relative;
    padding: 20px;
}

section.content_block > h3:after, body.listing-details-page div.h1-nav:after {
    margin-top: 8px;
}


section.side_block_search div.search-item:last-child {
    padding-bottom: 0;
}

span.media-enlarge {
    transition: opacity 0.5s ease;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

*:hover > span.media-enlarge {
    opacity: 1;
}

span.media-enlarge > span {
    width: 12px;
    height: 12px;
    border: 2px #ca5cd7 solid;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 16px;
}

span.media-enlarge > span:before, span.media-enlarge > span:after {
    content: '';
    width: 8px;
    height: 2px;
    position: absolute;
    left: 2px;
    top: 5px;
    background: #ca5cd7;
}

span.media-enlarge > span:after {
    width: 2px;
    height: 8px;
    left: 5px;
    top: 2px;
}

.kws-block input[type=text] {
    width: 100%;
}

.kws-block .options ul {
    padding: 10px 0 0;
}

.kws-block .options ul > li {
    padding: 0 0 7px 0;
}

.kws-block .options ul > li:last-child {
    padding: 0;
}

#area_keyword .two-inline {
    width: 70%;
}

.h1-nav nav > a:not(.button) {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    opacity: 0.7;
}

.h1-nav nav > a:hover {
    opacity: 1;
}

.h1-nav nav > a.post_ad:before, .h1-nav nav > a.post_ad:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 18px;
    left: 9px;
    background: white;
}

.h1-nav nav > a.post_ad:after {
    width: 2px;
    height: 20px;
    top: 9px;
    left: 18px;
}

.h1-nav nav > a.post_ad:hover {
    background: #c1c1c1;
}

ul.tabs {
    height: 42px;
    white-space: nowrap;
    margin-bottom: 25px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
}

ul.tabs:not(.search_tabs) > li {
    display: inline-block;
    padding: 9px 20px 0;
    height: 29px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    background: white;
    border: 2px white solid;
    color: #4b0953;
    border-radius: 3px;
    margin-right: 3px;
}

ul.tabs:not(.search_tabs) > li:hover:not(.active) {
    text-decoration: underline;
}

ul.tabs:not(.search_tabs) > li.active {
    background: #ffecf4;
    color: black;
    border-color: #da8ae3;
}

ul.tabs:not(.search_tabs) > li:not(:last-child) {
    margin-right: 3px;
}

ul.tabs:not(.search_tabs) > li.active:after, ul.tabs:not(.search_tabs) > li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.tabs:not(.search_tabs) > li.active:after {
    border-color: rgba(255, 236, 244, 0);
    border-top-color: #ffecf4;
    border-width: 5px;
    margin-left: -5px;
}

ul.tabs:not(.search_tabs) > li.active:before {
    border-color: rgba(218, 138, 227, 0);
    border-top-color: #da8ae3;
    border-width: 8px;
    margin-left: -8px;
}

ul.tabs.search_tabs > li:not(.active):hover {
    color: black;
}

div.alphabetic-saerch > div > a:hover {
}


div.submit-cell > div.name {
    float: left;
    width: 210px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 10px 0 0;
}

div.submit-cell > div.field.checkbox-field, div.submit-cell > div.field.inline-fields {
    padding-top: 10px;
    min-height: 28px;
}

div.submit-cell.custom-padding {
    padding: 5px 0 10px 0;
}

div.submit-cell.custom-padding > div {
    min-height: 25px;
}

div.submit-cell.buttons {
    padding: 10px 0 0 0;
}

#modal_block div.submit-cell div.field input[type=text], #modal_block div.submit-cell div.field input[type=password] {
    width: 100%;
}


.field.single-field > select {
    width: 250px;
}

.field.single-field > input[type=text] {
    width: 70%;
}

.field.single-field > textarea {
    width: 100%;
}

.field.inline-fields > span.custom-input {
    display: inline-block;
    padding: 0 30px 0 0;
}

.field.two-fields > select, .field.two-fields > input[type=text] {
    width: 48%;
    margin-right: 4%;
}

.field.two-fields > select:last-child, .field.two-fields > input[type=text]:nth-child(2n) {
    margin-right: 0;
}

.field.two-fields > .custom-input, .field.couple-field > .custom-input {
    width: 50%;
    display: inline-block;
    padding-top: 10px;
}

.field.three-field > *:last-child {
    margin-right: 0;
}

.field.checkbox-field .custom-input {
    display: inline-block;
    width: 33.33%;
}

.field.checkbox-field .custom-input {
    padding: 0 0 10px 0;
}

.field.checkbox-field .custom-input > label {
    padding-right: 5px;
}

.form-buttons {
    padding-top: 30px;
    display: block;
}

.form-buttons a {
    padding: 0 70px;
}

.form-buttons.form a {
    display: inline-block;
    width: 115px;
    text-align: right;
}


img.qtip {
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') 0 -467px no-repeat #FE766F;
    margin: -3px 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

img.qtip:hover {
    background-color: #CA5F5A;
}

div.ml_tabs_content input[type=text] {
    width: 100%;
}

table.contacts-list td.info .name > span:not(.new) {
    font-size: 0.929em;
    color: black;
}

ul#messages_area > li:before, ul#messages_area > li:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #da8ae3 transparent;
}

ul#messages_area > li:after {
    left: -10px;
    bottom: 7px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffecf4 transparent;
}

ul#messages_area > li.me:after {
    display: none;
}

ul#messages_area > li.me:before {
    left: auto;
    right: -15px;
    border-width: 0 14px 14px 0;
    border-color: transparent transparent #f5d6e8 transparent;
}

ul#messages_area > li > span:hover {
    opacity: 0.9;
}

ul#messages_area > li:hover > span {
    display: block;
}

ul.featured:not(.list) > li ul > li.price_tag {
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    color: #4d4d4d;
    font-size: 1.500em;
    font-weight: 400;
    white-space: nowrap;
}

ul.featured:not(.list) > li > ul {
    position: relative;
    padding-top: 40px;
}

ul.featured:not(.list) > li > ul.no-price {
    padding-top: 8px;
}

ul.featured.list > li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #707070;
    border-radius: 3px;
    top: 8px;
}

ul.featured.list > li {
    padding: 0 0 12px 0;
    display: block!important;
}

div.featured_gallery div.preview > .fg-title, div.featured_gallery div.preview > .fg-price {
    height: 39px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 39px;
    background: #e2e2e2;
    position: absolute;
    padding: 0 15px;
    color: #010101;
    font-size: 1.143em;
    font-weight: 400;
    top: 20px;
    left: 0;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.featured_gallery div.preview > .fg-price {
    background: #ffb01f;
    top: 59px;
    height: 45px;
    line-height: 45px;
    font-size: 1.714em;
    box-shadow: none;
    z-index: 1;
    font-weight: normal;
}

.grid_navbar {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    width: auto;
    background: #F26F6A;
    color: #fff;
    font-weight: 600;
}

.grid_navbar .switcher {
    float: right;
    padding: 2px;
    line-height: normal;
    height: 36px;
}

.grid_navbar .switcher > div {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.grid_navbar .hook {
    vertical-align: top;
}

.grid_navbar .buttons > div.active span, .grid_navbar .buttons > div:hover span {
    background: #da8ae3;
}

.grid_navbar div.list > div > span:nth-child(2n) {
    width: 12px;
    margin: 0 0 2px 2px;
}

.grid_navbar div.grid > div > span:nth-child(2n) {
    margin: 0 0 2px 2px;
}

.grid_navbar div.map:hover span, .grid_navbar div.map.active span {
    background: url('../img/gallery_dox.png') -24px -67px no-repeat;
}

.grid_navbar .sorting {
    display: inline-block;
    position: absolute;
}

.grid_navbar .current {
    padding: 0 20px 0 18px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 3px;
}

.grid_navbar .sorting span.link {
    display: inline-block;
    color: #fff;
}

.grid_navbar .sorting span.arrow {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin: 0 0 0 5px;
    background: url('../img/gallery_dox.png') -23px -1404px no-repeat;
}

.grid_navbar ul.fields {
    z-index: 10;
    background: #ffa6a2;
    border-radius: 15px;
    position: absolute;
    top: 44px;
    left: -2px;
    display: none;
    padding: 3px 0 5px;
    min-width: 100%;
}

.grid_navbar ul.fields > li {
    padding: 0 20px;
    white-space: nowrap;
}

section#listings div.picture > img, div.map-balloon div.picture > img {
    width: 200px;
    height: 266px;
    background-image: url('../img/no-picture.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

section#listings div.picture.no-picture > img, div.map-balloon div.picture.no-picture > img {
    background-size: auto auto!important;
    background-color: rgba(146,47,157,.2);
}

section#listings div.picture {
    position: relative;
    border: 1px #640d99 solid;
    border-radius: 5px;
}

section#listings article.featured div.picture {
    border-color: #734ad2;
}

section#listings div.picture > span, div.map-balloon div.picture > span {
    min-width: 16px;
    height: 24px;
    padding: 0 4px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #c449d3;
    background: white;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

section#listings div.picture > span:before, div.map-balloon div.picture > span:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 4px;
    right: 4px;
    position: absolute;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px white;
    z-index: -1;
}

article.featured div.picture > span, div.map-balloon.featured div.picture > span {
    background: #734ad2!important;
    color: white!important;
}

article.featured div.picture > span:before, div.map-balloon.featured div.picture > span:before {
    box-shadow: inset 0 0 0 2px #734ad2!important;
}

section#listings div.price-tag, div.map-balloon div.price-tag {
    line-height: 21px;
    font-size: 1.625em;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 15px;
}

section#listings ul.nav-column > li span.icon, section#listings ul.nav-column > li > a {
    opacity: 0.7;
}

section#listings ul.nav-column > li:hover span.icon, section#listings ul.nav-column > li > a:hover {
    opacity: 1;
}

section#listings ul.nav-column > li span.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}

section#listings article.featured div.price-tag, div.map-balloon article.featured div.price-tag {
    color: #edb221!important;
}

article.featured div.price-tag, article.featured div.picture > span, article.featured div.picture > span > span > span, div.map-balloon.featured div.picture > span, div.map-balloon.featured div.picture > span > span > span {
    border-color: #734ad2!important;
}

div.label, div.f-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    background: #734ad2;
    color: white;
    padding: 1px 8px 3px;
    font-size: 1.229em;
    border-radius: 0 0 6px 0;
}

section#listings.grid div.data-container div.two-inline > div:first-child {
    padding-top: 2px;
}

section#listings.grid ul.info {
    clear: both;
    position: relative;
    bottom: -25px;
}

section#listings.grid a.link-large {
    font-size: 1.429em!important;
}

section#listings.grid .item.featured a.link-large {
    font-size: 1.429em!important;
    color: #734ad2;
}

section#listings.grid ul.info > li.title {
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#listings.grid ul.nav-column > li span.link, section#listings ul.nav-column > a {
    display: none;
}

section#listings.grid.no-image > article:nth-child(2n) {
    padding-right: 0;
    padding-left: 30px;
    box-shadow: inset 1px 0 0 #e3e3e3;
    margin-left: -1px;
}

section#listings.grid.no-image > article:nth-child(2n+1) {
    clear: both;
}

section#listings.grid.no-image > article:nth-child(2n+1):not(:first-child):before {
    content: '';
    height: 1px;
    background: #e3e3e3;
    width: 630px;
    top: -20px;
    position: absolute;
}

#listings_map, #accounts_map {
    height: 500px;
}

div.map-balloon div.picture > img {
    width: 140px;
    height: 180px;
    z-index: 0;
}

div.map-balloon div.price-tag {
    width: 114px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
}

.category-description.home {
    vertical-align: middle;
    color: #fff;
    margin-top: 10%;
    display: inline-block;
    background: none;
    box-shadow: none;
}

.category-description.home h1 {
    color: #fff;
}

div.gallery > ul.thumbs > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

div.gallery > ul.thumbs > li:nth-child(2n+1) {
    margin-right: 0;
}

div.gallery > ul.thumbs > li:nth-child(6n) ~ li:not(.see-more) {
    display: none;
}

div.gallery > ul.thumbs > li > a > img {
    max-width: 208px;
    border: 2px white solid;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.gallery > ul.thumbs > li span.play:hover {
    background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
}


div.listing-details-icons > *:not(.button) {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
    cursor: pointer;
    opacity: 0.7;
}

div.listing-details-icons > *:not(.button):hover {
    opacity: 1;
}

section.seller-short ul.seller-info > li:not(:last-child):not(:first-child):after {
    content: ',';
}

section#accounts > article:nth-child(2n) {
    margin: 0 0 30px 0;
}

section#accounts > article > ul > li.fields > span:after {
    content: ',';
}

section#accounts > article > ul > li.fields > span:last-child:after {
    content: '';
}

.fb-connect:before {
    content: 'f';
    position: absolute;
    width: 17px;
    height: 20px;
    line-height: 20px;
    left: 12px;
    top: 10px;
    font-size: 1.071em;
    border-right: 1px #3763be solid;
    text-align: left;
}

.fb-connect:hover {
    background: #6890e4!important;
    text-decoration: none;
}

.my-profile-sidebar .info {
    margin-top: 10px;
}

.my-profile-sidebar table.info td.name {
    width: 85px;
}

.image-preview-wrapper {
    position: relative;
    overflow: hidden;
}

.image-preview-wrapper .image-preview {
    background-color: #f5f5f5;
    width: 200px;
    height: 100px;
    background-image: url('../img/no-account.png');
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.image-preview-wrapper label {
    text-decoration: underline;
    font-size: 0.875rem;
    padding-top: 15px;
    display: block;
    margin-left: 40px;
}

.image-preview-wrapper label:hover {
    text-decoration: none;
}

.image-preview-wrapper input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    height: 100px;
}

ul.packages .overdue, ul.packages .expired {
    color: #a52323;
}

table.submit {
    table-layout: fixed;
}

table.submit td {
    height: 38px;
    padding: 0 0 10px;
}

table.submit td.name {
    width: 170px;
    padding-right: 10px;
}

table.submit td.field input[type=text], table.submit textarea {
    width: 100%;
}

table.submit td.button {
    padding: 10px 0 0 0;
}


div.table-cell div.value {
    color: #000;
    word-wrap: break-word;
}

div.table-cell > div.name + div.value {
    padding-left: 10px;
    color: #000000;
    z-index: 10;
}

div.table-cell.wide-field {
    margin-bottom: 5px;
}

div.table-cell.wide-field > div.name {
    float: none;
    width: 100%!important;
}

div.table-cell.wide-field > div.value {
    padding-left: 0!important;
    padding-right: 0!important;
}


div.table-cell div.checkboxes > span:nth-child(2n) {
    margin-right: 0;
}

div.table-cell div.checkboxes > span img {
    width: 17px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 8px;
}

div.table-cell div.checkboxes > span:not(.active) {
    color: #9e9e9e;
    text-decoration: line-through;
}

table.info {
    table-layout: fixed;
}

table.info td, div.table-cell.small > div {
    font-size: 0.929em;
    vertical-align: top;
    padding-bottom: 5px;
    font-weight: normal!important;
    line-height: normal;
    min-height: inherit;
}

table.info td.name, div.table-cell.small > div.name {
    color: #939393;
    width: 75px;
    padding-right: 10px;
}

table.info td.name:after, div.table-cell.small > div.name:after {
    content: ':';
}

table.info td.image, div.table-cell.small > div.image {
    padding-top: 5px;
}

table.table {
    table-layout: fixed;
}

table.list>tbody td.no_padding {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.mass-actions {
    padding: 15px 0 0 14px;
}

.mass-actions > a:not(:last-child):after {
    content: '|';
    padding: 0 10px;
    color: #5c5c5c;
    font-size: 0.929em;
}

.statuses .active, .statuses .approval, .statuses .incomplete, .statuses .pending, .statuses .expired {
    color: #63b53b;
    font-size: 0.929em;
}

.statuses .approval {
    color: #666666;
}

.statuses .incomplete {
    color: #2767b5;
}

.statuses .pending {
    color: #e88d22;
}

.statuses .expired {
    color: #fb0000;
}

.statuses .active:before, .statuses .approval:before, .statuses .incomplete:before, .statuses .pending:before, .statuses .expired:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #63b53b;
    margin-right: 8px;
    border-radius: 3px;
}

.statuses .approval:before {
    background: #666666;
}

.statuses .incomplete:before {
    background: #2767b5;
}

.statuses .pending:before {
    background: #e88d22;
}

.statuses .expired:before {
    background: #fb0000;
}

div.fieldset > header {
	border-bottom: 1px solid #F0DACC;
}

div.fieldset > header > span.arrow {
    display: none;
}

div.fieldset > div.body > div {
    padding: 15px 0 5px;
}

div.info_description {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
	border: 1px solid #eaecf0;
}

div.photo_info li {
    padding: 0 0 8px 0;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.photo_info span.name {
    color: #949494;
}

div.photo_info  a {
    margin: 5px;
    line-height: 15px;
    color: #000;
    border-radius: 3px;
    padding: 0 3px 3px 3px;
}

#controller_area div.fieldset > header {
    font-size: 1.143em;
    color: #2b2b2b;
    font-weight: 400;
    padding: 0 0 5px 35px;
	font-weight: 600;
    position: relative;
}

#controller_area div.fieldset > header > span.arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 4px;
    margin-right: 10px;
    background: url('../img/gallery_dox.png') -15% -165px no-repeat #FE766F;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    cursor: pointer;
}

#controller_area div.fieldset > header > span.arrow.up {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 4px;
    margin-right: 10px;
    background: url('../img/gallery_dox.png') 115% -165px no-repeat #FE766F;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    cursor: pointer;
}

#controller_area div.fieldset > header > span.arrow:hover {
    opacity: 1;
}

#controller_area div.fieldset > div.body > div {
    padding-top: 15px;
}

div.fieldset.divider > header {
    margin: 0;
    padding: 0!important;
}

.categoty-column > div.item:nth-child(2n) {
    margin-right: 0;
}

a.category:hover, a.category:active {
    text-decoration: underline;
}

.content_block div.category-slider-bar span.navigation > span:not(.active) {
    background: #f5d6e8;
}

.empty-category a, .empty-category a:hover, .empty-category div.category-counter > span, .empty-category div.sub_categories {
    opacity: 0.7;
}

div.category-slider-bar span.prev, div.category-slider-bar span.next {
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url('../img/gallery_dox.png') 0px -583px no-repeat;
    margin: 6px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div.category-slider-bar span.next {
    background-position: right -583px;
}

table.stats td.column, table.stats td.counter {
    white-space: nowrap;
    text-align: center;
}

table.stats td.counter {
    background: #fff7fb;
}

ul.steps {
    height: 46px;
    margin: 0 0 25px 0;
    padding-right: 42px;
    white-space: nowrap;
    overflow: hidden;
}

ul.steps > li {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    position: relative;
    z-index: 1;
}

ul.steps > li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 21px;
    background: url('../img/gallery_dox.png') 0 -1297px repeat-x;
    filter: brightness(20000%) invert(100%);
    z-index: -1;
}

ul.steps > li.past:before {
    background: url('../img/gallery_dox.png') 0 -1283px repeat-x;
    filter: brightness(20000%) invert(100%);
}

ul.steps > li a {
    cursor: default;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #c449d3;
    font-size: 1.286em;
    font-weight: 400;
    border-radius: 30px;
    background: #ffecf4;
    box-shadow: inset 0 0 0 2px #bcbcbc;
}

ul.steps > li a span {
    display: none;
}

ul.steps > li.past a {
    cursor: pointer;
    background: #48373B;
    box-shadow: inset 0 0 0 2px #48373B;
    color: #fff;
}

ul.steps > li.current a {
    background: #EEEDDB;
    color: #442836;
    box-shadow: none;
    border: 2px #442836 solid;
    font-weight: 700;
}

ul.steps > li:last-child a {
    text-indent: -9999px;
}

ul.steps > li:last-child a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url('../img/gallery_dox.png') 0 -1223px no-repeat;
    left: 14px;
    top: 16px;
}

ul.steps > li.current:last-child a:before {
    background-position: right -1223px;
}

ul.steps > li:not(.past):not(.current) a {
    color: #bcbcbc;
}

ul.steps > li:not(.past) a:hover {
    text-decoration: none;
}

ul.plans {
    white-space: nowrap;
    position: relative;
}

ul.plans:after {
    content: '';
    display: block;
    height: 4px;
    background: url('../img/gallery_dox.png') 0 -1283px repeat-x;
    margin-top: 10px;
}

div.mCSB_container > ul.plans:after {
    display: none;
}

ul.plans > li {
    margin-bottom: -15px;
    vertical-align: top;
    white-space: normal;
    padding: 5px;
}

ul.plans.count-4 > li {
    width: 400px;
    height: 80px;
}

ul.plans.count-2 > li {
    width: 50%;
}

ul.plans > li > div.frame {
    height: 60px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin: 0 1px;
    border-radius: 5px;
    background-color: rgba(201,97,141,.5);
}

ul.plans > li > div.frame:not(.disabled) {
    cursor: pointer;
}

ul.plans > li:first-child > div.frame {
    margin-left: 0;
}

ul.plans > li:last-child > div.frame {
    margin-right: 0;
}

ul.plans span {
    display: block;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    padding-left: 20px;
}

ul.plans span.selector_test {
    position: relative;
    bottom: 35px;
    left: 220px;
}

ul.plans span.name {
    font-size: 1.129em;
    font-weight: 200;
}

ul.plans span.price {
    font-size: 1.429em;
    font-weight: normal;
}

ul.plans span.count {
    font-size: 1.143em;
    font-weight: 300;
}

ul.plans > li > div.selector {
    text-align: center;
    position: relative;
    float: right;
    bottom: 45px;
    right: 14px;
}

#fs_photo_listing_details, #fs_crop_area {
    margin-bottom: 20px;
    margin-top: 20px;
}


div.tree ul li.locked > a, div.tree ul li.locked > label {
    background: url('../img/gallery_dox.png') right -1865px no-repeat;
    padding: 1px 15px 0 0;
    text-decoration: none;
}

span.tmp_input input[type=text] {
    vertical-align: top;
    width: 130px;
}

span.tmp_input input[type=button] {
    height: 37px;
    margin: 0 0 0 5px;
    line-height: 37px;
    padding-right: 13px;
    padding-left: 13px;
}

label.upload input, span.draft input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    height: 100px;
}

.files canvas, .files div.canvas > div {
    display: block;
    width: 150px!important;
    height: 194px!important;
    background: #f5f5f5;
    border-radius: 5px;
    border: 2px white solid;
}

div#fileupload img.thumbnail {
	width: 264px;
	height: 364px;
    background: rgba(146,47,157,.2);
    border-radius: 5px;
    border: 2px #cecccb solid;
	object-fit: cover;
}

div#fileupload span.active, div#fileupload span.hover {
    position: relative;
    display: inline-block;
    margin: 0 30px 50px 0;
    vertical-align: top;
	width: 264px;
	height: 364px;
    background: none;
    padding: 0;
}

.template-download img.thumbnail:hover {
    border: 2px #ca5cd7 solid!important;
}

div#fileupload span.draft {
    width: 200px;
    height: 200px;
    margin: 0 0 20px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    background: #FF7670;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;
}

div#fileupload span.draft.poor {
	background: #c6c6c6;
}
div#fileupload span.draft > span {
    display: block;
}

div#fileupload span.draft > span.icon {
    width: 40px;
    height: 28px;
    background: url('../img/gallery_dox.png') center -861px no-repeat;
    margin: 55px auto 15px;
}

div#fileupload {
    padding: 15px 0 10px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div#fileupload span.active {
    color: inherit!important;
    font-size: inherit!important;
}

div#fileupload span.allowed {
    display: block;
}

div#fileupload span.hover, ul.thumbnails li.hover {
    background: #e8c5e1;
    width: 154px!important;
    height: 198px!important;
}

div#fileupload div.photo_navbar {
    height: 25px;
    position: relative;
    padding: 6px 0 0 0;
}

div#fileupload div.photo_navbar span.primary input {
    display: block!important;
    margin-top: 4px;
}

div#fileupload div.photo_navbar span.primary {
	display: flex;
}

div#fileupload div.photo_navbar span.primary label {
	padding: 3px 0 0 10px;
}

div#fileupload img.manage, div#fileupload img.delete, div#fileupload img.cancel, div#fileupload img.crop {
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') 0 -488px no-repeat;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 10px;
    opacity: 0.7;
    filter: brightness(200) invert(1);
}

div#fileupload img.delete, div#fileupload img.cancel {
    background-position: right -488px;
    right: 0px;
}

div#fileupload img.crop {
    background-position: 0 -513px;
    right: 62px;
    filter: brightness(200) invert(1);
}

div#fileupload img:hover {
    opacity: 1;
}

.template-download img.thumbnail, .move {
    cursor: move;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0.9;
}

.fade.in {
    opacity: 1;
}

ul.thumbnails li img.item:hover {
    border: 2px #ca5cd7 solid!important;
}

ul#payment_gateways {
    padding: 10px 0;
}

ul#payment_gateways li.active, ul#payment_gateways li:hover {
    background: white;
}

div.area_profile div.notice {
    padding: 7px 0 10px;
}

span.fail_field, span.success_field {
    display: none;
}


.my-listings > article {
    margin: 0 auto;
	width: 48%;
	margin-bottom: 60px;
}


article.content > div.navigation {
	padding: 5px 5px 0 5px;
	margin: 5px;
}

.my-listings > article:last-child {
    margin-bottom: 0;
}

.my-listings > article > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.my-listings > article > div.stat {
    margin-left: 5px;
	width: auto;
}

.my-listings > article > div.info {
	width: auto;
	float:left;
	margin-bottom: 15px;
}

.my-listings > article > div.stat.button {
	float: left;
	display: block;
}


.my-listings > article > div.stat.button > ul {
	column-count: 2;
}

.my-listings > article > div:last-child {
    margin-right: 5px;
}

.my-listings div.info div.title {
    font-size: 1.143em!important;
    font-weight: 400!important;
    padding-top: 5px;
}

.my-listings div.navigation ul > li {
    padding: 0 0 12px 0;
}

.my-listings div.navigation ul > li:last-child {
    padding: 0;
}

.my-listings div.navigation ul > li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}

.my-listings div.navigation ul li.nav-icon > a:before {
    content: '';
    background-image: url('../img/gallery_dox.png');
    background-repeat: no-repeat;
    background-position: right -533px;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    position: absolute;
    opacity: 0.7;
    filter: brightness(200) invert(1);
}

.my-listings div.navigation ul li.nav-icon > a.add-video:before {
    background-position: right -512px;
}

.my-listings div.navigation ul li.nav-icon > a.edit:before {
    background-position: 0 -488px;
}

.my-listings div.navigation ul li.nav-icon > a:hover:before {
    opacity: 1;
}

div.stat > h2 > span {
	color: #f06aa5;
	font-weight: 600;
}




.my-listings div.stat ul > li {
	padding: 0 0 8px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 286px;
}



li > div.statuses {
    margin-bottom: 10px;
}

.my-listings div.stat.button ul > li {
	margin: 0 8px 8px 0;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	overflow: unset;
	padding: 0;
	
}

.my-listings div.stat ul > li span.name {
    color: #ef6ba7;
	float: left;
}

.my-listings div.stat ul > li span.right {
    color: #000;
	float: right;
	font-weight: 600;
}

.delete.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') right -488px no-repeat;
    cursor: pointer;
    opacity: 0.7;
}

.delete.icon:hover {
    opacity: 1;
}

.modcom.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') left -773px no-repeat;
    cursor: pointer;
    opacity: 0.7;
    filter: brightness(200) invert(1);
}

.modcom.icon:hover {
    opacity: 1;
}

.photo_really.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') left -1348px no-repeat;
    cursor: pointer;
    opacity: 0.7;
}

.photo_really.icon:hover {
    opacity: 1;
}

ul.lising_rating li.active, ul.lising_rating li div {
    background: url('../img/gallery_dox.png') 0 -200px no-repeat!important;
}

ul.lising_rating li div {
    vertical-align: top;
}

#lnp_container {
    padding: 10px 0 15px 0 !important;
}

#lnp_container > li {
    float: left;
    width: 260px;
    height: 26px;
}

#lnp_container > li.link {
    padding: 0 4px;
}

#lnp_container > li.link a {
    font-size: 0;
    display: block;
    width: 26px;
    height: 26px;
    background: url('../img/gallery_dox.png') 5px -632px no-repeat;
}

#lnp_container li.nav a {
    display: block;
    width: 250px;
    background: #edf3f3;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    padding: 0.3em 0.5em;
    text-decoration: none
}

#lnp_container li.nav a:hover {
    background-color: #ded2f9;
}

#lnp_container li.prev {
    margin-right: 4px;
}

#lnp_container li.next {
    margin-left: 4px;
}

#lnp_container li.next a {
    background-position: -19px -599px;
}

ul.field-bound-box:not(.list) {
    margin: 5px -20px -13px 0;
}

ul.field-bound-box:not(.list) > li {
    display: inline-block;
    padding: 0 20px 27px 5px;
    text-align: center;
}

ul.field-bound-box:not(.list) > li span.count {
    display: block;
    font-size: 1.286em;
    color: #797979;
    padding: 5px 0 0 0;
}

ul.field-bound-box:not(.list) > li:not(.empty):hover span.count {
    color: #ffb01f;
}

ul.field-bound-box.list > li:nth-child(2n) {
    margin-right: 0;
}

section.content_block div.carousel div.carousel_block, section.side_block div.carousel div.carousel_block {
    margin: 0!important;
}

section.content_block div.carousel.horizontal div.next, section.content_block div.carousel.horizontal div.prev {
    top: -62px;
    right: 0;
    width: 28px;
    height: 28px;
    background: #da8ae3;
    border-radius: 3px;
    position: absolute;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    cursor: pointer;
}

section.content_block div.carousel.horizontal div.next:hover, section.content_block div.carousel.horizontal div.prev:hover {
    background-color: #ce7ad8;
}

section.content_block div.carousel.horizontal div.prev {
    right: 35px;
}

section.content_block div.carousel.horizontal div.prev:before, section.content_block div.carousel.horizontal div.next:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    top: 9px;
    left: 10px;
    background: url('../img/gallery_dox.png') -3px -608px no-repeat;
}

section.content_block div.carousel.horizontal div.next:before {
    background-position: -31px -608px;
    left: auto;
    right: 10px;
}

article.item a.add-to-cart:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/gallery_dox.png') 0 -833px no-repeat;
}

div.cart-box-container > span > span.summary:before {
    background: url('../img/gallery_dox.png') 0 -995px no-repeat;
}

section#listings ul.nav-column > li.add_to_compare span.icon, div.listing-details-icons .compare-icon > span {
    background: url('../img/gallery_dox.png') 0 -906px no-repeat!important;
}

section#listings ul.nav-column > li.remove_from_compare span.icon, div.listing-details-icons .compare-icon.remove > span {
    background: url('../img/gallery_dox.png') 0 -930px no-repeat!important;
}

section#listings ul.nav-column > li.bids > a:hover {
    text-decoration: none;
}

section#listings ul.nav-column > li.bids > a:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/gallery_dox.png') 0 -955px no-repeat!important;
}

div.banner {
    display: inherit!important;
}

body > div#floor > iframe[src='about:blank'] {
    display: none;
}

ul.comments li > div:before {
    border-color: white transparent transparent transparent!important;
    background-color: transparent!important;
}

/*** PHOTOSWIPE ***/
body.ps-active, body.ps-building, div.ps-active, div.ps-building {
    overflow: hidden;
}

body.ps-active *, div.ps-active * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: none;
}

body.ps-active *:focus, div.ps-active *:focus {
    outline: 0;
}

div.ps-document-overlay {
    background: #000;
}

div.ps-uilayer {
    background: transparent;
    cursor: pointer;
}

div.ps-zoom-pan-rotate {
    background: #000;
}

div.ps-zoom-pan-rotate * {
    display: block;
}

div.ps-carousel-item-loading {
    background: url('../img/img_loader.gif') no-repeat center center;
}

div.ps-caption {
    background: #000000;
    background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
    border-bottom: 1px solid #42403f;
    color: #ffffff;
    text-align: center;
}

div.ps-caption * {
    display: inline;
}

div.ps-caption-bottom {
    border-top: 1px solid #42403f;
    border-bottom: none;
    min-height: 44px;
}

div.ps-caption-content {
    padding: 13px;
    display: block;
}

div.ps-carousel-item iframe {
    border: 0;
    width: 100%;
    height: inherit;
}

div.ps-toolbar {
    background: #000000;
    background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
    border-top: 1px solid #42403f;
    color: #ffffff;
    font-size: 0.8125rem;
    font-family: 'Open Sans', serif;
    text-align: center;
    height: 44px;
    display: table;
    table-layout: fixed;
}

div.ps-toolbar * {
    display: block;
}

div.ps-toolbar-top {
    border-bottom: 1px solid #42403f;
    border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
    cursor: pointer;
    display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
    width: 44px;
    height: 44px;
    margin: 0 auto 0;
    background-image: url('../img/photoswipe.png');
    background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
    background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
    background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
    background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
    background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
    background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
    background-position: -88px 0;
}

/*** PHOTOSWIPE ***/


    section.home-content {
        margin: 0 0 30px 0;
        max-height: 432px;
        overflow: hidden;
    }

    section.home-content div.gallary {
        width: 630px;
        float: left;
    }

    section.home-content div.search-form {
        width: 300px;
        float: right;
    }

    section#main_container > div > aside.left {
        display: inline-block;
    }

    aside.two-middle > div.middle-left > div {
        padding-right: 15px;
    }

    aside.two-middle > div.middle-right > div {
        padding-left: 15px;
    }

    aside.three-middle > div.middle-left, aside.three-middle > div.middle-right, aside.three-middle > div.middle-center {
        width: 300px;
        float: left;
    }

    aside.three-middle > div.middle-right {
        float: right;
    }

    aside.three-middle > div.middle-center {
        margin-left: 30px;
    }

    section.side_block span.expander {
        display: none;
    }

    section.categories-box ul.cat-tree > li.rest {
        display: none;
    }

    section.categories-box div.cat-tree-cont.limit-height {
        max-height: 360px;
    }

    ul.featured > li.id {
        font-size: 0.75rem;
        font-weight: 600;
        color: rgba(231, 82, 182, 0.59);
        height: 15px;
        width: 45px;
        top: -155px;
        left: 695px;
        position: relative;
    }

    ul.featured > li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }

    aside.top section.categories-box ul.cat-tree > li, aside.bottom section.categories-box ul.cat-tree > li, aside.middle section.categories-box ul.cat-tree > li {
        display: inline-block;
        width: 30%;
        margin-right: 5%;
    }

    aside.top section.categories-box ul.cat-tree > li:nth-child(3n), aside.bottom section.categories-box ul.cat-tree > li:nth-child(3n), aside.middle section.categories-box ul.cat-tree > li:nth-child(3n) {
        margin-right: 0;
    }

    .grid_navbar {
        margin-bottom: 30px;
    }

    ul.select-category select {
        background-image: none;
    }

    body.no-sidebar .advanced-search-form {
        width: 60%;
    }

    section.side_block ul.featured {
        text-align: center;
        margin: 0;
    }

    section.side_block ul.featured > li {
        padding: 0 0 25px 0;
        max-width: 184px;
        width: 100%;
    }

    section.side_block ul.featured > li img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    section.side_block ul.featured:not(.list) > li ul {
        width: 100%;
        text-align: initial;
    }

    aside.right {
        width: 300px;
        float: right;
        margin-left: 30px;
        padding-top: 0;
    }

    div.gallery > ul.thumbs > li:first-child img {
        max-width: 208px;
        background-color: white;
    }

    div.gallery > ul.thumbs > li:nth-child(2n+1) {
        margin-right: 0;
    }

    div.gallery > ul.thumbs > li:nth-child(6n) ~ li:not(.see-more) {
        display: none;
    }



.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 4px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 0;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 0 auto;
}

div.textbox_search .bg {
    background: none;
    padding: 5px 5px 5px 20px;
}

div.listing_rating_featured_search {
    position: relative;
    top: -90px;
    left: 177px;
}

hr.line_listingbox_search {
    height: 1px;
    width: 270px;
    border-left: 1px solid #5da5c2;
    background-color: #5788ec;
    padding-left: 10px;
    z-index: 1;
    top: -253px;
    left: 10px;
    position: relative;
}


section.details_info_block span.bar {
    padding: 1px 1px 3px;
}


section.home-content {
    margin: 0 0 30px 0;
    max-height: 432px;
    overflow: hidden;
}

section.home-content div.gallary {
    width: 630px;
    float: left;
}

section.home-content div.search-form {
    width: 300px;
    float: right;
}

aside.two-middle > div.middle-left > div {
    padding-right: 15px;
}

aside.two-middle > div.middle-right > div {
    padding-left: 15px;
}

aside.three-middle > div.middle-left, aside.three-middle > div.middle-right, aside.three-middle > div.middle-center {
    width: 300px;
    float: left;
}

aside.three-middle > div.middle-right {
    float: right;
}

aside.three-middle > div.middle-center {
    margin-left: 30px;
}

section.side_block > span.expander {
    width: 18px;
    height: 18px;
    background: url('../img/gallery_dox.png') right -119px no-repeat;
    background-position-x: right;
    background-position-y: -119px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}

section.side_block > span.expander.active {
    background-position: 0 -119px
}

section.categories-box ul.cat-tree > li.rest {
    display: none;
}

section.categories-box div.cat-tree-cont.limit-height {
    max-height: 360px;
}

ul.featured > li:nth-child(4n) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}

aside.top section.categories-box ul.cat-tree > li, aside.bottom section.categories-box ul.cat-tree > li, aside.middle section.categories-box ul.cat-tree > li {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}

aside.top section.categories-box ul.cat-tree > li:nth-child(3n), aside.bottom section.categories-box ul.cat-tree > li:nth-child(3n), aside.middle section.categories-box ul.cat-tree > li:nth-child(3n) {
    margin-right: 0;
}

.grid_navbar {
    margin-bottom: 30px;
}

ul.select-category select {
    background-image: none;
}

body.no-sidebar .advanced-search-form {
    width: 60%;
}

section.side_block ul.featured {
    text-align: center;
    margin: 0;
}

section.side_block ul.featured > li {
    padding: 0 0 25px 0;
    max-width: 184px;
    width: 100%;
}

section.side_block ul.featured > li img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section.side_block ul.featured:not(.list) > li ul {
    width: 100%;
    text-align: initial;
}

aside.right {
    width: 300px;
    float: right;
    margin-left: 30px;
    padding-top: 0;
}

div.gallery > ul.thumbs > li:first-child img {
    max-width: 208px;
    background-color: white;
}

div.gallery > ul.thumbs > li:nth-child(2n+1) {
    margin-right: 0;
}

div.gallery > ul.thumbs > li:nth-child(6n) ~ li:not(.see-more) {
    display: none;
}


/* list table end */
div.list-table {
    display: table;
    width: 100%;
}

div.list-table > div {
    display: table-row;
    position: relative;
}

div.list-table > div.header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 42px;
}

div.list-table > div > div {
    display: table-cell;
}

div.list-table > div.header > div {
    vertical-align: middle;
    font-size: 0.929em;
    color: #949494;
	border-top: 1px #dddcdb solid;
	border-bottom: 1px #dddcdb solid;
}

div.list-table > div > div.first {
    padding-left: 15px;
}

div.list-table > div > div.checkbox {
    padding-left: 10px;
}

div.list-table > div.row > div.first {
    padding-left: 17px;
}

div.list-table > div.row > div.checkbox {
    padding-left: 12px;
}

div.list-table > div > div.center {
    text-align: center;
    padding-right: 0!important;
}

div.list-table > div.row > div {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #D9D7CA;
}

div.list-table > div.row > div > div.inline {
    display: inline;
}

div.list-table > div.row > div.text {
    padding-top: 22px;
}

div.list-table > div.row > div > table.table {
    margin-top: -5px;
}

div.list-table > div.row > div > table.table td.name {
    width: 130px;
}

div.list-table .text {
    color: #515151;
    font-size: 0.857em;
}

div.list-table span.title {
    display: none;
}

.mass-actions {
    padding: 15px 0 0 14px;
}

.mass-actions > a:not(:last-child):after {
    content: '|';
    padding: 0 10px;
    color: #5c5c5c;
    font-size: 0.929em;
}

.statuses .active, .statuses .approval, .statuses .incomplete, .statuses .pending, .statuses .expired {
    color: #63b53b;
    font-size: 0.929em;
}

.statuses .approval {
    color: #666666;
}

.statuses .incomplete {
    color: #2767b5;
}

.statuses .pending {
    color: #e88d22;
}

.statuses .expired {
    color: #fb0000;
}

a.disable_listing {
	color: #535151;
}

.statuses .active:before, .statuses .approval:before, .statuses .incomplete:before, .statuses .pending:before, .statuses .expired:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #63b53b;
    margin-right: 8px;
    border-radius: 3px;
}

.statuses .approval:before {
    background: #666666;
}

.statuses .incomplete:before {
    background: #2767b5;
}

.statuses .pending:before {
    background: #e88d22;
}

.statuses .expired:before {
    background: #fb0000;
}

/*** TABLES END ***/
/* list table */
table.list {
    width: 100%;
    table-layout: fixed;
}

table.list span.text {
    color: #515151;
    font-size: 0.857em;
}

table.list > tbody > tr.header {
    border: 2px #da8ae3 solid;
    border-radius: 5px;
}

table.list > tbody > tr.header > td {
    font-size: 0.929em;
    padding: 0 0 0 30px;
    height: 40px;
}

table.list > tbody > tr.header > td:first-child {
    padding-left: 10px;
}

table.list tr.header td.divider {
    padding: 0;
    width: 5px;
    border: 0;
}

table.list > tbody > tr.body {
    border-bottom: 2px #da8ae3 solid;
}

table.list > tbody > tr.body > td {
    padding: 20px 0 20px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.list > tbody > tr.body > td:first-child {
    padding-left: 11px;
}

table.list>tbody td.no_padding {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

table.list tr.body td.divider {
    border: 0;
}

table.list td.price div {
    width: 50px;
    background: red;
    color: #000000;
    font-size: 1rem;
    line-height: 17px;
    padding: 5px 5px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
}

table.list span.name {
    text-transform: uppercase;
}

/* list table end */
/*** MESSAGES ***/
img.account-picture {
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url('../img/no-account.png');
    background-color: rgba(146,47,157,.2);
    border: 2px white solid;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.contacts-list td.info {
    vertical-align: top;
    white-space: unset !important;
}

table.contacts-list td.info .name {
    color: #494949;
}

table.contacts-list td.info .name > span:not(.new) {
    font-size: 0.929em;
    color: black;
}

table.contacts-list td.info .date {
    color: #949494;
    font-size: 0.929em;
    padding: 0 0 10px 0;
}

table.contacts-list div.picture {
    position: relative;
}

table.contacts-list div.picture span {
    width: 10px;
    height: 10px;
    background: #c449d3;
    position: absolute;
    border-radius: 7px;
    border: 2px white solid;
    top: -5px;
    right: -5px;
}

table.contacts-list div.name span.new {
    color: #908c8c;
}

div#messages_cont {
    max-height: 600px;
    margin-bottom: 20px;
}

div#messages_cont .mCSB_container {
    margin-right: 10px;
}

ul#messages_area {
    margin-left: 13px;
}

ul#messages_area > li {
    border: 2px #da8ae3 solid;
    padding: 15px 24px 15px 20px;
    margin: 0 40px 20px 0;
    position: relative;
    border-radius: 5px;
}

ul#messages_area > li:last-child {
    margin-bottom: 0;
}

ul#messages_area > li.me {
    border-color: #f5d6e8;
    background: #f5d6e8;
    margin: 0 13px 20px 20px;
}

ul#messages_area > li.removed {
    opacity: 0.5;
}

ul#messages_area > li div.date {
    margin-top: 5px;
}

ul#messages_area > li:before, ul#messages_area > li:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #da8ae3 transparent;
}

ul#messages_area > li:after {
    left: -10px;
    bottom: 7px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffecf4 transparent;
}

ul#messages_area > li.me:after {
    display: none;
}

ul#messages_area > li.me:before {
    left: auto;
    right: -15px;
    border-width: 0 14px 14px 0;
    border-color: transparent transparent #f5d6e8 transparent;
}

ul#messages_area > li > span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/gallery_dox.png') 0 -413px no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}

ul#messages_area > li > span:hover {
    opacity: 0.9;
}

ul#messages_area > li:hover > span {
    display: block;
}

div.send-controls {
    margin: 0 0 0 33px;
    text-align: right;
}

div.send-controls > div {
    display: inline-block;
    margin: 0 0 0 20px;
}


section.my-listings.list {
    column-count: unset !important;
    -webkit-column-count: unset !important;
}


article.content span.bar {
    position: absolute;
    height: 20px;
    background: #734ad2;
    color: white;
    padding: 1px 8px 3px;
    font-size: 1.229em;
    border-radius: 0 0 6px 0;
    z-index: 2;
}

article.content div.title_feature {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #aeacac;
}


article.content div.form {
    font-size: 1.0625rem;
    text-indent: 5px;
    padding: 5px 5px 5px 8px;
    min-height: 28px;
    box-sizing: border-box;
}

article.content div.form.col1 {
    background: linear-gradient(to bottom, #FF7670 0%,#FF6C66 100%);
    line-height: 35px;
    text-indent: 0;
}

article.content div.form.col1.max {
    background: #CE3831;
}

article.content div.form h2 {
    text-decoration: none;
    margin-left: 8px;
    font-size: 1.1875rem;
    font-weight: 900;
    display: inline-block;
}

article.content div.form h2:first-letter {
    text-transform: capitalize;
}

article.content div.form .link {
    color: #F8FFFF;
    text-decoration: none;
}


article.content p.link.address a {
    color: #676C9D;
    text-decoration: none;
}


table.short_info td.list:before {
    content: "•";
    padding-right: 10px;
}


table.short_info tr.name {
    background-color: #BFFEEB !important;
    font-weight: 700;
}

table.short_info tr.price {
    background-color: #BFFEEB !important;
    font-weight: 700;
}

article.content div.about_text {
    float: left;
    width: 100%;
    font-weight: 700;
}

article.content a.info_button {
    color: #fff;
    text-decoration: none;
    background: #64489F;
    padding: 0.1em 1.4em;
    outline: none;
    border-radius: 10px;
    float: right;
}


div.blockMenuBlog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
}

div.blockMenuBlog li a {
    margin-bottom: 3px;
    border-left: 3px solid #ff7570;
    display: block;
    color: #000;
    padding: 5px 16px;
    text-decoration: none;
}

div.blockMenuBlog .active {
    background-color: #5D48E7;
    color: white;
}

/* Change the link color on hover */
div.blockMenuBlog li a:hover {
    background: #fbf6f6;
}

div.blockMenuBlog li:nth-child(1) {
    border-color: #7754A9;
}

img.picture_messages {
    cursor: pointer;
    width: 200px;
    height: 200px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

/* SuperVIP PC */
article.content.super {
    height: auto;
    border: 1px solid #D6DBE6;
}

div.table-cell > span.name {
    width: 140px;
    color: #1E1C1C;
    font-weight: 400;
    float: left;
}

ul.news {
    padding: 13px 13px 95px;
    word-spacing: 3px;
}

/* New Design */

div.listing_main_info span.green2 {
    color: #1ca707;
    float: none
}

div.action_message {
    padding: 3px;
    margin: 10px 0px 10px 0px;
    box-shadow: 0px 1px 2px 0px #aeacac;
    border: 1px solid #D6DBE6;
}

div.fieldset h2 {
    font-size: 1.143em;
}

.td_rayon {
    word-break: break-all;
    width: 86%;
}


/* New Design top_vip_plus*/
.pure_container {
    background-color: #FF7670;
    margin: 0 0 20px;
}

div.pure_container div.gallery > ul.thumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-top: 0;
}

div.listing-details div.gallery {
    width: 200px;
    margin: 0 30px 0 15px;
    float: left;
}


.top_vip_plus {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 22px;
    width: 186px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 14px 13px -4px rgba(0,0,0,0.17);
}

.top_vip_plus.details {
    margin-bottom: 25px;
    box-shadow: 0px 25px 21px -13px rgba(171, 25, 25, 0.17);
}

.top_vip_plus.details p {
    font-size: 0.875rem;
}

.top_vip_plus a.img {
    display: block;
}

.top_vip_plus img {
    object-fit: cover;
    width: 186px;
    height: 249px;
    border-radius: 5px 5px 0px 0px;
}

.top_vip_plus a {
    color: #FFEBCF;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 700;
}

.top_vip_plus a.img span {
    width: 141px;
    overflow: hidden;
    display: block;
}

.top_vip_plus span {
    color: #a2a2a2;
}

.top_vip_plus b {
    font-size: 0.875rem;
    display: inline-block;
}

.top_vip_plus .cart-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFEBCF;
    background-color: rgb(241,0,85);
    height: 45px;
    padding: 5px 0 0 10px;
}

.top_vip_plus a.tel-lx {
    margin-top: 4px;
    margin-left: 12px;
    line-height: 17px;
    font-size: 0.625rem;
    color: #000 !important;
    border-bottom: 1px solid #959595;
    text-decoration: none;
    position: relative;
}

/* SuperVIP PC*/
ul.next_page {
    display: inline-block;
}

div.pravila p {
    padding: 15px;
}

/* counters */
.comments-count {
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 22px !important;
    margin-left: 21px;
}


div.comments-count {
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 39px;
    margin-left: 21px;
    float: left;
}

div.comments-count span {
    margin-left: 0.2em;
}

/* like */
section.account-menu-content {
    font-size: 0.875rem;
    margin: 0 auto;
    column-count: 2;
    column-gap: 15px;
    width: 450px;
    font-weight: 700;
}


section.account-menu-content.info_table {
    column-count: 2;
}

section.account-menu-content.info_table {
	width: auto !important;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

section.account-menu-content.info_table div.listing_main_info.account {
	margin: 0 auto;
}

section.account-menu-content.info_table div.listing_main_info.account td.count {
	color: #000;
	border: unset;
}

section.account-menu-content.info_table div.listing_main_info.account td {
	border-bottom: 1px solid #FDDCD6;
}

section.account-menu-content.info_table div:hover {
    filter: unset;
    text-decoration: unset;
}

section.account-menu-content.info_table div a span {
    margin-left: -999em !important;
}

section.account-menu-content.my_listing {
    column-count: 1;
}

section.account-menu-content.bottom {
    column-count: unset;
    column-gap: unset;
    width: 100%;
    text-align: center;
    border-top: 2px solid #B6B3A2;
    margin-top: 100px;
}

section.account-menu-content.bottom div {
    text-align: initial;
}

section.account-menu-content div {
    display: inline-block;
    padding: 20px 20px;
}

section.account-menu-content div a {
    text-decoration: none;
}

section.account-menu-content div a span {
    display: inline-block;
    width: 110px;
    margin-left: 15px;
    vertical-align: middle;
}

section.account-menu-content div:hover {
    filter: hue-rotate(20deg);
    text-decoration: none;
}

div.welcome {
	font-size: 0.8525rem;
	letter-spacing: 0.01rem;
	padding: 20px 20px 20px 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E5CFC1;
}


div.white_section {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}


a.mini_button_white {
    margin: 5px;
    line-height: 15px;
    color: #f6f6f6;
    border-radius: 3px;
    padding: 0 3px 3px 3px;
    background-color: #ea615b;
}

a.mini_button {
	background-color: #ff7670;
	color: #FFF;
	border-radius: 5px;
	padding: 3px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

a.mini_button.purple {
	background-color: #ef6ba5;
}

a.mini_button.noactive {
	background-color: #998E8E;
	color: #FFF;
}

.my-listings div.stat ul > li.button {
	line-height: 30px;
	line-height: 25px;
}

.my-listings div.stat ul > li.button span.airhelp{
	line-height: 20px !important;
}

div.highlight div.category-description div.sub_menu {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


div.acc_balance {
    display: inline-block;
    width: 150px;
    background-color: #3E454D;
    color: #ADB5BD;
    padding: 10px 0px 10px 20px;
    border-radius: 5px;
	margin-bottom: 10px;
}

div.acc_balance.upgrade_info {
	width: 270px;
	color: #fff;
	letter-spacing: 0.01rem;
}

div.acc_balance.upgrade_info span {
    color: #E3AD46;
}

div.acc_balance a{
	color: #E3AD46;
}

span.amount {
	color: #FDFDFF;
	font-size: 16px;
	margin-top: 2px;
	display: inline-block;
}

span.amount b{
	color: #ADB5BD;
	font-weight: 400;
}
/* Range Table */

h2.range {
	color: #3B1F2D;
	font-size: 1.675em;
	text-align: center;
	width: 100%;
	letter-spacing: 0.03rem;
	font-weight: 800;
	padding-top: 10px;
}

table.range_balane_table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 20px 0;
	table-layout: fixed;
}

table.range_balane_table td, table.range_balane_table th {
  text-align: left;
  padding: 8px;
}

table.range_balane_table th {
    font-size: 1.13em;
    font-weight: 400;
}

table.range_balane_table td {
    font-size: 1.1em;
    font-weight: 400;
}

table.range_balane_table td a {
    font-size: 1.1em;
    font-weight: 400;
	color: #291B3F;
}

table.range_balane_table tr.top5_end {
	border-top: 1px solid #D9D7CA;
	line-height: 40px;
}

table.range_balane_table tr.my_listings {
	border-top: 1px solid #e5e4d2;
	background-color: #f8f7e5;
	border-bottom: 1px solid #e5e4d2;
}
table.range_balane_table tr.selected{
	border-top: 1px solid #D9D7CA;
	line-height: 40px;
	background-color: #e7d6c9;
	border-bottom: 1px solid #D9D7CA;
}


table.range_balane_table td.price {
    font-size: 1.2em;
	color: #352846;
	letter-spacing: 0.02rem;
}

table.range_balane_table th.number {
	width: 10px;
}

table.range_balane_table th.crown {
	width: 0;

}


table.range_balane_table th.name {
	width: 120px;
}

table.range_balane_table th.price_lot {
	width: 100px;
}

table.range_balane_table th.price_extra {
	width: 100px;
}

table.range_balane_table th.button_top {
	width: 150px;
}

table.range_balane_table span.number_color {
	color: #FE756F;
}

table.range_balane_table span.number_color.right {
	
}

table.range_balane_table span.number_color.count {

}

table.range_balane_table span.price_extra_color {
	color: #ee6aa6;
	font-weight: 700;
}


article.content_cp {
	width: 150px;
	border-radius: 3px;
	border-radius: 10px;
	margin-right: 0;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

article.content_cp h3 {
	text-align: inherit !important;
	margin: 0 !important;
	text-transform: capitalize !important;
	font-size: inherit !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

article.content_cp:hover, article.content_cp:active {
	transform: scale(1.02);
	transition: 0.2s;
}

article.content_cp:not(:hover) {
	transition: 0.2s;
}

article.content_cp div.display_data {
	display: inline-block;
	width: 100%;
}

article.content_cp div.table_data {
	color: #FFEBCF;
	display: block;
	width: 100%;
	line-height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px;
	z-index: 1;
}

article.content_cp div.gradient {
	pointer-events: none;
	background-image: url('../img/border_frame.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 150px;
	height: 225px;
	position: absolute;
	top: 0;
}

article.content_cp div.gradient.max {
	pointer-events: none;
	background-image: url('../img/border_frame_max.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

table.short_info_cp {
	position: absolute;
	text-indent: 1em;
	bottom: 0;
	left: 0;
}

tr.tr_name {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
}

tr.tr_name.phone a {
	color: #FFEBCF !important;
}

tr.tr_name span {
	font-weight: 400;
	font-size: 1rem;
}

tr.short_uslugi {
	letter-spacing: 0.015rem;
	font-size: 0.75rem;
	line-height: 20px;
}

tr.short_uslugi span.loc {
	font-weight: 600;
}

tr.short_uslugi span:not(:last-child):after {
	content: ', ';
}

tr.tr_price {
	border-top: 1px solid #ddd;
}

table.short_info td {
	border-right: 1px solid #ddd;
}

table.short_info td:last-child {
	border-right: none;
}

tr.tr_price.small {
	font-size: 11px;
}

tr.tr_price.small td {
	padding-top: 5px;
	line-height: 0.5;
}

table.short_info td.weight {
	font-size: 11px;
	letter-spacing: 0.045rem;
	padding-bottom: 5px;
	line-height: 1.5;
}

table.short_info {
    position: absolute;
    text-indent: 0.4em;
    bottom: 0;
    left: 0;
}
article.content_cp div.listing_data div.display_data div.img_thumbail div.social_info i.icons-set.photo_check {
	width: 32px;
	height: 32px;
}


article.content_cp img.picture {
	cursor: pointer;
	width: 150px;
	height: 225px;
	object-fit: cover;
	background-image: url('../img/no-picture.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

article.content_cp div.img_thumbail {
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	filter: contrast(1.15) saturate(1.15);
}

div.social_block_2 {
	float: left;
	display: flex;
}

/* Mobile user panel*/
@media screen and (max-width: 767px) {
	
	.field.checkbox-field .custom-input {
		display: inline-block;
		width: 49.33%;
	}
	
	.field.checkbox-field .custom-input {
		padding: 0 0 5px 0;
	}
	
}



