@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');

/** @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap'); */

/*** COMMON STYLES ***/

body, html {
	height: 100%;
	/* font-family: 'Oswald', sans-serif !important; */
	font-family:  'Poppins', sans-serif !important;
	background: #fff !important;
}

body {
	margin: 0px auto;
	background: url(../img/main-bg.gif) repeat top center #f9f9f9;
	font-size: 14px;
	color: #141414;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Poppins', sans-serif !important;
	/*text-transform: uppercase;*/
	font-weight: 400;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

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

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

.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: #000;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}
a:hover,
a:active,
.link:hover {
	text-decoration: underline;
}
/* links end */
.with-pictures .ad-info.small-ad {
    padding: 5px !important;
}
.listing_box .name-fbox {
margin-bottom: 25px;
}
.listing_box .name-fbox a {
font-size: 20px;
font-weight: 600;
}
aside .name-fbox a {
font-size: 15px;
font-weight: 600;
}
aside .name-fbox {
margin-bottom: 4px;
}

div#area_listing h1 {
font-size: 27px;
line-height: 40px;
}



/* fonts */
.font1, /* light font on the dark bg or instead */
a.font1 {
	color: #6b6b6b;
}
a.font1:hover,
a.active.font1,
.active .font1 {
	color: #3b3956;
}
.currency-selector .font1,
.font2,
a.font2 { /* light font on the dark bg or instead */
	color: white;
}
.currency-selector .font1.active,
.currency-selector .font1:hover,
a.font2:hover {
	color: #ff7171;
}
.link-large {
	font-size: 1em!important;
	font-weight: 400!important;
}
span.text-notice,
div.text-notice {
	padding-bottom: 10px;
}
.close,
.red {
	color: #e44848!important;
}
.close:hover,
.red:hover {
	color: #ff5d5d!important;
}
.red.margin {
	padding-left: 10px!important;
	cursor: pointer;
}
.date {
	font-size: 0.857em;
	color: #949494;
}
.notice,
.notice_message {
	color: #c95265;
	font-size: 0.929em;
}
.notice_message {
	padding-top: 5px;
}
/* fonts end */

/* h1 */
h1 {
	color: #333333;
	font-size: 1.929em;
	font-weight: normal;
	padding: 0;
	font-weight: 400;
	overflow: hidden;
	font-family: comfortaa;
}
#controller_area > h1 {
	margin-bottom: 22px;
}
.h1-nav h1 {
	overflow: hidden;
	margin: 0 auto;
	background: #11c2e3;
	color: #fff;
	padding: 15px 0;
}
.h1-nav nav {
	float: right;
	vertical-align: top;
}
.compare-listings-page .h1-nav h1 {
    background: transparent;
}
.h1-nav nav > a.icon {
	display: none!important;
}
/* h1 end */

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

/* inputs */
input[type=text],
input[type=password],
input[type=number],
textarea,
select,
span.pills {
	height: 34px;
	border: 1px #7f7f7f solid;
	color: #111111;
	font-size: 1.071em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-shadow: inset 0 1px 3px rgba(41,43,46,.4);

	padding: 0 10px 2px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition: border-color 0.3s ease;
}
input:focus,
select:focus {
	border-color: #3b3b3b;
}
textarea {
	line-height: normal;
	height: auto;
	padding: 8px 10px 8px;
	width: 100%;
}
select {
	background: rgba(229,229,229,1);
	background: url('../img/gallery.png') right -1231px no-repeat, linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(214,214,215,1) 100%);

	border: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);

	padding-right: 22px;
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled] {
    cursor: not-allowed;
	color: #959595;
	background: #dedede;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
}
option {
	padding: 2px 0;
}
/*input[type=submit],
input[type=button],
.file-input span,
a.button,
.btn {
	background: #3b3956;
	background: linear-gradient(to bottom, #3b3956 0%, rgba(225,41,41,1) 100%) !important;

	box-shadow: 0 1px 3px rgba(0,0,0,.4);

	height: 34px;
	padding: 0 20px 2px;
	color: white;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}*/
input[type=submit],
input[type=button],
.file-input span,
a.button,
.btn {
	background: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    padding: 15px 20px;
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    margin: 10px auto;
}
.btn-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    width: 49.5%;
}
.btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c;
    width: 49.5%;
}

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

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

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

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

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

/* Switcher */
label.switcher input[type=checkbox] {
    display: none;
}
label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
}
label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
}
label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -775px 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 -775px;
}
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: #686868;
    text-transform: uppercase;
    font-size: 0.857em;
    line-height: 20px;
    font-style: italic;
}
:-moz-placeholder {
   color: #686868;
   text-transform: uppercase;
   opacity: 1;
   font-size: 0.857em;
   line-height: 32px;
   font-style: italic;
}
::-moz-placeholder {
   color: #686868;
   text-transform: uppercase;
   opacity: 1;
   font-size: 0.857em;
   line-height: 32px;
   font-style: italic;
}
input:-ms-input-placeholder {
   color: #686868;
   text-transform: uppercase;
   font-size: 0.857em;
   line-height: 20px;
   font-style: italic;
}
*:focus {
    outline: none;
}

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

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

/*** PAGE HEADER ***/
header.page-header > div.point1 {
	max-width: 100%;
	height: 100%;
}
header.page-header {
	background: rgba(51,51,51,1);
	background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(17,17,17,1) 100%);

	height: 190px;
	z-index: 1000;
	/*border-bottom: 2px #f2f2f2 solid;*/
	top: -60px; /* "top" property will work with "fixed-menu" class assigned only */

	transition: top 0.3s ease;
}
header.page-header div.top-navigation {
	height: 42px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px #3b3956 solid;
}
header.page-header section.main-menu {
	height: 148px;
}
header.page-header > div > * > * {
	margin: 0 auto;
	position: relative;
    height: 100%;
}
div#logo {
	width: 265px;
	height: 40px;
	float: left;
	margin-top: 25px;
}
div#logo a {
	box-shadow: none;
}
div.header-banner-cont {
	height: 108px;
	background: #535353;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 8px 0;
	border-bottom: 2px #793030 solid;
}
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 #242424;
    width: 100%;
    height: 100%;
    color: #242424;
    font-size: 1.286em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.banner-in-grid > div.banner-space {
    height: 90px;
    margin-bottom: 30px;
}

/* top navigation */
.circle {
	color: white;
	font-size: 0.929em;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;

	display: inline-block;
	vertical-align: top;
	height: 40px;
	border-left: 1px #793030 solid;
	border-right: 1px #793030 solid;
	z-index: 103;
}
.circle > .default {
	padding: 0 15px;
	height: 40px;
	line-height: 39px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.circle > .default > span {
	vertical-align: top;
}
.circle > .default:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 4px;
	margin-left: 10px;
	background: url('../img/gallery.png') 0 -315px no-repeat;
	opacity: 0.7;
	margin-bottom: 2px;
}
.circle:not(.circle_opened):hover > .default:after {
	opacity: 1;
}
.circle_opened > .default:after {
	background-position: -14px -315px;
	opacity: 1;
}
.circle_opened > .content {
	display: inline-block !important;
	background: #3e3e3e;
	padding: 10px 15px;
	box-shadow: 0 0 0 1px #3e3e3e;
	min-width: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 40px;
}
div.fright > .circle {
	float: left;
}
div.top-navigation div.fright,
.lang-wrapper {
	border-left: 1px #793030 solid;
	border-right: 1px #793030 solid;
}
.lang-wrapper {
	display: inline-block;
}
div.fright > .circle_opened > .content {
	left: auto;
	right: 0;
}
.circle_opened {
	border-color: #3e3e3e;
	background: #3e3e3e;
	color: white;
}
.circle ul > li {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}

#lang-selector img.lang {
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: -1px 0;
	margin: 0 7px 3px 0;
}

#currency_selector > span.default > span.code {
	font-size: inherit!important;
}

#user-navbar > span.default:before {
	content: '';
	display: inline-block;
	background: url('../img/gallery.png') 0 -244px no-repeat;
	width: 11px;
	height: 13px;
	vertical-align: middle;
	margin: 0 10px 2px 0;

	opacity: 0.7;
}
#user-navbar.circle:not(.circle_opened):hover > span.default:before {
	opacity: 1;
}
#user-navbar.circle_opened > span.default:before {
	opacity: 1;
}
#user-navbar > span.default > span.logged-in {
	background-position: -19px -255px;
	width: 14px;
	height: 20px;
	margin: 8px 0 0 0;
}

#user-navbar.notify > span.default:before {
    -webkit-animation: blinker 2.0s infinite ease-in-out;
	animation: blinker 2.0s infinite ease-in-out;
}

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

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

.remember-me {
    padding: 10px 0 15px;
}
.user-navbar-container .remember-me {
    padding: 20px 0 0;
}
/* top navigation end */

/* main menu */
section.main-menu ul.menu > li > a,
ul#main_menu_more > li > a {
	color: white;
}
/* main menu end */

/* keyword search */
div.kw-search {
	position: absolute;
	right: 0;
	top: 25px;
}
#autocomplete {
	height: 30px;
	width: 300px;
	border-color: black;
	background: url('../img/gallery.png') 9px -699px no-repeat #e0e0e0;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
	padding-left: 30px;
	padding-bottom: 2px;
}
#autocomplete::-moz-placeholder {
   line-height: 26px!important;
}
#autocomplete:-ms-input-placeholder {
   line-height: 26px!important;
}
input#autocomplete:-ms-input-placeholder {
	line-height: 29px!important;
}
/* keyword search end */

/* autocomplete search */
#ac_interface {
	width: 450px;
	max-height: 210px;
	position: absolute;
	display: none;
	overflow: hidden;
	background: #dddddd;
	z-index: 20;
	right: 1px;
	top: 30px;
}
#ac_interface li.active {
	background: #c7c7c7;
}
#ac_interface li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
}
#ac_interface div.ac-listing {
	width: 300px;
	float: left;
}
#ac_interface div.ac-listing a {
	display: block;
	padding: 8px 15px;
	box-shadow: none;
}
#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 ***/
body > div.main-wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
body.header-banner > div.main-wrapper {
	padding-top: 108px;
}
div#wrapper {
	min-height: 100%;
	margin: 0 auto 169px;
	overflow: hidden;
	margin: 0px !important;
}
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: 0px 0 40px;
}
body.bc-exists section#main_container > div.inside-container {
	padding-top: 0;
}
section#content {
	vertical-align: top;
}

aside.bottom > section:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

/* bread crubmbs */
#bread_crumbs {
	margin: 0 auto;
}
#bread_crumbs > ul {
	margin: 0 auto;
	min-height: 42px;
	padding: 6px 0 16px;
}
#bread_crumbs > ul > * {
	display: inline-block;
	font-size: 0.8em;
	padding-top: 10px;
	vertical-align: top;
}
#bread_crumbs > ul > *:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	margin: 1px 9px 0;
	background: url('../img/gallery.png') right -731px no-repeat;
	vertical-align: top;
}
#bread_crumbs > ul > li:first-child > a {
	width: 14px;
	height: 14px;
	background: url('../img/gallery.png') left -757px no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	box-shadow: none;
}
/* bread crubmbs end */

/* content/side blocks */
section.content_block,
section.side_block {
	position: relative;
	margin-bottom: 30px;
}
section.content_block > h3,
section.side_block > h3 {
	color: #121212;
	font-size: 1.286em;
	display: inline-block;
	vertical-align: top;
}
section.content_block > div,
section.side_block > div {
	position: relative;
}
section.content_block > div h3,
section.side_block > div h3 {
	font-size: 1.286em;
	margin-top: -5px;
	margin-bottom: 25px;
}
section.content_block:not(.no-header) > div,
section.side_block:not(.no-header) > div {
	margin: 6px 0 0 0;
	border-top: 2px #3b3956 solid;
}
section.content_block:not(.no-style) > div,
section.side_block:not(.no-style) > div {
	background: white;
	padding: 25px 30px;
}
section.side_block:not(.no-style) > div {
	background: #e9e9e9;
}
section.content_block.no-style:not(.no-header) > div,
section.side_block.no-style:not(.no-header) > div {
	padding-top: 20px;
}
aside.middle {
	margin-bottom: 30px;
}
aside.middle section.content_block:last-child {
	margin-bottom: 0;
}
section.contact-seller-bottom {
	margin-top: 30px;
	padding-bottom: 0!important;
}
section.contact-seller-bottom > div {
	background: white!important;
}
/* content/sidebar block end */

/* sidebar search block */
section.side_block.side_block_search > div {
	border: 2px #3b3956 solid;
	background: none;
}
section.side_block_search.tabs-inside {
	margin-top: 0px;
}

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

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

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

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

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

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

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

/*** PAGE FOOTER ***/
footer.page-footer {
	width: 100%;
	color: #858585;
	position: absolute;
	bottom: 0;
	left: 0;

	background: rgba(17,17,17,1);
	background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
}
footer.page-footer > div {
	padding: 24px 0 0;
	min-height: 168px;
	margin: 0 auto;
	position: relative;
}
footer.page-footer span.scroll-top {
	width: 34px;
	height: 34px;
	position: absolute;
	top: -50px;
	left: -34px;
	background: rgba(166,166,166,.8);
	cursor: pointer;

	transition: background 0.3s ease;
}
footer.page-footer span.scroll-top:hover {
	background: rgba(166,166,166,1);
}
footer.page-footer span.scroll-top:before {
	content: '';
	width: 16px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 9px;
	background: url('../img/gallery.png') left -40px no-repeat;
}
nav.footer-menu {
	position: relative;
	float: right;
	width: 75%;
	padding-left: 30px;
}
nav.footer-menu > ul {
	margin-top: -3px;
}
nav.footer-menu > ul > li {
	display: inline-block;
	width: 33.33%;
	padding-bottom: 5px;
}
nav.footer-menu a {
	color: #cdcdcd;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.857em;
}
nav.footer-menu a:hover {
	box-shadow: inset 0 -1px 0 rgba(205,205,205,.4);
}
nav.footer-menu a.active {
	color: #3b3956;
}
nav.footer-menu a.active:hover {
	box-shadow: none;
}
.footer-data {
	font-size: 0.857em;
	color: #767676;
	overflow: hidden;
}
.footer-data div.logo {
	width: 220px;
	height: auto;
	margin-bottom: 17px;
}
.footer-data div.logo a {
	box-shadow: none;
}
.footer-data div.logo img {
	width: 100%;
	height: 100%;
	background: url('../img/footer-logo.png') 0 0 no-repeat;
}
.footer-data div.cp {
	padding: 0 33px;
	max-width: 240px;
}
.footer-data div.cp > div {
	padding-bottom: 5px;
}

footer.page-footer div.social {
	width: 215px;
	padding-left: 25px;
}
footer.page-footer div.social a.rss {
	color: #676767;
	font-size: 0.929em;
	text-transform: none;
	width: 105px;
	padding: 0 0 0 35px;
	display: inline-block;
	margin-bottom: 28px;
	position: relative;
	box-shadow: none;
}
footer.page-footer div.social a.rss:after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url('../img/gallery.png') left -731px no-repeat;
}
footer.page-footer .tweet_padding {
	margin-top: 8px;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
	margin: 30px 0 0;
	height: 37px;
	text-align: right;
}
ul.pagination > li {
	display: inline-block;
	height: 37px;
	vertical-align: top;
	font-size: 0.929em;
}
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 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 28px;
	line-height: 32px;
}
/*** 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: 400!important;
}

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

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

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

/* keyword search in box */
.kws-block {
	padding-bottom: 10px;
}
form.kws-block {
    padding-bottom: 30px;
}
.kws-block input[type=text] {
	width: 100%;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.kws-block .options ul {
	padding: 10px 0 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: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
div.close-black:before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('../img/gallery.png') 0 -287px no-repeat;
	opacity: 0.7;
}
div.close-black:hover:before {
	opacity: 1;
}

.close-red {
	width: 12px;
	height: 12px;
	display: inline-block;
	cursor: pointer;
	background: url('../img/gallery.png') -3px -11px 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;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
	margin-top: 10px;
}
.h1-nav nav > a:hover {
	opacity: 1;
}
.h1-nav nav > a.post_ad {
	background: #3b3956;
	color: white;
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	font-size: 0.929em;
	padding: 0 8px 0 22px;
	position: relative;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
	content: '';
	width: 2px;
	height: 10px;
	background: white;
	position: absolute;
	top: 6px;
	left: 11px;
}
.h1-nav nav > a.post_ad:after {
	width: 10px;
	height: 2px;
	top: 10px;
	left: 7px;
}
.h1-nav nav > a.post_ad:hover {
	background-color: #ff6161;
}

/* 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: 35px;
	white-space: nowrap;
	border-bottom: 1px #d4d4d4 solid;
	margin-bottom: 20px;
}
ul.tabs > li {
	display: inline-block;
	height: 35px;
	white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
}
ul.tabs > li > a {
    display: inline-block;
    height: 35px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    color: #3b3956;
    vertical-align: top;
    padding: 0 15px;
    text-decoration: none;
}
ul.tabs > li:first-child {
	margin-left: 0;
}
ul.tabs > li:last-child {
	margin-right: 0;
}
ul.tabs > li.active {
	z-index: 10;
    cursor: default;
}
ul.tabs > li.active > a {
	color: white;
	background: #1c1c1c;
	z-index: 10;
    cursor: default;
}
ul.tabs > li.more {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 34px;
	text-align: center;
	position: absolute;
    right: 15px;
    z-index: 40;
}
ul.tabs > li.more.opened {
	background: white;
	box-shadow: inset 0 2px 0 0px #aaaaaa, inset 2px 0 0 0px #aaaaaa, inset -2px 0 0 0px #aaaaaa;
    z-index: 42;
}
ul.tabs > li.more > span {
	width: 4px;
	height: 4px;
	background: #000000;
	display: inline-block;
	margin: 16px 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
ul.tabs > li.more > span:last-child {
	margin-right: 0;
}
ul.tabs > li.overflowed {
	position: absolute;
	right: 15px;
    margin-top: -3px !important;
	padding: 0;
	display: none;
	z-index: 41;
}
ul.tabs > li.overflowed.opened {
	display: block;
}
ul.tabs > li.overflowed > ul {
	background: white;
	padding: 3px 0 5px;
	border: 2px #aaaaaa solid;
}
ul.tabs > li.overflowed > ul > li > a {
    display: block;
	padding: 0 18px;
	white-space: nowrap;
	line-height: 40px;
    text-decoration: none;
}
ul.tabs > li.overflowed > ul > li.active > a {
	color: #2b2b2b;
}


/*Mohit_css start here*/

.area_listing .two-inline:not(.left) {
    flex-direction: unset !important;
}

/*Mohit_css here*/


.i-frame-calc .input-styles button, .i-frame-calc .loan-amount button, .i-frame-calc .repayment-period-amount button {
	background-color: #05CAB6 !important;
}

.i-frame-calc input[type="radio"]:checked + span {
	background-color: #05CAB6 !important;
}

ul.tabs.search_tabs {
	position: absolute;
	width: 100%;
	height: 34px;
	left: -2px;
	top: -36px;
	margin: 0;
	border: 0;
}
ul.tabs.search_tabs > li {
	height: 34px;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.tabs.search_tabs > li:not(.more) > a {
	display: block;
	height: 100%;
	line-height: 34px;
	margin: 0 10px 0 0;
	padding: 0 15px;
	border: 0;
	color: white;
	font-weight: 400;
	font-size: 0.929em;
	background: #323232;
	position: relative;
}
ul.tabs.search_tabs > li:not(.more) > a:after {
	content: '';
	position: absolute;
	right: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 0 0 17px;
	border-color: transparent transparent transparent #323232;
}
ul.tabs.search_tabs > li.active {
	background: transparent;
}
ul.tabs.search_tabs > li.active > a {
	background: #3b3956;
	color: white;
}
ul.tabs.search_tabs > li.active > a:after {
	border-color: transparent transparent transparent #3b3956;
}
/*** TABS END ***/

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

/*** SUBMIT FORM ELEMENTS ***/
div.submit-cell {
	padding-bottom: 10px;
	*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;
	color: #4f4f4f;
	padding: 8px 10px 8px 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: 0;
}
div.submit-cell.custom-padding {
	padding: 5px 0 10px 0;
}
div.submit-cell.custom-padding > div {
	min-height: 25px;
}
div.submit-cell.buttons {
	padding: 10px 0 0 0;
}

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

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

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

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

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

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

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

div#messages_cont {
	max-height: 600px;
	margin-bottom: 20px;
}
div#messages_cont .mCSB_container {
	margin-right: 10px;
}
ul#messages_area {
	margin-left: 13px;
}
ul#messages_area > li {
	border: 2px #e1e1e1 solid;
	padding: 15px 24px 15px 20px;
	margin: 0 40px 20px 0;
	position: relative;
}
ul#messages_area > li > div {
	padding: 0 0 10px 0;
}
ul#messages_area > li:last-child {
	margin-bottom: 0;
}
ul#messages_area > li.me {
	border-color: white;
	background: white;
	margin: 0 13px 20px 20px;
}
ul#messages_area > li.removed {
	opacity: 0.5;
}
ul#messages_area > li div.date {
	margin-top: 5px;
}
ul#messages_area > li:before,
ul#messages_area > li:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	left: -15px;
	bottom: -2px;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #e1e1e1 transparent;
}
ul#messages_area > li:after {
	left: -10px;
	bottom: 0;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #f2f2f2 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 white transparent;
}
ul#messages_area > li > span {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url('../img/gallery.png') right -469px no-repeat;
	cursor: pointer;
	display: none;
	opacity: 0.5;
}
ul#messages_area > li > span:hover {
	opacity: 0.9;
}
ul#messages_area > li:hover > span {
	display: block;
}

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

/*** FEATURED LISTINGS BOX ***/
ul.featured > li {
	margin-bottom: 30px;
}
ul.featured:not(.row) {
	margin-left: -15px;
	margin-right: -15px;
}
section ul.featured:last-child {
	margin-bottom: -30px;
}
ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
ul.featured > li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../img/no-picture.png') center center no-repeat #e9e9e9;
}
ul.featured > li.no-picture > a > img {
	background-size: auto auto;
}
.listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
}
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: #e9e9e9 !important;
}
ul.featured > li > ul {
	position: relative;
	padding: 9px 13px;
	background: white;
}
section.side_block:not(.no-style) ul.featured > li > ul,
section.content_block:not(.no-style) ul.featured > li > ul {
	padding-left: 0;
	padding-right: 0;
}
section.side_block ul.featured:not(.list) > li ul {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
    background: none;
}
ul.featured > li > ul > li:not(:last-child) {
	margin-bottom: 6px;
}
ul.featured > li > ul > li a {
	font-weight: 400;
}
ul.featured > li > ul > li.two-inline > nav > span {
	margin-top: 5px;
}

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

ul.featured.with-pictures ul.ad-info > li.title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

article.item:not(.no-image) ul.ad-info > li.title,
article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* max-height: 45px; */
}
article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
	-webkit-line-clamp: 1;
}
article.item:not(.no-image) ul.ad-info > li.fields:empty {
	display: none;
}
ul.ad-info > li.fields > span:not(:last-child) {
	margin-right: 5px;
}
ul.ad-info > li.fields > span:not(:last-child):after {
	content: ',';
}
ul.ad-info > li.fields {
	color: #444444;
}
ul.ad-info > li.price_tag > div > span,
ul.ad-info .price-tag > span,
ul.ad-info > li.system .type {
	font-weight: 400;
	font-size: 1.429em;
}
/*** FEATURED LISTINGS BOX END ***/

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

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

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

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

.grid_navbar div.list.active > div > span {
	background-color: #030303;
}
.grid_navbar div.list:not(.active):hover > div > span {
	background-color: #c21515;
}

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

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

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

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

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

/*** LISTINGS GRID ***/
/* grid view */
section#listings > article {
	position: relative;
}
section#listings div.picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
section#listings div.picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/no-picture.png) center center no-repeat white;
}
.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: white !important;
}
section#listings div.picture > span {
	min-width: 21px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	left: 8px;
	border: 2px #efefef solid;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}
section#listings div.picture > span:after {
	content: attr(accesskey);
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f1f1f1;
	left: -4px;
	top: -4px;
	box-shadow: 0 0 0 2px #f1f1f1;
    line-height: 16px;
}
section#listings ul.nav-column > li span.icon {
	opacity: 0.7;
}
section#listings ul.nav-column > li:hover span.icon {
	opacity: 1;
}
section#listings ul.nav-column > li span.icon {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
.favorite span.icon {
	background: url('../img/gallery.png') 0 -94px no-repeat;
	display: inline-block;
	width: 18px;
	height: 16px!important;
    cursor: pointer;
}
section#listings.grid .favorite span.icon {
	top: 1px!important;
}
.favorite.remove span.icon {
	background-position: -22px -94px;
}

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

	opacity: 0.7;
}
section#listings div.stat-line > * > a:hover:after,
section#listings div.stat-line > * > span:hover:after {
	opacity: 1;
}

section#listings > article div.navigation-column {
	width: 190px;
	padding-left: 20px
}
section#listings > article div.navigation-column div.before-nav {
	margin-bottom: 10px;
}
section#listings > article div.navigation-column div.before-nav:empty {
	display: none;
}

/* featured */
article.featured div.picture > span {
	border-color: #000!important;
}
article.featured div.picture > span:after {
	box-shadow: 0 0 0 2px #000!important;
	background-color: #000!important;
	color: white;
}
article.featured div.picture > span {
	border-color: white;
}
article.featured div.picture > div.label {
	position: absolute;
	right: 0;
	top: 0;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	background: #3b3956;
	font-size: 0.857em;
	text-align: center;
	color: white;
	font-weight: 400;
    z-index: 1;
}
section.my-listings article.featured div.picture > div.label {
	top: 0;
}
/* featured end */

/* list view */
section#listings:not(.list):not(.grid) {
	display: none;
}
section.list > article {
	margin: 0 0 30px 0;
	min-height: 95px;
    width: 100%;
}
section#listings.list > article:last-of-type {
	margin-bottom: 0;
}
section#listings.list div.picture {
    width: 240px;
    height: 160px; /* aspect ratio 3:2 */
    padding-bottom: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	float: left;
}
section#listings.list ul.ad-info {
	overflow: hidden;
}
section#listings ul.ad-info > li.system > span:not(:last-child) {
	margin-right: 30px;
}
section#listings ul.ad-info span.favorite {
	display: inline-block;
	vertical-align: middle;
}

section#listings.list ul.nav-column {
    text-transform: none;
}
section#listings.list ul.nav-column.stick-top {
	padding: 0;
}
section#listings.list ul.nav-column > li {
	cursor: pointer;
	position: relative;
	padding: 8px 0 8px 35px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	margin-top:2px;
}
section#listings.list ul.ad-info > li.fields > div.table-cell:last-child > div {
	padding-bottom: 0;
}

section#listings.list li.custom-favorite {
    background: #1e1c34;
    padding: 10px 0px 10px 35px !important;
}
section#listings.list li.custom-favorite a, section#listings.list li.custom-favorite span {
    color: #fff;
}
ul.rating-bar {
    background: #000;
    opacity: 0.9;
    padding: 4px 10px 0px;
}
/* list view end */

/* grid view */
section.grid > article {
	padding-bottom: 30px;
}
section#listings ul.ad-info {
	text-transform: none;
}
section#listings.grid ul.ad-info > ol {
	display: none;
}
section#listings.grid > article div.picture {
	margin-bottom: 10px;
}
section#listings.grid > article:not(.no-image) ul.ad-info > li.title,
section#listings.grid > article:not(.no-image) ul.ad-info > li.fields {
	display: block;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
section#listings.grid ul.ad-info > li:not(:last-of-type) {
	margin-bottom: 4px;
}
section#listings.grid > article div.navigation-column {
	/*position: absolute;
	width: auto;
	bottom: 30px;
	right: 16px;
	z-index: 1;*/
	position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    float: left;
    left: 0;
}
section#listings.grid ul.nav-column {
    display: flex;
    flex-flow: column-reverse;
}
/*section#listings.grid ul.nav-column {
    display: inline-flex;
    flex-flow: row;
    margin-left: 0;
    float: left;
    width: 100% !important;
}
section#listings.grid ul.nav-column > li {
	margin-top: -85px !important;
}
section#listings.grid ul.nav-column li.custom-favorite a {
    display: none;
}*/


section#listings.grid ul.nav-column > li.system {
    width: 240px;
    /*margin-top: -85px !important;*/
}
section#listings.grid > article div.navigation-column{
	padding-left: 0;
}
section#listings.grid .main-column.clearfix {
    margin-bottom: 132px;
}
#controller_area section#listings .price-tag span{
	font-size:16px;
	float: right;
	text-align: right;
}
section#listings.grid > article div.navigation-column div.before-nav {
	display: none;
}
/*section#listings.grid ul.nav-column > li {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 8px;
	position: relative;
}*/
section#listings.grid ul.nav-column > li.custom-favorite {
	background: #000;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section#listings.grid ul.nav-column > li.custom-favorite a, section#listings.grid ul.nav-column > li.custom-favorite span {
    color: #fff;
	font-size: .9em;
}
section#listings.grid ul.nav-column > li:first-child {
	margin-left: 0;
}
section#listings.grid ul.nav-column > li.custom-favorite span.icon {
    top: auto;
    left: 45px;
}
section#listings.grid ul.nav-column > li.compare-grid-icon.add_to_compare {
    top: -115%;
    position: absolute !important;
    left: 80%;
    right: 0px;
    bottom: auto !important;
}
section#listings.grid ul.nav-column > li#custom-Undo-Favorite + li.compare-grid-icon.add_to_compare, section#listings.grid ul.nav-column > li#custom-add-Favorite + li.compare-grid-icon.add_to_compare {
    top: -290% !important;
	left: 80%;
}
li.compare-grid-icon.active.remove_from_compare {
    position: absolute !important;
    top: -160%;
    left: 80%;
    right: 20px;
}
li.compare-grid-icon.active.remove_from_compare span.link {
    display: none;
}
/*section#listings.grid ul.nav-column > li.compare-grid-icon.add_to_compare span.icon{
	top: -100% !important;
	bottom: auto;
	left: auto !important;
	right: 20px !important;
}*/
section#listings.grid ul.nav-column > li.add_to_compare span.icon {
	background: #fff url('../img/gallery.png') right -22px no-repeat!important;
}
section#listings.grid ul.nav-column > li span.icon {
	top: 0;
}
section#listings.grid ul.nav-column > li > a > span.link,
section#listings.grid ul.nav-column > li.add_to_compare > span.link {
	display: none;
}
/* grid view end */

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

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

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

/*** LISTING DETAILS ***/
div.listing-details {
	position: relative;
}
div.listing-details h1 {
	margin: 0 0 18px 0;
}

/* top navigation */
div.listing-details div.top-navigation {
	height: 42px;
	padding: 0 15px;
	background: #eaeaea;
	position: relative;
}

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

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

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

/* gallery */
div.gallery > div#media {
	height: 513px;
	position: relative;
}
div.gallery div.preview,
div.gallery div.map-container,
div.gallery video#player {
    width: 100%;
	height: 100%;
	background: white;
}
div.gallery div.map-container {
	background-color: #e9e9e9;
}

div.gallery div#media.map .preview,
div.gallery div#media.map + div.thumbs,
div.gallery div#media.locked span.zoom,
div.gallery div#media.map span.map,
div.gallery div#media.map span.zoom,
div.gallery div#media.gallery span.gallery,
div.gallery div#media.video .nav-buttons {
	display: none !important;
}

div.gallery div#media > .nav-buttons span.nav-button {
	height: 38px;
	line-height: 36px;
	padding: 0 12px;
	background: rgba(55,55,55,.6);
	color: white;
	font-size: 0.929em;
	cursor: pointer;
    display: inline-block;
}
div.gallery div#media > .nav-buttons > .nav-button {
    position: absolute;
    left: 10px;
    top: 10px;
}
div.gallery div#media > .nav-buttons > span.map-group {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}
div.gallery div#media > .nav-buttons > span.map-group span {
	position: static;
}

div.gallery div#media.map .map-container {
	display: block;
}

div.gallery div.preview iframe {
	width: 100%;
	height: 100%;
	display: none;
}
div.gallery div#media.video:not(.local) div.preview iframe {
	display: block;
}
div.gallery div#media.local div.preview video#player {
	display: block;
}
div.gallery div#media.video div.preview img {
	display: none;
}
div.gallery div.preview.video span.media-enlarge,
div.gallery div.preview.video img {
	display: none;
}
div.gallery div.preview > img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
    object-fit: contain;
}

/* 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: white;
}
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 {
	width: 100%;

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

/* gallery thumbnains bar */
div.gallery > div.thumbs {
	height: 95px;
	padding: 11px;
	background: #eaeaea;
	position: relative;
}
div.gallery > div.thumbs > div.prev,
div.gallery > div.thumbs > div.next {
	width: 71px;
	height: 71px;
	background: white;
	position: absolute;
	cursor: pointer;
	left: 11px;
	top: 11px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
div.gallery > div.thumbs > div.next {
	left: auto;
	right: 11px;
}
div.gallery > div.thumbs > div.disabled {
	cursor: default;
	opacity: 0.5;
}
div.gallery > div.thumbs > div.prev:before,
div.gallery > div.thumbs > div.next:before {
	content: '';
	width: 12px;
	height: 22px;
	background: url('../img/gallery.png') 0 -366px no-repeat;
	position: absolute;
	top: 24px;
	left: 29px;
	opacity: 0.7;
}
div.gallery > div.thumbs > div.next:before {
	background-position: -12px -366px;
	left: 32px;
}
div.gallery > div.thumbs > div.prev:not(.disabled):hover:before,
div.gallery > div.thumbs > div.next:not(.disabled):hover:before {
	opacity: 1;
}
div.gallery > div.thumbs > div.slider {
	margin: -23px 73px 0;
	padding: 23px 0 0;
}
div.gallery > div.thumbs > div.slider > ul {
	white-space: nowrap;
}
div.gallery > div.thumbs > div.slider > ul > li {
	display: inline-block;
	position: relative;
    transition: transform 0.3s ease;
}
div.gallery > div.thumbs > div.slider > ul > li span.play {
	position: absolute;
	background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
	margin: 2px;
	left: 0px;
	top: 0;
	right: 2px;
	bottom: 0px;
	cursor: pointer;
}
div.gallery > div.thumbs > div.slider > ul > li img {
	width: 71px;
	height: 71px;
    background: white;
    border: 2px white solid;
	cursor: pointer;
	margin-right: 2px;
    object-fit: cover;
}
.listing-fit-contain div.thumbs > div.slider > ul > li img {
    object-fit: contain !important;
}
div.gallery > div.thumbs > div.slider > ul > li.locked img {
	background-color: #eeeeee;
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
div.gallery span.img-loading {
	background: url('../img/img_loader.gif') center center no-repeat #444444;
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}
/* gallery thumbnains bar end */
/* gallery end */

div.listing-details {
	overflow: hidden;
}
.monthly-price-tag {
	height: 42px;
    line-height: 48px;
    background: #05CAB6;
	color:  white;
    font-size: 1.714em;
    font-weight: 700;
    padding: 0 13px 0 19px;
    margin-left: 60px;
    margin-top: -6px;
    position: relative;
	text-align:right;
}
.combine_price .from_sec {
background: #05CAB6;
/*padding: 19px 27px;*/
width: 196px;
margin-left: 105px;
/* / text-align: right; / */
}
.monthly-price-tag:nth-child(1) , .monthly-price-tag:nth-child(3) {
font-weight: 500;
font-size: 18px;
line-height: 1.9;
text-transform:capitalize;
}

.monthly-price-tag:nth-child(3) {padding: 10px;margin: auto;}

.monthly-price-tag:nth-child(2) {
    font-size: 2.0em;
    margin: auto;
    height: 29px;
    line-height: 1;
    text-align: right;
    font-weight: 600;
    padding: 0px 12px 0 0;
}
.black_banner {
    background: #212121;
    color: #fff;
    text-align: center;
    padding: 20px 0 20px 0;
    text-transform: capitalize;
}

div#area_listing .two-inline {
    flex-direction: row-reverse !important;
}

.black_banner h2 {
    font-size: 19px;
    font-weight: 600;
}

.black_banner p {
    font-size: 13px;
	padding: 6px 0px 0px 0px;
}

div.listing-details div.price-tag {

    height: 42px;
    line-height: 44px;
    background: #000;
	color:    white;
    font-size: 1.714em;
    font-weight: 500;
    padding: 0 13px 0 19px;
    margin-left: 30px;
    margin-top: -6px;
    position: relative;
    text-align: right;

}

div.listing-details div.price-tag > div {
	background: #3b3956;
	position: absolute;
	width: 13px;
	height: 18px;
	top: 12px;
	left: -13px;
	display:none;
}
div.listing-details div.price-tag > div > span {
	background: white;
	position: absolute;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 10px;
}
div.listing-details div.price-tag > div:before,
div.listing-details div.price-tag > div:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 13px;
	border-color: transparent transparent #3b3956 transparent;
	position: absolute;
	top: -12px;
	left: 0;
	display:none;
}
div.listing-details div.price-tag > div:after {
	border-width: 0 13px 12px 0;
	border-color: transparent #3b3956 transparent transparent;
	top: auto;
	bottom: -12px;
}
#area_listing  div.listing-fields > div.row {
	margin-bottom: 25px;
}
/* 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 {
	padding: 15px 15px 25px;
	background: white;
}
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 0 15px 0;
}
.seller-short ul.seller-info {
	padding-bottom: 45px;
	overflow: hidden;
	position: relative;
}
.seller-short ul.seller-info > li.name {
	margin-top: -2px;
}
.seller-short div.landscape ul.seller-info > li.name {
	font-size: 1.286em;
	padding-bottom: 10px;
}
.seller-short ul.seller-info > li.name a {
	font-weight: 400;
}
.seller-short ul.seller-info .type {
	font-weight: 400;
	color: #8e8e8e;
	font-size: 0.929em;
	font-style: italic;
}
.seller-short ul.seller-info > li.about {
	font-size: 0.929em;
	padding: 10px 0 0;
}
.seller-short:not(.no-pucture) a.low {
	position: absolute;
	bottom: 0;
}
.seller-short div.form {
	margin-top: 25px;
}
.seller-short form div.field {
	position: relative;
}
.seller-short form 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;
}
/* 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 div.picture {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: white;
    text-align: center;
}
section#accounts > article div.no-picture div.picture > a,
section#accounts > article div.picture > a > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
section#accounts > article div.no-picture div.picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url('../img/no-account.png');
}
section#accounts div.statistics {
	overflow: hidden;
	position: relative;
	height: 105px;
}
section#accounts div.statistics > ul > li.name {
    padding-bottom: 5px;
    word-break: break-word;
}
section#accounts div.statistics div.counter span:first-child {
	display: block;
	font-size: 1.286em;
	font-weight: 600;
}
section#accounts div.statistics div.counter span:last-child {
	font-size: 0.929em;
}
section#accounts ul.info > li {
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
section#accounts > article > ul > li.fields {
	font-size: 0.929em;
	line-height: 18px;
    text-transform: none;
}
section#accounts ul.info > li.fields > span:not(:last-child):after {
	content: ',';
}
section#accounts ul.info > li.tel a {
	font-weight: 400;
}

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

/*** ACCOUNT DETAILS PAGE ***/
section.seller-short li.counter {
	padding: 15px 0 0 0;
}
section.seller-short li.counter span:first-child {
	font-size: 1.286em;
	font-weight: 600;
}
section.seller-short li.counter span:last-child {
	font-size: 0.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 .links {
    padding-top: 15px;
}
.login-form .divider {
    padding-top: 5px;
    display: block;
}
.login-form .button {
    margin-bottom: 15px;
}
.fb-connect {
	display: inline-block;
	line-height: 34px;
	height: 34px;
	padding: 0 20px 0;
	color: white!important;
	font-size: 1.071em;
	background: #547fd8;
	padding-left: 45px;
	position: relative;
	margin: 0 0 0 10px;
	vertical-align: top;
	box-shadow: none!important;
}
.fb-connect:before {
	content: 'f';
	position: absolute;
	width: 17px;
	height: 20px;
	line-height: 20px;
	left: 12px;
	top: 7px;
	text-transform: none;
	font-size: 1em;
	border-right: 1px #a3b5da solid;
	text-align: left;
}
.fb-connect:hover {
	background: #618be2;
}

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

/*** MY PACKAGES ***/
ul.packages > li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	width: 364px;
	border: 2px #e9e9e9 solid;
	padding: 15px 18px;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
ul.packages > li div.plan-info {
	width: 45%;
	float: left;
	margin-top: -3px;
}
ul.packages > li .highlight {
	color: black;
}
ul.packages > li div.listing-info {
	overflow: hidden;
	padding: 3px 0 0 20px;
}
ul.packages li > div > div > span {
	display: block;
}
ul.packages h3 {
	color: #393939;
	font-size: 1.286em;
	font-weight: 200;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: -5px 0 10px 0;
}
ul.packages span.price {
	color: #3a3a3a;
	font-size: 2.429em;
	font-weight: normal;
	padding: 0 0 15px;
}
ul.packages span.count {
	color: #888;
	font-weight: 400;
}
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;
}
.plans-container ~ .nav-buttons {
    padding-top: 20px;
}
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: 28px;
	line-height: 26px;
	vertical-align: top;
}
div.table-cell:not(.wide-field) > div {
	font-size: 0.929em;
}
div.table-cell > div.name {
	width: 160px;
	color: #01cab8;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing-fields {
    margin-top: 0px;
}
div.table-cell > div.name > div {
	background: url('../img/gallery.png') 0 16px repeat-x;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
}
div.table-cell > div.name > div > span {
	background: #f2f2f2;
	padding-right: 7px;
}
section.content-section div.table-cell > div.name > div > span {
	background: white;
}
div.table-cell div.value {
	color: #111111;
	word-wrap: break-word;
	overflow: hidden;
	text-transform: none;
}
div.table-cell > div.name + div.value {
	padding-left: 10px;
}
div:not(.body) > div > div.table-cell.wide-field {
	margin-top: 10px;
	margin-bottom: 20px;
}
#area_listing div.listing-fields > div:first-child > div.table-cell.wide-field:first-child div.name {
	display: none;
}
div.table-cell.wide-field div.name {
	float: none;
	width: 100%!important;
}
div.table-cell.wide-field div.name > div {
	background: none;
}
div.table-cell.wide-field > div.name + div.value {
	padding-left: 0px;
}
div.table-cell ul.checkboxes {
	margin-bottom: 15px;
}
div.table-cell ul.checkboxes > li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.table-cell ul.checkboxes > li img {
	width: 21px;
	height: 12px;
	vertical-align: baseline;
	margin-right: 8px;
	margin-left: 2px;
}
button.js-decrease-figure, button.js-increase-figure {
    background: #01cab8;
}
.i-frame-calc input[type="radio"]:checked + span {
	background-color: #01cab8;
}
div.table-cell ul.checkboxes > li.active img {
	background: url('../img/gallery.png') 0 -147px no-repeat;
}
div.table-cell ul.checkboxes > li:not(.active) {
	color: #9e9e9e;
	text-decoration: line-through;
}
/* details table end */

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

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

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

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

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

.mass-actions {
	padding: 15px 0 0 14px;
}
.mass-actions > a:not(:last-child):after {
	content: '|';
	padding: 0 10px;
	color: #5c5c5c;
	font-size: 0.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;
}
.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;
	padding-top: 4px;
}
ul.news h4 {
	overflow: hidden;
	padding: 0 10px 0 0;
}
ul.news article {
	padding: 10px 0 0 0;
	font-size: 0.929em;
}
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 > header {
	padding: 0 0 8px;
	border-bottom: 2px #d4d4d4 solid;
	text-transform: uppercase;
    color: #3b3956;
	font-weight: 700;
}
div.fieldset > header > span.arrow {
	display: none;
}
div.fieldset > div.body > div {
	padding: 15px 0 5px;
}

#controller_area div.fieldset > header,
.content_block div.fieldset > header {
	border: 0;
	padding-bottom: 0;
}
#controller_area div.fieldset > header:after {
	content: '';
	display: inline-block;
	background: red;
}

#controller_area div.fieldset > header > span.arrow {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 -4px;
	cursor: pointer;
	position: relative;
}
#controller_area div.fieldset > header > span.arrow:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	top: 6px;
    left: 4px;
	background: url('../img/gallery.png') -14px -315px no-repeat;
}
#controller_area div.fieldset > header > span.arrow.up:after {
	background-position: 0 -315px;
}
#controller_area div.fieldset > div.body > div {
	padding-top: 10px;
}

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

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

div.categories ul > li {
	float: left;
	width: 100%;
}
div.categories ul div.item div.parent-cateory {
	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 15px repeat-x;
	text-overflow: ellipsis;
}
div.categories div.category-counter {
	text-align: right;
	float: right;
}
a.category {
	font-size: 1.071em;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: white;
	margin-right: 5px;
}
div.categories div.category-counter > span {
	color: #222222;
	font-size: 1.286em;
	font-weight: 400;
	display: inline-block;
	height: 22px;
	margin-top: -2px;
	padding: 0 0 0 7px;
}
aside.left > section.side_block:not(.no-style) a.category {
	background-color: #e9e9e9;
}
.empty-category a,
.empty-category a:hover,
.empty-category div.category-counter > span,
.empty-category div.sub_categories {
	color: #bbbbbb!important;
}
div.category-slider-bar {
	position: absolute;
	top: -31px;
	right: -5px;
}
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;
	vertical-align: top;
	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;
	margin: 0 5px;
	height: 4px;
	margin-top: 6px;
}
div.category-slider-bar > span.navigation > span {
	width: 18px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
div.category-slider-bar > span.navigation > span:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 6px;
	background: #3b3956;
	border-radius: 50%;
}
div.category-slider-bar > span.navigation > span.active:after {
	background-color: #141414;
	width: 8px;
	height: 8px;
	top: 2px;
}
section.categories-box {
	box-shadow: none;
	background: #f1f1f1;
}
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;
}
.sub-categories-exist div.parent-cateory {
	padding-bottom: 0!important;
}
.sub-categories-exist div.category-name {
	background: none!important;
}
.sub-categories-exist div.category-counter > span {
	padding: 0!important;
}
.sub-categories-exist div.category-name > a {
	padding: 0;
}
.categories .sub_categories {
	padding: 0 0 15px 5px;
}
.categories .sub_categories span.more {
	cursor: pointer;
	color: #02a5b8;
	font-size: 0.929em;
	display: inline-block;
}

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

/*** CATEGORIES TREE BLOCK ***/
ul.cat-tree li {
	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: 12px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 0.929em;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.cat-toggle {
	background: #d4d4d4;
	height: 10px;
	margin-top: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	line-height: 2px;
	text-align: center;
}
section.side_block > span.expander {
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') right -119px no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 10px;
}
section.side_block > span.expander.active {
	background-position: 0 -119px;
}
/*** CATEGORIES TREE BLOCK END ***/

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

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

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

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

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

/*** MODAL WINDOW ***/
#modal_mask {
	background: rgba(0,0,0,0.6);
	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: 2px #3b3956 solid;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
.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: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.modal_block div.inner div.close > div {
	width: 14px;
	height: 14px;
	margin: 11px;
	background: url('../img/gallery.png') right -469px no-repeat;
	opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
	opacity: 1;
}
.modal_block div.inner div.modal_content {
	padding: 25px 50px 25px 30px;
	position: relative;
}
.modal_block.fullscreen div.inner,
.modal_block.fullscreen div.inner > .modal_content {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal_block.fill-edge div.inner div.modal_content {
	padding: 0;
}
#map_fullscreen {
	width: 100%;
	height: 100%;
}
.modal_block div.inner div.caption,
.modal_block div.inner div.caption_padding {
	color: #2b2b2b;
	font-size: 1.143em;
	padding: 0 0 20px;
	font-weight: bold;
	margin-top: -7px;
}
.modal_block div.inner div.caption_padding {
	padding: 0 0 20px 70px;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice {
	background: url('../img/gallery.png') -20px -1594px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
.modal_block div.inner div.notice {
	background-position: -21px -1346px;
}
.modal_block div.prompt {
	padding: 20px 0 0 0;
}
.modal_block div.prompt input {
	margin: 0 15px 0 0;
}
.modal_block 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: 100;
}
div.notification > div {
	background: rgba(0,0,0,.3);
	min-height: 46px;
	color: white;
	position: relative;
	font-size: 0.929em;
	font-weight: 400;
	padding: 3px;
}
div.notification > div > div.message {
	background: #31c26b;
}
div.notification.fixed {
	position: fixed;
}
div.notification.done {
	top: 0;
	transition: top 0.3s ease;
}
div.notification.top {
	z-index: 1200;
	position: fixed;
	top: 0;
}
div.notification.error > div > div.message {
	background: #f2695e;
}
div.notification.warning > div > div.message {
	background: #dab500;
}
div.notification > div > div.message {
	padding: 14px 45px 14px 18px;
	word-wrap: break-word;
	line-height: 1.640em;
	font-size: 1.143em;
}
div.notification ul {
	padding: 0 0 0 20px;
}
div.notification ul > li {
	list-style: circle;
}
div.notification ul > li:not(:first-child) {
	list-style: circle;
	padding: 4px 0 0 0;
}
div.notification div.close-black {
	top: 3px;
	right: 3px;
}
/*** NOTIFICATIONS END ***/

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

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

/*** HOME PAGE GALLERY ***/
div.featured_gallery {
	margin: 0 0 30px 0;
	position: relative;
}
div.featured_gallery div.preview {
	height: 440px;
	background: white;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.white-image a div{
background:#fff !important;
background-image:none !important;
}
div.featured_gallery div.preview:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;

	width: 30px;
	height: 30px;
	background-color: #3b3956;

	margin: -15px 0 0 -15px;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
div.featured_gallery div.preview > a > div {
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
}
div.featured_gallery div.preview > span {
	position: absolute;
	width: 48px;
	height: 48px;
	background: #3b3956;
	left: 0;
	top: 50%;
	margin: -24px 0 0 -7px;
	border: 2px white solid;
	border-radius: 3px;
	cursor: pointer;

	-moz-user-select: none;
	-webkit-user-select: none;
}
div.featured_gallery div.preview > span:hover {
	background: #ff6868;
}
div.featured_gallery div.preview > span:after {
	content: '';
	width: 14px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 14px;
	background: url('../img/gallery.png') left -1578px no-repeat;
}
div.featured_gallery div.preview > span.next {
	left: auto;
	right: 0;
	margin: -21px -7px 0 0;
}
div.featured_gallery div.preview > span.next:after {
	background-position: right -1578px;
	left: auto;
	right: 14px;
}

div.featured_gallery ul.featured {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 15px;
	margin-top: -15px;
}
div.featured_gallery ul.featured > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 0;
	position: relative;
}
div.featured_gallery ul.featured > li ul.ad-info {
	display: none;
}
div.featured_gallery ul.featured > li img {
	width: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.featured_gallery ul.featured > li:not(.no-picture) img {
	filter: brightness(0.7) contrast(110%);
	-webkit-filter: brightness(0.7) contrast(110%);
	-moz-filter: brightness(0.7) contrast(110%);
	-ms-filter: brightness(0.7) contrast(110%);
	-o-filter: brightness(0.7) contrast(110%);
	filter: gray;
}
div.featured_gallery ul.featured > li a {
	color: white;
}
div.featured_gallery ul.featured > li:last-child img {
	margin: 0;
}
div.featured_gallery ul.featured li.active ul.ad-info {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: #3b3956;
	color: white;
	padding: 8px 13px;
}
div.featured_gallery ul.featured li.active:after {
	content: '';
	left: 50%;
	top: -10px;
	position: absolute;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #3b3956 transparent;
}
div.featured_gallery ul.featured li.active img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	cursor: default;
}
div.featured_gallery ul.featured li.title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 35px;
    padding-bottom: 0;
    white-space: normal!important;
    margin-bottom: 8px;
}
div.featured_gallery ul.featured li.fields {
	color: white;
	text-transform: none;
	font-size: inherit;
}
div.featured_gallery ul.featured li.price_tag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
div.featured_gallery ul.featured li.price_tag > span {
	font-size: 1.571em;
	display: inline-block;
	padding: 0 13px 10px;
}
/*** HOME PAGE GALLERY END ***/

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

div#compare_listings_tab {
	max-width: 145px!important;
}
div#compare_listings_area {
	width: 270px!important;
}
.compare-icon > span,
section#listings ul.nav-column > li.add_to_compare span.icon {
	background: url('../img/gallery.png') right -40px no-repeat!important;
}
.compare-icon.remove > span,
section#listings ul.nav-column > li.remove_from_compare span.icon {
	background: url('../img/gallery.png') right -40px no-repeat!important;
}

#lnp_container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#lnp_container > li {
	position: absolute;
	top: 7px;
	left: 15px;
}
#lnp_container > li.link {
	display: none;
}
#lnp_container li.nav a {
	display: block;
	font-size: 0.929em;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 16px;
}
#lnp_container li.nav a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	left: 0;
	top: 8px;
	background: url('../img/gallery.png') -26px -8px no-repeat;

	opacity: 0.7;
}
#lnp_container li.next {
	left: auto;
	right: 15px;
}
#lnp_container li.next a {
	padding: 0 16px 0 0;
}
#lnp_container li.next a:before {
	left: auto;
	right: 0;
	background-position: -20px -8px;
}
#lnp_container li:hover a:before {
	opacity: 1;
}

li#listing_rating_dom {
	padding: 7px 0 12px!important;
	text-transform: none;
}

/* field bound boxes */
section.fieldBoundBoxes > div {
	padding-bottom: 10px!important;
}
ul.field-bound-box {
	margin-bottom: -2px;
}
ul.field-bound-box:not(.list) {

}
ul.field-bound-box:not(.list) > li {
	display: inline-block;
	padding-bottom: 20px;
	text-align: center;
}
ul.field-bound-box > li > a {
	display: inline-block;
	box-shadow: none;
}
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: #141414;
	padding: 5px 0 0 0;
}
ul.field-bound-box:not(.list) > li:not(.empty):hover span.count {
	color: #3b3956;
}
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;
}
/* field bound boxes */

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

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

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

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

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

.jslider .jslider-bg .v {
	background-color: #3b3956!important;
}

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

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

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

div.banner {
	display: inherit!important;
}

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

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

div#compare_listings_area {
	bottom: 48px!important;
}

section#listings div.stat-line .comments_icon {
	padding: 0;
	background: none!important;
}
section#listings div.stat-line li.bids > a:after {
	background-position: right -675px;
}
#rv_listings div.rv_first,
#rv_listings div.rv_last {
    text-transform: none;
}
ul.comments_block div.dark {
	text-transform: none;
}

.jslider .jslider-bg .r,
.jslider .jslider-bg .l {
    background: #d4d4d4!important;
}
#currency_selector > span.default > span.symbol {
    font-size: 1.5em;
}
.testimonials .side_block .header > p {
	font-size: 1.286em!important;
	font-weight: inherit!important;
	color: inherit!important;
}
.testimonials .side_block .header > a.add-testimonial {
	top: 0!important;
}
.testimonials .side_block .header {
	max-height: 24px!important;
}
.testimonials .side_block > div:last-child {
    margin-top: 10px!important;
}
body a.reportBroken img,
body a.removeBroken img {
    background-image: url(../img/gallery.png) !important;
    background-position: 0 -790px !important;
}
body  a.removeBroken img {
    background-position: 0 -808px !important;
}
body #listings a.reportBroken img,
body #listings a.removeBroken img {
    margin-top: -1px;
}
/*** PLUGINS CUSTOM END ***/

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

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

	/* main menu */
	header.page-header.stick {
		transition: none;
	}
	section.main-menu nav {

	}
	section.main-menu ul.menu {
		white-space: nowrap;
		width: 100%;
		height: 52px;
		position: absolute;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}
	section.main-menu div.mobile-menu-button {
		display: none;
	}
	section.main-menu ul.menu > li {
		display: inline-block;
		height: 100%;
		padding: 0 20px;
		vertical-align: top;
        text-align: left;
	}
	section.main-menu ul.menu > li:first-child:not(.active) {
		padding-left: 0;
	}
	section.main-menu ul.menu > li:last-of-type:not(.active) {
		padding-right: 0;
	}
	section.main-menu ul.menu > li > a {
		display: inline-block;
		font-size: 1.143em;
		padding: 16px 0 16px;
	    width: inherit;
	    vertical-align: top;
	}
	section.main-menu ul.menu > li > a:hover,
	ul#main_menu_more > li > a:hover,
	section.main-menu ul.menu > li.active > a {
		color: #3b3956;
		box-shadow: none;
	}
	section.main-menu ul.menu > li.active {
		background: url(../img/main-bg.gif) repeat top center #f9f9f9;
		box-shadow: 0 -4px 0 0 #191919, 0 -6px 0 0 #3b3956;
	}
	section.main-menu ul.menu > ol.more {
		display: inline-block;
		height: 100%;
		line-height: 50px;
		text-align: right;
	}
	section.main-menu ul.menu > ol.more > span {
		display: inline-block;
		padding: 0 15px;
		cursor: pointer;
		-moz-user-select: none;
		-webkit-user-select: none;
	}
	section.main-menu ul.menu > ol.more > span > span {
		width: 4px;
		height: 4px;
		background: white;
		display: inline-block;
		margin: 24px 2px 0 0;
		border-radius: 2px;
		vertical-align: top;
	}
	section.main-menu ul.menu > ol.more_active > span > span {
		background: #3b3956;
	}
	ul#main_menu_more {
		display: none;
		position: absolute;
		top: 148px;
		right: 0;
		padding: 5px 20px;
		background: #111111;
		z-index: 10;
		border-top: 0;
		text-align: left;
	}
	ul#main_menu_more > li {
		padding: 10px 0;
	}
	ul#main_menu_more > li > a {
		white-space: nowrap;
		text-decoration: none;
		box-shadow: none;
	}
	/* main menu end */

	section#content aside:last-of-type > section:not(.no-style):last-of-type > div {
		background: #e9e9e9;
	}
	/* sidebar block end */

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

	.grid_navbar {
		margin-bottom: 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 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	section.side_block ul.featured > li:last-child {
		margin-bottom: 0;
	}
	body.view-details-page aside.left {
		float: right!important;
                order: 2;
	}

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

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

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

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

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

	section.side_block table.table td.name {
		width: 45%;
	}
}
/*** LARGE DESKTOP VIEW ***/
@media screen and (min-width: 1200px) {
	.point1 {
		max-width: 1140px;
	}
	section.main-menu nav {

	}

	a.category {
		font-size: 1.143em;
	}
	div.table-mode .search-form-cell {
		display: table-cell;
	}
	#search_area div.table-mode {
		display: table;
		width: 100%;
	}
	#search_area div.table-mode > form {
		display: table-row;
	}

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

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

	section.account-info h3 {
		white-space: normal;
		max-width: 230px;
	}
	table.info td.name,
	div.table-cell.small > div.name {
		width: 110px;
		white-space: nowrap;
	}

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

	div.special-block section > div.clearfix {
		height: 230px;
	}
	div.special-block a.category {
		font-size: 1.214em;
	}
}
/* for banner padding */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.black_banner {
    padding: 20px 20px 20px 20px;
}
}
/*** LAPTOP VIEW ***/
@media screen and (width: 1280px) {

}
/*** MIDDLE DESKTOP VIEW ***/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.point1 {
		max-width: 940px;
	}
	section.main-menu nav {
		width: 660px;
	}

	.shc-group ul.checkboxes > li {
		width: 100%!important;
	}

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

	/* home page featured gallery */
	div.featured_gallery ul.featured {
		margin-left: -10px;
		margin-right: -10px;
	}
	div.featured_gallery ul.featured > li {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 15px;
	}
	div.featured_gallery ul.featured li.active ul.ad-info {
		padding: 5px 7px;
		left: 10px;
		right: 10px;
	}
	div.featured_gallery ul.featured li.price_tag span {
		padding: 0 7px 5px;
		font-size: 1.286em;
	}

	div.featured_gallery ul.featured li.active:after {
		border-width: 25px 0 0 25px;
		left: 10px;
		top: -25px;
	}
	/* home page featured gallery end */

	div.gallery > div#media {
		height: 406px;
	}
	div.gallery > div.thumbs {
		height: 86px;
	}
	div.gallery > div.thumbs > div.slider > ul > li img {
		width: 65px;
		height: 65px;
	}
	div.gallery > div.thumbs > div.prev,
	div.gallery > div.thumbs > div.next {
		width: 62px;
		height: 65px;
	}
	div.gallery > div.thumbs > div.slider {
		margin: -23px 64px 0;
	}
	div.gallery > div.thumbs > div.prev:before {
		top: 21px;
		left: 25px;
	}
	div.gallery > div.thumbs > div.next:before {
		top: 21px;
		left: 27px;
	}

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

	section.account-info h3 {
		white-space: normal;
		max-width: 160px;
	}

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

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

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

    section#listings.list div.picture {
        width: 190px;
        height: 126px;
    }
	section#listings > article div.navigation-column {
		width: 150px;
	}
	section#listings ul.ad-info > li {
		margin-bottom: 4px;
	}

	/* page footer */
	nav.footer-menu {
		width: 70%;
	}
	nav.footer-menu > ul > li {
		width: 50%;
	}



	/* page footer end */
}
/*** 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 ***/

    div.gallery > div.thumbs > div.slider > ul > li.active {
        transform: translateY(-23px);
    }
    div.gallery > div.thumbs > div.slider > ul > li.active.video {
        transform: translateY(-11px);
    }
}
/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
	body header.page-header {
		height: auto !important;
	}
	body header.page-header section.main-menu {
		height: auto;
	}
	div#logo {
		margin-top: 0;
	}
	div#wrapper {
		margin-bottom: 104px;
	}

	header.page-header > div > * > * {
		position: static;
	}
	div.kw-search {
		display: none;
	}

	section#controller_area:not(:empty) + aside {
		margin-top: 22px;
	}

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

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

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

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

		padding: 58px 22px 55px;
	}
	body.header-banner section.main-menu nav.menu ul.menu {
		top: 106px;
	}
	section.main-menu nav.menu ul.menu ol.more {
		margin-bottom: 30px;
		display: block!important;
	}
	section.main-menu nav.menu ul.menu > li > a {
		padding: 8px 0;
		display: inline-block;
	}
	section.main-menu nav.menu ul.menu > li > a:hover {
		color: #ff7e7e;
	}
	section.main-menu nav.menu ul.menu > li.active > a {
		color: white;
	}
	section.main-menu ul.menu span.mobile-menu-header {
		display: block;
		margin-bottom: 15px;
		position: relative;
	}
	section.main-menu span.mobile-menu-header > span:first-child {
		color: #6f6f6f;
		font-size: 1.286em;
	}
	section.main-menu span.mobile-menu-header > span:last-child {
		position: absolute;
		width: 25px;
		height: 32px;
		right: 0;
		top: -3px;
		cursor: pointer;
	}
	section.main-menu span.mobile-menu-header > span:last-child:before {
		content: '';
		position: absolute;
		width: 18px;
		height: 18px;
		left: 7px;
		top: 8px;
		background: url('../img/gallery.png') 0 -8px no-repeat;
		opacity: 0.7;

		transition: opacity 0.3s ease;
	}
	section.main-menu span.mobile-menu-header > span:last-child:hover:before {
		opacity: 1;
	}

	/* page footer */
	footer.page-footer > div {
		min-height: 80px;
		height: 80px;
		padding: 20px 0 0;
	}
	footer.page-footer .footer-menu,
	footer.page-footer .logo {
		display: none;
	}
	footer.page-footer .footer-data {
		padding-left: 20px;
	}
	.footer-data div.cp {
		max-width: none;
	}
	footer.page-footer span.scroll-top {
		top: 0px;
		left: 0px;
	}

	footer.page-footer div.social {
		width: auto;
	}
	footer.page-footer div.social div.buttons {
		display: none;
	}
	footer.page-footer div.social a.rss {
		margin: 0;
	}
	/* page footer end */

	section#main_container aside.left {
		display: block;
		width: auto;
		vertical-align: top;
		/*float: none;*/
	}
	body.view-details-page section#main_container section.seller-short {
		display: none;
	}

	section.side_block_search > h3 {
		color: #3b3956;
	}

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

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

	a.category {
		font-size: 1.214em;
	}
}
/*** FIXED TABLET VIEW ***/
@media screen and (width: 768px) {
	section.main-menu nav.menu ul.menu {
		right: 0;
	}
}
@media screen and (min-width: 767px) {
	section#listings.grid article.item.featured.two-inline.col-sm-4{
		width: 32%;
		margin: 1% 0.5%;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.point1 {
		max-width: 720px;
	}

	section.content_block {
		margin-bottom: 20px;
	}
	aside.middle section.content_block:last-child {
		margin-bottom: 0;
	}
	span.pills > label {
		width: auto!important;
	}
	div#header-banner {
		width: auto;
		height: auto;
	}

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

	/* home page featured listings gallery */
	div.featured_gallery div.preview {
		height: 380px;
		margin-right: 145px;
		-moz-user-select: none;
		-webkit-user-select: none;
	}
	div.featured_gallery div.preview > span {
		display: none;
	}
	div.featured_gallery ul.featured {
		width: 140px;
		height: 380px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 6px;
		margin: 0;
	}
	div.featured_gallery ul.featured > li {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		display: block;
	}
	div.featured_gallery ul.featured > li > img {
		margin-bottom: 2px;
	}
	div.featured_gallery ul.featured li.active ul.ad-info {
		left: 0;
		right: 0;
		bottom: 2px;
	    padding: 5px 7px;
	}
	div.featured_gallery ul.featured li.price_tag span {
		padding: 0 7px 5px;
	    font-size: 1.286em;
	}

	div.featured_gallery ul.featured li.active:after {
		border-width: 5px 6px 5px 0;
		border-color: transparent #3b3956 transparent transparent;
		top: 50%;
		left: -6px;
		margin: -2px 0 0 0;
	}
	/* home page featured listings gallery end */

	div.featured_gallery > ul.featured > li:nth-child(4n) {
		display: inherit;
	}

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

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

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

	/* listing details gallery */
	div.gallery > div#media {
		height: 482px;
	}
	div.gallery > div.thumbs > div.slider > ul > li img {
		width: 68px;
		height: 68px;
	}
	div.gallery > div.thumbs > div.prev,
	div.gallery > div.thumbs > div.next {
		width: 68px;
		height: 68px;
	}
	div.gallery > div.thumbs > div.slider {
		margin: -23px 70px 0 70px;
	}
	div.gallery > div.thumbs {
		height: 90px;
	}
	div.gallery > div.thumbs > div.prev:before {
		top: 23px;
		left: 27px;
	}
	div.gallery > div.thumbs > div.next:before {
		top: 23px;
		left: 29px;
	}
	div.gallery div#media > .nav-buttons span.nav-button.zoom {
		display: none;
	}
	/* listing details gallery */

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

	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.location-info {
		float: left;
		max-width: 300px;
	}
	section.account-location div.map-capture {
		width: 55%;
		margin: -18px -18px -18px 0;
		float: right;
	}

	section.account-info div.relative {
		float: left;
		width: 50%;
	}
	section.account-info div.info-table {
		overflow: hidden;
		margin-top: 0;
	}

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

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

@media  screen and (max-width:768px){
	ul.rating-bar {
		position: absolute;
		top: 0;
		left: 0;
	}
    ul.search_result_info_icons {
		margin-bottom: 60px;
		clear: both;
	}
	div#area_listing .two-inline {
		flex-direction: column-reverse !important;
	}
	div.listing-details div.price-tag {
		float: none;
		margin-bottom: 14px;
		display: inline-block;
		margin-left: 0px !important;
		width: 100%;
		text-align: center;
	}
	.combine_price .from_sec {
		background: #05CAB6;
		padding: 0;
		width: 100%;
		margin: auto;
		text-align: center !important;
	}
	div.listing-details div.price-tag {
		height: 42px;
		line-height: 44px;
		background: #000;
		color: white;
		font-size: 1.714em;
		font-weight: 500;
		padding: 0 13px 0 19px;
		margin-left: 0px;
		margin-top: -6px;
		position: relative;
		text-align: center;
	}
	.monthly-price-tag {
		height: 42px;
		line-height: 48px;
		color: white;
		font-size: 1.714em;
		font-weight: 700;
		padding: 0 13px 0 19px;
		margin-left: 0px;
		margin-top: -6px;
		position: relative;
		text-align: center;
	}
	.monthly-price-tag:nth-child(2) {
		font-size: 2.0em;
		margin: auto;
		height: 29px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
		padding: 0px 12px 0 0;
	}
	div#area_listing .two-inline > *:last-child {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		margin: 15px 0 10px 0;
	}
	h1 {
		font-size: 1.714em;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.h1-nav nav > a.post_ad {
		margin-right: 10px;
	}

	body.header-banner > div.main-wrapper {
		padding-top: 79px;
	}

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

	div#logo {
    	width: 250px;
	}

	/*.point1 {
		max-width: 480px;
		min-width: 320px;
	}*/
    .point1 section#content {
		width: 100%;
	}
	.circle > .default {
		padding: 0 10px;
	}
	div.top-navigation div.fright,
	div.top-navigation div.fright > span.circle:not(.circle_opened):last-child {
		border-right: 0;
	}
	.lang-wrapper,
	.lang-wrapper .circle:not(.circle_opened) {
		border-left: 0;
	}

	#lang-selector > span.default {
		text-indent: -300px;
		width: 56px;
	}
	#lang-selector > span.default:before {
		content: attr(accesskey);
		position: absolute;
		right: 32px;
		text-indent: initial;

	}
	#lang-selector > .default:after {
		position: absolute;
		right: 10px;
		top: 17px;
	}
    #user-navbar > .default:before {
        display: none !important;
    }
	#user-navbar > .default > span {
		max-width: 110px;
		white-space: nowrap;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}
	div#logo {
		margin-left: 10px;
	}

	body.header-banner section.main-menu nav.menu ul.menu {
		top: 77px;
	}
	section.main-menu span.menu-button {
		margin-left: 10px;
		margin-right: 10px;
	}

	footer.page-footer span.scroll-top {
		left: auto;
		right: 10px;
		top: -36px;
	}
	footer.page-footer .footer-data {
		padding-left: 10px;
	}
	.footer-data div.cp {
		padding: 0;
	}
	footer.page-footer div.social {
		margin-right: 10px;
	}

	ul.tabs.search_tabs {
		width: 100%;
	}
	ul.tabs.search_tabs.tabs_count_2 > li {
		width: 50%;
	}
	ul.tabs.search_tabs.tabs_count_3 > li {
		width: 33.333%;
	}
	ul.tabs.search_tabs.tabs_count_4 > li {
		width: 25%;
	}
	ul.tabs.search_tabs > li:not(.more) > span {
		padding: 0 10px;
		font-size: 1em;
	    margin: 0 15px 0 0;
	}
    ul.tabs > li.overflowed {
        margin-top: -2px !important;
    }

	/* home page featured gallery */
	div.featured_gallery div.preview > span {
		display: none;
	}
	div.featured_gallery {
		padding-bottom: 108px;
		position: relative;
	}
	div.featured_gallery div.preview {
		height: 240px;
	}
	div.featured_gallery ul.featured {
		float: none;
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 100%;
		height: 108px;
		padding: 10px 0 0 0;
	}
	div.featured_gallery ul.featured > li {
		display: inline-block;
		width: 140px;
		margin: 0 2px 0 0;
		padding: 0;
	}
	div.featured_gallery ul.featured li.active ul.ad-info {
		left: 0;
		right: 0;
		padding: 5px 7px;
	}
	div.featured_gallery ul.featured li.price_tag span {
	    padding: 0 7px 5px;
	    font-size: 1.286em;
	}
	/* home page featured gallery end */

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

	.search-form-cell.three-field > div > div input[type=text],
	.search-form-cell.three-field > div > div input[type=number] {
		width: 33%!important;
		margin-right: 4%;
	}
	.search-form-cell.three-field > div > div select {
		width: 26%;
	}
	.search-form-cell.three-field > div > div > *:not(:last-child) {
		margin-right: 0;
	}
	section.main-menu nav.menu ul.menu {
		padding: 58px 14px 55px 22px;
	}

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

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

	ul.tabs {
		margin-left: 10px;
		margin-right: 10px;
		height: 35px;
	}
	ul.tabs:not(.search_tabs) > li {
		margin: 0px 10px;
		font-size: 1em;
		height: 42px;
		line-height: 40px;
	}

	section.content-section ul.tabs {
		margin-left: 0;
		margin-right: 0;
	}
	#bread_crumbs > ul {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grid_navbar.listings-area .buttons > div.grid {
		display: none;
	}
	.grid_navbar .current,
	.grid_navbar ul.fields > li {
		padding: 0 10px;
	}

	/* listing list view */
	section#listings > article div.navigation-column {
		position: absolute;
		width: 100%;
		bottom: 0px;
		right:  0px;
		z-index: 1;
	}
    section#listings.list.no-image > article div.navigation-column {
        bottom: 25px;
        right: 10px;
    }
	section#listings > article div.navigation-column div.before-nav {
		display: none;
	}
	section#listings ul.nav-column > li {
		display: inline-block;
		height: auto;
		margin-left: 0px;
		margin-top: -20px;
	}
	section#listings.list ul.nav-column {
		display: flex;
		flex-flow: column-reverse;
	}
	section#listings.list ul.nav-column li.custom-favorite {
		/* background: #1e1c34; */
		width: 100%;
		padding: 10px !important;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	section#listings.list ul.search_result_info_icons {
		margin-bottom: 0px !important;
		clear: both;
	}
	section#listings.list ul.ad-info{
		margin-bottom: 0px !important;
	}
	section#listings ul.nav-column > li.system {
		height: auto;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	section#listings > article div.navigation-column {
		padding-left:0 !important;
	}
	section#listings ul.nav-column > li.custom-favorite span.icon {
		top: 10px;
		left: 20%;
		right: auto;
	}
	section#listings ul.nav-column > li span.icon {
		top: 0;
	}
	section#listings.grid ul.nav-column li.custom-favorite a {
		color: #fff;
	}
    section#listings ul.nav-column > li > a > span.link,
	section#listings ul.nav-column > li > span.link {
		display: none;
	}

	section.list > article {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	#listings article{
		max-width: 100%;
		text-align:center;
		margin-left: auto;
		margin-right: auto;
	}
	section#listings.list > article:not(.no-image) div.main-column {
		padding: 0 10px;
		margin-bottom: 134px;
	}
	section#listings.list div.picture {
        width: 100%;
       /* height: auto; */
		float: none;
		margin: 0;
	}
	#listings div.picture{
		width: 100%;
	}

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

	section#listings.list ul.ad-info > ol {
		display: none;
	}
	/* listing list view end */

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

	div.listing-details.loc-exists .content-section {
		margin-top: 42px;
	}
	#lnp_container > li {
		left: 10px;
	}
	#lnp_container li.next {
		left: auto;
		right: 10px;
	}
	div.listing-details .content-section {
		padding: 10px 10px 0;
	}
	div.gallery {
		position: relative;
	}
	div.gallery > div#media {
		height: initial;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
    div.gallery > div#media.map {
        position: relative;
        padding-bottom: 66%;
    }
    div.gallery > div#media.map .map-container {
        position: absolute;
    }
	div.gallery > div#media .preview,
	div.gallery > div#media .map-container,
	div.gallery > div#media span.nav-button.zoom,
	div.gallery > div.thumbs > div.prev,
	div.gallery > div.thumbs > div.next {
		display: none;
	}

	div.gallery > div#media .nav-buttons {
		position: absolute;
		width: 100%;
		height: 42px;
		bottom: -42px;
		text-align: center;
		padding: 2px;
	}

	/*div.gallery > div#media .map,
	div.gallery > div#media .gallery,
	div.gallery > div#media .map-group {
		position: static!important;
		display: inline-block;
		vertical-align: top;
	}*/
	div.gallery div#media > .nav-buttons > span.map-group {
		top: -6rem;
	}

	.map-group > .nav-button.gallery {
		display: none;
	}


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

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

	div.listing-details h1 {
		margin-bottom: 15px;
		padding: 0;
	}
	div.listing-details div.price-tag {
		float: none;
		margin-bottom: 14px;
		display: inline-block;
		margin-left: 51px;
	}
	body.view-details-page .seller-short div.info-table {
		display: none;
	}
	.seller-short > div:last-child {
		margin-top: 20px;
	}
	.seller-short.landscape div.picture {
		float: none;
	}

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

	div.listing-details section.statistics ul.controls {
		float: none;
		width: 100%;
	}
	div.submit-cell > div.name {
		float: none;
		width: auto;
		padding: 0;
		min-height: 26px;
		line-height: 26px;
	}
	div.submit-cell > div.name:empty {
		display: none;
	}
	#modal_block div.submit-cell div.name {
		width: 120px;
	}

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

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

	/* two */
	.field.two-fields > select,
	.field.two-fields > input[type=text] {
		width: 48%;
		margin-right: 4%;
	}
	.field.two-fields > select:last-child,
	.field.two-fields > input[type=text]:nth-child(2n) {
		margin-right: 0;
	}
	.field.two-fields > .custom-input,
	.field.couple-field > .custom-input {
		width: 50%;
		display: inline-block;
		padding-top: 10px;
	}
	/* three */
	.field.three-field > select {
		width: 26%;
		margin-right: 4%;
	}
	.field.three-field > input {
		width: 33%!important;
		margin-right: 4%;
	}
	.field.three-field > *:last-child {
		margin-right: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.map-search > div.controls > div > div.buttons {
		top: auto;
		left: 10px;
		bottom: 210px;
	}

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

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

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	body {
		background: url(../img/@2x/main-bg.gif) repeat top center #f9f9f9;
		background-size: 10px 10px;
	}
	.circle > .default:after {
		background: url('../img/@2x/gallery2.png') left -62px no-repeat;
		background-size: 40px auto;
	}
	.circle_opened > .default:after {
		background-position: -12px -62px;
	}
	#user-navbar > span.default:before {
		background: url('../img/@2x/gallery2.png') left -12px no-repeat;
		background-size: 40px auto;
	}
	section.main-menu span.mobile-menu-header > span:last-child:before {
		background: url('../img/@2x/gallery2.png') right -50px no-repeat;
		background-size: 40px auto;
	}

	div.close-black:before {
		background: url('../img/@2x/gallery2.png') right -857px no-repeat;
		background-size: 40px auto;
	}

	select {
		background: rgba(229,229,229,1);
		background: url('../img/@2x/gallery2.png') right -68px no-repeat, linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(214,214,215,1) 100%);
		background-size: 40px auto, auto;
	}
	input[type=number] {
		background-image: url('../img/@2x/gallery2.png');
		background-position: right -94px;
		background-repeat: no-repeat;
		background-size: 40px auto;
	}
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -794px;
        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 -794px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }

	.testimonials .area > div.quotes {
		background: url('../img/@2x/gallery2.png') -22px -212px no-repeat!important;
		background-size: 40px auto!important;
	}
	footer.page-footer span.scroll-top:before {
		background: url('../img/@2x/gallery2.png') right -224px no-repeat;
		background-size: 40px auto;
	}
	.footer-data div.icons a:before {
		background: url('../img/@2x/gallery2.png') 0 -270px no-repeat;
		background-size: 40px auto;
	}
	.footer-data div.icons a.facebook:before {
		background-position: -13px -270px;
	}
	.footer-data div.icons a.twitter:before {
		background-position: -24px -270px;
	}

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

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

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

	div.gallery > div.thumbs > div.prev:before,
	div.gallery > div.thumbs > div.next:before {
		background: url('../img/@2x/gallery2.png') left -400px no-repeat;
		background-size: 40px auto;
	}
	div.gallery > div.thumbs > div.next:before {
		background-position: 0 -422px;
	}
	div.gallery > div.thumbs > div.slider > ul > li.locked img {
		background-image: url('../img/@2x/locked.png');
		background-size: 25px auto;
	}
	div#picture_locked img {
		background-image: url('../img/@2x/locked-large.png');
		background-size: 96px auto;
	}
	#loan_reset_form {
		background: url('../img/@2x/gallery2.png') right -426px no-repeat;
		background-size: 40px auto;
	}

	section#listings div.picture > img,
    ul.featured:not(.accounts) > li .picture img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: 190px auto;
	}
	.seller-short form input + span {
		background: url('../img/@2x/gallery2.png') right -373px no-repeat;
		background-size: 40px auto;
	}
	.seller-short form input[name=contact_email] + span {
		background-position: right -391px;
	}
	.seller-short form input[name=contact_phone] + span {
		background-position: right -407px;
	}

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

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

	#lnp_container li.nav a:before {
		background: url('../img/@2x/gallery2.png') right -362px no-repeat;
		background-size: 40px auto;
	}
	#lnp_container li.next a:before {
		background-position: -28px -362px;
	}
	.compare-icon > span,
	section#listings ul.nav-column > li.add_to_compare span.icon {
		/*background: transparent url('../img/@2x/gallery2.png') 0 -363px no-repeat!important;*/
		background: transparent url(../img/gallery.png) right -22px no-repeat!important;
		background-size: 40px auto!important;
	}
	.compare-icon.remove > span,
	section#listings ul.nav-column > li.remove_from_compare span.icon {
		background: url('../img/@2x/gallery2.png') 0 -381px no-repeat!important;
		background-size: 40px auto!important;
	}

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

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

	section#accounts > article div.no-picture div.picture img,
	div.no-picture img.account-picture {
		background-image: url('../img/@2x/no-account.png');
		background-size: contain;
	}
	section.side_block > span.expander {
		background: url('../img/@2x/gallery2.png') right -502px no-repeat;
		background-size: 40px auto;
	}
	section.side_block > span.expander.active {
		background-position: 0 -502px;
	}

	ul.featured > li.no-picture > a > img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: 190px auto!important;
	}
	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') -25px -53px no-repeat;
		background-size: 40px auto;
	}
	div.close-black:hover > div,
	.close-red:hover {
		opacity: 0.8;
	}
	img.remove {
		background: url('../img/@2x/gallery2.png') 0 -857px no-repeat;
		background-size: 40px auto;
	}

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

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

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

	div.map-capture > img {
		background-size: auto 100%;
	}
	div.controls a#advanced_search:after {
		background: url('../img/@2x/gallery2.png') right -449px no-repeat;
		background-size: 40px auto;
	}

	#search_area #advanced_search:after {
		background: url('../img/@2x/gallery2.png') -34px -449px no-repeat;
		background-size: 40px auto;
	}

	div.featured_gallery div.preview > span:after {
		background: url('../img/@2x/gallery2.png') right -933px no-repeat;
		background-size: 40px auto;
	}
	div.featured_gallery div.preview > span.next:after {
		background-position: right -961px;
	}

	footer.page-footer div.social a.rss:after {
		background: url('../img/@2x/gallery2.png') left -968px no-repeat;
		background-size: 40px auto;
	}

	#bread_crumbs > ul > *:not(:last-child):after {
		background: url('../img/@2x/gallery2.png') left -738px no-repeat;
		background-size: 40px auto;
	}
	#bread_crumbs > ul > li:first-child > a {
		background: url('../img/@2x/gallery2.png') right -738px no-repeat;
		background-size: 40px auto;
	}
    body a.reportBroken img {
        background: url(../img/@2x/gallery2.png) 0 -520px no-repeat !important;
        background-size: 40px auto !important;
    }
    body a.removeBroken img {
        background: url(../img/@2x/gallery2.png) -20px -520px no-repeat !important;
        background-size: 40px auto !important;
    }
}
/*** PIXEL RETIO 1.5 END ***/

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

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

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

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

/*===============
Rohit Designer
================*/


.registration-page aside.left.col-md-4 {
display: none;
}

	#refine-search-form .bigger-body-type-container {
    width: 320px;
}


#refine-search-form .bigger-body-type-container li.body-type-container {
    width: 20%;
    margin: 18px;
}
.search-item.single-field.show select {
  width: 100%;
  margin: 5px auto;
}
.search-item.single-field.show {
  width: 100%;
  margin: 0 auto;
}
.view-details-page .table-cell.clearfix.wide-field {
    display: none;
}
aside.left .side_block.search_by_distance {
    display: none;
}
.left1.main-form .side_block.search_by_distance ,.side_block.fieldBoundBoxes {
	display: none;
}
/*.side_block.search_by_distance,.side_block.fieldBoundBoxes,ul.row.featured.clearfix.with-pictures,.header-banner-cont{
	display: none;
}*/
body.header-banner > div.main-wrapper{
	padding-top: 0px;
}
div.featured_gallery div.preview > a > div{
	background-size: cover;
}
aside.left1.main-form {
    margin-top: 0px !important;
	border-radius: 13px;
    background-color: #fff;

}
ul.tabs.tabs-hash.search_tabs{
	display: none;
}
h1{
	font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}

header.page-header {
    height: auto;
    margin: 0px;
    padding: 0;
}
/*topbar*/
header.page-header div.top-navigation {
    border-bottom: 0px #3b3956 solid;
    padding-top: 13px;
    background-color: #000;
}
.top-navigation h5 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.top-navigation .social-icon {
    display: inline-block;
    float: right;
}
.top-navigation .social-icon .fa {
    color: #fff;
    font-size: 19px;
    margin-left: 13px;
}
/*menu*/

header.page-header section.main-menu{
	height: auto;
}
section.main-menu ul.menu{
	position: static;
	margin-bottom: 0px;
}
.container{
	    max-width: 1170px;
			margin-left: auto;
margin-right: auto;
width: 100%;
}
div.kw-search {
    position: static;
    right: 0;
    top: 0;
}
.top-navigation h5 {
    margin: 0px;
}
.logo-bar {
    background-color: #fff;
  /*  overflow: hidden;*/
    padding: 32px 0px;
}
.circle_opened{
	background-color:transparent !important;
}
.circle_opened > .content {
    display: inline-block !important;
    background-color: #fff;
    box-shadow: 0px 6px 10px #0000008c;
    border-radius: 8px;
}
.logo-bar .currency-selector .font1, .font2, a.font2{
	color:#000;
}
#autocomplete {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
    padding-left: 30px;
    padding-bottom: 2px;
    height: 50px;
    width: 100%;
    background: #fff;
		border: 0;
		border-radius: 5px;
}
header.page-header {
    height: auto;
    margin: 0px;
    border: 0px;
		    padding: 0;

}
div.kw-search {
    position: static;
    right: 0;
    top: 0;
    display: inline-block;
    width: 50%;
}
div#logo {
    width: 265px;
    height: 40px;
    float: left;
    margin-top: 0;
}
nav.menu {
    text-align: center;
}
#user-navbar > span.default:before {
    background: none;
    content: '\f2c0';
    font-family: "FontAwesome";
    background-color: #eee;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding: 6px;
    font-size: 14px;
}
.circle > .default > span {
    vertical-align: middle;
    font-size: 15px;
}
.circle{
	border:0px;
	color:#000;
	font-weight: 600;
}
section.main-menu ul.menu > li > a {
    font-size: 17px;
    font-weight: 600;
}
@media screen and (min-width: 992px){
section.main-menu ul.menu > li.active {
    background: transparent;
    box-shadow: none;
    border-bottom: 3px solid #fff;
}
section.main-menu ul.menu > li > a:hover, ul#main_menu_more > li > a:hover, section.main-menu ul.menu > li.active > a {
    color: #fff;
}
section.main-menu ul.menu > li > a{
	    padding: 14px 0 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 1160px){
	#refine-search-form .bigger-body-type-container li.body-type-container {
		margin-right: 18px;
		margin-left: 0;
	}
}


/*=============
banner
==============*/
.text-box {
    /*position: absolute;*/
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
    width: 90%;
    display: flex;
    vertical-align: middle;
    line-height: 50;
}
.text-box h1 {
    color: #000;
    font-size: 5.3rem;
    font-weight: 600;
		margin-bottom: 0px;
}
.text-box h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
section.side_block.side_block_search > div {
    border: 0;
    background: none;
    border-radius: 11px;
}

/*========
tabs
==========*/

.main-form .side_block .clearfix {
	padding: 0px 29px;
}
 .main-form ul.tabs.search_tabs > li  a {
    background: #eee;
    color: #000;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 7px;
	font-family: comfortaa;
}
.main-form ul.tabs.search_tabs li.active a {
	background-color: rgba(9,21,70,1);
	color:#fff;
}
ul.tabs.search_tabs > li:not(.more) > a:after{
	border:0px;
}
ul.tabs.search_tabs > li.active > a:after {
    content: '\f0dd';
    position: absolute;
    right: 0;
	font-family: "FontAwesome";
    width: 20px;
    height: 20px;
	color:rgba(9,21,70,1);
    border: 0;
    left: 0;
    margin: 0 auto;
	bottom: 1px;
	font-size: 35px;
}
.main-form ul.tabs.search_tabs > li {
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    width: 35%;
    text-align: center;
	margin: 0 11px;
}
#tab_listings_tab2 {
    display: none;
}
/*#controller_area .price-tag span:first-child, .ad-info .price-tag span:first-child {
    display: none;

}*/
.main-form ul.tabs.search_tabs {
    position: static;
    width: 100%;
    height: auto;
    left: -2px;
    top: -36px;
    margin: 0;
    border: 0;
    text-align: center;
}

/*form*/

.main-form .search-item {
	float: left;
    padding: 15px 5px;
}
.search-item.three-field {
    width: 38%;
}
.main-form .field {
    font-size: 20px;
    font-weight: 600;
		margin-bottom: 5px;
}
.main-form section.side_block_search div.search-item {
    padding-bottom: 15px;
}
/*.main-form .search-item.three-field {
    width: 66%;
    padding: 0;
}*/
.main-form .three-field .field {
    /*padding: 0px 15px !important;
    margin-top: 15px;
    margin-bottom: 10px !important;*/
}
/*.main-form .search-item.three-field > input {
    width: 45.7%;
    margin:0px 15px;
}*/
.search-button {
    padding-top: 10px;
    clear: both;
    text-align: center;

}
.search-block-content {
    padding-top: 0px;
}
.search-block-content #hideshow{
	color:#1e1c34 !important;
}
.main-form input[type=submit],.main-form input[type=button],.main-form .file-input span,.main-form a.button,.main-form .btn {
    background: #1e1c34;
    /*background: linear-gradient(to bottom, #3b3956 0%, rgba(225,41,41,1) 100%) !important;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    height: 49px;
    padding: 0 70px 2px;
    color: white !important;
    font-size: 1.3em;
    font-weight: 600;
    font-family: comfortaa;
    text-transform: capitalize;
	border-radius: 5px;
	border: 0px;
	transition-duration: .5s;
	transition-property: color,box-shadow,background,border-color;

}
.main-form input[type=submit]:hover,.main-form input[type=button]:hover,.main-form:hover .file-input span:hover,.main-form a.button:hover,.main-form .btn:hover {
 background: #3b3956;
}
.main-form  .search-item.three-field span {
    background-color: #dbdbdb;
    border-radius: 100%;
    text-align: center;
    height: 50px;
    padding-top: 14px;
    width: 50px;
    font-weight: 600;
}
.main-form select,.main-form .search-item.three-field > input ,.main-form  input{
    background: rgba(229,229,229,1);
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    padding-right: 22px;
    height: 49px;
    border-radius: 3px;
}

/*========
header text
===========*/

.text-box .text-left {
    padding-top: 80px;
    vertical-align: middle;
    line-height: 50;
}




/*=======
blocks
=======*/



section h3 {
    font-size: 3rem !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.listings_box {
    text-align: center;
}
/*product*/

ul#listing_box_26 {
    text-align: left;
}
#listing_box_26.featured > li > ul {
    position: relative;
    padding: 9px 0px;
    background: white;
}
#listing_box_26.featured > li > ul > li a {
    font-weight: 400;
    font-size: 24px;
    font-weight: 600;
}
#listing_box_26 ul.ad-info > li.fields {
    color: #444444;
    font-size: 17px;
}
#listing_box_26 ul.ad-info > li.price_tag > div > span,#listing_box_26 ul.ad-info .price-tag > span,#listing_box_26 ul.ad-info > li.system .type {
    font-weight: 400;
    font-size: 1.429em;
    font-weight: 600;
    color: #3b3956;
}
section.content_block:not(.no-header) > div, section.side_block:not(.no-header) > div{
	border:0px;
}

/*============
testimonial
=============*/

    .slider {
        width: 100%;
        margin: 10px auto 0px;

    }

    .slick-slide {
      margin: 0px 20px;
    }
    .slick-active {
        opacity: 1;
    }
    .slick-slide img {
      width: 100%;
    }
	.slick-slide .blog-wrapper .blog-inner img{
		min-height:220px;
		max-height:220px !important;
	}

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

    .slick-current {
      opacity: 1;
    }

div.categories div.category-name{
	background:none;
}

/*========
logo slider
==========*/

.categories-box-nav {
    text-align: center;
    padding: 70px 0px;
}

/*========
testimonial
==========*/
.next {
position: absolute;
}
div.gallery > div.thumbs > div.slider {width: auto;}
section#testimonial {
    text-align: center;
    background-color: #eee;
    padding: 70px 30px 50px;
}

.down-block {
    clear: both;
		padding: 0px !important;
	}


/*==========\
newsletter
==========*/

section#newsletter {
    text-align: center;
    padding: 50px 0px;
    background-color: #eee;
}
#most-popular{
	text-align: center;
	padding: 0px 0px 50px;
	background-color: #fff;
}
div#categories_listings_13{
	    margin-top: 40px;
}
section#newsletter .form-control {
    height: 62px !important;
    border: 1px solid #000 !important;
    width: 100%;
		padding: 15px;
    border-radius: 3px !important;
}

section#newsletter h3,#most-popular h3 {
    margin-bottom: 20px;
}
button.btn.btn-default {
    padding: 14px 80px;
    border: 0px;
    height: auto;
    margin-top: 35px;
    font-size: 17px;
    font-family: comfortaa;
    text-transform: uppercase;
    font-weight: 600;
}
button.btn.btn-danger {
    padding: 9px 60px;
    border: 0px;
    height: auto;
    margin-top: 35px;
    font-size: 17px;
    font-family: comfortaa;
    text-transform: uppercase;
    font-weight: 600;
		border-radius: 30px;
}
#newsletter button.btn.btn-default {
	color:#fff;
}

.mini-box{
	width: 60%;
	margin: 0 auto;
	display: table;
	float: none;
}

/*=============
testimonial
==============*/
/*#testimonial{
	background-image: url('http://www.motor.market/templates/auto_main_red/img/testimonial.png')
}*/
.carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none;
    }
  }
	.carousel-control.left,	.carousel-control.right {
	    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%) !important;
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
	    background-repeat: repeat-x;
	}
#testimonial #myCarousel{
	text-align: left;
	padding: 29px 0px;
}
#testimonial  h3,#testimonial h4{
	color:#000;

}
#testimonial h4{
	font-size: 25px;
 font-weight: 600;
}
#testimonial #myCarousel p{
	font-size: 17px;
	color: #000;
	    line-height: 34px;
}
#testimonial #myCarousel .carousel-indicators {
    bottom: -10px;
}
#testimonial #myCarousel .carousel-indicators .active {
    background-color: #3b3956;
}
#testimonial div#myCarousel .fa {
    font-size: 51px;
    color: #fff;
}
/*==========
hide section
============

section#rv_listings {
    display: none;
}*/
.hide1{
	display: none;
}

/*.main-form .two-inline > div:first-child {
    display: none;
}*/

.down-block section.content_block,.down-block section.side_block{
	margin: 0px;
}
/*.down-block{
	display: none;
}*/

/*==============
footer
===============*/

nav.footer-menu > ul > li{
	padding-bottom: 12px;
}
nav.footer-menu a {
    color: #fff;
    font-size: 1.2em;
}
footer.page-footer {
    width: 100%;
    padding: 38px 0px;
    position: static;
}

.point1.clearfix section#content + div.col-md-12.col-sm-12 {
    display: none;
}
.point1.clearfix.down-block section#content + div.col-md-12.col-sm-12:first-of-type {
    display: block;
}


/*==================
controller_area
===================*/

#controller_area .compare-table .item {
    box-shadow:none;
    border-radius: 0px;
    padding: 12px;
	text-align: center;
}
.compare-table .fields-content .scroll .table .in.title.sticky .item a {
    font-size: 12px;
}
section#controller_area input{
   height: 51px;
}
section#controller_area input, textarea {
    width: 100% !important;
	border: 1px solid #eee;
    border-radius: 5px;
}
section#controller_area #area_listings input{
	width: auto !important;
}
section#controller_area #area_listings .three-field{
	width: auto !important;
}
/*==================
listing
===================*/

section#most-popular img {
    margin: 0 auto;
		margin-top: 30px;
}
#controller_area .item {
    box-shadow:0px 0px 10px #bfbebe;
    border-radius: 10px;
    padding: 32px 15px;
}
#controller_area .title {

    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 600;

}

#controller_area a{

	font-weight:600 !important;


}
#controller_area .price-tag span {

    background-color: #3b3956;
    color:#fff;
    padding: 3px 15px;
    margin-bottom: 11px;
    clear: both;
    display: inline-block;
    text-align: center;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-radius: 3px;

}
#controller_area .price-tag span:first-child,.ad-info .price-tag span:first-child {


    float: left;
    background-color: #3b3956;
    text-align: left;

}
.small-ad.ad-info .price-tag span:first-child {
	 float: right;
	 text-align:right;
}
#controller_area .price-tag span,.ad-info .price-tag span{
    background-color: transparent;
    color:#000 !important;
    padding: 4px 11px;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 0;
	float: left;
    text-align: left;

}
.small-ad.ad-info .price-tag span{
	font-size:15px !important;
	float:right;

}
.name-fbox a {
    font-size: 20px;
    font-weight: 600;
}
.price_tag1 {
    position: relative;
}
.small-ad .favorite {
	position: absolute;
left: 0px;
top: 10px;
}
div.categories div.category-counter{
	position: absolute;
	right: 20px;
}
section.content_block.categories-box-nav img {
    margin: 0 auto;
    display: table;
    float: none;
}
.small-ad.ad-info .price-tag{
	float:right;
}

/*================
pagination
=================*/
ul.pagination > li.transit {
    padding: 0 6px 0 0;
    display: block;
}
ul.pagination {
    display: flex;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 22px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #ddd;
    display: flex;
}
ul.pagination > li.navigator a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    line-height: 20px;
    border: 0px;
    margin-top: 1px;
}
.pagination input{
	height:39px;
}
/*================
end
=================*/
.name-fbox {

    width: 100%;
    float: none;
    text-align: left;

}
.price_box{
    width: 100%;
    display: flex;
}
.price_box select {
    width: 47%;
    margin-right: 8px;
}
.name-fbox li.fields span {
    margin-right: 12px;
}
section#controller_area .pagination input {
    height: 38px;
	width:20px !important;
}
.rv_del_listings a.button {
    margin: 0;
    float: left;
		    margin-top: 25px;

}
.rv_del_listings a.rv_del_custom:hover{
	background:#000 !important;
	color: #fff;
	text-decoration:none;
}

section#listings.grid .main-column.clearfix {
    margin-bottom: 132px !important;
}
.Best-outcome {
	font-size: 13px;
    justify-content: center;
    font-weight: 600;
    color: #000;
}
section#listings.grid .Best-outcome{
	text-align: center !important;
}
section#listings.grid .ad-info ul.search_result_info_icons {
    margin-bottom: 0px;
}
section#listings.list ul.ad-info {
    overflow: hidden;
    margin-bottom: 15px;
}
section#listings ul.ad-info {
    text-transform: none;
    margin-bottom: 0px;
}
.variant-section {
    margin-top: 15px !important;
}
.afsl-calc.bg-hero{
	padding-bottom:60px;
}

/*=============
RESPONSIVE
==============*/

@media screen and (max-width: 1400px) {
.text-box {
    width: 85%;
}
.text-box .text-left {
    padding-top: 79px;
}
}

@media screen and (max-width: 1150px) {

	.text-box {
    width: 100%;
}
}

@media screen and (max-width: 900px) {

.text-box{
	display: block;
	text-align: center;
}
.text-box .text-left{
	padding: 15px;
	text-align: center !important;
}
}
@media (max-width: 768px){

	.brz:not(.brz-ed) .brz-image.brz-css-tbvyx .brz-img {
     max-width: 177px !important;
}

}
@media screen and (max-width: 767px) {
.inside-container.point1.clearfix .row {
	flex-direction: column;
	margin-right: auto;
    margin-left: auto;
}


.home-page section .inside-container.point1.clearfix .row {
	flex-direction: column !important;
}

section.side_block.search_by_distance{
	display: none;
}

.side_block.side_block_search.light-inputs.stick h3 {
	width: auto !important;
}
section.side_block > span.expander {
	margin-top:10px;
}
.text-box{
	position: static;
}
.rv_del_listings a.button {
    margin: 0 auto;
    display: table;
    margin-top: 35px;
	float: none;
}
a.button.rv_del_custom {
    margin-bottom: 45px !important;
}
.container .head h1{
	padding: 0px !important;
}
div.category-slider-bar {

    top: 9px;
    right: 0;
    left: 0;
}
.main-form ul.tabs.search_tabs{
	right: 0;
	left: 0;
	margin: 0 auto;
}
aside.left.second-copy.clearfix {
	padding: 0px 15px;
}
header.page-header div.top-navigation{
	padding: 11px;
}
body header.page-header section.main-menu{
	position: relative;
}
.price_box{
    width: 100%;
		display: block;
}
.price_box select {
    width: 100%;
    margin-right: 0px;
		margin-bottom: 15px;
}
section.main-menu {
    padding-top: 0px;
}
.logo-bar {
    padding: 13px 0px;
}
body header.page-header #logo{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
body header.page-header .fright {
    float: right;
    position: absolute;
    top: 7px;
    right: 9px;
}
div.kw-search{
	width: 100%;
}
#autocomplete{
	height: 36px;
}
.text-box h1 {
	font-size: 2.6rem !important;
	margin-bottom: 20px !important;
}
section.side_block_search.tabs-inside {
    margin-top: 38px;
}
.main-form input[type="submit"] {
    height: auto !important;
    padding: 14px 45px;
    width: 94%;
}
.text-box{
	top:45px;
	padding: 0px 15px;
}
aside.left1.main-form {
    box-shadow: 0px 0px 10px #4c4c4c;
    width: 90%;
    margin: 0 auto;
    display: table;
    /*margin-top: -272px;*/
}
.main-form .side_block .clearfix {
    padding: 0px 13px;
}
.main-form .search-item{
	width: 100%;
}
.main-form .field{
	font-size: 17px;
}
.main-form select, .main-form .search-item.three-field > input, .main-form input,section#newsletter .form-control{
	    height: 38px !important;
}
.main-form section.side_block_search div.search-item{
	padding-bottom: 0px;
}


#myCarousel .col-sm-6{
	margin-bottom: 30px;
}
section#newsletter {

    padding: 15px 0px 30px;

}
div#logo img {
    width: 104px;
}
#newsletter button.btn.btn-default{
	margin-top: 0px;
}
footer.page-footer{
	text-align: center;
}
.footer-data div.cp{
	color:#fff;
	font-size: 15px;
}
footer.page-footer {

    padding: 8px 0px;

}





header.page-header div.top-navigation{
	height: auto;
}

.main-form ul.tabs.search_tabs > li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
ul.tabs.search_tabs > li.active > a:after{
	content: "";
}
.main-form ul.tabs.search_tabs > li a {
    padding: 12px 0px;
}
.main-form ul.tabs.search_tabs li a{
	margin-bottom: 15px;
}
.search-block-content {
    padding-top: 0px;
}
ul.tabs > li.overflowed {
    position: static;
    padding: 0px !important;
    margin: 0px !important;
}
ul.tabs > li.overflowed > ul{
	border: 0px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-evenly;
}
.main-form ul.tabs.search_tabs > li a {
  padding: 5px 20px !important;
}
li.more {
    display: none !important;
}
.top-navigation{
	text-align: center;
}
body.header-banner section.main-menu nav.menu ul.menu {
    top: 154px;
    width: 100%;
    max-width: 100%;
    height: 300px;
}
.search-block-content > .search_tab_area .search-item.three-field {
    width: 100% !important;
}
section h3 {
    font-size: 1.6rem !important;
	width: 100% !important;
}
.text-box h3 {
	font-size: 1.6rem !important;
	width: 100% !important;
}
}
@media only screen and (max-width: 500px) {



}
@media only screen and (max-width: 414px) {
.top-navigation .social-icon {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
		margin-top: 15px;
}


}
@media only screen and (max-width: 380px) {

}


.listing-fields .location{
	display: none;
}

.full-form select {
    width: 100%;
    margin-bottom: 15px;
}
.full-form {
    width: 100%;
}
.bigger-body-type-container{
		width:660px;
		display:inline-block;
		margin:0;
		list-style:none;
		padding:0 0 8px 8px;
		font-size:0;
}

@media screen and (min-width:1024px){
		.bigger-body-type-container{
				margin-top:0px;
		}
}
.bigger-body-type-container .body-type-container{
		float:left;
		height:60px;
		margin-left:15px;
		text-align:center;
		font-size:11px;

}
.bigger-body-type-container .body-type-container:first-child{
		margin:0;
}
.bigger-body-type-container .body-type-container.Other,.bigger-body-type-container .body-type-container.Unlisted{
		display:none
}
.bigger-body-type-container .body-type-container:focus .body-type-container__body-type,.bigger-body-type-container .body-type-container:hover .body-type-container__body-type{
		opacity:1;
}
.bigger-body-type-container .body-type-container label{
		display:block;
		border-radius:3px;
}
.bigger-body-type-container .body-type-container label.focused{
		box-shadow:0 0 0 2px #2a65ba;
		outline:0;
}
.bigger-body-type-container .body-type-container label:hover{
		cursor:pointer;
}
.bigger-body-type-container .body-type-container label:focus-within{
		box-shadow:0 0 0 2px #2a65ba;
		outline:0;
}
.bigger-body-type-container .body-type-container label.focused .body-type-container__body-type,.bigger-body-type-container .body-type-container label:focus-within .body-type-container__body-type{
		opacity:1
}
.bigger-body-type-container .body-type-container label>input:checked+.body-type-container__body-type{
		color:#2a65ba;
		opacity:1;
		background-position:100% 0;
		background-size:12px;
}
.bigger-body-type-container .body-type-container label>input:disabled+.body-type-container__body-type{
		background-position:90% 0;
		background-size:12px;
		display:inline-block;
		cursor:not-allowed;
		opacity:.5;
		-webkit-filter:grayscale(100%);
		-moz-filter:grayscale(100%);
		-o-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
}
.bigger-body-type-container .body-type-container .body-type__count.body-type__selected,.bigger-body-type-container .body-type-container .body-type__name.body-type__selected{
		color:#2a65ba;
		opacity:1;
}
.bigger-body-type-container .body-type-container .body-type__count,.bigger-body-type-container .body-type-container .body-type__name{
		opacity:.5;
}
.bigger-body-type-container .body-type-container .body-type-container__body-type{
		position:relative;
		cursor:pointer;
		opacity:.7;
		text-align:center;
}
.bigger-body-type-container .body-type-container .body-type-container.disabled .body-type__name{
		opacity:.5;
}
.bigger-body-type-container img{
		width:100% !important;
		display:block;
		position:relative;
		pointer-events:none;
}

.c-form__toggle-switch{
    display:flex;
    background-color:#e8e8e3;
    border:1px solid #e8e8e3;
    border-radius:20px;
    padding:0;
    list-style:none;
    font-size:13px;
    color:#666;
		margin: 15px 0px;
}
.c-form__toggle-switch:after{
    content:"";
    display:block;
    clear:both
}
.c-form__toggle-switch__item{
    position:relative;
    flex:1;
    cursor:pointer;
    line-height:40px;
    text-align:center;
    border-radius:90px
}
.c-form__toggle-switch__item:hover{
    color:#313c53
}
.c-form__toggle-switch__item:focus-within,.c-form__toggle-switch__item:focus-within.is-selected{
    box-shadow:0 0 0 1px #5d7199,inset 0 0 0 1px #5d7199;
    outline:0
}
.c-form__toggle-switch__item.is-selected {
    color: #313c53;
    box-shadow: 0 0 0 1px #091546, inset 0 0 0 1px #091546;
    background-color: #fff;
    background-color: #091546;
    color: #fff !important;
    padding: 0px 0px;
    margin-bottom: 0px !important;
}
.c-form__toggle-switch__item.is-disabled{
    color:#999;
    cursor:not-allowed;
    box-shadow:inset 0 0 0 2px #e8e8e3
}
.c-form__toggle-switch__item input[type=radio]{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.c-form__toggle-switch__item~.c-form__toggle-switch__item:before{
    content:"";
    height:10px;
    width:1px;
    background-color:#d0d0cb;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-5px
}
.c-form__toggle-switch__item+.c-form__toggle-switch__item.is-selected:before,.c-form__toggle-switch__item.is-selected+.c-form__toggle-switch__item:before{
    display:none
}
.loading-spinner__icon{
    height:28px;
    fill:#267ec8;
    line-height:28px;
    -webkit-animation:spin .8s linear infinite;
    animation:spin .8s linear infinite
}
.loading_message{
    margin-top:-28px;
    line-height:28px
}
.field-box {
    overflow: hidden;
    padding-top: 35px;
}

.mul-car-sec {
    padding: 5px;
}
.mul-car-sec #js-price-type-selector span {
    background: none !important;
		display: none !important;
}
.no-padding{
    padding: 0 !important;
	clear: both;
}
.field-box .col-sm-3 {
    padding: 5px;
}
aside.left.col-md-4 {
    /*float: right;*/
    order: 2;
}
.search-block-content .fa.fa-chevron-down{
	color:#1e1c34
}
.js-reset-link{
	background-color: #1e1c34;
}
.listing-details .btn-primary {
    background: #000 !important;
    border-color: #000 !important;
}
.listing-details .btn-primary p{
	font-size: 11px !important;
}
section#listings.grid ul.nav-column>li.system .brs {
    display: none !important;
}
section#listings.grid ul.nav-column>li.system{text-align:center;    margin-bottom: 8px;}
@media(max-width:768px)
{
	br.brs{display:none}
	section#listings.list ul.nav-column>li{text-align:center; margin:5px 20px !important;}
	section#listings.list div.picture {
    height: auto !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 768px){
	section#listings.list>article div.navigation-column {
		width:100% !important;
	}
	section#listings.list ul.nav-column>li.add_to_compare span.icon{
		display:none;
	}
	section#listings.list ul.nav-column li.custom-favorite{
		    height: 40px;
	}
	section#listings ul.nav-column>li>a>span.link, section#listings ul.nav-column>li>span.link{
		display:block !important;
	}

	section#listings.list>article:not(.no-image) div.main-column {
		margin-bottom: 174px !important;
	}
	.brz-mm-menu__icon{
		order: 1;
	}
	.brz-columns.brz-css-zlicm.brz-css-kfumh {
		order: 2 !important;
	}
	.brz .brz-css-ypzyk>.brz-bg-content>.brz-row {
		justify-content: space-between !important;
	}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.brz-mm-menu__icon {
		order: 1 !important;
	}
	.brz-columns.brz-css-zlicm.brz-css-kfumh {
		order: 2 !important;
		right:410px;
	}

}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.brz-columns.brz-css-zlicm.brz-css-kfumh {
		position: relative;
    	right: 0px;
	}

}


.deposit-finance .edit-btn{
	background-color:#000;
	color:#fff;
	font-size:12px !important;
	width:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:22px;
}
.deposit-finance p{
	font-size:16px;
	color: #070000;
}
#MOT .panel i {
	color:#dfdfdf;
	margin-right:5px;
	font-size:17px;
}
#MOT .panel  i.fa.fa-check-circle.active{
	color:#4BB543;
}
i.fa.fa-square.accordion-icon {
    position: absolute;
    font-size: 28px;
    top: 8px;
    left: 4px;
}
.accordion-icon {
    position: absolute;
	width:30px;
    top: 7px;
    left:1px;
}
#deposit-more .d-flex.justify-content-center.mt-4 {
    display: flex;
    justify-content: space-evenly;
}
.d-flex.justify-content-between.align-items-center {
    display: flex;
    justify-content: space-between;
}
.responsive-con .card.get-start div.calcu-val-div{
	justify-content: space-between !important;
}

@media(max-width:992px){

.common-bg-main #zmezkuqlsezcrfbajwqvvzvuearkbnxursfk {
    margin-bottom: 75px;
}
}

.search-item.ULEZ {
    display: flex;
    align-items: center;
    justify-content: space-between;
		    font-size: 15px;
}

.ULEZ .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 34px;
}

.ULEZ .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ULEZ .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ULEZ .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 3px;
    right: 21px;
}
/* .ULEZ input:checked + .slider {
  background-color: #32275f;
}

.ULEZ input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.ULEZ input:checked .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
} */

.checked-class{
	background-color: #000 !important;

}
.ULEZ span{
	display: none !important;
}
.checked-class:before{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
/* Rounded sliders */
.ULEZ .slider.round {
  border-radius: 34px;
}

.ULEZ .slider.round:before {
  border-radius: 50%;
}
.carousel-wrap .owl-carousel .owl-stage{
    margin-top:45px !important
}
.rv_del_listings .rv_del_custom{
    margin-bottom: 45px !important;
}

/*NEW CSS*/

.more_option input:first-child:hover{
	text-decoration:underline;
}
.inside-container.point1.clearfix h1{
	font-weight: bold;
}
#listings .listing-msg{
	padding:0px !important;
}
.ad-info .title{
	min-height: 67px;
}
.navigator.ls a.button:hover{
	color: #23527c;
    background-color: #eee !important;
    border-color: #ddd;
}
.navigator.rs a.button:hover{
	color: #23527c;
    background-color: #eee !important;
    border-color: #ddd;
}
.compare-ad-list .button a:hover{
	background:#3b3956 !important;
	color:#fff;
	text-decoration:none;
}
.compare-ad-list .button a{
	padding: 6px 30px;
	background: #3b3956 !important;
	color: #fff !important;
	font-weight: 400;
    font-size: 17px;
}
.top-box .motor-benifit{
	background:#000 !important;
}
.fields-content div.delete.icon {
    right: -10px !important;
    position: absolute;
}
a.link--external.mm-cp-color2:hover {
    text-decoration: underline;
}
a.link--external:hover {
    text-decoration: underline;
}
#modal_mask .prompt input:hover{
		background:#3b3956;
}
#modal_mask .prompt input{
	padding: 9px 22px;
    font-size: 17px;
}
.listing-details.details #get-a-qoute{
	background:#000 !important;
}
.listing-details.details #get-a-qoute:focus{
	color:#fff !important;
	outline:none !important;
}
.slider-btn{
	background:#000 !important;
		color:#fff;
}
.slider-btn:focus{
	color:#fff !important;
	outline:none !important;
}
.slider-btn:hover{
		background:#000 !important;
		color:#fff;
}



@media only screen and (max-width: 576px) {
  .main-column.clearfix a:first-child{
	  display:grid;
  }
  .item.featured.two-inline .ad-info .title{
	  min-height: 10px;
  }
  #js-known-search-body-type{
	  position: relative;
    right: 30px;
  }
 
}

/*Iphone XR*/

@media only screen and (min-width: 414px) and (max-width: 767px) {
	 section#listings.list ul.nav-column>li.compare-grid-icon.add_to_compare, li.compare-grid-icon.active.remove_from_compare {
		top: -150% !important;
		right: 3px !important;
		left: unset;
	}
	li.compare-grid-icon.active.remove_from_compare, .compare-grid-icon.add_to_compare{
		position: absolute!important;
		left: 77%;
	}
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
	
	#js-known-search-body-type{
	  position: relative;
    left: 0px;
  }
}

/*Iphone SE*/
	
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
	
	 section#listings.list ul.nav-column>li.compare-grid-icon.add_to_compare, li.compare-grid-icon.active.remove_from_compare {
	top: -169% !important;
    right: 3px !important;
    left: unset;
	}
	li.compare-grid-icon.active.remove_from_compare, .compare-grid-icon.add_to_compare{
		position: absolute!important;
		left: unset;
	}
}
	
	
	/*Mobile Phone*/
	@media only screen and (max-width: 576px) {
 
	 section#listings .compare-grid-icon.add_to_compare{
		 top: -169% !important;
    right: 3px !important;
    left: unset;
	 }
	 section#listings.list ul.nav-column>li.compare-grid-icon.active.remove_from_compare{
		top: -169% !important;
    right: 3px !important;
    left: unset;
	}
	
	li.compare-grid-icon.active.remove_from_compare, .compare-grid-icon.add_to_compare{
		position: absolute!important;
		left: unset !important;
	}
	#content .compare-table .fields-content .table .sticky.fixed{
	z-index:1;
}
.inside-container.point1.clearfix h1{
	margin-top: 20px;
	margin-left: 4px;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

	section#content {
        order: 2 !important;
}
aside.left.col-md-4{
	order:1 !important;
}
.search-page{
	display:contents;
}
.search-item.ULEZ{
	display:block !important;
}
.search-item.ULEZ .switch{
	position: absolute;
    right: 42px;
    bottom: 393px;
}
.search-item.two-fields:first-child{
	display:inline-block !important;
	
}

.search-item.two-fields{
	display:inline-block !important;
	margin-right: 12px !important;
}
.cost-indicator-custom{
	display:block !important;
}
/*.compare-grid-icon.active.remove_from_compare.remove{
	position: relative !important;
    left: -20px;
}
.compare-grid-icon.active.remove_from_compare.remove span.icon{
	left: 230px !important;
    top: 12px !important;
    position: absolute!important;
}
*/

#listings .navigation-column .custom-fuctions-ul .compare-grid-icon.active.remove_from_compare{
	position: relative !important;
    left: unset;
}
#listings .navigation-column .custom-fuctions-ul .compare-grid-icon.active.remove_from_compare span.icon{
	left: 230px;
    top: 13px;
}
.side_block.compare .clearfix{
	box-shadow:none !important;
}
.side_block.compare .compare-results-box a.button:not(.disabled):hover{
	background:#3b3956 !important;
}
.navigation-column #custom-fuctions-ul #custom-add-Favorite{
    order:2 !important;
	width:94.5%;
}
.navigation-column #custom-fuctions-ul #custom-add-Favorite i{
    position: relative;
    right: 20px;
}
.navigation-column #custom-fuctions-ul #custom-add-Favorite span.link{
	position: relative;
    bottom: 26px;
    left: 13px;
}
.navigation-column #custom-fuctions-ul #custom-Undo-Favorite{
    order:2 !important;
	width:94.5%;
}
.navigation-column #custom-fuctions-ul #custom-Undo-Favorite i{
    position: relative;
    right: 35px;
}
.navigation-column #custom-fuctions-ul #custom-Undo-Favorite span.link{
    position: relative;
    bottom: 26px;
    left: 8px;
}
.navigation-column #custom-fuctions-ul .get-quote{
    order:1 !important;
}
.navigation-column #custom-fuctions-ul .system{
    order:3 !important;
}

}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	
	section#content {
        order: 1 !important;
}
aside.left.col-md-4{
	order:2 !important;
}
.brz-columns.brz-css-zlicm.brz-css-kfumh{
	order:2 !important;
}
div.brz-columns.brz-css-zlicm.brz-css-aqnni{
	order:3 !important;
}
.brz-columns.brz-css-zlicm.brz-css-khwmb{
	order:4;
}
.brz-css-hydry.brz-wrapper{
	margin-right:20px;
}
.bigger-body-type-container.js-body-type-container.small-body-type-icons{
	position:relative;
	right:40px;
}
.search-footer.clearfix .known-search__reset-link.js-reset-link{
	padding:4px 0px;
}
.search-item.ULEZ .switch{
	position:sticky;
}
.btn.btn-success.rounded-0.btn-lg.not-desktop{
	padding:24px !important;
}

.item.two-inline #custom-fuctions-ul #custom-Undo-Favorite{
	font-size: 14px;
    padding-left: 16px !important;
    font-weight: 600;
}
.item.two-inline #custom-fuctions-ul .get-quote{
	font-size:13px;
}
}

.worthat-least, .coupon-price, .coupon-free{
	display:block;
	color:#fff;
	text-align: right;
}
.coupon-price{
	font-size:32px;
	    font-weight: 600;
		font-family: 'Open Sans', sans-serif;
}
.black-friday-offer{
	height: 120px;
	min-height:unset;
}
.black-friday-offer span.CouponCount_price{
	color:#fff !important;
	background-image: url(https://go.motorlend.co.uk/templates/auto_main_red/img/ribbon-black.png) !important;
}
.black-friday-offer .coupon-free{
	    font-weight: 700;
		font-size: 18px;
}
.CouponCount.black-friday-offer{
	background-image: linear-gradient(130deg,rgb(0 0 0) 0%,rgb(135 133 133) 90%);
}
.worthat-least{
	font-size: 17px;
}
span.CouponCount_title {
font-size: 17px !important;
}
.listing-featured_badge_PREM{
position: absolute;
    top: 4px;
    z-index: 1000;
    left: 4px;
    background: #000;
    padding: 7px 10px !important;
    font-size: 11px !important;
}
.badge.listing-featured_badge_PREM i {
    margin-right: 3px;
}
.fee_cover a i{
	transform: translateY(2px);
}
.fee_cover a{
	color:#000;
	cursor:pointer;
}
.fee_cover .modal-title{
	display: inline-block;
    font-size: 16px;
}
.fee_cover .modal-body {
    height: 100%;
}
#fee_cover.modal.in .modal-header{
	display: block !important;
}
@media screen and (max-width: 576px) {
	.CouponCount.black-friday-offer {
    height: 175px;
}
.black-fri-title{
	    max-width: 140px;
    border-right: 1px solid #fff;
}
.coupon-free-mob{
	display:block;
}
span.CouponCount_title {
font-size: 14px !important;
}
.coupon-price {
    margin: 8px 0px;
}
.black-friday-offer .coupon-free {
    text-align:left;
}
.featured-listing li.price{
	display: flex;
    flex: 0 0 100%;
}
.featured-listing li.price > ul{
    margin-left: 18px;
}
}


.view-details-page.bc-exists #main_container{
	padding-top:80px;
}
@media screen and (max-width: 992px){
	.view-details-page.bc-exists #zmezkuqlsezcrfbajwqvvzvuearkbnxursfk{
	height:60px
}
}


#js-known-search-body-type input[type=radio]:not(.default):checked + label{
	color: #000;
    margin-bottom: 0px !important;
    border: 1px solid #000;
    border-radius: 7px;
    background: #ebebeb;
}
#js-known-search-body-type input[type=radio]:not(.default):checked + label .body-type__name{
	opacity:1 !important;
	margin-bottom: 5px;
}
#refine-search-form .bigger-body-type-container li.body-type-container{
	margin: 0 14px !important;
	width: 22% !important;
}
.input-searchloader-card{
          border-radius: 20px;
    }
.input-searchloader-card .card-body{
             padding: 20px;
    background: #EEF1F9;
    border-radius: 20px;
    }
.input-searchloader-card .spinner {
      display: none;
      margin-left: 5px;
    }
.input-searchloader-card #searchInput {
          box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 50px;
    text-transform: capitalize;
    padding: 0px 20px;
    font-size: 20px;
    }
.input-searchloader-card #searchButton {
       height: unset;
    padding: 10px;
    border-radius: 50px;
    box-shadow: none;
	    background: #000 !important;
		    display: flex;
    justify-content: center;
    align-items: center;
	margin:10px 1px 0px;
    }
	.input-searchloader-card #searchInput::placeholder {
    font-style: normal;
	    text-transform: capitalize;
}