.scrollbar {
  overflow-y: auto;
  overflow-x: hidden; }
  .scrollbar:not(.scrollbar_no-padding) {
    padding-right: 10px; }
  .scrollbar_horizontal {
    overflow-y: hidden;
    overflow-x: auto; }
    .scrollbar_horizontal:not(.scrollbar_no-padding) {
      padding-right: 0;
      padding-bottom: 10px; }
  .scrollbar::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    width: 4px;
    height: 4px;
    border-radius: 2px; }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(254, 218, 141, 0.4); }
  .scrollbar:hover::-webkit-scrollbar-thumb {
    background: rgba(254, 218, 141, 0.8); }

/*** COMMON STYLES ***/
body, html {
    height: 100%;
}
body {
    margin: 0px auto;
    background: url('../img/velvet_pattern.png') center top repeat #1d161d;
    font-size: 14px;
    color: #dbdbdb;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

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

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

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

ul li {
    list-style: none;
}

body.static-page section#controller_area ul li,
section.side_block.html-block ul li,
section.content_block.html-block ul li {
    list-style: inherit;
}
body.static-page section#controller_area ul,
body.static-page section#controller_area ol,
section.side_block.html-block ul,
section.side_block.html-block ol,
section.content_block.html-block ul,
section.content_block.html-block ol {
    padding: 10px 0 10px 40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.fixed {
    table-layout: fixed;
}
img {
    vertical-align: middle;
}
label {
    user-select: none;
}
strong, b {
    font-weight: 400;
}

.shrink-fix {
    min-width: 0;
}
.show {
  display: block !important;
}
.grid-icon-fill,
.details-icon-fill {
    fill: #ffffff !important;
}
.header-usernav-icon-fill {
    fill: #f0b83e !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;
}

body > svg {
    display: none !important;
}

/* links */
a:link,
a:visited,
.link {
    color: #ffebb1;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
}
a:hover,
a:active,
a.active,
.link:hover {
    text-decoration: underline;
}
section.side_block a:not(.button),
section.side_block .link,
.restricted-content a:not(.button),
.fancybox-inner a,
.map-listing__title,
.hlight a:not(.button) {
    color: #a28602!important;
}
#fancybox-thumbs ul li.active a {
    border-color: #c449d3!important;
}
/* links end */

/* fonts */
.link-large {
    font-size: 1.125em!important;
    font-weight: 300!important;
}
span.text-notice,
div.text-notice {
    padding-bottom: 10px;
}
.text-notice + form {
    margin-top: 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.857em;
    color: #949494;
    font-weight: 300;
}
.notice,
.notice_message {
    color: #c95265;
    font-size: 1em;
}
.notice_message {
    padding-top: 5px;
}
/* fonts end */

/* h1 */
h1 {
    color: #ffffff;
    font-size: 1.875em;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 300;
    overflow: hidden;
    vertical-align: top;
}
#controller_area > h1 {
    margin-bottom: 22px;
}
/* h1 end */

/* global style items */
.hlight {
    background: white;
    border-radius: 5px;
    color: #080508;
}
.hborder {
    border-color: white;
}
/* global style items end */

/* inputs */
input[type=text],
input[type=search],
input[type=password],
textarea,
select,
.select2-selection--single,
.select2-selection--multiple,
.select2-dropdown {
    height: 39px;
    background: #1d161d;
    border: 2px #cccccc solid;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.08);
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0 10px 2px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}
input:hover,
select:hover,
.select2-container:not(.select2-container--disabled) .select2-selection--single:hover {
    border-color: #ececec;
}
input:focus,
select:focus,
textarea:focus,
.select2-container:not(.select2-container--disabled) .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
    border-color: #f8ba46;
    color: #fdad17;
}
textarea {
    line-height: normal;
    height: auto;
    padding: 8px 10px 8px;
    width: 100%;
}
select,
.select2-selection--single {
    background: #1d161d;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    color: #ffffff;
}
@-moz-document url-prefix() {
    select {
        padding: 7px;
    }
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled],
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    color: #bfbfbf;
    opacity: .8;
}
select,
.select2-selection--single .select2-selection__arrow {
    background: url('../img/gallery.png') right -1392px no-repeat;
    padding-right: 27px;
}
option {
    padding: 2px 0;
}
input[type=submit],
input[type=button],
a.button{
    background: #facf74;
    border-radius: 5px;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    color: #1d161d;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 1em;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    cursor: pointer;
    -webkit-appearance: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
    background: #f9c24f;
    text-decoration: none;
}
a.button {
    display: inline-block;
    height: 37px;
    line-height: 35px;
}
a.button.wide {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
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: 35px;
    line-height: 34px;
}
.button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
    color: #f9f9f9;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
    opacity: 0;
    position: absolute;
    width: 26px;
    height: 26px;
}
input[type=checkbox]:not(.default) + label,
input[type=radio]:not(.default) + label {
    max-width: 100%;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../img/gallery.png') 0 -1046px no-repeat;
    vertical-align: top;
    margin: 0 5px 0 0;
}
input[type=radio]:not(.default) + label > span {
    background-position: 0 -1130px;
}
input[type=checkbox]:not(.default):hover + label > span {
    background-position: 0 -1074px;
}
input[type=radio]:not(.default):hover + label > span {
    background-position: 0 -1158px;
}
input[type=checkbox]:not(.default):checked + label > span,
input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1102px;
}
input[type=checkbox]:not(.default):checked + label,
input[type=radio]:not(.default):checked + label {
    color: #ffffff;
}
input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1186px;
}

input[type=radio].multiline + label,
input[type=checkbox].multiline + label {
    height: auto;
    text-align: center;
    font-weight: 300;
    font-size: 0.929em;
}
input[type=radio].multiline:checked + label,
input[type=checkbox].multiline:checked + label {
    color: #feda8d;
}
input[type=checkbox].multiline:not(.default) + label > span,
input[type=radio].multiline:not(.default) + label > span {
    display: block;
    margin: 0 auto;
}
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 {
    height: 36px;
    background-image: url('../img/gallery.png');
    background-position: 12px -431px;
    background-repeat: no-repeat;
    width: 0;
}
input.search:hover {
    height: 37px;
    background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
}

/* 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 -1213px 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: 0 -1213px;
}
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: #e38a8a;
}
div.field.error label {
    color: #c92a44;
}
select.error,
select.error + .select2-container .select2-selection--single {
    background-color: #ffecef;
    border-color: #e38a8a;
    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;
    cursor: pointer;
}
.file-input input.file-name {
    width: 200px;
    position: relative;
}
.file-input span {
    display: inline-block;
    background: #b3b3b3;
    line-height: 38px;
    height: 39px;
    padding: 0 20px 3px;
    color: white;
    font-size: 1.071em;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
body > div#floor > header {
    height: 164px;
    z-index: 99;
}
body > div#floor > header > section:first-child {
    height: 100px;
    background: rgba(25,23,25,1);
}
body > div#floor > header > section:first-child > div {
    margin: 0 auto;
    position: relative;
    height: 100%;
}
body > div#floor > header > section.main-menu {
    height: 64px;
    position: relative;
    background: rgb(0,0,0); /* Old browsers */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 72%,rgba(0,0,0,1) 100%); /* W3C */
}
body > div#floor > header > section.main-menu:before {
    content: '';
    height: 60px;
    width:100%;
    background: rgba(8,5,8,1);
    position: absolute;
    left:0;
    top:2px;
}
body > div#floor > header > section > nav {
    margin: 0 auto;
}
div#logo {
    width: 240px;
    height: 76px;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 5;
}
div.header-banner-cont {
    height: 106px;
    background: #181218;
}
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 #ffebb1;
    color: #ffebb1;
    font-size: 1.286em;
}

section#listings.grid div.banner-in-grid {
    display: inline-block;
}
div.banner-in-grid > div.banner-space {
    height: 90px !important;
    margin-bottom: 30px;
}

/* top navigation */
div#top-navigation {
    position: absolute;
    right: 0;
    top: 31px;
    margin-right: 2px;
}
div#top-navigation > span.circle:not(:last-child) {
    margin-right: 5px;
}

span.circle {
    position: relative;
}
span.circle > span.default,
a.circle {
    box-shadow: 0 0 0 2px #ffffff, 0px 2px 0px 2px rgba(0,0,0,.08);
    border-radius: 5px;
    height: 38px;
    padding: 0 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    user-select: none;
}
a.circle {
    text-decoration: none;
    color: #F9C24F;
}
span.circle:hover > span.default,
a.circle:hover {
    box-shadow: 0 0 0 2px #F9C24F, 0px 2px 0px 2px rgba(0,0,0,.08);
}
span.circle.circle_opened > span.default,
a.circle:active {
    box-shadow: 0 0 0 2px #f9c24f;
    background: #1d161d;
}
span.circle > span.content {
    position: absolute;
    min-width: 100%;
    top: 43px;
    z-index: 100;
    right: 0;
    padding: 10px 16px 13px;
    box-shadow: 0 0 0 2px #f9c24f, 0px 2px 0px 2px rgba(0,0,0,.08);
    background: #1c1a1c;
    border-radius: 5px;
    box-sizing: border-box;
}
span.circle.circle_opened > span.content {
    display: block;
}
span > .circle:not(:last-child) {
    margin-right: 7px;
}
span.circle .content a:not(.button) {
    color: white;
}
span.circle .content a.active {
	color: #ffebb1;
}

/* lang selector */
span.circle.selector > span.default {
    padding-right: 35px!important;
}
span.circle.selector > span.default:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 16px;
    right: 14px;
    background: url('../img/gallery.png') -23px -1406px no-repeat;
}
span.circle.selector.circle_opened > span.default:after {
    background-position: -23px -1439px;
}
span.circle.selector ul > li {
    white-space: nowrap;
}
span.circle.selector ul > li:not(:last-child) {
    padding: 0 0 10px 0;
}
span.circle.selector ul > li > a {
    white-space: nowrap;
}
span.circle.selector ul > li.active > a {
    text-decoration: underline;
    color: #ffebb1;
}
#user-navbar > span.default {
    padding-left: 40px!important;
}

/* user navigation bar */
.user-navigation-bar {
    margin-left: 30px;
}

.user-navigation-bar > a {
    padding-left: 40px;
    white-space: nowrap;
}
.user-navigation-bar > a:before,
#user-navbar > span.default:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    top: 9px;
    background: url('../img/gallery.png') 0 -773px no-repeat;
}
.user-navigation-bar > a.registration {
    background-color: #1d161d;
    color: #f9c24f;
    box-shadow: 0 0 0 2px #ffffff, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:hover {
    background-color: #1d161d;
    box-shadow: 0 0 0 2px #f9c24f, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:before {
    background-position: -22px -744px;
}
.user-navigation-bar ul > li > a.logout {
    color: #f9c24f;
    font-weight: 400;
}
.user-navigation-bar a.counter,
.account-menu-content a.counter {
    font-size: 0.875em;
    color: #080508;
    padding: 1px 5px 2px;
    border-radius: 3px;
    vertical-align: top;
    margin: 0 3px;
    display: inline-block;
    line-height: 14px;
    background: #ffebb1;
}
.user-navigation-bar a.counter {
    background: #ffebb1;
}
.user-navigation-bar a.counter:hover {
    text-decoration: none;
}
#user-navbar > span.default:before {
    background: url('../img/gallery.png') 0 -744px no-repeat;
}
/* user navigation bar end */

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

#mline1, #mline2 {
    height: 60px;
}
#mline2 {
    left: auto;
    right: -45px;
}
#fline1 {
    top: 0;
    left: 34%;
    height: 65px;
}
#fline2 {
    top: 0;
    left: auto;
    right: -100px;
    height: 100%;
    width: 155px;
}
.user-navbar-container .remember-me label {
    color: #feda8d !important;
}
/* top navigation end */

/* main menu */
body > div#floor > header > section.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
}
section.main-menu > nav {
    position: relative;
    min-height: 60px;
}
section.main-menu ul.menu {
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 0;
    position: relative;
    z-index: 5;
    user-select: none;
    top: 2px;
}
section.main-menu div.mobile-menu-button {
    display: none;
}
section.main-menu ul.menu > li {
    display: inline-block;
    height: 46px;
    vertical-align: top;
}
section.main-menu ul > li > a {
    color: #ffffff;
    font-size: 1.214em;
    display: block;
    height: 100%;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.main-menu ul > li > a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(249,194,79,.8);
}
section.main-menu ul > li:not(.active) > a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(249,194,79,.8);

}
section.main-menu ul > li.active:not(:last-child) {
    margin-right: 5px;
}
section.main-menu ul > li.active:not(:first-child) {
    margin-left: 5px;
}
section.main-menu ul > li.active > a {
    color: #eed8aa;
    background: #150c14;
    font-weight: 400;
    box-shadow: inset 0 0 0 2px #8e8b8e;
}
section.main-menu ul.menu > li.more > span {
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    padding: 0 0 0 10px;
}
section.main-menu ul.menu > li.more > span > span {
    width: 4px;
    height: 4px;
    background: white;
    display: inline-block;
    margin: 0 2px 0 0;
    border-radius: 2px;
}
section.main-menu ul.menu > li.more_active > span > span {
    background: #f9c24f;
}
ul#main_menu_more {
    display: none;
    position: absolute;
    top: 60px;
    padding: 5px 7px;
    background: rgba(29,22,29,.6);
    z-index: 10;
    right: 0;
}
ul#main_menu_more > li > a {
    white-space: nowrap;
}
/* main menu end */

/* keyword search */
div.kw-search {
    min-width: 38px;
    height: 38px;
    float: right;
    border-radius: 19px;
    margin: 10px 0 0 20px;
    position: relative;
    cursor: pointer;
}
div.kw-search:not(.kw-search-active):hover {
    background: #2dba89;
}
div.kw-search > span.lens {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
}
div.kw-search > span.lens > span {
    width: 16px;
    height: 16px;
    background: url('../img/gallery.png') 0 -440px no-repeat;
    display: inline-block;
    margin: 11px 0 0 11px;
}
div.kw-search-active > span.lens > span {
    background-position: 0 0;
}
div.kw-search > span.field {
    display: inline-block;
    width: 0;
    overflow: hidden;
}
div.kw-search-active {
    background: white;
    cursor: default;
}
div.kw-search-active > span.close,
div.kw-search-mobile > span.close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 13px;
    background: url('../img/gallery.png') -25px 0 no-repeat;
    cursor: pointer;
}
#autocomplete {
    background: transparent;
    box-shadow: none;
    padding: 0;
    height: 38px;
    border: 0;
    display: none;
}
.ks-highlight {
    background: #fff8d6;
    color: #272727;
}
/* keyword search end */
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
section#controller_area:empty {
    padding-bottom: 0!important;
}
section#main_container {
    position: relative;
    overflow: hidden;
}
section#main_container > div.inside-container {
    margin: 0 auto;
    position: relative;
    padding: 20px 0 30px;
}

section#content {
    vertical-align: top;
}
div.static-content {
    line-height: 25px;
    color: #CCCCCC;
}

aside.two-middle,
aside.three-middle {
    position: relative;
}
aside.two-middle > div > section:last-child,
aside.three-middle > div:last-child > section:last-child,
aside.bottom > section:last-child {
    margin-bottom: 0;
}

div.ling_top_block {
    padding-bottom: 30px;
}
div.ling_top_block > section.no-style {
    padding: 0 !important;
}
div.ling_top_block ul.featured > li {
    padding-bottom: 0 !important;
}

/* bread crumbs */
#bread_crumbs {
    margin: 0 auto;
}
#bread_crumbs > ul {
    margin: 0 auto;
    padding-top: 15px;
}
#bread_crumbs > ul > li {
    display: inline-block;
}
#bread_crumbs > ul > li > a {
    color: #ffebb1;
}
#bread_crumbs > ul > li:not(:last-of-type):after {
    content: attr(accesskey);
    padding: 0 7px;
    color: #8c8c8c;
}
#bread_crumbs > ul > ol {
    display: none;
}
/* bread crumbs end */

/* sidebar block */
section.side_block {
    position: relative;
    background: white;
    padding: 15px 20px 17px;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    margin-bottom: 30px;
    color: #1d161d;
}
section.side_block > h3 {
    color: #2b2b2b;
    font-size: 1.286em;
}
section.side_block > div {
    position: relative;
    padding: 20px 0 0;
}
section.side_block > div > ul > li > a,
section.side_block > div > form > div > div > label{
    color:#a28602;
}
section.side_block.no-style > h3 {
    color: white;
}
section.side_block.no-style > div {
    color: #dbdbdb;
}
/* sidebar block end */

/* content block */
section.content_block {
    position: relative;
    margin: 0 0 15px 0;
}
section.content_block > h3 {
    color: #ffffff;
    font-size: 1.714em;
    font-weight: 300;
}
section.content_block > h3:after {
    content: '';
    display: block;
    height: 4px;
    background: url('../img/gallery.png') 0 -1283px repeat-x;
    margin-top: 12px;
}
section.content_block > div {
    position: relative;
    padding: 20px 0 0 0;
}

section.no-style {
    margin: 0 0 30px 0;
    position: relative;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
/* content block end */

/* sidebar search block */
section.no-style .search-block-content {
    padding: 14px 20px 18px;
    background: #f1f1f1;
}
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: 7px 0 5px 0;
    color: #7c7c7c;
}
section.side_block_search div.field.inline {
    float: left;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.side_block_search div.input {
    overflow: hidden;
}
.search-button {
    padding-top: 15px;
}
.search-button > a {
    padding-top: 10px;
    display: inline-block;
    white-space: nowrap;
}
/* Availability */
.availability-field-container {
    max-width: 550px;
}
ul.availability-chart > li > div {
    padding: 6px 0;
}
ul.availability-chart > li:not(:last-child) {
    border-bottom: 2px #cccccc solid;
}
ul.availability-chart > li > div:first-child {
    width: 90px;
    float: left;
    color: #7c7c7c;
    border-right: 2px #cccccc solid;
}
ul.escort-rates-chart > li > div:first-child {
    width: 60%;
}
ul.availability-chart > li > div:last-child {
    overflow: hidden;
    color: #333333;
    padding-left: 10px;
}
/* Rates */
.esf-div-rates {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.esf-select-rates {
    width: 100%;
}
.esf-input-custom-rate {
    width: 160px !important;
}
.esf-input-price {
    width: 80px !important;
    margin: 0 10px;
}
.esf-select-currency {
    width: 80px;
}
section.side_block input[type="checkbox"]:not(.default) + label > span,
section.side_block input[type="radio"]:not(.default) + label > span{
    background: url("../img/gallery.png") no-repeat scroll 0 -1630px rgba(0, 0, 0, 0);
}
section.side_block input[type="radio"]:not(.default) + label > span {
    background-position: 0 -1716px;
}
section.side_block input[type="checkbox"]:hover:not(.default) + label > span {
    background-position: 0 -1658px;
}
section.side_block input[type="radio"]:hover:not(.default) + label > span {
    background-position: 0 -1744px;
}
section.side_block input[type="checkbox"]:checked:not(.default) + label > span,
section.side_block input[type="radio"]:checked:not(.default) + label > span {
    background-position: 0 -1686px;
}
section.side_block input:not(.default) + label,
.modal_block input:not(.default) + label,
.popup input:not(.default) + label {
    color: #999999;
}
section.side_block input:checked:not(.default) + label,
.modal_block input:checked:not(.default) + label {
    color: #1d161d;
}
section.side_block input[type="radio"]:checked:not(.default) + label > span {
    background-position: 0 -1771px;
}
section.side_block input.multiline[type="radio"] + label {
    font-size: 0.929em;
    font-weight: 300;
    height: auto;
    text-align: center;
}
section.side_block input.multiline[type="radio"]:checked + label {
    color: #000000;
}
section.side_block input.multiline[type="radio"] + label > span {
    display: block;
    margin: 0 auto 5px;
}
section.side_block input.multiline[type="radio"][disabled="disabled"] + label > span {
    opacity: 0.5;
}
section.side_block input.multiline[type="radio"][disabled="disabled"] + label {
    color: #707070;
}
section.side_block input.inline[type="checkbox"] + label {
    display: inline;
}
section.side_block input.inline[type="checkbox"] + label > span {
    margin: 0;
}
section.side_block input[type="text"],
section.side_block input[type="password"],
section.side_block textarea,
section.side_block select,
section.side_block .select2-selection--single {
    background: none repeat scroll 0 0 #ffffff;
    color: #080508;
}
section.side_block select,
section.side_block .select2-selection--single .select2-selection__arrow {
    background: url('../img/gallery.png') right -1890px no-repeat #ffffff;
    padding-right: 27px;
}
section.side_block .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
}
section.side_block select:focus {
    background: url('../img/gallery.png') right -1923px no-repeat #ffffff;
    padding-right: 27px;
}
section.side_block > div > div > div > div > div.value,
section.side_block > div > div > div.value {
    color:#080508;
}
section.side_block > div > div > div > div > div.value > a,
section.side_block > div > div > div.value > a {
    color:#f9c24f;
}
/* Tours */
ul.availability-chart.escort-tours-chart > li > div:first-child {
    width: 100%;
    float: none;
    border: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}
ul.availability-chart.escort-tours-chart > li > div > span {
    display: block;
    font-weight: 400;
}
.show-tours-on-map {
    margin-top: 20px;
    width: 100%;
}

.esf-tours-field-container div.field {
    max-width: 600px;
}
.esf-input-location {
    width: 100%;
}
.esf-input-from,
.esf-input-to {
    margin-left: 15px;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > div.input > 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 > div.input > select,
.search-item.two-fields > input[type=text] {
    width: 48%;
    margin-right: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > div.input > 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 {
    width: 24%;
    margin-right: 4%;
}
.search-item.three-field > input {
    width: 34%;
    margin-right: 4%;
}
.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 span.divider {
    padding: 0 10px;
}
/* sidebar search block end */
/*** PAGE CONTENT END ***/

/*** PAGE FOOTER ***/
body > div#floor > footer > div:first-child {
    background: rgba(17,11,16,.6);
}
body > div#floor > footer > div:last-child {
    background: #191719;
}
.footer-copyrights {
    min-height: 65px;
    font-size: 0.857em;
}
body > div#floor > footer div.cp {
    z-index: 3;
    position: relative;
    overflow: hidden;
}
nav.footer-menu {
    position: relative;
    display: block;
    padding: 20px 70px 15px 0;
}
nav.footer-menu > ul {
    min-height: 30px;
    line-height: 30px;
}
nav.footer-menu > ul > li {
    display: inline-block;
}
nav.footer-menu a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0 14px;
    margin-bottom: 5px;
    border-radius: 3px;
}
nav.footer-menu a.active {
    color: #ffebb1;
    background: #1d161d;
    box-shadow: inset 0 0 0 2px rgba(149,146,149,.8);
}
nav.footer-menu a:hover {
    box-shadow: inset 0 0 0 2px rgba(249,194,79,.8);
}
nav.footer-menu li:not(:last-child) a.active {
    margin-right: 3px;
}
nav.footer-menu li:not(:first-child) a.active {
    margin-left: 3px;
}

div#floor > footer > div:first-child > div > div:first-child {
    line-height: 100%;
}
div#floor > footer span.scroll-top {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    border-radius: 19px;
    text-align: center;
    color: white;
    font-size: 1.875em;
    line-height: 35px;
    cursor: pointer;
    background: white;
    display: inline-block;
    z-index: 15;
    background: rgb(250,228,143); /* Old browsers */
    background: linear-gradient(to bottom, rgba(250,228,143,1) 0%,rgba(242,186,66,1) 43%,rgba(162,134,2,1) 100%); /* W3C */
}
div#floor > footer span.scroll-top:before {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: 13px;
    background: url('../img/gallery.png') 0 -805px no-repeat;
}
div#floor > footer span.scroll-top:hover {
    background: #ffebb1;
}
div#floor > footer .icons a svg {
    width: 24px;
    height: 24px;
    fill: #dfae36;
}
div#floor > footer .icons a:hover svg {
    fill: #ecd291;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
    margin: 30px 0 0 0;
    height: 37px;
    text-align: right;
}
ul.pagination > li {
    display: inline-block;
    height: 39px;
    vertical-align: top;
}
ul.pagination > li.transit {
    padding: 0 20px;
}
ul.pagination > li.transit input {
    min-width: 45px;
    width: auto;
    margin: 0 5px;
}
ul.pagination > li.navigator a {
    height: 39px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 28px;
    line-height: 35px;
}
/*** 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 {
    height: 26px;
    font-size: 0.857em;
    text-align: right;
    display: inline-block;
}
div.textarea_counter_warning {
    color: #860b0b;
}

/* enlarge media */
span.media-enlarge {
    transition: opacity 0.5s ease;

    width: 40px;
    height: 40px;
    background: white;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
*:hover > span.media-enlarge {
    opacity: 1;
}
span.media-enlarge > span {
    width: 16px;
    height: 16px;
    border: 2px #1d161d solid;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 16px;
}
span.media-enlarge > span:before,
span.media-enlarge > span:after {
    content: '';
    width: 8px;
    height: 2px;
    position: absolute;
    left: 2px;
    top: 5px;
    background: #1d161d;
}
span.media-enlarge > span:after {
    width: 2px;
    height: 8px;
    left: 5px;
    top: 2px;
}
/* enlarge media end */

/* keyword search in box */
.submit-cell .kws-block {
    padding-bottom: 10px;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.kws-block input[type=text] {
    width: 100%;
}
.kws-block .options ul {
    padding: 10px 0 5px;
}
.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: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
div.close-black > div {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url('../img/gallery.png') right -413px no-repeat;
    opacity: 0.5;
}
div.close-black:hover > div {
    opacity: 0.8;
}

.close-red {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    background: url('../img/gallery.png') 0 -413px no-repeat;
    opacity: 0.7;
}
.close-red:hover {
    opacity: 1;
}

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 h1 {
    margin: 0;
}
.h1-nav nav > a:not(.button) {
    display: inline-block;
    height: 38px;
    margin-left: 5px;
    margin-top: 3px;
    opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
    margin-top: 12px;
}
.h1-nav nav > a:hover {
    opacity: 1;
}
.h1-nav nav > a.post_ad {
    width: 38px;
    background: #facf74;
    border-radius: 20px;
    position: relative;
    opacity: 1;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 18px;
    left: 9px;
    background: white;
}
.h1-nav nav > a.post_ad:after {
    width: 2px;
    height: 20px;
    top: 9px;
    left: 18px;
}
.h1-nav nav > a.post_ad:hover {
    background: #f9c24f;
}

/* 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 */
/*** MISCELLANEOUS END ***/

/*** TABS ***/
ul.tabs {
    height: 42px;
    white-space: nowrap;
    margin-bottom: 20px;
    user-select: none;
}
ul.tabs:not(.search_tabs) > li {
    display: inline-block;
    height: 42px;
    white-space: nowrap;
    vertical-align: top;
}
ul.tabs:not(.search_tabs) > li > a {
    display: inline-block;
    padding: 9px 20px 0;
    height: 42px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    border: 2px white solid;
    border-radius: 5px;
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li > a:hover:not(.active) {
    text-decoration: underline;
}
ul.tabs:not(.search_tabs) > li.active > a {
    background: #ffebb1;
    color: black;
    border-color: #f9c24f;
}
ul.tabs:not(.search_tabs) > li.active > a:hover {
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li:not(:last-child) {
    margin-right: 3px;
}

ul.tabs:not(.search_tabs) > li.active > a:after,
ul.tabs:not(.search_tabs) > li.active > a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
ul.tabs:not(.search_tabs) > li.active > a:after {
    border-color: rgba(251, 248, 241, 0);
    border-top-color: #f9c24f;
    border-width: 5px;
    margin-left: -5px;
}
ul.tabs:not(.search_tabs) > li.active > a:before {
    border-color: rgba(255, 235, 177, 0);
    border-top-color: #f9c24f;
    border-width: 8px;
    margin-left: -8px;
}

ul.tabs > li.more {
    padding: 0;
    margin: 0!important;
    width: 42px;
    height: 42px;
    text-align: center;
    position: absolute;
    right: 15px;
    z-index: 40;
    border-radius: 5px;
}
ul.tabs > li.more.opened {
    background: #ffebb1;
    z-index: 42;
}
ul.tabs > li.more > span {
    width: 4px;
    height: 4px;
    background: white;
    display: inline-block;
    margin: 19px 2px 0 0;
    border-radius: 2px;
    vertical-align: top;
}
ul.tabs > li.more.opened > span {
    background: black;
}
ul.tabs > li.more > span:last-child {
    margin-right: 0;
}
ul.tabs > li.overflowed {
    position: absolute;
    right: 15px;
    margin-top: -4px !important;
    padding: 0;
    display: none;
    z-index: 41;
}
ul.tabs > li.overflowed.opened {
    display: block;
}
ul.tabs > li.overflowed > ul {
    background: #ffebb1;
    padding: 5px 0;
    box-shadow: 0px 6px 7px 1px rgba(0,0,0,.2);
    border-radius: 5px 0 5px 5px;
}
ul.tabs > li.overflowed > ul > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: black;
}
ul.tabs > li.overflowed > ul > li.active > a {
    color: #030303;
    text-decoration: none;
    box-shadow: inset 3px 0 0 #f9c24f;
}

/* search tabs */
ul.tabs.search_tabs {
    border: 2px #cccccc solid;
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
    background: #fffbfd;
    height: 38px;
    line-height: 28px;
    box-shadow: inset 0px 2px 0px rgba(0,0,0,.08);
    max-width: 100%;
}
ul.tabs.search_tabs > li {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
}
ul.tabs.search_tabs > li > a {
    text-decoration: none;
    color: #1d161d;
}
ul.tabs.search_tabs > li.active {
    background: #ffebb1;
    cursor: default;
}
ul.tabs.search_tabs > li.active > a {
    color: #201920;
}
ul.tabs.search_tabs > li:not(.active):hover > a {
    color: #f9c24f;
}
/*** 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: 45px;
    height: 45px;
    border: 2px #d0d0d0 solid;
    display: inline-block;
    text-align: center;
    margin: -2px 0 0 -2px;
    line-height: 41px;
    color: #d0d0d0;
}
div.alphabetic-saerch > div > a.wide {
    width: 88px;
}
div.alphabetic-saerch > div > a:hover {
    /*background: #d0d0d0;*/
    color: #1d161d;
}
div.alphabetic-saerch > div > a.active {
    background: #ffebb1;
    border-color: #ffebb1;
    color: #1d161d;
}
/*** ALPHABETIC SEARCH END ***/

/*** SUBMIT FORM ELEMENTS ***/
.search-block-content {
    height: auto;
}

div.submit-cell {
    padding-bottom: 13px;
}
div.submit-cell:not(.hide):not(.disabled) {
    display: flex;
}
form > div.submit-cell div.value {
    color: #080508;
}
form > div.submit-cell:last-of-type {
    padding-bottom: 0;
}
div.submit-cell > div.name {
    max-width: 170px;
    flex: 1 0 170px;
    padding: 10px 10px 10px 0;
    display: flex;
}
div.submit-cell > div.field {
    flex: 1;
    min-width: 0;
    min-height: 38px;
}
div.step_area div.submit-cell > div.field input[type="password"].wauto{
    background:#1d161d;
    color:#ffffff;
}
div.step_area div.submit-cell > div.field input[type="password"]:focus{
    background: #fbf8f1;
    color: #080508;
}
form.light-inputs > div.submit-cell div > textarea#contact_owner_message{
    background:#ffffff;
    color:#080508;
}
form.light-inputs > div.submit-cell div > textarea#contact_owner_message:focus{
    background:#fbf8f1;
    color: #080508;
}
#content div.submit-cell > div.field > div,
#content div.submit-cell > div.field > div > a {
    color: #feda8d;
}
.fancybox-inner div.submit-cell > div.field > div {
    color: #444;
}
div.submit-cell > div.field > div.keyword_search_opt {
    padding-top: 10px;
}
div.submit-cell > div.field > div.notice_message > a{
    color:#ffebb1;
}
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: 10px;
}
div.submit-cell.custom-padding {
    padding: 5px 0 10px 0;
}
div.submit-cell.custom-padding > div {
    min-height: 25px;
}
div.submit-cell ul.tabs {
    border: none;
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
}
div.submit-cell ul.tabs.tabs-ready {
    overflow: unset;
}
div.submit-cell.buttons {
    padding: 10px 0 0 0;
}
div.submit-cell > div.field > div.notice {
    color: #ffffff;
}

#modal_block div.submit-cell div.name {
    width: 120px;
    color:#080508;
}
#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: 70%;
}
.field.single-field > textarea {
    width: 100%;
}
/* 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] {
    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;
}
/* combo */
.field.combo-field > input {
    width: 150px;
    margin-right: 20px;
}
.field.combo-field > select {
    width: 80px;
}
/* three */
.field.three-field > select {
    width: 24%;
    margin-right: 4%;
}
.field.three-field > input {
    width: 34%;
    margin-right: 4%;
}
.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 #ffebb1;
    margin: 2px 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
img.qtip:hover {
    background-color: #f9c24f;
}
div.qtip_cont {
    display: none;
}
div.qtip-defaults {
    max-width: 300px;
}
/* qtip end */

/* multilingual tabs */
div.ml_tabs_content {
    padding: 10px;
    background: rgba(170,170,170,.5);
    border-radius: 0 5px 5px 5px;
}
div.ml_tabs_content input[type=text] {
    width: 100%;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
img.account-picture {
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/no-account.png');
    object-fit: contain;
    background-color: rgba(255,235,177,.2);
    border: 2px white solid;
    border-radius: 5px;
    box-sizing: border-box;
}
table.contacts-list {
    table-layout: auto !important;
}
table.contacts-list td.info {
    vertical-align: top;
}
table.contacts-list td.info .name {
    color: #cccccc;
}
table.contacts-list td.info .name > span:not(.new) {
    font-size: 0.929em;
    color: black;
}
table.contacts-list td.info .date {
    color: #cccccc;
    font-size: 0.929em;
    padding: 0 0 10px 0;
}
table.contacts-list div.picture {
    position: relative;
    display: inline-block;
}
table.contacts-list div.picture span {
    width: 14px;
    height: 14px;
    background: #ffebb1;
    position: absolute;
    border-radius: 7px;
    border: 2px white solid;
    top: -5px;
    right: -5px;
}
table.contacts-list div.name span.new {
    width: 10px;
    height: 10px;
    background: #ff4800;
    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;
}
ul#messages_area {
    margin-left: 13px;
}
ul#messages_area > li {
    border: 2px #ffebb1 solid;
    padding: 15px 24px 15px 20px;
    margin: 0 40px 20px 0;
    position: relative;
    border-radius: 5px;
}
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: #ffebb1;
    background: #ffebb1;
    color: #000000;
    margin: 0 13px 20px 20px;
}
ul#messages_area > li.me a {
    color: inherit;
}
ul#messages_area > li.removed {
    opacity: 0.5;
}
ul#messages_area > li div.date {
    margin-top: 5px;
}
ul#messages_area > li:before,
ul#messages_area > li:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #ffebb1 transparent;
}
ul#messages_area > li:after {
    left: -10px;
    bottom: 7px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #1d161d 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 #ffebb1 transparent;
}
ul#messages_area > li > span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/gallery.png') 0 -413px no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}
ul#messages_area > li > span:hover {
    opacity: 0.9;
}
ul#messages_area > li:hover > span {
    display: block;
}

div.send-controls {
    margin: 0 0 0 33px;
    text-align: right;
}
div.send-controls > div {
    display: inline-block;
    margin: 0 0 0 20px;
}
textarea#message_text {
    margin-bottom: 10px;
}
/*** MESSAGES ***/

/*** FEATURED LISTINGS BOX ***/
ul.featured > li {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
ul.featured {
    margin-left: -5px;
    margin-right: -5px;
}
ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
    border: 2px white solid;
    border-radius: 5px;
}
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 rgba(255,235,177,.2);
    border-radius: 3px;
}
.listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
}
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: rgba(255,235,177,.2) !important;
}
.upload-files div span.item,
.upload-files .ui-sortable-placeholder:after {
    padding-bottom: 135% !important;
}
ul.featured:not(.list) > li > ul {
    position: relative;
    padding-top: 10px;
}
ul.featured > li > ul > li:not(:last-child) {
    padding: 0 0 7px 0;
}
ul.featured > li > ul > li a {
    font-size: 1.25em;
}
ul.featured > li > ul .fields > span {
    display: inline-block;
}
ul.featured > li > ul .fields > span:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}
ul.featured .icons {
    display: flex;
}
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: 3px;
    top: 8px;
}
ul.featured.list > li {
    padding: 0 0 12px 0;
    display: block!important;
}
ul.featured.list > li:last-child {
    padding: 0;
}
ul.featured.list > li > ul > li {
    padding: 0 0 5px 15px;
    position: relative;
    white-space: normal;
}
section.side_block ul.featured .icons {
    filter: invert(1);
}
/*** FEATURED LISTINGS BOX END ***/

/*** FEATURED ACCOUNTS BOX ***/
.featured.accounts > li:not(.no-picture) img {
    object-fit: contain;
    background: rgba(255,232,168,.2);
}
ul.featured.accounts:not(.list) > li > ul {
    padding-top: 5px;
}
/*** FEATURED ACCOUNTS BOX END ***/

/*** GRID NAVIGATION BAR ***/
.grid_navbar {
    height: 44px;
    border: 2px #ffebb1 solid;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.grid_navbar .switcher {
    float: right;
    padding: 2px;
    line-height: normal;
    height: 36px;
}
.grid_navbar .switcher > div {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.grid_navbar .hook {
    vertical-align: top;
}
.grid_navbar .buttons > div {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
    vertical-align: top;
}
.grid_navbar .buttons > div.active span,
.grid_navbar .buttons > div:hover span {
    background: #ffebb1;
}
.grid_navbar .buttons > div > div {
    width: 18px;
    height: 18px;
    margin: 9px;
    line-height: 0;
}
.grid_navbar .buttons > div > div > span {
    display: inline-block;
    vertical-align: top;
}

/* list view */
.grid_navbar div.list > div > span {
    width: 4px;
    height: 4px;
}
.grid_navbar div.list > div {
    margin-top: 10px;
    height: 17px;
}
.grid_navbar div.list > div > span:nth-child(2n) {
    width: 12px;
    margin: 0 0 2px 2px;
}

/* grid view */
.grid_navbar div.grid > div > span {
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 0 2px #ffebb1;
    border-radius: 2px;
}
.grid_navbar div.grid > div > span:nth-child(2n) {
    margin: 0 0 2px 2px;
}

/* map view */
.grid_navbar div.map > div {
    margin: 9px 10px;
    width: 16px;
}
.grid_navbar div.map > div > span {
    width: 16px;
    height: 18px;
    background: url('../img/gallery.png') 0 -68px no-repeat;
}
.grid_navbar div.map:hover span,
.grid_navbar div.map.active span {
    background: url('../img/gallery.png') -24px -68px no-repeat;
}

/* sroting */
.grid_navbar .sorting {
    display: inline-block;
    position: absolute;
}
.grid_navbar .sorting > div.current.disabled {
    opacity: 0.2;
    cursor: default;
    background: #171217;
}
.grid_navbar .sorting > div.current.disabled span.link {
    color: inherit;
}
.grid_navbar .current {
    padding: 0 20px 0 18px;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
}
.grid_navbar .current.active {
    background: #1d161d;
}
.grid_navbar .sorting span.link {
    display: inline-block;
}
.grid_navbar .sorting span.arrow {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin: 0 0 0 5px;
    background: url('../img/gallery.png') -23px -1404px no-repeat;
}

.grid_navbar .sorting .active span.arrow {
    background-position: -23px -1438px;
}
.grid_navbar ul.fields {
    z-index: 10;
    background: #1d161d;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    padding: 3px 0 5px;
    min-width: 100%;
    border:1px solid #ffebb1;
    border-radius: 5px 5px 5px 5px;
}
.grid_navbar ul.fields > li {
    padding: 0 20px;
    white-space: nowrap;
}
.grid_navbar ul.fields > li a.active {
    color: #ffebb1;
}
/*** GRID NAVIGATION BAR END ***/

/*** LISTINGS GRID ***/
section#listings  article {
    position: relative;
}
section#listings div.picture {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
    border: 2px white solid;
    border-radius: 5px;
}
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 rgba(255,235,177,.2);
    border-radius: 3px;
}
section#listings article.featured div.picture {
    border-color: #f9c24f;
}
.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: rgba(255,235,177,.2) !important;
}
section#listings div.picture > span {
    min-width: 24px;
    height: 24px;
    padding: 0 4px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #1d161d;
    box-shadow: inset 0 0 0 2px white;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
section#listings div.picture > span:before {
    content: attr(accesskey);
    width: 100%;
    height: 100%;
    top: -4px;
    right: -4px;
    position: absolute;
    border-radius: 3px;
    background: white;
}
article.featured div.picture > span:before {
    background: #f9c24f!important;
}

article.featured div.picture > span {
    box-shadow: inset 0 0 0 2px #f9c24f!important;
}
section#listings ul.nav-column > li .icon {
    opacity: 0.7;
}
section#listings ul.nav-column > li:hover .icon {
    opacity: 1;
}
section#listings ul.nav-column > li .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.favorite span.icon {
    background: url('../img/gallery.png') 0 -93px no-repeat;
}
.favorite.remove span.icon {
    background-position: -22px -93px;
}

/* featured */
article.featured div.price-tag,
article.featured div.picture > span,
article.featured div.picture > span > span > span {
    border-color: #ffcd52!important;
}
article.featured div.picture > div.label {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    background: #f9c24f;
    color: #1d161d;
    padding: 1px 8px 3px;
    font-size: 0.929em;
    border-radius: 0 0 6px 0;
    z-index: 1;
}
/* featured end */

/* grid view */
section#listings.grid article {
    margin-bottom: 30px;
}
section#listings.grid div.data-container div.two-inline > div:first-child {
    padding-top: 2px;
}
section#listings.grid div.price-tag {
    font-size: 1.214em;
    white-space: nowrap;
    padding: 0 10px 0 0;
    font-weight: 300;
}
section#listings.grid article div.picture {
    margin-bottom: 10px;
}
section#listings.grid ul.info {
    clear: both;
    position: relative;
}
section#listings.grid a.link-large {
    font-size: 1.286em!important;
}
section#listings.grid .item.featured a.link-large {
    color: #f9c24f;
}
section#listings.grid ul.info > li.title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 7px;
}
section#listings.grid ul.info .nav-column {
    display: flex;
}
section#listings.grid ul.info .nav-column > *:not(:last-child) {
    margin-right: 10px;
}
section#listings.grid:not(.no-image) ul.info > li.fields {
    padding-top: 3px;
    /*min-height: 41px;*/
}
section#listings.grid:not(.no-image) ul.info .fields > span:not(:last-child):after {
    content: ',';
}

section#listings.grid ul.nav-column > li span.link,
section#listings ul.nav-column > a {
    display: none;
}
section#listings div.data-container > div.two-inline {
    margin-bottom: 6px;
}
/* grid view end */

/* no image list view */
section#listings.list.no-image {
    margin: 0;
    padding: 0;
}
section#listings.list.no-image > article {
    min-height: 95px;
    width: 100%;
    display: block;
    border-bottom: 2px #ffebb1 solid;
    margin: 0 auto 20px;
    padding: 0 0 10px;
}
section#listings.list.no-image a.link-large {
    font-size: 1.143em!important;
}
section#listings.list.no-image li.fields {
    padding-top: 7px;
}
section#listings.list.no-image ul.card-info > li.title {
    padding-bottom: 0;
}
section#listings.list.no-image ul.nav-column {
    position: absolute;
    top: 0px;
    right: 10px;
}
section#listings.list.no-image li.favorite span.link {
    display: none;
}
/* no image list view end */

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

.category-description {
    background: rgba(83, 73, 63, 0.5);
    padding: 14px 18px;
    margin: 0 0 20px;
    border-radius: 5px;
}
/*** LISTINGS GRID END ***/

/*** LISTING DETAILS ***/
div.listing-details section.statistics {
    margin-top: 30px;
}
.top-navigation h1 {
    margin-bottom: 0;
}

/* main info section */
div.listing-details div.price-tag {
    color: #333333;
    font-size: 2em;
    line-height: 24px;
    padding-bottom: 20px;
}
.top-navigation .icons a.button {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: left;
}
.top-navigation .icons > *:not(.button) {
    width: 38px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    padding: 12px 10px 10px;
    cursor: pointer;
    opacity: 0.7;
}
.top-navigation .icons > *:not(.button):hover {
    opacity: 1;
}
.top-navigation .icons > * > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
}
.top-navigation .icons > * > svg {
    vertical-align: top;
}
.top-navigation .icons > span.favorite > span {
    background: url('../img/gallery.png') 0 -93px no-repeat;
}
.top-navigation .icons > span.favorite.remove > span {
    background-position: -22px -93px;
}
/* main info section end */

/* icons */
a.print > span {
    background: url('../img/gallery.png') right -389px no-repeat;
}
/* icons end */

/* content section */
div.listing-details .content-section {
    margin-top: 30px;
}
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 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: 20px;
}
.seller-short form div.field {
    position: relative;
}
.seller-short form input[type=text]:not([name=security_code]) {
    width: 100%;
    padding-left: 37px;
}
.seller-short form input + span {
    position: absolute;
    left: 11px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') right -141px no-repeat;

    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.seller-short form input[name=contact_email] + span {
    background-position: right -159px;
    height: 16px;
    top: 11px;
}
.seller-short form input[name=contact_phone] + span {
    background-position: right -175px;
}
.seller-short form input:focus + span {
    opacity: 1;
}

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

/* masked fields */
h3.cd-caption {
    margin: 0!important;
    padding-bottom: 10px;
}
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) {
    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: flex;
}
.masked div.login-mask > div {
    width: 100%;
    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;
}

/* in modal window */
div.modal_content .restricted-content p.picture-hint,
div.modal_content .restricted-content p.video-hint {
    padding-top: 50px;
    max-width: 240px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.286em;
}
div.modal_content .restricted-content > span {
    max-width: 240px;
    margin: auto;
    display: block;
}
div.modal_content .restricted-content .caption_padding {
    padding: 0!important;
    text-align: center;
}
div.modal_content .restricted-content input[type=submit],
div.modal_content .restricted-content a.button {
    width: 100%;
    text-align: center;
}
/* 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 {
    overflow: hidden;
}
div.listing-details section.statistics ul.counters > li {
    padding: 5px 0;
    color: #222222;
    min-height: 26px;
    line-height: 26px;
    font-size: 0.929em;
}
div.listing-details section.statistics ul.counters > li span.count {
    font-size: 1.714em;
    margin-right: 5px;
}

div.listing-details section.statistics ul.controls {
    float: right;
    width: 70%;
}
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;
}

section.statistics .statistics-box a:hover .statistics-box__name {
    text-decoration: underline;
}
/* statistics section end */
/*** LISTING DETAILS END ***/

/*** ACCOUNTS GRID ***/
section#accounts > article {
    padding-bottom: 30px;
}
section#accounts > article div.picture {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: rgba(255,235,177,.2);
    box-shadow: inset 0 0 5px rgba(255,235,177,.2), 0 0 0 2px white;
    border-radius: 5px;
    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: 400;
}
section#accounts div.statistics div.counter span:last-child {
    font-size: 0.929em;
}
section#accounts ul.info > li {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section#accounts ul.info > li.fields {
    font-size: 0.929em;
    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(0,0,0,.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.929em;
    font-weight: 400;
}
/*** ACCOUNTS GRID END ***/

/*** ACCOUNT DETAILS PAGE ***/
section.account-info h3 {
    white-space: normal;
    max-width: 180px;
}
section.account-info span.date {
    position: absolute;
    top: -19px;
    right: 0;
}
section.account-info div.info-table {
    margin: 15px 0 0;
}
section.account-info div.picture > div:first-child {
    margin-bottom: 10px;
}


section.account-info div.counter {
    padding: 57px 0 0 15px;
    display: none;
}
section.account-info div.counter span:first-child {
    display: block;
    font-size: 1.286em;
    font-weight: 400;
}
section.account-info div.counter span:last-child {
    font-size: 0.929em;
}
.account-location .map-capture {
    border: 1px #e9e9e9 solid;
    margin: 15px -18px -18px;
}
/*** ACCOUNT DETAILS PAGE END ***/

/*** ACCOUNT AREA ***/
.fb-connect {
    width: 100%;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    padding: 0 20px 0;
    color: white!important;
    font-size: 1.071em;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    background: #547fd8!important;
    padding-left: 45px;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    margin-top: 1rem;
}
.fb-connect:before {
    content: 'f';
    position: absolute;
    width: 17px;
    height: 20px;
    line-height: 20px;
    left: 12px;
    top: 10px;
    font-size: 1.071em;
    border-right: 1px #3763be solid;
    text-align: left;
}
.fb-connect:hover {
    background: #6890e4!important;
    text-decoration: none;
}

.welcome {
    padding: 0 0 10px;
    font-size: 1.071em;
}
ul.account-menu-content > li {
    padding: 0 0 10px;
}
ul.account-menu-content > li:last-child {
    padding: 0;
}
div.attention:not(:empty) {
    padding: 0 0 15px;
}
div.attention span.red {
    padding: 0;
}
.login-page-form {
    max-width: 250px;
}
/*** ACCOUNT AREA END ***/

/*** MY PACKAGES ***/
ul.packages > li {
    display: flex;
    margin-bottom: 30px;
}
ul.packages > li div.frame {
    width: 364px;
    border: 0;
    padding: 15px 18px;
    border-radius: 5px;
    flex: none;
}
ul.packages > li div.plan-info {
    width: 45%;
    float: left;
    margin-top: -3px;
}
ul.packages > li .highlight {
    color: black;
    text-shadow: none;
}
ul.packages > li div.listing-info {
    overflow: hidden;
    padding: 4px 0 0 20px;
}
ul.packages li > div > div > span {
    display: block;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
ul.packages h3 {
    font-size: 1.571em;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -5px 0 10px 0;
}
ul.packages span.price {
    font-size: 2.429em;
    font-weight: 300;
    padding: 0 0 15px;
}
ul.packages span.count {
    padding: 0 0 12px;
    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: 180px;
    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: 30px;
    line-height: 26px;
    vertical-align: top;
}
div.table-cell > div.name {
    width: 105px;
    color: #cccccc;
    font-weight: 300;
    float: left;
    padding-right: 10px;
    word-wrap: break-word;
}
div.table-cell div.value {
    color: #ffffff;
    word-wrap: break-word;
    overflow: hidden;
}
.side_block div.table-cell div.value {
    color: #1d161d;
}
div.table-cell > div.name + div.value {
    padding-left: 10px;
}
div.table-cell.wide-field {
    margin-bottom: 5px;
}
div.table-cell.wide-field > div.name {
    float: none;
    width: 100%!important;
}
div.table-cell.wide-field > div.name > div {
    background: none;
}
div.table-cell.wide-field > div.value {
    padding-left: 0!important;
    padding-right: 0!important;
}

div.table-cell ul.checkboxes {
    margin-top: 2px;
    margin-bottom: 10px;
}
div.table-cell ul.checkboxes > li img {
    width: 17px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 8px;
}
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 {
    font-size: 0.929em;
    vertical-align: top;
    padding-bottom: 5px;
    font-weight: 300 !important;
    line-height: normal;
    min-height: inherit;
}
table.info td.name,
div.table-cell.small > div.name {
    color: #939393;
    width: 95px;
    padding-right: 10px;
    word-wrap: break-word;
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
    content: ':';
}
table.info td.image,
div.table-cell.small > div.image {
    padding-top: 5px;
}
/* information table end */

/* table view table */
table.table {
    table-layout: fixed;
}
table.table td {
    min-height: 30px;
    line-height: 30px;
    vertical-align: top;
}
table.table td.name {
    width: 215px;
    color: #949494;
    font-weight: 300;
    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 #ffebb1 solid;
    border-radius: 5px;
}
table.list > tbody > tr.header > td {
    font-size: 0.929em;
    padding: 0 0 0 30px;
    height: 40px;
}
table.list > tbody > tr.header > td:first-child {
    padding-left: 10px;
    width: 33px;
}
table.list tr.header td.divider {
    padding: 0;
    width: 5px;
    border: 0;
}
table.list > tbody > tr.body {
    border-bottom: 2px #ffebb1 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: 400;
    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;
}
div.list-table > div.header {
    height: 42px;
}
div.list-table > div:before,
div.list-table > div:after {
    content: none;
}
div.list-table > div > div {
    display: table-cell;
}
div.list-table > div.header > div {
    vertical-align: middle;
    font-size: 0.929em;
    color: #949494;
    border-top: 2px #f9c24f solid;
    border-bottom: 2px #f9c24f solid;
}
div.list-table > div.header > div:first-child {
    border-left: 2px #f9c24f solid;
    border-radius: 5px 0 0 5px;
}
div.list-table > div.header > div:last-child {
    border-right: 2px #f9c24f solid;
    border-radius: 0 5px 5px 0;
}
div.list-table > div > div.first {
    padding-left: 15px;
}
div.list-table > div > div.checkbox {
    padding-left: 10px;
}
div.list-table > div.row > div.first {
    padding-left: 17px;
}
div.list-table > div.row > div.checkbox {
    padding-left: 12px;
}
div.list-table > div > div.center {
    text-align: center;
    padding-right: 0!important;
}
div.list-table > div.row > div {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: 2px #f9c24f solid;
}
div.list-table > div.row > div:last-child {
    padding-right: 0;
}
div.list-table > div.row > div > div.inline {
    display: inline;
}
div.list-table > div.row > div.text {
    padding-top: 22px;
}
div.list-table > div.row > div > table.table {
    margin-top: -5px;
}
div.list-table > div.row > div > table.table td.name {
    width: 130px;
}
div.list-table .text {
    color: #515151;
    font-size: 0.857em;
}
div.list-table span.title {
    display: none;
}

.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.929em;
}

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

.statuses .active:before,
.statuses .approval:before,
.statuses .incomplete:before,
.statuses .pending:before,
.statuses .expired:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #63b53b;
    margin-right: 8px;
    border-radius: 3px;
}
.statuses .approval:before {
    background: #666666;
}
.statuses .incomplete:before {
    background: #2767b5;
}
.statuses .pending:before {
    background: #e88d22;
}
.statuses .expired:before {
    background: #fb0000;
}
/*** TABLES END ***/

/*** FIELDSET ***/
div.fieldset {
    margin: 0 0 20px 0;
}
* > div.fieldset:last-child {
    margin-bottom: 0;
}
div.fieldset > header {
    color: #2b2b2b;
    padding: 0 0 8px;
    border-bottom: 2px #F0F0F0 solid;
}
div.fieldset > header > span.arrow {
    display: none;
}
div.fieldset > div.body > div {
    padding: 15px 0 5px;
}
div.fieldset > div.body > div > div.submit-cell > div.field  input[type="password"]{
    background:#1d161d;
    color:#ffffff;
}
div.fieldset > div.body > div > div.submit-cell > div.field  input[type="password"]:focus{
    background:#fbf8f1;
    color:#080508;
}
#controller_area div.fieldset > header {
    border: 0;
    font-size: 1.143em;
    color: #ffffff;
    font-weight: 400;
    padding: 0 0 0 28px;
    position: relative;
}
#controller_area div.fieldset > header > span.arrow {
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    margin-right: 10px;
    background: url('../img/gallery.png') 0 -168px no-repeat #ffebb1;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);

    cursor: pointer;
    opacity: 0.8;

}
#controller_area div.fieldset > header > span.arrow.up {
    background-position: right -168px;
}
#controller_area div.fieldset > header > span.arrow:hover {
    opacity: 1;
}
#controller_area div.fieldset > div.body > div {
    padding-top: 15px;
}

.row > div.fieldset.divider {
    padding-left: 15px;
    padding-right: 15px;
}
div.fieldset.divider {
    margin: 0 0 10px 0;
    clear: both;
}
div.fieldset.divider > header {
    margin: 0;
    padding: 0!important;
}
/*** FIELDSET END ***/

/*** STEPS ***/
ul.steps {
    height: 46px;
    margin: 0 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-right: 46px;
}
ul.steps > li:not(:last-child)  {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    position: relative;
    flex: 1;
}
ul.steps > li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 21px;
    background: url('../img/gallery.png') 0 -1297px repeat-x;
    z-index: -1;
}
ul.steps > li.past:before {
    background: url('../img/gallery.png') 0 -1283px repeat-x;
}
ul.steps > li a {
    cursor: default;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    color: #c449d3;
    font-size: 1.286em;
    font-weight: 400;
    border-radius: 30px;
    background: #1d161d;
    box-shadow: inset 0 0 0 2px #bcbcbc;
}
ul.steps > li a span {
    display: none;
}
ul.steps > li.past a {
    cursor: pointer;
    background: #ffebb1;
    box-shadow: inset 0 0 0 2px #ffebb1;
    color: #1d161d;
}
ul.steps > li.current a {
    background: linear-gradient(rgba(250,228,143,1), rgba(245,189,70,1) , rgba(159,132,0,1));
    color: #1d161d;
    box-shadow: none;

}
ul.steps > li:last-child a {
    text-indent: -9999px;
}
ul.steps > li:last-child a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url('../img/gallery.png') 0 -1223px no-repeat;
    left: 14px;
    top: 16px;
}
ul.steps > li.current:last-child a:before {
    background-position: right -1223px;
}
ul.steps > li:not(.past):not(.current) a {
    color: #bcbcbc;
}
ul.steps > li:not(.past) a:hover {
    text-decoration: none;
}
/*** STEPS END ***/

/* TODO */
ul.plans > li > div.frame {
    background-color: rgba(201,97,141,.5);
}
ul.plans div.frame > span {
    color: white!important;
}
/* TODO END */

/*** PAYMENT GATEWAYS ***/
ul#payment_gateways {
    padding: 10px 0;
}
ul#payment_gateways li {
    display: inline-block;
    width: 120px;
    height: 85px;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0 10px 10px 0;
    background: transparent;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #ffe8b6;
    cursor: pointer;
}
ul#payment_gateways li.active,
ul#payment_gateways li:hover {
    background: #ffe8b6;
}
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;
    color: #ffffff;
}
div.password_strength div.scale {
    background: #ffebb1;
    width: 71px;
    height: 7px;
    position: relative;
    border-radius: 3px;
}
div.password_strength div.scale div.color {
    height: 7px;
    width: 0;
    border-radius: 3px;
}
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;
}
/* password strange control end */

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

/*** MODAL WINDOW ***/
#modal_mask {
    background: rgba(48,23,49,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: white;
    border-radius: 5px;
    box-shadow: 0 2px 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: 41px;
    height: 41px;
    cursor: pointer;
}
.modal_block div.inner div.close > div {
    width: 13px;
    height: 13px;
    margin: 14px;
    background: url('../img/gallery.png') 0 -232px no-repeat;
    opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
    opacity: 1;
}
.modal_block div.inner div.modal_content {
    padding: 25px;
    position: relative;
    color:#080508;
}
div.modal_content input[type="text"],
div.modal_content input[type="password"],
div.modal_content textarea,
div.modal_content select,
.popup input[type="text"],
.popup input[type="password"],
.popup textarea {
    background:#ffffff;
    color:#080508;
}
.popup .body {
    color: #333;
}
div.modal_content a {
    color: #d89c1e;
}

.modal_block.fullscreen div.inner,
.modal_block.fullscreen div.inner > .modal_content {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.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 {
    color: #2b2b2b;
    font-size: 1.286em;
    padding: 0 0 20px;
    font-weight: 400;
}
.modal_block div.inner div.caption_padding {
    padding: 0 0 20px;
}
.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 -1344px;
}
.modal_block div.prompt {
    padding: 20px 0 0 0;
}
.modal_block div.prompt input {
    margin: 0 15px 0 0;
}
.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: #b1ed64;
    min-height: 46px;
    color: #2b2b2b;
    box-shadow: 0 0 70px rgba(0,0,0,.6);
    position: relative;
    border-radius: 0 0 5px 5px;
}
div.notification.fixed {
    position: fixed;
}
div.notification.done {
    top: 58px;
}
div.notification.top {
    z-index: 1200;
    position: fixed;
    top: 0;
}
div.notification.error > div {
    background: #ff7a6c;
}
div.notification.warning > div {
    background: #ffe86c;
}
div.notification > div > div.message {
    padding: 12px 66px 12px 20px;
    word-wrap: break-word;
    line-height: 1.430em;
}
div.notification > div > div.message > a {
    color: #55421a;
}
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;
}
/*** NOTIFICATIONS END ***/

/*** MY LISTINGS ***/
.my-listings > article {
    margin-bottom: 30px;
}
.my-listings > article:last-child {
    margin-bottom: 0;
}
.my-listings > article > div.nav > div {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-right: 30px;
}
.my-listings > article > div.nav > div:last-child {
    margin-right: 0;
}
.my-listings div.title {
    font-size: 1.143em!important;
    font-weight: 400!important;
    padding-bottom: 5px;
}
.my-listings div.navigation ul > li {
    padding: 0 0 12px 0;
}
.my-listings div.navigation ul > li:last-child {
    padding: 0;
}
.my-listings div.navigation ul > li 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 -533px;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    position: absolute;
    opacity: 0.7;
}
.my-listings div.navigation ul li.nav-icon > a.add-video:before {
    background-position: right -512px;
}
.my-listings div.navigation ul li.nav-icon > a.edit:before {
    background-position: 0 -488px;
}
.my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
    background-position: right -805px;
}
.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: 1;
}
.my-listings div.stat ul > li {
    padding: 0 0 8px 0;
    color: #ffffff;
}
.my-listings div.stat ul > li.switcher-controll {
    padding-bottom: 12px;
}
.my-listings div.stat ul > li span.name {
    color: #cccccc;
}
.my-listings div.stat ul > li span.name:after {
    content: ':';
}
.delete.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') right -488px no-repeat;
    cursor: pointer;
    opacity: 0.7;
}
.delete.icon:hover {
    opacity: 1;
}
/*** 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 ***/
li#listing_rating_dom {
    padding: 7px 0 12px!important;
}

div.gf-caption {
    padding: 12px 0 !important;
    font-weight: 400 !important;
}
ul.gf-list {
    max-height: 300px!important;
    padding-top: 6px!important;
}
ul.gf-list li {
    padding-bottom: 5px!important;
}
ul.gf-list li a {
    font-size: 0.938em;
}
ul.gf-list-tile li {
    padding-bottom: 7px!important;
}
ul.gf-list-tile {
    padding-bottom: 0!important;
}

section#listings ul.nav-column > li.bids > a {
    color: #8d8d8d;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-right: 23px;
    line-height: 18px;
}
section#listings ul.nav-column > li.bids > a:hover {
    text-decoration: none;
}
section#listings ul.nav-column > li.bids > a:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/gallery.png') 0 -955px no-repeat!important;
}

#currency_selector > span.default > span {
    background: none;
}

div.banner {
    display: inherit!important;
}

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

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

#fancybox-thumbs ul li.active a {
    border-color: #f9c24f!important;
}

.compare-table .fields-column .item,
.compare-table .fields-content .hover {
    background: #3a313a;
}
.compare-table .fields-content .same {
    background: #4c6139;
}
.compare-ad-list {
    background: #3a2d3a !important;
}
.comments-link-to-source {
    padding-bottom: 20px;
}
#mf-location-selector + .popover {
    color: unset !important;
}
/*** PLUGINS CUSTOM END ***/

/*** RESPONSIVE ***/
.point1 {
    width: 100%;
}

/*** DESKTOP VIEW ***/
@media screen and (min-width: 992px) {
    .point1 {
        max-width: 960px;
    }
    div#header-banner {
        width: 728px;
        height: 90px;
        margin: auto;
    }
    section#main_container > div.inside-container {
        padding: 40px 0 40px;
    }
    body.bc-exists section#main_container > div.inside-container {
        padding-top: 20px;
    }
    section#controller_area {
        padding-bottom: 30px;
    }

    /* home content block */
    aside.bottom {
        margin-top: 30px;
    }
    /* home content block end */

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

    .grid_navbar {
        margin-bottom: 30px;
    }

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

    section.side_block ul.featured {
        text-align: center;
        margin: 0;
    }
    section.side_block ul.featured > li {
        flex: 0 0 100%;
        max-width: 184px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    section.side_block ul.featured:not(.list) > li ul {
        width: 100%;
        text-align: initial;
    }

    section#accounts > article .landscape div.picture {
        max-width: 100%;
    }
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
    ul.steps > li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
}
/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
    .listing-details .seller-short div.form,
    .contact-buttons-personal {
        display: none;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .point1 {
        max-width: 720px;
    }
    div#header-banner {
        width: auto;
        height: 100%;
    }
    section#controller_area {
        padding-bottom: 20px;
    }
    section#main_container > div > aside.left {
        display: block;
        width: auto;
        vertical-align: top;
        float: none;
    }

    /* home content block */
    .availability-field-container {
        max-width: 500px;
    }

    aside.three-middle > div.middle-center {
        display: none;
    }
    aside.bottom {
        margin-top: 20px;
    }
    /* home content block end */

    .ling_top_block div.carousel.horizontal {
        padding: 0 25px;
    }
    .ling_top_block div.carousel.horizontal div.prev {
        left: 0!important;
    }
    .ling_top_block div.carousel.horizontal div.next {
        left: auto!important;
        right: 0!important;
    }

    section.seller-short > div > div.picture {
        float: none;
        margin-bottom: 15px;
    }
    section.seller-short ul.seller-info {
        overflow: inherit;
    }
    section.seller-short > div > div.picture img {
        width: 80px;
        height: 80px;
    }

    section.map-capture > img {
        height: 180px;
        background-size: auto 180px;
    }
    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%;
    }
    .search-item.two-fields > select {
        width: 49%;
        margin-right: 2%;
    }
    .search-item.three-field > input {
        margin-right: 2%;
        width: 32%;
    }
    .search-item.three-field > select {
        width: 32%;
    }

    ul.featured {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.featured > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    section.side_block ul.featured div.picture img {
        background-size: 100% auto;
    }
    section#listings.grid div.price-tag {
        font-size: 1.500em;
    }
    section#listings.list > article div.navigation-column {
        width: 170px;
    }
    section#listings.list ul.info {
        max-width: 320px;
    }
    .link-large {
        font-size: 1.250em!important;
    }

    /* no image grid view */
    section#listings.grid.no-image article {
        width: 339px;
    }
    section#listings.grid.no-image article:nth-child(2n+1):not(:first-child):before {
        width: 738px;
    }
    /* no image grid view end */

    div.table-cell > div.name {
        width: 160px;
    }
    body.listing-details-page div.inside-container > aside.left {
        display: none!important;
    }

    ul.tabs.search_tabs {
        margin-bottom: 15px;
    }
    ul.tabs > li {
        font-size: 1em;
    }

    div.listing-details section.statistics ul.controls {
        width: 60%;
    }

    section.account-location table.info {
        float: left;
        width: 235px;
        display: inline-block;
    }
    section.account-location div.map-capture {
        float: right;
        width: 66.66%;
        margin: -54px -18px -17px 0;
    }
    section.account-info div.picture {
        float: left;
        width: auto;
    }
    section.account-info div.picture + div {
        overflow: hidden;
        padding-left: 20px;
    }
    section.account-info div.picture + div table {
        margin: 0;
    }
    section.account-info div.picture + div div.name {
        width: 120px;
    }

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

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

    ul.packages > li div.frame {
        width: 420px;
    }
    body.no-sidebar .advanced-search-form {
        width: 80%;
    }
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
    .point1 {
        max-width: 480px;
        min-width: 320px;
    }
    body > div#floor > header > section:first-child {
        height: 130px;
    }
    .h1-nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    div#logo {
        padding-top: 55px!important;
        height: 112px;
        float: none;
        margin: 0 auto;
    }
    #hline1 {
        height: 130px;
        width: 173px;
    }
    #hline2 {
        display: none;
    }
    #hline1:before {
        height: 210px;
        right: 56px;
        top: -40px;
    }

    /* header navigation */
    div#top-navigation {
        margin: 0;
    }
    span.circle > span.default,
    a.circle {
        box-shadow: none;
    }
    span.circle:hover > span.default,
    a.circle:hover {
        box-shadow: none;
    }
    span.circle.circle_opened > span.default,
    a.circle:active {
        box-shadow: none;
        background: transparent;
        color: #f9c24f;
    }
    span.circle.selector ul > li:not(:last-child) {
        padding: 0 0 15px 0;
    }
    span.circle.selector ul {
        padding: 5px 0 8px;
    }
    .user-navigation-bar > a.registration {
        background-color: transparent;
        box-shadow: none;
    }
    .user-navigation-bar > a.registration:hover {
        background-color: transparent;
        box-shadow: none;
    }
    .user-navigation-bar > a.registration:before {
        background-position: 0 -744px;
    }
    .user-navigation-bar > a {
        padding-left: 20px;
    }
    #user-navbar.circle > span.default {
        text-indent: -200px;
        overflow: hidden;
        padding-left: 30px !important;
    }

    span.user-navigation-bar a.circle {
        text-indent: -9999px;
    }
    /* header navigation end */

    /* main menu mobile media */
    section.main-menu ul > li {
        margin: 0!important;
    }
    ul.menu-mobile {
        position: absolute;
        top: 10px;
        width: 100%;
        max-width: 280px;
        min-height: 39px;
        left: 50%;
        margin-left: -140px;
        z-index: 35;
    }
    ul.menu-mobile > li {
        display: none;
        height: 44px;
    }
    ul.menu-mobile > li > a {
        display: block!important;
        height: 40px;
        line-height: 39px;
        padding: 0 15px!important;
        user-select: none;
    }
    ul.menu-mobile > li:not(.active) > a:hover {
        box-shadow: none!important;
        color: #ffebb1;
    }
    ul.menu-mobile > li.active,
    ul.menu-mobile > li.first {
        display: block;
    }
    ul.menu-mobile > li.active:not(:first-child),
    ul.menu-mobile > li.first {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
    ul.menu-mobile > li.active > a,
    ul.menu-mobile > li.first > a {
        box-shadow: none!important;
        line-height: 40px!important;
        background: transparent!important;
        border: 2px white solid;
        color: white!important;
        font-weight: 300!important;
        height: 44px!important;
    }
    ul.menu-mobile.opened {
        z-index: 10;
    }
    ul.menu-mobile.opened > li.active > a {
        z-index: 10;
        background: none;
        box-shadow: none!important;
    }
    ul.menu-mobile.opened > li:not(.active) {
        background: #1d161d;
    }
    ul.menu-mobile.opened > li:not(.active):not(.first):first-child,
    ul.menu-mobile > li.first + li {
        margin-top: 51px!important;
    }
    ul.menu-mobile:before {
        content: '';
        position: absolute;
        top: 0;
        right: 5px;
        width: 32px;
        height: 40px;
        margin: 2px;
        background: url('../img/gallery.png') right -22px no-repeat;
        z-index: 0;
    }
    /* main menu mobile media end */

    div#top-navigation {
        top: 10px;
        left: 15px;
        right: 15px;
        z-index: 36;
    }
    #top-navigation > span.circle > span.content {
        right: auto;
        left: 0;
    }
    .user-navigation-bar {
        margin: 0 0 0 -12px;
    }
    span.circle.selector > span.default:after {
        right: 0;
    }
    span.circle.selector > span.default {
        padding-right: 25px!important;
    }

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

    body > div#floor > header {
        height: auto;
    }
    div#header-banner {
        width: 100%;
        height: 59px;
    }
    div.header-banner-cont {
        height: 75px;
        line-height: 59px;
    }
    #header-banner div.banner table {
        height: 58px;
    }
    section.main-menu ul.menu {
        display: none;
    }
    section.main-menu > nav > ul.menu {
        width: auto;
    }
    section#controller_area {
        padding-bottom: 20px;
    }
    section.content_block {
        padding: 0 20px;
    }
    #controller_area > .info {
        display: block;
        padding: 0 20px;
    }

    .availability-field-container {
        max-width: 300px;
    }

    body > div#floor > footer {
        box-shadow: inset 0 -92px 0 #e6e6e6;
    }
    body > div#floor > footer div.bottom-line {
        height: 54px;
        padding-top: 38px;
    }
    .footer-copyrights {
        min-height: auto;
        padding: 20px 0;
        position: relative;
        z-index: 2;
    }
    nav.footer-menu {
        margin: 0 20px;
        padding: 12px 60px 12px 0;
        position: relative;
        z-index: 14;
    }
    nav.footer-menu > ul > li {
        padding: 0;
        width: 50%;
    }
    nav.footer-menu a {
        font-size: 0.938em;
        padding: 0;
        margin: 0 5px 0 0;
    }
    nav.footer-menu a:hover {
        box-shadow: none;
    }
    nav.footer-menu li a.active {
        margin: 0!important;
        background: transparent;
        box-shadow: none;
    }
    nav.footer-menu a:hover {
        box-shadow: none;
    }

    body > div#floor > footer span.scroll-top {
        right: 20px;
    }

    body > div#floor > footer div.icons {
        margin-top: 20px;
    }
    #fline1 {
        height: 100px;
    }
    #fline2 {
        width: 200px;
    }
    #fline2:before {
        height: 160%;
        top: -41px;
        left: 50%;
        margin-left: -30px;
    }

    div.password_strength #pass_strength {
        font-size: 0.857em;
    }

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

    /* home content block */
    body.home-page section#main_container > div > aside.left > section,
    body.home-page section#main_container > div > aside.left > section.no-style {
        width: auto;
        float: none;
        margin-right: 0;
    }
    body:not(.home-page) section#main_container > div > aside.left {
        display: none!important;
    }

    aside.bottom {
        margin-top: 20px;
    }
    /* home content block end */

    ul.tabs {
        margin: 0 20px 15px;
    }
    div.submit-cell ul.tabs {
        margin: 0;
    }
    ul.tabs.search_tabs {
        margin: 0 0 15px;
    }
    ul.tabs > li.more {
        width: 42px;
        height: 42px;
        right: 35px;
    }
    ul.tabs > li.overflowed {
        top: 44px;
        bottom: auto;
        height: auto !important;
        right: 35px;
        margin-top: -4px !important;
    }
    div.submit-cell     ul.tabs > li.overflowed {
        top: unset;
    }
    ul.tabs > li.overflowed > ul,
    ul.tabs > li.overflowed > ul > li {
        background: #000;
    }
    ul.tabs > li.more > span {
        margin-top: 18px;
    }
    ul.tabs > li.more.opened {
        background: #000;
    }
    #bread_crumbs > ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    section > div > ul.featured:not(.list) > li {
        width: 100%;
        display: inline-block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    /* listings grid view */
    section#listings.list.no-image > article {
        max-width: 320px;
        float: none;
    }
    section#listings.grid {
        padding: 0 20px;
    }
    section#listings.grid article {
        width: 50%;
    }
    section#listings.grid div.picture > img {
        width: 100%;
    }
    ul.availability-chart > li > div:first-child {
        width: 120px;
    }
    ul.escort-rates-chart > li > div:first-child {
        width: 65%;
    }
    /* listings grid view end */

    /* no image grid view */
    section#listings.grid.no-image {
        padding: 0 20px;
    }
    section#listings.grid.no-image article {
        width: 100%;
        padding: 0 0 20px 0;
        box-shadow: inset 0 -1px 0 #e3e3e3;
        margin-bottom: 20px;
    }
    section#listings.grid.no-image article:nth-child(2n) {
        padding-left: 0;
        box-shadow: inset 0 -1px 0 #e3e3e3;
        margin-left: 0;
    }
    section#listings.grid.no-image article:nth-child(2n+1):not(:first-child):before {
        display: none;
    }
    section#listings.grid.no-image article:last-child {
        margin-bottom: 0;
        box-shadow: none;
    }
    /* no image grid view end */

    /* listing details */
    .listing-details .top-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
    .listing-details .top-navigation .icons {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .listing-details .seller-short > div:first-child {
        max-width: 100%;
        flex-basis: 100%;
    }
    /* listing details end */

    div.table-cell > div.name {
        width: 40%!important;
    }

    div.submit-cell {
        flex-direction: column;
    }
    div.submit-cell > div.name {
        flex-basis: auto;
        padding: 0;
        min-height: 26px;
        line-height: 26px;
    }
    .three-field > select.multicat {
        width: 100%;
        margin: 0 0 15px;
    }

    #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 > select[name="profile[type]"] {
        max-width: 240px;
    }
    .field.single-field > input[type=text] {
        width: 100%;
    }


    .modal_block {
        border-radius: 0!important;
    }

    .form-buttons.form a {
        width: auto;
    }
    section#accounts > article {
        display: inline-block;
        vertical-align: top;
    }
    section#accounts > article > div,
    section#accounts > article > ul {
        text-align: left;
    }
    section#accounts.grid {
        text-align: center;
    }
    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 20px 0;
        float: left;
    }
    section.seller-short > div > div.picture img {
        max-width: 150px;
    }
    section.seller-short ul.seller-info > li:first-child {
        margin-top: 0;
    }
    section.seller-short ul.seller-info > li:first-child {
        padding-right: 0;
    }

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

    ul.steps.mobile {
        margin-right: 20px;
        margin-left: 20px;
    }
    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;
    }
    ul.steps.mobile > li.prev + li + li + li {
        display: none!important;
    }
    ul.steps.mobile > li.current:not(:first-child) + li,
    ul.steps.mobile > li:first-child + li + li,
    ul.steps > li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
    ul.steps.mobile > li.past,
    ul.steps.mobile > li.past + li.current:not(:last-child) {
        position: relative !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;
    }

    span.text-notice,
    div.text-notice {
        padding: 0 20px;
    }
    .content-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .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 {
        height: 2px;
        background: #f9c24f;
        display: block;
    }
    div.list-table  > div.header > div {
        display: none;
    }
    div.list-table  > div.row {
        display: block;
        border-bottom: 2px #f9c24f solid;
        position: relative;
        padding: 13px 25px;
    }
    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.default {
        padding: 0!important;
    }
    .transactions div.row > div.default div.table-cell.small > div.name {
        width: 85px!important;
    }
    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.929em;
        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;
        padding-left: 0!important;
    }
    div.list-table  > div.row > div.action {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -9px;
    }
    div.list-table > div.row > div > div.inline {
        display: inline-block;
    }
    /* tables content end */

    /* my listings */
    section#listings.my-listings .item > div.info {
        display: block;
        width: 100%;
        padding: 0;
    }
    section#listings.my-listings .item > div.info div.picture img {
        width: 100%;
        height: auto;
    }
    section#listings.my-listings .item div.info .title {
        text-align: center;
        padding-bottom: 5px;
    }
    section#listings.my-listings .item div.info .title > span {
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto;
        max-width: 284px;
    }
    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 20px 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 select {
        width: 170px;
    }
    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;
    }

    .my-listings > article > div.nav > div {
        display: block;
        margin: 0 0 20px;
    }

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

    /*** 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;
    }
    ul.packages > li div.status ul.package_info {
        float: left;
    }

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

    .esf-div-rates {
        padding-bottom: 10px;
    }
    .esf-input-price {
        margin-left: 0;
    }
    .esf-rates-field-container div.submit-cell {
        padding-bottom: 20px;
    }
    .esf-rates-field-container > div.submit-cell:last-child {
        padding-bottom: 13px;
    }
    .esf-rates-field-container > div.submit-cell > div.name {
        display: none;
    }

    /* Tours */
    .esf-tours-field-container div.field {
        position: relative;
        padding-top: 46px;
    }
    .esf-tours-field-container div.field > div:first-child {
        float: none;
    }
    .esf-tours-field-container div.field > div:last-child {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .esf-input-from,
    .esf-input-to {
        width: 120px!important;
    }
    .esf-input-from {
        margin-left: 0;
    }
    .esf-input-to {
        margin-left: 15px;
    }
    #area_keyword form.kws-block .two-inline {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .login-page-form {
        max-width: 240px;
    }
}
@media screen and (max-width: 440px) {
    .circle_mobile-full-width {
        position: static !important;
    }
}
@media screen and (max-width: 383px) {
    section.seller-short ul.seller-info {
        overflow: auto;
    }
    section#listings.my-listings .item > div.navigation > ul > li select {
        width: 130px;
    }
    ul.featured > li,
    section#listings.grid article {
        width: 100%;
        margin-right: 0;
    }

    nav.footer-menu > ul > li {
        width: 50%;
        vertical-align: top;
    }
    nav.footer-menu > ul > li > a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .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) {
    section.content_block > h3:after,
    body.listing-details-page div.h1-nav:after {
        background: url('../img/@2x/gallery2.png') 0 -280px repeat-x;
        background-size: 40px auto;
    }
    .user-navigation-bar > a.login:before {
        background: url('../img/@2x/gallery2.png') 0 -380px no-repeat;
        background-size: 40px auto;
    }
    .user-navigation-bar > a.registration:before {
        background: url('../img/@2x/gallery2.png') -22px -351px no-repeat;
        background-size: 40px auto;
    }
    #user-navbar > span.default:before {
        background: url('../img/@2x/gallery2.png') 0 -351px no-repeat;
        background-size: 40px auto;
    }

    span.circle.selector > span.default:after {
        background: url('../img/@2x/gallery2.png') -23px -47px no-repeat;
        background-size: 40px auto;
    }
    span.circle.selector.circle_opened > span.default:after {
        background: url('../img/@2x/gallery2.png') -23px -67px no-repeat;
        background-size: 40px auto;
    }

    select,
    .select2-selection--single .select2-selection__arrow {
        background: url('../img/@2x/gallery2.png') right -32px no-repeat #1d161d;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -849px;
        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 -849px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    select:focus {
        background-position: right -1470px;
        background-size: 40px auto;
    }
    section.side_block select,
    section.side_block .select2-selection--single .select2-selection__arrow {
        background: url('../img/@2x/gallery2.png') right -1430px no-repeat;
        background-size: 40px auto;
    }
    section.side_block select:focus {
        background-position: right -1470px;
        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 -1335px no-repeat;
        background-size: 40px auto;
    }
    input[type=radio]:not(.default) + label > span {
        background-position: 0 -1251px;
    }
    input[type=checkbox]:not(.default):hover + label > span {
        background-position: 0 -1362px;
    }
    input[type=checkbox]:not(.default):checked + label > span {
        background-position: 0 -1390px;
    }
    input[type=radio]:not(.default):hover + label > span {
        background-position: 0 -1278px;
    }
    input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -1305px;
    }
    section.side_block input[type=checkbox]:not(.default) + label > span,
    section.side_block input[type=radio]:not(.default) + label > span {
        background: url('../img/@2x/gallery2.png') 0 -112px no-repeat;
        background-size: 40px auto;
    }
    section.side_block input[type=radio]:not(.default) + label > span {
        background-position: 0 -193px;
    }
    section.side_block input[type=checkbox]:not(.default):hover + label > span {
        background-position: 0 -139px;
    }
    section.side_block input[type=checkbox]:not(.default):checked + label > span {
        background-position: 0 -166px;
    }
    section.side_block input[type=radio]:not(.default):hover + label > span {
        background-position: 0 -220px;
    }
    section.side_block input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -247px;
    }
    div.mobile-menu-button {
        background: url('../img/@2x/gallery2.png') -3px -409px no-repeat #32cf99;
        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') right -449px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting span.arrow {
        background: url('../img/@2x/gallery2.png') -22px -46px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting .active span.arrow {
        background-position: -22px -66px;
    }
    .favorite span.icon,
    .top-navigation .icons > span.favorite > span {
        background: url('../img/@2x/gallery2.png') 0 -468px no-repeat;
        background-size: 40px auto;
    }
    .favorite.remove span.icon,
    .top-navigation .icons > span.favorite.remove > span {
        background-position: right -468px;
    }
    section#listings div.picture > img,
    ul.featured:not(.accounts) > li .picture img {
        background-image: url('../img/@2x/no-picture.png');
        background-size: 190px auto;
    }
    section#listings div.picture.no-picture > img {
        background-size: 190px auto!important;
    }

    ul.steps > li:before {
        background: url('../img/@2x/gallery2.png') 0 -285px repeat-x;
        background-size: 40px auto;
    }
    ul.steps > li.past:before {
        background: url('../img/@2x/gallery2.png') 0 -280px repeat-x;
        background-size: 40px auto;
    }
    ul.steps > li:last-child a:before {
        background: url('../img/@2x/gallery2.png') 0 -534px no-repeat;
        background-size: 40px auto;
    }
    ul.steps > li.current:last-child a:before {
        background-position: right -534px;
    }

    section.main-section div.table-cell > div.name > div {
        background-position: 0 -559px;
    }

    .modal_block div.inner div.close > div {
        background: url('../img/@2x/gallery2.png') right 0 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;
    }

    section.content_block div.carousel.horizontal div.prev:before,
    section.content_block div.carousel.horizontal div.next:before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 0 -652px;
        background-size: 40px auto;
    }
    section.content_block div.carousel.horizontal div.next:before {
        background-position: -34px -652px;
    }

    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 {
        background: url('../img/@2x/gallery2.png') 12px -693px no-repeat #fec04f;
        background-size: 40px auto;
    }
    input.search:hover {
        height: 37px;
        background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
    }

    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') left -604px 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 -1104px no-repeat;
        background-size: 40px auto;
    }

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

    img.qtip {
        background: url('../img/@2x/gallery2.png') 0 -728px no-repeat #1d161d;
        background-size: 40px auto;
    }
    img.qtip:hover {
        background-position: 0 -728px;
    }

    #controller_area div.fieldset > header > span.arrow {
        background: url('../img/@2x/gallery2.png') 0 -798px no-repeat #ffebb1;
        background-size: 40px auto;
    }
    #controller_area div.fieldset > header > span.arrow.up {
        background-position: right -798px;
    }
    .my-listings a.add-photo:before,
    .my-listings a.add-video:before,
    .my-listings a.edit:before,
    .my-listings a.unsubscription:before {
        background: url('../img/@2x/gallery2.png') 0 -775px no-repeat!important;
        background-size: 40px auto!important;
    }
    .my-listings a.add-video:before {
        background-position: 0 -819px!important;
    }
    .my-listings a.edit:before {
        background-position: 0 -755px!important;
    }
    .my-listings a.unsubscription:before {
        background-position: right -735px!important;
    }
    .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;
    }

    body > div#floor > footer span.scroll-top {
        font-size: 1.4em;
    }
    body > div#floor > footer span.scroll-top:before {
        background: url('../img/@2x/gallery2.png') right -307px no-repeat;
        background-size: 40px auto;
    }
    body > div#floor > footer div.logo img {
        background: url('../img/@2x/logo_footer.png') 0 0 no-repeat;
        background-size: 100%;
    }

    section#listings ul.nav-column > li.bids > a:after {
        background: url('../img/@2x/gallery2.png') 0 -948px no-repeat!important;
        background-size: 40px auto!important;
    }
    ul.menu-mobile:before {
        background: url('../img/@2x/gallery2.png') right -407px no-repeat;
        background-size: 40px auto;
    }
}
/*** PIXEL RETIO 1.5 END ***/

/*** PIXEL RATIO 1.5 AND MOBILE VIEW ***/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .user-navigation-bar > a.registration:before {
        background-position: 0 -351px;
    }
}
/*** PIXEL RATIO 1.5 AND MOBILE VIEW END ***/

/*** TMP FALLBACK ***/
.close.small:before {
    background-position: -24px 0 !important;
}
@media (min-width: 1200px) {
    div.upload-files > div {
        width: 25% !important;
    }
}
.my-profile-sidebar .image-preview-wrapper nav.icons > * {
    filter: brightness(0); /* TODO: think about core styles override by styles from template */
}
.popup .body {
    color: #ccc;
}
.popup > div > div div.caption {
    color: unset !important;
}
/*** TMP FALLBACK END ***/
