@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300&subset=latin,cyrillic-ext');

/*** COMMON STYLES ***/
body, html {
	height: 100%;
}
body {
	margin: 0px auto;
	background: url('../img/bg.gif') center top repeat #ffecf4;
	font-size: 14px;
	color: #6d6d6d;
	font-family: 'Roboto Slab', 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;
}
body:not([class*="static-page"]) ul, body:not([class*="static-page"]) li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-padding: 0;
	width: 100%;
}
table.fixed {
	table-layout: fixed;
}
img {
	vertical-align: middle;
}
label {
	-moz-user-select: none;
	-webkit-user-select: none;
}
strong, b {
	font-weight: 400;
}

.grid-icon-fill,
.details-icon-fill {
    fill: #c448d3 !important;
}
.header-usernav-icon-fill {
    fill: #ca5cd7 !important;
}

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

/* links */
a:link,
a:visited,
.link {
	color: #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 {
	padding-bottom: 10px;
}
.text-notice + form {
	margin-top: 10px;
}
.close,
.red {
	color: #e44848!important;
}
.close:hover,
.red:hover {
	color: #ff5d5d!important;
}
.red.margin {
	padding-left: 10px!important;
	cursor: pointer;
}
.date {
	font-size: 0.857em;
	color: #949494;
	font-weight: 300;
}
.notice,
.notice_message {
	color: #c95265;
	font-size: 1em;
}
.notice_message {
	padding-top: 5px;
}
/* fonts end */

/* h1 */
h1 {
	color: #2b2b2b;
	font-size: 1.875em;
	margin: 0 0 20px 0;
	font-weight: normal;
	padding: 0;
	font-weight: 100;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
#controller_area > h1 {
	margin-bottom: 22px;
}
.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: 39px;
	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;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;

	border-radius: 5px;
}
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 {
	background: #fff8fb;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
@-moz-document url-prefix() {
	select {
		padding: 7px;
	}
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled] {
    cursor: not-allowed;
	color: #bfbfbf;
	opacity: .8;
}
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: 27px;
	}
}
@-moz-document url-prefix() {
	select {
		background: url('../img/gallery.png') right -1392px no-repeat #fff8fb;
		padding-right: 27px;
	}
}
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 3px;
	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=disabled],
input[type=button][disabled=disabled],
input[type=submit].disabled,
input[type=button].disabled {
	cursor: not-allowed;
	background: #b1b1b1 !important;
	color: #e6e6e6;
	box-shadow: none;
}
input[type=submit].low,
input[type=button].low,
a.button.low {
	height: 35px;
	line-height: 34px;
}
.button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
	opacity: 0;
	position: absolute;
	width: 26px;
	height: 26px;
}
input[type=checkbox]:not(.default) + label,
input[type=radio]:not(.default) + label {
	max-width: 100%;
	line-height: 26px;
	display: inline-block;
	cursor: pointer;
	color: #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:not(.default) + label > span,
input[type=radio].multiline:not(.default) + label > span {
	display: block;
	margin: 0 auto;
}
input[type=radio][disabled=disabled] + label > span {
	opacity: 0.5;
}
input[type=radio][disabled=disabled] + label {
	color: #707070;
}

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

input.search {
	height: 36px;
	background-image: url('../img/gallery.png');
	background-position: 12px -431px;
	background-repeat: no-repeat;
	width: 0;
}
input.search:hover {
	height: 37px;
	background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
}

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

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

input[type=text].error,
input[type=password].error,
textarea.error {
	background: #fff2f4;
	color: #c92a44;
	border-color: #e38a8a;
}
div.field.error label {
	color: #c92a44;
}
select.error {
	background-color: #ffecef;
	border-color: #e38a8a;
	color: #c92a44
}
.image-field-preview {
    margin-bottom: 10px;
}
.image-field-preview > div.relative {
    width: 100%;
}
.file-input {
	position: relative;
	overflow: hidden;
	display: inline-block;
    vertical-align: middle;
}
.file-input input.file {
	position: absolute;
	right: 0;
	height: 40px;
	opacity: 0;
    cursor: pointer;
}
.file-input input.file-name {
	width: 200px;
	position: relative;
}
.file-input span {
	display: inline-block;
	background: #b3b3b3;
	line-height: 36px;
	height: 38px;
	padding: 0 20px 3px;
	color: white;
	font-size: 1.071em;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 5px;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
body > div#floor > header {
	height: 160px;
	position: relative;
	z-index: 1000;
}
body.header-banner > div#floor > header {
	margin-top: 106px;
}
body > div#floor > header > section:first-child {
	height: 100px;
	background: rgba(255,255,255,.8);
}
body > div#floor > header > section:first-child > div {
	margin: 0 auto;
	position: relative;
	height: 100%;
}
body > div#floor > header > section.main-menu {
	height: 60px;
	background: rgba(146,47,157,.6);
}
body > div#floor > header > section > nav {
	margin: 0 auto;
}
div#logo {
	width: 230px;
	height: 76px;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 5;
}
div.header-banner-cont {
	height: 106px;
	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.bmb10 {
	margin: 0!important;
	width: auto!important;
	height: auto!important;
}
div#header-banner img {
	width: 100%;
}
div#header-banner div.banner {
	width: 100%;
}
div#header-banner tr.banner-here {
	border: 0;
}
div#header-banner tr.banner-here > td {
	box-shadow: inset 0 0 0 1px #aed0c4;
	color: #92bfaf;
	background: #d5f1e7;
}

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

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

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

span.circle {
	position: relative;
}
span.circle > span.default,
a.circle {
	box-shadow: 0 0 0 2px #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;

}
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%;
	top: 43px;
	z-index: 100;
	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 */
#lang-selector {
	margin-left: 30px;
}

.user-navigation-bar > a {
	padding-left: 40px;
	white-space: nowrap;
}
.user-navigation-bar > a:before,
#user-navbar > span.default:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 12px;
	top: 9px;
	background: url('../img/gallery.png') 0 -773px no-repeat;
}
.user-navigation-bar > a.registration {
	background-color: #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;
}
.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-navbar > span.default:before {
	background: url('../img/gallery.png') 0 -744px no-repeat;
}
/* user navigation bar end */

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

#mline1, #mline2 {
	height: 60px;
}
#mline2 {
	left: auto;
	right: -45px;
}
#fline1 {
	top: 0;
	left: 34%;
	height: 65px;
}
#fline2 {
	top: 0;
	left: auto;
	right: -100px;
	height: 100%;
	width: 155px;
}

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

.remember-me {
    padding: 10px 0 15px;
}
.modal_content .remember-me {
    padding: 20px 0 0;
}
/* 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: 60px;
}
section.main-menu ul.menu {
	height: 60px;
	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 {
	display: inline-block;
	height: 46px;
	vertical-align: top;
}
section.main-menu ul > li > a {
	color: #ffffff;
	font-size: 1.214em;
    display: block;
    height: 100%;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 5px;
    overflow: hidden;
	text-overflow: ellipsis;
}
section.main-menu ul > li > a:hover {
	text-decoration: none;
}
section.main-menu ul > li:not(.active) > a:hover {
	text-decoration: none;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.8);

}
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: 60px;
	padding: 5px 7px;
	background: rgba(146,47,157,.6);
	z-index: 10;
	right: 0;
}
ul#main_menu_more > li > a {
	white-space: nowrap;
}
/* main menu end */

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

/* 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: 170px;
}
section#controller_area:empty {
	padding-bottom: 0!important;
}
section#main_container {
	position: relative;
    overflow: hidden;
}
section#main_container > div.inside-container {
	margin: 0 auto;
	position: relative;
	padding: 20px 0 30px;
}

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

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

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

/* bread crubmbs */
#bread_crumbs {
	margin: 0 auto;
}
#bread_crumbs > ul {
	margin: 0 auto;
	padding-top: 15px;
}
#bread_crumbs > ul > li {
	display: inline-block;
}
#bread_crumbs > ul > li > a {
	color: #c449d3;
}
#bread_crumbs > ul > li > span {
	padding: 0 4px;
	color: #8c8c8c;
}
/* bread crubmbs end */

/* sidebar block */
section.side_block {
	position: relative;
	background: white;
	padding: 15px 20px 17px;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);
	margin-bottom: 30px;
}
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.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: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.no-style {
	margin: 0 0 30px 0;
	position: relative;
	background: transparent;
	padding: 0;
	box-shadow: none;
}
/* content block end */

/* sidebar search block */
section.no-style .search-block-content {
	padding: 14px 20px 18px;
	background: #f1f1f1;
}
section.side_block_search div.search-item {
	padding-bottom: 15px;
}
section.side_block_search div.search-item:last-child {
	padding-bottom: 0;
}
section.side_block_search div.field {
	padding: 7px 0 5px 0;
	color: #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: 100%;
}
.esf-input-custom-rate {
    width: 160px !important;
}
.esf-input-price {
    width: 80px !important;
    margin: 0 10px;
}
.esf-select-currency {
    width: 80px;
}
/* Tours */
ul.availability-chart.escort-tours-chart > li > div:first-child {
	width: 100%;
	float: none;
	border: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}
ul.availability-chart.escort-tours-chart > li > div > span {
	display: block;
	font-weight: 400;
}
.show-tours-on-map {
    margin-top: 20px;
    width: 100%;
}

.esf-tours-field-container div.field {
	max-width: 600px;
}
.esf-input-location {
	width: 100%;
}
.esf-input-from,
.esf-input-to {
    margin-left: 15px;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > div.input > select,
.search-item.single-field > input[type=text],
.search-item.single-field .two-inline input[type=text] {
	width: 100%;
}
/* two */
.search-item.two-fields > select,
.search-item.two-fields > div.input > select,
.search-item.two-fields > input[type=text] {
	width: 48%;
	margin-right: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > div.input > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
	margin-right: 0;
}
.search-item.two-fields > .custom-input,
.search-item.couple-field > .custom-input {
	width: 50%;
	display: inline-block;
}
/* three */
.search-item.three-field > select {
	width: 24%;
	margin-right: 4%;
}
.search-item.three-field > input {
	width: 34%;
	margin-right: 4%;
}
.three-field > select.multicat {
	width: 31%;
	margin-right: 3.5%;
}
.search-item.three-field > *:last-child {
	margin-right: 0;
}

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

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

/*** PAGE FOOTER ***/
body > div#floor > footer {
	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;

}
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;
}
body > div#floor > footer div.icons a {
	opacity: 0.8;
}
body > div#floor > footer div.icons a:hover {
	opacity: 1;
}
body > div#floor > footer div.icons a > img {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../img/gallery.png') -19px -632px no-repeat;
	margin-left: 10px;
}
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);
}
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;
}
/*** PAGE FOOTER END ***/

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

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

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

div.textarea_counter_default,
div.textarea_counter_warning {
	height: 26px;
	font-size: 0.857em;
	text-align: right;
	display: inline-block;
}
div.textarea_counter_warning {
	color: #860b0b;
}

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

	width: 40px;
	height: 40px;
	background: white;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
*:hover > span.media-enlarge {
	opacity: 1;
}
span.media-enlarge > span {
	width: 16px;
	height: 16px;
	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;
}
form.kws-block {
    padding-bottom: 30px;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.kws-block input[type=text] {
	width: 100%;
}
.kws-block .options ul {
	padding: 10px 0 5px;
}
.kws-block .options ul > li {
	padding: 0 0 7px 0;
}
.kws-block .options ul > li:last-child {
	padding: 0;
}
.kws-block a {
	margin-top: 10px;
	display: inline-block;
}
#area_keyword form.kws-block .two-inline {
	width: 70%;
}
/* keyword search in box end */

/* close bars */
div.close-black {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
div.close-black > div {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 14px;
	right: 14px;
	background: url('../img/gallery.png') right -413px no-repeat;
	opacity: 0.5;
}
div.close-black:hover > div {
	opacity: 0.8;
}

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

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

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

.h1-nav nav > a:not(.button) {
	display: inline-block;
	height: 38px;
	margin-left: 5px;
	margin-top: 3px;
	opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
	margin-top: 12px;
}
.h1-nav nav > a:hover {
	opacity: 1;
}
.h1-nav nav > a.post_ad {
	width: 38px;
	background: #da8ae3;
	border-radius: 20px;
	position: relative;
	opacity: 1;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 18px;
	left: 9px;
	background: white;
}
.h1-nav nav > a.post_ad:after {
	width: 2px;
	height: 20px;
	top: 9px;
	left: 18px;
}
.h1-nav nav > a.post_ad:hover {
	background: #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 {
	height: 42px;
	white-space: nowrap;
	margin-bottom: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
ul.tabs:not(.search_tabs) > li {
	display: inline-block;
	height: 42px;
	white-space: nowrap;
	vertical-align: top;
}
ul.tabs:not(.search_tabs) > li > a {
    display: inline-block;
    padding: 9px 20px 0;
    height: 42px;
    color: #c449d3;
    cursor: pointer;
    position: relative;
    border: 2px white solid;
    border-radius: 5px;
    background: white;
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li > a:hover:not(.active) {
	text-decoration: underline;
}
ul.tabs:not(.search_tabs) > li.active > a {
	background: #ffecf4;
	color: black;
	border-color: #da8ae3;
}
ul.tabs:not(.search_tabs) > li.active > a:hover {
    text-decoration: none;
}
ul.tabs:not(.search_tabs) > li:not(:last-child) {
	margin-right: 3px;
}

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

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

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

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

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: 180px;
	min-height: 38px;
	line-height: 38px;
	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 > div.field ul.tabs {
    margin-bottom: 10px;
}
div.submit-cell.custom-padding {
	padding: 5px 0 10px 0;
}
div.submit-cell.custom-padding > div {
	min-height: 25px;
}
div.submit-cell.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 {
	padding-bottom: 10px;
}
span.phone-field > select {
	width: 80px;
}
.field.two-fields input.date {
	width: 140px!important;
}

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

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

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

/* qtip */
img.qtip {
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -467px no-repeat #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_content {
	padding: 10px;
	background: white;
	border-radius: 0 5px 5px 5px;
}
div.ml_tabs_content input[type=text] {
	width: 100%;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

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

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

	box-sizing: border-box;
}
table.contacts-list {
    table-layout: auto !important;
}
table.contacts-list td.info {
	vertical-align: top;
}
table.contacts-list td.info .name {
	color: #494949;
}
table.contacts-list td.info .name > span:not(.new) {
	font-size: 0.929em;
	color: black;
}
table.contacts-list td.info .date {
	color: #949494;
	font-size: 0.929em;
	padding: 0 0 10px 0;
}
table.contacts-list div.picture {
	position: relative;
	display: inline-block;
}
table.contacts-list div.picture span {
	width: 14px;
	height: 14px;
	background: #c449d3;
	position: absolute;
	border-radius: 7px;
	border: 2px white solid;
	top: -5px;
	right: -5px;
}
table.contacts-list div.name span.new {
	width: 10px;
	height: 10px;
	background: #ff4800;
	border-radius: 7px;
	border: 2px white solid;
	display: none;
}
table.contacts-list tr.header td.user {
    width: 5%;
}

div#messages_cont {
	max-height: 600px;
	margin-bottom: 20px;
}
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;
}
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;
}
ul#messages_area > li > span:hover {
	opacity: 0.9;
}
ul#messages_area > li:hover > span {
	display: block;
}

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

/*** FEATURED LISTINGS BOX ***/
ul.featured > li {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
ul.featured {
	margin-left: -5px;
	margin-right: -5px;
}
ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
	border: 2px white solid;
	border-radius: 5px;
}
ul.featured > li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../img/no-picture.png') center center no-repeat rgba(146,47,157,.2);
    border-radius: 3px;
}
.listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
}
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: rgba(146,47,157,.2) !important;
}
.upload-files div span.item {
    padding-bottom: 135% !important;
}
ul.featured:not(.list) > li > ul {
	position: relative;
	padding-top: 10px;
}
ul.featured > li > ul > li:not(:last-child) {
	padding: 0 0 7px 0;
}
ul.featured > li > ul > li a {
	font-size: 1.429em;
}
ul.featured > li > ul .fields > span {
    display: inline-block;
}
ul.featured > li > ul .fields > span:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}
ul.featured .icons {
    display: flex;
}
ul.featured .icons .icon {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    opacity: .7;
}
ul.featured .icons .icon:hover {
    opacity: 1;
}
ul.featured .icons > *:not(:last-child) {
    margin-right: 10px;
}


ul.featured.list > li {
	position: relative;
}
ul.featured.list > li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	background: #707070;
	border-radius: 3px;
	top: 8px;
}
ul.featured.list > li {
	padding: 0 0 12px 0;
	display: block!important;
}
ul.featured.list > li:last-child {
	padding: 0;
}
ul.featured.list > li > ul > li {
	padding: 0 0 5px 15px;
	position: relative;
	white-space: normal;
}
/*** FEATURED LISTINGS BOX END ***/

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

/*** GRID NAVIGATION BAR ***/
.grid_navbar {
	height: 44px;
	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 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;
	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: 40px;
	left: 0;
	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 {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
    border: 2px white solid;
    border-radius: 5px;
}
section#listings div.picture > img {
	border-radius: 3px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/no-picture.png) center center no-repeat rgba(146,47,157,.2);
}
section#listings article.featured div.picture {
	border-color: #734ad2;
}
.listing-fit-contain div.picture > img {
    object-fit: contain !important;
}
#accounts div.picture > img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.listing-fit-contain div.picture:not(.no-picture) > img {
    background: rgba(146,47,157,.2) !important;
}
section#listings div.picture > span {
	min-width: 24px;
	height: 24px;
	padding: 0 4px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	color: #c449d3;
	box-shadow: inset 0 0 0 2px white;
	border-radius: 3px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}
section#listings div.picture > span:before {
    content: attr(accesskey);
    width: 100%;
    height: 100%;
    top: -4px;
    right: -4px;
    position: absolute;
    border-radius: 3px;
    background: white;
}
article.featured div.picture > span:before {
	background: #734ad2!important;
	color: white!important;
}

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

/* featured */
article.featured div.picture > div.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: 1;
}
/* featured end */

/* grid view */
section#listings.grid article {
    margin-bottom: 30px;
}
section#listings.grid div.data-container div.two-inline > div:first-child {
	padding-top: 2px;
}
section#listings.grid div.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;
}
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 {
	overflow: hidden;
	text-overflow: ellipsis;
    padding-bottom: 7px;
}
section#listings.grid ul.info .nav-column {
    display: flex;
}
section#listings.grid ul.info .nav-column > *:not(:last-child) {
    margin-right: 10px;
}
section#listings.grid:not(.no-image) ul.info > li.fields {
	padding-top: 3px;
    /*min-height: 41px;*/
}
section#listings.grid:not(.no-image) ul.info .fields > span:not(:last-child):after {
	content: ',';
}

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

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

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

.category-description {
	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: 300px;
	margin-right: 30px;
	float: left;
}
div.listing-details div.details {
	overflow: hidden;
}

/* gallery */
div.gallery > ul.thumbs > li {
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
	vertical-align: top;
}

div.gallery > ul.thumbs > li > a > img {
	width: 145px;
	height: 200px;
	border: 2px white solid;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    object-fit: cover;
}
.listing-fit-contain div.gallery > ul.thumbs > li > a > img {
    object-fit: contain !important;
    background-color: rgba(0,0,0,.3);
}
div.gallery > ul.thumbs > li span.play {
	position: absolute;
	background: url('../img/play.png') center center no-repeat;
	left: 2px;
    right: 2px;
	top: 2px;
    bottom: 2px;
	border-radius: 5px;
}
div.gallery > ul.thumbs > li:not(.locked) span.play {
	background-color: rgba(0,0,0,.3);
}
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: 145px;
	height: 200px;
	padding: 0 0 0;
	border: 2px white solid;
	border-radius: 5px;
	background: rgba(146,47,157,.5);
	text-align: center;
	cursor: pointer;
	margin-right: 0;

}
div.gallery > ul.thumbs > li.see-more a {
	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;
}
div#fancybox-thumbs > ul > li.locked a,
div.gallery > ul.thumbs > li.locked > a > img {
	background-color: rgba(0,0,0,.3);
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
    box-shadow: none;
}
div#fancybox-thumbs > ul > li.locked a {
	background-size: 40% auto;
}

.listing-fit-contain #fancybox-thumbs ul li img {
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    background: #eeeeee;
}
.listing-fit-contain #fancybox-thumbs ul li a:empty {
    width: 100%;
    height: 100%;
    background: red;
    background: url('../img/play.png') center center no-repeat #555555;
}
/* gallery end */

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

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

	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
    z-index: 10000;
    padding: 30px;
}
div#picture_locked img {
	width: 96px;
	height: 142px;
	background: url('../img/locked-large.png') center center no-repeat;
	text-align: center;
	margin-bottom: 20px;
}
div.preview.picture #picture_locked p.picture-hint,
div.modal_content.fake-photo p.picture-hint {
	display: block;
}
div.preview.fake-video #picture_locked p.video-hint,
div.modal_content.fake-video p.video-hint {
	display: block;
}
/* locked gallery end */

aside.right {
	padding-top: 30px;
}
div.listing-details {
	overflow: hidden;
}
div.listing-details section.statistics {
	margin-top: 30px;
}

/* 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: 10px;
	margin-right: 10px;
	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: 38px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 10px 10px;
	cursor: pointer;
	opacity: 0.7;
}
div.listing-details-icons > *:not(.button):hover {
	opacity: 1;
}
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.listing-details div.tab_area div.no-group + div:not(.no-group) {
    margin-top: 25px;
}
div.table-cell + div.fieldset {
	margin-top: 20px;
}
#area_listing > div.content-padding > div.table-cell:last-of-type {
	margin-bottom: 20px;
}
/* content section end */

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

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

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

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

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

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

/* in modal window */
div.modal_content .restricted-content p.picture-hint,
div.modal_content .restricted-content p.video-hint {
	padding-top: 50px;
	max-width: 240px;
	margin: auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.286em;
}
div.modal_content .restricted-content > span {
	max-width: 240px;
	margin: auto;
	display: block;
}
div.modal_content .restricted-content .caption_padding {
	padding: 0!important;
	text-align: center;
}
div.modal_content .restricted-content input[type=submit],
div.modal_content .restricted-content a.button {
	width: 100%;
	text-align: center;
}
/* seller info section */

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

/* statistics section */
div.listing-details section.statistics ul.counters {
	overflow: hidden;
}
div.listing-details section.statistics ul.counters > li {
	padding: 5px 0;
	color: #222222;
	min-height: 26px;
	line-height: 26px;
	font-size: 0.929em;
}
div.listing-details section.statistics ul.counters > li span.count {
	font-size: 1.714em;
	margin-right: 5px;
}

div.listing-details section.statistics ul.controls {
	float: right;
	width: 70%;
}
div.listing-details section.statistics ul.controls > li:first-child {
	padding: 4px 0 10px;
}
div.listing-details section.statistics ul.controls > li {
	padding: 7px 0 12px;
	min-height: 20px;
}
/* statistics section end */
/*** LISTING DETAILS END ***/

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

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

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


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

/*** ACCOUNT AREA ***/
.login-form input[type=text],
.login-form input[type=password] {
	width: 250px;
	display: block;
	margin: 0 0 20px;
}
.login-form .button {
    padding-bottom: 15px;
}
.login-form .divider {
    padding-top: 5px;
    display: block;
}
.fb-connect {
	display: inline-block;
	line-height: 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;
}
ul.account-menu-content > li:last-child {
	padding: 0;
}
div.attention:not(:empty) {
	padding: 0 0 15px;
}
div.attention span.red {
	padding: 0;
}
/*** ACCOUNT AREA END ***/

/*** MY PACKAGES ***/
ul.packages > li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	width: 364px;
	border: 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;
}
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 {
	padding: 0 0 12px;
	font-weight: 300;
}
ul.packages div.listing-info > span.count:not(:last-child) {
	padding-bottom: 8px;
}
ul.packages > li div.listing-info > span.count:last-child {
	padding: 0;
}

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

/*** TABLES ***/
/* submit table */
table.submit {
	table-layout: fixed;
}
table.submit td {
	height: 38px;
	padding: 0 0 10px;
}
table.submit td.name {
	width: 180px;
	padding-right: 10px;
}
table.submit td .name {
	padding: 5px 0 5px;
}
table.submit td.field input[type=text],
table.submit textarea {
	width: 100%;
}
table.submit td.button {
	padding: 10px 0 0 0;
}
table.submit a.close {
	padding-left: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div {
	min-height: 30px;
	line-height: 26px;
	vertical-align: top;
}
div.table-cell > div.name {
	width: 105px;
	color: #939393;
	font-weight: 300;
	float: left;
	padding-right: 10px;
	word-wrap: break-word;
}
div.table-cell div.value {
	color: #4e4d4d;
	word-wrap: break-word;
	overflow: hidden;
}
div.table-cell > div.name + div.value {
	padding-left: 10px;
}
div.table-cell.wide-field {
	margin-bottom: 5px;
}
div.table-cell.wide-field > div.name {
	float: none;
	width: 100%!important;
}
div.table-cell.wide-field > div.name > div {
	background: none;
}
div.table-cell.wide-field > div.value {
	padding-left: 0!important;
	padding-right: 0!important;
}

div.table-cell ul.checkboxes {
	margin-top: 2px;
	margin-bottom: 10px;
}
div.table-cell ul.checkboxes > li img {
	width: 17px;
	height: 12px;
	vertical-align: baseline;
	margin-right: 8px;
}
div.table-cell ul.checkboxes > li.active img {
	background: url('../img/gallery.png') 0 -147px no-repeat;
}
div.table-cell ul.checkboxes > li:not(.active) {
	color: #9e9e9e;
	text-decoration: line-through;
}
/* details table end */

/* information table */
table.info {
	table-layout: fixed;
}
table.info td,
div.table-cell.small > div {
	font-size: 0.929em;
	vertical-align: top;
	padding-bottom: 5px;
	font-weight: normal!important;
	line-height: normal;
	min-height: inherit;
}
table.info td.name,
div.table-cell.small > div.name {
	color: #939393;
	width: 95px;
	padding-right: 10px;
	word-wrap: break-word;
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
	content: ':';
}
table.info td.image,
div.table-cell.small > div.image {
	padding-top: 5px;
}
/* information table end */

/* table view table */
table.table {
	table-layout: fixed;
}
table.table td {
	min-height: 30px;
	line-height: 30px;
	vertical-align: top;
}
table.table td.name {
	width: 215px;
	color: #949494;
	font-weight: 300;
	padding-right: 10px;
}
table.table td.value {
	color: #000000;
	word-wrap: break-word;
}
/* table view table end */

/* list table */
table.list {
	width: 100%;
	table-layout: fixed;
}
table.list span.text {
	color: #515151;
	font-size: 0.857em;
}
table.list > tbody > tr.header {
	border: 2px #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;
    width: 33px;
}
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.info > a {
    white-space: normal;
}
table.list > tbody > tr.body > td:first-child {
	padding-left: 11px;
}
table.list>tbody td.no_padding
{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
table.list tr.body td.divider {
	border: 0;
}
table.list td.price div {
	width: 50px;
	background: red;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	padding: 5px 5px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
}
table.list span.name
{
	text-transform: uppercase;
}
/* list table end */

div.list-table {
	display: table;
	width: 100%;
}
div.list-table > div {
	display: table-row;
	position: relative;
}
div.list-table > div.header {
	height: 42px;
}
div.list-table > div:before,
div.list-table > div:after {
	content: none;
}
div.list-table > div > div {
	display: table-cell;
}
div.list-table > div.header > div {
	vertical-align: middle;
	font-size: 0.929em;
	color: #949494;
	border-top: 2px #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 {
	margin: 0 0 20px 0;
}
* > div.fieldset:last-child {
	margin-bottom: 0;
}
div.fieldset > header {
	color: #2b2b2b;
	padding: 0 0 8px;
	border-bottom: 2px #F0F0F0 solid;
}
div.fieldset > header > span.arrow {
	display: none;
}
div.fieldset > div.body > div {
	padding: 15px 0 5px;
}

#controller_area div.fieldset > header {
	border: 0;
	font-size: 1.143em;
	color: #2b2b2b;
	font-weight: 400;
	padding: 0 0 0 28px;
	position: relative;
}
#controller_area div.fieldset > header > span.arrow {
	width: 18px;
	height: 18px;
	position: absolute;
	display: block;
	left: 0;
	top: 2px;
	margin-right: 10px;
	background: url('../img/gallery.png') 0 -168px no-repeat #da8ae3;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0,0,0,.08);

	cursor: pointer;
	opacity: 0.8;

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

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

/*** CATEGORIES BLOCK ***/
div.categories {
	width: auto;
	overflow: hidden;
	margin-bottom: -10px;
}
div.categories ul > li {
	float: left;
	width: 100%;
}
div.categories ul div.item div.parent-cateory {
	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;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.categories div.category-counter {
	text-align: right;
	float: right;
}
a.category {
	font-size: 1.125em;
	font-weight: 400;
	text-decoration: none;
}
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.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,
.empty-category div.category-name {
	opacity: 0.7;
}
div.category-slider-bar {
	position: absolute;
	top: -37px;
	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 {
	display: inline-block;
}
.sub-categories-exist div.category-name {
	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;

}
.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 li {
	padding-top: 4px;
	padding-bottom: 6px;
}
ul.cat-tree > li.rest {
	display: none;
}
ul.cat-tree span.counter {
	display: inline-block;
}
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;
}
div > table.stats:last-child {
	margin-bottom: 0;
}
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;	
}
/*** STATISTICS BLOCK END ***/

/*** STEPS ***/
ul.steps {
	height: 46px;
	margin: 0 0 25px 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 46px;
}
ul.steps > li:not(:last-child)  {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	position: relative;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
ul.steps > li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	top: 21px;
	background: url('../img/gallery.png') 0 -1297px repeat-x;
	z-index: -1;
}
ul.steps > li.past:before {
	background: url('../img/gallery.png') 0 -1283px repeat-x;
}
ul.steps > li a {
	cursor: default;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	color: #c449d3;
	font-size: 1.286em;
	font-weight: 400;
	border-radius: 30px;
	background: #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 ***/

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

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
	padding: 0 0 0 10px;
}
div.password_strength div.scale {
	background: #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;
}
/* password strange control end */

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

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

}
.modal_block {
	position: absolute;
	left: 50%;
	margin-left: -176px;
	width: 340px;
	height: 230px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.modal_block.fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
}
.modal_block.fullscreen .gmnoprint {
	margin-right: 60px!important;
}
.modal_block div.inner div.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
}
.modal_block div.inner div.close > div {
	width: 13px;
	height: 13px;
	margin: 14px;
	background: url('../img/gallery.png') 0 -232px no-repeat;
	opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
	opacity: 1;
}
.modal_block div.inner div.modal_content {
	padding: 25px;
	position: relative;
}
.modal_block.fullscreen div.inner,
.modal_block.fullscreen div.inner > .modal_content {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal_block.fill-edge div.inner div.modal_content {
	padding: 0;
}
#map_fullscreen {
	width: 100%;
	height: 100%;
}
.modal_block div.inner div.caption,
.modal_block div.inner div.caption_padding,
div.tmp-dom div.caption_padding {
	color: #2b2b2b;
	font-size: 1.286em;
	padding: 0 0 20px;
	font-weight: 400;
}
.modal_block div.inner div.caption_padding {
	padding: 0 0 20px;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice {
	background: url('../img/gallery.png') -20px -1594px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
.modal_block div.inner div.notice {
	background-position: -21px -1344px;
}
.modal_block div.prompt {
	padding: 20px 0 0 0;
}
.modal_block div.prompt input {
	margin: 0 15px 0 0;
}
.modal_block div.submit-cell div.name {
	width: 80px!important;
	padding-right: 10px;
}
/*** MODAL WINDOW END ***/

/*** NOTIFICATIONS ***/
div.notification {
	min-height: 45px;
	position: absolute;
	top: 0;
	width: 576px;
	left: 50%;
	margin-left: -288px;
	z-index: 101;
}
div.notification > div {
	background: #b1ed64;
	min-height: 46px;
	color: #2b2b2b;
	box-shadow: 0 0 70px rgba(0,0,0,.6);
	position: relative;
	border-radius: 0 0 5px 5px;
}
div.notification.fixed {
	position: fixed;
}
div.notification.done {
	top: 58px;
}
div.notification.top {
	z-index: 1200;
	position: fixed;
	top: 0;
}
div.notification.error > div {
	background: #ff7a6c;
}
div.notification.warning > div {
	background: #ffe86c;
}
div.notification > div > div.message {
	padding: 12px 66px 12px 20px;
	word-wrap: break-word;
	line-height: 1.430em;
}
div.notification ul {
	padding: 0 0 0 20px;
}
div.notification ul > li {
	list-style: circle;
}
div.notification ul > li:not(:first-child) {
	list-style: circle;
	padding: 4px 0 0 0;
}
/*** NOTIFICATIONS END ***/

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

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

/*** PLUGINS CUSTOM ***/
#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;
}
#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 + li.next {
	margin-left: 8px;
}
#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;
}
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.horizontal div.next,
section.content_block div.carousel.horizontal div.prev {
	top: -45px;
	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;
}
/* slider end */

.jslider-pointer {
	border-radius: 3px;
}
.jslider .jslider-bg .v {
	background-color: #da8ae3!important;
}

div.gf-caption {
	padding: 12px 0!important;
	font-weight: 500!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.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;
}

#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;
}
/*** 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: linear-gradient(top, #303130 0%, #000101 100%);
	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%;
}

/*** DESKTOP VIEW ***/
@media screen and (min-width: 992px) {
	.point1 {
		max-width: 960px;
	}
	div#header-banner {
		width: 728px;
		height: 90px;
		margin: auto;
	}
	section#main_container > div.inside-container {
		padding: 40px 0 40px;
	}
	body.bc-exists section#main_container > div.inside-container {
		padding-top: 20px;
	}
	section#controller_area {
		padding-bottom: 30px;
	}
	
	/* home content block */
	section.home-content {
		margin-bottom: 30px;
		max-height: 432px;
		overflow: hidden;
	}
	body:not(.my-messages-page) section#main_container aside.left {
		float: right;
	}
	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;
	}

	.grid_navbar {
		margin-bottom: 30px;
	}

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

	section.side_block ul.featured {
		text-align: center;
		margin: 0;
	}
	section.side_block ul.featured > li {
		padding: 0;
		float: none;
		display: inline-block;
		max-width: 184px;
		width: 100%;
	}
	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 {
        width: 100%;
    }
	div.gallery > ul.thumbs > li:first-child img {
		width: 100%;
		height: auto;
        max-height: 450px;
	}
	div.gallery > ul.thumbs > li:nth-child(2n+1) {
		margin-right: 0;
	}
	div.gallery > ul.thumbs > li:nth-child(6n) ~ li:not(.see-more) {
		display: none;
	}

	section#accounts > article .landscape div.picture {
		max-width: 100%;
	}
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
	/*** CATEGORIES TREE BLOCK ***/
	section.content_block ul.cat-tree li span.toggle {
		display: none;
	}
	/*** CATEGORIES TREE BLOCK END ***/

	ul.steps > li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		width: auto !important;
	}
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.point1 {
		max-width: 720px;
	}
	div#header-banner {
		width: auto;
		height: 100%;
	}
	section#controller_area {
		padding-bottom: 20px;
	}
	section#main_container > div > aside.left {
		display: block;
		width: auto;
		vertical-align: top;
		float: none;
	}
	
	/* home content block */
	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.three-middle > div.middle-center {
		display: none;
	}
	aside.bottom {
		margin-top: 20px;
	}
	/* home content block end */

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

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

	section.map-capture > img {
		height: 180px;
		background-size: auto 180px;
	}
	section.side_block_search div.search-item {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}
	section.side_block_search div.search-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.search-item.checkbox-field > .custom-input {
		width: 50%;
	}
	.field.search-item.checkbox-field > .custom-input {
		width: 33.33%;
	}
	.search-item.couple-field > .custom-input {
		width: 33.33%;
	}
	.search-item.two-fields > select {
		width: 49%;
		margin-right: 2%;
	}
	.search-item.three-field > input {
		margin-right: 2%;
		width: 32%;
	}
	.search-item.three-field > select {
		width: 32%;
	}
	
	ul.featured {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.featured > li {
		padding-left: 10px;
		padding-right: 10px;
	}
    section.side_block ul.featured div.picture img {
        background-size: 100% auto;
    }
	section#listings.grid div.price-tag {
		font-size: 1.500em;
	}
    section#listings.list > article div.navigation-column {
        width: 170px;
    }
	section#listings.list ul.info {
		max-width: 320px;
	}
	.link-large {
		font-size: 1.250em!important;
	}

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

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

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

	div.listing-details div.gallery {
		margin-bottom: 20px;
		width: auto;
		max-width: 100%;
	}
	div.gallery > ul.thumbs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding-bottom: 10px;
		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: 146px;
	    height: 226px;
	    border-radius: 2px;
	}
	div.gallery > ul.thumbs > li > a > img {
		width: 150px;
		height: 230px;
	}
	div.listing-details div.details {
		width: 354px;
		float: left;
	}
	div.listing-details aside.left.first-copy {
		float: right;
		width: 300px;
	}

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

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

	aside.right {
		float: right;
		margin-left: 30px;
		width: 226px;
	}
	div.listing-details .content-section {
		overflow: hidden;
	}

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

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

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

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

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

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

	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 > li {
		margin: 0!important;
	}
	ul.menu-mobile {
		position: absolute;
		top: 8px;
		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,
	ul.menu-mobile > li.first {
		display: block;
	}
	ul.menu-mobile > li.active:not(:first-child),
	ul.menu-mobile > li.first {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
	ul.menu-mobile > li.active > a,
	ul.menu-mobile > li.first > a {
		box-shadow: none!important;
		line-height: 40px!important;
		background: transparent!important;
		border: 2px white solid;
		color: white!important;
		font-weight: 300!important;
		height: 44px!important;
	}
	ul.menu-mobile.opened {
		z-index: 10;
	}
	ul.menu-mobile.opened > li.active > a {
		z-index: 10;
		background: none;
		box-shadow: none!important;
	}
	ul.menu-mobile.opened > li:not(.active) {
		background: #bc77be;
	}
	ul.menu-mobile.opened > li:not(.active):not(.first):first-child,
	ul.menu-mobile > li.first + li {
		margin-top: 51px!important;
	}
	ul.menu-mobile:before {
		content: '';
		position: absolute;
		top: 0;
		right: 5px;
		width: 32px;
		height: 40px;
		margin: 2px;
		background: url('../img/gallery.png') right -22px no-repeat;
		z-index: 0;
	}
	/* main menu mobile media end */

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

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

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

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

	body > div#floor > footer {
		box-shadow: inset 0 -92px 0 #e6e6e6;
	}
	body > div#floor > footer div.bottom-line {
		height: 54px;
		padding-top: 38px;
	}
	nav.footer-menu {
		margin: 0 20px;
		padding: 12px 60px 12px 0;
		position: relative;
		z-index: 14;
	}
	nav.footer-menu > ul > li {
		padding: 0;
		width: 33%;
	}
	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;
	}
	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.bottom {
		margin-top: 20px;
	}
	/* home content block end */
	
	ul.tabs {
		margin: 0 20px 15px;
	}
    div.submit-cell ul.tabs {
        margin: 0;
    }
	ul.tabs.search_tabs {
		margin: 0 0 15px;
	}
    ul.tabs > li.more {
        width: 42px;
        height: 42px;
        right: 25px;
    }
    ul.tabs > li.overflowed {
        top: 44px;
        bottom: auto;
        height: auto !important;
        right: 25px;
    }
    div.submit-cell ul.tabs > li.overflowed {
        top: unset;
    }

    ul.tabs > li.overflowed > ul,
    ul.tabs > li.overflowed > ul > li {
        background: #fff;
    }
    ul.tabs > li.more > span {
        margin-top: 18px;
    }
    ul.tabs > li.more.opened {
        background: #fff;
    }
	#bread_crumbs > ul {
		padding-left: 20px;
		padding-right: 20px;
	}

	ul.featured > li:nth-child(2n+1) {
		clear: both;
	}

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

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

	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 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 */
	div.listing-details div.gallery {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	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 > img {
		width: 120px;
		height: 157px;
	}
	div.gallery > ul.thumbs > li span.play {
		width: 116px;
		height: 153px;	
	}
	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;
	}
	/* 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 > select[name="profile[type]"] {
        max-width: 240px;
    }
	.field.single-field > input[type=text] {
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

	/* tables content */
	div.list-table {
		display: block;
	}
	div.list-table  > div.header {
		height: 2px;
		background: #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 {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0;
	}
	section#listings.my-listings .item > div.navigation > ul > li select {
		width: 170px;
	}
	section#listings.my-listings .item > div.navigation > ul > li.nav-icon {
		padding: 8px 0 0 12px;
	}
	section#listings.my-listings .item > div.navigation > ul > li a {
		padding: 5px 10px;
	}
	section#listings.my-listings .item > div.navigation > ul > li a > span {
		display: none;
	}

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

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

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

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

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

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

	nav.footer-menu > ul > li {
		width: 50%;
		vertical-align: top;
	}
	nav.footer-menu > ul > li > a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
    .gptwdg {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}
/*** RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	body {
		background: url('../img/@2x/bg.gif') 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;
	}
	.user-navigation-bar > a.login:before {
		background: url('../img/@2x/gallery2.png') 0 -380px no-repeat;
		background-size: 40px auto;
	}
	.user-navigation-bar > a.registration:before {
		background: url('../img/@2x/gallery2.png') -22px -351px no-repeat;
		background-size: 40px auto;
	}
	#user-navbar > span.default:before {
		background: url('../img/@2x/gallery2.png') 0 -351px no-repeat;
		background-size: 40px auto;
	}

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

	select {
		background: url('../img/@2x/gallery2.png') right -32px no-repeat #fffbfd;
		background-size: 40px auto;
	}
	label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -849px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox]:checked + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 0 -849px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
	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 -139px;
	}
	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;
	}
	.favorite span.icon,
	div.listing-details-icons > span.favorite > span {
		background: url('../img/@2x/gallery2.png') 0 -468px no-repeat;
		background-size: 40px auto;
	}
	.favorite.remove span.icon,
	div.listing-details-icons > span.favorite.remove > span {
		background-position: right -468px;
	}
	div#picture_locked img {
		background-image: url('../img/@2x/locked-large.png');
		background-size: 96px auto;
	}
	section#listings div.picture > img,
    ul.featured:not(.accounts) > li .picture img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: 190px auto;
	}

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

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

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

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

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

	#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 -776px no-repeat!important;
		background-size: 40px auto!important;
	}
	.my-listings a.add-video:before {
		background-position: 0 -819px!important;
	}
	.my-listings a.edit:before {
		background-position: 0 -755px!important;
	}
	.my-listings a.unsubscription:before {
		background-position: right -735px!important;
	}
    .my-listings div.navigation ul li.nav-icon > a.delete:before,
	.delete.icon {
		background: url('../img/@2x/gallery2.png') right -755px no-repeat;
		background-size: 40px auto;
	}

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

	body > div#floor > footer div.logo img {
		background: url('../img/@2x/logo_footer.png') 0 0 no-repeat;
		background-size: 100%;
	}
	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.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#fancybox-thumbs > ul > li.locked a,
	div.gallery > ul.thumbs > li.locked > a > img {
		background-image: url('../img/@2x/locked.png');
		background-size: 45px auto;
	}
	div#fancybox-thumbs > ul > li.locked a {
		background-size: 40% 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 ***/

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

/*** UNIVERSAL GRID CLEANER ***/
@media screen and (max-width: 767px) {
    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 767px) {
    .col-xs-1[class*="col-sm"],
    .col-xs-2[class*="col-sm"],
    .col-xs-3[class*="col-sm"],
    .col-xs-4[class*="col-sm"],
    .col-xs-6[class*="col-sm"],
    .col-xs-1[class*="col-md"],
    .col-xs-2[class*="col-md"],
    .col-xs-3[class*="col-md"],
    .col-xs-4[class*="col-md"],
    .col-xs-6[class*="col-md"],
    .col-xs-1[class*="col-lg"],
    .col-xs-2[class*="col-lg"],
    .col-xs-3[class*="col-lg"],
    .col-xs-4[class*="col-lg"],
    .col-xs-6[class*="col-lg"] {
        clear: none;
    }
    .col-sm-1:nth-of-type(12n+1),
    .col-sm-2:nth-of-type(6n+1),
    .col-sm-3:nth-of-type(4n+1),
    .col-sm-4:nth-of-type(3n+1),
    .col-sm-6:nth-of-type(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 992px) {
    .col-sm-1[class*="col-md"],
    .col-sm-2[class*="col-md"],
    .col-sm-3[class*="col-md"],
    .col-sm-4[class*="col-md"],
    .col-sm-6[class*="col-md"],
    .col-sm-1[class*="col-lg"],
    .col-sm-2[class*="col-lg"],
    .col-sm-3[class*="col-lg"],
    .col-sm-4[class*="col-lg"],
    .col-sm-6[class*="col-lg"] {
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 1200px) {
    .col-md-1[class*="col-lg"],
    .col-md-2[class*="col-lg"],
    .col-md-3[class*="col-lg"],
    .col-md-4[class*="col-lg"],
    .col-md-6[class*="col-lg"] {
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: both;
    }
}
/*** UNIVERSAL GRID CLEANER END ***/
/*** TMP FALLBACK ***/
.close.small:before {
    background-position: -24px 0 !important;
}
@media (min-width: 1200px) {
    div.upload-files > div {
        width: 25% !important;
    }
}
/*** TMP FALLBACK END ***/
