/*** COMMON STYLES ***/
@import url('dark.css');

body, html {
	height: 100%;
}
body {
	margin: 0px auto;
	background: url('../img/bg.jpg') center top repeat #ffecf4;
	font-size: 14px;
	color: #6d6d6d;
	font-family: 'Arial', serif;
	font-weight: 300;
}
body > div#floor {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
input,select,option,p,form,ul,li,h1,h2,h3,h4,h5,h6,td,img,table {
	margin: 0;
	padding: 0;
	border: 0;
}
::selection {
	background: #707070;
	color: white;
}
::-moz-selection {
	background: #707070;
	color: white;
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-padding: 0;
	width: 100%;
}
table.fixed {
	table-layout: fixed;
}
/* img {
	vertical-align: middle;
    pointer-events: none; // for Android
    -webkit-touch-callout: none; // for iOS
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
label {
	-moz-user-select: none;
	-webkit-user-select: none;
}
strong, b {
	font-weight: 600;
}

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

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

/* fonts */
.font1, /* light font on the dark bg or instead */
a.font1 {
	color: #c449d3;
}
a.font1:hover,
a.active.font1,
.active .font1 {
	text-decoration: underline;
}
.font2,
a.font2 { /* light font on the dark bg or instead */
	color: white;
}
a.font2:hover {
	text-decoration: underline;
}
.link-large {
	font-size: 1.125em!important;
	font-weight: 300!important;
}
/*span.text-notice,
div.text-notice {
	/* TODO 
}*/
.text-notice + form {
	margin-top: 10px;
}
.close,
.red {
	color: #e44848!important;
}
.close:hover,
.red:hover {
	color: #ff5d5d!important;
}
.red.margin {
	padding-left: 10px;
	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: #2b2b2b;
	font-size: 1.875em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 100;
	overflow: hidden; /* to allow two items inline */
	display: inline-block;
	vertical-align: top;
}
#controller_area > h1 {
	margin-bottom: 22px; /* h1 moved down on add listing and registration, that is why custom padding is rquired */
}
.h1-nav h1 {
	overflow: hidden;
}
body.listing-details-page div.h1-nav {
	margin-bottom: 20px;
}
body.listing-details-page div.h1-nav h1 {
	margin-bottom: 7px;
}
.h1-nav nav {
	float: right;
	vertical-align: top;
}
.h1-nav nav > a.icon {
	display: none!important;
}
/* h1 end */

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

/* inputs */
input[type=text],
input[type=password],
textarea,
select {
	height: 36px;
	background: #fffbfd;
	border: 2px #cccccc solid;
	box-shadow: inset 0 2px 0 rgba(0,0,0,.08);
	color: #333333;
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: 300;
	padding: 0 10px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	border-radius: 5px;
	
	line-height: 34px\9;
}
input:hover {
	border-color: #bbbbbb;
}
input:focus {
	border-color: #da8ae3;
	background-color: #fff0ff;
}
textarea {
	line-height: normal;
	height: auto;
	padding: 8px 10px 8px;
	width: 100%;
}
select {
	vertical-align: top;
	background: #fff8fb;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);

	padding-top: 4px\9;
	padding-bottom: 6px\9;
}
@-moz-document url-prefix() {
	select {
		padding: 7px;
	}
}
select[disabled=disabled],
input[disabled=disabled] {
	color: #bfbfbf;
	opacity: .8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
}
select:hover {
	border-color: #bbbbbb;
}
select:focus {
	border-color: #da8ae3;
	background-color: #fff0ff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		background: url('../img/gallery.png') right -1392px no-repeat #fff8fb;
		padding-right: 20px;
	}
}
option {
	padding: 2px 0;
}
input[type=submit],
input[type=button],
a.button {
	background: #da8ae3;
	border-radius: 5px;
	line-height: 42px;
	height: 42px;
	padding: 0 20px;
	color: white;
	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;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
	background: #ce7ad8;
	text-decoration: none;
}
a.button {
	display: inline-block;
	height: 37px;
	line-height: 35px;
}
a.button.wide {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
a.button.disabled,
input[type=submit].disabled,
input[type=button].disabled {
	cursor: default;
	background: #b1b1b1;
	color: #e6e6e6;
	box-shadow: none;
}
input[type=submit].low,
input[type=button].low,
a.button.low {
	height: 35px;
	line-height: 34px;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
	opacity: 0;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";
	position: absolute;
	width: 26px;
	height: 26px;
	/*position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;*/
}
input[type=checkbox]:not(.default) + label,
input[type=radio]:not(.default) + label {
	max-width: 100%;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	cursor: pointer;
	color: #949494;
	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: #5c5c5c;
}
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: black;
}
input[type=checkbox].multiline + label > span,
input[type=radio].multiline + label > span {
	display: block;
	margin: 0 auto 5px;
}
input[type=radio].multiline[disabled=disabled] + label > span {
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; /* old ie */
}
input[type=radio].multiline[disabled=disabled] + label {
	color: #707070;
}

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

input.search {
	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;
}

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

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

.file-input {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.file-input input.file {
	position: absolute;
    right: 0;
    height: 40px;
    opacity: 0;
    z-index: 100;
    width: 100%;
    cursor: pointer;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";
}
.file-input input.file-name {
	width: 200px;
	position: relative;
}
.file-input span {
	display: inline-block;
	background: #b3b3b3;
	line-height: 36px;
	height: 35px;
	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: 0;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
body > div#floor > header {
	height: 220px;
	position: relative;
	z-index: 1000;
/*	margin-top: 106px; */
}
body > div#floor > header > section:first-child {
	height: 100px;
	background: rgba(255,255,255,.8);
	background: white\9;
}
body > div#floor > header > section:first-child > div {
	margin: 0 auto;
	position: relative;
	height: 100%;
}
body > div#floor > header > section.main-menu {
	height: 120px;
	background: rgba(146,47,157,.6);
	background: #be7bc0\9;
}
body > div#floor > header > section > nav {
	margin: 0 auto;
}
div#logo {
	width: 376px;
	height: 56px;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 5;
}
div#logo img {
	width: 100%;
	height: 100%;
	background: url('../img/logo.png') 0 0 no-repeat;
}
div.header-banner-cont {
	height: 90px;
	line-height: 90px;
	background: #fff0ff;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 8px 0;
}
div.header-banner-cont > div {
	margin: 0 auto;
	height: 100%;
}
div#header-banner {
	overflow: hidden;
}
div#header-banner > div.no-banner {
	box-shadow: inset 0 0 0 1px #da8ae3;
	width: 100%;
	height: 100%;
	color: #da8ae3;
	font-size: 1.286em;
	text-align: center;

	width: 726px\9;
	height: 88px\9;
	border: 1px #da8ae3 solid\9;
}
div#header-banner > *:not(.no_banner) {
	width: 100%;
	height: 100%;
}
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;
}

/* top navigation */
div#top-navigation {
	position: absolute;
	right: 0;
	top: 31px;
	margin-right: 2px;
    z-index: 1000;
}
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 #cccccc, 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;

	-moz-user-select: none;
	-webkit-user-select: none;

	background: white\9;
}
a.circle {
	text-decoration: none;
	color: #333333;
}
span.circle:hover > span.default,
a.circle:hover {
	box-shadow: 0 0 0 2px #bababa, 0px 2px 0px 2px rgba(0,0,0,.08);
}
span.circle.circle_opened > span.default,
a.circle:active {
	box-shadow: 0 0 0 2px #da8ae3;
	background: #fff0ff;
}
span.circle > span.content {
	position: absolute;
	min-width: 100%;
	margin-top: 5px;
	z-index: 1000;
	right: 0;

	padding: 10px 16px 13px;
	box-shadow: 0 0 0 2px #da8ae3, 0px 2px 0px 2px rgba(0,0,0,.08);
	background: #fff0ff;
	border-radius: 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
span.circle.circle_opened > span.content {
	display: block;
}
span > .circle:not(:last-child) {
	margin-right: 7px;
}

/* 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 -1405px no-repeat;
}
span.circle.selector.circle_opened > span.default:after {
	background-position: -23px -1438px;
}
span.circle.selector ul {
	
}
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;
}
#user-navbar > span.default {
	padding-left: 40px!important;
}

/* user navigation bar */
.user-navigation-bar {
	margin-right: 5px;
}

.user-navigation-bar > a {
	padding-left: 40px;
}
.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: #da8ae3;
	color: white;
	box-shadow: 0 0 0 2px #da8ae3, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:hover {
	background-color: #d07cda;
	box-shadow: 0 0 0 2px #d07cda, 0px 2px 0px 2px rgba(0,0,0,.08);
}
.user-navigation-bar > a.registration:before {
	background-position: -22px -744px;
}
.user-navigation-bar ul > li > a.logout {
	color: #951ca4;
	font-weight: 400;
}
span > .circle.mobile {
    display: none;
}
.user-navigation-bar a.counter,
.account-menu-content a.counter {
	font-size: 0.875em;
	color: white;
	padding: 1px 5px 2px;
	border-radius: 3px;
	vertical-align: top;
	margin: 0 3px;
	display: inline-block;
	line-height: 14px;
	background: #da8ae3;
}
.user-navigation-bar a.counter {
	background: #da8ae3;
}
.user-navigation-bar a.counter:hover {
	text-decoration: none;
}
.user-navigation-bar .dark_mode {
    display: inline-block;
    height: 38px;
    padding: 0 16px;
    position: relative;
}
.user-navigation-bar .dark_mode > div.switcher {
    height: 24px;
    width: 50px;
    margin: auto;
    position: relative;
}
.user-navigation-bar .dark_mode > span {
    display: block;
}
#user-navbar > span.default:before {
	background: url('../img/gallery.png') 0 -744px no-repeat;
}
#user-navbar label.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
.dark_mode .switch input,
#user-navbar .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.dark_mode .slider,
#user-navbar .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da8ae3;
  -webkit-transition: .4s;
  transition: .4s;
}

.dark_mode .slider:before,
#user-navbar .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.dark_mode input:checked + .slider,
#user-navbar input:checked + .slider {
  background-color: #353535;
}

.dark_mode input:focus + .slider,
#user-navbar input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.dark_mode input:checked + .slider:before,
#user-navbar input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.dark_mode .slider.round,
#user-navbar .slider.round {
  border-radius: 24px;
}

.dark_mode .slider.round:before,
#user-navbar .slider.round:before {
  border-radius: 50%;
}
/* 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: 120px;
}
#mline2 {
	left: auto;
	right: -45px;
}
#fline1 {
	top: 0;
	left: 34%;
	height: 65px;
}
#fline2 {
	top: 0;
	left: auto;
	right: -100px;
	height: 100%;
	width: 155px;
}

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

/* main menu */
body > div#floor > header > section.fixed-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #be7bc0;
}
section.main-menu > nav {
	position: relative;
	min-height: 120px;
}
section.main-menu ul.menu, section.main-menu ul.first_menu {
	height: 46px;
	overflow: hidden;
	white-space: nowrap;
	padding: 7px 0;
	position: relative;
	z-index: 5;
	-moz-user-select: none;
	-webkit-user-select: none;

}
section.main-menu div.mobile-menu-button {
	display: none;
}
section.main-menu ul.menu > li, 
section.main-menu ul.first_menu > li {
	display: inline-block;
	height: 46px;
	vertical-align: top;
    position: relative;
    z-index: 10;
}
section.main-menu ul > li > a {
	color: #ffffff;
	font-size: 1.214em;
    display: block;
    height: 100%;
    line-height: 47px;
    padding: 0 20px;
    border-radius: 5px;
    overflow: hidden;
	text-overflow: ellipsis;
}
section.main-menu ul > li > a:hover {
	text-decoration: none;
}
section.main-menu ul > li:not(.active) > a:hover {
	text-decoration: none;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);

	text-decoration: underline\9;
}
section.main-menu ul > li.active:not(:last-child) {
	margin-right: 5px;
}
section.main-menu ul > li.active:not(:first-child) {
	margin-left: 5px;
}
section.main-menu ul > li.active > a {
	color: black;
	background: #ffecf4;
	font-weight: 400;
}
section.main-menu ul.menu > li.more > span {
	display: inline-block;
	cursor: pointer;
	line-height: 40px;
	padding: 0 0 0 10px;
}
section.main-menu ul.menu > li.more > span > span {
	width: 4px;
	height: 4px;
	background: white;
	display: inline-block;
	margin: 0 2px 0 0;
	border-radius: 2px;
}
section.main-menu ul.menu > li.more_active > span > span {
	background: black;
}
ul#main_menu_more {
	display: none;
	position: absolute;
	top: 120px;
	padding: 5px 7px;
	background: rgba(146,47,157,.6);
	background: #be7bc0\9; 
	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;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; /* old ie */
}
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 */

/* autocomplete search */
#ac_interface {
	width: 450px;
	max-height: 210px;
	position: absolute;
	display: none;
	overflow: hidden;
	background: #dddddd;
	z-index: 20;
	right: 0;
	top: 48px;
}
#ac_interface li.active {
	background: #c7c7c7;
}
#ac_interface li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ac_interface div.ac-listing {
	width: 300px;
	float: left;
}
#ac_interface div.ac-listing a {
	display: block;
	padding: 8px 15px;
}
#ac_interface div.ac-listing a b {
	color: black;
	font-weight: 600!important;
}
#ac_interface div.ac-category {
	width: 130px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ac_interface div.ac-category a {
	display: block;
	padding: 8px 15px 8px 5px;
	color: #444444;
}
#ac_interface .mCSB_scrollTools {
	right: 12px;
}
#ac_interface .mCSB_draggerContainer {
	margin: 10px 0;
}
/* autocomplete search end */
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
div#wrapper {
	padding-bottom: 200px;
}
section#controller_area:empty {
	padding-bottom: 0!important;
}
section#main_container {
	position: relative;
}
section#main_container > div.inside-container {
	margin: 0 auto;
	position: relative;
	background-color: white;
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 70px;
    padding-top: 10px;
}
section#main_container > div > aside.left {
	width: 300px;
	vertical-align: top;
	float: right;
}
section#content {
	vertical-align: top;
}
div.static-content {
	line-height: 25px;
	color: #505050;
}

aside.two-middle,
aside.three-middle {
	position: relative;
}
aside.two-middle > div.middle-left,
aside.two-middle > div.middle-right {
	width: 50%;
	float: left;
	min-height: 1px;
}
aside.two-middle > div.middle-left > div > section:last-child,
aside.two-middle > div.middle-right > div > section:last-child,
aside.three-middle > div.middle-left > div > section:last-child,
aside.three-middle > div.middle-right > div > section:last-child,
aside.twree-middle > div.middle-center > section:last-child,
aside.bottom > section:last-child {
	margin: 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 crubmbs */
#bread_crumbs {
	margin: 0 auto;
}
#bread_crumbs > ul {
	margin: 0 auto;
	padding: 7px 0;
}
#bread_crumbs > ul > li {
	display: inline-block;
}
#bread_crumbs > ul > li > a {
	color: #c449d3;
}
#bread_crumbs > ul > li > span {
	padding: 0 4px;
	color: #8c8c8c;
}
/* bread crubmbs end */

/* sidebar block */
section.no-style {
	padding: 0 0 30px 0;
}
section.side_block {
	position: relative;
	background: whitesmoke;
	margin: 0 0 20px 0;
	padding: 15px 20px 17px;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
section.side_block > h3 {
	color: #2b2b2b;
	font-size: 1.286em;
}
section.side_block > div {
	position: relative;
	padding: 20px 0 0;
}
/* sidebar block end */

/* content block */
section.no-style {
	padding: 0 0 1px 0;
	position: relative;
}
section.content_block {
	position: relative;
	margin: 0 0 15px 0;
}
section.content_block > h3 {
	color: #2d2c2d;
	font-size: 1.714em;
	font-weight: 300;
}
section.content_block > h3 > span.hot {
    background: url('../img/hot_listings.png') center no-repeat;
    background-size: 44px;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0 10px;
    margin-bottom: -5px;
}
section.content_block > h3 > a.reserve_place {
    position: absolute;
    right: 10px;
    top: 19px;
    font-size: 22px;
}
body.view-details-page div.h1-nav {
    margin-bottom: 0px;
}
section.content_block > h3:after,
body.listing-details-page div.h1-nav:after {
	content: '';
	display: block;
	height: 4px;
	background: url('../img/gallery.png') 0 -1283px repeat-x;
	margin-top: 12px;
}
body.listing-details-page div.h1-nav:after {
	margin-top: 8px;
}

section.content_block > div {
	position: relative;
	padding: 20px 0 0 0;
}
section.content_block.listings_carousel > div {
    padding-top: 0;
}
/* 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: 0 0 15px;
}
section.side_block_search div.search-item:last-child {
	padding-bottom: 0;
}
section.side_block_search div.search-item select.multicat {
	margin-bottom: 15px;
}
section.side_block_search div.search-item select.multicat.last {
	margin-bottom: 0;
}
section.side_block_search div.field {
	padding: 7px 0 5px 0;
	color: #939393;
}
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 #ffecf4 solid;
}
ul.availability-chart > li > div:first-child {
	width: 90px;
	float: left;
	color: #939393;
	border-right: 2px #ffecf4 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: 180px;
}
.esf-input-custom-rate {
    width: 160px !important;
}
.esf-input-price {
    width: 80px !important;
    margin: 0 10px;
}
.esf-select-currency {
    width: 80px;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > div.input > select,
.search-item.single-field > 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 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
body > div#floor > footer > div > div {
	margin: 0 auto;
	position: relative;
}
body > div#floor > footer > div:first-child {
	min-height: 105px;
	background: rgba(146,47,157,.6);
	overflow-x: hidden;

	background: #be7bc0\9;
}
body > div#floor > footer > div:first-child > div {
	position: relative;
	min-height: 105px;
}
body > div#floor > footer > div:last-child {
	height: 65px;
	line-height: 65px;
	background: white;
	font-size: 0.857em;
}
body > div#floor > footer div.cp {
	z-index: 3;
	position: relative;
	overflow: hidden;
}

body > div#floor > footer div.icons {
	height: 65px;
	line-height: 65px;
    display: flex;
    align-items: center;
}
body > div#floor > footer div.icons a {
	opacity: 0.8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
    display: flex;
}
body > div#floor > footer div.icons a:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
body > div#floor > footer div.icons a > img {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
body > div#floor > footer div.icons a > img.rss {
    background: url('../img/gallery.png') -19px -632px no-repeat;
}
body > div#floor > footer div.icons a > img.facebook {
	background-position: 0px -711px;
}
body > div#floor > footer div.icons a > img.twitter {
	background-position: 0 -681px;
}

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: #000000;
	background: #ffecf4;
}
nav.footer-menu a:hover {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);
	text-decoration: underline\9;
}
nav.footer-menu li:not(:last-child) a.active {
	margin-right: 3px;
}
nav.footer-menu li:not(:first-child) a.active {
	margin-left: 3px;
}

body > div#floor > footer > div:first-child > div > div:first-child {
	line-height: 100%;
}
body > 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;
}
body > 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;
}
body > div#floor > footer span.scroll-top:hover {
	background: #ffecf4;
}

/*
body > div#floor > footer {
	min-height: 208px;
	background: #f1f1f1;
	position: relative;
	color: #919191;
	box-shadow: inset 0 -54px 0 #e6e6e6;
}
body > div#floor > footer > div {
	margin: 0 auto;
}
body > div#floor > footer div.top-line {
	min-height: 125px;
}
body > div#floor > footer div.bottom-line {
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 0.875em;
	position: relative;
}
nav.footer-menu {
	position: relative;
	padding: 15px 0 13px;
	border-top: 1px #cbcbcb dashed;
	width: auto;
	margin: 0 auto;
	display: table;
	min-height: 55px;
}
nav.footer-menu > ul {
}
nav.footer-menu > ul > li {
	width: 21%;
	padding: 0 2% 5px;
	display: inline-block;
}
nav.footer-menu a {
	color: #535353;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	width: 100%;
}
nav.footer-menu a:hover,
nav.footer-menu a.active {
	color: #0ead76;
}

body > div#floor > footer div.logo {
	max-width: 250px;
	height: 40px;
	margin: 0 auto ;
	padding: 30px 0 0;
	text-align: center;
}
body > div#floor > footer div.logo img {
	width: 151px;
	height: 26px;
	background: url('../img/logo_footer.png') center 0 no-repeat;
}

*/
/*** PAGE FOOTER END ***/

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

/*** MISCELLANEOUS ***/
.two-inline > *:first-child {
	float: right;
}
.two-inline > *:last-child {
	overflow: hidden;
}
.two-inline.left > *:first-child {
	float: left;
}

div.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;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";
}
*:hover > span.media-enlarge {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
span.media-enlarge > span {
	width: 12px;
	height: 12px;
	border: 2px #ca5cd7 solid;
	position: absolute;
	left: 12px;
	top: 12px;
	border-radius: 16px;
}
span.media-enlarge > span:before,
span.media-enlarge > span:after {
	content: '';
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	top: 5px;
	background: #ca5cd7;
}
span.media-enlarge > span:after {
	width: 2px;
	height: 8px;
	left: 5px;
	top: 2px;
}
/* enlarge media end */

/* keyword search in box */
.kws-block {
	padding-bottom: 10px;
}
.kws-block input[type=text] {
	width: 100%;
}
.kws-block .options ul {
	padding: 10px 0 0;
}
.kws-block .options ul > li {
	padding: 0 0 7px 0;
}
.kws-block .options ul > li:last-child {
	padding: 0;
}
.kws-block a {
	margin-top: 10px;
	display: inline-block;
}
#area_keyword .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;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
div.close-black:hover > div {
	opacity: 0.8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
}

.close-red {
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	background: url('../img/gallery.png') 0 -413px no-repeat;
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
.close-red:hover {
	opacity: 0.8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
}

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;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";

	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"\9;
}
img.remove:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
/* close bars end */

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

.h1-nav nav > a:not(.button) {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-left: 5px;
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
.h1-nav nav > a:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.h1-nav nav > a.post_ad {
	background: #da8ae3;

	border-radius: 20px;
	position: relative;
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.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: #e4a0ec;
}
/* 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 {
    /*display: inline-block;*/
    vertical-align: top;
	/* height: 42px; 
	white-space: nowrap; */
	margin-bottom: 20px;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}
ul.tabs:not(.search_tabs) > li {
	display: inline-block;
	padding: 9px 20px 0;
	height: 29px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	background: whitesmoke;
	border: 2px whitesmoke solid;
	color: #c449d3;
	border-radius: 5px;
    margin: 5px;

	margin-right: 3px\9;
}
ul.tabs:not(.search_tabs) > li:hover:not(.active) {
	text-decoration: underline;
}
ul.tabs:not(.search_tabs) > li.active {
	background: #ffecf4;
	color: black;
	border-color: #da8ae3;

	/*box-shadow: inset 0 2px 0 #32cf99;

	box-shadow: 0 -2px 0 #32cf99\9;*/
}
ul.tabs:not(.search_tabs) > li:not(:last-child) {
	margin-right: 3px;
}

ul.tabs:not(.search_tabs) > li.active:after,
ul.tabs:not(.search_tabs) > li.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.tabs:not(.search_tabs) > li.active:after {
	border-color: rgba(255, 236, 244, 0);
	border-top-color: #ffecf4;
	border-width: 5px;
	margin-left: -5px;
}
ul.tabs:not(.search_tabs) > li.active:before {
	border-color: rgba(218, 138, 227, 0);
	border-top-color: #da8ae3;
	border-width: 8px;
	margin-left: -8px;
}

ul.tabs > li.more {
	padding: 0;
	width: 45px;
	height: 45px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
ul.tabs > li.more.opened {
	background: #f1f1f1;
}
ul.tabs > li.more > span {
	width: 4px;
	height: 4px;
	background: #000000;
	display: inline-block;
	margin: 20px 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
ul.tabs > li.more > span:last-child {
	margin-right: 0;
}
ul.tabs > li.overflowed {
	position: absolute;
	right: 0;
	bottom: -33px;
	padding: 0;
	display: none;
	z-index: 40;
}
ul.tabs > li.overflowed.opened {
	display: block;
    border: 0;
}
ul.tabs > li.overflowed > ul {
	background: #f1f1f1;
	padding: 5px 0;
    border: 2px whitesmoke solid;
    border-radius: 5px;
}
ul.tabs > li.overflowed > ul > li {
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
ul.tabs > li.overflowed > ul > li.active {
	color: #030303;
	box-shadow: inset 3px 0 0 #32cf99;
}

div.listing-details ul.tabs > li#tab_photosxxx {
    background-color: black;
    color: white;
    padding: 5px 7px;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
}

div.listing-details ul.tabs > li#tab_photosxxx > span {
    background-color: #f7971d;
    border-radius: 2px;
    color: black;
    font-size: 15px;
    padding: 3px 7px;
}
div.listing-details ul.tabs > li#tab_photosxxx.active:after {
    border-top-color: black;
}

/* search tabs */
ul.tabs.search_tabs {
	border: 2px #cccccc solid;
	display: inline-block;
	padding: 3px;
	border-radius: 5px;
	background: #fffbfd;
	height: 28px;
	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.active {
	background: #da8ae3;
	color: white;
	cursor: default;
}
ul.tabs.search_tabs > li:not(.active):hover {
	color: black;
}
/*** TABS END ***/

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

/*** SUBMIT FORM ELEMENTS ***/
.search-block-content {
	height: auto;
}
/*.light-inputs input[type=text],
.light-inputs input[type=password],
.light-inputs textarea {
	background: white;
}*/

div.submit-cell {
	padding-bottom: 13px;
	*zoom: 1;
}
div.submit-cell:after {
	clear: both;
	content: '';
	display: table;
}

form > div.submit-cell:last-of-type {
	padding-bottom: 0;
}
div.submit-cell > div.name {
	float: left;
	width: 170px;
	min-height: 38px;
	line-height: 38px;
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	padding: 0 10px 0 0;
}
div.submit-cell > div.field {
	overflow: hidden;
	min-height: 38px;
}
div.submit-cell > div.field.checkbox-field,
div.submit-cell > div.field.inline-fields {
	padding-top: 10px;
	min-height: 28px;
}
div.submit-cell.custom-padding {
	padding: 5px 0 10px 0;
}
div.submit-cell.custom-padding > div {
	min-height: 25px;
}
div.submit-cell.buttons {
	padding: 10px 0 0 0;
}

#modal_block div.submit-cell div.name {
	width: 120px;
}
#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 {
	display: inline-block;
	width: 33.33%;
}
#sf_field_rate_contact.field.checkbox-field .custom-input {
    width: 20%;
}
#sf_field_rate_contact input[type=radio]:not(.default) + label {
    height: 40px;
}
#sf_field_rate_contact input[type=radio]:not(.default) + label > span {
    margin-top: 8px;
}
.field.checkbox-field .custom-input {
	padding: 0 0 10px 0;
}
.field.checkbox-field .custom-input > label {
	padding-right: 5px;
}
section#listings.grid li.fields div > span.rate_contact,
div.table-cell > div.name + div.value > span.rate_contact,
.field.checkbox-field .custom-input > label > i {
    background: url('../img/bad-good.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    background-size: 250px;
}
section#listings.grid li.fields div > span.rate_contact_2,
div.table-cell > div.name + div.value > span.rate_contact_2,
.field.checkbox-field .custom-input > label > i.rate_contact_2 {
    background-position: -52px 0;
}
section#listings.grid li.fields div > span.rate_contact_3,
div.table-cell > div.name + div.value > span.rate_contact_3,
.field.checkbox-field .custom-input > label > i.rate_contact_3 {
    background-position: -106px 0;
}
section#listings.grid li.fields div > span.rate_contact_4,
div.table-cell > div.name + div.value > span.rate_contact_4,
.field.checkbox-field .custom-input > label > i.rate_contact_4 {
    background-position: -158px 0;
}
section#listings.grid li.fields div > span.rate_contact_5,
div.table-cell > div.name + div.value > span.rate_contact_5,
.field.checkbox-field .custom-input > label > i.rate_contact_5 {
    background-position: -210px 0;
}

span.phone-field > select {
	width: 80px;
}
input.date {
	width: 140px!important;
}

.field span.divider {
	padding: 0 10px;
}

.form-buttons {
	padding-top: 30px;
	display: block;
}
.form-buttons a:not(.button) {
	padding: 0 30px 0 0;
}
.form-buttons.right {
	text-align: right;
}
.form-buttons.form a {
	display: inline-block;
	width: 148px;
	text-align: right;
}

.wauto {
	width: auto!important;
	max-width: 100%;
}
.w120 {
	width: 120px!important;
}
@media screen and (max-width: 767px) {
    .wauto {
        width: 100%!important;
    }
}
/* qtip */
img.qtip {
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -467px no-repeat #da8ae3;
	margin: -3px 0 0 10px;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
img.qtip:hover {
	background-color: #b962c3;
}
div.qtip_cont {
	display: none;
}
div.qtip-defaults {
	max-width: 300px;
}
/* qtip end */

/* multilingual tabs */
div.ml_tabs {
	overflow: hidden;
	position: relative;
}
div.ml_tabs > ul {
	padding: 2px 0 0 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}
div.ml_tabs > ul > li {
	color: #c449d3;
	font-size: 0.929em;
	display: inline-block;
	height: 28px;
	padding: 12px 25px 0;
	margin: 0 5px 0 0;
	cursor: pointer;
}
div.ml_tabs > ul li.active {
	background: whitesmoke;	
	cursor: default;
	color: #000000;
	box-shadow: inset 0 2px 0 #c449d3;
	border-radius: 5px 5px 0 0;
}
div.ml_tabs_content {
	padding: 10px;
	background: whitesmoke;
	border-radius: 0 5px 5px 5px;
}
div.ml_tabs_content input[type=text] {
	width: 100%;
}

div.ml_tabs div.nav {
	display: none;
}
/*
div.scrolling ul {
	position: absolute;
}
div.scrolling div.nav {
	position: absolute;
	display: none;
	width: 20px;
	height: 30px;
	cursor: pointer;
}
div.scrolling div.left {
	background: url('../img/gallery.png') 0px -2828px no-repeat;
	left: 0;
}
div.scrolling div.right {
	background: url('../img/gallery.png') -20px -2828px no-repeat;
	right: 0;
}
*/
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
img.account-picture {
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-image: url('../img/no-account.png');

	background-color: rgba(146,47,157,.2);
	border: 2px white solid;
	border-radius: 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.contacts-list tr.system {
    background: rgb(255 4 4 / 20%);
}
table.contacts-list td.info {
	vertical-align: top;
}
table.contacts-list td.info .name {
	color: #494949;
}
table.contacts-list td.info .name > span:not(.new) {
	font-size: 0.929em;
	color: black;
}
table.contacts-list td.info .date {
	color: #949494;
	font-size: 0.929em;
	padding: 0 0 10px 0;
}
table.contacts-list td.info .message {
    max-height: 80px;
    overflow: hidden;
}
table.contacts-list div.picture {
	position: relative;
}
table.contacts-list div.picture span {
	width: 10px;
	height: 10px;
	background: #c449d3;
	position: absolute;
	border-radius: 7px;
	border: 2px white solid;
	top: -5px;
	right: -5px;
}
table.contacts-list div.name span.new {
	background: #ff0000;
	border-radius: 7px;
	border: 2px white solid;
    float: right;
    padding: 3px 10px;
}

div#messages_cont {
	max-height: 1000px;
	margin-bottom: 20px;
}
div#messages_cont .mCSB_container {
	margin-right: 10px;
}
ul#messages_area {
	margin-left: 13px;
}
ul#messages_area > li {
	border: 2px #da8ae3 solid;
	padding: 15px 24px 15px 20px;
	margin: 0 40px 20px 0;
	position: relative;
	border-radius: 5px;
}
ul#messages_area > li > div {
	padding: 0 0 10px 0;
}
ul#messages_area > li:last-child {
	margin-bottom: 0;
}
ul#messages_area > li.me {
	border-color: #f5d6e8;
	background: #f5d6e8;
	margin: 0 13px 20px 20px;
}
ul#messages_area > li.removed {
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
ul#messages_area > li div.date {
	margin-top: 5px;
}
ul#messages_area > li:before,
ul#messages_area > li:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	left: -15px;
	bottom: 5px;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #da8ae3 transparent;
}
ul#messages_area > li:after {
	left: -10px;
	bottom: 7px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffecf4 transparent;
}
ul#messages_area > li.me:after {
	display: none;
}
ul#messages_area > li.me:before {
	left: auto;
	right: -15px;
	border-width: 0 14px 14px 0;
	border-color: transparent transparent #f5d6e8 transparent;
}
ul#messages_area > li > span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url('../img/gallery.png') 0 -413px no-repeat;
	cursor: pointer;
	display: none;
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
ul#messages_area > li > span:hover {
	opacity: 0.9;
	filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
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 {
	display: inline-block;
	padding: 20px 17px 10px 0;
	vertical-align: top;
	/*overflow: hidden; mode #JTH-996022*/
	position: relative;
}
@media screen and (min-width: 961px) {
    body.listings-page ul.featured > li {
        padding: 20px 7px 10px 7px;
    }
}
.carousel ul.featured > li {
	padding: 30px 0 0 0;
}

ul.featured > li div.happy_hour_label {
    text-align: center;
    margin: -21px auto 3px;
    display: block;
    width: auto;
}
ul.featured > li div.happy_hour_label > span {
    background: #F952A0;
    padding: 2px 4px 5px;
    border-radius: 5px 5px 0 0;
    margin-left: 7px;
}
ul.featured > li div.premium_top {
    content: '';
    position: absolute;
    background: url(../img/top_premium_icon.png) 0 0 no-repeat;
    background-size: 100%;
    width: 70px;
    height: 95px;
    left: -8px;
    top: -8px;
    z-index: 102;
}
ul.featured > li div.sticker {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 75px;
    left: -8px;
    top: -8px;
    z-index: 102;
    animation: sticker_hide_effect 4s infinite;
}
section.block_listing_box_29 ul.featured > li div.sticker {
    width: 80px;
    height: 85px;
    left: -13px;
    top: -14px;
}
ul.featured > li div.happy_hour_label > span:before {
    content: '';
    position: absolute;
    background: url(../img/gallery.png) 0 -2290px no-repeat;
    width: 25px;
    height: 30px;
    left: 3px;
    margin-top: -8px;
}
ul.featured > li div.happy_hour_label span > span {
    text-transform: uppercase;
    color: white;
    text-decoration: underline;
    font-family: self;
    -webkit-animation: 1.5s linear infinite condemned_blink_effect;
    animation: 1.5s linear infinite condemned_blink_effect;
}

ul.featured > li.elite div.picture img {
    border-color: #e6a80e;
}
ul.featured > li.static div.picture img {
    border-color:  #e60e0e !important;
    box-shadow: 0 1px 10px rgb(255 255 255 / 40%);
}
ul.featured > li > div.picture {
    position: relative;
}
ul.featured > li > div.picture a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul.featured > li a > img {
	width: 100%;
	height: 224px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: rgba(146,47,157,.2);
	background-image: url('../img/no-picture.png');
	border: 3px whitesmoke solid;
	border-radius: 8px;
    object-fit: cover;
}
ul.featured > li.no-picture a > img {
	background-size: auto auto;
}
ul.featured:not(.list) > li ul > li.price_tag {
	line-height: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	color: #4d4d4d;
	font-size: 1.286em;
	font-weight: 400;
	white-space: nowrap;
}
ul.featured:not(.list) > li > ul {
	position: relative;
	padding-top: 40px;
}
ul.featured:not(.list) > li > ul.no-price {
	padding-top: 8px;
}
ul.featured > li > ul > li {
	padding: 0 0 5px 0;
}
ul.featured > li > ul > li a {
	font-size: 1.429em;
}

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;
}
ul.featured.listing_statuses > li {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: start;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
    border-bottom: 1px #da8ae3 solid;
}
ul.featured.listing_statuses > li:last-child {
    border: 0;
}
ul.featured.listing_statuses > li > div.picture {
    float: left;
    width: 30%;
    margin-right: 10px;
    text-align: center;
}
ul.featured.listing_statuses > li > div.picture img {
    width: 100% !important;
    height: auto !important;
}
ul.featured.listing_statuses > li > div.message {
    border: 1px #da8ae3 solid;
    display: flex;
    padding: 10px 5px;
    background: white;
    border-radius: 5px;
    width: 64%;
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
    flex-flow: row wrap;
}
ul.featured.listing_statuses > li > div.message > div {
    width: 100%;
    text-align: left;
}
ul.featured.listing_statuses > li > div.message .date {
    margin-top: 7px;
    text-align: right;
}
ul.featured.listing_statuses li div.online {
    bottom: 15px;
}
ul.featured.listing_statuses > li > div.message:after {
    content: '';
    position: absolute;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #da8ae3 transparent transparent;
}
ul.featured > li > div.picture div.comments_count,
ul.featured > li > div.picture div.votes_count {
    background: url(../img/vote_comments.png) 0 0 no-repeat;
    background-size: 36px;
    position: absolute;
    height: 31px;
    bottom: 36px;
    left: 7px;
    color: white;
    text-align: left;
}
ul.featured > li > div.picture div.votes_count {
    background: url(../img/vote_comments.png) 0 -40px no-repeat;
    background-size: 37px;
    bottom: 72px;
}
ul.featured > li > div.picture div.comments_count > span,
ul.featured > li > div.picture div.votes_count > span {
    display: block;
    font-size: 12px;
    text-align: left;

    margin-left: 21px;
    padding: 6px 8px 5px 0;
    background-color: #EA4C5A;
    border-radius: 5px;
}
ul.featured > li > div.picture div.comments_count > span {
    background-color: #F952A0;
    padding-top: 5px;
}
ul.featured > li > div.picture div.listing_video {
    background: url(../img/gallery.png) 0 -1769px no-repeat;
    background-size: 37px;
    position: absolute;
    height: 30px;
    bottom: 110px;
    left: 7px;
    width: 38px;
}
ul.featured > li > div.picture div.hot_exclusive,
article div.picture > div.hot_exclusive {
    background: url(../img/hot2.png) 25px -1px no-repeat #ff3200;
    background-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 13px 11px 2px;
    font-size: 19px;
    color: #fff58a;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}
ul#listing_box_206.featured {
    text-align: center;
}
ul#listing_box_206.featured > li a > img {
    border-color: #ff4f00;
}
ul.featured > li.static.pinned > div.picture:before,
article.static.pinned > div:before {
    content: '';
    background: url('../img/pinned.png') center no-repeat;
    background-size: 100%;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 21px;
    height: 28px;
    z-index: 100;
}
/*** FEATURED LISTINGS BOX END ***/

/*** FEATURED LISTINGS GALLARY ***/
div.featured_gallery ul.featured {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: #e9e9e9;
	margin: 0;
}
div.featured_gallery div.preview {
	height: 346px;
	background: url('../img/f-loader.gif') center center no-repeat #f1f1f1;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}
div.featured_gallery div.preview > .fg-title,
div.featured_gallery div.preview > .fg-price {
	height: 39px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 39px;
	background: #e2e2e2;
	position: absolute;
	padding: 0 15px;
	color: #010101;
	font-size: 1.143em;
	font-weight: 400;
	top: 20px;
	left: 0;
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.featured_gallery div.preview > .fg-price {
	background: #ffb01f;
	top: 59px;
	height: 45px;
	line-height: 45px;
	font-size: 1.714em;
	box-shadow: none;
	z-index: 1;
	font-weight: normal;
}
div.featured_gallery div.preview > a > div {
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.featured_gallery ul.featured > li {
	position: relative;
	overflow: visible;
	padding: 0;
}
div.featured_gallery ul.featured > li img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	cursor: pointer;
	border: 2px #e9e9e9 solid;
	width: 122px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
div.featured_gallery ul.featured li.active img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	cursor: default;
	border-color: #ffb01f;
}
/*** FEATURED LISTINGS GALLARY END ***/

/*** GRID NAVIGATION BAR ***/
.grid_navbar {
	height: 40px;
	border: 2px #da8ae3 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,
.grid_navbar .buttons > div:hover {
	background: #6ccfac;
}*/
.grid_navbar .buttons > div.active span,
.grid_navbar .buttons > div:hover span {
	background: #da8ae3;
}
.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 #da8ae3;
	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 -67px no-repeat;
}
.grid_navbar div.map:hover span,
.grid_navbar div.map.active span {
	background: url('../img/gallery.png') -24px -67px no-repeat;
}

/* sroting */
.grid_navbar .sorting {
	display: inline-block;
	position: absolute;
}
.grid_navbar .sorting > div.current.disabled {
	opacity: 0.3;
	filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
	cursor: default;
	background: #fff0ff;
}
.grid_navbar .sorting > div.current.disabled span.link {
	color: inherit;
}
.grid_navbar .current {
	padding: 0 20px 0 18px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	border-radius: 3px;
}
.grid_navbar .current.active {
	background: #f9dbf1;
}
.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: #f9dbf1;
	position: absolute;
	top: 44px;
	left: -2px;
	display: none;
	padding: 3px 0 5px;
	min-width: 100%;
}
.grid_navbar ul.fields > li {
	padding: 0 20px;
	white-space: nowrap;
}
.grid_navbar ul.fields > li a.active {
	color: #2b2b2b;
}
/*** GRID NAVIGATION BAR END ***/

/*** LISTINGS GRID ***/
section#listings > article {
	position: relative;
}
section#listings div.picture img,
div.map-balloon div.picture img {
	width: 184px;
	height: 241px;
    display: block;
	background-image: url('../img/no-picture.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    object-fit: cover;
	overflow: hidden;
	border-radius: 3px;
	z-index: 0;
	position: relative;
}
section#listings div.picture.no-picture img,
div.map-balloon div.picture.no-picture img {
	background-size: auto auto!important;
	background-color: rgba(146,47,157,.2);
}
section#listings div.picture {
	position: relative;
	border: 3px whitesmoke solid;
	border-radius: 8px;
    margin: auto;
}
@keyframes pulse-effect {
  50%  {box-shadow: rgb(300 10 300) 0px 0px 30px 6px;}
}
@keyframes pulse-effect-text {
  50%  {text-shadow: 2px 2px 4px rgb(300 10 300);}
}
article.pulse div.picture img,
ul.featured > li.pulse div.picture img {
    animation: pulse-effect 1.5s infinite;
}

ul.featured > li.pulse > ul > li a,
article.pulse li.title a.link-large {
    animation: pulse-effect-text 1.5s infinite;
}
/*body:not(.top-10-page):not(.listings-page) section#listings div.picture {
    width: 186px;
}*/
section#listings article.featured div.picture {
	border-color: #734ad2;
}
section#listings article.static div.picture {
    border-color:  #e60e0e !important;
    box-shadow: 0 1px 10px rgb(255 255 255 / 40%);
}
section#listings div.picture > span.photos,
div.map-balloon div.picture > span.photos,
ul.featured > li > div.picture > a > span.photos {
	min-width: 16px;
	height: 24px;
	padding: 0 4px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	color: #c449d3;
	background: white;
	border-radius: 3px;
	text-align: center;
	line-height: 24px;
	/*font-size: 0.857em;*/
	cursor: pointer;
}
section#listings div.picture > span.photos:before,
div.map-balloon div.picture > span.photos:before,
ul.featured > li > div.picture > a > span.photos:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 4px;
	right: 4px;
	position: absolute;
	border-radius: 3px;
	box-shadow: inset 0 0 0 2px white;
	z-index: -1;
}
ul.featured > li > div.picture > a > span.photos {
    border-color: #734ad2!important;
    background: #734ad2!important;
    color: white!important;
    bottom: 9px;
    left: 10px;
    display: flex;
    justify-content: center;
}
ul.featured > li > div.picture > a > span.photos:before {
    box-shadow: inset 0 0 0 2px #734ad2!important;
    z-index: 0;
}
ul.featured > li > div.picture > a > span.photos > span {
    position: absolute;
    z-index: 10;
    display: flex;
}
section#listings div.picture > span.photos_xxx,
ul.featured > li > div.picture > a > span.photos_xxx {
    min-width: 16px;
    height: 24px;
    padding: 0 10px 0 4px;
    position: absolute;
    bottom: 8px;
    left: 43px;
    color: white;
    background: #f7971d;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    /*font-size: 0.857em;*/
    cursor: pointer;
}
ul.featured > li > div.picture > a > span.photos_xxx {
    left: 38px;
}
section#listings div.picture > span.photos_xxx:before ,
ul.featured > li > div.picture > a > span.photos_xxx:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 4px;
    right: 4px;
    position: absolute;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px #f7971d;
    z-index: -1;
}
section#listings div.picture > span.photos_xxx:after,
ul.featured > li > div.picture > a > span.photos_xxx:after {
    content: 'xxx';
    color: black;
    font-size: 8px;
    font-weight: bold;
    width: 4px;
    position: absolute;
    word-wrap: break-word;
    line-height: 6px;
    right: 4px;
    top: 2px;
}
article.featured div.picture > span.photos,
div.map-balloon.featured div.picture > span.photos {
	background: #734ad2!important;
	color: white!important;
}

article.featured div.picture > span.photos:before,
div.map-balloon.featured div.picture > span.photos:before {
	box-shadow: inset 0 0 0 2px #734ad2!important;
}
section#listings ul.nav-column > li span.icon,
section#listings ul.nav-column > li > a {
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"\9;
}
article div.happy_hour_label {
    text-align: center;
    margin: -21px auto 3px;
    display: block;
    width: auto;
}
article div.happy_hour_label > span {
    background: #F952A0;
    padding: 2px 4px 5px;
    border-radius: 5px 5px 0 0;
}
article div.happy_hour_label > span:before {
    content: '';
    position: absolute;
    background: url(../img/gallery.png) 0 -2290px no-repeat;
    width: 25px;
    height: 30px;
    left: 13px;
    margin-top: -8px;
}
article div.happy_hour_label span > span {
    text-transform: uppercase;
    color: white;
    text-decoration: underline;
    font-family: self;
    -webkit-animation: 1.5s linear infinite condemned_blink_effect;
    animation: 1.5s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

article div.picture > div.comments_count,
article div.picture > div.votes_count {
    background: url(../img/vote_comments.png) 0 0 no-repeat;
    background-size: 36px;
    position: absolute;
    height: 31px;
    bottom: 36px;
    left: 3px;
    color: white;
    text-align: left;
}
article div.picture > div.votes_count {
    background: url(../img/vote_comments.png) 0 -40px no-repeat;
    background-size: 37px;
    bottom: 72px;
}

article div.picture > div.comments_count > span,
article div.picture > div.votes_count > span {
    display: block;
    font-size: 12px;
    text-align: left;

    margin-left: 21px;
    padding: 6px 8px 5px 0;
    background-color: #EA4C5A;
    border-radius: 5px;
}
article div.picture > div.comments_count > span {
    background-color: #F952A0;
    padding-top: 5px;
}
article div.picture > div.listing_video {
    background: url(../img/gallery.png) 0 -1766px no-repeat;
    background-size: 37px;
    position: absolute;
    height: 36px;
    bottom: 110px;
    left: 4px;
    width: 47px;
}
article div.picture > div.listing_new {
    background: url(../img/new.png) right 0 no-repeat;
    position: absolute;
    height: 55px;
    bottom: 25px;
    right: 0px;
    width: 55px;
}

section#listings ul.nav-column > li:hover span.icon,
section#listings ul.nav-column > li > a:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
section#listings ul.nav-column > li span.icon {
	width: 18px;
	height: 18px;
	display: inline-block;
}
section#listings ul.nav-column > li.favorite span.icon {
	background: url('../img/gallery.png') 0 -93px no-repeat;
}
section#listings ul.nav-column > li.favorite.remove span.icon {
	background-position: -22px -93px;
}

/* featured */
article.featured div.price-tag,
article.featured div.picture > span.photos,
div.map-balloon.featured div.picture > span,
div.map-balloon.featured div.picture > span > span > span {
	border-color: #734ad2!important;
}
article.featured div.picture > div.label,
div.map-balloon div.picture > div.f-label {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	background: #734ad2;
	color: white;
	padding: 1px 8px 3px;
	font-size: 0.929em;
	border-radius: 0 0 6px 0;
    z-index: 10;
}
article.featured.static div.picture > div.label {
    background: #e60e0e;
}
/* featured end */

/* grid view */
section#listings.grid > article {
	float: left;
	margin: 10px 21px 10px 0;
	width: 190px;
    min-height: 440px;
    max-height: 440px;
}
@media screen and (min-width: 961px) {
    body.listings-page section#listings.grid > article {
        margin: 10px 8px 10px 8px;
        width: 15%;
        margin-top: 30px;
    }
}
body.listings-page section#listings div.picture img {
    width: 100%;
}
body.top-10-page section#listings.grid > article.col-md-4 {
    width: 31.333%;
    padding: 20px 1%;
    margin: 0;
    min-height: 520px;
    max-height: none;
    height: 645px;
}
body.top-10-page section#listings.grid > article.col-md-3 {
    width: 23.8%;
    margin: 20px 1.5% 20px 0;
    min-height: 450px;
}
body.top-10-page section#listings article.col-md-4 div.picture img {
    width: 100%;
    height: 526px;
}
body.top-10-page section#listings article.col-md-3 div.picture img {
    width: 100%;
    height: 345px;
}
body.top-10-page section#listings.grid > article.col-md-3:nth-child(4n+3) {
    margin-right: 0;
}
body.lt-bad-contacts-page section#listings.grid > article {
    max-height: none;
}
body.lt-bad-contacts-page section#listings div.picture {
    padding: 10px 0;
}
body:not(.top-10-page) section#listings.grid:not(.no-image) > article:nth-of-type(3n+1) {
	clear: both\9;
}
section#listings.grid div.data-container div.two-inline > div:first-child {
	padding-top: 2px;
}
section#listings.grid div.data-container div.two-inline a.add-to-cart {
	padding: 0 0 0 20px; 
}
section#listings.grid div.data-container div.two-inline a.add-to-cart > span {
	display: none;
}
section#listings.grid div.price-tag {
	font-size: 1.214em;
	white-space: nowrap;
	padding: 0 10px 0 0;

	font-weight: 400;
}
body.top-10-page section#listings.grid > article.col-md-4 div.top_rated {
    background: url('../img/top1.png') no-repeat center;
    position: absolute;
    background-size: 100%;
    width: 90px;
    height: 128px;
    top: 263px;
    right: 1px;
    z-index: 100;
}
div.gallery > ul.thumbs > li div.top_rated,
article.item div.picture div.top_rated,
ul.featured > li > div.picture div.top_rated {
    background: url('../img/top1.png') no-repeat center;
    position: absolute;
    background-size: 100%;
    width: 60px;
    height: 87px;
    top: 5px;
    left: 5px;
    z-index: 100;
}
article.item div.picture div.top_rated,
ul.featured > li > div.picture div.top_rated {
    width: 52px;
    height: 74px;
    left: auto;
    top: 160px;
    right: -3px;
}
body.top-10-page section#listings.grid > article.col-md-4:nth-child(2) div.top_rated,
div.gallery > ul.thumbs > li div.top_rated.rating_2,
article.item div.picture div.top_rated.rating_2,
ul.featured > li > div.picture div.top_rated.rating_2 {
    background-image: url('../img/top2.png');
}
body.top-10-page section#listings.grid > article.col-md-4:nth-child(3) div.top_rated,
div.gallery > ul.thumbs > li div.top_rated.rating_3,
article.item div.picture div.top_rated.rating_3,
ul.featured > li > div.picture div.top_rated.rating_3 {
    background-image: url('../img/top3.png');
}
article.item div.picture div.premium_top {
    content: '';
    position: absolute;
    background: url(../img/top_premium_icon.png) 0 0 no-repeat;
    background-size: 100%;
    width: 60px;
    height: 81px;
    left: -8px;
    top: -8px;
    z-index: 20;
}
article.item div.picture div.sticker {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 75px;
    left: -8px;
    top: -8px;
    z-index: 30;
    animation: sticker_hide_effect 4s infinite;
}
body.lt-hotexclusive-page article.item div.picture div.sticker {
    left: -13px;
    top: -13px;
}
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 {
	font-size: 1.286em!important;
	color: #734ad2;
}
section#listings.grid ul.info > li.title {
	padding-right: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}
section#listings.grid:not(.no-image) ul.info > li.fields {
	padding-top: 3px;
	font-size: 1.143em;
}
section#listings.grid:not(.no-image) ul.info > li.fields > span:not(:last-child):after {
	content: ',';
}

section#listings.grid ul.info > li.middle > .nav-column > li.favorite {
	position: absolute;
	top: 6px;
	right: 0;
	cursor: pointer;
}
section#listings.grid ul.nav-column {
	padding-top: 0;
}
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 grid view */
body.lt-bad-contacts-page section#listings.grid > article {
	width: 285px;
	padding: 0 30px 40px 0;
	box-shadow: inset -1px 0 0 #e3e3e3;
	margin: 0;
}
body.lt-bad-contacts-page section#listings.grid > article:nth-child(2n) {
	padding-right: 0;
	padding-left: 30px;
	box-shadow: inset 1px 0 0 #e3e3e3;
	margin-left: -1px;
}
body.lt-bad-contacts-page section#listings.grid > article:nth-child(2n+1) {
	clear: both;
}
body.lt-bad-contacts-page section#listings.grid > article:nth-child(2n+1):not(:first-child):before {
	content: '';
	height: 1px;
	background: #e3e3e3;
	width: 630px;
	top: -20px;
	position: absolute;
}
section#listings.grid.no-image a.link-large {
	font-size: 1.125em!important;
}
section#listings.grid.no-image li.fields {
	padding-top: 7px;
}
body.lt-bad-contacts-page section#listings.grid > article:before {
    top: 0px !important;
}
body.lt-bad-contacts-page section#listings.grid > article {
    padding: 20px 15px;
    width: 45%;
    margin: 0;
}
body.lt-bad-contacts-page section#listings.grid article div.picture {
    text-align: center;
}
body.lt-bad-contacts-page section#listings.grid article div.picture a {
    display: block;
    width: 100%;
    height: 100%;
}
body.lt-bad-contacts-page section#listings.gridli.fields > div > span {
    line-height: 34px;
    position: relative;
    height: 34px;
    vertical-align: middle;
    width: 100%;
    word-break: break-word;
}
body.lt-bad-contacts-page section#listings.grid li.fields > div.field_rate_contact > div {
    font-size: 19px;
    width: 110px;
    display: inline-block
}
body.lt-bad-contacts-page section#listings.grid li.fields > div > span.value.rate_contact {
    height: 40px;
    vertical-align: top;
    width: 40px;
}
body.lt-bad-contacts-page section#listings.grid li.fields > div > span.value {
    font-size: 20px;
}
body.lt-bad-contacts-page section#listings.grid li.fields .bad_description {
    height: 40px; 
    overflow: hidden; 
    display: block;
}
body.lt-bad-contacts-page section#listings.grid li.fields .bad_description.visible {
    height: auto;
}
body.lt-bad-contacts-page section#listings.grid .show_more {
    cursor: pointer;
    color: #c449d3;
    line-height: 20px;
}
body.lt-bad-contacts-page section#listings div.post_date {
    margin-bottom: 10px;
    display: inline-block;
}
body.lt-bad-contacts-page section#listings div.posted_by {
    margin-bottom: 10px;
    float: right;
}
body.lt-bad-contacts-page section#listings div.comments_link {
    text-align: center;
}
body.lt-bad-contacts-page section#listings div.num_comments {
    color: black;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
body.lt-bad-contacts-page section#listings div.checked {
    float: right;
    margin-bottom: 15px;
}
body.lt-bad-contacts-page section#listings div.checked .date {
    color: black;
    font-size: 20px;
}
body.lt-bad-contacts-page section#listings div.mark {
    margin: 10px 5px 5px;
    text-align: center;
}
body.lt-bad-contacts-page section#listings.grid li.fields > div > span.value.bad_contact_image > img {
    width:100%;
}
body.lt-bad-contacts-page section#listings ul.info > li.middle > .nav-column > li.favorite {
    top: -35px;
    right: 15px;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.type > div {
    display: inline-block;
    width: 31%;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button {
    width: 19%;
    position: relative;
    height: 40px;
    display: inline-block;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label {
    height: 40px;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i {
    background: url(../img/bad-good.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    background-size: 250px;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues {
    margin-top: 10px;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > span {
    margin-top: 7px;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_2 {
    background-position: -52px 0;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_3 {
    background-position: -106px 0;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_4 {
    background-position: -158px 0;
}
body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_5 {
    background-position: -210px 0;
}
/* no image grid view end */

/* map view */
#listings_map,
#accounts_map {
	height: 500px;
}
div.map-balloon {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}
div.map-balloon div.picture {
	position: relative;
	display: inline-block;
}
div.map-balloon div.picture > img {
	width: 140px;
	height: 180px;
	z-index: 0;
}
div.map-balloon div.price-tag {
	width: 114px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 0;
}
div.map-balloon div.title {
	padding: 5px 0;
	font-size: 15px;
	max-width: 180px;
}
/*.listings-area {
	margin-top: 30px;
}*/

div.map-balloon-account {
	padding: 0 0 5px 0;
}
div.map-balloon-account div.picture {
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}
div.map-balloon-account div.picture img {
	width: 100%;
	height: 100%;
}
div.map-balloon-account div.statistics {
	margin-bottom: 5px;
}
div.map-balloon-account ul.info > li {
	line-height: 20px;
}
/* map view end */

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

/*** LISTING DETAILS ***/
div.listing-details {
	position: relative;
}
div.listing-details div.gallery {
	width: 306px;
	margin-right: 15px;
	float: left;
    position: relative;
}
div.listing-details div.gallery .mobile-big-photo {
    display: none;
}
div.listing-details div.details {
	overflow: hidden;
}
div.listing-details section.main-section.no-picture div.preview {
	background: url('../img/no-picture-2.png') center center no-repeat #f2f2f2;
}
div.listing-details div.gallery > input[type="button"] {
	padding: 0 16px;
    width: 100%;
    margin: 5px 0;
}
div.listing-details div.details div.vote_to_top_10 a {
    display: block;
    text-align: center;
}
div.listing-details div.sticker {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 165px;
    z-index: 20;
    text-align: center;
    margin: auto;
}
/* gallery */
div.gallery > ul.thumbs > li {
	display: inline-block;
	margin: 0 7px 10px 0;
	position: relative;
	vertical-align: top;
}
div.gallery > ul.thumbs > li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
div.gallery > ul.thumbs > li:nth-child(2n+1) {
	margin-right: 0\9;
}
div.gallery > ul.thumbs > li:nth-child(6n) ~ li:not(.see-more) {
	display: none\9;
}

div.gallery > ul.thumbs > li > a > video,
div.gallery > ul.thumbs > li > a > img {
	width: 141px;
	height: 184px;
	border: 3px whitesmoke solid;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    object-fit: cover;
}
div.gallery > ul.thumbs > li > a > span.unverified {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 86%;
    height: 44px;
    position: absolute;
    bottom: 7px;
    left: 2px;
    z-index: 100;
}
.fancybox-inner .unverified {
    position: absolute;
    width: 201px;
    height: 71px;
    bottom: 10px;
    left: 10px;
    z-index: 101;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media screen and (min-width: 962px) {
    div.gallery > ul.thumbs > li:first-child > a > span.unverified {
        width: 50%;
        height: 55px;
    }
}
div.gallery > ul.thumbs > li span.play {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../img/play.png') center center no-repeat rgba(0,0,0,.1);
	left: 2px;
	top: 2px;
	border-radius: 5px;
}
div.gallery > ul.thumbs > li span.play:hover {
	background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
}
div.gallery > ul.thumbs > li.see-more {
	width: 141px;
	height: 184px;
	padding: 0 0 0;
	border: 2px whitesmoke solid;
	border-radius: 5px;
	background: rgba(146,47,157,.5);
	text-align: center;
	cursor: pointer;
	margin-right: 0;

	background: #be7bc0\9;
}
div.gallery > ul.thumbs > li.see-more a {
	width: 101px;
	height: 184px;
	padding: 0 20px;
	display: block;
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	display: table-cell;
	vertical-align: middle;
}
/* gallery end */
/* xxx gallery */
div#area_photosxxx .xxx_gallery {
    text-align: center;
    margin-bottom: 15px;
}
div#area_photosxxx > .xxx_gallery a {
    height: 100%;
    display: inline-block;
    width: 19.6%;
    white-space: nowrap;
}
div#area_photosxxx .xxx_gallery a > img,
div#area_searchPhotos img {
    width: 141px;
    height: 184px;
    border: 3px whitesmoke solid;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 6px 6px 0;
    display: inline-block;
}
.xxx_info {
    margin: 15px 0 25px;
    font-size: 20px;
    text-align: center;
}
#area_photosxxx form {
    display: table;
    margin: auto;
    text-align: center;
}
/* xxx gallery end */
aside.right {
	padding-top: 30px;
}
div.listing-details {
	overflow: hidden;
}
div.listing-details div.on_holiday {
    background-color: rgba(0,0,0,.25);
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
}
 div.listing-details div.on_holiday > span {
    transform: rotate(-45deg);
    /* Safari */
    -webkit-transform: rotate(-45deg);
    /* Firefox */
    -moz-transform: rotate(-45deg);
    /* IE */
    -ms-transform: rotate(-45deg);
    /* Opera */
    -o-transform: rotate(-45deg);
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #e46060;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
}
div.listing-details div.on_holiday > span > span {
    background-color: #ffe86c;
}
div.listing-details section.statistics {
	margin-top: 30px;
}
div.listing-details .expired_listing {
    background-color: #ffe86c;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
}
/* main info section */
div.listing-details div.price-tag {
	color: #333333;
	font-size: 2em;
	line-height: 24px;
	padding-bottom: 20px;
}
div.listing-details-icons {
	height: 46px;
	display: block;
	padding-left: 20px;
	text-align: right;
}
div.listing-details-icons a.button {
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
div.listing-details-icons > *:not(.button) {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 15px 10px;
	cursor: pointer;
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";

	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"\9;
}
div.listing-details-icons > *:not(.button):hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
div.listing-details-icons > a.button {
	/*margin-top: 3px;*/
}
div.listing-details-icons > * > span {
	width: 18px;
	height: 18px;
	display: inline-block;
}
div.listing-details-icons > span.favorite > span {
	background: url('../img/gallery.png') 0 -93px no-repeat;
}
div.listing-details-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 .content-section div.details {
	overflow: hidden;
}
div.table-cell + div.fieldset {
	margin-top: 20px;
}
#area_listing > div.content-padding > div.table-cell:last-of-type {
	margin-bottom: 20px;
}
div.table-cell.verified_icon > div.name {
    background: url(../img/verified_icon.png) right center no-repeat;
    background-size: 26%;
}
div.table-cell.unverified_icon > div.name > div.unverified_phone:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 6px;
    background: url(../img/gallery.png) right -1311px no-repeat;
    background-size: 22px; 
    width: 23px;
    height: 22px;
}
div.table-cell > div.name .verified_phone,
div.table-cell > div.name .unverified_phone {
    color: green;
    font-size: 12px;
    margin-top: -10px;
}
div.table-cell > div.name .unverified_phone {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: table;
}
/* content section end */

/* seller info section */
section.seller-short > div > div.picture {
	margin: 0 0 15px 0;
}
section.seller-short > div > div.picture img {
	width: 170px;
	height: 65px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff0ff;
}
section.seller-short ul.seller-info {
	overflow: hidden;
}
section.seller-short ul.seller-info > li {
	display: inline-block;
}
section.seller-short ul.seller-info > li:not(:last-child):not(:first-child):after {
	content: ',';
}
section.seller-short ul.seller-info > li:first-child {
	margin-top: -1px;
	padding-bottom: 4px;
	padding-right: 35px;
	display: block;
}
section.seller-short ul.seller-info > li.bold {
	font-weight: 400;
}
section.seller-short a.contact-seller {
	margin-top: 20px;	
}
/* seller info section */

/* map capture */
section.map-capture {
	padding: 2px;
	cursor: pointer;
	position: relative;
}
section.map-capture > img {
	width: 100%;
	height: 148px;
	background-size: auto 121%;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 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: 65%;
}
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;
}
/* statistics section end */

div.listing-details .status_message {
    border: 1px #da8ae3 solid;
    padding: 10px 5px;
    background: white;
    border-radius: 5px;
    margin-bottom: 15px;
}
div.listing-details .happy_hour_text {
    border: 1px #da8ae3 solid;
    padding: 10px 5px;
    background: white;
    border-radius: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: #fa569b;
    position: relative;
}
div.listing-details .happy_hour_text > span:before {
    content: '';
    position: absolute;
    background: url(../img/gallery.png) 0 -2290px no-repeat;
    width: 25px;
    height: 30px;
    margin-left: -50px;
    top: 6px;
}
.status_message > div:first-child {
    padding: 5px;
    text-align: center;
}
.status_message > div.date {
    text-align: right;
}
.footer_line {
    background: #AD72B4;
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    z-index: 200;
    overflow: hidden;
    opacity: 0.9;
    color: white;
    display: none;
    transition: all .3s ease;
}
.footer_line.showed {
    bottom: 0;
}
.footer_line .listing_data {
    float: left;
    margin: 9px 0 0px 6px;
    font-size: 15px;
    max-width: 40%;
}
.footer_line .icons {
    float: right;
    margin-right: 15px;
}
.footer_line .icons > div {
    background: url(../img/gallery.png) 7px -1047px no-repeat;
    background-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 9px 1px 0;
    padding: 0 4px;
    display: inline-block;
    width: 24px;
    height: 28px;
    cursor: pointer;
    position: relative;
}
.footer_line .icons > div.call {
    background-position: 8px -1016px;
}
.footer_line .icons > div.whatsapp {
    background-position: 4px -1353px;
    background-size: 25px; 
}
.footer_line .icons > div.viber {
    background: url(../img/viber-icon.png) center center no-repeat #7b519d;
    background-size: 20px;
}
.footer_line .icons > div.sms {
    background: none;
}
.footer_line .icons > div > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer_line .icons > div.sms > a {
    padding: 0;
    font-size: 13px;
    top: 7px;
    left: -1px;
    color: white;
}
.modal_block .need_login {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
/*** LISTING DETAILS END ***/

/*** ACCOUNTS GRID ***/
section#accounts > article {
	width: 47%;
	margin: 0 6% 30px 0;
	max-height: 185px;
	float: left;
}
section#accounts > article:nth-child(2n) {
	margin: 0 0 30px 0;
}
section#accounts > article div.picture {
	width: 200px;
	height: 100px;
	margin-right: 15px;
	float: left;
}
section#accounts > article > div.main-container {
	margin-bottom: 13px;
}
section#accounts > article div.picture img {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-image: url('../img/no-account.png');

	background-color: rgba(146,47,157,.2);
	border: 2px white solid;
	border-radius: 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
section#accounts > article div.statistics {
	overflow: hidden;
	position: relative;
	height: 100px;
}
section#accounts div.statistics > ul {
	margin-top: -6px;
}
section#accounts div.statistics > ul > li {
	line-height: 26px;
}
section#accounts div.statistics div.counter {
	position: absolute;
	top: 58px;
}
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 > article > ul {
	margin-top: -6px;
}
section#accounts > article > ul > li {
	line-height: 24px;
}
section#accounts > article > ul > li.fields {
	font-size: 0.929em;
	line-height: 18px;
	padding-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
section#accounts > article > ul > li.fields > span:after {
	content: ',';
}
section#accounts > article > ul > li.fields > span:last-child:after {
	content: '';
}
section#accounts > article > ul > li.tel a {
	font-weight: 500;
}
/*** 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;
}

div.map-capture {
	height: 219px;
	border: 1px #e9e9e9 solid;
	margin: 15px -18px -15px;
	cursor: pointer;
	position: relative;
}
div.map-capture > img {
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

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: 600;
}
section.account-info div.counter span:last-child {
	font-size: 0.929em;
}
/*** ACCOUNT DETAILS PAGE END ***/

/*** ACCOUNT AREA ***/
.login-form input[type=text],
.login-form input[type=password] {
	width: 250px;
	display: block;
	margin: 0 0 20px;
}
.login-form.details_page {
    text-align: center;
}
.login-form.details_page input[type=text],
.login-form.details_page input[type=password] {
    margin: 0 auto 20px;
}
.login-form div.button {
	padding-bottom: 15px;
}
.login-form div.divider {
	padding-top: 5px;
}
.fb-connect {
	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;
	margin: 0 0 0 10px;
	vertical-align: top;
	border-radius: 5px;
}
.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;
}
div.attention:not(:empty) {
	padding: 0 0 15px;
}
div.attention span.red {
	padding: 0;
}
/*** ACCOUNT AREA END ***/

/*** MY PROFILE ***/
.my-profile-sidebar .info {
	margin-top: 10px;
}
.my-profile-sidebar table.info td.name {
	width: 85px;
}
.block_my_profile_sidebar .account-removing {
    margin-top: 20px;
}
.block_my_profile_sidebar .account-removing a {
    background: #ff7474;
}
div.account-removing-popup-password input[name="account-removing-password-input"] {
    width: 100%;
    margin-top: 10px;
}
div.account-removing-popup-password div.field.error {
    padding-top: 10px;
}
div.popup .button.warning:not(.disabled) {
    background: #c51c1c;
}
.image-preview-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.image-preview-wrapper .image-preview {
	background-color: #f5f5f5;
	width: 200px;
/*	height: 200px;*/
	background-image: url('../img/no-account.png');
	background-size: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.image-preview-wrapper .image-preview.loaded {
	background-size: cover;
}
.image-preview-wrapper label {
	text-decoration: underline;
	font-size: 0.857em;
	padding-top: 5px;
}
.image-preview-wrapper label:hover {
	text-decoration: none;
}
.image-preview-wrapper input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	/*border: solid transparent;
	border-width: 0 0 100px 200px;*/
	border: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
	height: 200px;
}
.image-preview-wrapper div.two-inline {
	margin: 5px 0 0 0;
}
.image-preview-wrapper div.two-inline div.icons > span {
	margin: 1px 0 0 10px;
}
/*** MY PROFILE END ***/

/*** MY PACKAGES ***/
ul.packages > li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	width: 364px;
	border: 0;
	padding: 15px 18px;
	border-radius: 5px;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
ul.packages > li div.plan-info {
	width: 45%;
	float: left;
	margin-top: -3px;
}
ul.packages > li .highlight {
	color: black;
	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: 200;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: -5px 0 10px 0;
}
ul.packages span.price {
	font-size: 2.429em;
	font-weight: normal;
	padding: 0 0 15px;
}
ul.packages span.count {
	font-size: 1.071em;
	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;
}
/*** 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 {
    position: relative;
	width: 145px;
	color: #000000;
	font-weight: 300;
	float: left;
	padding-right: 10px;
}
div.table-cell div.value {
	color: #4e4d4d;
	word-wrap: break-word;
	overflow: hidden;
}
div.table-cell > div.name + div.value {
	padding-left: 10px;
}
#df_field_phone_number .value a {
    font-size: 17px;
}
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: 2px 0 10px;
}
div.table-cell ul.checkboxes > li {
	float: left;
	width: 46%;
	margin-right: 10%;
	white-space: nowrap;
	/*overflow: hidden;	*/
	text-overflow: ellipsis;
}
section.main-section div.table-cell ul.checkboxes > li {
	float: none;
	width: 100%;
	margin-right: 0;
}
section.main-section div.table-cell > div {
	font-size: 1.143em;
}
section.main-section div.table-cell > div.name {
	width: 105px;
}
section.main-section div.table-cell div.name > div {
	background-position: 0 -339px;
}

div.table-cell ul.checkboxes > li:nth-child(2n) {
	margin-right: 0;
}
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: normal!important;
	line-height: normal;
	min-height: inherit;
}
table.info td.name,
div.table-cell.small > div.name {
	color: #939393;
	width: 75px;
	padding-right: 10px;
	word-wrap: break-word;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
	content: ':';
}
/*table.info td.value,
div.table-cell.small > div.name {
	color: #252525;
}*/
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 #da8ae3 solid;
	border-radius: 5px;
}
table.list > tbody > tr.header > td {
	font-size: 0.929em;
	padding: 0 0 0 30px;
	height: 40px;
}
table.list > tbody > tr.header > td:first-child {
	padding-left: 10px;
}
table.list tr.header td.divider {
	padding: 0;
	width: 5px;
	border: 0;
}
table.list > tbody > tr.body {
	border-bottom: 2px #da8ae3 solid;
}
table.list > tbody > tr.body > td {
	padding: 20px 0 20px 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
table.list > tbody > tr.body > td:first-child {
	padding-left: 11px;
}
table.list>tbody td.no_padding
{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
table.list tr.body td.divider {
	border: 0;
}
table.list td.price div {
	width: 50px;
	background: red;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	padding: 5px 5px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
}
table.list span.name
{
	text-transform: uppercase;
}
/* list table end */

div.list-table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.list-table > div {
	display: table-row;
	position: relative;
}
div.list-table > div.header {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 42px;
}
div.list-table > div > div {
	display: table-cell;
}
div.list-table > div.header > div {
	vertical-align: middle;
	font-size: 0.929em;
	color: #949494;
	border-top: 2px #da8ae3 solid;
	border-bottom: 2px #da8ae3 solid;
}
div.list-table > div.header > div:first-child {
	border-left: 2px #da8ae3 solid;
	border-radius: 5px 0 0 5px;
}
div.list-table > div.header > div:last-child {
	border-right: 2px #da8ae3 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 #da8ae3 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:paid,
.statuses .active:unpaid,
.statuses .active:before,
.statuses .approval:before,
.statuses .incomplete:before,
.statuses .pending:before,
.statuses .expired:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #63b53b;
	margin-right: 8px;
	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 ***/

/*** NEWS BLOCK ***/
ul.news > li {
	padding: 0 0 20px;
}
ul.news > li:last-child {
	padding: 0;
}
ul.news div.date {
	float: right;
}
ul.news h4 {
	overflow: hidden;
	padding: 0 10px 0 0;
}
ul.news article {
	padding: 5px 0 0 0;
}
article.news {
	padding: 10px 0;
	line-height: 26px;
	font-size: 1.143em;
}
/*** NEWS BLOCK END ***/

/*** FIELDSET ***/
div.fieldset {
	position: relative;
    background: whitesmoke;
    margin: 0 0 10px 0;
    padding: 5px 10px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    border: 1px #da8ae38c solid;
}
* > 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;
}

#controller_area div.fieldset > header {
	border: 0;
	font-size: 1.143em;
	color: #2b2b2b;
	font-weight: 400;
	padding: 0 0 0 28px;
	position: relative;
}
body.listings-page #controller_area div.fieldset > header {
    border-bottom: 2px #be7bc0 dotted;
    font-size: 22px;
}
#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 #da8ae3;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);

	cursor: pointer;
	opacity: 0.8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";

	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"\9;
}
#controller_area div.fieldset > header > span.arrow.up {
	background-position: right -168px;
}
#controller_area div.fieldset > header > span.arrow:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
#controller_area div.fieldset > div.body > div {
	padding-top: 15px;
}

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

/*** CATEGORIES BLOCK ***/
div.categories {
	width: auto;
	overflow: hidden;
	margin-bottom: -10px;
}
.categoty-column > div.item {
	width: 46%;
	margin-right: 8%;
	float: left;
}
.three-middle .categoty-column > div.item {
	width: 100%;
	margin-right: 0;
}
.categoty-column > div.item:nth-child(2n) {
	margin-right: 0;
}
div.categories ul > li {
	float: left;
	width: 100%;
}
div.categories ul div.item div.parent-cateory {
	padding: 0 0 10px;
	white-space: nowrap;
}
div.categories div.category-name {
	padding: 0 5px 0 0;
	overflow: hidden;
	background: url('../img/gallery.png') 0 -341px repeat-x;
}
div.categories div.category-counter {
	text-align: right;
	float: right;
}
a.category {
	font-size: 1.125em;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5px;
}
a.category:hover,
a.category:active {
	text-decoration: underline;
}
div.categories div.category-counter > span {
	color: #888888;
	font-size: 1.125em;
	font-weight: 300;
	display: inline-block;
	height: 22px;
	padding: 0 0 0 7px;
}
/*.content_block div.categories div.category-name > a,
.no-style div.categories div.category-name > a {
	background: white;
}*/
.content_block div.category-slider-bar span.navigation > span:not(.active) {
	background: #f5d6e8;
}
.empty-category a,
.empty-category a:hover,
.empty-category div.category-counter > span,
.empty-category div.sub_categories {
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
div.category-slider-bar {
	position: absolute;
	top: -37px;/*40*/
	right: -5px;
}
section.content_block div.category-slider-bar {
	top: -40px;
}
div.fieldset div.category-slider-bar {
	position: static!important;
	top: auto;
	right: auto;
	text-align: center;
	padding-top: 3px;
}
div.category-slider-bar > span.arrow {
	width: 19px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}
div.category-slider-bar span.prev,
div.category-slider-bar span.next {
	width: 7px;
	height: 12px;
	display: inline-block;
	background: url('../img/gallery.png') 0px -583px no-repeat;
	margin: 6px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
div.category-slider-bar span.next {
	background-position: right -583px;
}
div.category-slider-bar > span.navigation {
	height: 24px;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin: 0 5px;
	height: 4px;
	background: #f1f1f1;
	margin-top: 10px;
}
div.category-slider-bar > span.navigation > span {
	height: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}
div.category-slider-bar > span.navigation > span.active {
	background: #c449d3;
}
.categories-box-nav > h3 {
	padding-right: 130px!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
section.categories-box ul.cat-tree > li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
section.categories-box div.cat-tree-cont.limit-height {
	overflow: hidden;
}
section.no-style > div.category-slider-bar {
	position: static;
	top: auto;
	left: auto;
	padding: 15px 0 0 0;
	text-align: center;
}
.sub-categories-exist div.parent-cateory {
	padding-bottom: 0!important;
	display: inline-block;
}
.sub-categories-exist div.category-name {
	float: left;
	background: none!important;
}
.sub-categories-exist div.category-counter > span {
	padding: 0!important;
}
.sub-categories-exist div.categoty-column {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-ms-column-count: 2;
	
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap : 20px;
	-ms-column-gap: 20px;
}
.sub-categories-exist div.categoty-column > div.item {
	padding-bottom: 22px;
	float: none;
	width: 100%;
	margin: 0;

	width: 45%\9;
	float: left\9;
	padding-left: 2.5%\9;
	padding-right: 2.5%\9;
}
.categories .sub_categories {
	padding-top: 2px;
}
.categories .sub_categories a {
	color: #313131;
	padding-bottom: 2px;
}
.categories .sub_categories span.more {
	cursor: pointer;
	padding: 0 4px;
}

div.other_categories_tmp {
	position: absolute;
	z-index: 3;
}
div.other_categories_tmp div {
	background: #2dba89;
	padding: 18px 20px;
	margin: 20px 0 0 15px;
	max-width: 200px;
	position: relative;
	color: white;
}
div.other_categories_tmp div a {
	color: white;
}
div.other_categories_tmp div img.close {
	display: none;
}
/*** CATEGORIES BLOCK END ***/

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

/*** STATISTICS BLOCK ***/
table.stats {
	margin-bottom: 10px;
	border-spacing: 2px;
	border-collapse: separate;
	margin: 0 0 5px;
	table-layout: fixed;
	border-radius: 3px;
}
table.stats td.column,
table.stats td.counter {
	white-space: nowrap;
	text-align: center;
}
table.stats td.counter {
	background: #fff7fb;
}
table.stats td.divider {
	width: 5px;
	text-align: center;
	padding: 0 5px;
}
table.stats td.dotted {
	background: #fff7fb;
	padding: 2px 5px 4px;
}
table.stats td.dotted a {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
/*section.side_block table.stats td.dotted,
section.side_block table.stats td.counter {
	background: #fff7fb;
}*/
/*** STATISTICS BLOCK END ***/

/*** STEPS ***/
ul.steps {
	height: 46px;
	margin: 0 0 25px 0;
	padding-right: 46px;
	white-space: nowrap;
	overflow: hidden;
}
ul.steps > li {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	position: relative;
}
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: #ffecf4;
	box-shadow: inset 0 0 0 2px #bcbcbc;
}
ul.steps > li a span {
	display: none;
}
ul.steps > li.past a {
	cursor: pointer;
	background: #fff0ff;
	box-shadow: inset 0 0 0 2px #da8ae3;
}
ul.steps > li.current a {
	background: #be7bc0;
	color: white;
	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 ***/

/*** ADD LISTING ***/
/* category selector */
ul.select-type {
	margin: 15px 0 0;
}
div.fieldset ul.select-type {
	margin: 5px 0 0;
}
div.fieldset ul.select-type.hide + .select-category {
	margin: 0;
}
div.fieldset .form-buttons {
	padding-top: 20px;
}
ul.select-type > li {
    margin: 10px 30px 10px 0;
}
ul.select-category {
	white-space: nowrap;
	overflow: auto;
	margin-top: 15px;
    display: none;
}
ul.select-category > li > div {
	width: 32%;
	margin-right: 10px!important;
	display: inline-block;
	vertical-align: top;
}
ul.select-category select {
	height: auto;
	min-height: 37px;
	width: 100%;
	vertical-align: baseline;
}
ul.select-category > li > div:last-child {
	margin-right: 0!important;
}
ul.select-category select option {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
ul.select-category span.tmp-category {
	display: block;
	white-space: normal;
	padding: 10px 0 0 0;
}
/* category selector end */

/* plans */
ul.plans {
	/*overflow-x: auto;*/
	white-space: nowrap;
	position: relative;
}
div.plans-container:not(.mCustomScrollbar):after {
	content: '';
	display: block;
	height: 4px;
	background: url('../img/gallery.png') 0 -1283px repeat-x;
	margin-top: 10px;
}
ul.plans > li {
	/*height: 464px;*/
	width: 20%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
ul.plans.more-5 > li {
	width: 180px;
}
ul.plans.count-4 > li {
	width: 25%;
}
ul.plans.count-3 > li {
	width: 33.33%;
}
ul.plans.count-2 > li {
	width: 50%;
}

ul.plans.low > li {
	/*height: 380px;*/
	height: auto;
	padding-bottom: 15px;
    min-height: 340px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin: 0 1px;
    border-radius: 5px;
    background-color: rgba(201,97,141,.5);
}
ul.plans > li > div.frame:not(.disabled) {
	cursor: pointer;
}
ul.plans > li:first-child {
	margin-left: 0;
}
ul.plans > li:last-child {
	margin-right: 0;
}
ul.plans span {
	display: block;
	text-align: center;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
ul.plans span.name {
	font-size: 1.429em;
	font-weight: 200;
	padding: 10px 10px 0;
}
ul.plans span.title {
    font-size: 16px;
    font-weight: 200;
    padding: 20px 10px 20px;
}
ul.plans span.price {
	font-size: 2.429em;
	font-weight: normal;
	padding: 0 0 32px;
}
ul.plans span.type {
	font-size: 1.143em;
	padding: 0 0 10px;
	font-weight: 400;
}
ul.plans span.description {
    /*margin-top: -22px;*/
    margin-top: 10px;
}
ul.plans span.count {
	font-size: 1.143em;
	padding: 0 0 10px;
	font-weight: 300;
}
ul.plans > li div.selector {
	padding: 30px 0 0 0;
	text-align: center;
}
ul.plans > li div.selector > div {
	padding-top: 5px;
}

ul.plans .monetize-plan label {
	color: white;
}
/* plans end */

/* authorization */
div.auth {
	padding: 20px 20px 22px;
	margin: 10px 0 5px 0;

	background: white;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
div.auth > div.cell {
	width: 43%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
div.auth > div.cell > div {
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
div.auth > div.divider {
	width: 14%;
	font-size: 1.143em;
	padding-top: 95px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
div.auth div.caption {
	font-weight: 600;
	color: #2b2b2b;
}
div.auth div.name {
	padding: 15px 0 5px;
}
/* authorization end */

/* tree */
div.tree ul {
	display: none;
	padding: 2px 0 2px 15px;
}
div.tree ul.first {
	display: block;
	padding: 0 0 0 5px;
}
div.tree ul li {
	padding: 2px 0;
}
div.tree ul li > img {
	width: 9px;
	height: 10px;
	background: url('../img/gallery.png') -2px -1825px no-repeat;
	margin: 0 3px 0 0;
	cursor: pointer;
	vertical-align: super;
}
div.tree ul li img.opened {
	background-position: -2px -1837px;
}
div.tree ul li img.no_child {
	background-position: 2px -1851px;
	width: 12px;
	margin: 0;
	cursor: default;
}
div.tree ul li.locked > a,
div.tree ul li.locked > label {
	background: url('../img/gallery.png') right -1865px no-repeat;
	padding: 1px 15px 0 0;
	text-decoration: none;
}
span.tmp_input span {
	position: relative;
}
span.tmp_input input[type=text] {
	vertical-align: top;
	width: 130px;
}
span.tmp_input input[type=button] {
	height: 37px;
	margin: 0 0 0 5px;
	line-height: 37px;
	padding-right: 13px;
	padding-left: 13px;
}
#crossed_selected {
	padding: 0 0 15px;
}
#crossed_selected li {
	list-style: disc;
	margin: 0 0 0 21px;
	padding: 1px 0;
}
#crossed_selected li.first {
	list-style: none;
	margin: 0;
}
span.tree_loader {
	background: url('../img/tree_loader.gif') center center no-repeat;
	padding: 0 7px;
	vertical-align: super;
	display: none;
	font-size: 10px;
	margin: 0 0 0 4px;
}
/* tree end */

/* file upload */
label.upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
label.upload input,
span.draft input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
	height: 100px;
}
.files canvas,
.files div.canvas > div {
	display: block;
	width: 150px!important;
	height: 194px!important;
	background: #f5f5f5;
	border-radius: 5px;
	border: 2px white solid;
}
div#fileupload img.thumbnail {
	width: 150px;
	height: 194px;
	background: rgba(146,47,157,.2);
	border-radius: 5px;
	border: 2px white solid;
}
div#fileupload span.active,
div#fileupload span.hover {
	position: relative;
	display: inline-block;
	margin: 0 30px 50px 0;
	vertical-align: top;
	width: 154px;
	height: 198px;
	background: none;
	padding: 0;
}
.template-download img.thumbnail:hover {
	border: 2px #ca5cd7 solid!important;
}

div#fileupload span.draft {
	width: 150px;
	height: 194px;
	margin: 0 0 20px 0;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	background: rgba(146,47,157,.2);
	border-radius: 5px;
	border: 2px white solid;
}
div#fileupload span.draft + div {
	margin-top: 20px;
}
div#fileupload span.draft > span {
	display: block;
}
div#fileupload span.draft > span.icon {
	width: 40px;
	height: 28px;
	background: url('../img/gallery.png') center -861px no-repeat;
	margin: 55px auto 15px;
}

div#fileupload {
	padding: 15px 0 10px 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}
div#fileupload span.active {
	color: inherit!important;
	font-size: inherit!important;
}
div#fileupload span.allowed {
	display: block;
}
div#fileupload span.progress {
	bottom: 2px;
	left: 2px;
	border-radius: 0 0 3px 3px;
    display: inline-block;
    height: 15px;
	position: absolute;
    width: 100%;
	background: none;
	margin: 0;
	opacity: 0.4;
	filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
div#fileupload span.progress div {
	height: 15px;
	background: #ca5cd7!important;
	border-radius: 0!important;
	border: 0!important;
}
div#fileupload span.hover,
ul.thumbnails li.hover {
	background: #e8c5e1;
	width: 154px!important;
	height: 198px!important;
}
div#fileupload div.photo_navbar {
	height: 25px;
	position: relative;
	padding: 6px 0 0 0;
}
div#fileupload div.photo_navbar span.primary input {
	margin-top: 4px;
}

div#fileupload img.manage,
div#fileupload img.delete,
div#fileupload img.cancel,
div#fileupload img.crop {
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -488px no-repeat;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 10px;
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
div#fileupload img.delete,
div#fileupload img.cancel {
	background-position: right -488px;
	right: 0px
}div#fileupload img.crop {
	background-position: 0 -513px;
	right: 62px
}
div#fileupload img:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
div#fs_uploadList img.delete {
    cursor: pointer;
    width: 17px;
    height: 17px;
    background: url('../img/gallery.png') 3px -1456px no-repeat;
    position: absolute;
    top: -1px;
    opacity: 0.7;
    right: 0px;
}
div#fs_uploadList img.delete {
    opacity: 1;
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.template-download img.thumbnail,
.move {
	cursor: move;
}
.pointer {
	cursor: pointer!important;
}
span.suspended canvas {
	box-shadow: 0 0 0 2px #e36565;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 1\9;
	*opacity: 1;
}
.fade.in {
	opacity: 1;
}
.fileupload-loading {
	display: none;
	background: red;
}
/* file upload end */

/* video */
ul.thumbnails li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px 0;
    position: relative;
}
ul.thumbnails li video.item {
	width: 160px;
	height: 110px;
	background: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border: 2px white solid;
	border-radius: 5px;
}
ul.thumbnails li video.item:hover {
	border: 2px #ca5cd7 solid!important;
}
ul.thumbnails li div.video_navbar {
	height: 16px;
	padding-top: 10px;
	text-align: right;
}
#area_video ul.thumbnails li.hover {
	width: 168px!important;
	height: 118px!important;
}
/* video end */

/* payment gateways */
ul#payment_gateways {
	padding: 10px 0;
}
ul#payment_gateways li {
	display: inline-block;
	width: 18%;
	height: 70px;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0 10px 10px 0;
	background: #f0d4e4;
	border-radius: 5px;
}

ul#payment_gateways li.active,
ul#payment_gateways li:hover {
	background: white;
}
ul#payment_gateways li.whatsapp {
    background: url(../img/whatsapp.svg) left no-repeat #22D466;
    background-size: 75px;
    cursor: pointer;
    padding-left: 27px;
    color: white;
    font-size: 22px;
    line-height: 29px;
}
ul#payment_gateways li p {
	padding: 5px 0 0 0;
}
ul#payment_gateways li input {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	position: relative;
	width: auto;
	height: auto;
}
@media screen and (max-width: 768px) {
    ul#payment_gateways {
        text-align: center
    }
    ul#payment_gateways li {
        width: 44% !important;
        margin-right: 2%;
    }
    ul#payment_gateways li:nth-child(2n) {
        margin-right: 0 !important;
    }
    ul#payment_gateways li.whatsapp {
        font-size: 18px !important;
    }
}
/* payment gateways end */
/*** ADD LISTING END ***/

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
	padding: 0 0 0 10px;
}
div.password_strength div.scale {
	background: #f5d6e8;
	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;
}
div.area_profile div.field img.qtip {
	margin-top: 9px;
}
/* password strange control end */

span.fail_field,
span.success_field {
	display: none;
}
div.account_types > ul {
    display: flex;
    justify-content: center;
}
div.account_types > ul > li {
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px #be7bc0 solid;
    display: flex;
    width: 24%;
    margin: 0 5px;
    height: 290px;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    flex-flow: wrap;
}
div.account_types > ul > li .type_name {
    font-size: 20px;
    margin: 10px;
    display: inline-block;
    border: 1px white solid;
    padding: 2px 6px;
    background: #bf8fc5; /* Old browsers */
    background: linear-gradient(180deg, #bf8fc5 0%, rgb(255, 252, 252) 50%, rgb(208, 209, 208) 100%);
    color: white;
}
div.account_types > ul > li .desc {
    padding: 15px;
    /* text-align: center; */
    font-size: 12px;
    color: white;
    text-shadow: 1px 1px #000000;
    /* font-weight: bold; */
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
}
div.account_types > ul > li .link {
    position: absolute;
    bottom: 10px;
}
/*** REGISTRATION END ***/

/*** MAP AMENITY ***/
div.flgServicesArea {
	position: absolute;
	z-index: 100000;
	bottom: 20px;
	right: 5px;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 8px;
	overflow: hidden;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	border: 1px #89a7db solid;
	box-shadow: 0 0 5px #a9bbdf;
}
div.flgServicesArea ul li input {
	margin-right: 24px;
}
div.flgServicesArea div.caption {
    font-size: 1em!important;
    font-weight: normal!important;
    padding: 0!important;
}
div.flgServicesArea ul {
	padding: 5px 0 10px 0;
	margin: 0;
}
div.flgServicesArea ul li {
	padding: 5px 0;
	background-position: 18px 6px!important;
}
div.flgServicesArea ul li label span {
	margin: -1px 25px 0 0;
}
/*** MAP AMENITY ***/

/*** MODAL WINDOW ***/
#modal_mask {
	background: rgba(48,23,49,0.45);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1005;

	background: url('../img/blank0.4.png')\9;
}
.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; /* google map */
}
.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;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";

	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"\9;
}
.modal_block div.inner div.close:hover > div {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.modal_block div.inner div.modal_content {
	padding: 25px;
	position: relative;
}
.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;
}
.modal_block.fullscreen div.inner div.modal_content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#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;
    text-align: center;
}
.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: 999;
}
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: 120px;
}
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 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:after {
    content: '';
    display: block;
    height: 4px;
    background: url(../img/gallery.png) 0 -1283px repeat-x;
    margin-top: 12px;
}
.my-listings > article:last-child {
	margin-bottom: 0;
}
.my-listings > article > div {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-right: 15px;
}
.my-listings > article div.info span.unverified {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 54px;
    bottom: 7px;
    left: 2px;
    z-index: 100;
    display: block;
    margin: 5px auto;
}
.my-listings > article > div.navigation {
    width: 290px;
}
.my-listings > article > div:last-child {
	margin-right: 0;
    width: auto;
}
.my-listings div.info div.title {
	font-size: 1.143em!important;
	font-weight: 400!important;
	padding-top: 5px;
}
.my-listings div.navigation ul > li {
	padding: 0 0 12px 0;
}
.my-listings div.navigation ul > li:last-child {
	padding: 0;
}
.my-listings div.navigation ul > li select {
	width: 100%;
}
.my-listings div.navigation ul > li a {
	position: relative;
	display: inline-block;
	padding: 0 5px;
    margin-left: 25px;
    background: #da8ae3;
    border-radius: 5px;
    line-height: 22px;
    height: 25px;
    color: white;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.1em;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    cursor: pointer;
    -webkit-appearance: none;
}
.my-listings div.navigation ul > li a.post_telegram {
    background: #0099d6;
}
.my-listings div.navigation ul > li a.hide_icons {
    font-size: 13px;
    line-height: 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: -25px;
	top: 4px;
	position: absolute;
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
.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.close_comments:before {
    background: url('../img/comments-off.png') center no-repeat;
}
.my-listings div.navigation ul li.nav-icon > a.close_rating:before {
    background: url('../img/rating-off.png') center no-repeat;
}
.my-listings div.navigation ul li.nav-icon > a:hover:before {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.my-listings div.navigation ul li.nav-icon > a.status_message:before {
    background-position: left -1629px;
}
.my-listings div.navigation ul li.nav-icon > a.hide_icons:before {
    background-position: left -885px;
    background-size: 100%;
}
.my-listings div.navigation ul li.nav-icon > a.post_telegram:before {
    background-position: left -1125px;
    background-size: 100%;
}
.my-listings div.navigation ul li.nav-icon > a.random_photo:before {
    background-position: left -1673px;
}
.my-listings div.navigation ul li.nav-icon > a.add_photo_xxx:before {
    background-position: left -1770px;
}
.my-listings div.navigation ul li.nav-icon > a.happy_hour:before {
    background-position: left -2252px;
}
.my-listings div.navigation ul li.nav-icon > a.on_holiday:before {
    background-position: left -1721px;
    width: 22px;
    height: 22px;
    top: 2px;
}
.my-listings div.navigation ul li.nav-icon > a.stories:before {
    background-position: center -1512px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 3px;
}
.my-listings div.navigation ul li.nav-icon > a.add_sticker:before {
    background-image: url(../img/stickers/LastDay.png);
    background-size: 100%;
    background-position: 0;
}
@keyframes icon_hide_effect {
  50% {opacity: 0;}
}
@keyframes sticker_hide_effect {
  0% {opacity: 0;}
  30% {opacity: 1;}
  70% {opacity: 1;}
  100% {opacity: 0;}
}
.my-listings div.navigation ul li.nav-icon > a.add_pulse:before {
    opacity: 1;
    animation: icon_hide_effect 2s infinite;
}
.my-listings div.stat ul > li {
	padding: 0 0 8px 0;
	color: #333333;
}
.my-listings div.stat ul > li span.name {
	color: #949494;
}
.my-listings div.stat ul > li span.name:after {
	content: ':';
}
.my-listings div.stat ul > li a.whatsapp_share {
    color: white;
    font-size: 14px;
}
.my-listings div.stat ul > li a.whatsapp_share > span:first-child,
.my-listings div.stat ul > li a.whatsapp_share > span:nth-child(2),
.my-listings div.stat ul > li a.whatsapp_share > span:last-child {
    background: url('../img/WhatsAppShare.png') left top no-repeat;
    background-size: 50px !important;
    display: inline-block;
    width: 50px;
    height: 44px;
    vertical-align: top;
}
.my-listings div.stat ul > li a.whatsapp_share > span:nth-child(2) {
    background: url('../img/WhatsAppShare.png') center -45px repeat-x;
    height: 36px;
    line-height: 36px;
    width: auto;
    margin-top: 3px;
}
.my-listings div.stat ul > li a.whatsapp_share > span:last-child {
    background: url('../img/WhatsAppShare.png') right -79px repeat-x;
    margin-top: 3px;
    height: 36px;
    width: 18px;
}
.delete.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') right -488px no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
.delete.icon:hover {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.crop.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/gallery.png') 0 -513px no-repeat;
	cursor: pointer;
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
.crop.icon:hover {
	opacity: 0.8;
	filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
}
div.choose_type {
    text-align: center;
    margin: 0 0 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px #ccc solid;
}
div.choose_type .my_search_field .name { 
    display: block;
}   
section#listings.my-listings .item > div.info .verification_phone {
    margin: 10px 0;
    text-align: center;
}
section#listings.my-listings .item > div.stat .statuses {
    display: block;
}
section#listings.my-listings .item > div.info .statuses.mobile {
    display: none;
}
.verification_phone.green {
    color: #10cc13 !important;
}
.verification_phone.blue {
    color: #04c4ce !important;
}
.my_listings_story {
    display: flex;
}
.my_listings_story > div.my_listing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;
}
.my_listings_story > div.my_listing > a {
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    display: block;
    padding: 2px 2px 0px;
    border-radius: 8px;
}
.my_listings_story > div.my_listing > a img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.my_listings_story > div.my_listing div.title {
    margin-top: 5px;
    text-align: center;
}
/*** MY LISTINGS END ***/

/*** PLUGINS CUSTOM ***/
ul.lising_rating li {
	background: url('../img/gallery.png') 0 -212px no-repeat!important;
	width: 12px!important;
	height: 11px!important;
}
ul.lising_rating li.active,
ul.lising_rating li div {
	background: url('../img/gallery.png') 0 -200px no-repeat!important;
}
ul.lising_rating li div {
	vertical-align: top;
}
#controller_area .add-testimonial {
	top: -2px!important;
}
a.reportBroken {
	color: #d04525;
}

#lnp_container {
	float: left;
	padding: 5px 20px 0 0!important;
}
#lnp_container > li {
	float: left;
	width: 26px;
	height: 26px;
}
#lnp_container > li.link {
	padding: 0 4px;
}
#lnp_container > li.link a {
	font-size: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url('../img/gallery.png') 5px -632px no-repeat;
}
#lnp_container li.nav a {
	display: block;
	width: 28px;
	height: 28px;
	background: url('../img/gallery.png') 7px -599px no-repeat #da8ae3;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
#lnp_container li.nav a:hover {
	background-color: #ce7ad8;
}
#lnp_container li.prev {
	margin-right: 4px;
}
#lnp_container li.next {
	margin-left: 4px;
}
#lnp_container li.next a {
	background-position: -19px -599px;
}

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

ul.field-bound-box {
	margin-bottom: -2px;
}
ul.field-bound-box:not(.list) {
	margin: 5px -20px -13px 0;
}
ul.field-bound-box:not(.list) > li {
	display: inline-block;
	padding: 0 20px 27px 5px;
	text-align: center;
}
ul.field-bound-box > li > a {
	display: inline-block;
}
ul.field-bound-box > li.empty {
	opacity: 0.5;
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; /* old ie */
}
ul.field-bound-box:not(.list) > li span.count {
	display: block;
	font-size: 1.286em;
	color: #797979;
	padding: 5px 0 0 0;
}
ul.field-bound-box:not(.list) > li:not(.empty):hover span.count {
	color: #ffb01f;
}
ul.field-bound-box > li.left img {
	float: left;
}
ul.field-bound-box > li.left span.count {
	overflow: hidden;
	padding: 2px 0 0 5px;
}
ul.field-bound-box > li.right img {
	float: right;
}
ul.field-bound-box > li.right span.count {
	overflow: hidden;
	padding: 2px 5px 0 0;
}

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

/* slider */
section.content_block div.carousel div.carousel_block,
section.side_block div.carousel div.carousel_block {
	margin: 0!important;
}
section.content_block div.carousel div.carousel_block ul.featured > li > div.picture,
section.content_block div.carousel div.carousel_block ul.featured > li a > img {
    width: 98%;
}
section.content_block div.carousel.horizontal div.next,
section.content_block div.carousel.horizontal div.prev {
	top: -42px;
	right: 0;
	width: 28px;
	height: 28px;
	background: #da8ae3;
	border-radius: 3px;
	position: absolute;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
	cursor: pointer;
}
section.content_block div.carousel.horizontal div.next:hover,
section.content_block div.carousel.horizontal div.prev:hover {
	background-color: #ce7ad8;
}
section.content_block div.carousel.horizontal div.prev {
	right: 35px;
}
section.content_block div.carousel.horizontal div.prev:before,
section.content_block div.carousel.horizontal div.next:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	top: 9px;
	left: 10px;
	background: url('../img/gallery.png') -3px -608px no-repeat;
}
section.content_block div.carousel.horizontal div.next:before {
	background-position: -31px -608px;
	left: auto;
	right: 10px;
}

div.slider {
	overflow: hidden;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}
/* horizontal mode */
div.slider > div.container {
	margin: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}
/* div.horizontal div.prev,
div.horizontal div.next {
	width: 15px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	cursor: pointer;
}
div.carousel.horizontal div.next {
	left: auto;
	right: 0;
}
.ling_top_block div.carousel.horizontal div.prev {
	left: -40px!important;
}
.ling_top_block div.carousel.horizontal div.next {
	left: auto!important;
	right: -40px!important;
}
div.horizontal div.prev:before,
div.horizontal div.next:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 19px;
	top: 5px;
	left: 2px;
	background: url('../img/gallery.png') 0 -604px no-repeat;
}
div.horizontal div.next:before {
	background-position: right -604px;
	left: auto;
	right: 3px;
}
/* vertical mode */
/*div.vertical {
	padding: 25px 0!important;
}
div.vertical div.prev,
div.vertical div.next {
	width: 40px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
div.vertical div.next {
	background-position: 0 -1525px;
	top: auto;
	bottom: 0;
}
div.vertical div.prev:before,
div.vertical div.next:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	top: 2px;
	left: 11px;
	background: url('../img/gallery.png') 0 -663px no-repeat;
}
div.vertical div.next:before {
	background-position: right -663px;
	top: 4px;
} */
/* slider end */

#compare_listings_fixed {
	bottom: 70px!important;
}
div#compare_listings_tab {
	background: url('../img/blank0.4.png')\9;
}
.jslider-pointer {
	border-radius: 3px;
}
.jslider .jslider-bg .v {
	background-color: #da8ae3!important;
}

div.gf-caption {
	padding: 12px 0!important;
	font-weight: 500!important;
}
.geo_autocomplete {
	top: 33px!important;
	font-size: inherit!important;
}
.geo_autocomplete li.item {
	padding: 3px 20px 3px 10px!important;
	font-size: inherit!important;
	font-family: 'Roboto Slab', serif!important;
}
#geo_autocomplete {
	width: 100%!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;
}

article.item a.add-to-cart {
	color: #d4a020;
	position: relative;
	padding: 0 0 0 30px;
}
article.item a.add-to-cart:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/gallery.png') 0 -833px no-repeat;
}
div.cart-box-container > span > span.summary:before {
	background: url('../img/gallery.png') 0 -995px no-repeat;
}

section#listings ul.nav-column > li.add_to_compare span.icon,
div.listing-details-icons .compare-icon > span {
	background: url('../img/gallery.png') 0 -906px no-repeat!important;
}
section#listings ul.nav-column > li.remove_from_compare  span.icon,
div.listing-details-icons .compare-icon.remove > span {
	background: url('../img/gallery.png') 0 -930px no-repeat!important;
}
section#listings ul.nav-column > li.bids > a {
	color: #8d8d8d;
	font-weight: 500;
	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;
}

.gm-style {
	font-family: 'Roboto Slab', serif!important;
}
/* a.button.cart {
	background-color: #f2be3d;
}
a.button.cart:hover {
	background-color: #f4b417;
}
a.button.cart.icon {
	padding-left: 45px;
	position: relative;
}
a.button.cart.icon:before {
	content: '';
	width: 20px;
	height: 16px;
	position: absolute;
	left: 14px;
	top: 10px;
	background: url('../img/gallery.png') right -833px no-repeat!important;
} */
#currency_selector span.content {
	padding-right: 10px;
}
#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;
}
div#compare_listings_tab {
	background: url('../img/blank0.4.png')\9;
}
/*** PLUGINS CUSTOM END ***/

/*** PHOTOSWIPE ***/
body.ps-active, body.ps-building, div.ps-active, div.ps-building {
	overflow: hidden;
}
body.ps-active *, div.ps-active * { 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus  { 
	outline: 0; 
}
div.ps-document-overlay {
	background: #000;
}
div.ps-uilayer { 
	background: transparent;
	cursor: pointer;
}
div.ps-zoom-pan-rotate {
	background: #000;
}
div.ps-zoom-pan-rotate * { 
	display: block;
}
div.ps-carousel-item-loading { 
	background: url('../img/img_loader.gif') no-repeat center center; 
}
div.ps-caption { 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	text-align: center;
}
div.ps-caption * {
	display: inline;
}
div.ps-caption-bottom { 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}
div.ps-caption-content {
	padding: 13px;
	display: block;
}
div.ps-carousel-item iframe {
	border: 0;
	width: 100%;
	height: inherit;
}
div.ps-toolbar { 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}
div.ps-toolbar-top {
	border-bottom: 1px solid #42403f;
	border-top: none;
}
div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
	cursor: pointer;
	display: table-cell;
}
div.ps-toolbar div div.ps-toolbar-content {
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url('../img/photoswipe.png');
	background-repeat: no-repeat;
}
div.ps-toolbar-close div.ps-toolbar-content {
	background-position: 0 0;
}
div.ps-toolbar-previous div.ps-toolbar-content {
	background-position: -44px 0;
}
div.ps-toolbar-previous-disabled div.ps-toolbar-content {
	background-position: -44px -44px;
}
div.ps-toolbar-next div.ps-toolbar-content {
	background-position: -132px 0;
}
div.ps-toolbar-next-disabled div.ps-toolbar-content {
	background-position: -132px -44px;
}
div.ps-toolbar-play div.ps-toolbar-content {
	background-position: -88px 0;
}
/*** PHOTOSWIPE ***/

/*** RESPONSIVE ***/
@-ms-viewport {
  width: device-width;
}
.point1 {
	width: 100%;
}

@keyframes form-buttons-custom {
  50%  {box-shadow:rgb(156 42 169) 0px 0px 32px 11px;}
}
@media screen and (min-width: 1200px) {
    /*body:not(.listings-page) ul#listing_box_206.featured > li:nth-child(6n),
    body:not(.listings-page, .home-page) ul.featured > li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0;
    }
    /*body:not(.listings-page) ul#listing_box_206.featured > li:nth-child(5n) {
        padding: 20px 17px 10px 0;
    }*/
}
@media screen and (min-width: 962px) and (max-width: 1199px) {
    body:not(.listings-page) ul.featured:not(#listing_box_206) > li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0;
    }
}
/*** DESKTOP VIEW ***/
@media screen and (min-width: 962px) {
	.point1 {
		max-width: 960px;
	}
	div#header-banner {
		width: 728px;
		height: 90px;
		margin: auto;
	}
	section#main_container > div.inside-container {
		padding: 20px 20px 60px 20px;
		background-color: white;
		z-index: 0;
		margin-top: 0px;
		margin-bottom: 36px;
	}
	body.bc-exists section#main_container > div.inside-container {
		padding-top: 20px;
	}
	section#controller_area {
		padding-bottom: 30px;
	}
	section#content {
		width: 630px;
		float: left;
	}
	body.no-sidebar section#content {
		width: auto;
		float: none;
	}
	div#header-banner > div.no-banner {
		/*line-height: 60px;*/
	}
	
	/* home content block */
	section.home-content {
		margin: 0 0 30px 0;
		max-height: 432px;
		overflow: hidden;
	}
	section.home-content div.gallary {
		width: 630px;
		float: left;
	}
	section.home-content div.search-form {
		width: 300px;
		float: right;
	}/*
	section.content_block,
	section.side_block {
		margin: 0 0 30px 0;
	}
	section.side_block > h3 ,
	section.content_block > h3 {
		font-size: 1.714em;
		font-weight: 300;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}*/
	section#main_container > div > aside.left {
		display: inline-block;
	}
	aside.two-middle > div.middle-left > div {
		padding-right: 15px;
	}
	aside.two-middle > div.middle-right > div {
		padding-left: 15px;
	}
	aside.three-middle > div.middle-left,
	aside.three-middle > div.middle-right,
	aside.three-middle > div.middle-center {
		width: 300px;
		float: left;
	}
	aside.three-middle > div.middle-right {
		float: right;
	}
	aside.three-middle > div.middle-center {
		margin-left: 30px;
	}
	aside.bottom {
		margin-top: 30px;
	}
	/* home content block end */

	section.side_block span.expander {
		display: none;
	}
	section.categories-box ul.cat-tree > li.rest {
		display: none;
	}
	section.categories-box div.cat-tree-cont.limit-height {
		max-height: 360px;
	}

	ul.featured > li {
		width: 148px;
	}
    ul#listing_box_206.featured > li {
        width: 31.2%;
        padding-bottom: 20px;
    }
    ul#listing_box_206.featured > li:nth-child(3n) {
        padding-right: 0;
    }
    ul#listing_box_206.featured > li div.picture img {
        height: 360px;
    }
/*	section#listings.grid:not(.no-image) > article:nth-child(3n+1) {
		clear: both;
	}*/

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

	.grid_navbar {
		margin-bottom: 30px;
	}

	ul.select-category select {
		background-image: none;
	}
	body.no-sidebar .advanced-search-form {
		width: 60%;
	}

	section.side_block ul.featured {
		text-align: center;
		margin: 0;
	}
	section.side_block ul.featured > li {
		padding: 0 0 25px 0;
		max-width: 184px;
		width: 100%;
	}
	section.side_block ul.featured > li img {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	section.side_block ul.featured:not(.list) > li ul {
		width: 100%;
		text-align: initial;
	}

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

	div.gallery > ul.thumbs > li:first-child video,
    div.gallery > ul.thumbs > li:first-child img {
		width: 296px;
		height: 382px;
		background-size: contain;
		background-color: whitesmoke;
        object-fit: contain;
	}
	div.gallery > ul.thumbs > li:nth-child(2n+1) {
		margin-right: 0;
	}
	/* div.gallery > ul.thumbs > li:nth-child(11n) ~ li:not(.see-more) {
		display: none;
	}*/
    div.choose_type {
        font-size: 20px;
    }
    /*body:not(.top-10-page):not(.listings-page) section#content:not(.no-sidebar) section#listings.grid:not(.no-image) > article:nth-of-type(4n) {
        margin-right: 0;
    }
    body:not(.top-10-page):not(.listings-page) section.no-sidebar section#listings.grid:not(.no-image) > article:nth-of-type(4n) {
        margin-right: 0;
    }*/
}

@media screen and (min-width: 1200px) {
    .point1 {
        max-width: 1140px;
    }
    section#content {
        width: 825px;
    }
    body:not(.top-10-page):not(.listings-page):not(.lt-hotexclusive-page) section#content:not(.no-sidebar) section#listings.grid:not(.no-image) > article:nth-of-type(4n) {
        margin-right: 0;
    }
    body:not(.top-10-page):not(.listings-page):not(.lt-hotexclusive-page) section#content:not(.no-sidebar) section#listings.grid:not(.no-image) > article:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1199px) {
    section#listings.grid > article {
        margin-right: 30px;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 962px) and (max-width: 1199px) {
    ul.featured > li {
        width: 144px;
    }
    ul.featured:not(#listing_box_206) > li:nth-of-type(4n) {
        padding-right: 0;
    }
    body:not(.top-10-page):not(.listings-page) section#content:not(.no-sidebar) section#listings.grid:not(.no-image) > article:nth-of-type(3n) {
        margin-right: 0;
    }
    ul#listing_box_206.featured > li {
        width: 31.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
	.point1 {
		max-width: 738px;
	}
	div#header-banner {
		width: auto;
		height: auto;
	}
	div#header-banner > div.no-banner {
		line-height: 90px;
	}
    section#main_container > div.inside-container {
        padding: 40px 20px 60px 20px;
    }
	section#controller_area {
		padding-bottom: 20px;
	}
	section#main_container > div > aside.left {
		display: block;
		width: auto;
		vertical-align: top;
		float: none;
	}
	
	/* home content block */
	section.home-content {
		margin: 0 0 20px 0;
	}
	section.home-content div.gallary {
		width: 100%;
		margin-bottom: 20px;
	}
	section.home-content div.search-form {
		width: 100%;
	}

	.availability-field-container {
		max-width: 500px;
	}
	aside.two-middle > div.middle-left > div {
		padding-right: 10px;
	}
	aside.two-middle > div.middle-right > div {
		padding-left: 10px;
	}
	aside.three-middle > div.middle-left,
	aside.three-middle > div.middle-right {
		width: 359px;
		float: left;
	}
	aside.three-middle > div.middle-right {
		float: right;
	}
	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;
	}

	ul.featured:not(#listing_box_206) > li:nth-child(4n) {
		padding-right: 0;
	}

	div.featured_gallery div.preview {
		overflow: hidden;
		height: 430px;
	}
	div.featured_gallery ul.featured {
		float: right;
		height: 430px;
	}
	div.featured_gallery ul.featured > li {
		display: inherit;
	}

	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 > li {
		width: 174px;
        padding: 20px 12px 10px 0;
	}
	ul.featured > li > a > img {
		width: 173px;
		height: 262px;
	}
	body:not(.top-10-page) section#listings.grid:not(.no-image) > article:nth-of-type(3n) {
		margin-right: 0;
	}
	body:not(.top-10-page) section#listings.grid:not(.no-image) > article:nth-of-type(3n+1) {
		clear: both;
	}
	section#listings.grid > article {
		width: 226px;
	}
	section#listings div.picture img {
		width: 221px;
		height: 290px;
	}
	section#listings.grid div.price-tag {
		font-size: 1.500em;
	}
	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 */

	section.categories-box div.cat-tree-cont.limit-height {
		max-height: 222px;
	}
	section.categories-box ul.cat-tree > li {
		display: inline-block!important;
		width: 30%;
		margin-right: 5%;
	}
	section.categories-box div.cat-tree-cont ul.cat-tree > li:nth-child(3n) {
		margin-right: 0;
	}
	section.categories-box div.cat-toggle {
		display: none;
	}

	
	#controller_area > aside.right {
		display: none;
	}

	div.listing-details div.gallery {
		margin-bottom: 20px;
		/*display: inline-block;*/
		width: auto;
		max-width: 100%;
	}
	div.gallery > ul.thumbs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding-bottom: 10px;
		/*display: inline-block;*/
		margin-top: 0;
	}
	div.gallery > ul.thumbs > li {
		margin-bottom: 0;
	}
	div.gallery > ul.thumbs > li.see-more {
		display: none;
	}
	div.gallery > ul.thumbs > li span.play {
		width: 149px;
		height: 230px;
	}
	div.gallery > ul.thumbs > li > a > img {
		width: 150px;
		height: 230px;
	}
	div.listing-details div.details {
		width: 420px;
		float: left;
	}
	div.listing-details aside.left.first-copy {
		float: right;
		width: 300px;
	}

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

	ul.tabs.search_tabs {
		margin-bottom: 15px;
	}
	ul.tabs > li {
		padding: 12px 20px 0;
		height: 33px;
		font-size: 1em;
	}

	aside.right {
		float: right;
		margin-left: 30px;
		width: 226px;
	}
	div.listing-details .content-section {
		overflow: hidden;
	}
	/*div.listing-details section.main-section div.table-container {
		height: 210px;
	}
	div.listing-details section.main-section.no-picture div.table-container {
		height: 150px;
	}*/

	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: 33.33%;
	}
	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;
	}

	ul.select-category {
		width: 360px;
		white-space: normal;
	}
	ul.select-category select {
		height: 37px;
	}
	ul.select-category > li > div {
		width: 350px;
		margin: 0 0 10px;
	}
	ul.select-category > li > div:last-child {
		margin: 0;
	}

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

	.my-listings > article > div {
		width: 225px;
	}

	.my-profile-sidebar .picture {
		float: left;
	}
	.block_my_profile_sidebar .info {
		margin: 0 0 0 20px;
		overflow: hidden;
	}

	section.side_block ul.featured {
		margin: 0;
	}
	section.side_block ul.featured > li {
		padding: 0 10px 15px 0;
	}
	section.side_block ul.featured > li img {
		width: 167px;
		height: 256px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	section.side_block ul.featured > li:nth-child(4n) {
		padding-right: 0;
	}
	section.side_block ul.featured:not(.list) > li ul {
		width: 100%;
		text-align: initial;
	}

	section > ul.featured > li {
		width: 33.333%;
	}
	body:not(.no-sidebar) aside.two-middle > div ul.featured > li {
		width: 50%;
	}

	ul.packages > li div.frame {
		width: 420px;
	}
	body.no-sidebar .advanced-search-form {
		width: 80%;
	}
    body.top-10-page section#listings.grid > article.col-md-4 {
        min-height: 440px;
        max-height: 460px;
    }
    body.top-10-page section#listings article.col-md-4 div.picture img {
        height: 335px;
    }
    body.top-10-page section#listings.grid > article.col-md-4 div.top_rated {
        width: 70px;
        height: 101px;
        top: 230px;
    }
    body.top-10-page section#listings.grid > article.col-md-3 {
        min-height: 388px;
        max-height: 388px;
    }
    body.top-10-page section#listings article.col-md-3 div.picture img {
        height: 225px;
    }
    ul#listing_box_206.featured > li {
        width: 31.9%;
    }
    ul#listing_box_206.featured > li:nth-child(3n) {
        padding-right: 0;
    }
    ul#listing_box_206.featured > li div.picture img {
        height: 300px;
    }
}

.bump-up > a:before {
    background-image: url(../img/bump_up_icon.png) !important;
    background-position: inherit !important;
}

li.bump-up > a:before {
    background-image: url(../img/bump_up_icon.png) !important;
    background-position: inherit !important;
}

li.higlight > a:before {
    background-image: url(../img/highlight_icon.png) !important;
    background-position: inherit !important;
}

.plan-description-selector {
	text-align: center;
}

.plan-description-selector .selector {
	margin-top: 15px;
	padding-bottom: 15px;
}

.plan-description-selector img.qtip {
	margin: 0 !important;
}

.plan-description-selector .selector label {
	color: white !important;
}


/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {

	.plan-description-selector .selector {
		margin-left: 75px;
		text-align: left;
	}

	.point1 {
		max-width: 480px;
		min-width: 240px;
	}
	body > div#floor > header > section:first-child {
		height: 130px;
	}
	h1 {
		padding: 0 20px;
	}
    body > div#floor > header > section.main-menu,
    section.main-menu > nav,
    #mline1, #mline2 {
        height: 50px;
        min-height: 50px;
    }
	body.listing-details-page div.h1-nav {
		padding: 0 20px;
	}
	body.listing-details-page div.h1-nav h1 {
		padding: 0;
	}
	#lnp_container {
		padding-left: 20px!important;
	}
	.h1-nav nav > a.post_ad {
		margin-right: 20px;
		margin-top: 5px;
	}
    section#main_container > div.inside-container {
        margin-bottom: 30px;
    }
    body:not(.lt-bad-contacts-page):not(.my-profile-page) aside.left:not(.second-copy) {
        display: none;
    }
	div#logo {
		padding-top: 55px!important;
		float: none;
		margin: 0 auto;
	}
	#hline1 {
		height: 130px;
		width: 173px;
	}
	#hline2 {
		display: none;
	}
	#hline1:before {
		height: 210px;
		right: 56px;
		top: -40px;
	}
    section.content_block > h3 > a.reserve_place {
        position: relative;
        display: block;
        text-align: right;
        top: auto;
    }
    section.content_block.block_listing_box_25 > h3 {
        text-align: center;
    }
    section.content_block.block_listing_box_25 > h3 > span {
        display: block;
        margin-bottom: 15px;
        font-size: 1.714em;
        font-weight: 300;
    }
	/* 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: #c449d3;
	}
	span.circle.selector ul > li:not(:last-child) {
		padding: 0 0 15px 0;
	}
	span.circle.selector ul {
		padding: 15px 0 18px;
	}
	.user-navigation-bar > a.registration {
		background-color: transparent;
		box-shadow: none;
        color: #333;
	}
	.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: 36px;
	}
    span > .circle:not(:last-child)  {
        margin-right: 0;
    }
    span > .circle:not(.mobile):not(#user-navbar):not(#mf-location-selector) {
        display: none;
    }
    span > .circle.mobile {
        display: inline-block;
        padding-left: 25px;
    }
	#user-navbar.circle > span.content {
		right: auto;
		left: 0;
	}
    .user-navigation-bar .dark_mode {
        padding: 0 5px;
    }
	/*span.user-navigation-bar a.circle {
		text-indent: -9999px;
	}*/
	#lang-selector {
		float: right;
		margin-right: 20px;
	}
	/* header navigation end */

	/* main menu mobile media */
	section.main-menu ul.first_menu {
		display: none;
	}
	section.main-menu ul > li {
		margin: 0!important;
	}
	ul.menu-mobile {
		position: absolute;
		top: 3px;
		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;
		-moz-user-select: none;
		-webkit-user-select: none;
	}
	ul.menu-mobile > li:not(.active) > a:hover {
		box-shadow: none!important;
	}
	ul.menu-mobile > li.active {
		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.opened > li.active:not(:first-child) {
        position: absolute;
        background: #bc77be82;
        z-index: 10;
    }
    ul.menu-mobile.opened > li:not(.active) {
        border-right: 2px white solid;
        border-left: 2px white solid;
        border-bottom: 1px #5a5a5a solid;
    }
    ul.menu-mobile.opened > li:last-child {
        border-radius: 0 0 5px 5px;
        border-bottom: 2px white solid;
    }
	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: 40px!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: #bc77be;
	}
	ul.menu-mobile.opened > li:not(.active):not(.first):first-child,
	ul.menu-mobile > li.first + li {
		margin-top: 45px!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: 10px;
		right: 0px;
		z-index: 36;
	}
	/* .user-navigation-bar {
		margin: 0 0 0 -12px;
	} */
	span.circle.selector > span.default:after {
		right: 4px;
	}
	span.circle.selector > span.default {
		padding-right: 25px!important;
	}

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

	div#wrapper	{
		padding-bottom: 420px;
	}
	body > div#floor > header {
		height: auto;
	/*	margin-top: 75px;	*/
	}
	body.home-page section.home-content {
		margin-top: 58px;
	}
	div#header-banner {
		width: 100%;
		height: 59px;
	}
	div.header-banner-cont {
		height: 59px;
		line-height: 59px;
	}
	div#header-banner > div.no-banner {
		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.view-details-page > div#floor > footer {
        margin-bottom: 80px;
    }
	body > div#floor > footer div.bottom-line {
		height: 54px;
		padding-top: 38px;
	}
	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 li a.active {
		margin: 0!important;
		background: transparent;
	}
	nav.footer-menu a:hover {
		box-shadow: none;
	}

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

	body > div#floor > footer div.icons {
		float: none;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: relative;
		z-index: 2;
        justify-content: center;
	}
	body > div#floor > footer div.icons a > img {
		margin-left: 15px;
	}
	body > div#floor > footer div.icons a:first-child > img {
		margin-left: 0;
	}
	body > div#floor > footer div.cp {
		text-align: center;
	}
	body > div#floor > footer > div:last-child {
		height: 95px;
		line-height: 35px;
	}
	#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 */
	section.home-content {
		margin: 0 0 20px 0;
	}
	section.home-content div.gallary {
		width: 100%;
		margin-bottom: 20px;
	}
	section.home-content div.search-form {
		width: 100%;
	}
	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.two-middle > div.middle-left,
	aside.two-middle > div.middle-right {
		float: none;
		width: 100%;
	}
	aside.two-middle > div.middle-left > div {
		padding-right: 0;
	}
	aside.two-middle > div.middle-right > div {
		padding-left: 0;
	}
	div.middle-left > div > section:last-child {
		margin-bottom: 20px!important;
	}
	aside.bottom {
		margin-top: 20px;
	}
	/* home content block end */
	
	ul.tabs {
		margin: 0 20px 15px;
	}
	ul.tabs.search_tabs {
		margin: 0 0 15px;
	}
	#bread_crumbs > ul {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	div.featured_gallery div.preview {
		overflow: hidden;
		height: 262px;
	}
	div.featured_gallery ul.featured > li > div.content img {
		width: 92px;
		height: 61px;
	}
	ul.featured:not(.list) > li {
		width: 47%;
		padding: 25px 0 0 !important;
		margin-right: 4%;
	}
	ul.featured:not(.list) > li:nth-child(2n) {
		margin-right: 0;
	}
	ul.featured:not(.list) > li > ul {
		width: auto;
	}
	ul.featured > li > a > img {
		width: 97%;
		height: auto;
	}
    ul#listing_box_206.featured > li {
        width: 88%;
        margin: 0;
    }
    ul#listing_box_206.featured > li div.picture img {
        height: 500px;
    }
	/* listings grid view */
	section#listings.grid {
		margin: 0 20px;
	}
	body:not(.top-10-page) section#listings.grid > article {
		width: 48%;
		margin-right: 4% !important;
	}
	body:not(.top-10-page):not(.listings-page) section#listings.grid > article:nth-of-type(2n) {
		margin-right: 0 !important;
	}
    body.listings-page section#listings.grid > article {
        margin-right: 2% !important;
    }
	section#listings.grid div.picture img {
		width: 100%;
		height: 260px;
	}
	ul.availability-chart > li > div:first-child {
		width: 120px;
	}
	ul.escort-rates-chart > li > div:first-child {
		width: 65%;
	}
    section#listings.grid:not(.no-image) ul.info > li.fields > span.field_short_description {
        max-height: 52px;
        overflow: hidden;
        display: block;
        margin-bottom: 5px;
    }
	/* listings grid view end */

	/* no image grid view */
	section#listings.grid.no-image {
		padding: 0 20px;
	}
	section#listings.grid.no-image > article {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		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;
	}
    body.lt-bad-contacts-page section#listings.grid > article {
        box-shadow:  none !important;
        border-bottom: 1px white solid;
        padding-bottom: 15px !important;
        margin-bottom: 25px !important;
    }
	/* no image grid view end */

    body.top-10-page section#listings.grid > article.col-md-4  {
        width: 88%;
        padding: 20px 6%;
        float: none;
        min-height: 560px;
        max-height: 560px;
    }
    body.top-10-page section#listings article.col-md-4 div.picture img {
        height: 510px;
    }
    body.top-10-page section#listings.grid > article.col-md-4 div.top_rated {
        top: 308px;
    }
    body.top-10-page section#listings.grid > article.col-md-3 {
        width: 48%;
        margin: 30px 2% 20px 0;
        min-height: 390px;
        max-height: 390px;
    }
    body.top-10-page section#listings.grid > article.col-md-3:nth-child(2n+3) {
        margin-right: 0 !important;
    }
    body.top-10-page section#listings article.col-md-3 div.picture img {
        height: 272px;
    }
	div.categories {
		padding: 0 20px;
	}
	.sub-categories-exist div.categoty-column {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		
		column-gap: 0;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
	}
	section.categories-box div.cat-tree-cont.limit-height {
		max-height: 185px;
	}
	section.categories-box ul.cat-tree > li {
		display: inline-block;
		width: 45%;
		margin-right: 10%;
	}
	section.categories-box div.cat-tree-cont ul.cat-tree > li:nth-child(2n) {
		margin-right: 0!important;
	}
	section.categories-box div.cat-toggle {
		display: none;
	}

	div.category-alphabet {
		padding-top: 14px;
		padding-bottom: 12px;
		text-align: center;
	}
	div.category-alphabet > ul {
		min-height: 18px;
		height: auto!important;
	}
	div.category-alphabet > ul > li {
		min-width: 23px;
		width: auto!important;
		line-height: 26px;
	}
	aside.right {
		padding-top: 20px;
	}

	/* listing details */
    #area_listing,
    #area_photosxxx {
       margin: 0 10px;
    }
	div.listing-details div.gallery {
		float: none;
		width: 100%;
		margin-bottom: 20px;
        margin-right: 0;
	}
	div.gallery > ul.thumbs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding-bottom: 5px;
	}
	div.gallery > ul.thumbs > li {
		margin-bottom: 0;
		margin-right: 5px;
	}
	div.gallery > ul.thumbs > li > a > video,
    div.gallery > ul.thumbs > li > a > img {
		width: 120px;
		height: 157px;
	}
	div.gallery > ul.thumbs > li span.play {
		width: 120px;
		height: 157px;	
	}
	div.gallery > ul.thumbs > li.see-more {
		display: none;
	}
	div.listing-details section.statistics {
		margin-top: 20px;
	}
    div.gallery > ul.thumbs span.media-enlarge { 
        display: none; 
    }
    div.listing-details div.gallery .mobile-big-photo {
        display: block;
        position: relative;
        width: 98%;
        margin-bottom: 15px;
        height: 460px;
        border: 3px whitesmoke solid;
        border-radius: 20px;
        overflow: hidden;
    }
    div.listing-details div.gallery .mobile-big-photo > a > img,
    div.listing-details div.gallery .mobile-big-photo > a > video {
        width: 100%;
        margin-bottom: 15px;
        height: 460px;
        object-fit: cover;
        position: absolute;
    }
    div.gallery > .mobile-big-photo span.play {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url('../img/play.png') center center no-repeat rgba(0,0,0,.3);
        left: 2px;
        top: 2px;
        border-radius: 5px;
    }
    div.gallery > .mobile-big-photo span.play:hover {
        background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
    }
    div.listing-details .happy_hour_text > span:before {
        display: none;
    }
    .details > .content-padding {
        padding: 0 !important;
    }
    .footer_line {
        display: block;
    }
    div#area_photosxxx > .xxx_gallery a {
        width: 24%;
    }
    div#area_photosxxx > .xxx_gallery a > img {
        width: 85%;
        height: auto;
    }
	/* listing details end */
	
	div.table-cell > div.name {
		width: 40%!important;
	}

	div.submit-cell > div.name {
		width: 130px;
	}
	div.submit-cell > div.name {
		float: none;
		width: 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 > input[type=text] {
		width: 100%;
	}
	.field.checkbox-field .custom-input {
		width: 50%;
	}

	.modal_block {
		border-radius: 0!important;
	}
	.form-buttons.form a {
		width: auto;
	}
	.form-buttons a:not(.button){
		padding: 0 30px 0 0;
	}
	section#accounts > article {
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}
	section#accounts > article > ul {
		padding: 0 20px;
	}

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

	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;
		width: 50%!important;
	}
	ul.steps.mobile > li.prev + li + li + li {
		display: none!important;
	}

	/*** ADD LISTING ***/
    div.account_types > ul {
        flex-wrap: wrap;
    }
    div.account_types > ul > li {
        width: 47%;
        margin: 1%;
    }
	ul.select-type > li {
		display: block;
		margin: 0 0 5px 0;
	}
	ul.select-category {
		white-space: normal;
		overflow: auto;
	}
	ul.select-category select {
		height: 37px;
	}
	ul.select-category > li > div {
		width: 100%;
		margin: 0 0 10px!important;
	}
	ul.select-category > li > div:last-child {
		margin: 0;
	}
	ul.select-category select option {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	div.plans-container:not(.mCustomScrollbar) {
		padding-bottom: 0;
		border: 0;
	}
	ul.plans span.name {
		padding: 15px 0 0 0;
	}
	ul.plans span.price {
		padding: 0 0 18px;
	}
	ul.plans {
		overflow-x: auto;
		white-space: normal;
		border: 0;
	}
	ul.plans > li {
		height: auto;
		width: 100%!important;
		position: relative;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	ul.plans > li > div.frame {
		width: 100%;
		height: inherit;
		border-width: 2px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
        position: relative;
	}

	ul.plans > li.plan-package > div.frame,
	ul.plans > li.plan-listing.subscription > div.frame {
		padding-bottom: 30px;
	}
	ul.plans > li.plan-package.subscription > div.frame {
		padding-bottom: 140px;
	}
	ul.plans > li:first-child > div.frame {
		border-top-width: 2px;
	}
	ul.plans > li:last-child > div.frame {
		border-bottom-width: 2px;
	}

	ul.plans input[type=radio].multiline + label,
	ul.plans input[type=checkbox].multiline + label {
		/*line-height: 22px;*/
		line-height: 26px;
		white-space: normal;
		text-align: left;
	}
	ul.plans input[type=radio].multiline + label > span,
	ul.plans input[type=checkbox].multiline + label > span {
		display: inline-block;
		margin-right: 5px;
	}
	div.plans-container:not(.mCustomScrollbar):after {
		margin-left: 20px;
		margin-right: 20px;
	}

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

    #sf_field_rate_contact span.custom-input label {
        height: 75px !important;
    }
    #sf_field_rate_contact span.custom-input label > span {
        margin: 0 0 0 6px !important;
    }
    #sf_field_rate_contact span.custom-input label i {
        display: block;
        margin-top: 5px;
    }
    div#fileupload span.active, div#fileupload span.hover {
        margin: 0 10px 50px !important;
    }
    /* div#fileupload span.active:nth-child(2n), div#fileupload span.hover:nth-child(2n) {
        margin-right: 0;
    } */
	/*** ADD LISTING END ***/

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

	div.auth > div {
		display: block;
		width: 100%;
		text-align: left!important;
	}
	div.auth > div.cell > div {
		text-align: left;
		margin: 0;
	}
	div.auth > div.divider {
		padding: 20px 0;
		width: 100%;
	}

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

	/* tables content */
	div.list-table {
		display: block;
	}
	div.list-table  > div.header {
		height: 2px;
		background: #da8ae3;
		display: block;
	}
	div.list-table  > div.header > div {
		display: none;
	}
	div.list-table  > div.row {
		display: block;
		border-bottom: 2px #da8ae3 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 .item.featured div.info .title {

	}
	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 {
		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: 12px 0 0 12px;
	}
	section#listings.my-listings .item > div.navigation > ul > li a {
		/*padding: 5px 10px;*/
	}
	section#listings.my-listings .item > div.navigation > ul > li a > span {
		/*display: none;*/
	}

	section#listings.my-listings > article:not(.no-image) div.picture {
		display: block;
		vertical-align: top;
		margin: 0 auto 10px;
		max-width: 284px;
	}

	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: 0;
		right: 20px;
	}
	section#listings.my-listings .item > div.stat .two-inline > *:first-child {
		float: none;
	}
    section#listings.my-listings .item > div.stat .statuses {
        display: none;
    }
    section#listings.my-listings .item > div.info .statuses.mobile {
        display: block;
        text-align: center;
        font-size: 20px;
    }
	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;
	}
    div.search_form div.choose_type {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    div.choose_type .my_search_field .name { 
        display: inline-block;
    }
    div.search_form div.choose_type div.my_search_field {
        padding: 5px 0;
    }
	/* my listings end */

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

	/*** 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;
	}
	.ul.plans > li > div.frame {
		width: 100% !important;
	}
    body.lt-bad-contacts-page  #mark_bad_listing_form div.rate_statues > div.custom_button > label > i {
        background-size: 210px;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_2 {
        background-position: -44px 0;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_3 {
        background-position: -88px 0;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_4 {
        background-position: -133px 0;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues > div.custom_button > label > i.rate_status_5 {
        background-position: -177px 0;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues {
        text-align: center;
    }
    body.lt-bad-contacts-page #mark_bad_listing_form div.rate_statues > div.custom_button {
        width: 29%;
    }
    body.payment-page section#controller_area {
        margin: 0 20px;
    }
}
@media screen and (max-width: 500px) {
    section#listings.grid ul.info > li.title {
        max-height: 42px !important;
    }
}
@media screen and (max-width: 383px) {
	div#wrapper	{
		padding-bottom: 396px;
	}
	div#header-banner {
		/*max-width: 100%;
		height: 49px;
		top: 20px;
		left: 0;
		margin-left: 0;*/
	}
	section.seller-short ul.seller-info {
		overflow: auto;
	}
	ul.plans > li > div.frame {
		/*width: 190px;*/
	}
	.login-form input[type=text],
	.login-form input[type=password] {
		width: 100%;
	}
	/*div.table-cell ul.checkboxes > li {
		float: none;
		width: 100%;
		margin: 0;
	}*/
	section#listings.my-listings .item > div.navigation > ul > li select {
		width: 130px;
	}

	section#listings.grid > article {
		width: 100%;
		margin-right: 0;
	}
/*    section#listings.grid > article {
        max-height: none !important;
    }
/*    section#listings.grid div.picture img {
        height: 100% !important;
    }*/
	nav.footer-menu > ul > li {
		width: 50%;
		vertical-align: top;
	}
	nav.footer-menu > ul > li > a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
    div#area_photosxxx > .xxx_gallery a {
        width: 32%;
    }
}
@media screen and (max-width: 281px) {
	ul.menu-mobile {
		left: 0;
		margin-left: 0;
	}
	div.kw-search-mobile #autocomplete {
		width: auto!important;
	}
	ul.availability-chart > li > div:first-child {
		width: 80px;
	}
}
/*** BOOTSTRAP RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		background: url('../img/@2x/bg.jpg') center top repeat #ffecf4;
		background-size: 167px 167px;
	}
	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;
	}

	div#logo img {
		width: 100%;
		height: 100%;
		background: url('../img/@2x/logo.png') 0 0 no-repeat;
		background-size: 100%;
	}
	.user-navigation-bar > a.login:before {
		background: url('../img/@2x/gallery2.png') 0 -380px no-repeat;
		background-size: 40px auto;
        display: none;
	}
	.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 {
		background: url('../img/@2x/gallery2.png') right -34px no-repeat #fffbfd;
		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 -112px no-repeat;
		background-size: 40px auto;
	}
	input[type=radio]:not(.default) + label > span {
		background-position: 0 -193px;
	}
	input[type=checkbox]:not(.default):hover + label > span {
		background-position: 0 -112px;
	}
	input[type=checkbox]:not(.default):checked + label > span {
		background-position: 0 -166px;
	}
	input[type=radio]:not(.default):hover + label > span {
		background-position: 0 -220px;
	}
	input[type=radio]:not(.default):checked + label > span {
		background-position: 0 -247px;
	}
	div.category-slider-bar span.prev,
	div.category-slider-bar span.next,
	div.gallery > div.thumbs > div.prev > div,
	div.gallery > div.thumbs > div.next > div {
		background: url('../img/@2x/gallery2.png') 0 0 no-repeat;
		background-size: 40px auto;
	}
	div.category-slider-bar span.next,
	div.gallery > div.thumbs > div.next > div {
		background-position: -7px 0;
	}
	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;
	}
	section#listings ul.nav-column > li.favorite span.icon,
	div.listing-details-icons > span.favorite > span {
		background: url('../img/@2x/gallery2.png') 0 -468px no-repeat;
		background-size: 40px auto;
	}
	section#listings ul.nav-column > li.favorite.remove span.icon,
	div.listing-details-icons > span.favorite.remove > span {
		background-position: right -468px;
	}
	ul.lising_rating li {
		background: url('../img/@2x/gallery2.png') -11px -487px no-repeat!important;
		background-size: 40px auto!important;
	}
	ul.lising_rating li.active,
	ul.lising_rating li div {
		background: url('../img/@2x/gallery2.png') 0 -487px no-repeat!important;
		background-size: 40px auto!important;
	}
	section#listings div.picture img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: cover;
	}
	section#listings div.picture.no-picture > img,
	div.map-balloon div.picture.no-picture > img {
		background-size: 190px auto!important;
	}

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

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

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

	.modal_block div.inner div.close > div {
		background: url('../img/@2x/gallery2.png') right 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;
	}
	div.ps-toolbar div div.ps-toolbar-content {
		background-image: url('../img/@2x/photoswipe@2x.png');
		background-size: 176px 88px;
	}
	div.listing-details section.main-section.no-picture div.preview {
		background-image: url('../img/@2x/no-picture-2.png');
		background-size: 141px auto;
	}

	#lnp_container > li.link a {
		background: url('../img/@2x/gallery2.png') 4px -670px no-repeat;
		background-size: 40px auto;
	}
	#lnp_container li.nav a {
		background: url('../img/@2x/gallery2.png') 10px -643px no-repeat #da8ae3;
		background-size: 40px auto;
	}
	#lnp_container li.next a {
		background-position: -22px -643px;
	}
	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;
	}

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

	section#accounts > article div.picture img,
	.my-profile-sidebar .image-preview-wrapper .image-preview,
	img.account-picture {
		background-image: url('../img/@2x/no-account.png');
		background-size: auto 100px;
	}

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

	ul.featured > li > a > img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: cover;
	}
	ul.featured > li.no-picture > a > img {
		background-size: 190px auto!important;
	}
	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.gallery > div.thumbs > div.slider > ul > li span.play {
		background: url('../img/@2x/play.png') center center no-repeat rgba(0,0,0,.2);
		background-size: 100% auto;
	}

	div.close-black > div {
		background: url('../img/@2x/gallery2.png') right -675px no-repeat;
		background-size: 40px auto;
	}
	.close-red {
		background: url('../img/@2x/gallery2.png') left -604px no-repeat;
		background-size: 40px auto;
	}
	div.close-black:hover > div,
	.close-red:hover {
		opacity: 0.8;
		filter: "alpha(opacity=80)"; -ms-filter: "alpha(opacity=80)";
	}
	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 -604px no-repeat;
		background-size: 40px auto;
	}

	img.qtip {
		background: url('../img/@2x/gallery2.png') 0 -728px no-repeat #da8ae3;
		background-size: 40px auto;
	}
	img.qtip:hover {
		background-position: 0 -728px;
		background-color: #b962c3;
	}
	div#fileupload img.manage,
	div#fileupload img.delete,
	div#fileupload img.cancel,
	div#fileupload img.crop {
		background: url('../img/@2x/gallery2.png') 0 -755px no-repeat;
		background-size: 40px auto;
	}
	div#fileupload img.delete,
	div#fileupload img.cancel {
		background-position: right -755px;
	}
	div#fileupload img.crop {
		background-position: right -776px;	
	}

	#controller_area div.fieldset > header > span.arrow {
		background: url('../img/@2x/gallery2.png') 0 -798px no-repeat #da8ae3;
		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;
	}
	.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%;
	}
	body > div#floor > footer div.icons a > img.rss,
	body > div#floor > footer div.icons a > img.facebook,
	body > div#floor > footer div.icons a > img.twitter {
		background: url('../img/@2x/gallery2.png') 5px -1187px no-repeat;
		background-size: 40px auto;
	}
	body > div#floor > footer div.icons a > img.facebook {
		background-position: 0 -1158px;
	}
	body > div#floor > footer div.icons a > img.twitter {
		background-position: 0 -1128px;
	}

	section#listings ul.nav-column > li.add_to_compare span.icon,
	div.listing-details-icons .compare-icon > span {
		background: url('../img/@2x/gallery2.png') 0 -926px no-repeat!important;
		background-size: 40px auto!important;
	}
	section#listings ul.nav-column > li.remove_from_compare  span.icon,
	div.listing-details-icons .compare-icon.remove > span {
		background: url('../img/@2x/gallery2.png') right -926px no-repeat!important;
		background-size: 40px auto!important;
	}
	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;
	}
	article.item a.add-to-cart:before {
		background: url('../img/@2x/gallery2.png') right -948px no-repeat;
		background-size: 40px auto;
	}

	div.cart-box-container > span > span.summary:before {
		background-image: url('../img/@2x/gallery2.png')!important;
		background-size: 40px auto!important;
	}
	a.button.cart.icon:before {
		background: url('../img/@2x/gallery2.png') 0 -330px 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;
	}

	div#fileupload span.draft > span.icon {
		background: url('../img/@2x/gallery2.png') 0 -1217px 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 ***/

@media screen and (max-width: 959px) {
    ul.featured > li a > img {
        height: 260px;
    }
    ul.tabs {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    div:not(.carousel_block) > ul.featured > li a > img {
        height: 310px;
    }
}

/*** CUSTOM SCROLLBAR ***/
.mCSB_container {
	width: auto;
	margin-right: 20px;
	overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
	margin-right: 0!important;
}
.mCustomScrollBox > .mCSB_scrollTools {
	width: 4px;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0.65;
	filter: "alpha(opacity=65)"; -ms-filter: "alpha(opacity=65)"; /* old ie */
	-ms-touch-action: none; /* MSPointer events - direct all pointer events to js */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f1f1f1;
	background-color: rgba(153,153,153,0.4);
	filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #ca5cd7;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	height: 100%;
	margin: 0 auto;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 3px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
	height: auto;
	margin-right: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
	margin-bottom: 0;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width: 100%;
	height: 3px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height: 3px;
	margin: 0;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height: 3px;
	margin: 0 auto;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}
/*** CUSTOM SCROLLBAR END ***/

/*  */
div.add_info {
	margin: 0;
	padding-bottom: 0 !important;
	padding-top: 10px !important;
}
div.add_info > div {
	margin: 0;
	padding: 0;
}
/**/
input.show_phone {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}
a.whatsapp:before {
    content: ' ';
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url('../img/whatsapp-logo.png') left center no-repeat;
    width: 24px;
    height: 25px;
    background-size: 90% !important;
}
a.whatsapp {
    background: #25d366;
    border-radius: 5px;
    color: white;
    display: inline-block;
    position: relative;
    padding: 2px 10px 2px 35px;
    text-transform: uppercase;
    margin-top: 10px;
}
.show_message_button div.contact-seller:before {
    content: ' ';
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url(../img/gallery.png) 0px -1048px no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.show_message_button div.contact-seller {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 9px 1px 0;
    padding: 0 4px 0 30px;
    display: inline-block;
    height: 28px;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 767px) {
    .show_message_button {
        display: none;
    }
}
a.sms {
    background: #4c8eca;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 8px;
}
a.whatsapp:hover {
    text-decoration: none;
}
a.viber {
    background: #7b519d;
    border-radius: 5px;
    color: white;
    display: inline-block;
    position: relative;
    padding: 2px 10px 2px 35px;
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: none;
}
a.viber:before {
    content: ' ';
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url('../img/viber-icon.png') left center no-repeat;
    width: 24px;
    height: 25px;
    background-size: 90% !important;
}
a.telegram:before {
    content: ' ';
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url('../img/telegram_logo.png') left center no-repeat;
    width: 25px;
    height: 25px;
    background-size: 96% !important;
}
a.telegram {
    background: #3bb8e6;
    border-radius: 5px;
    color: white;
    display: inline-block;
    position: relative;
    padding: 2px 10px 2px 35px;
    text-transform: uppercase;
    margin-top: 10px;
}
a.telegram:hover {
    text-decoration: none;
}

div.online {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    background: url('../img/online.gif') left center no-repeat #26211F;
    border: 1px white solid;
    border-radius: 5px;
    position: absolute;
    z-index: 100000;
}
div.listing-details div.online {
    top: 20px;
    left: 20px;
    padding: 6px 15px 6px 30px;
}
a.add_bad_contact {
    float: right;
    font-size: 18px;
    line-height: 35px;
}

article.item div.like_dislike {
    text-align: center;
}
article.item div.like_dislike div.title {
    color: #c449d3;
    font-size: 20px;
}
article.item div.like_dislike div.like,
article.item div.like_dislike div.dislike {
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 17px;
}
article.item div.like_dislike div.like > span.like,
article.item div.like_dislike div.dislike > span.like {
    background: url('../img/like_dislike.gif') 0 0 no-repeat;
    background-size: 172px;
    width: 78px;
    height: 78px;
    display: block;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 15px;
}
article.item div.like_dislike div.dislike > span.like {
    background-position: -94px 0;
}

article.item div.mark_types {
    clear: both;
    font-weight: bold;
    font-size: 17px;
    border-top: 1px #ccc dotted;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
}
article.item div.mark_types > div {
    padding: 5px;
}

article.item div.online, 
ul.featured li div.online {
    padding: 4px 4px 4px 27px;
    bottom: 8px;
    right: 0px;
}
a.button.with_reviews,
a.button.verified {
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 15px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
div.available {
    background: url('../img/online.gif') left center no-repeat;
    color: green;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    padding: 11px 0 11px 31px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    div.listing-details div.online {
        top: 202px;
    }
}
@media screen and (max-width: 767px) {
    div.listing-details div.online {
        top: 10px;
    }
}
.gallery > input[type=button] {
    width: 49%;
}
.gallery > input[type=button]:nth-of-type(1) {
    margin-right: 2%;
}
.gallery .show_all_comments {
    margin: 10px 0 0;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
}
.col-md-1 { width: 8%;}
.col-md-2 { width: 16.2%;}
.col-md-3 { width: 27.4%;}
.col-md-4 { width: 32.6%;}
.col-md-5 { width: 40.8%;}
.col-md-6 { width: 49%;}
.col-md-7 { width: 57.2%;}
.col-md-8 { width: 65.4%;}
.col-md-9 { width: 73.6%;}
.col-md-10 { width: 81.8%;}
.col-md-11 { width: 91%;}
.col-md-12 { width: 100%;}
@media screen and (max-width: 767px) {
    .col-sm-1 { width: 8%;}
    .col-sm-2 { width: 16.2%;}
    .col-sm-3 { width: 27.4%;}
    .col-sm-4 { width: 32.6%;}
    .col-sm-5 { width: 40.8%;}
    .col-sm-6 { width: 49%;}
    .col-sm-7 { width: 57.2%;}
    .col-sm-8 { width: 65.4%;}
    .col-sm-9 { width: 73.6%;}
    .col-sm-10 { width: 81.8%;}
    .col-sm-11 { width: 91%;}
    .col-sm-12 { width: 100%;}
    .col-sm-6 div.name { display: none;}
}
ul#listing_box_201.featured > li {
    width: 18%;
    padding: 20px 2% 10px 0;
}
ul#listing_box_201.featured > li:nth-child(5n) {
    padding-right: 0;
}
ul#listing_box_201.featured > li a > img {
    height: 310px;
    border-color: #ffa61d;
}
@media screen and (max-width: 1199px) {
    ul#listing_box_201.featured > li a > img {
        height: 262px;
    }
}
@media screen and (max-width: 961px) {
    ul#listing_box_201.featured > li {
        width: 23%;
    }
    ul#listing_box_201.featured > li a > img {
        height: 255px;
    }
    ul#listing_box_201.featured > li:nth-child(5n) {
        padding-right: 2%;
    }
    ul#listing_box_201.featured > li:nth-child(4n) {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    ul#listing_box_201.featured > li {
        width: 46%;
    }
    ul#listing_box_201.featured > li a > img {
        height: 340px;
    }
    ul#listing_box_201.featured > li:nth-child(4n),
    ul#listing_box_201.featured > li:nth-child(3n) {
        padding-right: 2.5%;
    }
    ul#listing_box_201.featured > li:nth-child(2n) {
        padding-right: 0;
    }
}
@media screen and (max-width: 479px) {
    ul#listing_box_201.featured > li {
        width: 100%;
    }
    ul#listing_box_201.featured > li a > img {
        height: 100%;
    }
    ul#listing_box_201.featured > li {
        padding-right: 0;
    }
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
.select2-container--default .select2-selection--multiple {
    position: relative;
    min-height: 36px;
}
.select2-container--default .select2-selection--multiple:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #a540b0 transparent transparent transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
}
.select2-container--default .select2-results__option--selected {
    background: #151415;
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0 !important;
    padding: 9px 7px 5px 7px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
}
.account_not_verified {
    text-align: center;
    margin: 25px 0;
}
.account_not_verified > span {
    color: red;
    font-size: 30px;
}
.account_not_verified > a {
    font-size: 25px;
}
body.lt-hotexclusive-page section#listings.grid {
    text-align: center;
}
body.lt-hotexclusive-page section#listings.grid > article {
    width: 31.6%;
    max-height: none;
    min-height: 525px;
    margin-bottom: 20px;
    margin-right: 17px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
body.lt-hotexclusive-page section#listings.grid > article:nth-child(3n) {
    margin-right: 0;
}
body.lt-hotexclusive-page section#listings.grid > article div.picture {
    border-color: #ff4f00;
}
body.lt-hotexclusive-page section#listings.grid > article div.picture img {
    height: 360px;
    width: 100%;
}
body.lt-hotexclusive-page article div.picture > div.hot_exclusive {
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    body.lt-hotexclusive-page section#listings.grid > article {
        width: 100%;
    }
    body.lt-hotexclusive-page section#listings.grid > article {
        margin-right: 0 !important;
    }
    body.lt-hotexclusive-page section#listings.grid > article div.picture img {
        height: 500px;
    }
}
ul.plans span.old_price {
    font-size: 1.429em;
    font-weight: normal;
    padding: 0 0 10px;
    text-decoration: line-through;
}
ul.plans span.price.new {
    color: red;
    font-style: italic;
}
span.circle#mf-location-selector > span.default {
    padding: 0 8px;
}
svg.mf-location-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 10px;
    fill: #da8ae3 !important;
}
.top-navigation svg {
    fill: #da8ae3 !important;
}
footer .pwa-icons > img,
footer .pwa-icons {
    height: 50px !important;
    cursor: pointer;
    width: auto !important;
}
@media screen and (max-width: 767px) {
    footer .pwa-icons > img,
    footer .pwa-icons {
        height: 36px !important;
    }
}