@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');

/*** COMMON STYLES ***/
body, html {
        height: 100%;
}
body {
        margin: 0 auto;
        background: #ffffff;
        font-size: 16px;
        color: #232323;
        font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

input,select,option,p,form,ul,li,ol,h1,h2,h3,h4,h5,h6,td,img,table {
        margin: 0;
        padding: 0;
        border: 0;
}
::selection {
        background: #707070;
        color: white;
}
::-moz-selection {
        background: #707070;
        color: white;
}

.clearfix:before,
.clearfix:after {
        display: table;
        content: " ";
}
.clearfix:after {
        clear: both;
}
.clearfix {
    *zoom: 1;
}

h1,h2,h3,h4,h5,h6 {
        font-weight: normal;
}
body:not([class*="static-page"]) ul, body:not([class*="static-page"]) li {
        list-style: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
        border-padding: 0;
        width: 100%;
}
table.fixed {
        table-layout: fixed;
}
img {
        vertical-align: middle;
}
label {
        -moz-user-select: none;
        -webkit-user-select: none;
}
b, strong {
        font-weight: 600;
}

.grid-icon-fill,
.details-icon-fill {
    fill: #7da64b !important;
}
.header-usernav-icon-fill {
    fill: #405b1d !important;
}

.hide {
        display: none;
}
.hidden {
        visibility: hidden;
}
.invisble {
        opacity: 0;
}
.clear {
        clear: both;
}
.fleft {
        float: left;
}
.fright {
        float: right;
}
.ralign {
        text-align: right!important;
}
.lalign {
        text-align: left!important;
}
.align-center {
        text-align: center;
}
.relative {
        position: relative;
}
.nowrap {
        white-space: nowrap;
}

/* links */
a:link,
a:visited,
.link {
        color: #3c6b00;
        text-decoration: none;
        font-size: 1em;
        cursor: pointer;
}
a:hover,
a:active,
.link:hover {
        color: #233e00;
}
/* links end */

/* fonts */
.font1, /* light font on the dark bg or instead */
a.font1 {
        color: #3c6b00;
}
a.font1:hover,
a.active.font1,
.active .font1 {
        color: #233e00;
}
.font2,
a.font2 { /* light font on the dark bg or instead */
        color: #3c6b00;
}
a.font2:hover {
        color: #233e00;
}
.currency-selector .mCustomScrollbar {
    margin-top: 2px;
}
.link-large {
        font-size: 1em!important;
        font-weight: 300!important;
}
span.text-notice,
div.text-notice {
        padding-bottom: 10px;
}
.close,
.red {
        color: #e44848!important;
}
.close:hover,
.red:hover {
        color: #ff5d5d!important;
}
.red.margin {
        padding-left: 10px!important;
        cursor: pointer;
}
.date {
        font-size: 0.875em;
        color: #949494;
}
.notice,
.notice_message {
        color: #c95265;
        font-size: 0.875em;
}
.notice_message {
        padding-top: 5px;
}
/* fonts end */

/* paddings and margins */
.p-0 {
    padding: 0 !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-b-s {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 20px;
}
.p-t-s {
    padding-top: 10px;
}
.p-t {
    padding-top: 20px;
}

.m-0 {
    margin: 0 !important;
}
.m-b-s {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 20px;
}
.m-b-md {
    margin-bottom: 30px;
}
/* paddings and margins end */

/* h1 */
h1 {
        color: #333333;
        font-size: 2.143em;
        margin: -8px 0 28px 0;
        padding: 0;
        font-weight: 300;
        overflow: hidden; /* to allow two items inline */
}
#controller_area > h1 {
        margin-bottom: 22px;
}
body.home-page h1 {
    text-align: center;
}
.h1-nav h1 {
        overflow: hidden;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 2.114em;
}
.h1-nav nav {
        float: right;
        vertical-align: top;
    margin-top: 6px;
}
.h1-nav nav > a.icon {
        display: none!important;
}
/* h1 end */

/* global style items */
.hlight {
        background: #f4f4f4;
}
.hborder {
        border-color: #d4d4d4;
}
/* global style items end */

/* inputs */
input[type=text],
input[type=password],
input[type=number],
textarea,
select,
span.pills {
        height: 34px;
        background: white;
        border: 1px #b2b2b2 solid;
        color: #111111;
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;

        padding: 0 10px 3px;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    box-shadow: inset 0 1px 2px rgba(178, 178, 178, 0.3);

        transition: border-color 0.3s ease;
}
input:focus,
select:focus {
        border-color: #80b63a;
    box-shadow: 0 0 3px #80b63a;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
textarea:hover,
select:hover,
span.pills:hover {
    border-color: #9b9b9b;
}
textarea {
        line-height: normal;
        height: auto;
        padding: 8px 10px 8px;
        width: 100%;
}
select {
    background: url('../img/gallery.png') right -1229px no-repeat white;
    padding-right: 25px;
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled] {
    cursor: not-allowed;
        color: #959595;
        background: #dedede !important;
        background-image: none !important;
        border-color: #dedede;
    box-shadow: none;
}
select.disabled:hover,
select.disabled:focus,
select[disabled=disabled]:hover,
input[disabled=disabled]:hover,
select[disabled=disabled]:focus,
input[disabled=disabled]:focus {
    color: #959595;
    background: #dedede !important;
    border-color: #dedede;
    box-shadow: none;
}
input[type=number] {
    background: url('../img/gallery.png') right -1259px no-repeat white;
    padding-right: 25px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
}
option {
        padding: 2px 0;
}
input[type=submit],
input[type=button],
.file-input span,
a.button,
.btn {
        background: #80b63a;
        height: 34px;
        padding: 0 20px 0;
        color: white;
        font-size: 0.875em;
        font-weight: 300;
        font-family: 'Source Sans Pro', sans-serif;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 0;
    text-transform: uppercase;

        transition: background 0.3s ease;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:not(.disabled):hover,
.file-input span:hover,
.btn:hover {
        background: #71a133;
}
a.button {
        display: inline-block;
        line-height: 34px;
}
a.button.disabled,
input[type=submit][disabled=disabled],
input[type=button][disabled=disabled],
input[type=submit].disabled,
input[type=button].disabled {
        cursor: not-allowed;
        background: #b1b1b1 !important;
        color: #e6e6e6;
        box-shadow: none;
}
input[type=submit].low,
input[type=button].low,
a.button.low {
        height: 30px;
        line-height: 28px;
        font-size: 0.875em;
        padding: 0 11px;
        white-space: nowrap;
}
.button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
        opacity: 0;
        position: absolute;
        width: 20px;
        height: 20px;
}
input[type=checkbox]:not(.default) + label,
input[type=radio]:not(.default) + label {
        max-width: 100%;
        padding-top: 1px;
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url('../img/gallery.png') 0 -1177px no-repeat;
        vertical-align: top;
        margin: 0 5px 0 0;
}
input[type=radio]:not(.default) + label > span {
        background-position: 0 -1098px;
}
input[type=checkbox]:not(.default):hover + label > span {
        background-position: 0 -1153px;
}
input[type=radio]:not(.default):hover + label > span {
        background-position: 0 -1072px;
}
input[type=checkbox]:not(.default):checked + label > span,
input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -1201px;
}
input[type=checkbox]:not(.default):checked + label,
input[type=radio]:not(.default):checked + label {
        color: #1c1c1c;
}
input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -1124px;
}

input[type=radio].multiline + label,
input[type=checkbox].multiline + label {
        height: auto;
        text-align: center;
        color: #46ad37;
        font-size: 0.875em;
}
input[type=radio].multiline:checked + label,
input[type=checkbox].multiline:checked + label {
        color: #010101;
}
input[type=checkbox].multiline:not(.default) + label > span,
input[type=radio].multiline:not(.default) + label > span {
        display: block;
        margin: 0 auto 5px;
}
input[type=radio][disabled=disabled] + label > span {
        opacity: 0.5;
}
input[type=radio][disabled=disabled] + label {
        color: #707070;
}

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

input.search,
input.search:hover {
        background-image: url('../img/gallery.png');
        background-position: 12px -430px;
        width: 0;
}

/* Switcher */
label.switcher input[type=checkbox] {
    display: none;
}
label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
}
label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
}
label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -948px no-repeat;
    transition: transform 0.4s;
    z-index: 3;
}
label.switcher:hover > input[type=checkbox] + span:not(.status) {
    opacity: 1;
}
label.switcher > input[type=checkbox]:checked + span:not(.status) {
    background: #52b600;
    transition: background-color 0.4s;
}
label.switcher > input[type=checkbox]:checked + span:not(.status):after {
    transform: translateX(-16px);
}
label.switcher > input[type=checkbox]:checked + span:not(.status):before {
    transform: translateX(-16px);
    background-position: 0px -948px;
}
label.switcher > input[type=checkbox] ~ .status {
        margin-left: 10px
}
label.switcher > input[type=checkbox] ~ .status:before {
        content: attr(data-enabled);
}
label.switcher > input[type=checkbox]:checked ~ .status:before {
        content: attr(data-disabled);
}

::-webkit-input-placeholder {
        color: #b9b9b9;
}
:-moz-placeholder {
        color: #b9b9b9;
}
::-moz-placeholder {
        color: #b9b9b9;
}
:-ms-input-placeholder {
        color: #b9b9b9;
}
*:focus {
    outline: none;
}

input[type=text].error,
input[type=password].error,
textarea.error {
        background: #fff2f4;
        color: #c92a44;
        border-color: #f79d9d;
}
div.field.error label {
        color: #c92a44;
}
select.error {
        background-color: #fff3f5;
        border-color: #ffccd4;
        color: #c92a44
}
.image-field-preview {
    margin-bottom: 10px;
}
.image-field-preview > div.relative {
    width: 100%;
}
.file-input {
        position: relative;
        overflow: hidden;
        display: inline-block;
    vertical-align: middle;
}
.file-input input.file {
        position: absolute;
        right: 0;
        height: 40px;
        opacity: 0;
}
.file-input input.file-name {
        width: 200px;
        position: relative;
}
.file-input span {
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}

span.pills {
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        padding: 0;
}
span.pills > label > span {
        display: none!important;
}
span.pills > label {
        padding: 0 15px!important;
        height: 32px!important;
        line-height: 32px;
        border-right: 2px #c2c2c2 solid;
        display: inline-block;
        text-align: center;
}
span.pills > label:last-child {
        border: 0;
}
span.pills input[type=radio]:checked + label {
        background: #c2c2c2;
        text-decoration: none;
        cursor: default;
}
span.pills > input[type=radio]:not(:checked) + label {
        cursor: pointer;
        color: #396932;
}
span.pills > input[type=radio]:not(:checked) + label:hover {
        text-decoration: underline;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
header.page-header:not(.fixed-menu) > div.point1 {
        max-width: 100%;
}
header.page-header {
        background: #f1f1f1;
        z-index: 1000;
    height: 130px;
    border-top: 2px solid #80b63a;
        transition: top 0.3s ease;
}
header.page-header div.top-navigation {
        margin: 0 auto;
        position: relative;
}
header.page-header > div > * > * {
        margin: 0 auto;
}
header.page-header section.main-menu ul.menu > li.more span:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 6px;
    margin-left: 5px;
    margin-top: 8px;
    background: url('../img/gallery.png') 0 -314px no-repeat;
}
header.page-header section.main-menu ul.menu.more_active > li.more span:after {
    background-position: -7px -314px;
}
div#logo {
        width: 220px;
        height: 40px;
        float: left;
}
div.header-banner-cont {
        height: 108px;
        background: #e9f0e1;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 8px 0;
}
div.header-banner-cont > div {
        margin: 0 auto;
        height: 100%;
}
div#header-banner {
        overflow: hidden;
}
div#header-banner div.bmb10 {
        margin: 0!important;
        width: auto!important;
        height: auto!important;
}
div#header-banner img {
        width: 100%;
}
div#header-banner div.banner {
        width: 100%;
}
div#header-banner tr.banner-here {
        border: 0;
}
div#header-banner tr.banner-here > td {
        box-shadow: inset 0 0 0 1px #aed0c4;
        color: #92bfaf;
        background: #d5f1e7;
}

div.banner-space {
    box-shadow: inset 0 0 0 1px #80b63a;
    width: 100%;
    height: 100%;
    color: #80b63a;
    font-size: 1.286em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div.banner-in-grid > div.banner-space {
    height: 90px;
    margin-bottom: 30px;
}

/* top navigation */
.circle {
    margin-left: 5px;
        position: relative;
        -moz-user-select: none;
        -webkit-user-select: none;
        display: inline-block;
        vertical-align: middle;
}
.circle > .default {
        cursor: pointer;
        display: inline-block;
        position: relative;
    background: #80b63a;
    padding: 6px 15px;
    height: 30px;
    line-height: 16px;
    font-size: 0.875em ;
    text-transform: uppercase;
    color: #e1fbe8;
}
#currency_selector > span.default > span.symbol,
#currency_selector > span.default > span.code {
    font-size: 1em !important;
}
.circle > .content ul > li:not(:last-child) {
    padding: 0 0 12px 0;
}
.lang-wrapper img.lang {
    width: 16px;
    height: 11px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: 0 0 no-repeat;
}
.circle > .default:after {
        content: '';
        display: inline-block;
        width: 7px;
        height: 6px;
        margin-left: 10px;
    margin-bottom: 1px;
        background: url('../img/gallery.png') 0 -314px no-repeat;
}
.circle:not(.circle_opened):hover > .default:after {
        opacity: 1;
}
.circle_opened {
    z-index: 1001;
}
.circle_opened > .default:after {
        background-position: -7px -314px;
}
.circle_opened > .content {
        display: inline-block;
        background: #80b63a;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        min-width: 100%;
        position: absolute;
        z-index: 20;
    margin-top: 2px;
        right: 0;
    padding: 15px 15px;
    top: 30px;
}
div.fright > .circle {
        float: right;
    margin-top: -2px;
}
.lang-wrapper,
.login-btn-wrapper{
    float: right;
    margin-top: -2px;
}
.lang-wrapper {
        display: inline-block;
    margin-top: -2px;
}
div.top-navigation div.fright {
        left: auto;
        right: 0;
}
.circle ul > li {
        white-space: nowrap;
    font-size: 0.938em;
    line-height: 16px;
}

#user-navbar > span.default:before,
.circle.cart-box-container > span.default:before {
        content: '';
        display: inline-block;
        background: url('../img/gallery.png') 0 -244px no-repeat;
        width: 9px;
        height: 11px;
        margin: 0 10px 0 0;

        opacity: 0.7;
}
.circle:hover > span.default:before,
.circle.circle_opened > span.default:before {
        opacity: 1!important;
}
#user-navbar > span.default > span {
    display: inline-block;
    white-space: nowrap;
}
#user-navbar > span.default > span.logged-in {
        background-position: -19px -255px;
        width: 14px;
        height: 20px;
        margin: 8px 0 0 0;
}
.circle.cart-box-container > span.default:before {
        background-position: left -637px;
}
#user-navbar.notify > span.default:before {
    -webkit-animation: blinker 2.0s infinite ease-in-out;
        animation: blinker 2.0s infinite ease-in-out;
}

@-webkit-keyframes blinker {
    0% { opacity: .2; }
    50% { opacity: .8; }
    100% { opacity: .2; }
}
@keyframes blinker {
    0% { opacity: .2; }
    50% { opacity: .8; }
    100% { opacity: .2; }
}

.user-navbar-container {
        display: inline-block;
        padding: 10px 0;
        min-width: 218px;
}
.user-navbar-container input[name=username],
.user-navbar-container input[name=password] {
        width: 100%;
        margin: 0 0 20px;
}
.user-navbar-container .links {
        padding: 20px 0 0 0;
        text-align: center;
        display: inline-block;
        width: 100%;
}
.user-navbar-container .links > span {
        padding: 0 0 10px 0;
        display: inline-block;
        width: 100%;
}
.hookUserNavbar {
        display: inline-block;
        vertical-align: top;
}
#user-navbar span.content.a-menu {
        padding: 13px 20px;
}
#user-navbar ul > li {
        padding-right: 25px;
        position: relative;
}
#user-navbar ul > li > a {
        white-space: nowrap;
}
#user-navbar ul > li > a.active {
        color: white;
}
#user-navbar ul > li > a.logout {
        color: #e85d00;
}
#user-navbar ul > li > a.logout:hover {
        color:  white;
}
#user-navbar a.counter,
.account-menu-content a.counter {
        color: #e85d00;
        padding: 0;
        font-weight: 400;
        display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 20px;
}

.remember-me {
    padding: 10px 0 15px;
}
.user-navbar-container .remember-me {
    padding: 20px 0 0;
}
.user-navbar-container .remember-me label {
    color: #3c6b00 !important;
}
/* top navigation end */

/* login modal */
#login-block-modal {
    display: none;
}
.modal_content form.login-form label {
    display: inline-block;
    font-weight: normal;
    color: #4f4f4f;
    font-size: 0.875em;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
}
.modal_content form.login-form input {
    height: 30px;
    margin: 0;
    float: left;
    width: 100%;
}
.modal_content form.login-form .button {
    padding-bottom: 0;
}
.modal_content form.login-form .button input[type="submit"] {
    text-transform: uppercase;
    font-size: 0.875em;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 400;
}
.modal_content form.login-form .button > span {
    padding: 0 15px;
    display: inline-block;
    color: #7b7b7b;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 0.875em;
}
.modal_content form.login-form .button > a {
    color: #3c6b00;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 0.875em;
}
/* login modal end */

/* main menu */
section.main-menu ul.menu > li > a,
section.main-menu ul.menu > li.more > span,
section.main-menu ul#main_menu_more > li > a,
nav.footer-menu a {
    font-size: 1em;
        color: #3c6b00;
    text-transform: uppercase;
    font-weight:bold;
}
section.main-menu ul.menu > li.more > span {
    position: relative;
    cursor: pointer;
    z-index: 15;
    min-width: 61px;
    font-weight:bold;
}
section.main-menu ul.menu.more_active > li.more > span {
    background: #fff;
    position: absolute;
    padding: 5px 10px;
    font-weight:bold;
    min-width: 91px;
    height: 40px;
    left: 5px;
    top: -5px;
    box-shadow: inset -2px 2px 0 #b2b2b2, inset 2px 2px 0 #b2b2b2, 0 -2px 3px rgba(0,0,0,0.25);
}
section.main-menu ul.menu.more_active > li.more:before {
    display: inline-block;
    content: '';
      /*font-weight:bold;*/
    min-width: 61px;
    height: 36px;
}
section.main-menu ul.menu > li.more {
    position: relative;
     /*font-weight:bold;*/
}
/* main menu end */

/* search section */
section.alphabetic-search-keywords-search {
    padding: 10px 0;
    background: #80b63a;
}
section.alphabetic-search-keywords-search form.keyword-search input[type="text"] {
    padding-left: 30px;
    width: 250px;
    background: #fff url("../img/gallery.png") 10px -717px no-repeat;
    border: 1px solid #8e8e8e;
}
section.alphabetic-search-keywords-search form.keyword-search input[type="text"]:focus {
    border: 1px solid #737373;
}
section.alphabetic-search-keywords-search form.keyword-search .mCSB_container {
    padding: 0;
}
section.alphabetic-search-keywords-search ul.alphabet-list {
    margin: 0;
    padding: 5px 0;
    float: right;
}
section.alphabetic-search-keywords-search ul.alphabet-list li {
    display: inline-block;
    font-size: 0.875em;
}
section.alphabetic-search-keywords-search ul.alphabet-list li span{
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 18px;
    line-height: 18px;
    height: 18px;
    color: #fff;
    vertical-align: bottom;
    -ms-transition: color 0.4s, background-color 0.3s;
    transition: color 0.4s, background-color 0.3s;
}
section.alphabetic-search-keywords-search ul.alphabet-list li.active span {
    background: #fff;
    color: #405b1d;
}
section.alphabetic-search-keywords-search ul.alphabet-list li span:hover {
    background: #fff;
    color: #405b1d;
}
#cat_alphabet_cont {
    position: absolute;
    width: 100%;
    top: 13px !important;
    left: 0 !important;
    z-index: 105;
    padding: 0 15px;
}
#cat_alphabet_cont div.close {
    position: absolute;
    top: 9px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url("../img/gallery.png") -1px -9px no-repeat;
    cursor: pointer;

    opacity: 0.7;
}
#cat_alphabet_cont div.close:hover {
    opacity: 1;
}
#cat_alphabet_cont .char_cont {
    padding: 20px 25px 10px;
    background: #8e8e8e;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
#cat_alphabet_cont .char_cont_empty {
    padding: 20px 25px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}
#cat_alphabet_cont .char_cont li {
    padding-bottom: 10px;
}
#cat_alphabet_cont .char_cont li a {
    color: #fff;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    font-size: 1em;
    font-weight: 400;
}
#cat_alphabet_cont .char_cont:before,
#cat_alphabet_cont .char_cont:after {
    content: " ";
    display: table;
    clear: both;
}
#cat_alphabet_cont .char_cont:after {
    clear: both;
}
#cat_alphabet_cont > .loading {
    padding: 20px 25px;
    background: #8e8e8e;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}
/* search section end */

/* autocomplete search */
#ac_interface {
        width: 460px;
        position: absolute;
        display: none;
        overflow: hidden;
    max-height: 150px;
        background: #dddddd;
        z-index: 20;
        left: 15px;
        top: 33px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    outline: 2px solid #b2b2b2;
    text-align: left;
}

#ac_interface li {
    background: #fff;
}
#ac_interface li.active {
        background: #f1f1f1;
}
#ac_interface li:hover {
    background: #f1f1f1;
}
#ac_interface li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
#ac_interface div.ac-listing {
        width: 315px;
    float: left;
}
#ac_interface div.ac-listing a {
        display: block;
        padding: 0 15px;
    line-height: 30px;
    color: #1b1b1b;
}
#ac_interface div.ac-listing a b {
        font-weight: 600 !important;
    color: #3c6b00 !important;
}
#ac_interface div.ac-category {
        width: 130px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
    text-align: right;
        text-overflow: ellipsis;
}
#ac_interface div.ac-category a {
        display: block;
        padding: 0 15px 0 5px;
    line-height: 30px;
    font-size: 0.838em;
        color: #3c6b00;
}
#ac_interface .mCSB_dragger_bar {
    background: #3c6b00;
}
#ac_interface .mCSB_container {
    margin-right: 0;
}
#ac_interface .mCSB_scrollTools {
        right: 12px;
}
#ac_interface .mCSB_draggerContainer {
        margin: 7px 0;
}
/* autocomplete search end */
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
body > div.main-wrapper {
        overflow: hidden;
        min-height: 100%;
        position: relative;
        margin: 0 auto;
        width: 100%;
}
body.header-banner > div.main-wrapper {
        padding-top: 108px;
}
div#wrapper {
        min-height: 100%;
        margin: 0 auto 175px;
        overflow: hidden;
}
section#controller_area:empty {
        padding-bottom: 0!important;
}
section#main_container {
        position: relative;
}
section#main_container > div.inside-container {
        margin: 0 auto;
        position: relative;
        padding: 20px 0 80px;
}
body.bc-exists section#main_container > div.inside-container {
        padding-top: 0;
}
section#content {
        vertical-align: top;
}

aside.bottom > section:last-child {
        margin-top: 0;
        margin-bottom: 0;
}
/* bread crubmbs */
#bread_crumbs {
        margin: 0 auto;
    padding: 16px 0;
}
#bread_crumbs > ul {
        margin: 0 auto;
}
#bread_crumbs > ul > * {
        display: inline-block;
        font-size: 0.875em!important;
    text-transform: uppercase;
    line-height: 14px;
}
#bread_crumbs > ul > ol {
    display: none;
}
#bread_crumbs > ul > *:not(:last-of-type):after {
        content: '';
    display: inline-block;
        margin: 0 9px;
    width: 6px;
    height: 10px;
    background: url("../img/gallery.png") -20px -8px no-repeat;
}
/* bread crubmbs end */

/* content/side blocks */
section.content_block,
section.side_block {
        position: relative;
        margin-bottom: 30px;
}
section.content_block.seller-short-box {
    width: 100%;
}
section.content_block > h3,
section.side_block > h3 {
        color: #fff;
        font-size: 1.000em;
        font-weight: 300;
    background: #80b63a;
    border-bottom: 2px solid #80b63a;
    padding: 8px 12px;
    text-transform: uppercase;
}
section.side_block > h3 {
    background: #80b63a;
    border-color:  #598d18;
}
section.content_block > div,
section.side_block > div {
        position: relative;
    padding: 25px 30px;
    background: #f1f1f1;
}
section.content_block.no-style > div,
section.side_block.no-style > div {
    background-color: transparent;
    padding: 15px 0 0;
}
section.content_block.no-header.no-style > div,
section.side_block.no-header.no-style > div {
    padding: 0;
}
section.content_block > div h3,
section.side_block > div h3 {
        font-size: 1.571em;
        margin-top: -5px;
        margin-bottom: 25px;
}
aside.middle {
        margin-bottom: 30px;
}
aside.middle section.content_block:last-child {
        margin-bottom: 0;
}
section.contact-seller-bottom {
        margin-top: 30px;
        padding-bottom: 0!important;
}
section.contact-seller-bottom > div {
        background: #f5f5f5!important;
}
section.side_block:not(.no-style) > div {
    background: #f1f1f1;
}

section.side_block.categories-box ul.cat-tree > li {
    width: 100%;
}
section.categories-box-nav {
    background: transparent!important;
}
section.categories-box > h3,
section.categories-box-nav > h3 {
    background: #ededed!important;
    color: #737373;
    border-bottom-width: 0;
}
section.categories-box > div,
section.categories-box-nav > div {
    background: transparent!important;
    border-top: 0;
    padding: 23px 28px;
}
section.categories-box:not(.no-style) > div,
section.categories-box-nav:not(.no-style) > div {
    border: 2px #ededed solid;
}
section.categories-box > div div.parent-cateory a,
section.categories-box-nav > div div.parent-cateory a {
    background-color: white!important;
}
section.side_block.polls > div div.poll_items_polls > ul.poll_list > li > label > span.poll_item {
    background-image: none;
}
/* content/sidebar block end */

/* sidebar search block */
.horizontal-search .search-block-content form {
        margin-left: -15px;
        margin-right: -15px;
}
.search-block-content form div.search-form-cell {
        width: 50%;
}
section.side_block_search div.search-item {
        padding-bottom: 15px;
}
section.side_block_search div.search-item:last-child {
        padding-bottom: 0;
}
section.side_block_search div.field {
        padding: 0 0 4px 0;
        min-height: 8px;
}
.search-button {
        padding-top: 15px;
}
.search-button > a {
        margin-left: 20px;
        white-space: nowrap;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > input[type=text],
.search-item.single-field .two-inline input[type=text] {
        width: 100%;
}
/* two */
.search-item.two-fields > select,
.search-item.two-fields > input[type=text] {
        width: 48%;
        margin-right: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
        margin-right: 0;
}
.search-item.two-fields > .custom-input,
.search-item.couple-field > .custom-input {
        width: 50%;
        display: inline-block;
}
/* three */
.search-item.three-field > select,
.search-item.three-field > span {
        width: 24%;
        margin-right: 4%;
}
.search-item.three-field > input {
        width: 34%;
        margin-right: 4%;
}
.search-item.three-field > span,
.search-form-cell.three-field > div > div > span {
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        padding-top: 9px;
        vertical-align: top;
}
.three-field > select.multicat {
        width: 31%;
        margin-right: 3.5%;
}
.search-item.three-field > *:last-child {
        margin-right: 0;
}

/* checkbox */
.search-item.checkbox-field {
        margin-bottom: -10px;
}
.search-item.checkbox-field > .custom-input {
        display: inline-block;
        width: 50%;
}
.search-item.checkbox-field > .custom-input {
        padding: 0 0 10px 0;
}
.search-item.checkbox-field > .custom-input > label {
        padding-right: 5px;
}
.search-item.checkbox-field div.field,
.search-item.couple-field div.field {
        padding-bottom: 8px;
}

.search-item span.divider {
        padding: 0 10px;
}
/* sidebar search block end */

/* search form elements */
.search-form-cell {
        display: inline-block;
        vertical-align: top;
}
.search-form-cell > div {
        margin: 10px 15px 0;
}
.search-form-cell > div > span {
        color: #555555;
        font-size: 0.875em;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 6px;
        height: 24px;
        white-space: nowrap;
}
.search-form-cell.vertical-middle > div > div {
        padding-top: 8px;
}

.search-form-cell.numeric-field > div > span {
        max-width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
}

.search-form-cell > div > div input[type=text],
.search-form-cell > div > div input[type=number],
.search-form-cell > div > div select,
.search-form-cell > div > div span.pills {
        width: 100%;
}
.search-form-cell.three-field > div > div input[type=text],
.search-form-cell.three-field > div > div input[type=number] {
        width: 33%;
        vertical-align: top;
}
.search-form-cell.three-field > div > div select {
        width: 28%;
        vertical-align: top;
}
.search-form-cell.three-field > div > div > *:not(:last-child) {
        margin-right: 3%;
}
.search-form-cell.two-fields > div > div select {
        width: 48%;
        margin-right: 3%;
}
.search-form-cell.two-fields > div > div select:last-of-type {
        margin-right: 0;
}

.search-form-cell .two-inline input.wauto {
        width: 100%!important;
}
/* search form elements end */
/*** PAGE CONTENT END ***/

/*** PAGE FOOTER ***/
div#footer_logo {
    width: 127px;
    height: 26px;
}
div#footer_logo img {
    width: 100%;
    height: 100%;
    background: url('../img/footer_logo.png') 0 0 no-repeat;
}
footer.page-footer {
        width: 100%;
        background: #f1f1f1;
        border-top: 2px #80b63a solid;
        position: absolute;
        bottom: 0;
        left: 0;
    height: 175px;
}
footer.page-footer .copyright {
    padding: 10px 38px;
    text-transform: uppercase;
    color: #767676;
    font-size: 0.875em;
    text-shadow: 0 0 2px rgba(241, 241, 241, 0.65);
}
footer.page-footer .copyright a {
    color: #3c6b00;
}
footer.page-footer > div {
        padding: 25px 0 40px;
        min-height: 162px;
        margin: 0 auto;
        position: relative;
}
footer.page-footer span.scroll-top {
        width: 34px;
        height: 34px;
        position: absolute;
        top: -50px;
        left: -34px;
        background: rgba(166,166,166,.8);
        cursor: pointer;

        transition: background 0.3s ease;
}
footer.page-footer span.scroll-top:hover {
        background: rgba(166,166,166,1);
}
footer.page-footer span.scroll-top:before {
        content: '';
        width: 16px;
        height: 18px;
        position: absolute;
        top: 8px;
        left: 9px;
        background: url('../img/gallery.png') left -40px no-repeat;
}
nav.footer-menu > ul {
    margin: 0;
    padding: 0;
}
nav.footer-menu > ul > li {
        display: block;
}
nav.footer-menu li a {
        text-decoration: none;
        white-space: nowrap;
    color: #676767;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 0.875em;
        display: inline-block;
    max-width: 100%;
    /*line-height: 1; TODO*/
}
nav.footer-menu li.active a {
        color: #3c6b00;
}
.footer-data div.icons {
        margin-bottom: 30px;
}
.footer-data div.icons a {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        background: #737373;
        vertical-align: top;
}
.footer-data div.icons a.rss {
    background: url(../img/gallery.png) 0 -692px no-repeat;
    width: 110px;
    padding: 0 0 0 32px;
    color: #676767;
    font-size: 13px;
}
.footer-data div.icons a.rss > span {
    display: inline-block;
    margin-top: -1px;
    line-height: 1;
}
.footer-data div.icons a:hover {
        opacity: 0.8;
}
footer.page-footer .buttons .tweet_padding {
    padding-top: 8px;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
        margin: 30px 0 0;
        height: 37px;
        text-align: right;
}
ul.pagination > li {
        display: inline-block;
        height: 37px;
        vertical-align: top;
        font-size: 0.875em;
}
ul.pagination > li.transit {
        padding: 0 20px;
}
ul.pagination > li.transit input {
    min-width: 45px;
    width: auto;
    margin: 0 5px;
    text-align: center;
}
ul.pagination > li.navigator a {
    padding: 0 15px;
    line-height: 28px;
        font-size: 28px;
}
/*** PAGINATION END ***/

/*** MISCELLANEOUS ***/
.two-inline {
    display: flex !important;
}
.two-inline > *:first-child {
        flex: 0 0 auto;
}
.two-inline > *:last-child {
        flex: 1;
    min-width: 0;
        overflow: hidden;
}
.two-inline:not(.left) {
        flex-direction: row-reverse;
}

.text-overflow {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}
.mass-actions {
        padding: 15px 0 0 0;
}
.qtip-content {
        font-weight: 300!important;
}

div.textarea_counter_default,
div.textarea_counter_warning {
        font-size: 0.857em;
        text-align: right;
        display: inline-block;
}
div.textarea_counter_warning {
        color: #a81818;
}

/* enlarge media */
span.media-enlarge {
        width: 46px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
}
span.media-enlarge:after {
        content: '';
        width: 18px;
        height: 18px;
        background: url('../img/gallery.png') 0 -389px no-repeat;
        position: absolute;
        left: 14px;
        top: 14px;

        opacity: 0.7;
}
span.media-enlarge:hover:after {
        opacity: 1;
}
/* enlarge media end */

/* keyword search in box */
form.kws-block {
    padding-bottom: 30px;
}
.kws-block input[type=text] {
        width: 100%;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.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;
}
.kws-block a {
        margin-top: 10px;
        display: inline-block;
}
#area_keyword form.kws-block .two-inline {
        width: 70%;
}
/* keyword search in box end */

/* close bars */
div.close-black {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
}
div.close-black:before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url('../img/gallery.png') 0 -287px no-repeat;
        opacity: 0.7;
}
div.close-black:hover:before {
        opacity: 1;
}

.close-red {
        width: 12px;
        height: 12px;
        display: inline-block;
        cursor: pointer;
        background: url('../img/gallery.png') -26px -368px no-repeat;
        opacity: 0.5;
}
.close-red:hover {
        opacity: 0.8;
}

img.remove {
        cursor: pointer;
        width: 10px;
        height: 12px;
        margin: 0 0 0 8px;
        background: url('../img/gallery.png') 0 -1460px no-repeat;
        opacity: 0.7;
}
img.remove:hover {
        opacity: 1;
}
/* close bars end */

#save_search {
        margin: 20px 0 0;
        display: inline-block;
}

.h1-nav nav > a:not(.button) {
        display: inline-block;
        height: 30px;
        opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
    margin-top: 6px;
}
.h1-nav nav > a:hover {
        opacity: 1;
}
.h1-nav nav > a.post_ad {
    width: 30px;
    display: inline-block;
        background: #80b63a;
        position: relative;
        opacity: 1;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 2px;
        top: 14px;
        left: 6px;
        background: white;
}
.h1-nav nav > a.post_ad:after {
        width: 2px;
        height: 18px;
        top: 6px;
        left: 14px;
}
.h1-nav nav > a.post_ad:hover {
        background: #71a133;
}

/* credit card styles */
img.cvc {
        width: 45px;
        height: 26px;
        background: url('../img/cc.png') 0 0 no-repeat;
        margin: 0 0 4px 6px;
}
img#card_icon {
        width: 38px;
        height: 24px;
        background: url('../img/cc.png') 0 150px no-repeat;
        margin: 0 0 4px 6px;
}
img#card_icon.visa,
img#card_icon.visa_electron {
        background-position: 0 -122px;
}
img#card_icon.mastercard {
        background-position: 0 -98px;
}
img#card_icon.discover {
        background-position: 0 -50px;
}
img#card_icon.maestro {
        background-position: 0 -74px;
}
img#card_icon.amex {
        background-position: 0 -26px;
}
/* credit card styles end */

/* search on map */
.search-map-container #search_area {
    background-color: white !important;
}
.search-map-container #search_area ul.tabs {
    margin-top: 15px !important;
}
@media screen and (min-width: 768px) {
    body.search-on-map-page header.page-header.fixed-menu .circle > .default {
        padding: 6px 15px !important;
    }
}
/* search on map end */
/*** MISCELLANEOUS END ***/

/*** TABS ***/
ul.tabs {
        white-space: nowrap;
        margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
ul.tabs > li {
    display: inline-block;
    text-transform: uppercase;
    height: 40px;
        font-size: 1em;
        cursor: pointer;
        position: relative;
        white-space: nowrap;
        -moz-user-select: none;
        -webkit-user-select: none;
}
ul.tabs > li > a {
    display: inline-block;
    padding: 8px 15px 10px;
    height: 40px;
    border-top: 2px solid transparent;
    color: #3c6b00;
}
ul.tabs > li.active > a {
        color: #000000;
    border-top-color: #80b63a;
    background: #f1f1f1;
    cursor: default;
}
ul.tabs > li.more {
        padding: 0;
        margin: 0;
        width: 40px;
        height: 42px;
        text-align: center;
        position: absolute;
    right: 15px;
    z-index: 40;
}
ul.tabs > li.more.opened {
        background: white;
        box-shadow: inset 0 2px 0 0px #aaaaaa, inset 2px 0 0 0px #aaaaaa, inset -2px 0 0 0px #aaaaaa;
    z-index: 42;
}
ul.tabs > li.more > span {
        width: 4px;
        height: 4px;
        background: #000000;
        display: inline-block;
        margin: 16px 2px 0 0;
        border-radius: 2px;
        vertical-align: top;
}
ul.tabs > li.more > span:last-child {
        margin-right: 0;
}
ul.tabs > li.overflowed {
        position: absolute;
        right: 15px;
        margin-top: -1px !important;
        padding: 0;
        display: none;
        z-index: 41;
}
ul.tabs > li.overflowed.opened {
        display: block;
}
ul.tabs > li.overflowed > ul {
        background: white;
        padding: 3px 0 5px;
        border: 2px #aaaaaa solid;
}
ul.tabs > li.overflowed > ul > li {
        padding: 0 18px;
        white-space: nowrap;
        line-height: 40px;
}
ul.tabs > li.overflowed > ul > li.active > a {
        color: #2b2b2b;
}

ul.tabs.search_tabs {
        position: absolute;
        height: 34px;
        top: -34px;
        margin: 0;
        border: 0;
}
ul.tabs.search_tabs > li {
        height: 34px;
        border: 0;
        padding: 0;
        margin: 0;
}
ul.tabs.search_tabs > li > span {
        display: block;

        height: 100%;
        line-height: 32px;
        margin: 0 10px 0 0;
        padding: 0 15px;
        border: 0;
        color: white;
        font-weight: 400;
        font-size: 0.875em;
        background: rgba(128,182,58,.9);
        position: relative;
}
ul.tabs.search_tabs > li > span:after {
        content: '';
        position: absolute;
        right: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 34px 0 0 10px;
        border-color: transparent transparent transparent rgba(128,182,58,.9);
}
ul.tabs.search_tabs > li.active > span {
        background: rgba(255,255,255,.9);
        color: #111111;
}
ul.tabs.search_tabs > li.active > span:after {
        border-color: transparent transparent transparent rgba(255,255,255,.9);
}
/*** TABS END ***/

/*** ALPHABETIC SEARCH ***/
div.alphabetic-saerch {
        margin: 0 auto;
}
div.alphabetic-saerch > div {
        margin: 2px 0 0 2px;
}
div.alphabetic-saerch > div > a {
        width: 41px;
        height: 41px;
        border: 2px #d0d0d0 solid;
        display: inline-block;
        text-align: center;
        margin: -2px 0 0 -2px;
        line-height: 38px;
}
div.alphabetic-saerch > div > a.wide {
        width: 80px;
}
div.alphabetic-saerch > div > a:hover {
        background: #d0d0d0;
        color: #010101;
}
div.alphabetic-saerch > div > a.active {
        background: #707070;
        color: white;
}
/*** ALPHABETIC SEARCH END ***/

/*** SUBMIT FORM ELEMENTS ***/
.search-block-content {
        height: auto;
}
div.submit-cell {
        padding-bottom: 10px;
}
div.submit-cell:after {
        clear: both;
        content: '';
        display: table;
}

form > div.submit-cell:last-of-type {
        padding-bottom: 0;
}
div.submit-cell > div.name {
        float: left;
        width: 170px;
        padding: 5px 10px 5px 0;
}
div.submit-cell > div.field {
        overflow: hidden;
        min-height: 30px;
}
div.submit-cell > div.field.checkbox-field,
div.submit-cell > div.field.inline-fields {
        padding-top: 10px;
        min-height: 28px;
}
div.submit-cell > div.field ul.tabs {
    margin-bottom: 0;
}
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.name {
        width: 110px;
    text-transform: uppercase;
    font-size: 0.813em;
}
#modal_block div.submit-cell div.field input[type=text],
#modal_block div.submit-cell div.field input[type=password] {
        width: 100%;
}

/* single */
.field.single-field > select {
        width: 250px;
}
.field.single-field > input[type=text] {
        width: 400px;
        min-width: 80px;
}
.field.single-field > textarea {
        max-width: 600px;
        display: block;
}
/* inline */
.field.inline-fields > span.custom-input {
        display: inline-block;
        padding: 0 30px 0 0;
}
/* two */
.field.two-fields > select,
.field.two-fields > input[type=text] {
        margin-right: 10px;
        min-width: 80px!important;
}
.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 {
        display: inline-block;
        padding-top: 10px;
}
/* combo */
.field.combo-field > input {
        width: 150px;
        margin-right: 20px;
}
.field.combo-field > select {
        width: 80px;
}
/* three */
.field.three-field > select {
        width: 90px;
}
.field.three-field > input {
        margin-right: 10px;
}
.field.three-field > *:last-child {
        margin-right: 0;
}
/* checkbox */
.field.checkbox-field .custom-input {
        padding-bottom: 10px;
}
span.phone-field > select {
        width: 80px;
}
.field.two-fields input.date {
        width: 140px!important;
}

.field span.divider,
.search-form-cell span.divider {
        padding: 0 10px;
}

.form-buttons {
        display: block;
}
.form-buttons:not(.no-top-padding) {
        padding-top: 30px;
}
.form-buttons a:not(.button) {
        padding: 0 30px 0 0;
}

.wauto {
        width: auto!important;
        max-width: 100%;
}
.w120 {
        width: 120px!important;
}
.w210 {
        width: 210px!important;
}

/* qtip */
img.qtip {
        width: 18px;
        height: 18px;
        background: url('../img/gallery.png') 0 -467px no-repeat #6f983e;
        margin: -3px 0 0 10px;
}
img.qtip:hover {
        background-color: rgba(0,180,201,1);
}
div.qtip_cont {
        display: none;
}
div.qtip-defaults {
        max-width: 300px;
}
/* qtip end */

/* multilingual tabs */
div.ml_tabs_content {
        padding: 10px 0;
}
div.ml_tabs_content input[type=text] {
        width: 100%;
        max-width: 600px;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
img.account-picture {
        width: 200px;
        height: 100px;
        background-color: #f4f4f4;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/no-account.png');
    object-fit: contain;
}
table.contacts-list {
    table-layout: auto !important;
}
table.contacts-list td.info {
        vertical-align: top;
}
table.contacts-list td.info .name {
        color: #494949;
}
table.contacts-list td.info .name > span:not(.new) {
        font-size: 0.875em;
        color: black;
}
table.contacts-list td.info .date {
        color: #949494;
        font-size: 0.875em;
        padding: 0 0 10px 0;
}
table.contacts-list div.picture {
        position: relative;
        display: inline-block;
}
table.contacts-list div.picture span {
        width: 10px;
        height: 10px;
        background: #60d400;
        position: absolute;
        border-radius: 7px;
        top: -5px;
        right: -5px;
}
table.contacts-list div.name span.new {
        width: 10px;
        height: 10px;
        background: #60d400;
        border-radius: 7px;
        border: 2px white solid;
        display: none;
}
table.contacts-list tr.header td.user {
    width: 5%;
}

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 #e1e1e1 solid;
        padding: 15px 24px 15px 20px;
        margin: 0 40px 20px 0;
        position: relative;
}
ul#messages_area > li > div {
        padding: 0 0 10px 0;
}
ul#messages_area > li:last-child {
        margin-bottom: 0;
}
ul#messages_area > li.me {
        border-color: #f5f5f5;
        background: #f5f5f5;
        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: -2px;
        border-style: solid;
        border-width: 0 0 14px 14px;
        border-color: transparent transparent #e1e1e1 transparent;
}
ul#messages_area > li:after {
        left: -10px;
        bottom: 0;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent white 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 #f5f5f5 transparent;
}
ul#messages_area > li > span {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 8px;
        right: 8px;
        background: url('../img/gallery.png') right -469px 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;
}
textarea#message_text {
        margin-bottom: 10px;
}
/*** MESSAGES ***/

/*** FEATURED LISTINGS BOX ***/
ul.featured > li {
        margin-bottom: 30px;
}
ul.featured:not(.row) {
        margin-left: -15px;
        margin-right: -15px;
}
section ul.featured:last-child {
        margin-bottom: -30px;
}
ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
ul.featured > li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../img/no-picture.png') center center no-repeat #e9e9e9;
}
.listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
}
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: #e9e9e9 !important;
}
ul.featured > li > ul {
        position: relative;
        padding: 9px 13px;
        background: #f4f4f4;
}
section.side_block:not(.no-style) ul.featured > li > ul,
section.content_block:not(.no-style) ul.featured > li > ul {
        padding-left: 0;
        padding-right: 0;
    background: transparent;
}
ul.featured > li > ul > li:not(:last-child) {
        margin-bottom: 8px;
}
ul.featured > li > ul > li a {
        font-weight: 400;
}
ul.featured .icons {
    display: flex;
    align-self: center;
    align-items: center;
}
ul.featured .icons .icon {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    opacity: .7;
}
ul.featured .icons .icon:hover {
    opacity: 1;
}
ul.featured .icons > *:not(:last-child) {
    margin-right: 10px;
}

ul.featured.list > li {
        position: relative;
}
ul.featured.list > li:before {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        background: #707070;
        border-radius: 4px;
        top: 8px;
}
ul.featured.list > li {
        display: block!important;
}
ul.featured.list > li > ul > li {
        padding: 0 0 5px 15px;
        position: relative;
        white-space: normal;
}

article.item:not(.no-image) ul.ad-info > li.title,
article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields,
ul.featured.with-pictures ul.ad-info > li.title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 45px;
}
article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
        -webkit-line-clamp: 1;
}
article.item:not(.no-image) ul.ad-info > li.fields:empty {
        display: none;
}
ul.ad-info > li.services > span {
        display: inline-block;
        margin-right: 20px;
        color: #333333;
        font-size: 0.929em;
        position: relative;
        padding-left: 25px;
}
ul.ad-info > li.services > span:last-child {
        margin-right: 0;
}
ul.ad-info > li.services > span:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 13px;
        left: 0;
        top: 1px;
        background: url('../img/gallery.png') right -299px no-repeat;
}
ul.ad-info > li.services > span.bathrooms:before {
        top: 0;
        height: 15px;
        background-position: right -283px;
}
ul.ad-info > li.services > span.square_feet:before {
        top: 2px;
        height: 15px;
        background-position: right -194px;
}
ul.ad-info > li.fields > span:not(:last-child) {
        margin-right: 5px;
}
ul.ad-info > li.fields > span:not(:last-child):after {
        content: ',';
}
ul.ad-info > li.fields {
        color: #444444;
        font-size: 0.875em;
}
ul.ad-info > li.price_tag > div > span,
ul.ad-info .price-tag > span,
ul.ad-info > li.system .type {
        font-weight: 400;
        font-size: 1.286em;
}
ul.ad-info > li.price_tag {
    flex-wrap: wrap-reverse;
}
ul.ad-info > li.price_tag > *:last-child {
    min-width: unset;
    overflow: visible;
    line-height: 28px;
    white-space: nowrap;
}
/*** FEATURED LISTINGS BOX END ***/

/*** FEATURED ACCOUNTS BOX ***/
.featured.accounts > li:not(.no-picture) img {
    object-fit: contain;
    background: #e9e9e9;
}
/*** FEATURED ACCOUNTS BOX END ***/

/*** GRID NAVIGATION BAR ***/
.grid_navbar {
    height: 40px;
    border-bottom: 1px #d4d4d4 solid;
    margin-bottom: 20px;
}
.grid_navbar .switcher {
    float: right;
    line-height: normal;
    height: 40px;
}
.grid_navbar .switcher > div {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.grid_navbar .hook {
    vertical-align: top;
}
.grid_navbar .buttons > div {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-left: 2px;
}
.grid_navbar .buttons > div.active {
    border-bottom: 3px #1f1f1f solid;
}
.grid_navbar .buttons > div > div {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 11px;
    line-height: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.grid_navbar .buttons > div > div > span {
    display: inline-block;
    border: 2px #80b63a solid;
    border-radius: 1px;
    vertical-align: top;
}

/* list view */
.grid_navbar div.list > div {
    top: 12px;
}
.grid_navbar div.list > div > span {
    width: 10px;
    height: 2px;
    margin: 0 0 2px 2px;
    border: 0;
    background: #80b63a;
}
.grid_navbar div.list > div > span:nth-child(3n+1) {
    width: 6px;
    height: 6px;
    border: 2px #80b63a solid;
    background: none;
    margin: 0 0 4px 0;
}
.grid_navbar div.list > div > span:nth-child(3n) {
    width: 6px;
    height: 2px;
    float: right;
    margin: -6px 4px 0 0;
    border: 0;
    background: #80b63a;
}

/* grid view */
.grid_navbar div.grid > div > span {
    width: 8px;
    height: 8px;
}
.grid_navbar div.grid > div > span:nth-child(2n) {
    margin: 0 0 2px 2px;
}

.grid_navbar div.list.active > div > span {
    background-color: #1f1f1f;
}
.grid_navbar div.list:not(.active):hover > div > span {
    background-color: #3c6b00;
}

.grid_navbar div.grid.active div > span,
.grid_navbar div.list.active div > span:nth-child(3n+1) {
    border-color: #1f1f1f;
    background: none;
}
.grid_navbar div.grid:not(.active):hover div > span,
.grid_navbar div.list:not(.active):hover div > span:nth-child(3n+1) {
    border-color: #3c6b00;
    background: none;
}

/* map view */
.grid_navbar div.map > div {
    width: 14px;
    left: 13px;
}
.grid_navbar div.map > div > span {
    width: 14px;
    border: 0;
    height: 18px;
    background: url('../img/gallery.png') 0 -67px no-repeat;

    opacity: 0.7;
}
.grid_navbar div.map.active span {
    background: url('../img/gallery.png') -26px -67px no-repeat;
}
.grid_navbar div.map:hover span,
.grid_navbar div.map.active span {
    opacity: 1;
}

/* sorting panel */
.grid_navbar .sorting {
        display: inline-block;
        position: absolute;
        line-height: 40px;
}
.grid_navbar .sorting > div.current.disabled {
        cursor: default;
        background: #e2e2e2;
}
.grid_navbar .sorting > div.current.disabled span.link {
        color: inherit;
}
.grid_navbar .current {
        height: 40px;
        padding: 0 20px 0 18px;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
}
.grid_navbar .current.active {
        background: white;
        z-index: 11;
        position: relative;
        box-shadow: inset 0 2px 0 0px #aaaaaa, inset 2px 0 0 0px #aaaaaa, inset -2px 0 0 0px #aaaaaa;
        border-bottom: 0;
}
.grid_navbar .sorting span.arrow {
        width: 9px;
        height: 6px;
        display: inline-block;
        margin: 0 0 0 2px;
        background: url('../img/gallery.png') -22px -1280px no-repeat;
}

.grid_navbar .sorting .active span.arrow {
        background-position: -22px -1267px;
}
.grid_navbar ul.fields {
        z-index: 10;
        background: white;
        position: absolute;
        top: 38px;
        left: 0;
        display: none;
        padding: 3px 0 5px;
        min-width: 100%;
        border: 2px #aaaaaa solid;
}
.grid_navbar ul.fields > li {
        padding: 0 18px;
        white-space: nowrap;
}
.grid_navbar ul.fields > li a.active {
        color: #2b2b2b;
}
/*** GRID NAVIGATION BAR END ***/

/*** LISTINGS GRID ***/
/* grid view */
section#listings > article {
        position: relative;
}
section#listings div.picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
section#listings div.picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/no-picture.png) center center no-repeat #f1f1f1;
}
.listing-fit-contain div.picture > img {
    object-fit: contain !important;
}
#accounts div.picture > img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.listing-fit-contain div.picture:not(.no-picture) > img {
    background: #f1f1f1 !important;
}
section#listings div.picture > span {
        min-width: 21px;
        height: 20px;
        position: absolute;
        bottom: 4px;
        left: 8px;
        border: 2px white solid;
        text-align: center;
        font-size: 0.857em;
        cursor: pointer;
        z-index: 2;
}
section#listings div.picture > span:after {
        content: attr(accesskey);
        width: 100%;
        height: 100%;
        position: absolute;
        background: white;
        left: -4px;
        top: -4px;
        box-shadow: 0 0 0 2px white;
    line-height: 18px;
}
section#listings ul.nav-column > li .icon {
    opacity: 0.7;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 5px;
        cursor: pointer;
}
section#listings ul.nav-column > li:hover .icon {
    opacity: 1;
}

.favorite span.icon {
        background: url('../img/gallery.png') 0 -94px no-repeat;
        display: block;
        width: 18px;
        height: 16px!important;
    cursor: pointer;
}
section#listings.grid .icon {
        top: 1px!important;
}
.favorite.remove span.icon {
        background-position: -22px -94px;
}

section#listings ul.ad-info > li:not(:last-of-type) {
        margin-bottom: 8px;
}
section#listings div.stat-line {
        position: absolute;
        bottom: 0;
}
section#listings span.price-tag + div.stat-line {
        position: static;
        display: inline-block;
}
section#listings div.stat-line > li,
section#listings div.stat-line > span {
        display: inline-block;
        margin-right: 10px;
}
section#listings div.stat-line > * > a,
section#listings div.stat-line > * > span {
        padding: 0 0 0 22px;
        position: relative;
}
section#listings div.stat-line > * > a:after,
section#listings div.stat-line > * > span:after {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 2px;
        background: url('../img/gallery.png') left -675px no-repeat;

        opacity: 0.7;
}
section#listings div.stat-line > * > a:hover:after,
section#listings div.stat-line > * > span:hover:after {
        opacity: 1;
}
section#listings > article div.navigation-column {
        width: 190px;
        padding-left: 20px
}
section#listings > article div.navigation-column div.before-nav {
        margin-bottom: 10px;
}
section#listings > article div.navigation-column div.before-nav:empty {
        display: none;
}

/* featured */
article.featured ul.ad-info .price-tag > span {
    color: #e85d00;
}
article.featured div.picture > span {
        border-color: #e85d00!important;
}
article.featured div.picture:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 2px #e85d00;
    pointer-events: none;
}
article.featured div.picture > span:after {
        box-shadow: 0 0 0 2px #e85d00!important;
        background-color: #e85d00!important;
        color: white;
}
article.featured div.picture > span {
        border-color: white;
}
article.featured div.picture > div.label {
        position: absolute;
        right: 0;
        top: 0;
        height: 24px;
        line-height: 22px;
        padding: 0 10px;
        background: #e85d00;
        font-size: 0.929em;
        text-align: center;
        color: white;
        font-weight: 300;
    z-index: 1;
}
section.my-listings article.featured div.picture > div.label {
        top: 0;
}
/* featured end */

/* list view */
section#listings:not(.list):not(.grid) {
        display: none;
}
section.list > article {
        margin: 0 0 30px 0;
        min-height: 95px;
    width: 100%;
}
section#listings.list > article:last-of-type {
        margin-bottom: 0;
}
section#listings.list div.picture {
    width: 240px;
    height: 160px; /* aspect ratio 3:2 */
    padding-bottom: 0;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        float: left;
}
section#listings div.picture > mark {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        line-height: 100%;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        align-items: center;
}
section#listings div.picture > mark > span {
        color: white;
        font-size: 1.071em;
        padding: 0 20px;
        line-height: 24px;
        text-align: center;
        display: inline-block;
        margin: auto;
}
section#listings.list ul.ad-info {
        overflow: hidden;
}
section#listings ul.ad-info > li.system > span:not(:last-child) {
        margin-right: 30px;
}
section#listings ul.ad-info span.favorite {
        display: inline-block;
        vertical-align: middle;
}
section#listings.list ul.nav-column.stick-top {
        padding: 0;
}
section#listings.list ul.nav-column > li {
        cursor: pointer;
        position: relative;
        padding: 3px 0 8px 25px;
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
        -moz-user-select: none;
        -webkit-user-select: none;
}
section#listings.list ul.ad-info > li.fields > div.table-cell:last-child > div {
    padding-bottom: 0;
}
/* list view end */

/* grid view */
section.grid > article {
    padding-bottom: 30px;
}
section#listings.grid ul.ad-info > ol {
        display: none;
}
section#listings.grid > article div.picture {
        margin-bottom: 10px;
}
section#listings.grid > article:not(.no-image) ul.ad-info > li.title,
section#listings.grid > article:not(.no-image) ul.ad-info > li.fields {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
section#listings.grid ul.ad-info > li:not(:last-of-type) {
        margin-bottom: 4px;
}
section#listings.grid > article div.navigation-column {
        position: absolute;
        width: auto;
        bottom: 28px;
        right: 16px;
        z-index: 1;
}
section#listings.grid > article div.navigation-column div.before-nav {
        display: none;
}
section#listings.grid ul.nav-column > li {
        display: inline-block;
        height: 18px;
        width: 18px;
        margin-left: 8px;
        position: relative;
}
section#listings.grid ul.nav-column > li:first-child {
        margin-left: 0;
}
section#listings.grid ul.nav-column > li span.icon {
        top: 0;
}
section#listings.grid ul.nav-column > li > a > span.link,
section#listings.grid ul.nav-column > li > span.link {
        display: none;
}

section#listings ul.nav-column > .reportBroken {
    display: none;
}
/* grid view end */

/* no image grid view */
section#listings.list.no-image {
        margin: 0;
        padding: 0;
}
section#listings.list.no-image > article {
        display: block;
        border-bottom: 2px #e6e6e6 solid;
        margin: 0 auto 20px;
        padding: 0 0 10px;
}
section#listings.list.no-image a.link-large {
        font-size: 1em!important;
}
section#listings.list.no-image li.fields {
        padding-top: 7px;
}
section#listings.list.no-image ul.ad-info > li.title {
        padding-bottom: 0;
}
/* no image grid view end */

/* map view */
#listings_map,
#accounts_map {
        height: 65vh;
}
/* map view end */

.category-description {
        border: 2px #e9e9e9 solid;
        padding: 14px 18px;
        margin: 0 0 20px;
}
/*** LISTINGS GRID END ***/

/*** LISTING DETAILS ***/
div.listing-details {
        position: relative;
}
div.listing-details h1 {
    text-transform: uppercase;
        margin: 0 0 15px 0;
}
div.listing-details div#picture_locked {
    background: none;
}
div.listing-details div#picture_locked > div > div {
    z-index: inherit;
}
div.listing-details .map-capture {
    margin-top: 20px;
}

#area_listing div.area-listing-stats {
    float: left;
    width: 214px;
}
#area_listing div.area-listing-content {
    overflow: hidden;
    padding-left: 20px;
}
div.listing-details div.fieldset {
    width: 100%;
    position: relative;
}
div.listing-details div.fieldset > header {
    float: left;
    background: #fff;
    padding-right: 20px;
}
div.listing-details div.fieldset > header:before,
div.listing-details div.fieldset > header:after,
div.listing-details div.fieldset > div.body:before,
div.listing-details div.fieldset > div.body:before {
    display: inline-block;
    content: '';
    clear: both;
}
div.listing-details div.area-listing-group {
    min-height: 24px;
}
div.listing-details div.fieldset:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    z-index: -1;
    top: 8px;
    right: 0;
}

/* top navigation */
div.listing-details div.top-navigation {
    margin-bottom: 10px;
}
div.listing-details div.top-navigation > div.icons {
    position: relative;
    padding-top: 5px;
}
div.listing-details div.top-navigation.logged-in {
    padding-top: 0;
}

div.listing-details div.top-navigation div.icons {
        line-height: 20px;
        overflow: hidden;
        display: block;
        text-align: right;

        -moz-user-select: none;
        -webkit-user-select: none;
}
div.listing-details div.top-navigation div.icons a.button {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        text-align: left;
}
div.listing-details div.top-navigation div.icons > *:not(.button) {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    margin: 0 10px;

        opacity: 0.7;
}
div.listing-details div.top-navigation div.icons > *:not(.button):hover {
        opacity: 1;
}
div.listing-details div.top-navigation div.icons > * > span {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
}
div.listing-details div.top-navigation div.icons > span.favorite {
        margin-top: 2px;
}
/* top navigation end */

/* gallery */
#area_listing section.main-section {
    padding-bottom: 20px;
}
div.gallery > div#media {
        position: relative;
    margin-bottom: 2px;
}
div.top-navigation .price-tag {
    position: relative;
    z-index: 10;
    font-size: 1.313em;
    padding: 8px 10px;
    line-height: 1;
    font-weight: 400;
    background: #80b63a;
    color: #fff;
    white-space: nowrap;
}
div.top-navigation .price-tag:not(.no-media) {
    margin-left: -20px;
}
div.top-navigation .price-tag:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 10px 0 0;
    border-color: #80b63a transparent transparent transparent;
}
div#area_listing div.price-tag-block span.name {
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 32px;
}
div#area_listing div.price-tag-block .price-tag.no-image > span {
    color: #3c6b00;
    font-size: 1.43em;
    font-weight: 400;
    line-height: 32px;
}
div#area_map div.preview,
div#area_map div.map-container,
div#area_map video#player {
    width: 100%;
        height: 400px;
        background: white;
    position: relative;
}
div.tab_map div.map-container {
        background-color: #e9e9e9;
}

div.gallery div#media.map .preview,
div.gallery div#media.map + div.thumbs,
div.gallery div#media.locked span.zoom {
        display: none;
}
div.gallery div#media.map span.map,
div.gallery div#media.map span.zoom,
div.gallery div#media.video span.zoom,
div.gallery div#media.video span.map,
div.gallery div#media.gallery span.gallery {
        position: absolute!important;
        left: -9999px!important;
}
div.gallery div#media > .nav-buttons span.nav-button {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 38px;
        line-height: 36px;
        padding: 0 12px;
        background: rgba(55,55,55,.6);
        color: white;
        font-size: 0.875em;
        cursor: pointer;
}
div.gallery div#media > .nav-buttons > .map {
        left: auto;
        right: 10px;
}

div.map-container span.map-group {
        position: absolute;
        right: 10px;
        top: 10px;
    z-index: 200;
}
div.map-container span.map-group span {
        position: initial;
        display: inline-block;
}

div.gallery div#media.map > .nav-buttons .gallery {
        position: initial;
        left: auto;
}

div.gallery div.preview img,
div.gallery div.preview video {
        width: 100%;
        height: 100%;
    max-height: 450px;
    box-shadow: inset 0 0 0 2px #e2e2e2;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    object-fit: contain;
    vertical-align: top;
}

/* locked gallery */
div.gallery div#media.locked div.preview > * {
        display: none;
}
div.gallery div#media.locked div.preview div#picture_locked {
        display: block;
}
div#picture_locked {
        height: 100%;
        background-color: #eeeeee;
}
div#picture_locked > div {
        height: 100%;
        text-align: center;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
}
div#picture_locked > div > div {
        margin: auto;

        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-align-self: center;
        align-self: center;
    z-index: 10000;
    padding: 30px;
}
div#picture_locked img {
        width: 96px;
        height: 142px;
        background: url('../img/locked-large.png') center center no-repeat;
        text-align: center;
        margin-bottom: 20px;
}

div#picture_locked > div > div + div.tmp-dom > div.caption_padding {
    font-size: 1.250em;
}
/* locked gallery end */

div.gallery > div.thumbs {
        background: #fff;
        position: relative;
}
div.gallery > div.thumbs > div.prev,
div.gallery > div.thumbs > div.next {
        width: 50px;
        height: 50px;
        background: white;
        position: absolute;
        cursor: pointer;
        left: 0;
        top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
}
div.gallery > div.thumbs > div.next {
        left: auto;
        right: 0;
}
div.gallery > div.thumbs > div.disabled {
        cursor: default;
        opacity: 0.5;
}
div.gallery > div.thumbs > div.prev:before,
div.gallery > div.thumbs > div.next:before {
        content: '';
        width: 12px;
        height: 22px;
        background: url('../img/gallery.png') 0 -366px no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
    margin-top: -11px;
    margin-left: -6px;
        opacity: 0.7;
}
div.gallery > div.thumbs > div.next:before {
        background-position: -12px -366px;
}
div.gallery > div.thumbs > div.prev:not(.disabled):hover:before,
div.gallery > div.thumbs > div.next:not(.disabled):hover:before {
        opacity: 1;
}

div.gallery > div.thumbs > div.slider > ul {
        white-space: nowrap;
}
div.gallery > div.thumbs > div.slider > ul > li {
    display: inline-block;
    position: relative;
}
div.gallery > div.thumbs > div.slider > ul > li:first-child {
        display: none;
}
div.gallery > div.thumbs > div.slider > ul > li.last > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e2e2e2;
    color: #585858;
    font-size: 0.813em;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    cursor: pointer;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.gallery span.play {
        position: absolute;
        background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
        left: 0;
        top: 0;
        right: 0px;
        bottom: 0;
        cursor: pointer;
}
div.gallery > div.thumbs > div.slider > ul > li img {
        width: 70px;
        height: 52px;
    background: #f4f4f4;
        box-shadow: inset 0 0 0 2px #e2e2e2;
        cursor: pointer;
        margin-right: 2px;
    object-fit: cover;
}
.listing-fit-contain div.thumbs > div.slider > ul > li img {
    object-fit: contain !important;
}
div#fancybox-thumbs > ul > li.locked a,
div.gallery > div.thumbs > div.slider > ul > li.locked img {
        background-color: #eeeeee;
        background-image: url('../img/locked.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
    box-shadow: none;
}
div.gallery span.img-loading {
        background: url('../img/img_loader.gif') center center no-repeat #444444;
        position: absolute;
        top: 0;
        left: 0;
        margin: 2px;
}
/* gallery end */

div.listing-details #area_listing > div.two-inline {
        margin-bottom: 16px;
}
div.listing-details #area_listing > div.two-inline div.price-tag:first-child:last-child {
        float: left;
}
#area_listing > div.row {
        margin-bottom: 25px;
}

#area_listing .share-box {
    height: 50px;
    padding: 10px 0 0 0;
}
#area_listing .share-box > div {
    display: inline-block;
}
/* icons */
a.print > span {
        background: url('../img/gallery.png') right -389px no-repeat;
}
/* icons end */

/* content section */
div.listing-details .content-section div.details {
        overflow: hidden;
}
div.listing-details div.tab_area div.no-group + div:not(.no-group) {
    margin-top: 25px;
}
div.table-cell + div.fieldset {
        margin-top: 20px;
}
#area_listing > div.content-padding > div.table-cell:last-of-type {
        margin-bottom: 20px;
}
/* content section end */

/* seller info section */
.seller-short div.picture {
        margin: 0 20px 10px 0;
}
.seller-short ul.seller-info {
        overflow: hidden;
}
.seller-short div.button-exists ul.seller-info {
        padding-bottom: 45px;
}
.seller-short ul.seller-info > li.name {
        margin-top: -4px;
}
.seller-short div.landscape ul.seller-info > li.name {
        font-size: 1.286em;
        padding-bottom: 5px;
}
.seller-short ul.seller-info > li.name a {
        font-weight: 400;
}
.seller-short ul.seller-info .type {
        font-weight: 400;
        color: #8e8e8e;
        font-size: 0.929em;
        font-style: italic;
}
.seller-short ul.seller-info > li.about {
        font-size: 0.929em;
        padding: 10px 0 0;
}
.seller-short:not(.no-pucture) a.low {
        position: absolute;
        bottom: 0;
}
.seller-short div.form {
        margin-top: 25px;
}
.seller-short form div.field {
        position: relative;
}
.seller-short form div.field > input[type=text]:not([name=security_code]) {
        width: 100%;
        padding-left: 37px;
}
.seller-short form div.field > input + span {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 18px;
        height: 18px;
        background: url('../img/gallery.png') right -141px no-repeat;

        opacity: 0.7;
        transition: opacity 0.3s ease;
}
.seller-short form div.field > input[name=contact_email] + span {
        background-position: right -159px;
        height: 16px;
        top: 9px;
}
.seller-short form div.field > input[name=contact_phone] + span {
        background-position: right -175px;
}
.seller-short form div.field > input:focus + span {
        opacity: 1;
}
.seller-short .file-input {
    display: block;
}
.seller-short .file-input div {
    overflow: hidden;
    width: auto;
}
.seller-short .file-input input.file-name {
    width: 100%;
}
.seller-short .file-input span {
    float: right;
}

.seller-short div.info-table:not(.no-top-gap),
.seller-short div.owner-details {
        margin-top: 15px;
}

/* masked fields */
h3.cd-caption {
        margin: 0!important;
        padding-bottom: 10px;
    font-size: 1.250em!important;
}
h3.cd-caption + div.info-table:not(.no-top-gap) {
        margin-top: 0!important;
}
.masked > h3 {
        font-size: 1.286em;
        margin-top: 0;
        margin-bottom: 10px;
}
.masked {
        position: relative;
        min-height: 90px;
}
.masked > *:not(.login-mask):not(h3) {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        filter: blur(2px)
}
.masked div.login-mask {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(255,255,255,.6);
        text-align: center;
        box-shadow: 0 0 6px 6px rgba(255,255,255,.6);

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
}
.masked div.login-mask > div {
        width: 100%;

        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-align-self: center;
        align-self: center;
}
.restricted-content > span {
        display: inline-block;
        margin-top: 10px;
}
.masked div.login-mask p {
        text-shadow: 1px 0 0 white;
}
.restricted-content > span > span {
        padding: 0 10px;
}
/* seller info section */

/* map capture */
.map-capture {
        cursor: pointer;
        position: relative;
}
.map-capture > img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        background-color: #e9e9e9;
}
/* map capture end */

/* statistics section */
div.listing-details section.statistics ul.counters > li span.name {
    color: #8c8b8b;
    text-transform: uppercase;
    font-size: 0.750em;
    line-height: 20px;
}
div.listing-details section.statistics ul.counters > li span.count {
    color: #232323;
    line-height: 20px;
    font-size: 0.875em;
}

div.listing-details section.statistics ul.controls > li:first-child {
        padding: 4px 0 10px;
}
div.listing-details section.statistics ul.controls > li {
        padding: 7px 0 12px;
        min-height: 20px;
    line-height: 20px;
}
div.listing-details section.statistics ul.controls > li {
    color: #232323;
    font-size: 1em;
}
div.listing-details section.statistics ul.controls > li span.name {
    color: #8c8b8b;
    text-transform: uppercase;
    font-size: 0.875em;
}
/* statistics section end */
/*** LISTING DETAILS END ***/

/*** ACCOUNTS GRID ***/
section#accounts > article div.picture {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
}
section#accounts > article div.no-picture div.picture > a,
section#accounts > article div.picture > a > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
section#accounts > article div.no-picture div.picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url('../img/no-account.png');
}
section#accounts div.statistics {
        overflow: hidden;
        position: relative;
        height: 105px;
}
section#accounts div.statistics > ul > li.name {
    padding-bottom: 5px;
    word-break: break-word;
}
section#accounts div.statistics div.counter span:first-child {
        display: block;
        font-size: 1.286em;
        font-weight: 600;
}
section#accounts div.statistics div.counter span:last-child {
        font-size: 0.875em;
}
section#accounts ul.info > li {
        line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section#accounts ul.info > li.fields {
        font-size: 0.875em;
        line-height: 18px;
}
section#accounts ul.info > li.fields > span:not(:last-child):after {
        content: ',';
}
section#accounts ul.info > li.tel a {
        font-weight: 400;
}

section#accounts .landscape {
        position: relative;
    max-width: 100%;
}
section#accounts .landscape div.picture {
        margin-right: 0;
        margin-left: 0;
        float: none;
}
section#accounts .landscape div.statistics {
        height: auto;
        position: static;
}
section#accounts .landscape div.statistics > ul > li.name {
    padding-top: 5px;
}
section#accounts .landscape div.statistics > div.counter {
        top: 0;
    position: absolute;
        background: rgba(27,31,38,.8);
        height: 22px;
        line-height: 20px;
        padding: 0 5px;
        color: white;
        pointer-events: none;
}
section#accounts .landscape div.statistics > div.counter span:first-child {
        display: inline;
        font-size: 0.875em;
        font-weight: 400;
}
section#accounts > article > div.main-container:not(.landscape) + ul > li.fields {
    padding-top: 5px;
}
/*** ACCOUNTS GRID END ***/

/*** ACCOUNT DETAILS PAGE ***/
section.seller-short li.counter {
        padding: 15px 0 0 0;
}
section.seller-short li.counter span:first-child {
        font-size: 1.286em;
        font-weight: 600;
}
section.seller-short li.counter span:last-child {
        font-size: 0.875em;
}
.account-location .map-capture {
        border: 1px #e9e9e9 solid;
        margin: 15px -18px -18px;
}
/*** ACCOUNT DETAILS PAGE END ***/

/*** ACCOUNT AREA ***/
.login-form input[type=text],
.login-form input[type=password] {
        width: 250px;
        display: block;
        margin: 0 0 20px;
}
.login-form .button {
    padding-bottom: 15px;
}
.login-form .divider {
    padding-top: 5px;
    display: block;
}
.fb-connect {
        display: inline-block;
        line-height: 34px;
        height: 34px;
        padding: 0 20px 0;
        color: white!important;
        font-size: 0.875em!important;
        background-color: #547fd8;
        padding-left: 45px;
        position: relative;
        margin: 0 0 0 10px;
        vertical-align: top;
    text-transform: uppercase;
}
.fb-connect:before {
        content: 'f';
        position: absolute;
        width: 17px;
        height: 17px;
        line-height: 16px;
        left: 12px;
        top: 9px;
        border-right: 1px #2651a9 solid;
        text-align: left;
}
.fb-connect:hover {
        background-color: #436ec8;
        transition: background-color 0.3s ease;
}

.welcome {
        padding: 0 0 10px;
        font-size: 1.071em;
}
ul.account-menu-content {
        display: inline-block;
}
ul.account-menu-content > li {
        padding: 5px 30px 5px 0;
        position: relative;
}
ul.account-menu-content > li:last-child {
        padding: 0;
}
div.attention:not(:empty) {
        padding: 0 0 15px;
}
div.attention span.red {
        padding: 0;
}
/*** ACCOUNT AREA END ***/

/*** MY PACKAGES ***/
ul.packages > li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 30px;
}
ul.packages > li div.frame {
        width: 364px;
        border: 2px #e9e9e9 solid;
        padding: 15px 18px;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
}
ul.packages > li div.plan-info {
        width: 45%;
        float: left;
        margin-top: -3px;
}
ul.packages > li .highlight {
        color: black;
}
ul.packages > li div.listing-info {
        overflow: hidden;
        padding: 3px 0 0 20px;
}
ul.packages li > div > div > span {
        display: block;
}
ul.packages h3 {
        color: #393939;
        font-size: 1.286em;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: -5px 0 10px 0;
}
ul.packages span.price {
        color: #3a3a3a;
        font-size: 2.429em;
        font-weight: normal;
        padding: 0 0 15px;
}
ul.packages span.count {
        color: #888;
        font-weight: 300;
}
ul.packages div.listing-info > span.count:not(:last-child) {
        padding-bottom: 8px;
}
ul.packages > li div.listing-info > span.count:last-child {
        padding: 0;
}

ul.packages > li div.status {
        margin: auto;
        margin-left: 30px;
}
ul.packages > li div.status div.renew {
        padding-top: 15px;
}
ul.packages .overdue,
ul.packages .expired {
        color: #a52323;
}
ul.packages .active {
        color: #63b53b;
}
form[name="payment"] div.nav-buttons {
    padding-top: 20px;
}
/*** MY PACKAGES END ***/

/*** TABLES ***/
/* submit table */
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 .name {
        padding: 5px 0 5px;
}
table.submit td.field input[type=text],
table.submit textarea {
        width: 100%;
}
table.submit td.button {
        padding: 10px 0 0 0;
}
table.submit a.close {
        padding-left: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div {
        min-height: 28px;
        line-height: 26px;
        vertical-align: top;
}
div.table-cell:not(.wide-field) > div {
        font-size: 0.929em;
}
div.table-cell > div.name {
        width: 140px;
        color: #7f7f7f;
        float: left;

        overflow: hidden;
        text-overflow: ellipsis;
}
div.table-cell > div.name > div {
        background: url('../img/gallery.png') 0 16px repeat-x;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 24px;
}
div.table-cell > div.name > div > span {
        background: white;
        padding-right: 7px;
}
section.content-section div.table-cell > div.name > div > span {
        background: white;
}
div.table-cell div.value {
        color: #232323;
        word-wrap: break-word;
        overflow: hidden;
}
div.table-cell > div.name + div.value {
        padding-left: 10px;
}
div:not(.body) > div > div.table-cell.wide-field {
        margin-top: 10px;
        margin-bottom: 20px;
}
#area_listing div.table-cell.wide-field:first-child div.name {
        display: none;
}
div.table-cell.wide-field div.name {
        float: none;
        width: 100%!important;
}
div.table-cell.wide-field div.name > div {
        background: none;
}
div.table-cell.wide-field > div.name + div.value {
        padding-left: 0;
}
div.table-cell ul.checkboxes {
        margin-bottom: 15px;
}
div.table-cell ul.checkboxes > li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
div.table-cell ul.checkboxes > li img {
        width: 17px;
        height: 12px;
        vertical-align: baseline;
        margin-right: 8px;
        margin-left: 2px;
}
div.table-cell ul.checkboxes > li.active img {
        background: url('../img/gallery.png') 0 -147px no-repeat;
}
div.table-cell ul.checkboxes > li:not(.active) {
        color: #9e9e9e;
        text-decoration: line-through;
}
/* details table end */

/* information table */
table.info {
        table-layout: fixed;
}
table.info td,
div.table-cell.small > div {
        vertical-align: top;
        padding-bottom: 5px;
        font-weight: normal!important;
        line-height: normal;
        min-height: inherit;
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
        content: ':';
}
div.table-cell.small > div.value {
        white-space: normal;
}
table.info td.image,
div.table-cell.small > div.image {
        padding-top: 5px;
}
div.info-table > div.table-cell:last-of-type {
        margin-bottom: 0!important;
}
/* information table end */

/* table view table */
table.table {
        table-layout: fixed;
}
table.table td {
        min-height: 30px;
        padding: 5px 0;
        vertical-align: top;
}
table.table td.name {
        width: 215px;
        color: #888888;
        padding-right: 10px;
}
table.table td.value {
        color: #000000;
        word-wrap: break-word;
}
/* table view table 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 #e9e9e9 solid;
}
table.list > tbody > tr.header > td {
        font-size: 0.875em;
        padding: 0 0 0 30px;
        height: 40px;
}
table.list > tbody > tr.header > td:first-child {
        padding-left: 10px;
        width: 33px;
}
table.list tr.header td.divider {
        padding: 0;
        width: 5px;
        border: 0;
}
table.list > tbody > tr.body {
        border-bottom: 2px #e9e9e9 solid;
}
table.list > tbody > tr.body > td {
        padding: 20px 0 20px 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
}
table.list > tbody > tr.body > td.info > a {
    white-space: normal;
}
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: 16px;
        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 */

div.list-table {
        display: table;
        width: 100%;
}
div.list-table > div {
        display: table-row;
        position: relative;
        margin: 0;
}
div.list-table > div:not(.header):hover {
        background: rgba(0,0,0,.05)
}
div.list-table > div:before,
div.list-table > div:after {
        content: none;
}
div.list-table > div.header {
        height: 28px;
}
div.list-table > div > div {
        display: table-cell;
        padding-right: 15px;
}
div.list-table > div > div:last-child {
        padding-right: 0;
}
div.list-table > div.header > div {
        vertical-align: top;
        font-size: 0.875em;
        color: #8e8e8e;
        border-bottom: 2px #e9e9e9 solid;
        text-transform: uppercase;
        font-weight: 400;
        white-space: nowrap;
}
div.list-table > div > div.center {
        padding-right: 0!important;
}
div.list-table > div.row > div {
        vertical-align: top;
        padding-top: 11px;
        padding-bottom: 11px;
        color: #111111;
}
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: 150px;
}
div.list-table .text {
        color: #515151;
        font-size: 0.857em;
}
div.list-table span.title {
        display: none;
}

.transactions div.table-cell.small > div.name {
        width: 95px;
}

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

.statuses .paid,
.statuses .unpaid,
.statuses .active,
.statuses .approval,
.statuses .incomplete,
.statuses .pending,
.statuses .expired {
        color: #63b53b;
        font-size: 0.875em;
}
.statuses .approval {
        color: #666666;
}
.statuses .incomplete {
        color: #2767b5;
}
.statuses .pending {
        color: #e88d22;
}
.statuses .expired {
        color: #fb0000;
}
.statuses .paid {
        color: #63b53b;
}
.statuses .unpaid {
        color: #fb0000;
}

.statuses .active:paid,
.statuses .active:unpaid,
.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;
}
.statuses .approval:before {
        background: #666666;
}
.statuses .incomplete:before {
        background: #2767b5;
}
.statuses .pending:before {
        background: #e88d22;
}
.statuses .expired:before {
        background: #fb0000;
}
/*** TABLES END ***/

/*** NEWS BLOCK ***/
ul.news > li {
    padding-bottom: 10px;
}
ul.news > li:last-child {
        padding: 0;
}
ul.news div.date {
        float: left;
    font-size: 0.875em;
    color: #767676;
    margin-right: 15px;
    line-height: 18px;
}
ul.news h4 {
        overflow: hidden;
}
ul.news article {
        padding: 10px 0 0 0;
        font-size: 0.875em;
}
article.news {
        padding: 10px 0;
        line-height: 26px;
        font-size: 1.143em;
}
.see-all-link {
    position: absolute;
    bottom: 100%;
    right: 10px;
}
.see-all-link > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.875em;
    color: #8e8e8e;
    line-height: 33px;
}
.side_block .see-all-link > a {
    color: #274500;
}
/*** NEWS BLOCK END ***/

/*** FIELDSET ***/
div.fieldset,
div.area-listing-group.common {
        margin: 0 0 20px 0;
}
div.fieldset > header {
        padding: 0 0 8px;
        border-bottom: 2px #e1e1e1 solid;
        text-transform: uppercase;
        color: #3c6b00;
        font-size: 0.875em;
    font-weight: 400;
}
div.fieldset > header > span.arrow {
        display: none;
}
div.fieldset > div.body > div {
        padding: 15px 0 5px;
}
#controller_area div.fieldset > header,
.content_block div.fieldset > header {
        border: 0;
        padding-bottom: 0;
}

#controller_area div.fieldset > header > span.arrow {
        width: 13px;
        height: 12px;
        display: inline-block;
        vertical-align: top;
    margin-top: 7px;
    margin: 3px 10px 0 -3px;
        cursor: pointer;
        opacity: 0.7;
        position: relative;
}
#controller_area div.fieldset > header > span.arrow:after {
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    top: 4px;
    left: 3px;
    background: url('../img/gallery.png') 0 -225px no-repeat;
}
#controller_area div.fieldset > header > span.arrow:hover {
        opacity: 1;
}
#controller_area div.fieldset > header > span.arrow.up:after {
        background-position: -7px -225px;
}
#controller_area div.fieldset > div.body > div {
        padding-top: 10px;
}

#listings div.fieldset.divider {
    padding-left: 15px;
    padding-right: 15px;
}
div.fieldset.divider {
        margin: 0 0 15px 0;
}
div.fieldset.divider > header {
        margin: 0;
}
/*** FIELDSET END ***/

/*** CATEGORIES BLOCK ***/
div.categories {
        width: auto;
        overflow: hidden;
        margin-bottom: -10px;
}

div.categories ul > li {
        float: left;
        width: 100%;
}
div.categories ul div.item div.parent-cateory {
        white-space: nowrap;
    width: 100%;
    margin-bottom: 6px;
}
div.categories ul div.item div.parent-cateory a {
    font-size: 1.125em;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    background: #f1f1f1;
}
div.categories div.category-name {
        background: url('../img/gallery.png') 0 15px repeat-x;
        text-overflow: ellipsis;
}
div.categories.sub-categories-exist ul div.item div.parent-cateory {
    padding: 0 0 10px;
    border-bottom: 2px solid #e2e2e2;
}
div.categories.sub-categories-exist div.category-name,
div.categories.sub-categories-exist div.category-counter {
        display: inline-block;
    vertical-align: top;
}
div.categories:not(.sub-categories-exist) div.category-counter {
        float: right;
}
div.categories:not(.sub-categories-exist) div.category-name {
        overflow: hidden;
}
a.category {
        font-size: 1.143em;
        font-weight: 400;
        color: black;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 5px;
}
div.categories div.category-counter > span {
        color: #515151;
        display: inline-block;
    font-size: 1.000em;
}
div.category-slider-bar {
        position: absolute;
        top: -28px;
        right: 2px;
}
section.content_block div.category-slider-bar {
        top: -28px;
}
div.fieldset div.category-slider-bar {
        position: static!important;
        top: auto;
        right: auto;
        text-align: center;
        padding-top: 3px;
}
div.category-slider-bar > span.arrow {
        width: 19px;
        height: 24px;
        display: none;
        cursor: pointer;
}
div.category-slider-bar span.prev,
div.category-slider-bar span.next {
        width: 7px;
        height: 12px;
        display: inline-block;
        background: url('../img/gallery.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;
}
div.category-slider-bar > span.navigation {
        height: 12px;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
        margin-top: 6px;
}
div.category-slider-bar > span.navigation > span {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    margin: 0 3px;
}
div.category-slider-bar > span.navigation > span:after {
    content: '';
    width: 6px;
        height: 6px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: #80b63a;
}
div.category-slider-bar > span.navigation > span.active:after {
        background: #565656;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
}
section.categories-box ul.cat-tree > li {
        text-overflow: ellipsis;
        overflow: hidden;
    padding-bottom: 10px;
        white-space: nowrap;
}
section.categories-box div.cat-tree-cont.limit-height {
        overflow: hidden;
}

.sub-categories-exist div.item {
        column-break-inside : avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
}
.sub-categories-exist div.item.banners-box {
        display: block;
        margin-bottom: 30px;
}
.sub-categories-exist div.categoty-column {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -ms-column-count: 3;

        column-gap: 30px;
        -moz-column-gap: 30px;
        -webkit-column-gap : 30px;
        -ms-column-gap: 30px;
}
.sub-categories-exist div.parent-cateory {
        padding-bottom: 7px!important;
        display: inline-block;
}
.sub-categories-exist div.category-name {
        background: none!important;
}
.sub-categories-exist div.category-name > a {
        padding: 0;
}
.categories .sub_categories {
        padding: 0 0 20px 0;
}
.categories .sub_categories > span:not(:last-child) {
        padding: 0 0 5px 0;
        display: block;
}
.other_categories_tmp > div > span {
        padding: 0 0 2px 0;
        display: block;
}
.categories .sub_categories span a:hover {
    color: #1f1f1f;
}
.categories .sub_categories span.more {
        cursor: pointer;
        font-size: 0.938em;
        display: inline-block;
}

div.other_categories_tmp {
        position: absolute;
        z-index: 3;
}
div.other_categories_tmp div {
        background: white;
        border: 2px #e9e9e9 solid;
        padding: 13px 25px 15px 17px;
        margin: 20px 0 0 40px;
        max-width: 200px;
        position: relative;
}
div.other_categories_tmp div img.close {
        display: block;
        cursor: pointer;
        top: 0;
        right: 0;
        position: absolute;
        width: 12px;
        height: 12px;
        margin: 8px;
        background: url('../img/gallery.png') -27px -470px no-repeat;
        opacity: 0.7;
}
div.other_categories_tmp div img.close:hover {
        opacity: 1;
}
/*** CATEGORIES BLOCK END ***/

/*** CATEGORIES TREE BLOCK ***/
ul.cat-tree > li.rest {
        display: none;
}
ul.cat-tree li a {

}
ul.cat-tree li ul {
        display: none;
}
ul.cat-tree li ul > li {
    padding: 4px 0 6px 25px;
    vertical-align: top;
}
ul.cat-tree li span.toggle {
        width: 10px;
        display: inline-block;
        vertical-align: top;
        color: #529200;
        cursor: pointer;
        font-size: 0.875em;
    margin-top: 2px;
        -moz-user-select: none;
        -webkit-user-select: none;
}
.cat-toggle {
        background: #e2e2e2;
        height: 10px;
        margin-top: 3px;
        -moz-user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
        line-height: 2px;
        text-align: center;
}
section.side_block > span.expander {
        width: 18px;
        height: 18px;
        background: url('../img/gallery.png') right -119px no-repeat;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        display: inline-block;
        vertical-align: top;
    position: absolute;
    top: 9px;
    right: 10px;
}
section.side_block > span.expander.active {
        background-position: 0 -119px;
}
/*** CATEGORIES TREE BLOCK END ***/

/*** STATISTICS BLOCK ***/
* > table.stats:not(:last-of-type) {
    margin-bottom: 10px;
}
table.stats {
        border-spacing: 0;
        border-collapse: separate;
        table-layout: fixed;
}
table.stats td.column,
table.stats td.counter {
        white-space: nowrap;
        text-align: center;
    font-size: 0.875em;
}
table.stats td.counter {
        background: #f4f4f4;
}
table.stats td.divider {
        width: 5px;
        text-align: center;
        padding: 0 5px;
}
table.stats td {
    padding: 2px 5px 4px;
}
table.stats td.dotted {
        background: #f4f4f4;
}
table.stats td.dotted a {
        display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em;
    white-space: nowrap;
}
table.stats td:not(.stat-caption):not(.column):not(.listing-type-name) {
    background: #fff;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
/*** STATISTICS BLOCK END ***/

/*** STEPS ***/
ul.steps {
        box-shadow: inset 0 0 0 2px #e1e1e1;
        height: 44px;
        margin: 0 0 25px 0;
        white-space: nowrap;
        overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.steps > li {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        text-align: center;
        position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
ul.steps > li a {
        cursor: default;
        padding: 0 0 0 15px;
}
ul.steps > li.past a {
        cursor: pointer;
}
ul.steps > li.past,
ul.steps > li.current {
        background: #e1e1e1;
}
ul.steps > li:not(.past) a {
        color: #5c5c5c;
}
ul.steps > li:not(:last-child):not(.past):after,
ul.steps > li:not(:last-child):not(.past):before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
ul.steps > li:not(:last-child):not(.past):after {
        border-color: transparent;
        border-left-color: white;
        border-width: 20px 0 20px 10px;
        margin-top: -20px;
}
ul.steps > li:not(:last-child):not(.past):before {
        border-color: transparent;
        border-left-color: #e1e1e1;
        border-width: 24px 0 24px 13px;
        margin-top: -24px;
}
ul.steps > li.current:after {
        display: none;
}
/*** STEPS END ***/

/*** PAYMENT GATEWAYS ***/
ul#payment_gateways li {
        display: inline-block;
        width: 120px;
        height: 85px;
        text-align: center;
        padding: 15px 0 0 0;
        margin: 0 10px 10px 0;
        box-shadow: inset 0 0 0 2px #e9e9e9;
}
ul#payment_gateways li.active,
ul#payment_gateways li:hover {
        background: #e9e9e9;
}
ul#payment_gateways li p {
        padding: 5px 0 0 0;
}
ul#payment_gateways li input {
        opacity: 1;
        position: relative;
        width: auto;
        height: auto;
}
/* PAYMENT GATEWAYS END ***/

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
        padding: 0 0 0 10px;
}
div.password_strength div.scale {
        background: #dfdfdf;
        width: 71px;
        height: 7px;
        position: relative;
}
div.password_strength div.scale div.color {
        height: 7px;
        width: 0;
}
div.password_strength div.scale div.red {
        background: #ed2f0b;
}
div.password_strength div.scale div.green {
        background: #23a50c;
}
div.password_strength div.scale div.yellow {
        background: #ebcc00;
}
div.password_strength div.scale div.shine {
        width: 0;
        height: 7px;
        position: absolute;
        top: 0;
        left: 0;
}
div.area_profile div.notice {
        padding: 7px 0 10px;
}
div.area_profile div.options {
        padding-top: 10px;
}
div.area_profile div.field img.qtip {
        margin-top: 2px;
}
/* password strange control end */

span.fail_field,
span.success_field {
        display: none;
}
/*** REGISTRATION END ***/

/*** MODAL WINDOW ***/
#modal_mask {
        background: rgba(0, 0, 0, 0.45);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1005;
}
.modal_block {
        position: absolute;
        left: 50%;
        margin-left: -176px;
        width: 340px;
        height: 230px;
        background: #f1f1f1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.modal_block.fullscreen {
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
}
.modal_block.fullscreen .gmnoprint {
        margin-right: 60px!important;
}
.modal_block div.inner div.close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
}
.modal_block div.inner div.close > div {
        width: 16px;
        height: 16px;
        margin: 11px;
        background: url('../img/gallery.png') right -366px no-repeat;
        opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
        opacity: 1;
}
.modal_block div.inner div.modal_content {
        padding: 25px 50px 25px 30px;
        position: relative;
    background: #fff;
    border: 2px solid #80b63a;
    padding: 40px 50px 30px;
}
.modal_block.fullscreen div.inner,
.modal_block.fullscreen div.inner > .modal_content {
        width: 100%;
        height: 100%;
        overflow: auto;
    border: 0;
}
.modal_block.fill-edge div.inner div.modal_content {
        padding: 0;
}
#map_fullscreen {
        width: 100%;
        height: 100%;
}
.modal_block div.inner div.caption,
.modal_block div.inner div.caption_padding,
div.tmp-dom div.caption_padding {
        color: #2b2b2b;
        font-size: 1.143em;
        padding: 0 0 20px;
        font-weight: 400;
        margin-top: -7px;
}
.modal_block div.inner div.caption_padding {
        padding: 0 0 20px 80px;
    text-transform: uppercase;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice {
        background: url('../img/gallery.png') -20px -1594px no-repeat;
        padding: 0 0 0 30px;
        margin: 0 0 20px;
}
.modal_block div.inner div.notice {
        background-position: -21px -1346px;
}
.modal_block div.prompt {
        padding: 20px 0 0 0;
}
.modal_block div.prompt input {
    margin: 0 15px 0 0;
}
.modal_block span.registration {
    text-transform: uppercase;
}
.modal_block span.registration span.or {
    padding: 0 10px;
    color: #7b7b7b;
    font-size: 0.750em;
}
.modal_block span.registration a {
    font-size: 0.875em;
}
.modal_block div.forgot {
        padding-top: 10px;
    font-size: 0.875em;
}
.modal_block div.submit-cell div.name {
        width: 80px!important;
        padding-right: 10px;
}
/*** MODAL WINDOW END ***/

/*** NOTIFICATIONS ***/
div.notification {
        min-height: 45px;
        position: absolute;
        top: 0;
        width: 576px;
        left: 50%;
        margin-left: -288px;
        z-index: 101;
}
div.notification > div {
        background: rgba(0,0,0,.3);
        min-height: 46px;
        color: white;
        position: relative;
        font-size: 0.875em;
        font-weight: 300;
        padding: 3px;
}
div.notification > div > div.message {
        background: #31c26b;
}
div.notification.fixed {
        position: fixed;
}
div.notification.top {
        z-index: 1200;
        position: fixed;
        top: 0;
}
div.notification.error > div > div.message {
        background: #f2695e;
}
div.notification.warning > div > div.message {
        background: #dab500;
}
div.notification > div > div.message {
        padding: 14px 45px 14px 18px;
        word-wrap: break-word;
        line-height: 1.640em;
}
div.notification ul {
        padding: 0 0 0 20px;
}
div.notification ul > li {
        list-style: circle;
}
div.notification ul > li:not(:first-child) {
        list-style: circle;
        padding: 4px 0 0 0;
}
div.notification div.close-black {
        top: 3px;
        right: 3px;
}
/*** NOTIFICATIONS END ***/

/*** MY LISTINGS ***/
.my-listings > article div.picture {
        margin: 0!important;
}
.my-listings > article {
        margin: 0 0 15px 0!important;
        padding: 0 0 15px 0;
        min-height: 95px;
        border-bottom: 2px #e6e6e6 solid;
}
.my-listings > article:last-child {
        margin-bottom: 0;
}
.my-listings > article > div.nav > div {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
}
.my-listings > article > div:last-child {
        margin-right: 0;
}
.my-listings div.title {
        font-size: 1.143em!important;
        font-weight: 600!important;
        padding-bottom: 15px;
}
.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 select {
        width: 100%;
}
.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.png');
        background-repeat: no-repeat;
        background-position: right -535px;
        width: 16px;
        height: 16px;
        left: 0;
        top: 2px;
        position: absolute;
        opacity: 0.5;
}
.my-listings div.navigation ul li.nav-icon > a.add-video:before {
        background-position: right -513px;
}
.my-listings div.navigation ul li.nav-icon > a.edit:before {
        background-position: 0 -488px;
}
.my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
        background-position: right -621px;
}
.my-listings div.navigation ul li.nav-icon > a.delete:before {
        background-position: right -489px;
}
.my-listings div.navigation ul li.nav-icon > a:hover:before {
        opacity: 0.8;
}
.my-listings div.stat ul > li {
        padding: 0 0 8px 0;
        color: #333333;
}
.my-listings div.stat ul > li.switcher-controll {
        padding-bottom: 12px;
}
.my-listings div.stat ul > li span.name {
        color: #949494;
}
.my-listings div.stat ul > li span.name:after {
        content: ':';
}
.delete.icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('../img/gallery.png') right -489px no-repeat;
        cursor: pointer;
        opacity: 0.5;
}
.delete.icon:hover {
        opacity: 0.8;
}
/*** MY LISTINGS END ***/

/*** MY BANNERS ***/
body.my-banners-page .my-listings > article > div {
        display: inline-block;
        vertical-align: top;
        width: 190px;
        margin-right: 30px;
}
body.my-banners-page .my-listings div.title {
        padding-top: 5px;
}
/*** MY BANNERS END ***/

/*** PLUGINS CUSTOM ***/
a.reportBroken {
        color: #d04525;
}

#lnp_container {
    float: left;
    margin-right: 23px;
}
#lnp_container + h1 {
        overflow: hidden;
}
#lnp_container > li:not(.nav) {
    display: none;
}
#lnp_container > li.nav {
    width: 26px;
    height: 36px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
#lnp_container > li.nav:last-child:not(:first-child) {
    margin-left: 15px;
}
#lnp_container > li.nav > a {
    width: 26px;
    height: 36px;
    display: block;
}
#lnp_container li.nav a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    left: 8px;
    top: 9px;
    background: url('../img/gallery.png') 0 -366px no-repeat;

    opacity: 0.7;
}
#lnp_container li.nav.next a:before {
    background-position: -10px -366px;
}
#lnp_container li:hover a:before {
    opacity: 1;
}

li#listing_rating_dom {
        padding: 15px 0!important;
}

/* field bound boxes */
ul.field-bound-box {
        margin-bottom: -2px;
}
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 > li > a {
        display: inline-block;
}
ul.field-bound-box > li.empty {
        opacity: 0.5;
}
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: #396932;
}
ul.field-bound-box > li.left img {
        float: left;
}
ul.field-bound-box > li.left span.count {
        overflow: hidden;
        padding: 2px 0 0 5px;
}
ul.field-bound-box > li.right img {
        float: right;
}
ul.field-bound-box > li.right span.count {
        overflow: hidden;
        padding: 2px 5px 0 0;
}

ul.field-bound-box.list > li {
        width: 48%;
        margin-right: 4%;
        display: inline-block;
}
ul.field-bound-box.list > li:nth-child(2n) {
        margin-right: 0;
}
ul.field-bound-box.list > li > a {
        padding: 0 0 5px;
}
ul.field-bound-box.list > li > a > span.count {
        font-size: 1.143em;
        padding: 0 0 0 5px;
        color: #797979;
}

div.special-block > section.fieldBoundBoxes > div {
        padding-bottom: 0!important;
}
div.special-block ul.special-bound-box > li {
        padding-bottom: 35px;
}
div.special-block ul.special-bound-box > li > a {
        display: inline-block;
        text-align: center;
}
div.special-block ul.special-bound-box > li span.count {
        display: block;
        font-size: 1.286em;
        color: #797979;
        padding: 5px 0 0 0;
        font-weight: 400;
}
div.special-block ul.special-bound-box > li.empty {
        opacity: 0.5;
}
div.special-block ul.special-bound-box > li:not(.empty):hover span.count {
        color: #396932;
}
/* field bound boxes */

#loan_reset_form {
        content: '';
        display: inline-block;
        width: 18px;
        height: 16px;
        background: url('../img/gallery.png') 0 -621px no-repeat;
        margin-left: 20px;
        cursor: pointer;

        opacity: 0.7;
}
#loan_reset_form:hover {
        opacity: 1;
}

ul.comments li > div:after,
ul.comments li > div:before {
        content: '';
        bottom: -15px;
        left: 17px;
        height: 0;
        width: 0;
        position: absolute;

        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #f4f4f4 transparent transparent;
}

ul.comments li > div:before {
        border-color: transparent #d4d4d4 transparent transparent!important;
        border-width: 0 17px 17px 0!important;
        left: 16px!important;
        bottom: -18px!important;
}

.jslider .jslider-bg .v {
        background-color: #7da64b!important;
}
.jslider .jslider-value {
    background-color: transparent !important;
}

/* slider */
div.slider {
        overflow: hidden;
        position: relative;
        -moz-user-select: none;
        -webkit-user-select: none;
}
/* horizontal mode */
div.slider > div.container {
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
div.horizontal div.prev,
div.horizontal div.next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -38px;
    cursor: pointer;
    background: white;
    opacity: .7;

    transition: all 0.3s ease;
}
div.horizontal div.next {
    left: auto;
    right: 0;
}
div.horizontal:hover div.prev {
    left: -10px;
}
div.horizontal:hover div.next {
    right: -10px;
}
div.horizontal div.prev:before,
div.horizontal div.next:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 12px;
    top: 14px;
    left: 15px;
    background: url('../img/gallery.png') left -583px no-repeat;
}
div.horizontal div.next:before {
    background-position: right -583px;
    left: auto;
    right: 15px;
}
div.horizontal div.prev:hover,
div.horizontal div.next:hover {
    opacity: 1;
}
/* vertical mode */
div.vertical:not(.no-slider) {
        padding: 25px 0!important;
}
div.vertical div.prev,
div.vertical div.next {
        width: 40px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -20px;
        cursor: pointer;
}
div.vertical div.next {
        background-position: 0 -1525px;
        top: auto;
        bottom: 0;
}
div.vertical div.prev:before,
div.vertical div.next:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 10px;
        top: 2px;
        left: 11px;
        background: url('../img/gallery.png') 0 -663px no-repeat;
}
div.vertical div.next:before {
        background-position: right -663px;
        top: 4px;
}
/* slider end */

#booking_calendar div.horizontal > div.prev {
        left: 0;
}
#booking_calendar div.horizontal > div.prev:before {
        left: 0!important;
        top: 3px!important;
}
#booking_calendar div.horizontal > div.next {
        left: auto;
        left: right;
}
#booking_calendar div.horizontal > div.next:before {
        left: auto!important;
        right: 0!important;
        top: 3px!important;
}

div.banner {
        display: inherit!important;
    overflow: visible!important;
}

#recaptcha_response_field {
        height: 20px;
}
body > iframe[src='about:blank'] {
        display: none;
}

.testimonials .side_block .header {
        height: 34px;
}
.testimonials .side_block > div:last-child {
        margin-top: 21px;
}
.testimonials .side_block .header > p {
        color: #484848;
        font-size: 1.786em;
        font-weight: 300;
}
.testimonials .side_block .header > a.add-testimonial {
        top: 7px;
}
.testimonials .area {
        font-style: normal!important;
        font-size: 0.875em!important;
        padding: 25px 30px 25px 60px!important;
}
.testimonials .area > div.quotes {
        top: 30px!important;
        left: 20px!important;
        width: 19px!important;
        height: 12px!important;
        background: url('../img/gallery.png') 0 -26px no-repeat!important;
}
.testimonials .bottom span.author {
        font-size: 13px;
        font-style: italic;
        font-weight: 400;
}
.testimonials .bottom {
        padding-left: 60px!important;
}
.testimonials .triangle {
        border-width: 0 25px 25px 0!important;
        left: 20px!important;
}

#shc_fields_area div.name {
        width: 170px!important;
}
#fs_shopping_cart .ml_tabs_content {
        padding: 10px 0!important;
}
div.auction-details {
        border-color: #b2d5af!important;
}
div.auction-details .bid-info {
        display: inline-block;
}
div.auction-details .bid-info a {
        padding: 0 3px;
}
div.auction-details > ul > li {
        vertical-align: top;
}

/* shoping cart */
.cart-box-container ul.cart-items {
        min-width: 280px;
}
.cart-box-container ul.cart-items > li {
        position: relative;
        height: auto;
        line-height: inherit;
        white-space: normal;
}
.cart-box-container ul.cart-items > li:not(:last-child) {
        margin-bottom: 8px;
}
.cart-box-container ul.cart-items div.item-picture {
        margin-right: 10px;
}
.cart-box-container ul.cart-items div.item-picture img {
        width: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
}
.cart-box-container ul.cart-items div.info {
  padding-right: 20px;
}
.cart-box-container ul.cart-items > li div.info a {
        color: #a6e39d;
}
.cart-box-container ul.cart-items > li div.info a:hover {
        color: white;
}
.cart-box-container li div.close-red {
        position: absolute;
        top: 2px;
        right: 0;
}
.cart-box-container li.controls > div:last-child > a {
        color: #f97777;
}
.cart-box-container li.controls > div:last-child {
        padding-top: 8px;
}
.cart-box-container li.controls > div:last-child > a:hover {
        color: #fe8f8f;
}
.circle.cart-box-container > span.default:before {
    width: 16px;
    height: 13px;
    background: url("../img/gallery.png") 0 -637px no-repeat;
}
.cart-box-container ul.cart-items li > div.info > div:first-of-type {
    color: #0d0d0d;
    font-size: 0.875em;
}
.cart-box-container ul.cart-items li > div.info > a {
    color: #536f2f;
    text-transform: uppercase;
    font-size: 0.875em;
}
.cart-box-container ul.cart-items li > div.info > a:hover {
    color: #335900;
}
.cart-box-container ul.cart-items li.controls .clear-cart{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cart-box-container ul.cart-items li.controls div:last-child {
    position: relative;
    width: 23px;
    height: 24px;
    display: block;
    background: url("../img/gallery.png") 0 -752px no-repeat;
    opacity: 0.7;
}
.cart-box-container ul.cart-items li.controls div:last-child:hover {
    opacity: 1;
}
.cart-box-container ul.cart-items li.controls a.button.cart {
    color: #fff;
    text-transform: uppercase;
    background: #80b63a;
    font-size: 0.875em;
    height: 26px;
    width: 86px;
    text-align: center;
    line-height: 26px;
    padding: 0;
}
.cart-box-container ul.cart-items li.controls a.button.cart:hover{
    background: #71a133;
}

.add-to-cart span.icon {
        background: url('../img/gallery.png') right -637px no-repeat;
}
/* shoping cart end */

section#listings div.stat-line .comments_icon {
        padding: 0;
        background: none!important;
}
section#listings div.stat-line li.bids > a:after {
        background-position: right -675px;
}
body a.reportBroken img,
body a.removeBroken img {
    background-image: url(../img/gallery.png) !important;
    background-position: 0 -990px !important;
}
body  a.removeBroken img {
    background-position: 0 -1008px !important;
}
body #listings a.reportBroken img,
body #listings a.removeBroken img {
    margin-top: -1px;
}
/*** PLUGINS CUSTOM END ***/

/*** RESPONSIVE ***/
@-ms-viewport {
  width: device-width;
}
.point1 {
        width: 100%;
    margin-left: auto;
    margin-right: auto;
}
header.page-header .point1 {
    height: 52px;
}

/*** ALL DESKTOP VIEWS ***/
@media screen and (min-width: 992px) {
        div#header-banner {
                width: 728px;
                height: 90px;
                margin: auto;
        }
        section#main_container > div.inside-container {
                padding: 35px 0 50px;
        }
        section#controller_area {
                padding-bottom: 30px;
        }

        /* main menu */
        header.page-header.stick {
                transition: none;
        }
        header.page-header section.main-menu .point1 {
                height: 76px;
        }
        section.main-menu nav {
                float: right;
                text-align: right;
        }
    section.main-menu ul.menu {
        height: 40px;
        white-space: nowrap;
        margin-top: 6px;
        overflow: hidden;
    }
        section.main-menu ul.menu.more_active {
                overflow: visible;
        }
        section.main-menu div.mobile-menu-button {
                display: none;
        }
        section.main-menu ul.menu > li {
                display: inline-block;
                height: 36px;
                padding: 0 0 0 20px;
                vertical-align: top;
        }
        section.main-menu a.add-property {
                float: right;
                margin-left: 40px;
        }
        section.main-menu ul > li > a {
                display: inline-block;
                font-size: 1.071em;
                padding: 5px 0 7px;
                border-top: 3px transparent solid;
            width: inherit;
            vertical-align: top;
        }
        section.main-menu ul > li > a:hover,
        nav.footer-menu a:hover,
        section.main-menu ul > li.active > a {
                color: #1f1f1f;
        }
        section.main-menu ul.menu > li.active > a {
                border-color: #80b63a;
        }
        section.main-menu ul.menu > li.more > span {
                display: inline-block;
                margin: 3px 0 0 0;
                padding: 5px;
                cursor: pointer;
                -moz-user-select: none;
                -webkit-user-select: none;
        }
        section.main-menu ul.menu > li.more > span > span {
                width: 4px;
                height: 4px;
                background: #3c6b00;
                display: inline-block;
                margin: 8px 2px 0 0;
                border-radius: 2px;
                vertical-align: top;
        }
        section.main-menu ul.menu.more_active > li.more > span > span {
                background: #ffffff;
        }
        ul#main_menu_more {
                display: none;
                position: absolute;
                padding: 5px 15px;
                z-index: 102;
                border-top: 0;
                text-align: left;

        background: #ffffff;
        box-shadow: inset 0 0 0 2px #b2b2b2, 0 2px 5px rgba(0,0,0,0.25);
        top: 36px;
        left: auto !important;
        right: -15px;
        z-index: 10;
        }
        ul#main_menu_more > li > a {
                box-shadow: none;
        }

    header.page-header.fixed-menu div#logo {
        margin: 9px 11px 0 0;
    }
    header.page-header.fixed-menu nav.menu {
        text-align: left;
        float: left;
    }
    header.page-header.fixed-menu section.main-menu ul.menu {
        margin-top: 0;
        height: 60px;
    }
    header.page-header.fixed-menu section.main-menu nav {
        margin: 0;
        float: none;
        text-align: left;
        width: auto;
        z-index: 2;
    }
    header.page-header.fixed-menu section.main-menu ul.menu > li {
        height: 60px;
    }
    header.page-header.fixed-menu section.main-menu ul.menu > li > a {
        margin-top: 10px;
    }
    header.page-header.fixed-menu section.main-menu ul.menu > li.more > span {
        margin-top: 13px;
    }
        /* main menu end */

        aside.left > section.side_block:not(.no-style):first-child table.stats td.dotted,
        aside.left > section.side_block:not(.no-style):first-child table.stats td.counter {
                background-color: white;
        }
        /* sidebar block end */

        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;
        }

        .grid_navbar {
                margin-bottom: 20px;
        }

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

        section.side_block ul.featured {
                text-align: center;
                margin: 0;
        }
        section.side_block ul.featured > li {
                width: 100%;
                padding-left: 0;
                padding-right: 0;
        }
        section.side_block ul.featured > li:last-child {
                margin-bottom: 0;
        }
        section.side_block ul.featured:not(.list) > li ul {
                width: 100%;
                padding: 10px 0 0 0;
                text-align: left;
                background: none;
        }
    /* sidebar block end */

        span.pills > label {
                /*width: auto!important; TODO */
        }

        section.side_block_search div.field:empty {
                min-height: 0;
        }

        div.submit-cell > div.field.checkbox-field,
        div.submit-cell > div.field.inline-fields {
                max-width: 600px;
        }

        section.account-info div.picture > div:first-child {
                margin-bottom: 20px;
        }

        .seller-short div.landscape ul.seller-info {
                padding: 0;
        }
        .seller-short div.landscape ul.seller-info > li.name {
                margin-top: 0;
        }
        .seller-short div.landscape ul.seller-info > li {
                padding-bottom: 5px;
        }
        .seller-short div.landscape ul.seller-info a.low {
                position: static;
                margin-top: 10px;
        }

        div.special-block .col-md-3 {
                width: 100%;
        }

        section.side_block table.table td.name {
                width: 45%;
        }

    section.side_block .sub-categories-exist div.categoty-column {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -ms-column-count: 1;
    }

    #rv_listings.wide {
        padding: 25px;
    }
}
/*** LARGE DESKTOP VIEW ***/
@media screen and (min-width: 1200px) {
        .point1 {
                max-width: 1140px;
        }
        section.main-menu nav {
                width: 870px;
        }

        div.special-block section.side_block h3 {
                font-size: 1.500em;
        }
        .sub-categories-exist a.category {
                font-size: 1.286em;
        }
        div.table-mode .search-form-cell {
                display: table-cell;
        }
        #search_area div.table-mode {
                display: table;
                width: 100%;
        }
        #search_area div.table-mode > form {
                display: table-row;
        }

        div.table-mode .search-form-cell.numeric-field,
        div.table-mode .search-form-cell.single-field {
                width: 10%;
        }
        div.table-mode .search-form-cell.checkbox-field {
                width: 15%;
        }
        div.table-mode .search-form-cell.submit {
                width: 8%;
        }

        section.side_block ul.featured > li div.picture {
                float: left;
                width: 120px;
                height: 75px;
                margin-right: 20px;
        padding-bottom: 0;
        }
    section.side_block ul.featured div.picture img {
        background-size: 100% auto;
    }
        section.side_block ul.featured > li > ul {
                padding: 0!important;
                overflow: hidden;
                width: auto!important;
        }
        section.side_block ul.featured > li > ul > li:first-child {
                margin-top: -4px;
        }

        table.info td.name,
        div.table-cell.small > div.name {
                width: 110px;
                white-space: nowrap;
        }

        .seller-short ul.seller-info {
                min-width: 170px;
        }

        div.special-block section > div.clearfix {
                height: 230px;
        }
        div.special-block a.category {
                font-size: 1.214em;
        }

    /* listing details */
    #area_listing div.area-listing-stats {
        width: 286px;
    }
    /* listing details end */
}
/*** FULLHD VIEW ***/
@media screen and (min-width: 1920px) {
        section.horizontal-search {
                background-size: cover;
        }
        header.page-header:not(.fixed-menu) > div.point1 {
                background-size: cover;
        }
}
/*** LAPTOP VIEW ***/

/*** MIDDLE DESKTOP VIEW ***/
@media screen and (min-width: 992px) and (max-width: 1199px) {
        .point1 {
                max-width: 940px;
        }
        body.home-page:not(.no-sidebar) section#content {
                float: left;
        }
        section.main-menu nav {
                width: 660px;
        }
        .shc-group ul.checkboxes > li {
                width: 100%!important;
        }

    section.content_block > div,
    section.side_block > div {
        padding: 20px 25px;
    }

    section.alphabetic-search-keywords-search form.keyword-search input[type="text"] {
        width: 100%;
    }

        div.gallery > div.thumbs > div.prev,
        div.gallery > div.thumbs > div.next {
                width: 62px;
                height: 64px;
        }
        div.gallery > div.thumbs > div.next:before {
                top: 21px;
                left: 27px;
        }

        div.table-cell > div.name {
        padding-right: 0;
        }

        table.info td.name,
        div.table-cell.small > div.name {
                width: 75px;
        }

        .search-item.checkbox-field > .custom-input {
                width: 100%;
        }

        .seller-short ul.seller-info {
                min-width: 110px;
        }

        div.special-block section > div.clearfix {
                height: 318px;
        }

        div.auction-details > div.field {
                width: 92%!important;
                left: 4%!important;
        }

    section#listings.list div.picture {
        width: 190px;
        height: 126px;
    }
        section#listings > article div.navigation-column {
                width: 150px;
        }
    section#listings.list ul.nav-column {
        width: 150px;
    }
    section#listings.list ul.nav-column span.link {
        width: 125px !important;
    }
    section#listings.list article ul.ad-info > li.title,
    section#listings.list article ul.ad-info > li.category,
    section#listings.list article ul.ad-info > li.system {
        width: 250px;
    }
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
    section.content_block ul.cat-tree li span.toggle {
        display: none;
    }

        .search-block-content form div.search-form-cell.numeric-field {
                width: 25%;
        }

    /*** CATEGORIES TREE BLOCK ***/
    section.content_block ul.cat-tree li span.toggle {
        display: none;
    }
    /*** CATEGORIES TREE BLOCK END ***/

    /*** LISTING DETAILS ***/
    #area_listing.no-pictures {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #area_listing.no-pictures div.area-listing-stats {
        width: auto;
        float: none;
    }
    #area_listing.no-pictures div.area-listing-content {
        padding: 0;
    }
    /*** LISTING DETAILS END ***/
}
/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
    body.home-page h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    section.content_block > div,
    section.side_block > div {
        padding: 20px;
    }
        body header.page-header:not(.fixed-menu) {
                height: 100px!important;
        }
        body header.page-header section.main-menu {
                height: 62px;
        }
        div#logo {
                margin-top: 0;
        }
        div#wrapper {
                margin-bottom: 120px;
        }
        section#controller_area:not(:empty) + aside {
                margin-top: 22px;
        }
        div.cd-extendable {
                position: static;
        }

        section.main-menu {
                padding-top: 10px;
        }
        section.main-menu nav.menu {
                float: right;
        }
        section.main-menu span.menu-button {
                float: right;
                display: inline-block;
                width: 38px;
                height: 38px;
                margin-left: 30px;
                cursor: pointer;
                position: relative;
        }
        section.main-menu span.menu-button > span {
                position: absolute;
                width: 20px;
                height: 4px;
                background: #598d18;
                right: 0;
                top: 11px;
                border-radius: 2px;

                transition: background 0.3s ease;
        }
        section.main-menu span.menu-button > span:nth-child(2n) {
                top: 18px;
        }
        section.main-menu span.menu-button > span:last-child {
                top: 25px;
        }
        section.main-menu span.menu-button:hover > span {
                background: #040e03;
        }
        section.main-menu nav.menu ul.menu {
                display: none;

                background: #2b2b2b;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 105;
                min-width: 230px;
                max-width: 305px;
                bottom: 0;

                overflow: auto;
                -webkit-overflow-scrolling: touch;

                padding: 70px 22px 55px;
        }
        section.main-menu nav.menu ul.menu li.mvd {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
        body.header-banner section.main-menu nav.menu ul.menu {
                top: 106px;
        }
        section.main-menu nav.menu ul.menu li.more {
                margin-bottom: 30px;
        visibility: hidden;
        }
        section.main-menu nav.menu ul.menu > li > a {
                padding: 8px 0;
                display: inline-block;
        color: #7da64b;
        }
        section.main-menu nav.menu ul.menu > li > a:hover {
                color: white;
        }
        section.main-menu nav.menu ul.menu > li.active > a {
                color: white;
        }
        section.main-menu ul.menu span.mobile-menu-header {
                display: block;
                margin-bottom: 15px;
                position: relative;
        }
        section.main-menu span.mobile-menu-header > span:first-child {
                color: #8b8b8b;
                font-size: 1.286em;
        }
        section.main-menu span.mobile-menu-header > span:last-child {
                position: absolute;
                width: 25px;
                height: 32px;
                right: 0;
                top: -3px;
                cursor: pointer;
        }
        section.main-menu span.mobile-menu-header > span:last-child:before {
                content: '';
                position: absolute;
                width: 18px;
                height: 18px;
                left: 7px;
                top: 8px;
                background: url('../img/gallery.png') 0 -8px no-repeat;
                transition: opacity 0.3s ease;
        }
        section.main-menu span.mobile-menu-header > span:last-child:hover:before {
                opacity: 1;
        }

    /*** SEARCH ***/
    div.cd-extendable > div.box {
        max-width: none;
    }
    section.alphabetic-search-keywords-search form.keyword-search {
        text-align: center;
        padding: 0;
        margin: 0 15px;
    }
    section.alphabetic-search-keywords-search form.keyword-search input[type=text],
    section.alphabetic-search-keywords-search form.keyword-search input[type=search] {
        width: 100%;
        max-width: 350px;
    }
    /*** SEARCH END ***/

    section.alphabetic-search-keywords-search div.category-alphabet {
        text-align: center;
    }
    section.alphabetic-search-keywords-search ul.alphabet-list {
        padding-top: 10px;
        float: none;
    }
    footer.page-footer {
        height: 120px;
    }
        footer.page-footer > div {
                min-height: 80px;
                height: 80px;
                padding: 20px 0 0;
        }
    footer.page-footer .buttons .tweet_padding {
        float: left;
    }
        nav.footer-menu > ul {
                display: none;
        }
        footer.page-footer span.scroll-top {
                top: 0;
        left: auto;
                right: 0;
        }
        body.view-details-page.get-details-box section#main_container section.seller-short {
                display: none;
        }

        section#main_container aside.left {
                display: block;
                width: auto;
                vertical-align: top;
                float: none;
        }

        section.side_block_search > h3 {
                color: #396932;
        }

        div.search-footer div.search-item {
                float: left;
        }
        div.search-footer div.align-button {
                text-align: right;
        }

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

        a.category {
                font-size: 1.214em;
        }

        section.side_block:not(.no-style) a.category {
                background-color: #f4f4f4;
        }

        section.side_block:not(.no-style) table.stats td.dotted,
        section.side_block:not(.no-style) table.stats td.counter {
                background-color: white;
        }
    section.side_block.seller-short > form {
        padding: 0 20px 20px;
    }
}
/*** FIXED TABLET VIEW ***/
@media screen and (width: 768px) {
        section.main-menu nav.menu ul.menu {
                right: 0;
        }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
    div#wrapper {
        overflow: initial;
    }
        .point1 {
                max-width: 720px;
        }
        section.content_block {
                margin-bottom: 20px;
        }
        aside.middle section.content_block:last-child {
                margin-bottom: 0;
        }
        span.pills > label {
                width: auto!important;
        }
        div#header-banner {
                width: auto;
                height: auto;
        }

        aside.bottom {
                margin-top: 20px;
        }

        section.seller-short > div > div.picture img {
                height: 92px;
        }

        .search-block-content form div.search-form-cell {
                width: 50%;
        }
        section.side_block_search div.search-item {
                width: 48%;
                margin-right: 4%;
                display: inline-block;
                vertical-align: top;
        }
        section.side_block_search div.search-item:nth-of-type(2n) {
                margin-right: 0;
        }
        .search-item.checkbox-field > .custom-input {
                width: 50%;
        }
        .field.search-item.checkbox-field > .custom-input {
                width: 33.33%;
        }
        .search-item.couple-field > .custom-input {
                width: 33.33%;
        }
    section#listings.list ul.nav-column li span.link {
        width: 135px;
    }
        section#listings.grid ul.info {
                padding-top: 8px;
        }
    section#listings.list > article div.navigation-column {
        width: 170px;
    }
        section#listings.list ul.info {
                max-width: 320px;
        }
        .link-large {
                font-size: 1em!important;
        }

        section.categories-box div.cat-tree-cont.limit-height {
                max-height: 222px;
        }
        section.categories-box div.cat-toggle {
                display: none;
        }

        div.table-cell > div.name {
                width: 140px;
        }

    /* listing details */
    #area_listing div.area-listing-stats {
        width: 286px;
    }
        div.listing-details section.statistics ul.controls {
                width: 60%;
        }
    /* listing details end */

        section.account-location table.info {
                float: left;
                width: 235px;
                display: inline-block;
        }

        section.account-location div.location-info {
                float: left;
                max-width: 300px;
        }
        section.account-location div.map-capture {
                width: 55%;
                margin: -18px -18px -18px 0;
                float: right;
        }

        div.notification {
                width: 442px;
                margin-left: -221px;
        }
        div.notification.done {
                top: 0;
        }

        ul.packages > li div.frame {
                width: 420px;
        }
        body.no-sidebar .advanced-search-form {
                width: 80%;
        }

    #ac_interface {
        width: 100%;
        max-width: 460px;
        left: 50%;
        margin-left: -230px;
    }
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
        h1 {
        font-size: 1.714em!important;
        padding: 0 10px;
    }
    .h1-nav nav {
        margin-top: 2px;
    }
    .h1-nav nav > a.post_ad {
        margin-right: 10px;
    }
    div#wrapper {
        margin-bottom: 175px;
    }
    body.header-banner > div.main-wrapper {
        padding-top: 79px;
}

        div#header-banner {
                width: 100%;
                height: 59px;
        }
        div.header-banner-cont {
                height: 79px;
        }
        #header-banner div.banner table {
                height: 58px;
        }

    .circle.cart-box-container > span.default > span {
        display: none;
    }
    .circle.cart-box-container > span.default:before {
        margin-left: 0;
        margin-right: 0;
    }

    section.alphabetic-search-keywords-search form.keyword-search {
        text-align: left;
    }
    section.alphabetic-search-keywords-search form.keyword-search input[type=text],
    section.alphabetic-search-keywords-search form.keyword-search input[type=search] {
        width: 100%;
        max-width: none;
    }
    #ac_interface {
        width: 100%;
        left: 0;
    }
    #ac_interface div.ac-category {
        text-align: left;
        padding-left: 15px;
    }
    #ac_interface div.ac-category a {
        padding-left: 0;
    }

        .point1 {
                max-width: 480px;
                min-width: 320px;
        }

        .circle > .default {
                padding: 6px 10px;
        height: 28px;
        }
    header.page-header div.top-navigation > div.point1 {
        padding: 0 10px;
        height: 32px!important;
    }
        div.top-navigation div.fright,
        div.top-navigation div.fright > span.circle:not(.circle_opened):last-child {
                border-right: 0;
        }
        .lang-wrapper,
        .lang-wrapper .circle:not(.circle_opened) {
                border-left: 0;
        }
    .circle_opened#user-navbar,
    .circle_opened.cart-box-container {
        position: static;
    }
    .circle_opened#user-navbar > .content,
    .circle_opened.cart-box-container > .content {
        min-width: auto;
        max-width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 26px;
    }

        #lang-selector > span.default {
                text-indent: -600px;
                width: 54px;
        }
    #lang-selector > .default:after {
        position: absolute;
        right: 10px;
        top: 12px;
    }
        #lang-selector .default img.lang {
                position: absolute;
                left: 10px;
        top: 8px;
        }
    .lang-wrapper .circle_opened > .content {
        right: 0;
        left: auto;
        min-width: 110px;
    }
    .lang-wrapper .circle_opened > .lang-selector li {
        padding: 7px;
    }
    .cart-box-container ul.cart-items li.controls div:last-child {
        padding-top: 10px;
        text-align: center;
    }
    #user-navbar > .default:before {
        display: none !important;
    }
        #user-navbar > .default > span {
                max-width: 70px;
                white-space: nowrap;
                /*overflow: hidden;*/
                display: inline-block;
                text-overflow: ellipsis;
        }
        section.main-menu a.add-property {
                display: none;
        }
        div#logo {
                margin-left: 10px;
        }
        #search_area {
                padding: 0 0;
        }
    section.alphabetic-search-keywords-search > div.point1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #cat_alphabet_cont {
        padding: 0;
    }
    #cat_alphabet_cont .char_cont {
        padding: 20px 45px 10px 15px;
    }
    #cat_alphabet_cont div.close {
        top: 17px;
        right: 20px;
    }

        section.main-menu span.menu-button {
                margin-left: 10px;
                margin-right: 10px;
        }

        footer.page-footer span.scroll-top {
                left: auto;
                right: 10px;
                top: -36px;
        }
    footer.page-footer {
        height: 175px;
    }
    footer.page-footer > .point1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer.page-footer .copyright {
        padding: 10px 0;
    }
        ul.tabs.search_tabs {
                width: 100%;
        }
        ul.tabs.search_tabs.tabs_count_2 > li {
                width: 50%;
        }
        ul.tabs.search_tabs.tabs_count_3 > li {
                width: 33.333%;
        }
        ul.tabs.search_tabs.tabs_count_4 > li {
                width: 25%;
        }
        ul.tabs.search_tabs > li > span {
                padding: 0 10px;
                font-size: 1em;
        }

        .search-block-content form div.search-form-cell {
                width: 100%;
        }
        .search-block-content {
                /*padding: 6px 0px 0;*/
        }
        .search-block-content form {
                margin-left: 0;
                margin-right: 0;
        }
        div.special-block section.side_block {
                height: auto;
                margin-top: 20px;
        }

        .search-form-cell {
                width: 100%;
        }
        .search-form-cell > div {
                /*margin-left: 10px;
                margin-right: 10px;*/
        }
        .search-form-cell > div > div,
        .search-form-cell > div span.pills {
                width: 100%!important;
        }
        .search-form-cell.numeric-field {
                width: 50%;
        }
        .search-form-cell.numeric-field > div {
                margin-right: 10px;
        }
        .search-form-cell.numeric-field + .search-form-cell.numeric-field > div {
                /*margin-right: 0;
                margin-left: 10px;*/
        }
        .search-form-cell.submit > div {
                margin-top: 15px;
        }
        .search-form-cell.vertical-middle > div > span,
        .search-form-cell.submit > div > span {
                display: none;
        }
        .search-form-cell.submit > div input[type=submit] {
                width: 100%;
        }

        .search-form-cell.three-field > div > div input[type=text],
        .search-form-cell.three-field > div > div input[type=number] {
                width: 33%!important;
                margin-right: 4%;
        }
        .search-form-cell.three-field > div > div select {
                width: 26%;
        }
        .search-form-cell.three-field > div > div > *:not(:last-child) {
                margin-right: 0;
        }

        section.main-menu nav.menu ul.menu {
                padding: 50px 14px 55px 22px;
        }

        section.content_block,
        section.side_block {
                margin-left: 10px;
                margin-right: 10px;
        }
        section.content_block:not(.no-style) > div,
        section.side_block:not(.no-style) > div {
                padding: 20px 20px;
        }

        section.content_block div.category-slider-bar {
                top: -34px;
        }
        /* home content block */
        section.home-content {
                margin: 0 0 20px 0;
        }
        aside.bottom {
                margin-top: 20px;
        }
        /* home content block end */

        ul.tabs {
                margin-left: 10px;
                margin-right: 10px;
        }

        section.content-section ul.tabs {
                margin-left: 0;
                margin-right: 0;
        }
        #bread_crumbs > ul {
                padding-left: 10px;
                padding-right: 10px;
        }
        .grid_navbar.listings-area .buttons > div.grid {
                display: none;
        }
        .grid_navbar .current,
        .grid_navbar ul.fields > li {
                padding: 0 10px;
        }

        /* listing list view */
        section#listings > article div.navigation-column {
                position: absolute;
                width: auto;
                bottom: 8px;
                right: 10px;
                z-index: 1;
        }
    section#listings.list.no-image > article div.navigation-column {
        bottom: 25px;
        right: 10px;
    }
        section#listings > article div.navigation-column div.before-nav {
                display: none;
        }
        section#listings ul.nav-column > li {
                display: inline-block;
                height: 18px;
                margin-left: 5px;
        }
        section#listings ul.nav-column > li .icon {
                top: 0;
        }
    section#listings ul.nav-column > li > a > span.link,
        section#listings ul.nav-column > li > span.link {
                display: none;
        }

        section.list > article {
                width: 100%;
                max-width: 320px;
                margin-left: auto;
                margin-right: auto;
        padding-left: 0;
        padding-right: 0;
                display: block;
                position: relative;
        }
        section#listings.list div.picture {
        width: 320px;
        height: 212px;
                float: none;
                margin: 0;
        }
        section#listings.list div.picture img {
                width: 100%;
                position: static;
        }
        article.featured div.picture > div.label {
                top: 0;
        }
        section#listings.list ul.ad-info {
                background: #f4f4f4;
                padding: 10px;
        }
        section#listings ul.ad-info span.favorite {
                display: inline-block;
                vertical-align: middle;
        }
        section#listings.list ul.ad-info span.favorite {
                float: right;
                margin-top: 5px;
        }
        section#listings.list ul.ad-info > li:last-child {
                padding-bottom: 0;
        }

        section#listings.list ul.ad-info > ol {
                display: none;
        }

        section.categories-box div.cat-tree-cont.limit-height {
                max-height: 185px;
        }
        section.categories-box div.cat-toggle {
                display: none;
        }

        .sub-categories-exist div.categoty-column {
                column-count: 1;
                -moz-column-count: 1;
                -webkit-column-count: 1;
                -ms-column-count: 1;

                column-gap: 0;
                -moz-column-gap: 0;
                -webkit-column-gap : 0;
                -ms-column-gap: 0;
        }

    /* listing details */
    #area_listing.no-pictures {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #area_listing div.area-listing-stats {
        width: auto;
        float: none!important;
        padding: 0 10px;
    }
    #area_listing div.area-listing-content {
        padding: 0!important;
    }

    #area_listing div.area-listing-content div.stat-data {
        display: block!important;
        padding: 0 10px;
    }
    #area_listing div.area-listing-group {
        padding: 0 10px;
    }
    #area_listing section.main-section {
        padding-bottom: 0;
    }

        #lnp_container > li {
                left: 10px;
        }
        div.gallery {
                position: relative;
        }
        div.gallery > div#media {
                height: initial;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
        }
    div.top-navigation .price-tag {
        margin-left: 10px!important;
    }
        div.gallery > div#media .preview,
        div.gallery > div#media .map-container,
        div.gallery > div#media .zoom,
        div.gallery > div.thumbs > div.prev,
        div.gallery > div.thumbs > div.next {
                display: none;
        }
    div.gallery > div.thumbs > div.slider > ul > li:first-child {
        display: inline-block !important;
    }
        div.gallery > div#media .nav-buttons {
                position: absolute;
                width: 100%;
                height: 42px;
                bottom: -42px;
                text-align: center;
                padding: 2px;
        }

        div.gallery > div#media .map,
        div.gallery > div#media .gallery,
        div.gallery > div#media .map-group {
                position: static!important;
                display: inline-block;
                vertical-align: top;
        }

        div.gallery div#media.map > .nav-buttons > .gallery {
                display: inline-block;
        }
        div.gallery > div#media.map + div.thumbs {
                visibility: hidden;
        }

        div.gallery > div.thumbs {
                margin-top: 0;
                padding: 0 10px 10px;
                height: inherit;
                display: block!important;
        }
        div.gallery > div.thumbs > div.slider {
                margin: 0;
                padding: 0;
                position: relative;
        }
        div.gallery > div.thumbs > div.slider > ul {
                width: 100%;
        }
        div.gallery > div.thumbs > div.slider > ul > li {
                display: inline-block;
                width: 100%;
                margin-top: 0!important;
        }
        div.gallery > div.thumbs > div.slider > ul > li img {
                margin: 0!important;
                width: 100%;
                height: auto;
                border: 0;
        background-size: cover;
        }
        div.gallery span.play {
                margin: 0;
                right: 0;
        }
        div.gallery > div.thumbs > div.slider > ul > li iframe {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
        }
        div.gallery > div.thumbs > div.slider > ul > li iframe + div,
        div.gallery > div.thumbs > div.slider > ul > li iframe + div + div {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 40%;
                height: 65%;
        }
        div.gallery > div.thumbs > div.slider > ul > li iframe + div + div {
                left: auto;
                right: 0;
        }

        #area_keyword form.kws-block .two-inline {
                width: 100%;
        }

        div.listing-details h1 {
                margin-bottom: 15px;
                padding: 0;
        }
        body.view-details-page .seller-short div.info-table {
                display: none;
        }
        .seller-short form[name=contact_owner] {
                margin-top: 20px;
        }
        .seller-short.landscape div.picture {
                float: none;
        }
        div.listing-details section.statistics ul.controls {
                float: none;
                width: 100%;
        }
    /* listing details end */

        div.submit-cell > div.name {
                float: none;
                width: auto;
                padding: 0;
                min-height: 26px;
                line-height: 26px;
        }
        div.submit-cell > div.name:empty {
                display: none;
        }
        #modal_block div.submit-cell div.name {
                width: 120px;
        }

        div.submit-cell.buttons div.name {
                min-height: inherit;
                height: 0;
        }

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

        /* two */
        .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;
        }
        /* three */
        .field.three-field > select {
                width: 26%;
                margin-right: 4%;
        }
        .field.three-field > input {
                width: 33%!important;
                margin-right: 4%;
        }
        .field.three-field > *:last-child {
                margin-right: 0;
        }

        .form-buttons.form a {
                width: auto;
        }
        section#accounts.grid {
                text-align: center;
        }
        section#accounts.grid > article {
                display: inline-block;
        vertical-align: top;
        }
        section#accounts > article > div,
        section#accounts > article > ul {
                text-align: left;
        }
    section#accounts div.statistics {
        width: 155px;
    }
    section#accounts .landscape div.statistics {
        width: 260px;
    }
    section#accounts ul.info {
        width: 290px;
    }

        section.seller-short > div > div.picture {
                margin: 0 20px 0 0;
                float: left;
        }
        section.seller-short > div > div.picture img {
                max-width: 150px;
                height: auto;
        }
        section.seller-short ul.seller-info > li:first-child {
                margin-top: 0;
        }
        section.seller-short ul.seller-info {
                overflow: hidden;
        }

        section.seller-short div.picture + div div.name,
        section.account-location div.name {
                width: 120px!important;
        }
        section.seller-short div.picture > div:first-child {
                margin-top: 10px;
        }
        section.seller-short div.counter {
                display: block;
        }

        ul.steps.mobile > li {
                display: none;
        }
        ul.steps.mobile > li.prev,
        ul.steps.mobile > li.current,
        ul.steps.mobile > li.current + li,
        ul.steps.mobile > li.current + li + li {
                display: inline-block;
                width: 33.33333%!important;
        }
        ul.steps.mobile > li.prev + li + li + li {
                display: none!important;
        }

        .form-buttons {
                padding-left: 10px;
                padding-right: 10px;
                text-align: center;
        }

        table.contacts-list tr > td:nth-child(2n) {
                display: none;
        }
        table.contacts-list div.name span.new {
                display: inline-block;
        }

        div.notification {
                width: 100%;
                left: 0;
                margin: 0;
        }
        div.notification > div {
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
        }
        div.notification.done {
                top: 0;
        }

        .content-padding {
                padding-left: 10px;
                padding-right: 10px;
        }
        .content-padding .content-padding,
        .content-padding .text-notice {
                padding-left: 0!important;
                padding-right: 0!important;
        }

        /* tables content */
        div.list-table {
                display: block;
        }
        div.list-table > div.header {
                display: none;
        }
        div.list-table > div.row {
                display: block;
                border-bottom: 2px #e9e9e9 solid;
                position: relative;
                padding: 13px 25px;
                margin: 0;
        }
        div.list-table > div:nth-child(2) {
                padding-top: 0;
        }
        div.list-table > div:last-child {
                padding-bottom: 0;
                border: 0;
        }
        div.list-table > div.row > div {
                display: block;
                border: 0;
                padding: 5px 0 5px 95px!important;
                overflow: hidden;
                position: relative;
        }
        div.list-table > div.row > div:not(.no-flex):before {
                content: attr(data-caption) ":";
                width: 85px;
                display: inline-block;
                white-space: normal;
                word-wrap: break-word;
                font-size: 0.875em;
                color: #949494;
                position: absolute;
                left: 0;
                top: 5px;

                /* it is the best solution for now */
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
        }
        div.list-table > div.row > div.iteration {
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -10px;
                padding: 0!important;
        }
        div.list-table > div.row > div.action {
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -12px;
        }
        div.list-table > div.row > div > div.inline {
                display: inline-block;
        }
        div.list-table > div.row > div.content {
                padding-top: 2px!important;
        }

        div.content div.table-cell > div.name {
                float: none;
                width: auto!important;
        }
        div.content div.table-cell > div.name + div.value {
                padding: 0;
                min-height: 18px;
                line-height: 18px;
        }
        div.content div.table-cell {
                margin-bottom: 10px;
        }
        /* tables content end */

        /* my listings */
        section#listings.my-listings .item div.info {
                display: block;
                width: 100%;
                padding: 0;
        }
        section#listings.my-listings .item div.picture > span {
                width: 34px;
                height: 24px;
                bottom: 20px;
                right: 20px;
                line-height: 22px;
                font-size: 1.071em;
        }
        section#listings.my-listings .item div.info .title {
                position: absolute;
                top: 10px;
                background: white;
                height: 38px;
                line-height: 36px;
                box-shadow: 0 4px 0 rgba(0,0,0,.1);
                max-width: 100%;
                white-space: nowrap;
        }
        section#listings.my-listings .item .title {
                padding: 5px 10px 10px;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
        }
        section#listings.my-listings .item.featured div.info .title {
                background: #e85d00;
                color: #010101;
        }
        section#listings.my-listings div.picture > div.label {
                display: none;
        }
        section#listings.my-listings .item div.navigation {
                display: block;
                width: 100%;
                margin-bottom: 10px;
        }
        section#listings.my-listings .item div.navigation > ul {
                padding: 10px 10px 0;
        }
        section#listings.my-listings .item div.navigation > ul > li {
                display: inline-block;
                vertical-align: top;
                padding-bottom: 0;
        }
        section#listings.my-listings .item div.navigation > ul > li.single-inline {
                display: block;
                margin-bottom: 5px;
        }
        section#listings.my-listings .item div.navigation > ul > li select {
                max-width: 200px;
                width: 100%;
        }
        section#listings.my-listings .item div.navigation > ul > li.nav-icon {
                padding: 8px 0 0 12px;
        }
        section#listings.my-listings .item div.navigation > ul > li a {
                padding: 5px 10px;
        }
        section#listings.my-listings .item div.navigation > ul > li a > span {
                display: none;
        }

        section#listings.my-listings .item div.stat {
                display: block;
                width: 100%;
                position: relative;
        }
        section#listings.my-listings .item div.stat > ul {
                padding: 0 10px;
        }
        section#listings.my-listings .item div.stat .two-inline > *:first-child {
                float: none;
        }
        section#listings.my-listings .item div.stat ul > li {
                width: 48%;
                display: inline-block;
                vertical-align: top;
                margin-right: 4%;
        }
        section#listings.my-listings .item div.stat ul > li:nth-child(2n) {
                margin-right: 0;
        }
        /* my listings end */

        #controller_area div.fieldset.divider > header {
                padding: 0 10px;
        }
        .content-padding div.fieldset > header,
        div.fieldset.light > header {
                padding-left: 0!important;
                padding-right: 0!important;
        }

        ul.pagination {
                padding-left: 20px;
                padding-right: 20px;
        }

        /*** MY PACKAGES ***/
        ul.packages > li {
                display: block;
        }
        ul.packages > li div.frame {
                width: auto;
                display: block;
        }
        ul.packages > li div.status {
                margin: 15px 0 0 0;
                padding: 0 20px;
        }
        ul.packages > li div.status div.renew {
                overflow: hidden;
                text-align: right;
        margin-top: 3px;
        }
        ul.packages > li div.status ul.package_info {
                float: left;
        }
        /*** MY PACKAGES END ***/

        ul.account-menu-content > li {
                padding: 2px 0 10px;
        }
        ul.account-menu-content > li a {
                font-size: 1.143em;
        }

        .modal_block div.inner div.close {
                right: 20px;
        }

        ul.featured > li  {
                max-width: 300px;
                margin-left: auto;
                margin-right: auto;
        }

        section.side_block table.table td.name {
                width: 45%;
        }
        .shc-group ul.checkboxes > li {
                width: 100%!important;
        }
}
@media screen and (max-width: 383px) {
        div#header-banner {
                max-width: 100%;
                height: 62px;
                top: 20px;
                left: 0;
                margin-left: 0;
        }
        section.seller-short > div > div.picture {
                margin: 0 0 15px 0;
                float: none;
        }
        section.seller-short > div > div.picture img {
                max-width: 150px;
                height: auto;
        }
        section.seller-short ul.seller-info {
                overflow: auto;
        }
        .login-form input[type=text],
        .login-form input[type=password] {
                width: 100%;
        }
        div.table-cell ul.checkboxes > li {
                float: none;
                width: 100%;
                margin: 0;
        }
        section#listings.my-listings .item > div.navigation > ul > li select {
                width: 130px;
        }
    .gptwdg {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}
/*** RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .circle > .default:after {
                background: url('../img/@2x/gallery2.png') left -62px no-repeat;
        background-size: 40px auto;
    }
    .circle_opened > .default:after {
        background-position: -7px -62px;
    }
    #user-navbar > span.default:before {
                background: url('../img/@2x/gallery2.png') left -12px no-repeat;
                background-size: 40px auto;
        }
           .circle.cart-box-container > span.default:before {
                background: url('../img/@2x/gallery2.png') right -468px no-repeat;
                background-size: 40px auto;
        }
    .cart-box-container ul.cart-items li.controls div:last-child {
        background: url('../img/@2x/gallery2.png') left -1000px no-repeat;
        background-size: 40px auto;
    }

        #cat_alphabet_cont div.close {
        background: url('../img/@2x/gallery2.png') -23px -51px no-repeat;
        background-size: 40px auto;
    }
    .circle.cart-box-container > span.default:before {
        background: url('../img/@2x/gallery2.png') right -468px no-repeat;
        background-size: 40px auto;
    }
    section.alphabetic-search-keywords-search form.keyword-search input[type="text"] {
        background: url('../img/@2x/gallery2.png') 10px -968px no-repeat white;
        background-size: 40px auto;
    }
    #bread_crumbs > ul > *:not(:last-of-type):after {
        background: url('../img/@2x/gallery2.png') -25px -1000px no-repeat white;
        background-size: 40px auto;
    }
        section.main-menu span.mobile-menu-header > span:last-child:before {
                background: url('../img/@2x/gallery2.png') right -50px no-repeat;
                background-size: 40px auto;
        }

        ul.ad-info > li.services > span:before {
                background: url('../img/@2x/gallery2.png') right -148px no-repeat;
                background-size: 40px auto;
        }
        ul.ad-info > li.services > span.bathrooms:before {
                background-position: right -132px;
        }
        ul.ad-info > li.services > span.square_feet:before {
                background-position: right -162px;
        }

        div.close-black:before {
                background: url('../img/@2x/gallery2.png') right -857px no-repeat;
                background-size: 40px auto;
        }
        select,
        div.cd-extendable > div.dropdown {
                background-image: url('../img/@2x/gallery2.png');
                background-position: right -69px;
                background-repeat: no-repeat;
                background-size: 40px auto;
        }
        input[type=number] {
                background-image: url('../img/@2x/gallery2.png');
                background-position: right -94px;
                background-repeat: no-repeat;
                background-size: 40px auto;
        }
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -595px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox]:checked + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 0 -595px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }

        .testimonials .area > div.quotes {
                background: url('../img/@2x/gallery2.png') -22px -212px no-repeat!important;
                background-size: 40px auto!important;
        }
    div#footer_logo img {
        background: url('../img/@2x/footer_logo.png') top left no-repeat;
        background-size: 100%;
    }
        footer.page-footer span.scroll-top:before {
                background: url('../img/@2x/gallery2.png') right -224px no-repeat;
                background-size: 40px auto;
        }

        input[type=checkbox]:not(.default) + label > span,
        input[type=radio]:not(.default) + label > span {
                background: url('../img/@2x/gallery2.png') 0 -224px no-repeat;
                background-size: 40px auto;
        }
        input[type=radio]:not(.default) + label > span {
                background-position: 0 -155px;
        }
        input[type=checkbox]:not(.default):hover + label > span {
                background-position: 0 -201px;
        }
        input[type=checkbox]:not(.default):checked + label > span {
                background-position: 0 -247px;
        }
        input[type=radio]:not(.default):hover + label > span {
                background-position: 0 -132px;
        }
        input[type=radio]:not(.default):checked + label > span {
                background-position: 0 -178px;
        }
        div.category-slider-bar span.prev,
        div.category-slider-bar span.next,
        div.gallery > div.thumbs > div.prev > div,
        div.gallery > div.thumbs > div.next > div {
                background: url('../img/@2x/gallery2.png') -0px -467px no-repeat;
                background-size: 40px auto;
        }
        div.category-slider-bar span.next,
        div.gallery > div.thumbs > div.next > div {
                background-position: -7px -467px;
        }
        ul.menu-mobile:before {
                background: url('../img/@2x/gallery2.png') right -409px no-repeat;
                background-size: 40px auto;
        }
        .grid_navbar div.map > div > span {
                background: url('../img/@2x/gallery2.png') 0 -449px no-repeat;
                background-size: 40px auto;
        }
        .grid_navbar div.map:hover span,
        .grid_navbar div.map.active span {
                background: url('../img/@2x/gallery2.png') -14px -449px no-repeat;
                background-size: 40px auto;
        }
        .grid_navbar .sorting span.arrow {
                background: url('../img/@2x/gallery2.png') -21px -115px no-repeat;
                background-size: 40px auto;
        }
        .grid_navbar .sorting .active span.arrow {
                background-position: -22px -102px;
        }

        .favorite span.icon {
                background: url('../img/@2x/gallery2.png') right -178px no-repeat;
                background-size: 40px auto;
        }
        .favorite.remove span.icon {
                background-position: right -195px;
        }

        span.media-enlarge:after {
                background: url('../img/@2x/gallery2.png') left -345px no-repeat;
                background-size: 40px auto;
        }

        div.gallery > div.thumbs > div.prev:before,
        div.gallery > div.thumbs > div.next:before {
                background: url('../img/@2x/gallery2.png') left -400px no-repeat;
                background-size: 40px auto;
        }
        div.gallery > div.thumbs > div.next:before {
                background-position: 0 -422px;
        }
        div.gallery > div.thumbs > div.slider > ul > li.locked img {
                background-image: url('../img/@2x/locked.png');
                background-size: 25px auto;
        }
        div#picture_locked img {
                background-image: url('../img/@2x/locked-large.png');
                background-size: 96px auto;
        }
        #loan_reset_form {
                background: url('../img/@2x/gallery2.png') right -426px no-repeat;
                background-size: 40px auto;
        }
        section#listings div.picture > img,
    ul.featured:not(.accounts) > li .picture img {
                background-image: url('../img/@2x/no-picture.png');
                background-size: 190px auto;
        }
        .seller-short form div.field > input + span {
                background: url('../img/@2x/gallery2.png') right -373px no-repeat;
                background-size: 40px auto;
        }
        .seller-short form div.field > input[name=contact_email] + span {
                background-position: right -391px;
        }
        .seller-short form div.field > input[name=contact_phone] + span {
                background-position: right -407px;
        }

        div.categories div.category-name {
                background: url('../img/@2x/gallery2.png') 0 14px repeat-x;
                background-size: 40px auto!important;
        }
        div.table-cell > div.name > div {
                background: url('../img/@2x/gallery2.png') 0 17px repeat-x;
                background-size: 40px auto!important;
        }
        div.gallery > div.preview a > span > span {
                background: url('../img/@2x/gallery2.png') right -604px no-repeat;
                background-size: 40px auto;
        }

        .modal_block div.inner div.close > div {
                background: url('../img/@2x/gallery2.png') right -949px no-repeat;
                background-size: 40px auto;
        }
        a.print > span {
                background: url('../img/@2x/gallery2.png') right -625px no-repeat;
                background-size: 40px auto;
        }
        div.table-cell ul.checkboxes > li.active img {
                background: url('../img/@2x/gallery2.png') 0 -625px no-repeat;
                background-size: 40px auto;
        }
        div.ps-toolbar div div.ps-toolbar-content {
                background-image: url('../img/@2x/photoswipe@2x.png');
                background-size: 176px 88px;
        }

        #lnp_container li.nav a:before {
                background: url('../img/@2x/gallery2.png') left -1049px no-repeat;
                background-size: 40px auto;
        }
        #lnp_container li.nav.next a:before {
                background-position: -10px -1049px;
        }

        .add-to-cart span.icon {
                background: url('../img/@2x/gallery2.png') 0 -949px no-repeat!important;
                background-size: 40px auto!important;
        }

        div.horizontal div.prev:before,
        div.horizontal div.next:before,
        div.vertical div.prev:before,
        div.vertical div.next:before {
                background: url('../img/@2x/gallery2.png') 0 -467px no-repeat;
                background-size: 40px auto;
        }
        div.horizontal div.next:before {
                background-position: -7px -467px;
        }
        div.vertical div.prev:before {
                background-position: 0 -839px;
        }
        div.vertical div.next:before {
           background-position: right -839px;
        }

        section#accounts > article div.no-picture div.picture img,
        div.no-picture img.account-picture {
                background-image: url('../img/@2x/no-account.png');
                background-size: contain;
        }

        section.side_block > span.expander {
                background: url('../img/@2x/gallery2.png') right -502px no-repeat;
                background-size: 40px auto;
        }
        section.side_block > span.expander.active {
                background-position: 0 -502px;
        }

        input.search:hover {
                height: 37px;
                background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
        }
        div.gallery span.play {
                background: url('../img/@2x/play.png') center center no-repeat rgba(0,0,0,.2);
                background-size: 100% auto;
        }

        div.close-black > div {
                background: url('../img/@2x/gallery2.png') right -675px no-repeat;
                background-size: 40px auto;
        }
        .close-red {
                background: url('../img/@2x/gallery2.png') -26px -951px no-repeat;
                background-size: 40px auto;
        }
        div.close-black:hover > div,
        .close-red:hover {
                opacity: 0.8;
        }
        img.remove {
                background: url('../img/@2x/gallery2.png') 0 -857px no-repeat;
                background-size: 40px auto;
        }

        ul#messages_area > li > span {
                background: url('../img/@2x/gallery2.png') right -326px no-repeat;
                background-size: 40px auto;
        }

        img.qtip {
                background-image: url('../img/@2x/gallery2.png');
                background-position: 6px -325px;
                background-size: 40px auto;
        }

        #controller_area div.fieldset > header > span.arrow:after {
                background: url('../img/@2x/gallery2.png') 0 -798px no-repeat;
                background-size: 40px auto;
        }
        #controller_area div.fieldset > header > span.arrow.up:after {
                background-position: -7px -798px;
        }
        .my-listings div.navigation ul li.nav-icon > a:before {
                background: url('../img/@2x/gallery2.png') 0 -776px no-repeat;
                background-size: 40px auto;
        }
        .my-listings div.navigation ul li.nav-icon > a.add-video:before {
                background-position: 0 -821px;
        }
        .my-listings div.navigation ul li.nav-icon > a.edit:before {
                background-position: 0 -755px;
        }
        .my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
                background-position: left -933px;
        }
    .my-listings div.navigation ul li.nav-icon > a.delete:before,
        .delete.icon {
                background: url('../img/@2x/gallery2.png') right -755px no-repeat;
                background-size: 40px auto;
        }
        span.media-enlarge > span {
                background: url('../img/@2x/gallery2.png') right -604px no-repeat;
                background-size: 40px auto;
        }

        div.map-capture > img {
                background-size: auto 100%;
        }

        div.cd-extendable > div.box ul > li.selected > a:before {
                background: url('../img/@2x/gallery2.png') right -933px no-repeat;
                background-size: 40px auto;
        }

        div.cd-extendable > div.box ul > li > span:after {
                background: url('../img/@2x/gallery2.png') -28px -362px no-repeat;
                background-size: 40px auto;
        }
    section#listings ul.nav-column a.add-to-cart:before {
        background: url('../img/@2x/gallery2.png') -15px -1015px no-repeat;
        background-size: 40px auto;
    }
    body a.reportBroken  img {
        background: url(../img/@2x/gallery2.png) 0 -1132px no-repeat !important;
        background-size: 40px auto !important;
    }
    body a.removeBroken img {
        background: url(../img/@2x/gallery2.png) 100% -1132px no-repeat !important;
        background-size: 40px auto !important;
    }
}
/*** PIXEL RETIO 1.5 END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px),
only screen and (min-resolution: 144dpi) and (max-width: 767px) {
        div.gallery span.play {
                background-size: 40% auto;
        }
}

/*** CUSTOM SCROLLBAR ***/
.mCustomScrollbar {
    position: relative;
    display: block;
}
.mCustomScrollbar .mCustomScrollBox {
    overflow: hidden;
}
.mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_container {
    width: auto;
    overflow: hidden;
    margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.65;
}
.mCustomScrollbar:not(.mCS_no_scrollbar) .mCustomScrollBox.mCSB_vertical {
    margin-right: 3px;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f1f1f1;
    background-color: rgba(153,153,153,0.4);
    width: 3px;
    height: 100%;
    margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #396932;
    width: 3px;
    height: 100%;
}
.mCSB_scrollTools_vertical .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_horizontal .mCSB_draggerContainer {
    width: 100%;
}
.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 3px;
    margin: 0;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: auto;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 3px;
    margin: 0 auto;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 3px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
/*** CUSTOM SCROLLBAR END ***/

/*** IE fallback ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        select {
                padding: 4px 5px;
        }
        input[type=text],
        input[type=password],
        input[type=number] {
                padding-bottom: 1px;
        }
}
/*** IE fallback end ***/

/* plugins's bugs fix */
ul.comments li > div:before {
    background-color: transparent !important;
}

/*** RED THEME ***/
/* bg e07165 */
/* bg h cc5e52 */
/* c 9d3024 */
/* c h b35247 */
/* bd a1382c */

/*** COMMON STYLES ***/
body.red-theme .grid-icon-fill,
body.red-theme .details-icon-fill {
    fill: #e07165 !important;
}
body.red-theme .header-usernav-icon-fill {
    fill: #9d3025 !important;
}
body.red-theme a:link,
body.red-theme a:visited,
body.red-theme .link {
    color: #9d3024;
}
body.red-theme ul.cat-tree li span.toggle,
body.red-theme .font1, /* light font on the dark bg or instead */
body.red-theme a.font1 {
    color: #9d3024;
}
body.red-theme a.font1:hover,
body.red-theme a.active.font1,
body.red-theme .active .font1 {
    color: #b35247;
}
body.red-theme a:hover,
body.red-theme a:active,
body.red-theme .link:hover {
    color: #b35247;
}
body.red-theme input[type=submit],
body.red-theme input[type=button],
body.red-theme .file-input span,
body.red-theme a.button,
body.red-theme .btn {
    background-color: #e07165;
    color: #fff;
}
body.red-theme input[type=submit]:hover,
body.red-theme input[type=button]:hover,
body.red-theme a.button:not(.disabled):hover,
body.red-theme .file-input span:hover,
body.red-theme .btn:hover {
    background-color: #cc5e52;
    color: #fff;
}
body.red-theme a.button.disabled,
body.red-theme input[type=submit].disabled,
body.red-theme input[type=button].disabled {
    background-color: #b1b1b1;
    color: #333;
}
body.red-theme input:focus,
body.red-theme select:focus {
    border-color: #e07165;
    box-shadow: 0 0 3px #e07165;
}
body.red-theme input[type=submit].low,
body.red-theme input[type=button].low,
body.red-theme a.button.low {
    color: #fff;
}
body.red-theme input[type=radio].multiline + label,
body.red-theme input[type=checkbox].multiline + label {
    color: #9d3024;
}
body.red-theme div.header-banner-cont {
    background: #ffc8c2;
    border-bottom: 2px #9d3024 solid;
}
body.red-theme div.banner-space {
    box-shadow: inset 0 0 0 1px #fba39b;
    color: #9d3025;
}
/*** COMMON STYLES end ***/

/*** PAGE HEADER ***/
body.red-theme .user-navbar-container .remember-me label {
    color: #9d3024 !important;
}
body.red-theme .circle_opened > .content {
    background: #ff978b;
}
body.red-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #9d3024;
}
body.red-theme header.page-header {
    border-color: #e07165;
}
body.red-theme .circle > .default {
    background: #e07165;
}
body.red-theme section.main-menu ul.menu > li > a,
body.red-theme section.main-menu ul.menu > li.more > span,
body.red-theme section.main-menu ul#main_menu_more > li > a,
body.red-theme nav.footer-menu a {
    color: #9d3024;
}
body.red-theme section.main-menu ul > li > a:hover,
body.red-theme nav.footer-menu a:hover,
body.red-theme section.main-menu ul > li.active > a {
    color: #1f1f1f;
}
body.red-theme section.main-menu ul.menu > li.active > a {
    border-color: #e07165 !important;
}
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
body.red-theme #ac_interface .mCSB_dragger_bar,
body.red-theme div.category-slider-bar > span.navigation > span:after {
    background: #a1382c;
}
body.red-theme #ac_interface div.ac-category a,
body.red-theme #ac_interface div.ac-listing a b {
    color: #a1382c !important;
}
body.red-theme div.top-navigation .price-tag {
    background: #e07165;
}
body.red-theme section.side_block > h3 {
    background-color: #e07165;
    border-color: #a1382c;
}
body.red-theme .modal_block div.inner div.modal_content {
    border-color: #a1382c;
}
body.red-theme div.top-navigation .price-tag:after {
    border-top-color: #e07165;
}
body.red-theme div.fieldset > header {
    color: #9d3024;
}
body.red-theme ul.tabs > li {
    color: #9d3024;
}
body.red-theme ul.tabs > li.active > a {
    color: #000;
    border-top-color: #9d3024;
}
body.red-theme .grid_navbar div.list:not(.active) > div > span {
    background-color: #e07165 !important;
}
body.red-theme .grid_navbar .buttons > div > div > span {
    border-color: #e07165 !important;
}
body.red-theme .grid_navbar div.list:not(.active):hover > div > span {
    background-color: #9d3024 !important;
}
body.red-theme .grid_navbar div.list:not(.active):hover > div > span:first-child,
body.red-theme .grid_navbar div.list:not(.active):hover > div > span:nth-child(4),
body.red-theme .grid_navbar .buttons > div > div > span:first-child,
body.red-theme .grid_navbar .buttons > div > div > span:nth-child(4) {
    background-color: #fff !important;
}
body.red-theme .grid_navbar .buttons > div.list:not(.active):hover > div > span,
body.red-theme .grid_navbar .buttons > div:hover > div > span {
    border-color: #9d3024 !important;
}
body.red-theme .cart-box-container ul.cart-items li.controls a.button.cart {
    background-color: #a1382c;
}
body.red-theme .cart-box-container ul.cart-items li > div.info > a {
    color: #9d3024;
}
body.red-theme .grid_navbar .buttons > div.active > div > span {
    border-color: #000 !important;
}
body.red-theme .h1-nav nav > a.post_ad {
    background-color: #e07165;
}
body.red-theme img.qtip {
    background-color: #e07165;
}
body.red-theme .jslider .jslider-bg .v {
    background-color: #e07165 !important;
}
body.red-theme section.main-menu span.menu-button > span {
    background-color: #e07165;
}

body.red-theme .marker-label > span,
body.red-theme .leaflet-custom-popup_label-style .leaflet-popup-close-button {
    background: #e07065 !important;
}
body.red-theme .marker-label > span:before {
    border-top-color: #e07065;
}
body.red-theme .leaflet-custom-popup_label-style .leaflet-popup-content-wrapper {
    border-color: #e07065;
}
body.red-theme .marker-cluster div {
    box-shadow: inset 0 0 0 30px #b9574f, 0 0 0 4px rgba(0, 0, 0, 0.2);
}

body.red-theme .loading-spinner {
    background-color: #e07165;
}
/*** PAGE CONTENT END ***/

/*** PAGE FOOTER ***/
body.red-theme nav.footer-menu li a {
    color: #676767;
}
body.red-theme footer.page-footer {
    border-color: #e07165;
}
body.red-theme .template-download img.thumbnail:hover {
    box-shadow: 0 0 0 2px #e07165;
}
body.red-theme nav.footer-menu li a:hover {
    color: #9d3024;
}
body.red-theme nav.footer-menu li.active a {
    color: #9d3024;
}
/*** PAGE FOOTER END ***/

/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
    body.red-theme section.main-menu nav.menu ul.menu > li > a {
        color: #dfa099;
    }
    body.red-theme section.main-menu nav.menu ul.menu > li > a:hover {
        color: white;
    }
}

/*** BACKGROUND IMAGES ***/
body.red-theme select,
body.red-theme input[type=number],
body.red-theme .circle > .default:after,
body.red-theme .circle_opened > .default:after,
body.red-theme #user-navbar > span.default:before,
body.red-theme .circle.cart-box-container > span.default:before,
body.red-theme .circle.cart-box-container > span.default:before,
body.red-theme .favorite span.icon,
body.red-theme .favorite.remove span.icon,
body.red-theme input[type=checkbox]:not(.default) + label > span,
body.red-theme input[type=radio]:not(.default) + label > span,
body.red-theme section#listings ul.nav-column > li.add-to-cart span.icon,
body.red-theme .grid_navbar div.map > div > span,
body.red-theme .grid_navbar .sorting span.arrow,
body.red-theme a.print > span,
body.red-theme section.alphabetic-search-keywords-search form.keyword-search input[type="text"],
body.red-theme .search-map-container div.mobile-navigation > div:after,
body.red-theme div.table-cell ul.checkboxes > li.active img {
    background-image: url(../img/gallery_red.png);
}
body.red-theme a.reportBroken  img,
body.red-theme a.removeBroken img {
    background-image: url(../img/gallery_red.png) !important;
}

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    body.red-theme select,
    body.red-theme input[type=number],
    body.red-theme .circle > .default:after,
    body.red-theme .circle_opened > .default:after,
    body.red-theme #user-navbar > span.default:before,
    body.red-theme .circle.cart-box-container > span.default:before,
    body.red-theme .favorite span.icon,
    body.red-theme .favorite.remove span.icon,
    body.red-theme input[type=checkbox]:not(.default) + label > span,
    body.red-theme input[type=radio]:not(.default) + label > span,
    body.red-theme section#listings ul.nav-column > li.add-to-cart span.icon,
    body.red-theme .grid_navbar div.map > div > span,
    body.red-theme .grid_navbar .sorting span.arrow,
    body.red-theme a.print > span,
    body.red-theme section.alphabetic-search-keywords-search form.keyword-search input[type="text"],
    body.red-theme .search-map-container div.mobile-navigation > div:after,
    body.red-theme div.table-cell ul.checkboxes > li.active img {
        background-image: url(../img/@2x/gallery2_red.png);
    }
    body.red-theme a.reportBroken  img,
    body.red-theme a.removeBroken img,
    body.red-theme section#listings ul.nav-column > li.add-to-cart span.icon {
        background-image: url(../img/@2x/gallery2_red.png) !important;
    }
}

body.red-theme ul.select-category select {
    background-image: none;
}
/*** BACKGROUND IMAGES END ***/

/*** RED THEME END ***/

/*** BLUE THEME ***/

/*** COMMON STYLES ***/
body.blue-theme .grid-icon-fill,
body.blue-theme .details-icon-fill {
    fill: #689bd4 !important;
}
body.blue-theme .header-usernav-icon-fill {
    fill: #205086 !important;
}
body.blue-theme a:link,
body.blue-theme a:visited,
body.blue-theme .link {
    color: #205086;
}
body.blue-theme ul.cat-tree li span.toggle,
body.blue-theme .font1, /* light font on the dark bg or instead */
body.blue-theme a.font1 {
    color: #205086;
}
body.blue-theme a.font1:hover,
body.blue-theme a.active.font1,
body.blue-theme .active .font1 {
    color: #5397e5;
}
body.blue-theme a:hover,
body.blue-theme a:active,
body.blue-theme .link:hover {
    color: #5397e5;
}
body.blue-theme input[type=submit],
body.blue-theme input[type=button],
body.blue-theme .file-input span,
body.blue-theme a.button,
body.blue-theme .btn {
    background-color: #689bd4;
    color: #fff;
}
body.blue-theme input[type=submit]:hover,
body.blue-theme input[type=button]:hover,
body.blue-theme a.button:not(.disabled):hover,
body.blue-theme .file-input span:hover,
body.blue-theme .btn:hover {
    background-color: #5b9eeb;
    color: #fff;
}
body.blue-theme a.button.disabled,
body.blue-theme input[type=submit].disabled,
body.blue-theme input[type=button].disabled {
    background-color: #b1b1b1;
    color: #333;
}
body.blue-theme input:focus,
body.blue-theme select:focus {
    border-color: #689bd4;
    box-shadow: 0 0 3px #689bd4;
}
body.blue-theme input[type=submit].low,
body.blue-theme input[type=button].low,
body.blue-theme a.button.low {
    color: #fff;
}
body.blue-theme input[type=radio].multiline + label,
body.blue-theme input[type=checkbox].multiline + label {
    color: #205086;
}
body.blue-theme div.header-banner-cont {
    background: #a6d0ff;
    border-bottom: 2px #205086 solid;
}
body.blue-theme div.banner-space {
    box-shadow: inset 0 0 0 1px #689cd4;
    color: #205186;
}
/*** COMMON STYLES end ***/

/*** PAGE HEADER ***/
body.blue-theme .user-navbar-container .remember-me label {
    color: #205086 !important;
}
body.blue-theme .circle_opened > .content {
    background: #a6d0ff;
}
body.blue-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #205086;
}
body.blue-theme header.page-header {
    border-color: #689bd4;
}
body.blue-theme .circle > .default {
    background: #689bd4;
}
body.blue-theme .jslider .jslider-bg .v {
    background-color: #689bd4 !important;
}
body.blue-theme section.main-menu ul.menu > li > a,
body.blue-theme section.main-menu ul.menu > li.more > span,
body.blue-theme section.main-menu ul#main_menu_more > li > a,
body.blue-theme nav.footer-menu a {
    color: #205086;
}
body.blue-theme section.main-menu ul > li > a:hover,
body.blue-theme nav.footer-menu a:hover,
body.blue-theme section.main-menu ul > li.active > a {
    color: #1f1f1f;
}
body.blue-theme section.main-menu ul.menu > li.active > a {
    border-color: #689bd4 !important;
}
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
body.blue-theme #ac_interface .mCSB_dragger_bar,
body.blue-theme div.category-slider-bar > span.navigation > span:after {
    background: #245993;
}
body.blue-theme #ac_interface div.ac-category a,
body.blue-theme #ac_interface div.ac-listing a b {
    color: #245993 !important;
}
body.blue-theme div.top-navigation .price-tag {
    background: #689bd4;
}
body.blue-theme section.side_block > h3 {
    background-color: #689bd4;
    border-color: #245993;
}
body.blue-theme .modal_block div.inner div.modal_content {
    border-color: #245993;
}
body.blue-theme div.top-navigation .price-tag:after {
    border-top-color: #689bd4;
}
body.blue-theme div.fieldset > header {
    color: #205086;
}
body.blue-theme ul.tabs > li {
    color: #205086;
}
body.blue-theme ul.tabs > li.active > a {
    color: #000;
    border-top-color: #205086;
}
body.blue-theme .grid_navbar div.list:not(.active) > div > span {
    background-color: #689bd4 !important;
}
body.blue-theme .grid_navbar .buttons > div > div > span {
    border-color: #689bd4 !important;
}
body.blue-theme .grid_navbar div.list:not(.active):hover > div > span {
    background-color: #205086 !important;
}
body.blue-theme .grid_navbar div.list:not(.active):hover > div > span:first-child,
body.blue-theme .grid_navbar div.list:not(.active):hover > div > span:nth-child(4),
body.blue-theme .grid_navbar .buttons > div > div > span:first-child,
body.blue-theme .grid_navbar .buttons > div > div > span:nth-child(4) {
    background-color: #fff !important;
}
body.blue-theme .grid_navbar .buttons > div.list:not(.active):hover > div > span,
body.blue-theme .grid_navbar .buttons > div:hover > div > span {
    border-color: #205086 !important;
}
body.blue-theme .cart-box-container ul.cart-items li.controls a.button.cart {
    background-color: #245993;
}
body.blue-theme .cart-box-container ul.cart-items li > div.info > a {
    color: #205086;
}
body.blue-theme .grid_navbar .buttons > div.active > div > span {
    border-color: #000 !important;
}
body.blue-theme .h1-nav nav > a.post_ad {
    background-color: #689bd4;
}
body.blue-theme img.qtip {
    background-color: #3879c2;
}
body.blue-theme section.main-menu span.menu-button > span {
    background-color: #689bd4;
}

body.blue-theme .marker-label > span,
body.blue-theme .leaflet-custom-popup_label-style .leaflet-popup-close-button {
    background: #5f91c7 !important;
}
body.blue-theme .marker-label > span:before {
    border-top-color: #5f91c7;
}
body.blue-theme .leaflet-custom-popup_label-style .leaflet-popup-content-wrapper {
    border-color: #5f91c7;
}
body.blue-theme .marker-cluster div {
    box-shadow: inset 0 0 0 30px #4976a7, 0 0 0 4px rgba(0, 0, 0, 0.2);
}

body.blue-theme .loading-spinner {
    background-color: #689bd4;
}
/*** PAGE CONTENT END ***/

/*** PAGE FOOTER ***/
body.blue-theme nav.footer-menu li a {
    color: #676767;
}
body.blue-theme footer.page-footer {
    border-color: #689bd4;
}
body.blue-theme .template-download img.thumbnail:hover {
    box-shadow: 0 0 0 2px #689bd4;
}
body.blue-theme nav.footer-menu li a:hover {
    color: #205086;
}
body.blue-theme nav.footer-menu li.active a {
    color: #205086;
}
/*** PAGE FOOTER END ***/

/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
    body.blue-theme section.main-menu nav.menu ul.menu > li > a {
        color: #80a9d8;
    }
    body.blue-theme section.main-menu nav.menu ul.menu > li > a:hover {
        color: white;
    }
}

/*** BACKGROUND IMAGES ***/
body.blue-theme select,
body.blue-theme input[type=number],
body.blue-theme .circle > .default:after,
body.blue-theme .circle_opened > .default:after,
body.blue-theme #user-navbar > span.default:before,
body.blue-theme .circle.cart-box-container > span.default:before,
body.blue-theme .circle.cart-box-container > span.default:before,
body.blue-theme .favorite span.icon,
body.blue-theme .favorite.remove span.icon,
body.blue-theme input[type=checkbox]:not(.default) + label > span,
body.blue-theme input[type=radio]:not(.default) + label > span,
body.blue-theme section#listings ul.nav-column > li.add-to-cart span.icon,
body.blue-theme .grid_navbar div.map > div > span,
body.blue-theme .grid_navbar .sorting span.arrow,
body.blue-theme a.print > span,
body.blue-theme section.alphabetic-search-keywords-search form.keyword-search input[type="text"],
body.blue-theme .search-map-container div.mobile-navigation > div:after,
body.blue-theme div.table-cell ul.checkboxes > li.active img {
    background-image: url(../img/gallery_blue.png);
}
body.blue-theme a.reportBroken  img,
body.blue-theme a.removeBroken img {
    background-image: url(../img/gallery_blue.png) !important;
}

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    body.blue-theme select,
    body.blue-theme input[type=number],
    body.blue-theme .circle > .default:after,
    body.blue-theme .circle_opened > .default:after,
    body.blue-theme #user-navbar > span.default:before,
    body.blue-theme .circle.cart-box-container > span.default:before,
    body.blue-theme .circle.cart-box-container > span.default:before,
    body.blue-theme .favorite span.icon,
    body.blue-theme .favorite.remove span.icon,
    body.blue-theme input[type=checkbox]:not(.default) + label > span,
    body.blue-theme input[type=radio]:not(.default) + label > span,
    body.blue-theme section#listings ul.nav-column > li.add-to-cart span.icon,
    body.blue-theme .grid_navbar div.map > div > span,
    body.blue-theme .grid_navbar .sorting span.arrow,
    body.blue-theme a.print > span,
    body.blue-theme section.alphabetic-search-keywords-search form.keyword-search input[type="text"],
    body.blue-theme .search-map-container div.mobile-navigation > div:after,
    body.blue-theme div.table-cell ul.checkboxes > li.active img {
        background-image: url(../img/@2x/gallery2_blue.png);
    }
    body.blue-theme section#listings ul.nav-column > li.add-to-cart span.icon,
    body.blue-theme a.reportBroken  img,
    body.blue-theme a.removeBroken img {
        background-image: url(../img/@2x/gallery2_blue.png) !important;
    }
}

body.blue-theme ul.select-category select {
    background-image: none;
}
/*** BACKGROUND IMAGES END ***/

/*** BLUE THEME END ***/

/*** UNIVERSAL GRID CLEANER ***/
@media screen and (max-width: 767px) {
    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1):not(.no-clear) {
        clear: both;
    }
}
@media screen and (min-width: 767px) {
    .col-xs-1[class*="col-sm"],
    .col-xs-2[class*="col-sm"],
    .col-xs-3[class*="col-sm"],
    .col-xs-4[class*="col-sm"],
    .col-xs-6[class*="col-sm"],
    .col-xs-1[class*="col-md"],
    .col-xs-2[class*="col-md"],
    .col-xs-3[class*="col-md"],
    .col-xs-4[class*="col-md"],
    .col-xs-6[class*="col-md"],
    .col-xs-1[class*="col-lg"],
    .col-xs-2[class*="col-lg"],
    .col-xs-3[class*="col-lg"],
    .col-xs-4[class*="col-lg"],
    .col-xs-6[class*="col-lg"] {
        clear: none;
    }
    .col-sm-1:nth-of-type(12n+1),
    .col-sm-2:nth-of-type(6n+1),
    .col-sm-3:nth-of-type(4n+1),
    .col-sm-4:nth-of-type(3n+1),
    .col-sm-6:nth-of-type(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 992px) {
    .col-sm-1[class*="col-md"],
    .col-sm-2[class*="col-md"],
    .col-sm-3[class*="col-md"],
    .col-sm-4[class*="col-md"],
    .col-sm-6[class*="col-md"],
    .col-sm-1[class*="col-lg"],
    .col-sm-2[class*="col-lg"],
    .col-sm-3[class*="col-lg"],
    .col-sm-4[class*="col-lg"],
    .col-sm-6[class*="col-lg"] {
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 1200px) {
    .col-md-1[class*="col-lg"],
    .col-md-2[class*="col-lg"],
    .col-md-3[class*="col-lg"],
    .col-md-4[class*="col-lg"],
    .col-md-6[class*="col-lg"] {
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: both;
    }
}
/*** UNIVERSAL GRID CLEANER END ***/