body:not([name="home"],
[name="view_details"]) #wrapper,
body:not([name="home"], [name="view_details"]) #main_container,
body:not([name="home"], [name="view_details"])  .inside-container {
	display: flex;
    flex: 1 1 auto;
    width: 100%;
 }


.content_block:not(.no-style), .side_block:not(.no-style), .gallery.product_gallery  {
	padding: .8rem;
	margin-top: .8rem;
	margin-left: .8rem;
	border: 1px solid #e1e1e1;
	background-color: #fefefe;
	width: calc(100% - .8rem);
}

.panel #controller_area {
	margin-right: .8rem!important;
}
body[name="home"] #wrapper > #main_container, body[name="home"] #wrapper > .content_block {
	margin-left: .8rem;
}
body[name="home"] .content_block {
	margin: 0!important;
	width: 100%!important;
	border: none!important;
}
body[name="home"] #wrapper {background: #fff;}

.grid_navbar, #content > h1, #listings, .acc-header, .my-profile-sidebar, .panel #controller_area, .panel .h1-nav {
	margin: .8rem 0 0 .8rem;
	max-width: calc(100% - .8rem);
}

body[name="home"] .featured.siema {
	background: #fefefe;
	padding-top: .8rem;
}

#accounts article {
    background: #fefefe;
	padding-bottom: 0!important;
	border: 1px solid #ddd;
	padding: .5rem;
	margin: .8rem 0 0 .8rem;
}

section.list > article {
    margin-bottom: .8rem;
    max-width: 100%;
    flex: 0 0 100%;
}
body[name="my_messages"], .panel {
	background: #fefefe;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4 {
	font-weight: normal;
	display: block;
}
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;
}*/

.shrink-fix {
    min-width: 0;
}
.show {
  display: block !important;
}
.grid-icon-fill,
.details-icon-fill {
    fill: #5e4d8f !important;
}
.header-usernav-icon-fill {
    fill: #828282 !important;
}

/*.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}*?
.invisble {
	opacity: 0;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
}
.fright, .float-right {
	float: right;
}
.ralign {
	text-align: right!important;
}
.lalign {
	text-align: left!important;
}
.align-center {
	text-align: center;
}
.relative {
	position: relative;
}
.nowrap {
	white-space: nowrap;
}

.color-purple {
	color: #5e4d8f;
}

/* links */
.link:not(.default, .button , .btn) {
	color: #5e4d8f;
	text-decoration: none;
	cursor: pointer;
}

.link:hover:not(.button , .btn) {
	color: #6c5e94;
}
/* links end */

/* fonts */
.font1, /* light font on the dark bg or instead */
a.font1 {
	color: #afafaf;
}
a.font1:hover,
a.active.font1,
.active .font1 {
	color: #eeeeee;
}
.currency-selector .font1,
.font2,
a.font2 { /* light font on the dark bg or instead */
	color: #afafaf;
}
.currency-selector .font1.active,
.currency-selector .font1:hover,
a.font2:hover {
	color: white;
}
.link-large {
	font-size: 1.143em;
	font-weight: 600;
	color:#222;
}
span.text-notice,
div.text-notice {
	margin: .8rem;
}
.close,
.red {
	color: #e44848!important;
}
.close:hover,
.red:hover {
	color: #ff5d5d!important;
}
.red.margin {
	padding-left: 10px!important;
	cursor: pointer;
}
/*sf
.date {
	font-size: 0.857em;
	color: #949494;
}
*/
.notice,
.notice_message {
	color: #f44336;
	font-size: 0.929em;
}
.notice_message {
	padding-top: 5px;
}
/*sf
nav.menu ul#main_menu_more > li > a {
	color: white;
}
*/
nav.menu ul#main_menu_more > li > a:hover {
	color: #6c5e94;
}


/* fonts end */

/* h1 */
h1 {
	color: #333333;
	font-size: 2.143em;
	margin: 0 0 1rem 0;
	font-weight: normal;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
}
#controller_area > h1 {
	margin-bottom: 1rem;
}
.h1-nav h1 {
	overflow: hidden;
	margin-top: 0;
}
.h1-nav nav {
	/*float: right;*/
	vertical-align: top;
}
.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=search],
input[type=password],
input[type=number],
textarea,
select,
span.pills,
.select2-selection--single,
.select2-selection--multiple,
.select2-dropdown {
	height: 38px;
	background: white;
	border: 1px #ccc solid;
	color: #111111;
	font-size: 1.071em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

	padding: 0 10px 3px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition: border-color 0.3s ease;
}
input:focus,
select:focus,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
	border-color: #9d9d9d;
}
textarea {
	line-height: normal;
	height: auto;
	padding: 8px 10px 8px;
	width: 100%;
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled],
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
	color: #959595;
	background: #dedede;
	border-color: #dedede;
}
select,
.select2-container:not(.select2-container--disabled) .select2-selection__arrow {
	/*background: url('../img/gallery.png') right -1228px no-repeat white;*/
	background: url('../img/gallery.png') right -1355px no-repeat white;
	padding-right: 25px;
}
input[type=number]:not(.price), input[type=number]:-internal-autofill-selected:not(.price) {
	/*background: url('../img/gallery.png') right -1259px no-repeat white;*/
	padding-right: 25px;
}
/*sf*/
input[type=number].price + span.numeric-price-currency  {
	width: 14px;
    margin-left: -32px;
    font-size: 18px;
    line-height: 18px;
    color: #c2c2c2;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
	pointer-events: none;
}


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,
.button,
.btn {
	background: #5e4d8f;
	border: 2px solid #5e4d8f;
	min-height: 38px;
	height: min-content;
	padding: 0 20px 3px;
	color: #fff;
	font-size: 1.071em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;

	transition: background 0.3s ease;
	/*sf*/
	text-decoration: none;
	width: max-content;
	max-width: 100%;
	/*sf*/
}
input[type=submit]:hover,
input[type=button]:hover,
.button:not(.disabled):hover,
.file-input span:hover,
.btn:hover {
	background: #6c5e94;
}
.button {
	display: inline-block;
	line-height: 36px;
}
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;
	border-color: #b1b1b1 !important;
	color: #e6e6e6;
	box-shadow: none;
}

.form-buttons #next_step {background: #4caf50;border: #4caf50;}

/*sf czy te low potrzebne? */
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;
    color: #f9f9f9;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}
.button.warning[disabled],.button.warning[disabled]:hover {
    border: 1px solid #c51c1c;
    background: #fefefe!important;
    color: #c51c1c;
    cursor: not-allowed;
}
.text-warning {
	color: #f44336;
}


input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
	opacity: 0;
	position: absolute;
	width: 22px;
	height: 22px;
}
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;
	color: #969595;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
	width: 22px;
	height: 22px;
	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: #5e4d8f;
	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][disabled=disabled] + label > span {
	opacity: 0.5;
}
input[type=radio][disabled=disabled] + label {
	color: #707070;
}

input[type=checkbox].inline + label {
	display: inline;
}
input[type=checkbox].inline + label > span {
	margin: 0;
}

input.search,
input.search:hover {
	background-image: url('../img/gallery.png');
	background-position: 12px -430px;
	width: 0;
}

/* Switcher */
label.switcher input[type=checkbox] {
    display: none;
}
label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
}
label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
}
label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -699px 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 -699px;
}
label.switcher > input[type=checkbox] ~ .status {
	margin-left: 10px
}
label.switcher > input[type=checkbox] ~ .status:before {
	content: attr(data-enabled);
}
label.switcher > input[type=checkbox]:checked ~ .status:before {
	content: attr(data-disabled);
}

::-webkit-input-placeholder {
	color: #b9b9b9;
}
:-moz-placeholder {
	color: #b9b9b9;
}
::-moz-placeholder {
	color: #b9b9b9;
}
:-ms-input-placeholder {
	color: #b9b9b9;
}
*:focus {
    outline: none;
}

input[type=text].error,
input[type=password].error,
textarea.error {
	background: #fff2f4;
	color: #c92a44;
	border-color: #f79d9d;
}
div.field.error > label {
	color: #c92a44;
}
select.error,
select.error + .select2-container .select2-selection--single {
	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: 32px;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}
/*sf czy potrzebne te .pills skoro sa tylko na horizontal search? */
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 > input[type=radio]:not(:checked) + label {
	cursor: pointer;
	color: #323232;
}
span.pills > input[type=radio]:not(:checked) + label:hover {
	text-decoration: underline;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
/*header.page-header:not(.fixed-menu) > div.point1 {
	max-width: 100%;
}

header.page-header {
	background: black;
	height: 105px;
	z-index: 1000;
	top: -60px;

	transition: top 0.3s ease;
}
header.page-header div.top-navigation {
	height: 41px;
	background:  #1a1a1a;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px #1a1a1a solid;
}
header.page-header section.main-menu {
	height: 67px;
	background: #222;
}
header.page-header > div > * > * {
	margin: 0 auto;
}*/
/*div#logo {
	width: 220px;
	height: 40px;
	float: left;
	margin-top: 13px;
}*/
div.header-banner-cont {
	height: 108px;
	background: #3c3c3c;
	top: 0;
	left: 0;
	border-bottom: 2px #1a1a1a solid;
}
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 #000;
    color: #000;
    font-size: 1.286em;
}
div.banner-in-grid > div.banner-space {
    height: 90px !important;
    margin-bottom: 30px;
    max-width: 780px;
}

/* top navigation */
/*.circle {
	color: #999999;
	font-size: 0.929em;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;

	display: inline-block;
	vertical-align: top;
	height: 41px;
	border-left: 1px #383737 solid;
	border-right: 1px #383737 solid;
	z-index: 103;
}
.circle > .default {
	padding: 0 15px;
	line-height: 39px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}*/
.circle > .default > span {
	vertical-align: top;
}
/*
.circle > .default:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 10px;
	background: url('../img/gallery.png') 0 -314px no-repeat;
	opacity: 0.7;
}*/
.circle:not(.circle_opened):hover > .default:after {
	opacity: 1;
}
.circle_opened > .default:after {
	background-position: -13px -314px;
}
.circle_opened > .content {
	display: inline-block;
	background: #202122;
	padding: 10px 15px;
	box-shadow: 0 0 0 1px black;
	min-width: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 40px;
	margin-top: 2px;
}
/*
div.fleft > .circle,
div.fright > .circle {
	float: left;
}
div.top-navigation div.fright,
div.top-navigation div.fleft {
	border-left: 1px #202122 solid;
	border-right: 1px #202122 solid;
}*/
div.fright > .circle_opened > .content {
	left: auto;
	right: 0;
}
.circle_opened {
	border-color: #383737;
	background: block;
	color: white;
}
.circle ul > li {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}

#user-navbar > span.default:before {
	content: '';
	display: inline-block;
	background: url('../img/gallery.png') 0 -244px no-repeat;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: -1px 10px 0 0;

	opacity: 0.7;
}
#user-navbar.circle:not(.circle_opened):hover > span.default:before {
	opacity: 1;
}
#user-navbar.circle_opened > span.default:before {
	opacity: 0.7;

	background-position: right -244px;
}
#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 {
	background-position: left -533px;
}
#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;
	min-width: 218px;
}
/*#user-navbar span.content.a-menu {
	padding: 13px 20px;
}*/
#user-navbar ul > li {
	padding-right: 25px;
	position: relative;
}
#user-navbar ul > li > a {
	white-space: nowrap;
}
#user-navbar ul > li > a.active {
	color: white;
}
#user-navbar ul > li > a.logout {
	color: #f25353;
}
#user-navbar ul > li > a.logout:hover {
	color: #ff7e7e;
}
#user-navbar a.counter,
.account-menu-content a.counter {
	color: #fb6a5c;
	padding: 0;
	font-weight: 400;
	display: inline-block;
	line-height: initial;
	position: absolute;
	right: 0;
	top: 5px;
}
.user-navbar-container .remember-me label {
    color: #ffffff !important;
}
/* top navigation end */

/* main menu */
section.main-menu ul.menu > li > a,
nav.menu ul#main_menu_more > li > a {
	color: white;
	font-weight: 400;
}
/* main menu end */

/* autocomplete search */
#ac_interface {
	width: 450px;
	max-height: 210px;
	position: absolute;
	display: none;
	overflow: hidden;
	background: #dddddd;
	z-index: 20;
	right: 0;
	top: 48px;
}
#ac_interface li.active {
	background: #c7c7c7;
}
#ac_interface li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ac_interface div.ac-listing {
	width: 300px;
	float: left;
}
#ac_interface div.ac-listing a {
	display: block;
	padding: 8px 15px;
}
#ac_interface div.ac-listing a b {
	color: black;
	font-weight: 600!important;
}
#ac_interface div.ac-category {
	width: 130px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ac_interface div.ac-category a {
	display: block;
	padding: 8px 15px 8px 5px;
	color: #444444;
}
#ac_interface .mCSB_scrollTools {
	right: 12px;
}
#ac_interface .mCSB_draggerContainer {
	margin: 10px 0;
}
/* autocomplete search end */
/*** PAGE HEADER END ***/

/*** PAGE CONTENT ***/
/*body > div.main-wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}*/
body.header-banner > div.main-wrapper {
	padding-top: 108px;
}
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;
}
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 {
	font-size: .8rem;
}


#bread_crumbs > ul {
	margin: 0 auto;
	min-height: 38px;
}

#bread_crumbs > ul > * {
	display: inline-block;
}
#bread_crumbs > ul > *:not(:last-child):after {
	content: attr(accesskey);
	padding: 0 6px;
	color: #737373;
}
 bread crubmbs end */

/* content/side blocks */

/*sf
section.content_block,
section.side_block {
	position: relative;
	margin-bottom: 30px;
}
*/

section.content_block > h3,
section.side_block > h3 {
	color: #484848;
	font-size: 1.786em;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
section.content_block > div,
section.side_block > div {
	position: relative;
}
section.content_block > div h3,
section.side_block > div h3,
section.side_block > div .h3 {
	font-size: 1.2rem;/*1.571em;*/
	/*
	margin-top: -5px;
	margin-bottom: 25px;
	*/
}
section.content_block:not(.no-header) > div,
section.side_block:not(.no-header) > div {
	margin: 19px 0;
}

/*sf
section.content_block:not(.no-style) > div,
section.side_block:not(.no-style) > div {
	background: white;
	padding: 30px 30px;
}
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: #fbfbfb!important;
}
/* content/sidebar block end */

/* sidebar search block */
.horizontal-search .search-block-content {
	padding: 6px 30px 20px;
}
.horizontal-search .search-block-content form {
	margin-left: -15px;
	margin-right: -15px;
}
.search-block-content form div.search-form-cell {
	width: 25%;
}
section.side_block_search div.search-item {
	padding-bottom: .8rem;
}
section.side_block_search div.search-item:last-child {
	padding-bottom: 0;
}
.search-button {
	padding-top: 15px;
}
.search-button > a {
	margin-left: 20px;
	white-space: nowrap;
}
/* single */
.search-item.single-field > select,
.search-item.single-field > input[type=text],
.search-item.single-field .two-inline input[type=text] {
	width: 100%;
}
/* two */
.search-item.two-fields > select,
.search-item.two-fields > input,
.search-item.two-fields .fs-input
 {
	width: 48%;
	margin-right: 4%;
}
.fs-input {
	position: relative;
    display: inline-block;

}
.search-item.two-fields > select:last-child,
.search-item.two-fields > input:nth-of-type(2),
.fs-input:last-of-type {
	margin-right: 0!important;
}
.search-item.two-fields > .custom-input,
.search-item.couple-field > .custom-input {
	width: 50%;
	display: inline-block;
}
/* three */
.search-item.three-field > select,
.search-item.three-field > span {
	width: 24%;
	margin-right: 4%;
}
.search-item.three-field > input {
	width: 34%;
	margin-right: 4%;
}
.search-item.three-field > span,
.search-form-cell.three-field > div > div > span {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	padding-top: 9px;
	vertical-align: top;
}
.three-field > select.multicat {
	width: 31%;
	margin-right: 3.5%;
}
.search-item.three-field > *:last-child {
	margin-right: 0;
}

/* checkbox */
.search-item.checkbox-field {
	margin-bottom: -10px;
}
.search-item.checkbox-field > .custom-input {
	display: inline-block;
	width: 50%;
}
.search-item.checkbox-field > .custom-input {
	padding: 0 0 10px 0;
}
.search-item.checkbox-field > .custom-input > label {
	padding-right: 5px;
}
.search-item.checkbox-field div.field,
.search-item.couple-field div.field {
	padding-bottom: 8px;
}

.search-item span.divider {
	padding: 0 10px;
}
/* sidebar search block end */

/* search form elements */
.search-form-cell {
	display: inline-block;
	vertical-align: top;
}
.search-form-cell > div {
	margin: 10px 15px 0;
}
.search-form-cell > div > span {
	color: #333;
	font-size: 0.929em;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 6px;
	height: 24px;
	white-space: nowrap;
	display: block;
}
.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,
.search-form-cell.two-fields > div > div .fs-input
{
	width: 49%;
	margin-right: 2%;
}
.search-form-cell.two-fields > div > div select:last-of-type {
	margin-right: 0;
}

.search-form-cell .two-inline input.wauto {
	width: 100%;
}
/* search form elements end */
/*** PAGE CONTENT END ***/

/*** PAGE FOOTER ***/
footer.page-footer {
	background: #222;
}
footer.page-footer a,
footer.page-footer a:hover,
footer.page-footer a.active{
	color: #fff;
}
footer.page-footer > div {
	padding: 30px 0 40px;
	min-height: 162px;
	margin: 0 auto;
	position: relative;
}
footer.page-footer span.scroll-top {
	width: 34px;
	height: 34px;
	position: absolute;
	top: -50px;
	/*left: -34px;*/
	background: rgba(166,166,166,.8);
	cursor: pointer;

	transition: background 0.3s ease;
}
footer.page-footer span.scroll-top:hover {
	background: rgba(166,166,166,1);
}
footer.page-footer span.scroll-top:before {
	content: '';
	width: 16px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 9px;
	background: url('../img/gallery.png') left -40px no-repeat;
}
/*
nav.footer-menu {
	position: relative;
	float: left;
	width: 75%;
	padding-right: 30px;
}
nav.footer-menu > ul {
	margin-top: -3px;
}
nav.footer-menu > ul > li {
	display: inline-block;
	width: 33.33%;
}
*/

nav.footer-menu a,.home_links a {
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1.071em;
	padding: 0 10px 8px;
	vertical-align: top;
	display: inline-block;
}
.home_links a {
	text-overflow: ellipsis;
	width:100%;
}
nav.footer-menu a.active {
	color: #e4e4e4;
}
.footer-data {
	font-size: 0.929em;
	color: #949494;
	overflow: hidden;
}
.footer-data div.icons {
	margin-bottom: 22px;
}
.footer-data div.icons a {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	background: #636363;
	vertical-align: top;

	opacity: 1;
	transition: opacity 0.3s ease;
}
.footer-data div.icons a:hover {
	opacity: 0.8;
}
.footer-data div.icons a:before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 6px;
/*	background: url('../img/gallery.png') 0 -328px no-repeat; */
}
.footer-data div.icons a.facebook {
	background: #3d5693;
}
.footer-data div.icons a.facebook:before {
	width: 10px;
	height: 20px;
	background-position: -13px -328px;
	top: 4px;
	left: 9px;
}
.footer-data div.icons a.twitter {
	background: #3490ca;
}
.footer-data div.icons a.twitter:before {
	width: 16px;
	height: 13px;
	background-position: -24px -327px;
	top: 6px;
	left: 5px;
}
/*** 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;
}
.two-inline > *:first-child {
	flex: 0 0 auto;
}
.two-inline > *:last-child {
	flex: 1;
    min-width: 0;
	overflow: hidden;
}
.two-inline:not(.left) {
	flex-direction: row-reverse;
}

.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.mass-actions {
	padding: 15px 0 0 0;
}
.qtip-content {
	font-weight: 300!important;
}

div.textarea_counter_default,
div.textarea_counter_warning {
	font-size: 0.857em;
	text-align: right;
	display: inline-block;
}
div.textarea_counter_warning {
	color: #a81818;
}

/* enlarge media */
span.media-enlarge {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
}
span.media-enlarge:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -389px no-repeat;
	position: absolute;
	left: 14px;
	top: 14px;

	opacity: 0.7;
}
span.media-enlarge:hover:after {
	opacity: 1;
}
/* enlarge media end */

/* keyword search in box */
.submit-cell .kws-block {
	padding-bottom: 10px;
}
.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;
	height: 38px;
	margin-left: 5px;
	margin-top: 3px;
	opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
	margin-top: 13px;
}
.h1-nav nav > a:hover {
	opacity: 1;
}
.h1-nav nav > a.post_ad {
	width: 38px;
	background: #5e4d8f;
	border-radius: 20px;
	position: relative;
	opacity: 1;
}
.h1-nav nav > a.post_ad:before,
.h1-nav nav > a.post_ad:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 18px;
	left: 9px;
	background: white;
}
.h1-nav nav > a.post_ad:after {
	width: 2px;
	height: 20px;
	top: 9px;
	left: 18px;
}
.h1-nav nav > a.post_ad:hover {
	background: #ac5305;
}

/* credit card styles */
img.cvc {
	width: 45px;
	height: 26px;
	background: url('../img/cc.png') 0 0 no-repeat;
	margin: 0 0 0 5px;
}
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: 48px;
	white-space: nowrap;
	border-bottom: 1px #d4d4d4 solid;
	margin-bottom: 20px;
	position: relative; /*sf*/
}
ul.tabs > li {
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    height: 48px;
    white-space: nowrap;
    margin: 0 10px;
}
ul.tabs:not(.tabs-hash) > li {
	padding: 5px 0 0;
	height: 48px;
	font-size: 1.143em;
	cursor: pointer;
	position: relative;
	color: #5e4d8f;
	vertical-align: top;
}
ul.tabs.tabs-hash > li a {
    display: inline-block;
    padding: 5px 0 0;
    height: 100%;
    font-size: 1.143em;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}
ul.tabs > li:first-child {
	margin-left: 0;
}
ul.tabs > li:last-child {
	margin-right: 0;
}
ul.tabs > li.active {
	color: #5e4d8f;;
	border-bottom: 3px #5e4d8f solid;
    cursor: default;
}
ul.tabs.tabs-hash > li.active a {
    color: #5e4d8f;
    cursor: default;
}
ul.tabs > li.more {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 42px;
	text-align: center;
	/*position: absolute;*/
    right: 15px;
    z-index: 42;
	position: unset;
}
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;
	position: sticky;
}
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: 2px;
	margin-top: -8px !important;
	padding: 0;
	display: none;
	z-index: 41;
}
ul.tabs > li.overflowed.opened {
	display: block;
}
ul.tabs > li.overflowed > ul {
	background: white;
	padding: 3px 0 5px;
	border: 2px #aaaaaa solid;
}
ul.tabs > li.overflowed > ul > li {
	padding: 0 18px;
	white-space: nowrap;
	line-height: 40px;
}
ul.tabs > li.overflowed > ul > li.active a {
	color: #2b2b2b;
}

ul.tabs.search_tabs {
	width: 100%;
	position: absolute;
	height: 34px;
	top: -34px;
	margin: 0;
	border: 0;
}
ul.tabs.search_tabs > li {
	height: 34px;
	border: 0;
	padding: 0;
	margin: 0;
    float: left;
}
ul.tabs.search_tabs > li:not(.more) > a {
	display: inline-block;
    height: 100%;
    line-height: 32px;
    margin: 0 10px 0 0;
    padding: 0 15px;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    background: #5e4d8f;
    position: relative;
}
ul.tabs.search_tabs > li:not(.more) > a:after {
	/*content: '';
	position: absolute;
	right: -10px;
	width: 0;
	height: 34px;
	border-style: solid;
	border-width: 34px 0 0 10px;
	border-color: transparent transparent transparent #5e4d8faa;*/
}
ul.tabs.search_tabs > li.active > a {
	
	 background: #fffffff5;
	color: #5e4d8f;
}
ul.tabs.search_tabs > li.active > a:after {
	border-color: transparent transparent transparent #1a1a1aee;
}
ul.tabs.search_tabs > li.overflowed {
    top: 32px;
}
/*** TABS END ***/

/*** ALPHABETIC SEARCH ***/
div.alphabetic-saerch {
	margin: 0 auto;
}
div.alphabetic-saerch > div {
	margin: 2px 0 0 2px;
}
div.alphabetic-saerch > div > a {
	width: 41px;
	height: 41px;
	border: 2px #d0d0d0 solid;
	display: inline-block;
	text-align: center;
	margin: -2px 0 0 -2px;
	line-height: 38px;
}
div.alphabetic-saerch > div > a.wide {
	width: 80px;
}
div.alphabetic-saerch > div > a:hover {
	background: #d0d0d0;
	color: #010101;
}
div.alphabetic-saerch > div > a.active {
	background: #707070;
	color: white;
}
/*** ALPHABETIC SEARCH END ***/

/*** SUBMIT FORM ELEMENTS ***/
.search-block-content {
	height: auto;
}

div.submit-cell {
	padding-bottom: 10px;
	*zoom: 1;
}
div.submit-cell:after {
	clear: both;
	content: '';
	display: table;
}
body:not([name="add_banner"]) form > div.submit-cell:last-of-type {
	padding-bottom: 0;
}
div.submit-cell > div.name {
	    float: left;
    width: 200px;
    padding: 8px 10px 8px 0;
	
}
#area_profile div.submit-cell > div.name {
	width: 280px;
}
div.submit-cell > div.field {
	display: flow-root;
	min-height: 38px;
	position: relative;
}

.sr-card-element {min-height: 45px;}

div.submit-cell > div.field {
	display: flow-root;
	min-height: 38px;
	position: relative;
}
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;
}
section:not(.horizontal-search) .field.single-field input[type=text],
section:not(.horizontal-search) .field.single-field > select, .field.single-field > input[type=number],
section:not(.horizontal-search) .field.single-field .fs-input,
section:not(.horizontal-search) .select2-container,
section:not(.horizontal-search) .search-item.single-field select,
section:not(.horizontal-search) .search-item.single-field input {
	width: min(100%, 280px)!important;
	min-width: 80px;
}
.field.single-field > textarea {
	max-width: min(600px, 100%);
	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 */

/*sf
.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, 119, 0,.7);
	margin: -3px 0 0 10px;
}
img.qtip:hover {
	background-color: rgba(195, 96, 10,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-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: #4caf50;
	position: absolute;
	border-radius: 7px;
	top: -5px;
	right: -5px;
}
table.contacts-list div.name span.new {
	width: 10px;
	height: 10px;
	background: #4caf50;
	border-radius: 7px;
	border: 2px white solid;
	display: none;
}
table.contacts-list tr.header td.user {
    width: 5%;
}

div#messages_cont {
	max-height: 35vh;
	margin-bottom: 20px;
}
/*sf
div#messages_cont .mCSB_container {
	margin-right: 10px;
}
*/
ul#messages_area {
	margin-left: 13px;
	margin-top: 1rem;
}
ul#messages_area > li {
	border: 2px #e1e1e1 solid;
	padding: 5px 24px 15px 20px;
	margin: 0 40px 20px 0;
	position: relative;
}
ul#messages_area > li > div {
	padding: 0 16px 10px 0;
}
ul#messages_area > li:last-child {
	margin-bottom: 0;
}
ul#messages_area > li.me {
	border-color: #5e4d8f;
	margin: 0 13px 20px 20px;
}
ul#messages_area > li.removed {
	opacity: 0.5;
}

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 #fefefe 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 #5e4d8f 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 ***/
.featured > li {
	margin-bottom: 30px;
}
/*sf
.featured:not(.row) {
	margin-left: -15px;
	margin-right: -15px;
}
*/
section .featured:last-child {
	margin-bottom: -30px;
}
.featured > div > div > li > .picture,
.featured > li > .picture {
    position: relative;
    padding-bottom: 66%;
}
.featured > div > div > li > .picture {
    width: 70%;
    margin: auto;
}
.featured > li > .picture {
    width: 100%;
}
.listings_carousel .featured .picture, .listings_carousel .featured .ad-info {
	padding: 3px;/*sf*/
}

.featured > div > div > li > .ad-info {
	width: 70%;
	margin: auto;
}
.featured > div > div > li img,
.featured > li img {
	/*sf position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*background: url('../img/no-picture.png') center center no-repeat #e9e9e9;*/
	max-height: 290px;/*sf*/
}
.listing-fit-contain .featured > div > div > li img {
    object-fit: cover !important;
	border: 1px solid #ddd;
}
.listing-fit-contain .featured > div > div > li:not(.no-picture) img,
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: white !important;
}
.featured > div > div > li > ul,
.featured > li > ul{
	position: relative;
	padding: 9px 13px;
}
section.side_block:not(.no-style) .featured > div > div > li > ul,
section.content_block:not(.no-style) .featured > div > div > li > ul,
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;
}
.featured > div > div > li > ul > li:not(:last-child),
.featured > li > ul > li:not(:last-child){
	margin-bottom: 8px;
}
.featured > div > div > li > ul > li a,
.featured > li > ul > li a{
	font-weight: 400;
}
.featured .icons {
    display: flex;
    align-self: center;
    align-items: center;
	justify-content: flex-end;
}
.featured .icons .icon {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    opacity: .7;
}
.featured .icons .icon:hover {
    opacity: 1;
}
.featured .icons > *:not(:last-child) {
    margin-right: 10px;
}


.featured.list > li {
	position: relative;
}
.featured.list > li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	background: #707070;
	border-radius: 4px;
	top: 8px;
}
.featured.list > li {
	display: block!important;
}
.featured.list > li > ul > li {
	padding: 0 0 5px 15px;
	position: relative;
	white-space: normal;
}

/*sf
.featured.with-pictures .ad-info > .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
*/
.panel article.item {
	padding: .5rem;
}
.title {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block;}

article.item:not(.no-image) .ad-info > .title,
article.item:not(.no-image) .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) .ad-info:not(.with-names) > li.fields {
	-webkit-line-clamp: 1;
}
article.item:not(.no-image) .ad-info > .fields:empty {
	display: none;
}
.ad-info > .fields > span:not(:last-child) {
	margin-right: 5px;
}
/*
.ad-info > li.fields > span:not(:last-child):after {
	content: ',';
}
*/
.ad-info > .fields {
	color: #555;
	font-size: 0.929em;
}
.ad-info > .price_tag > div > span,
.ad-info .price-tag > span,
.ad-info > .system .type {
	font-weight: 600;
	font-size: 1rem;
}
.ad-info > .price_tag {
    flex-wrap: wrap-reverse;
	margin-top: 5px;
}
.ad-info > .price_tag > *:last-child {
    min-width: unset;
    overflow: visible;
    line-height: 28px;
    white-space: nowrap;
}
.ad-info .title > a {
	font-weight: 400;
	color: #222;
	white-space: normal;
	line-height: 1;
}
/*** FEATURED LISTINGS BOX END ***/

/*** FEATURED ACCOUNTS BOX ***/
.featured.accounts > li:not(.no-picture) img {
    object-fit: cover;
    background: #e9e9e9;
}
/*** FEATURED ACCOUNTS BOX END ***/

/*** GRID NAVIGATION BAR ***/
.grid_navbar {
	height: 50px;
	border-bottom: 1px #d4d4d4 solid;
	margin-bottom: 1rem;
	position: relative;
}
.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 #5e4d8f 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: #5e4d8f;
}
.grid_navbar div.list > div > span:nth-child(3n+1) {
	width: 6px;
	height: 6px;
	border: 2px #5e4d8f 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: #5e4d8f;
}

/* grid view */
/*sf*/
#listings.grid > article:not(.banner-item) {
	position: relative;
    cursor: pointer;
}
#listings.grid > article:not(.banner-item) {
	width: calc(50% - 1rem);
	margin-bottom: .5rem;
}

.cancel {background: #fbfbfb!important;color: #6c6c6c!important;border-color: #6c6c6c!important}

@media screen and (max-width: 1199px) {
	#listings.grid > article:not(.banner-item):nth-of-type(2n+1) {
		margin-left: .5rem;
		margin-right: .5rem;
	}
}

/*/sf*/
.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: #0194a5;
}

.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: #0194a5;
	background: none;
}

/* map view */
.grid_navbar div.map > div {
	width: 14px;
	left: 13px;
}
.grid_navbar div.map > div > span {
	width: 14px;
	border: 0;
	height: 18px;
	background: url('../img/gallery.png') 0 -67px no-repeat;

	opacity: 0.7;
}
.grid_navbar div.map.active span {
	background: url('../img/gallery.png') -26px -67px no-repeat;
}
.grid_navbar div.map:hover span,
.grid_navbar div.map.active span {
	opacity: 1;
}

/* sorting */
.grid_navbar .sorting {
	display: inline-block;
	position: absolute;
	line-height: 40px;
}
.grid_navbar .sorting > div.current.disabled {
	/*cursor: default;
	background: #e2e2e2;*/
	display: none;
}
.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;
	right: 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:not(.banner-item) {
	position: relative;
	cursor: pointer;
}
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;
	font-size: 0.857em;
	cursor: pointer;
	z-index: 2;
}
section#listings div.picture > span:after {
	content: attr(photos);
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f1f1f1;
	left: -4px;
	top: -4px;
	box-shadow: 0 0 0 2px #f1f1f1;
    line-height: 18px;
}
section#listings ul.nav-column > li .icon {
    opacity: 0.7;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 5px;
	cursor: pointer;
}
section#listings ul.nav-column > li:hover .icon {
    opacity: 1;
}
.favorite span.icon {
	background: url('../img/gallery.png') 0 -94px no-repeat;
	display: block;
	width: 18px;
	height: 16px!important;
    cursor: pointer;
}
section#listings.grid .icon {
	top: 1px!important;
}
.favorite.remove span.icon {
	background-position: -22px -94px;
}

section#listings .ad-info > div: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 {
	max-width: 265px;
	padding-left: 20px;
	text-align: end;
}

.price-before {
	font-size: 0.8em;
    font-weight: bold;
    color: #747474;
}

section#listings .system > span.price-tag > span:not(.hide), 
#df_field_price > span:not(.hide) {
	font-size: 1.5rem;
    font-weight: 600;
}

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: #cb4c45 !important;
}
/*section.row article.featured:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    box-shadow: inset 0 0 0 2px #e8554e;
    pointer-events: none;
}*/
article.item.featured {
	border: 2px solid #cb4c45;
	/*  */
}
section#listings:not(.my-listings) article:not(.featured) {
	border: solid 1px #ddd;
}
section#listings article {
	background: #fefefe;
}

article.featured div.picture > span:after {
    box-shadow: 0 0 0 2px #cb4c45!important;
    background-color: #cb4c45!important;
    color: #fff;
}
article div.picture > span {
	border-color: #fff;
}
article div.label {
	width: fit-content;
	padding: 3px 7px;
	font-size: 0.929em;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}
article div.label.new {
	background: #ffd36a;
}

div.label.feat {
	background: #cb4c45;
}
div.label.video {
	background: #000;
}

article div.label.hot {
	background: #4caf50;
}

/*
section.my-listings article.featured div.label {
	top: 0;
	margin-bottom: 20px;
}*/
/* featured end */

/* list view */
ul.nav-column {
	display: flex;
	justify-content: flex-end;
}

section#listings:not(.list):not(.grid) {
	display: none;
}

section.list > article:not(.no-image) {
    min-height: 95px;
}
section#listings.list > article:last-of-type {
	margin-bottom: 0;
}
section#listings.list div.picture {
    width: 160px;
    height: 160px;
    padding-bottom: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	float: left;
	border: 1px solid #e1e1e1;
}
section#listings.list .ad-info {
	overflow: hidden;
	max-width: 400px;
}
section#listings .ad-info > .system > span:not(:last-child) {
	margin-right: 30px;
}
section#listings .ad-info span.favorite {
	display: inline-block;
	vertical-align: middle;
}

section#listings.list ul.nav-column.stick-top {
	padding: 0;
}
section#listings.list ul.nav-column > li {
	cursor: pointer;
	position: relative;
	padding: 3px 0 8px 25px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	margin-left: 1rem;
}

section#listings.list .ad-info > .fields > div.table-cell:last-child > div {
	padding-bottom: 0;
}
/* list view end */

/* grid view */
section.grid > article {
	padding-bottom: 30px;
}
section#listings.grid .ad-info > ol {
	display: none;
}
section#listings.grid > article div.picture {
	margin-bottom: 10px;
}
section#listings.grid > article:not(.no-image) .ad-info > .title,
section#listings.grid > article:not(.no-image) .ad-info > .fields {
	display: block;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
section#listings.grid .ad-info > div:not(:last-of-type) {
	margin-bottom: 4px;
}
section#listings.grid > article div.navigation-column {
	position: absolute;
	width: auto;
	bottom: 28px;
	right: 16px;
	z-index: 1;
}
section#listings.grid > article div.navigation-column div.before-nav {
	display: none;
}
section#listings.grid ul.nav-column > li {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 8px;
	position: relative;
}
section#listings.grid ul.nav-column > li:first-child {
	margin-left: 0;
}
section#listings.grid ul.nav-column > li span.icon {
	top: 0;
}
section#listings.grid ul.nav-column > li > a > span.link,
section#listings.grid ul.nav-column > li > span.link {
	display: none;
}
/* 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 li.fields {
	padding-top: 7px;
}
section#listings.list.no-image .ad-info > .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;
}

.category-description p, .category-description ul, .category-description li {
	margin: .8rem;
	font-size: 1.1rem;
}
.category-description a {
	font-weight: bold;
}
/*** LISTINGS GRID END ***/

/*** LISTING DETAILS ***/
div.listing-details {
	position: relative;
}
/*sf
div.listing-details h1 {
	margin: 0 0 18px 0;
}
*/

/* top navigation */

div.listing-details div.top-navigation div.icons {
	overflow: hidden;
	display: block;
	text-align: left;

	-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: 5px 7px;
	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;
}

/* 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: contain;
	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: #eeeeee;
}
div#picture_locked > div {
	height: 100%;
	text-align: center;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
div#picture_locked > div > div {
	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: rgba(45,45,45,.5);
	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 */

/*sf
div.listing-details {
	overflow: hidden;
}
*/

div.listing-details #area_listing > div.two-inline {
	margin-bottom: 16px;
}
div.listing-details #area_listing > div.two-inline div.price-tag:first-child:last-child {
	float: left;
}

#area_listing  div.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: 20px 30px 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 */
/*sf*/
div.seller-short .content_block:first-child {
	padding:0 !important;
}
ul.seller-info > li {
	padding: .8rem;
}
ul.seller-info > li:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}
ul.seller-info > li.name {
	font-size: 1.8rem;
	font-weight: bold;
}
.seller-info ul li {
	padding: .3rem;
	display: inline-grid;
}
.opening_hours ul {
	font-size: .8rem;
}
.hours-today {
	font-size: 1.5rem;
}
.tab_area ul.seller-info > li {
	border: none;
}
/*/sf*/
/*
.seller-short div.picture {
	margin: 0 20px 10px 0;
}
.seller-short ul.seller-info {
	overflow: hidden;
}
.seller-short div.button-exists ul.seller-info {
	padding-bottom: 45px;
}
.seller-short ul.seller-info > li.name {
	margin-top: -4px;
}
.seller-short 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;
    padding-top: 3px;
}
.seller-short ul.seller-info > li.about {
	font-size: 0.929em;
	padding: 10px 0 0;
}
.seller-short:not(.no-picture) 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) {
	filter: blur(2px)
}
.masked div.login-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.6);
	text-align: center;
	box-shadow: 0 0 6px 6px rgba(255,255,255,.6);
	display: flex;
}
.masked div.login-mask > div {
	width: 100%;
	align-self: center;
}
.restricted-content > span {
	display: inline-block;
	margin-top: 10px;
}
.masked div.login-mask p {
	text-shadow: 1px 0 0 white;
}
.restricted-content > span > span {
	padding: 0 10px;
}
/* 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%; Zaxu */
}
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 ul.info > li.fields {
	font-size: 0.929em;
	line-height: 18px;
}
section#accounts ul.info > li.fields > span:not(:last-child):after {
	content: ',';
}
section#accounts ul.info > li.tel a {
	font-weight: 400;
}

section#accounts .landscape {
	position: relative;
    max-width: 100%;
}
section#accounts .landscape div.picture {
	margin-right: 0;
	margin-left: 0;
	float: none;
}
section#accounts .landscape div.statistics {
	height: auto;
	position: static;
}
section#accounts .landscape div.statistics > ul > li.name {
    padding-top: 5px;
}
section#accounts .landscape div.statistics > div.counter {
	top: 0;
    position: absolute;
	background: rgba(0,0,0,.8);
	height: 22px;
	line-height: 20px;
	padding: 0 5px;
	color: white;
	pointer-events: none;
}
section#accounts .landscape div.statistics > div.counter span:first-child {
	display: inline;
	font-size: 0.929em;
	font-weight: 400;
}
/*** ACCOUNTS GRID END ***/

/*** ACCOUNT DETAILS PAGE ***/
section.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 ***/
.fb-connect {
    width: 100%;
    display: inline-block;
    line-height: 36px;
    height: 38px;
    padding: 0 20px 0;
    color: white!important;
    font-size: 1.071em;
    background: #547fd8!important;
    position: relative;
    margin-top: 1rem;
    vertical-align: top;
    transition: background 0.3s ease;
}
.fb-connect:before {
    content: 'f';
    position: absolute;
    width: 17px;
    height: 20px;
    line-height: 20px;
    left: 12px;
    top: 7px;
    font-size: 1.071em;
    border-right: 1px #547fd8 solid;
    text-align: left;
}
.fb-connect:hover {
    background: #759be9 !important;
}

.welcome {
	padding: 0 0 10px;
	font-size: 1.071em;
}
ul.account-menu-content {
	display: inline-block;
	margin-bottom: 35px;
}
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;
}
.login-page-form {
    max-width: 250px;
}
/*** ACCOUNT AREA END ***/

/*sf my packages chyb nie ma*/
/*** MY PACKAGES ***/
ul.packages > li {
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	max-width: 100%;
	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: 28%;
	float: left;
}
ul.packages > li .highlight {
	color: black;
}
ul.packages > li div.listing-info {
	overflow: hidden;
	padding: 3px 0 0 20px;
}
ul.packages li > div > div > span {
	display: block;
}
ul.packages h3 {
	color: #393939;
	font-size: 1.286em;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: -5px 0 10px 0;
}
ul.packages span.price {
	color: #3a3a3a;
	font-size: 2.429em;
	font-weight: normal;
	padding: 0 0 15px;
}
ul.packages span.count {
	color: #888;
	font-weight: 300;
}
ul.packages div.listing-info > span.count:not(:last-child) {
	padding-bottom: 8px;
}
ul.packages > li div.listing-info > span.count:last-child {
	padding: 0;
}

ul.packages > li div.status {
	margin: auto;
	margin-left: 30px;
}
ul.packages > li div.status div.renew {
	padding-top: 15px;
}
ul.packages .overdue,
ul.packages .expired {
	color: #a52323;
}
ul.packages .active {
	color: #63b53b;
}
form[name="payment"] div.nav-buttons {
    padding-top: 20px;
}
/*** MY PACKAGES END ***/

/*** TABLES ***/
/* submit table */
table.submit {
	table-layout: fixed;
}
table.submit td {
	height: 38px;
	padding: 0 0 10px;
}
table.submit td.name {
	width: 170px;
	padding-right: 10px;
}
table.submit td .name {
	padding: 5px 0 5px;
}
table.submit td.field input[type=text],
table.submit textarea {
	width: 100%;
}
table.submit td.button {
	padding: 10px 0 0 0;
}
table.submit a.close {
	padding-left: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div {
	min-height: 28px;
	line-height: 26px;
	vertical-align: top;
}
div.table-cell:not(.wide-field) > div {
	/*font-size: 0.929em;*/
}
div.table-cell > div.name{
	width: 160px;
	color: #6c6c6c;
	float: left;

	overflow: hidden;
	text-overflow: ellipsis;
}
span.rent-name, .text-gray {
	color: #6c6c6c;
}
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: #fbfbfb;
	padding-right: 7px;
}
div.table-cell div.value {
	color: #333;
	word-wrap: break-word;
	overflow: hidden;
}
div.table-cell > div.name + div.value {
	padding-left: 10px;
}
div:not(.body) > div > div.table-cell.wide-field {
	margin-top: 10px;
	margin-bottom: 20px;
}
#area_listing div.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: 17px;
	height: 12px;
	vertical-align: baseline;
	margin-right: 8px;
	margin-left: 2px;
}
div.table-cell ul.checkboxes > li.active img {
	background: url('../img/gallery.png') 0 -147px no-repeat;
}
div.table-cell ul.checkboxes > li:not(.active) {
	color: #9e9e9e;
	text-decoration: line-through;
}
/* details table end */

/* information table */
table.info {
	table-layout: fixed;
}
table.info td,
div.table-cell.small > div {
	vertical-align: top;
	padding-bottom: 5px;
	font-weight: normal!important;
	line-height: normal;
	min-height: inherit;
}
table.info td.name:after,
div.table-cell.small > div.name:after  {
	content: ':';
}
div.table-cell.small > div.value {
	white-space: normal;
}
table.info td.image,
div.table-cell.small > div.image {
	padding-top: 5px;
}
div.info-table > div.table-cell:last-of-type {
	margin-bottom: 0!important;
}
/* information table end */

/* table view table */
table.table {
	table-layout: fixed;
}
table.table td {
	min-height: 30px;
	padding: 5px 0;
	vertical-align: top;
}
table.table td.name {
	width: 215px;
	color: #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: #111;
	position: relative;
}
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:not(.ef) {
	margin: 0 0 20px 0;
}
div.fieldset > header {
	padding: 0 0 8px;
	border-bottom: 2px #e1e1e1 solid;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	font-size: 0.929em;
}
div.fieldset > header > span.arrow {
	display: none;
}
div.fieldset > div.body > div:not(#listing_form div) {
	padding: 15px 0 5px;
}

#controller_area div.fieldset > header,
.content_block div.fieldset > header {
	border: 0;
	padding-bottom: 0;
}

/*sf tą ikonkę przenieść do pliku ze wszystkimi ikonami*/
#controller_area div.fieldset > header > span.arrow , .search-item span.arrow {
	width: 20px;
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.3;
	position: relative;
	background: url(../img/expand_less20.svg) no-repeat;
}

#controller_area div.fieldset > header > span.arrow.up , .search-item span.arrow.up {
	background: url(../img/expand_more20.svg) no-repeat;
}
.search-item span.arrow {
	float: right;
}
#controller_area div.fieldset > header > span.arrow:hover {
	opacity: 1;
}

#controller_area div.listing-fields > div:not(.raty) div.body > div {
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	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;
	padding-right: 5px;
}
.side_block.no-style a.category,
.content_block.no-style a.category {
    background-color: #f2f2f2;
}
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;
}
.content_block div.category-slider-bar span.navigation > span:not(.active) {
	background: white;
}
.empty-category a,
.empty-category a:hover,
.empty-category div.category-counter > span,
.empty-category div.sub_categories {
	color: #bbbbbb!important;
}
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;
	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;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
div.category-slider-bar span.next {
	background-position: right -583px;
}
div.category-slider-bar > span.navigation {
	width: 80px;
	margin: 0 5px;
	height: 4px;
	background: #f1f1f1;
}
div.category-slider-bar > span.navigation > span.active {
	background: #5e4d8f;
}
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: #000000;
	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: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #f70f70;
	cursor: pointer;
	font-size: 0.929em;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.cat-toggle {
	background: #e2e2e2;
	height: 10px;
	margin-top: 3px;
	user-select: none;
    -webkit-user-select: none;
    -moz-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;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
}
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: #fbfbfb;
}
table.stats td.divider {
	width: 5px;
	text-align: center;
	padding: 0 5px;
}
table.stats td.dotted {
	background: #fbfbfb;
	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: flex;
}

ul.steps > li {
	/*display: inline-block;
	height: 44px;
	line-height: 44px;*/
	height: 48px;
	display: inline-flex; /*display: inline-block;*/
	align-items: center;/*sf*/
	justify-content: center;/*sf*/
	padding: 10px;/*sf*/

	text-align: center;
	position: relative;
    flex: 1;
}
ul.steps > li a {
	cursor: default;
	padding: 0 0 0 15px;
}
ul.steps > li.past a {
	cursor: pointer;
}
ul.steps > li.past,
ul.steps > li.current {
	background: #ccc!important;
}
ul.steps > li.past a,
ul.steps > li.current a,
ul.steps > li.past,
ul.steps > li.current {
	color: #fefefe;
}
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: #fafafa;
	border-width: 20px 0 20px 10px;
	margin-top: -20px;
}
ul.steps > li:not(:last-child):not(.past):before {
	border-color: transparent;
	border-left-color: #e1e1e1;
	border-width: 24px 0 24px 13px;
	margin-top: -24px;
}
ul.steps > li.current:after {
	display: none;
}
ul.steps > li:not(:last-child).current:before {
    border-left-color: #ccc;
}
/*** STEPS END ***/

/*** PAYMENT GATEWAYS ***/
ul#payment_gateways {
	display: flex;
}
ul#payment_gateways li > img {
	/*min-height: 32px;*/
}
ul#payment_gateways li {
	display: inline-block;
	width: auto; /*120px;*/
	min-width: 120px;
	min-height: 85px;
	text-align: center;
	padding: 15px 10px;/*15px 0 0 0;*/
	margin: 0 10px 10px 0;
	box-shadow: inset 0 0 0 2px #e9e9e9;
	cursor: pointer;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
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: .8rem;
}
div.password_strength div.scale {
	background: #dfdfdf;
	width: 71px;
	height: 7px;
	position: relative;
}
div.password_strength div.scale div.color {
	height: 7px;
	width: 0;
}
div.password_strength div.scale div.red {
	background: #ed2f0b;
}
div.password_strength div.scale div.green {
	background: #23a50c;
}
div.password_strength div.scale div.yellow {
	background: #ebcc00;
}
div.password_strength div.scale div.shine {
	width: 0;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
div.area_profile div.notice {
	padding: 7px 0 10px;
}
div.area_profile div.options {
	padding-top: 10px;
}
div.area_profile div.field img.qtip {
	margin-top: 2px;
}
/* password strange control end */

span.fail_field,
span.success_field {
	display: none;
}
/*** REGISTRATION END ***/

/*** MODAL WINDOW ***/
#modal_mask {
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1005;

}
.modal_block {
	position: absolute;
	left: 50%;
	margin-left: -176px;
	width: 340px;
	height: 230px;
	background: #f1f1f1;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.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.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: 99999999999;
}
div.notification > div {
	background: rgba(0,0,0,.3);
	min-height: 46px;
	color: white;
	position: relative;
	font-size: 0.929em;
	font-weight: 300;
	padding: 3px;
}
div.notification > div > div.message {
	background: #31c26b;
}
div.notification.fixed {
	position: fixed;
}
div.notification.done {
	top: 62px;
	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;
}
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 {
	margin: 0 0 15px 0!important;
	padding: 0 0 15px 0;
	min-height: 95px;
	border: 1px solid #e1e1e1
}
.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 span {
	font-size: 1em;
	padding-bottom: 15px;
	color: #9e9e9e;
}
.my-listings div.title a {
	margin-left: 30px;
}
.my-listings div.title a {
	font-size: 1.143em!important;
	font-weight: 600!important;
	padding-bottom: 15px;
}
.my-listings div.navigation ul > li {
	padding: 0 0 12px 0;
}
.my-listings div.navigation ul > li:last-child {
	padding: 0;
}
.my-listings div.navigation ul > li select {
	width: 100%;
}
.my-listings div.navigation ul > li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
}
.my-listings div.navigation ul li.nav-icon > a:before {
	content: '';
	background-image: url('../img/gallery.png');
	background-repeat: no-repeat;
	background-position: right -535px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	position: absolute;
	opacity: 0.5;
}
.my-listings div.navigation ul li.nav-icon > a.add-video:before {
	background-position: right -513px;
}
.my-listings div.navigation ul li.nav-icon > a.edit:before {
	background-position: 0 -488px;
}
.my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
	background-position: right -621px;
}
.my-listings div.navigation ul li.nav-icon > a.delete:before {
	background-position: right -489px;
}
.my-listings div.navigation ul li.nav-icon > a:hover:before {
	opacity: 0.8;
}
.my-listings div.stat ul > li {
	padding: 0 0 8px 0;
	color: #333333;
}
.my-listings div.stat ul > li.switcher-controll {
	padding-bottom: 12px;
}
.my-listings div.stat ul > li span.name {
	color: #949494;
}
.my-listings div.stat ul > li span.name:after {
	content: ':';
}
.delete.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/gallery.png') right -489px no-repeat;
	cursor: pointer;
	opacity: 0.5;
}
.delete.icon:hover {
	opacity: 0.8;
}
/*** MY LISTINGS END ***/


/*** HORIZONTAL SEARCH ***/
section.horizontal-search {
	padding: 30px 0;/*sf padding: 60px 0;*/
	/*background: url('../img/road-lights-bg.jpg') center 63% no-repeat #444444;
	background-size: cover;*/
}
section.horizontal-search:not(.no-tabs) {
	padding-top: 74px;padding-bottom: 74px;/*sf padding-top: 94px; */
}
section.horizontal-search > div.point1 {
	margin: 0 auto;
}
section.horizontal-search #search_area {
	background: #fffffff5;
    position: relative;
}
/*sf
section.horizontal-search.h1-exists {
	padding-top: 20px!important;
}
section.horizontal-search h1 {
	margin: 0 0 55px 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
section.horizontal-search.no-tabs:not(.advanced-exists) h1 {
	margin: 0 0 25px 0!important;
}
section.horizontal-search h1 {
	text-align: center;
}
*/
/*** HORIZONTAL SEARCH END ***/

/*** HOME PAGE GALLERY ***/
.gallery-container {
    height: 377px;
}
section.features-gallery {
	margin-top: 30px;
}
section.features-gallery > div.point1 {
	margin: 0 auto;
}
div.special-block div.categories {
    margin-bottom: 0;
}

.featured_gallery .featured {
	white-space: nowrap;
	font-size: 0;
	background: #e9e9e9;
	margin: 0;
	float: right;
	width: 142px;
    height: 100%;
	padding: 0 0 0 2px;
    align-content: flex-start;

    transition: transform 0.2s ease;
}
.featured_gallery div.preview {
	height: 334px;
	background: white;
	position: relative;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.featured_gallery div.preview:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;

	width: 30px;
	height: 30px;
	background-color: #fff;

	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);
  }
}
.featured_gallery div.preview > .fg-title,
.featured_gallery div.preview > .fg-price {
	height: 39px;
	max-width: 100%;
	line-height: 39px;
	background: rgba(0,0,0,.8);
	position: absolute;
	padding: 0 15px;
	color: white;
	font-size: 1.143em;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.featured_gallery div.preview > .fg-price {
	background: rgba(255,213,0,.85);
	top: auto;
	bottom: 0;
	color: black;
	height: 45px;
	line-height: 45px;
	font-size: 1.5em;
}
.featured_gallery div.preview > a > div {
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
}
.featured_gallery .featured > li {
	position: relative;
	overflow: visible;
	padding: 0;
	opacity: 0.7;
	flex: none;
    height: 95px;
    max-width: unset;
    margin: 0;
}
.featured_gallery .featured > li img {
	filter: grayscale(100%);
	filter: gray;
	cursor: pointer;
	width: 100%;
    height: 100%;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featured_gallery .featured > li:last-child img {
	margin: 0;
}
.featured_gallery .featured li.active {
	opacity: 1;
}
.featured_gallery .featured li.active img {
	filter: none;
	cursor: default;
}
.featured_gallery .featured .ad-info .icons {
    display: none;
}

.special-block > section {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.special-block > section > div {
    flex: 1;
    overflow: hidden;
}
.special-block .field-bound-box-text-pic,
.special-block .field-bound-box-icon {
    margin-bottom: 0 !important;
}
/*** HOME PAGE GALLERY END ***/

/*** PLUGINS CUSTOM ***/

/*
#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;
}

#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: #fff!important;
}

/* slider */
div.slider {
	overflow: hidden;
	position: relative;
	user-select: none;
    -webkit-user-select: none;
    -moz-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: 0;
	right: 0;
	margin: auto;
    background: url('../img/gallery.png') -24px -366px no-repeat;
}
div.horizontal div.next:before {
    background-position: right -366px;
}
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#area_booking .side_block {
	margin:0;
}
*/
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: 300;
}
.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;
}

section#listings div.stat-line .comments_icon {
	padding: 0;
	background: none!important;
}
section#listings div.stat-line li.bids > a:after {
	background-position: right -675px;
}
*/
body .reportBroken img,
body .removeBroken img {
    background-image: url(../img/gallery.png) !important;
    background-position: 0 -710px !important;
}
body  .removeBroken img {
    background-position: 0 -728px !important;
}
body #listings .reportBroken img,
body #listings .removeBroken img {
    margin-top: -1px;
}
/*** PLUGINS CUSTOM END ***/

/*** RESPONSIVE ***/
/*.point1 {
	width: 100%;
}*/

/*** ALL DESKTOP VIEWS ***/
@media screen and (min-width: 992px) {
	/*sf dodane*/
	.main_menu_mobile_close {
		display: none;
	}
	/*koniec dodane*/

	div#header-banner {
		width: 728px;
		height: 90px;
		margin: auto;
	}
	/*sf
	section#main_container > div.inside-container {
		padding: 35px 0 50px;
	}
	section#controller_area {
		padding-bottom: 30px;
	}
	*/

	/* main menu */
	header.page-header.fixed-menu + div#wrapper {
		margin-top: 141px;
	}
	header.page-header.fixed-menu > div.point1 {
		margin: 0 auto;
	}
	/*header.page-header.fixed-menu {
		height: 62px;
		width: 100%;
		position: fixed;
		top: 0;
	}*/
	header.page-header.stick {
		transition: none;
	}
	header.page-header.fixed-menu div.top-navigation {
		float: right;
	}
	header.page-header.fixed-menu section.main-menu {
		height: 62px;
		background: #202122;
	}
	header.page-header.fixed-menu section.main-menu > div {
		max-width: inherit;
	}
	header.page-header.fixed-menu section.main-menu > div:before {
		content: '';
		position: absolute;
		background: #202122;
		height: 62px;
		width: 50%;
		top: 0;
		left: 0;
		z-index: -1;
	}
	header.page-header.fixed-menu div#logo {
		margin: 9px 11px 0 0;
	}
	header.page-header.fixed-menu section.main-menu nav {
		margin: 0;
		float: none;
		text-align: left;
		width: auto;
		z-index: 2;
	}
	header.page-header.fixed-menu ul#main_menu_more {
		top: 60px;
	}
	header.page-header.fixed-menu section.main-menu ul.menu {
		height: 60px;
		padding-left: 20px;
	}
	header.page-header.fixed-menu section.main-menu ul.menu > li {
		height: 60px;
	}
	header.page-header.fixed-menu section.main-menu ul.menu > li > a {
		margin-top: 12px;
	}
	header.page-header.fixed-menu section.main-menu ul.menu > li.more > span {
		margin-top: 15px;
	}
	header.page-header.fixed-menu section.main-menu a.add-property {
		margin: 11px 10px 0 10px;
	}

	header.page-header.fixed-menu div.top-navigation {
		height: 60px;
		border-bottom: 0;
		z-index: 1;
	}
	header.page-header.fixed-menu .circle {
		height: 62px;
	}
	header.page-header.fixed-menu .circle > .default {
		height: 62px;
		line-height: 59px;
	}
	header.page-header.fixed-menu .circle_opened > .content {
		top: 61px;
	}
	header.page-header.fixed-menu div.top-navigation div.fright {
		border-left: 0;
	}
	header.page-header.fixed-menu div.top-navigation div.fleft {
		border-right: 0;
	}

	section.main-menu nav {
		margin-top: 17px;
		float: right;
		text-align: right;
	}
	section.main-menu ul.menu {
		height: 38px;
		white-space: nowrap;
		overflow: hidden;
	}
	section.main-menu div.mobile-menu-button {
		display: none;
	}
	section.main-menu ul.menu > li {
		display: inline-block;
		height: 36px;
		padding: 0 0 0 40px;
		vertical-align: top;
		text-align: left;
	}
	section.main-menu a.add-property {
		float: right;
		margin-left: 40px;
	}
	section.main-menu ul.menu > li:first-child {
		padding-left: 0;
	}
	section.main-menu ul.menu > li:last-child {
		padding-right: 0;
	}
	section.main-menu ul > li > a {
		display: inline-block;
		font-size: 1.071em;
		padding: 4px 0 7px;
	    width: inherit;
	    vertical-align: top;
	}
	/*
	section.main-menu ul > li > a:hover,
	section.main-menu ul > li.active > a {
		color: #6c5e94;
	}
	section.main-menu ul.menu > li.active > a {
		border-top: 3px solid #6c5e94;
	}
	*/
	section.main-menu ul.menu > li.more > span {
		display: inline-block;
		margin: 4px 0 0 0;
		padding: 5px;
		cursor: pointer;
		-moz-user-select: none;
		-webkit-user-select: none;
	}
	section.main-menu ul.menu > li.more > span > span {
		width: 4px;
		height: 4px;
		background: #fff;
		display: inline-block;
		margin: 8px 2px 0 0;
		border-radius: 2px;
		vertical-align: top;
	}
	section.main-menu ul.menu > li.more_active > span > span {
		background: #e4e4e4;
	}
	ul#main_menu_more {
		display: none;
		position: absolute;
		top: 108px;
		padding: 5px 20px;
		background: #222;
		z-index: 102;
		border-top: 0;
		text-align: left;
	}
	body.header-banner ul#main_menu_more {
		top: 247px;
	}
	ul#main_menu_more > li > a {
		padding: 10px 0;
		box-shadow: none;
	}
	/* main menu end */

	/* sidebar block */
	section.side_block > h3 {
		font-size: 1.286em;
		font-weight: 400;
		margin-top: -3px;
	}
	section.side_block > div {
		padding: 0!important;
	}
	/*sf
	section.side_block:not(.no-style) {
		background: white;
		padding: 30px;
	}
	aside.left > section.side_block:not(.no-style):last-child,
	section#content aside:last-of-type > section:not(.no-style):last-of-type > div,
	aside.left > section.side_block:not(.no-style):last-child a.category, /* category link BG *//*
	section#content aside:last-of-type > section:not(.no-style):last-of-type > div a.category /* category link BG *//* {
		background-color: #fbfbfb;
	}
	*/
	section.side_block:not(.no-style) > div {
		background-color: transparent!important;
	}
	/* 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: 200px;/*360px;*/
	}
	/*sf
	.grid_navbar {
		margin-bottom: 30px;
	}
	*/

	body.no-sidebar .advanced-search-form {
		width: 60%;
	}

	section.side_block .featured {
		text-align: center;
		margin: 0;
	}
	section.side_block .featured > li {
		flex: 0 0 100%;
        max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		border: solid 1px #ddd;
		padding: 5px;
		margin-bottom: 5px;
	}
	section.side_block .featured > li:last-child {
		margin-bottom: 0;
	}
	section.side_block .featured:not(.list) > li ul {
		width: 100%;
		padding: 0;
		text-align: left;
		background: none;
	}

	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;
	}
*/
	section.side_block table.table td.name {
		width: 45%;
	}
}
/*sf dodane*/
.panel:not(.logout) #content {
	width: 100%;
    margin: 0 auto 4rem 0;
}
form#listing_form {
	padding-bottom: 4rem;
}

@media screen and (min-width: 1440px) {
	.point1 {
		max-width: 1400px;
	}
	.panel .admin-left {
		max-width: 300px;
	}
	.panel:not(.logout) #content {
		max-width: calc((1400px - 300px) + ( (100% - 1400px) / 2 ));
	}
	.panel #main_container {
		padding: 0!important;
	}
	section.main-menu nav {
		width: 870px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.point1 {
		max-width: 1140px;
	}
	.panel .admin-left {
		max-width: 300px;
	}
	.panel:not(.logout) #content {
		max-width: calc((1140px - 300px) + ( (100% - 1140px) / 2 ));
	}
}
/*koniec dodane*/
/*** LARGE DESKTOP VIEW ***/
@media screen and (min-width: 1200px) {
	#listings.grid > article:not(.banner-item) {
		width: calc(33.33% - 1rem);
	}
	#listings.grid > article:not(.banner-item):nth-of-type(3n+2) {
		margin-left: .5rem;
		margin-right: .5rem;
	}


	section.main-menu nav {
		width: 870px;
	}

	div.special-block section.side_block h3 {
		font-size: 1.500em;
	}
	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 .featured > li div.picture {
		float: left;
		width: 100px;
		height: 100px;
		margin-right: 20px;
        padding-bottom: 0;
	}
    section.side_block .featured div.picture img {
        background-size: 100% auto;
    }
	section.side_block .featured > li > ul {
		padding: 0!important;
		overflow: hidden;
		width: auto!important;
	}
	section.side_block .featured > li > ul > li:first-child {
		margin-top: -4px;
	}
	/*sf
	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 a.category {
		font-size: 1.214em;
	}
}
/*** LAPTOP VIEW ***/
@media screen and (width: 1280px) {

}
/*** MIDDLE DESKTOP VIEW ***/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.point1 {
		max-width: 940px;
	}
	.panel .admin-left {
		max-width: 260px;
	}
	.panel:not(.logout) #content {
		max-width: calc((940px - 260px) + ( (100% - 940px) / 2 ));
	}
	section.main-menu nav {
		width: 660px;
	}

	section.horizontal-search {
		padding: 40px 0;
	}
	section.horizontal-search:not(.no-tabs) {
		padding-top: 74px;
	}
	.search-block-content form div.search-form-cell {
		width: 33.333%;
	}

	/*sf
	section.side_block:not(.no-style) {
		padding: 20px;
	}
	*/

    .gallery-container {
        height: 418px;
    }
	.featured_gallery {
		padding-bottom: 84px;
		position: relative;
	}
	.featured_gallery .featured {
		flex-wrap: nowrap;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 84px;
		padding: 2px 0 0 0;
	}
	.featured_gallery .featured > li {
        flex: 0 0 20%;
        max-width: 20%;
        margin: 0 1px 0 0;
        height: 82px;
	}
	.featured_gallery .featured > li img {
		width: 122px;
	}

	header.page-header.fixed-menu section.main-menu ul.menu > li:not(:first-child) {
		padding: 0 0 0 30px;
	}
	header.page-header.fixed-menu .circle > .default {
		padding: 0 10px;
	}
/*
	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;
	}
	/*sf
	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: 126px;
        height: 126px;
    }*/
	section#listings > article div.navigation-column {
		width: max-content;/*265px*/
	}
	section#listings .ad-info > div {
		margin-bottom: 4px;
	}
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
	/*** HORIZONTAL SEARCH ***/
	section.horizontal-search a.advanced_search {
		background: rgba(0,0,0,.8);
		position: absolute;
		height: 34px;
		line-height: 32px;
		top: -34px;
		padding: 0 35px 0 15px;
		right: 0;
		color: white;

		transition: background-color 0.3s ease;
	}
	section.horizontal-search a.advanced_search:hover {
		background-color: black;
	}
	section.horizontal-search a.advanced_search:after {
		content: '';
		position: absolute;
		top: 12px;
		right: 15px;
		width: 6px;
		height: 10px;
		background: url('../img/gallery.png') right -314px no-repeat;
	}
	.search-block-content form div.search-form-cell.submit {
		float: right;
	}
	/*** HORIZONTAL SEARCH END ***/

	/*** CATEGORIES TREE BLOCK ***/
	section.content_block ul.cat-tree li span.toggle {
		display: none;
	}
	/*** CATEGORIES TREE BLOCK END ***/

	section.main-menu a.add-property {
		float: right;
	}
/*
    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: 99px!important;
	}
	body header.page-header section.main-menu {
		height: 58px;
	}
	div#logo {
		margin-top: 0;
	}
	section#controller_area:not(:empty) + aside {
		margin-top: 22px;
	}
	*/
	/*section.horizontal-search {
		background-image: url('../img/road-lights-bg-mobile.jpg');
	}*/

	.similar-cat li, .similar-cat a {
		height: 48px;
		padding: 10px;
	}
	section.main-menu {
		padding-top: 10px;
	}
	/*section.main-menu nav.menu {
		float: right;
	}*/
	section.main-menu span.menu-button {
		float: right;
		display: inline-block;
		width: 38px;
		height: 38px;
		margin-left: 30px;
		cursor: pointer;
		position: relative;
	}
	section.main-menu span.menu-button > span {
		position: absolute;
		width: 20px;
		height: 4px;
		background: #fff;
		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 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 li.more {
		margin-bottom: 30px;
	}
	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: #6c5e94;
	}
	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;
	}

	footer.page-footer > div {
		min-height: 80px;
		/*height: 80px;*/
		padding: 25px 0 0;
	}
	footer.page-footer .footer-data {
		text-align: center;
	}
	.footer-data div.icons {
		margin: 0 20px 0 0;
	}
	footer.page-footer .footer-data > div {
		display: inline-block;
		vertical-align: top;
	}
	footer.page-footer .footer-data > div:last-child {
		text-align: left;
		margin-top: -3px;
	}
	footer.page-footer .footer-data > div:last-child > a {
		display: block;
	}
	/* sf
	nav.footer-menu > ul {
		display: none;
	}
	*/
	footer.page-footer span.scroll-top {
		top: 0px;
		left: 0px;
	}
	body.view-details-page.get-details-box section.seller-short {
		display: none;
	}

	section.side_block_search > h3 {
		color: #000;
	}

	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;
	}

    .gallery-container {
        height: auto;
    }
    div.special-block section.side_block {
        margin-top: 20px;
    }
}
/*** FIXED TABLET VIEW ***/
@media screen and (width: 768px) {
	section.main-menu nav.menu ul.menu {
		right: 0;
	}
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.point1 {
		max-width: 720px;
	}
	.panel:not(.logout) #content {
		max-width: 720px;
		margin:  0 auto 4rem;
	}

	section.content_block {
		margin-bottom: 20px;
	}
	/*sf
	aside.middle section.content_block:last-child {
		margin-bottom: 0;
	}
	*/	
	span.pills > label {
		width: auto!important;
	}
	div#header-banner {
		width: auto;
		height: 90px;
	}

	.featured_gallery {
        height: 380px !important;
    }

	/* owner details box */
	div.row > div.form {
		margin-top: 0!important;
	}
	/* owner details box end */

	/*sf
	aside.bottom {
		margin-top: 20px;
	}
	*/
	/* home content block end */

	.featured_gallery > .featured > li:nth-child(4n) {
		display: inherit;
	}

	section.seller-short > div > div.picture img {
		height: 92px;
	}

	.search-block-content form div.search-form-cell {
		width: 50%;
	}
	section.side_block_search div.search-item {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}
	section.side_block_search div.search-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.search-item.checkbox-field > .custom-input {
		width: 50%;
	}
	.field.search-item.checkbox-field > .custom-input {
		width: 33.33%;
	}
	.search-item.couple-field > .custom-input {
		width: 33.33%;
	}
	section#listings.grid ul.info {
		padding-top: 8px;
	}
    section#listings.list > article div.navigation-column {
        width: 280px;
    }
	section#listings.list ul.info {
		max-width: 320px;
	}

	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;
	}
	*/
	/* listing details gallery end */

	div.table-cell > div.name {
		width: 140px;
	}

	div.listing-details section.statistics ul.controls {
		/*width: 60%; zax */
	}

	section.account-location table.info {
		float: left;
		width: 235px;
		display: inline-block;
	}

	section.account-location div.location-info {
		float: left;
		max-width: 300px;
	}
	section.account-location div.map-capture {
		width: 55%;
		margin: -18px -18px -18px 0;
		float: right;
	}

	div.notification {
		width: 442px;
		margin-left: -221px;
	}
	div.notification.done {
		top: 0;
	}
	/*sf
	ul.packages > li div.frame {
		width: 420px;
	}
	*/
	body.no-sidebar .advanced-search-form {
		width: 80%;
	}
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {

	nav.footer-menu a, .home_links a {
		padding: 6px 8px;
	}
	/*sf*/
	#payment_gateways {
		flex-direction: column;
	}
	section#listings > article div.navigation-column { 
		display: flex;
    	flex-direction: column-reverse;
	}
	ul.nav-column {
		margin-top: 18px;
	}
	section#listings > article .system {
		min-width: 130px;
	}
	section#listings > article .ad-info > div:not(.title) {
		max-width: 180px;
	}
	section#listings > article .ad-info .location > span {
		display: block;
	}
	article .ad-info > div span:not(:first-child) {
		margin-left: 0px!important;
	}
	article.related-new {
		padding-bottom: 35px;
	}
	
	article.item.featured {
		padding-bottom: 25px;
	}

	.row article.featured:after,
	.row article.related-new:after {
		right: 0!important;
		left: 0!important;
		border-radius: 0;
	}
	article.featured .grid-icon-fill,
	article.related-new .grid-icon-fill  {
		fill: #fff!important;
	}
	article.featured li.favorite > span.icon,
	article.related-new li.favorite > span.icon  {
		filter: brightness(100);
	}

	/*/sf*/
	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;
	}

	/*.point1 {
		max-width: 480px;
		min-width: 320px;
	}

	.circle > .default {
		padding: 0 10px;
	}

	#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: 75px;
		white-space: nowrap;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}
	section.main-menu a.add-property {
		display: none;
	}
	/*div#logo {
		margin-left: 10px;
	}*/
	#search_area {
		padding: 0 0;
	}

	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 {
		right: auto;
		left: 10px;
		top: -36px;
	}

	ul.tabs.search_tabs {
		width: 100%;
	}
	ul.tabs.search_tabs.tabs_count_2 > li {
		width: calc(50% - 14px);
        margin-right: 10px;
	}
	ul.tabs.search_tabs.tabs_count_3 > li {
		width: calc(33.333% - 10px);
        margin-right: 10px;
	}
	ul.tabs.search_tabs.tabs_count_4 > li {
		width: calc(25% - 20px);
        margin-right: 10px;
	}
    ul.tabs.search_tabs.tabs_count_2 > li a,
    ul.tabs.search_tabs.tabs_count_3 > li a,
    ul.tabs.search_tabs.tabs_count_4 > li a {
        width: 100%;
	}
	ul.tabs.search_tabs > li > a {
		padding: 0 10px;
		font-size: 1em;
	}
    ul.tabs > li.overflowed {
        margin-top: -2px !important;
    }

	section.horizontal-search:not(.no-tabs) {
		padding-top: 64px;
		padding-bottom: 35px;
	}
	section.horizontal-search a.advanced_search {
		position: absolute;
		margin: -29px 0 0;
	}
	.search-block-content form div.search-form-cell {
		width: 100%;
	}
	.search-block-content {
		padding: 6px 15px 20px;
	}
	.search-block-content form {
		margin-left: 0;
		margin-right: 0;
	}

	.featured_gallery {
        height: 334px !important;
		padding-bottom: 84px;
		position: relative;
	}
	.featured_gallery div.preview {
		height: 240px;
	}
	.featured_gallery .featured {
		flex-wrap: nowrap;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 84px;
		padding: 2px 0 0 0;
	}
	.featured_gallery .featured > li {
		display: inline-block;
		width: 124px;
		margin: 0 2px 0 0;
	}
	.featured_gallery div.preview > .fg-title {
		height: 34px;
		line-height: 32px;
		font-size: 1em;
	}
	.featured_gallery div.preview > .fg-price {
		height: 40px;
		line-height: 38px;
		font-size: 1.286em;
	}

	.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 > h3,
	section.side_block > h3 {
		font-size: 1.429em;
		max-width: calc(100% - 28px);
		margin-top: 0;
	}
	/*sf
	section.content_block,
	section.side_block {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	section.content_block:not(.no-style) > div,
	section.side_block:not(.no-style) > div {
		padding: 20px 20px;
	}
	*/
	section.content_block:not(.no-header) > div,
	section.side_block:not(.no-header) > div {
		margin-top: 10px;
	}

	section.side_block > span.expander {
		margin-top: 6px;
	}
	section.content_block div.category-slider-bar {
		top: -34px;
	}

	/* home content block */
	section.home-content {
		margin: 0 0 20px 0;
	}
	/*
	aside.bottom {
		margin-top: 20px;
	}
	*/
	/* home content block end */

	ul.tabs {
		margin-left: 10px;
		margin-right: 10px;
		height: 42px;
	}
    div.submit-cell ul.tabs {
        margin-left: 0;
        margin-right: 0;
    }
	ul.tabs > li {
		margin: 0px 10px;
		font-size: 1em;
		height: 42px;
	}

	section.content-section ul.tabs {
		margin-left: 0;
		margin-right: 0;
	}
	/*
	#bread_crumbs > ul {
		padding-left: 10px;
		padding-right: 10px;
	}
	*/

	.grid_navbar.listings-area .buttons > div.grid {
		display: none;
	}
	.grid_navbar .current,
	.grid_navbar ul.fields > li {
		padding: 0 10px;
	}

	/* listing list view */
	section#listings > article div.navigation-column {
		position: absolute;
		width: auto;
		bottom: 0;
        right: 0;
		z-index: 1;
	}
	/*
	.related-new .system {
		margin-bottom: 10px;
	}
	*/
    section#listings.list.no-image > article div.navigation-column {
        bottom: 25px;
        right: 10px;
    }
	section#listings > article div.navigation-column div.before-nav {
		display: none;
	}
	section#listings ul.nav-column > li {
		display: inline-block;
		height: 18px;
		margin-left: 5px;
	}
	section#listings ul.nav-column > li .icon {
		top: 0;
	}
    section#listings ul.nav-column > li > a > span.link,
	section#listings ul.nav-column > li > span.link {
		display: none;
	}

	section.list > article {
		width: 100%;
		/*max-width: 320px;*/
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		display: block;
		position: relative;
	}
	section#listings.list > article:not(.no-image) div.main-column {
		padding: 0 10px;
	}
	section#listings.list div.picture {
        width: calc(100% - 1rem);
    	height: auto;
		float: none;
		display: block;
		margin: auto;
	}
	section#listings.list div.picture img {
		width: 100%;
		position: static;
	}
	article.featured div.label {
		top: 0;
	}
	section#listings.list .ad-info {
		background: white;
		padding: .5rem;
	}
	section#listings .ad-info span.favorite {
		display: inline-block;
		vertical-align: middle;
	}
	section#listings.list .ad-info span.favorite {
		float: right;
		margin-top: 5px;
	}
	section#listings.list .ad-info > div:first-child {
		padding-bottom: 0;
	}
	section#listings.list .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;
	}
	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.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;
	}
	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;
	}
	div.gallery > div.thumbs > div.slider > ul > li.locked > img {
		background-position: center 26%;
	}
	div.gallery > div.thumbs > div.slider > ul > li.locked > div {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	    text-align: center;
	    padding-top: 28%;
	}
*/
	#area_keyword form.kws-block .two-inline {
		width: 100%;
	}

	/*sf
	div.listing-details h1 {
		margin-bottom: 15px;
		padding: 0;
	}
	*/
	div.listing-details div.price-tag {
		float: none;
		margin-bottom: 14px;
	}
	/*
	.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-flex; /*display: inline-block;*/
		align-items: center;/*sf*/
		justify-content: center;/*sf*/
		padding: 15px;/*sf*/
		width: 33.33333%!important;
	}
	ul.steps.mobile .prev,
	ul.steps.mobile > li.current + li + li,
	ul.steps.mobile > li.current + 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;
		border-bottom: 1px solid #ddd;
	}
	body:not([name="payment_history"]) div.list-table > div.row > div {
		display: block;
		border: 0;
		padding: 5px 0 5px 95px!important;
		overflow: hidden;
		position: relative;
	}
	body:not([name=payment_history]) 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: 10%;
		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: #fb6a5c;
		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;
		padding-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;
	}

	section.side_block table.table td.name {
		width: 45%;
	}
}
@media screen and (max-width: 575px) {
    .featured > li  {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .login-page-form {
        max-width: 240px;
    }
}
@media screen and (max-width: 440px) {
    .circle_mobile-full-width {
        position: static !important;
    }
}
@media screen and (max-width: 383px) {
	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;
	}
	div.table-cell ul.checkboxes > li {
		float: none;
		width: 100%;
		margin: 0;
	}
	section#listings.my-listings .item > div.navigation > ul > li select {
		width: 130px;
	}
    .gptwdg {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}
/*** RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/*.circle > .default:after {
		background: url('../img/@2x/gallery2.png') left -62px no-repeat;
		background-size: 40px auto;
	}*/
	.circle_opened > .default:after {
		background-position: -12px -62px;
	}
	#user-navbar > span.default:before {
		background: url('../img/@2x/gallery2.png') left -12px no-repeat;
		background-size: 40px auto;
	}
	#user-navbar.circle_opened > span.default:before {
		background-position: right -12px;
	}
	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,
    .select2-selection--single .select2-selection__arrow {
		background-image: url('../img/@2x/gallery2.png');
		background-position: right -68px;
		background-repeat: no-repeat;
		background-size: 40px auto;
	}
	input[type=number] {
		background-image: url('../img/@2x/gallery2.png');
		background-position: right -94px;
		background-repeat: no-repeat;
		background-size: 40px auto;
	}
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -972px;
        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 -972px;
        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 -132px;
	}
	input[type=checkbox]:not(.default):hover + label > span {
		background-position: 0 -201px;
	}
	input[type=checkbox]:not(.default):checked + label > span {
		background-position: 0 -246px;
	}
	input[type=radio]:not(.default):hover + label > span {
		background-position: 0 -155px;
	}
	input[type=radio]:not(.default):checked + label > span {
		background-position: 0 -178px;
	}
	div.category-slider-bar span.prev,
	div.category-slider-bar span.next {
		background: url('../img/@2x/gallery2.png') -0px -467px no-repeat;
		background-size: 40px auto;
	}
	div.category-slider-bar span.next {
		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/logo_footer.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;
	}
	#user-navbar.notify > span.default:before {
		background-position: right -341px;
	}

	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,
    .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;
	}
*/
	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;
	}

	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 {
		background: url('../img/@2x/gallery2.png') 0 -798px no-repeat;
		background-size: 40px auto;
	}
	
	#controller_area div.fieldset > header > span.arrow.up {
		background-position: right -798px;
	}
	*/
	.my-listings div.navigation ul li.nav-icon > a:before {
		background: url('../img/@2x/gallery2.png') 0 -776px no-repeat;
		background-size: 40px auto;
	}
	.my-listings div.navigation ul li.nav-icon > a.add-video:before {
		background-position: 0 -821px;
	}
	.my-listings div.navigation ul li.nav-icon > a.edit:before {
		background-position: 0 -755px;
	}
	.my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
		background-position: left -933px;
	}
    .my-listings div.navigation ul li.nav-icon > a.delete:before,
	.delete.icon {
		background: url('../img/@2x/gallery2.png') right -755px no-repeat;
		background-size: 40px auto;
	}
	span.media-enlarge > span {
		background: url('../img/@2x/gallery2.png') right -604px no-repeat;
		background-size: 40px auto;
	}

	div.map-capture > img {
		background-size: auto 100%;
	}
	div.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;
	}
    body .reportBroken img {
        background: url(../img/@2x/gallery2.png) 100% -933px no-repeat !important;
        background-size: 40px auto !important;
    }
    body .removeBroken img {
        background: url(../img/@2x/gallery2.png) 100% -951px no-repeat !important;
        background-size: 40px auto !important;
    }
}
/*** PIXEL RETIO 1.5 END ***/

/*** CUSTOM SCROLLBAR ***/
.mCustomScrollbar {
    position: relative;
    display: block;
}
.mCustomScrollbar .mCustomScrollBox {
    overflow: hidden;
}
.mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_container:not(.mCS_no_scrollbar_y) {
    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: #5e4d8f;
    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 ***/



/*sf new styles */
.main_menu_mobile_close {
	width: 100%;
    float: right;
    text-align: right;
    font-size: 22px;
    color: #fff!important;
}

.bb-1 {
	border-bottom: 1px solid #ddd;
}
.bt-1 {
	border-top: 1px solid #ddd;
}


.product_zoom {
  cursor: pointer;
}

.listing-details-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
  border: 1px solid #ddd;
  padding: 1rem;
  margin: 0;
  line-height: 1;
}

.listing-details-top .price-tag {
	margin: 4px 0;
}

.sidebar-contact-buttons .button {
  min-width: 60%;
}

.side_block .seller_info .h3 {
  border-top: 1px solid #ddd;
  margin: .8rem calc(-1 * .8rem);
}
.side_block .seller_info .h4 {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}


/* Companies / Wykaz sprzedawców */

#accounts .companies_description {
	font-weight: 400;
	line-height: 1;
	display: flex;
    justify-content: space-between;
	align-items: center;
	min-height: 100px;
}
#accounts .companies_description a, #accounts .companies_description small {
	font-weight: bold;
}
#accounts .companies_description img {
	max-height: 80px;
	max-width: 100%;
	margin: auto;
}


.companies_company_top {
	width: calc(50% - 1rem);
    min-height: 220px;
	height: 300px;
}
.companies_company_middle, .companies_company_bottom {
	height: 100px;
}

.companies_company_top .companies_banner {
	height: 70%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.companies_company_top .companies_banner a {
	display: block;
    position: relative;
    height: 100%;
}

.companies_company_top img {
	max-height: 60px;
    position: absolute;
	max-width: 80%;
	padding: 2px;
    bottom: 5px;
    left: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.companies_company_middle, .companies_company_middle > div  {
	width: calc(50% - 1rem);
}

.companies_company_bottom {
	width: calc(25% - 1rem);
	/*
	background: none!important;
	border: none!important;
	*/
}
.companies_company_bottom > div {
	margin: 5px;
}

.companies_company_middle img {
    margin-bottom: 0.5rem;
	display: block;
}

.companies_company_top .companies_description, .companies_company_middle.companies_description {
	height: 25%;
}

.companies_description > div {
	max-width: calc(50% - 10px);
}

.companies_company_bottom.companies_description > div {
	max-width: 100%;
}
.companies_description a.link {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
}
.companies_description div.show-phone {
	min-width: 160px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#accounts article {
		width: 100%;
	}
	#accounts article.companies_company_bottom {
		width: calc(50% - .8rem);
	}
	.companies_company_middle {
		display: inherit!important;
	}
}

/* koniec Companies / Wykaz sprzedawców */



.related-new {
	border: 2px solid #5e4d8f!important;
}
a.related-new-see-all {
	background: #5e4d8f;
	bottom: 0;
	right: 0;
	color: white;
    position: absolute;
    width: max-content;
    padding: 8px 22px;
    font-weight: bold;
    border-radius: 15px 0 0 0;
}

.content_block.banners {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 1rem;
}
.banners > div {
	width: 100%;
}

/* profile użytkowników account_type */

.acc-header .title {
	color: white;
    font-size: 34px;
    font-weight: bold;
    text-transform: capitalize;
	padding: 0 1rem 1rem 1rem;
}

.acc_services {
	font-size: 15px;
    line-height: 2;
}
.acc_services .service:hover {
	color: #5e4d8f;
	cursor: pointer;
}

.seller-short input[name="finish"] {
	float: right;
    width: 0;
    min-width: fit-content;
}
.seller-short > div.content_block {
	width: calc(50% - 1rem);
}
.side_block.seller-short .h3 {
	padding: .8rem;
}
.seller-short .contact-buttons {
	margin: auto;
}
.seller-short .contact-buttons input {
	padding-left: 0!important;
	padding-right: 30px!important;
}

@media only screen and (max-width: 991px) {
	#area_about, #area_listings, #area_services {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#acc-filter-listings {
		text-align: center;
	}
	.bottom, .seller-short {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}	
	.seller-short {
		flex-wrap: wrap!important;
	}
	.banners {
		width: 100%;
	}
}

.middle .seller-short > div.content_block:last-of-type, #area_contact  .seller-short > div.content_block:first-of-type {
		border-left: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.middle .seller-short > div.content_block:last-of-type, #area_contact  .seller-short > div.content_block:first-of-type {
		border-bottom: 1px solid #ddd!important;
		border-left: none;
	}
	.seller-short > div.content_block {
		width: 100%;;
	}
}


/* Admin Page */
.admin-left {
	background: #fbfbfb;
    z-index: 10;
    word-break: break-word;
    border-right: solid 1pX #ddd;
}
.account_menu_left {
    padding: 15px;
}
.account_menu_left .welcome {
	color: #555;
	font-size: 1.5em;
}
.account_menu_left .account-menu-content a {
	color: #333;
}
.account_menu_left .account-menu-content .active  {color: #5e4d8f;font-weight: 800;}
.account_menu_left .account-menu-content a:hover, .tabs li > a:hover {
	color: #5e4d8f;
}
/*.account-removing {
	position: absolute;
    right: 10px;
    bottom: 10px;
}*/

.my-profile-sidebar {
	color: #fff;
	font-weight: 500;
	padding: .5rem;
}
.tabs li > a {
	color: black
}
.thumbnail {
	max-width: 100%;
}

/* my-favorites */
/*
#listings {
	max-width: 1000px;
}
*/

#saved_search div.row > div {
	border-bottom: 1px solid #dddd;
}

article.item.banner-item {
	border: none;
	border-bottom: 2px #e6e6e6 solid;
}

/* only my-profile membership tab */
.membership_buttons .button {
	width: min(100%, 400px);
	text-align: center;
	margin: 5px;
	font-weight: 400;
}
#area_membership .listing-info span.count > span {
	font-weight: 400;
}
img.color-purple {
	width: 80%;
	filter: sepia(7%) saturate(30) hue-rotate(200deg) brightness(90%) contrast(71%)
}
#area_membership h3 {
	margin-bottom: 30px;
	font-size: 1.5rem;
}

div.plans-container.membership-plans .selected_plan {
	background-color: #5e4d8f!important;
}
div.membership-plans .selected_plan span:not(.act) {
	color:#fff!important;
}
/*
div.membership-plans li.plan:active > div:after {
    content: " ";
    background: #0000001a;
    height: 100%;
    width: 100%;
    position: absolute;
}*/
/*
div.plans-container.membership-plans .plans > li {
	max-width: 90%;
	margin:auto;
}
/*
.form-buttons.full-width {
	width: min(100%, 1200px);
	margin: auto;
}

.form-buttons.full-width .back, .form-buttons.full-width .next {
	border: 2px solid #5e4d8f;
	width: 50%;
	margin:0!important;
	padding:0!important;
	max-width: none;
	line-height: 3;
    text-align: center;
	height: auto;
	font-weight: bold;
}

.form-buttons.full-width .next {
	background-color: #5e4d8f;
}
.form-buttons.full-width .next:hover {
	background: #4caf50;
	border-color: #4caf50;
}
.form-buttons.full-width .back:hover {
	background: #f44336;
	border-color: #f44336;
	color:white;
}
*/

ul.plans > li.plan > div {
	z-index: 1;
}

@media screen and (min-width: 768px) {
	ul.plans li:hover .frame:not(.active)  {
		background: #fafafa;
	}
}
/* end */

/* quick fixy */
#open_hours_form .field span label {
	margin-top: 5px;
}

/* add listing form*/
#sf_field_systems .row {
	flex-direction: column;
}
#sf_field_systems span.custom-input {
	max-width: 100%!important;
}
#fs_description .name {
	width: 150px;
}

/* banners tab */

#calendar_map > div.col-sm-6 {
	padding: 1rem;
}
#area_booking #booking_message_obj .form-buttons input[type="submit"] {
	float: right;
}
/*
#booking_message_obj > .table-cell .booking_message_clone, #form-checkout > .form-buttons {
	text-align: right;
}
*/
div.date.available.partially-booked.own-request {
	color: white!important;
}


/* quick fixy end */

.feat.siema [id^="fli_"]:not(.first) {
	border-left: 1px solid #eee;
}
.feat.siema article {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0.5rem;
}
.feat.siema .converted-price {
	font-weight: 600;
}

/* quick fixy */
.filter-area > .search-item {
	margin: 5px;
}
.filter-area span, .filter-area a {
	align-items: center;
}
/* quick fixy end */



/* ikonki kontakt */
.contact-buttons {
	min-width: 200px;
}
.contact-buttons > div {
	position: relative;
	white-space: nowrap;
	margin: 5px;
}
.contact-buttons > div > .button {
	font-weight: 400;
	padding-right: 50px;
}
.contact-buttons > div > .show-phone, .contact-buttons > div > .send-message {
	padding-right: 50px;
}
.contact-buttons i.fa {
	border-left: 1px solid #fffeee80;
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 34px;
	color: white;
	font-size: 18px;
	display: flex;
	font-weight: 200;
	align-items: center;
	justify-content: center;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
	pointer-events: none;
	margin: 3px;
}
article[class^="companies_company_"] .contact-buttons {
	min-width: auto;
}
article[class^="companies_company_"] .contact-buttons > div {
	float: right;
	max-width: fit-content;
}


.contacts-list .picture:not(.no-picture) img , .message .picture:not(.no-picture) img { 
	background: #fefefe;
}

article .ad-info > div span:not(:first-child) {
	margin-left: 4px;
}


/*
my-listing, login
*/
body {
	--featured-accent: #f44336;
	--bumped-accent: #5e4d8f;
}
:not(.seller_info, article) > .picture img:not(.icon, .thumbnail) {
	width: calc(50% - 10px);
}
.inactive {
	opacity: .5;
}

article.featured::after {
	content: var(--lang-featured_ad);
	background: #f44336;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 8px 24px;
	border-radius: 17px 0 0 0;
	color: #fff;
	font-weight: bold;
}
article.related-new::after {
	content: attr(data-releated-phrase); 
	background: #5e4d8f;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 8px 24px;
	border-radius: 17px 0 0 0;
	color: #fff;
	font-weight: bold;
}
article.bumped {
	border: 2px solid #5e4d8f;
}
article.bumped::after {
	content: "Bumped up ad";
	background: #5e4d8f;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 8px 24px;
	border-radius: 17px 0 0 0;
	color: #fff;
	font-weight: bold;
}

.circle-percentage {
	display: block;
	margin: 10px auto;
}
.circle-fr {
	animation: progress 1s ease-out forwards;
}
@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.percentage {
	fill: #666;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
	font-family: sans-serif;
	font-size: 0.6em;
	text-anchor: middle;
	font-weight: bold;
}
@media(min-height:768px){
	.info {
		width: 165px;
	}
	#section:not(.my-banners) .navigation {
		width: 100px;
	}
	.stat {
		width: 180px;
	}
}

/* navbar fix */
.grid_navbar {
	display: flex;
	height: 48px;
}
.sorting {
	display: inline-block;
	position: absolute;
	line-height: 40px;
	right: 0; /* 50px -> 0 sf*/
}

@media screen and (max-width: 767px) {
	.grid_navbar {
		margin-left: 10px;
		margin-right: 10px;
		height: 42px;
	}
	.sorting .current {
		max-width: 140px;
	}
	.link {
		display: inline-block;
	}

	/* mobilki */
	.title a {
		display: block;
		margin-top: 10px;

	}
	.circle-percentage-wrapper {
		position: absolute;
		right: 0;
		top: 0;
	}
	.circle-percentage {
		height: 60px;
	}
	.statistics {
		width: 100%;
		/*height: 60px;*/
		text-align: center;
	}
	.statistics ul {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.stat {
		margin: 1em;
	}
	.stat ul {
		display: flex;
		flex-wrap: wrap;
	}
	.navigation ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
}

.most_viewed article {
	border: 1px solid #ddd;
	margin-bottom: .5rem;
}
.most_viewed article .title {
	font-weight: 600;
    margin-bottom: 0.5rem;
}
.most_viewed article .nav {
	display: flex;
}
.most_viewed .info {
	margin-right: 1rem;
}
.most_viewed .statistics {
	min-width: 100px;
}

.banner-item img {
	max-width: 100%;
}



/* edit do rozważenia */
.item .link, .listing-details-top .link  {
	font-size: 0.85em;
	font-weight: 600;
}

/*.point1 {
	margin: auto;
}*/
.content_block:not(.no-style) .content_block , .side_block:not(.no-style) .content_block {
	border: none;
}
.admin_content {
	padding: 1rem;
	margin: 0;
	background: #fafafa;
	border: none;
}

.admin_content.white {
	background: #fefefe;
}

/* new */
.main-menu a.button:not(.disabled):hover,
a.button.add-property:hover, .show-phone:hover,
.panel .next:hover {
	background: #63c367!important;
	border-color: #63c367!important;
}

.show-phone a {
	color: #fff;
}

a.button.add-property, .show-phone, button.submit, .panel .next, a.button.add-property-reverse {
	background: #118a00!important; /* #4caf50!important */
	border: 1px solid #118a00!important; /* #4caf50!important */
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
a.button.add-property-reverse {
	font-weight: bold;
	color: #fff;
}
a.button.add-property-reverse:hover {
	background: transparent!important;
	color: #118a00!important; /* #4caf50!important */
}
.btn-white {
	border: 2px solid #5e4d8f;
	color: #5e4d8f;
	background: transparent;
	font-weight: 600;
}
.btn-white:hover {
	color: white;
}

#mark_spam {
	display: block;
	margin: 14px 0;
}




/* Strona produktu */

/*-------------  zostaja na pewno  -----------------*/
.listing-details-top > h1 {
	margin: unset;
    font-size: 1.5rem;
    font-weight: 600; 
	line-height: 1.2;
  }

/*--------------------------------------------------*/

#gallery.product_gallery {
	display: flex;
	padding: .1rem;
	position: relative;
	
  }
  #gallery .product_gallery_left {
	height: 100%;
	width: 75%; /*calc(75% - 22px);*/
  }
  
  #gallery .product_thumbs {
	width: 25%;
  }
  
  #gallery img {
	/*max-width: 100%;
	max-height: 100%*/
	width: 100%;
	height: 100%;
  }
  
  .product_thumbs {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-content: space-between;
	  margin-left: 2px;
  }
  
  .product_thumbs > span {
	  height: 100%;
  }
  
  .product_thumbs > span:nth-child(2) {
	  margin: 2px 0;
  }
  
  #gallery span:last-child > p {
	  font-size: 1rem;
	  color: white;
	  text-align: center;
  }
  #gallery .product_show_more {
	  background: #5e4d8f;
	  display: inline-grid;
	  align-content: center;
	  cursor: pointer;
  }

  .product_zoom, .product_show_more {
	  cursor: pointer;
	  max-height: 33.333%;
	  position: relative;
  }
  /*
  .listing-details-top {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  background: #fbfbfb;
	  border: 1px solid #ddd;
	  padding: 1em;
	  margin-bottom: 1em;
  }*/
  .listing-details-top div:last-child {
	  text-align: right;
  }
  
  /*.view-details-page section.side_block, .view-details-page section.content-section, .view-details-page .content_block:not(.no-style) {
	  background: #fbfbfb;
	  border: 1px solid #ddd;
  }*/
  .contact-buttons {
	  max-width: max-content;
	  margin: 0;
  }
  .contact-buttons .button {
	  width: 100%;
  }
  .price-tag {
	  white-space: nowrap;
  }
  @media screen and (max-width: 776px) {
	  .top-navigation .icons {
		  max-width:50px;
	  }
  }

  #gallery .labels {
	  position: absolute;
	  z-index: 1;
	  color: #fff;
  }
  #gallery .label {
	padding: 5px 8px;
    margin: 0;
    float: left;
  }
  .ad-info .label {
	position: relative;
  }
  
  .product_thumbs {
	  border-left: 1px solid #ddd;
  }
  .product_thumbs span.product_zoom:nth-last-of-type(2) {
	  border-top: 1px solid #ddd;
	  border-bottom: 1px solid #ddd;
  }
   .product_thumbs span:hover:before {
	  background: #00000014;
	  content: "";
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  display: block;
	  cursor: pointer;
  }
  div.product_gallery_left {
	cursor: pointer;
  }

/* style do wykasowania ze styli */
div.gallery > div.thumbs {
  height: 0 !important;
  width: 0!important;
  padding: 0 !important;
  margin: 0 !important;
}


div#tabs-nav li {
	padding: 5px;
	text-align: center;
}

div#tabs-content {
	margin: 1em 0;
}

#t_offers div.t_offer {
	border: 1px solid #ddd;
	display: flex;
	max-height: 130px;
	background: #fefefe;
	margin-bottom: 1em;
}
.t_offer img {
	height: auto;
	width: auto;
	max-height: 85%;
	max-width: 85%;
}
.t_offer > div:first-child {
	border-right: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_offer > div:last-child {
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	
}
.t_offer div.title {
	margin: auto auto auto 1em;
}
.t_offer div.price {
	white-space: nowrap;
	font-weight: 500;
	text-align: right;
	margin: auto 10px;
}
.t_offer div.price p {
	font-size: 18px;
}

#tabs-content .pagination ul {
	display: flex;
	justify-content: center;
}

#tabs-content .pagination ul > li {
	font-weight: bold;
	padding: 0.8em;
	cursor: pointer;
	margin: 0.5em;
}
#tabs-content .pagination ul > li:hover, #tabs-content .pagination ul > li.active {
	color: white;
	background: #5e4d8f;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.t_offer .title h2 {
	font-size: 16px;
	font-weight: bold;
}
.t_offer .title p {
	font-size: 11px;
}


@media screen and (min-width: 768px) {
	.t_offer > div {
		width: 25%;
	} 
}

@media screen and (max-width: 767px) {
	#t_offers div.t_offer {
		max-height: fit-content;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		
	}
	.t_offer > div:first-child {
		margin-top: 10px!important;
	}
	.t_offer > div {
		border: none!important;
		margin: auto!important;
		text-align: center;
		width: 100%;
		min-height: 150px;
	}
	.t_offer .title {
		white-space: break-spaces;
	}
	.t_offer .price-tag {
		text-align: center;
		width:100%
	}
}


/* strona produktu - koniec */



.admin-left #menu_left {
	display: none;
}

@media screen and (max-width: 991px) {
	.panel .admin-left {
		height: 100%;
		left: 0;
		top:0;
		position: fixed;
		width: min(300px, calc(100% - 40px));
		margin-left: max(-300px, calc(-1 * (100% - 40px) ));
		/*display: none;
		position: relative;*/
		z-index: 1000000;
		
		-webkit-transition: margin-left .5s ease-in-out;
		-moz-transition: margin-left .5s ease-in-out;
		-o-transition: margin-left .5s ease-in-out;
		transition: margin-left .5s ease-in-out;
	}
	.admin-left #menu_left {
		position: absolute;
		right: 0;
		width: 40px;
		height: 40px;
		margin-right: -54px;
		background: #fbfbfb;
		display: flex;
		align-items: center;
		justify-content: center;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		cursor: pointer;
		bottom: 30%;
		border: 1px solid #999;
		border-left: none;
	}

	.panel .admin-left.collapsed {
		margin-left: 0;
	}
	aside.admin-left::before {
		content: '';
		opacity:0;
		background: #2a2a2a70;
		width: 1000vw;
		height: 1000vh;
		position: fixed;
		pointer-events: none;

		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	aside.admin-left.collapsed::before {
		/*opacity: 1;*/
	}
}

/*select category*/
.category-selection .select-type input[type="radio"]:checked+div {
	/*color: #5e4d8f;
	border-bottom: 3px #5e4d8f solid;*/
}
.select-type .label {
	/*height: 50px;
	text-align: center;
	margin-right: 10px;
	line-height: 50px;
	font-weight: 600;
	width: 100%;*/
}
.select-type .label img {
	margin-right: 10px
}
.select-type .label:hover, .label.active {
	cursor: pointer;
	color: #5e4d8f;
	/*border-bottom: 3px #5e4d8f solid;
	user-select: none;*/
}
.select-type {
	white-space: nowrap;
	border-bottom: 1px #d4d4d4 solid;
	height: 50px;
	display: flex;
}
.select-type li {
	/*width: 100%;*/
}
.select-category select, #addOther input  {
	max-width: none;
}
select option:hover {
	cursor: pointer;
}


/* newsletter */
#newsletter_block, .purple-block {
	background: #5e4d8f;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: white;
	background: linear-gradient(22deg, rgba(126,77,143,1) 0%, rgba(94,77,143,1) 50%, rgba(77,85,143,1) 100%);
	text-align: center;
}
body[name="about_us"] #newsletter_block, .purple-block {
	min-height: 150px;
}
@media (min-width: 768px ) {
	.footer-newsletter #newsletter_block > div:first-child {
		text-align: right;
	}
	.footer-newsletter #newsletter_block > div:last-child {
		text-align: left;
	}
}

 
#newsletter_block span, .purple-block span {
	font-size: 1.05rem;
	display: block;
}

#newsletter_block span:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
#newsletter_block input {
	height: 38px;
	margin: 0;
}
#newsletter_block input[type="email"] {
	padding: 0 1rem;
	margin-right: -5px;
}
#newsletter_block input[type="submit"] {
	background: #ffd26b!important;
	color: black;
	font-weight: bold;
	border: 0;
}
.social-icons a {
    display: inline-block;
    font-size: 2rem;
    padding: 0.5vw;
	color: white;
    padding: 0 7px;
}
.social-icons a:hover {
	box-shadow: 0 0 7px 0px #ffffff77;
    border-radius: 7px;
}
.social-icons-footer a {
	display: inline-block;
	font-size: 1.5rem;
    padding: 0 7px;
}
/*/newsletter*/


.flex-center {
	display: flex;
    align-items: center;
    justify-content: center;
}


span.loader {
	border: 10px solid #f3f3f3;
    border-top: 10px solid #5e4d8f;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.content_block {
	max-width: 100%;
}

.credit_item.active, .frame.active {
	background: #5e4d8f!important;
	color: white;
}
@media (min-width:767px) {
	.frame.disabled {
		background: #eee;
	}
}
.frame.active > span {
	color: #fff!important;
}
.search-form-cell.submit, .form-buttons {
	text-align: right;
}
.credit_item input {
	visibility: hidden;
}
@media (min-width:768px) and (max-width:1440px) {
	body[name="login"] article .navigation-column {
		display: none;
	}
}

ul.tabs > li.more:not(.opened) > span {
	background: black;
}


@media(max-width:1199px) {
	section.horizontal-search > span > span {
		background-size: contain!important;
	}
}

ul.plans li {
	margin-left: 1px;
	margin-right: 1px;
}
.plans input[type="radio"] {
	visibility: hidden;
}

#bannerPlans_expand {
    color: #5e4d8f;
    width: fit-content;
    padding: 5px 10px;
    font-weight: bold;
	margin-right: 0;
    margin-left: auto;
	cursor: pointer;
}

input[name="account[police]"][type=checkbox]:not(.default) + label {
	white-space: normal;
}

.search-item .field {
	border-top: 1px #eee solid;
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
    font-size: 0.929em;
    padding: 5px 0 5px;
}
.search-item .field small {
	margin-left: 5px;
}

.carousel.horizontal {
	max-height: 396px;
	overflow: hidden;
}


/*przenieść później https://klaviano.com/add-listing.html*/
.category-selection .select-type .label {
	/*border: 1px #ccc solid;
	width: 98%;
    margin: auto;
	font-size: 1rem;*/
}
.category-selection .select-type input[type="radio"]:checked+div {
	/*border: 1px #5e4d8f solid;
	background: #5e4d8f;
	color: #fff;*/
}
.category-selection .select-type input[type="radio"]:checked+div > img {
	/*filter: brightness(5);*/
}

.category-selection .select-type .label:hover, .category-selection .label.active {
	/*background: #00000007;
	border: 1px #ccc solid;*/
}
.category-selection .select-type {
	border-bottom: none;
	height: auto;
}
@media (max-width: 767px) {
	.category-selection .select-type {
		flex-wrap: wrap;
	}
}

div.picture > a > img {
	aspect-ratio: 1;
}


.fs-input span.currency,
.fs-input span.unit,
.fs-input span.distance
 {
	font-size: 1.071em;
    /* font-weight: bold; */
    color: #717171;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 36px;
    text-align: right;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
}

.fs-input input {
	background: white!important;
	width: 100%;
}

body[name="pricing"] ul.plans {
	justify-content: center;
}

section:not(.horizontal-search) .fs-input {
    max-width: 120px;
}

.plan .selector {
	display: none;
}

table.contacts-list, .contacts-list tbody, .contacts-list tr {
	display: block;
    max-width: 100%;
}

#payment_gateways li:before {
    display: block;
    margin-bottom: 5px;
	font-size: 1rem;
}
#payment_gateways li[data-form-type="offsite"]:before { content: var(--lang-paypal) }
#payment_gateways li[data-form-type="custom"]:before { content: var(--lang-stripe) }

nav.footer-menu > div {
	display: inline-table;
	margin: 0 -.8rem;
	padding: .8rem;
}

.footer-title {
	color: #a7a7a7;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px;
}

.category-description h2:not(:first-of-type) {
    margin-top: 2.5rem;
}

.category-description h2 {
	margin: 0.8rem;
	font-size: 1.6rem;
}
    
body[name="kv_payments"] #content {
	margin: 2rem auto;
	text-align: center;
}

mark {
	background-color: #fff499;
}

@media (max-width: 767px) {
	.upload-files.ui-sortable {
		max-width: 60%;
	}

	.top-save-search > span {
		display: none;
	}
	.top-save-search i {
		font-size: 24px;
		margin-top: -20px;
		margin-right: -20px;
		padding: 10px;
	}

	body:not([name=my_all_ads],[name=my_banners],[name=search]) .grid_navbar {
		margin-top: -30px;
	}
	/*
	.grid_navbar .sorting {
		display: none;
	}
	*/
}

@media screen and (max-width: 991px) {
	.cat-search-item {
		display: none!important;
	}
}

.mobile-menu li:nth-of-type(3) {
	background: #4caf50;
    margin-left: -10px;
    padding-left: 10px;
}
.mobile-menu li:nth-of-type(3) a:hover {
	color: white!important;
}

.cat-search-item {
	display: block;
	width: 100%;
	border-bottom: none;
}

div.horizontal div.prev, div.horizontal div.next {
	z-index: 90!important;
}

.compare-ad-container {
	bottom: 90px!important;
}


#usercom-board-frame[name] {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
}

ul.plans > li > div.frame > .name {
	line-height: 1.2;
}
















@media screen and (max-width: 776px) {
    .listing-details-top {
        display: block!important;
    }
    .listing-details-top h1 {
        width: 100%;
    }
    .listing-details-top .top-navigation {
        width: 50%;
        margin-left: 0;
        margin-right: auto;
        display: inline-block;
        float: left;
        margin-top: 20px;
    }
    .listing-details-top .top-navigation .icons {
        max-width: unset!important;
    }
    .listing-details-top .top-price {
        margin-right: 0px;
        width: 50%;
        margin-left: auto;
        display: inline-block;
    }
}

.carousel.horizontal {
    max-height: 430px!important;
}

iframe#__ybug-launcher {
    z-index:10000!important;
}
@media (max-width: 991px) {
    body[name="view_details"] #usercom-board-frame[name], body[name="view_details"] iframe#usercom-greeting-wrapper-frame {
        bottom: 150px!important;
    }
    body[name="view_details"] #usercom-launcher-dot-frame[name] {
        right: 20px!important;
		bottom: 80px!important;
    }

	body:not([name="view_details"]) iframe#__ybug-launcher {
        top: unset!important;
        bottom: 100px!important;
    }
	body[name="add_listing"] #usercom-launcher-dot-frame[name],
	body[name="edit_listing"] #usercom-launcher-dot-frame[name] {
		display: none!important;
	}
}

span.contact_ask {
	text-align: center;
	border: 2px #c2c2c2 solid;
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	min-height: 38px;
	margin-bottom: 2px;
	font-weight: 400;
	color: #9c9c9c;
}
span.contact_ask.active:not([value="ask_contact"]) {
	border-color: #5e4d8f;
	background: #5e4d8f;
	color: #fff;
}
span.contact_ask {
	margin: 1px;
	padding: 2px;
}

.select-category input[name="search"].red + select:after {
    content: var(--lang-no-results);
    display: block;
    text-align: center;
    color: red;
}

/* ZAXU */
/* Ogloszenia */
body:not(.practice_room) #area_listing .listing-fields > div:not(.common), #area_listing .statistics.clearfix {
	border-top: solid 1px #ddd;padding-top: 15px
}
.seller_info a img {max-height: 70px;width: auto;border: solid 4px #fff;background:#fff;margin-top: 35px;margin-bottom: 35px;}


/*Lista ogłoszeń */
.content_block.no-header.banners {margin-bottom: 25px;margin-left: auto;margin-right: auto;}
.banners-box  {margin-top: 15px;margin-bottom: 15px;}

/* Ogólne */
.tnij_tekst {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block;}

/*do płatności */
#checkout-form-container {padding: 15px;border: solid 1px #ddd;}

#checkout-form-container div.submit-cell > div.name {float: left;width: 145px;padding: 10px 10px 7px 5px;min-height: 45px;background: #dbdee559;color: #b1b7c6;text-align: right;font-weight: 600;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-bottomleft: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;
}

#checkout-form-container div.submit-cell > div.field input {border: 1px solid #e6e6e6;min-height: 45px;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;--moz-border-radius-bottomright: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

/* ekran logowania */
.panel.logout {padding-bottom: 55px;padding-top: 35px;}

h2.search_subtitle {
	margin-left: .8rem;
    max-width: calc(100% - 120px);
}

body:not([name=my_all_ads],[name="my_banners"],[name=search]) .grid_navbar {
	margin-top: -50px;

}

input.contact-owner {
	padding-right: 40px;
}

#area_banners form {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
/* Quick fixy po przerzucie */
@media screen and (max-width: 991px) {
	body[name="view_details"] section.side_block.listings_carousel,
	body[name="view_details"] section.statistics .contact-buttons {
		display: none!important;
	}
}

body[name=add_listing] #usercom-widget,
body[name=edit_listing] #usercom-widget,
body[name=my_profile] #usercom-widget,
body[name=my_messages] #usercom-widget {
	display: none!important;
}

div.banners-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

div.banners-box > div.banner {
	margin: 5px!important;
}

.userMailError {
	display: block;
	text-align: center;
	color: red;
	line-height: 1.3;
}

#fileupload .video span.item {
	border: 2px solid #000;
}
#fileupload .video:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(/templates/klaviano/img/@2x/play.png);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}
#fileupload .video:after {
    content: 'Video';
    position: absolute;
    background: #000;
    padding: 2px 5px;
    margin: 3px;
    color: white;
}

body[name="my_all_ads"] article.item:not(.active) {
	opacity: .7;
	background: #eee!important;
}

div.info.warning {
	background: #ff6059;
    color: #fff;
    border-left: solid 7px #000;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
}

ul.currency-unit-select{
	z-index: 1;
	background: #fff;
	display: block;
	position: absolute;
	border: 2px solid #ddd;
	max-height: 200px;
	overflow: auto;
}
ul.currency-unit-select li {
	z-index: 1;
	background: #fff;
	display: block;
	min-width: 55px;
	width: max-content;
	padding: 0 5px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	body[name="add_listing"]  .form-buttons,
	body[name="edit_listing"]  .form-buttons {
		position: fixed;
		bottom: 0;
		background: #fafafa;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 9999999999;
		padding: 20px 10px 30px 10px;
		box-shadow: 0 5px 15px -3px #000;
	}
}

#usercom-launcher-dot-frame[name], 
#usercom-widget,
#usercom-greeting-wrapper-frame,
.usercom-launcher-container {
	z-index: 12345 !important;
}

body[name="edit_listing"] #content {
    margin-bottom: 50px;
}

.fancybox__container { 
	z-index: 999999999999999!important;
}

.statistics .contact-buttons>div {float: left;width: 190px;}
.reportBroken {padding-top: 7px;padding-bottom: 7px;display: block;padding-left: 5px;padding-right: 5px;}

h1 {
	margin:0;
	padding: 0 0 .8rem 0;/* margin: 0 0 1rem 0; */
	/* padding: 0; */
}

.trusted_by_wrapper {
	padding-top: 1em;
	width: 99%;
	margin: auto;
}
.trusted_by div.trusted_by_content {
	padding: 15px;
    font-size: 0.9rem;
    text-align: right;
    display: block;
    margin-bottom: 15px;
    border-right: solid 4px #5e4d8f;
	padding: 0 1em;
	width: min-content;
	min-width: 300px;
	max-width: 400px;
	display: inline-table;
}
.trusted_by_content .feedback_star {
	color: #ff9800;
}