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

/*** COMMON STYLES ***/
body, html {
	height: 100%;
}
body {
	margin: 0px auto;
	background: white;
	font-size: 14px;
	color: #5c5c5c;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}
input,select,option,p,form,ul,li,h1,h2,h3,h4,h5,h6,td,img,table {
	margin: 0;
	padding: 0;
	border: 0;
}
::selection {
	background: #707070;
	color: white;
}
::-moz-selection {
	background: #707070;
	color: white;
}

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

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

ul li {
	list-style: none;
}

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

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

.shrink-fix {
    min-width: 0;
}
.show {
  display: block !important;
}
.grid-icon-fill,
.details-icon-fill {
    fill: #707070 !important;
}
.header-usernav-icon-fill {
    fill: #ffb01f !important;
}

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

/* links */
a:link,
a:visited,
.link {
	color: #2767b5;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
}
a:hover,
a:active,
.link:hover {
	color: #1a4b88;
}
a.active,
a:hover {
    color: #2b2b2b;
}
/* links end */

/* fonts */
.link-large {
	font-size: 1.143em!important;
	color: #2767b5!important;
	font-weight: 600!important;
}
.link-large:hover {
	color: #1a4b88!important;
}
span.text-notice,
div.text-notice {
	padding-bottom: 10px;
}
.close,
.red {
	color: #e44848!important;
}
.close:hover,
.red:hover {
	color: #ff5d5d!important;
}
.red.margin {
	padding-left: 10px!important;
	cursor: pointer;
}
.date {
	font-size: 0.857em;
	color: #949494;
	font-weight: 300;
}
.notice,
.notice_message {
	color: #c95265;
	font-size: 0.929em;
}
.notice_message {
	padding-top: 5px;
}
/* fonts end */

/* h1 */
h1 {
	color: #2b2b2b;
	font-size: 2.143em;
	margin: 0 0 24px 0;
	font-weight: normal;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
}
#controller_area > h1 {
	margin-bottom: 22px;
}
/* h1 end */

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

/* inputs */
input[type=text],
input[type=search],
input[type=password],
textarea,
select,
.select2-selection--single,
.select2-selection--multiple,
.select2-dropdown {
	height: 39px;
	background: #f7f7f7;
	box-shadow: inset 0 2px 0 #d0d0d0;
    font-family: 'Open Sans', sans-serif;
	border: 0;
	color: #878787;
	font-size: 1.071em;
	padding: 0 7px 3px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus {
	box-shadow: inset 0 2px 0 #aaaaaa;
}
textarea {
	line-height: normal;
	height: auto;
	padding: 8px 10px 8px;
	width: 100%;
}
select,
.select2-selection--single {
	background: #e2e2e2;
	box-shadow: inset 0 -2px 0 #d0d0d0;
}
@-moz-document url-prefix() {
	select {
		padding: 7px;
	}
}
select.disabled,
select[disabled=disabled],
input[disabled=disabled],
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
	color: #bfbfbf;
	opacity: .8;
}
select:focus,
.select2-container:not(.select2-container--disabled) .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
	background-color: #d5d5d5;
	box-shadow: inset 0 -2px 0 #aaaaaa;
}
select,
.select2-selection--single .select2-selection__arrow {
	background: url('../img/gallery.png') right -1227px no-repeat #e2e2e2;
	padding-right: 16px;
}
option {
	padding: 2px 0;
}
input[type=submit],
input[type=button],
a.button {
	background: #ffb01f;
	line-height: 37px;
	height: 39px;
	padding: 0 20px 3px;
    font-weight: 300;
	color: white;
	font-size: 1.071em;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
	background: #fec04f;
}
a.button {
	display: inline-block;
	text-decoration: none;
}
a.button.disabled,
input[type=submit][disabled=disabled],
input[type=button][disabled=disabled],
input[type=submit].disabled,
input[type=button].disabled {
	cursor: not-allowed;
	background: #b1b1b1 !important;
	color: #e6e6e6;
	box-shadow: none;
}
input[type=submit].low,
input[type=button].low,
a.button.low {
    height: 34px;
    line-height: 30px;
    padding: 0 15px;
}
.button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
}
.button.warning:not(.disabled):hover {
    background: #d62c2c !important;
}

input[type=checkbox]:not(.default),
input[type=radio]:not(.default) {
	opacity: 0;
	position: absolute;
	width: 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;
	color: #949494;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
	width: 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: #5c5c5c;
}
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;
	font-weight: 300;
	color: #2767b5;
	font-size: 0.929em;
}
input[type=radio].multiline:checked + label,
input[type=checkbox].multiline:checked + label {
	color: #1a4b88;
}
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 {
	height: 37px;
	background: url('../img/gallery.png') 12px -431px no-repeat #ffb01f;
	width: 0;
}
input.search:hover {
	height: 37px;
	background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
}

/* Switcher */
label.switcher input[type=checkbox] {
    display: none;
}
label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
}
label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
}
label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -965px 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 -965px;
}
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;
	box-shadow: inset 0 2px 0 #e9a0ac;
}
div.field.error label {
	color: #c92a44;
}
select.error,
select.error + .select2-container .select2-selection--single {
	background-color: #ffecef;
	box-shadow: inset 0 -2px 0 #e9a0ac;
	color: #c92a44;
}
.image-field-preview {
    margin-bottom: 10px;
}
.image-field-preview > div.relative {
    width: 100%;
}
.file-input {
	position: relative;
	overflow: hidden;
	display: inline-block;
    vertical-align: middle;
}
.file-input input.file {
	position: absolute;
	right: 0;
	height: 40px;
	opacity: 0;
    cursor: pointer;
}
.file-input input.file-name {
	width: 200px;
	position: relative;
}
.file-input span {
	display: inline-block;
	background: #b3b3b3;
	line-height: 38px;
	height: 39px;
	padding: 0 20px 3px;
	color: white;
	font-size: 1.071em;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
    margin-left: 3px;
}
.file-input + em {
    margin: 0 10px;
}
/* inputs end */
/*** COMMON STYLES END ***/

/*** PAGE HEADER ***/
body > header {
	background: #2b2b2b;
	position: relative;
	z-index: 99;
}
body > header > section:first-child {
	height: 100px;
	background: #2b2b2b;
	margin: 0 auto;
	position: relative;
}
body > header > section.main-menu {
	height: 58px;
	background: #393939;
}
body > header > section > nav {
	margin: 0 auto;
}
div#logo {
	width: 200px;
	height: 68px;
	float: left;
	padding-top: 28px;
}

div.header-banner-cont {
    height: 106px;
    background: #393939;
}
div.header-banner-cont > div {
    margin: 0 auto;
    height: 100%;
}
div#header-banner {
	overflow: hidden;
}
div#header-banner div.bmb10 {
	margin: 0!important;
	width: auto!important;
	height: auto!important;
}
div#header-banner img {
	width: 100%;
}
div#header-banner div.banner {
	width: 100%;
}
div#header-banner tr.banner-here {
    border: 0;
}
div#header-banner tr.banner-here > td {
    box-shadow: inset 0 0 0 1px #cfcfcf;
    color: #939191;
    background: #393939;
}

div.banner-space {
    box-shadow: inset 0 0 0 1px #4e4e4e;
    color: #686868;
    font-size: 1.286em;
}
div.banner-in-grid > div.banner-space {
    height: 90px !important;
    margin-bottom: 30px;
    max-width: 780px;
}

/* top navigation */
div#top-navigation {
	float: right;
	margin: 31px 0 0;
}
div#top-navigation > .circle:not(:first-child) {
	margin-left: 13px;
}
span.circle {
	display: inline-block;
	min-width: 38px;
	min-height: 38px;
	box-shadow: inset 0 0 0 2px #ffb01f;
	border-radius: 19px;
	background: #2b2b2b;
	user-select: none;
	position: relative;
	vertical-align: top;

}
span.circle_opened > .content {
	display: inline-block;
	background: #2b2b2b;
	border: 2px #ffb01f solid;
	padding: 35px 20px 15px;
	min-width: 160px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	border-radius: 19px;
    color: #e3e3e3;
}
span.circle > span.default {
	width: 38px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	color: #ffb01f;
	cursor: pointer;
	text-align: center;

}
span.circle_opened > span.default {
	width: 22px;
	height: 22px;
	padding: 5px;
	font-size: 0;
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 9px;
}
span.circle_opened > span.default:before {
	content: '';
	background: url('../img/gallery.png') 0 -232px no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
}
span.circle ul > li {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}
span.circle .content a:not(.button) {
	color: #e3e3e3;
}
span.circle .content a.active,
span.circle .content a:not(.button):hover {
	color: #ffb01f;
}

#user-navbar span.mobile-hidden {
	display: none;
}
#user-navbar > span.default > span {
	background: url('../img/gallery.png') -19px -293px no-repeat;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin: 11px 0 0 0;
}
#user-navbar > span.default > span.logged-in {
	background-position: -19px -255px;
	width: 14px;
	height: 20px;
	margin: 8px 0 0 0;
}
#user-navbar > span.notify {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #ff591f;
	right: -2px;
	top: -2px;
	border-radius: 8px;
	border: 3px #2b2b2b solid;
}
.circle_opened > span.notify {
	display: none;
}
.user-navbar-container {
	display: inline-block;
	padding: 10px 0;
	min-width: 218px;
}
.user-navbar-container input[name=username],
.user-navbar-container input[name=password] {
	background: url('../img/gallery.png') -10px -247px no-repeat white;
	padding-left: 30px;
}
.user-navbar-container input[name=password] {
	background-position: -10px -282px;
}
#user-navbar ul {
	min-width: 200px;
}
#user-navbar span.content.a-menu {
	padding-left: 10px;
	padding-right: 10px;
}
#user-navbar ul > li.active {
	background: #393939;
}
#user-navbar ul > li > a {
	white-space: nowrap;
	padding: 0 10px;
}
#user-navbar ul > li > a.logout {
	color: #f25353;
}
#user-navbar ul > li > a.logout:hover {
	color: #da2929;
}
#user-navbar a.counter,
.account-menu-content a.counter {
	line-height: 16px;
	font-size: 0.786em;
	color: black;
	padding: 0 5px;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
	vertical-align: top;
	margin: 0 3px;
	display: inline-block;

	background: #fcb401; /* Old browsers */
	background: linear-gradient(to bottom,  #fcb401 0%,#ff8400 100%);
}
#user-navbar .user-navbar-container .remember-me label {
    color: #ffffff !important;
}
/* top navigation end */

/* main menu */
body > header.fixed-menu > section.main-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
body > header.fixed-menu ~ #wrapper {
    margin-top: 58px;
}
section.main-menu > nav {
	position: relative;
	min-height: 58px;
}
section.main-menu ul.menu {
	height: 58px;
	overflow: hidden;
	white-space: nowrap;
}
section.main-menu div.mobile-menu-button {
	display: none;
}
section.main-menu ul.menu > li {
	display: inline-block;
	height: 58px;
	padding: 0 16px;
	vertical-align: top;
}
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 {
	color: #e3e3e3;
	display: inline-block;
	font-size: 1.143em;
	padding: 17px 2px 19px 0;
    width: inherit;
    text-decoration:none;
}
section.main-menu ul > li > a:hover {
	color: #ffb01f;
}
section.main-menu ul > li.active > a {
	color: #ffb01f;
	box-shadow: inset 0 4px 0 #ffb01f;

}
section.main-menu ul.menu > li.more > span {
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 5px;
	cursor: pointer;
}
section.main-menu ul.menu > li.more > span > span {
	width: 4px;
	height: 4px;
	background: white;
	display: inline-block;
	margin: 7px 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
section.main-menu ul.menu > li.more_active > span > span {
	background: #ffb01f;
}
ul#main_menu_more {
	display: none;
	position: absolute;
	top: 58px;
	padding: 5px 20px;
	background: #393939;
	z-index: 10;
}
ul#main_menu_more > li > a {
	padding: 10px 0;
	box-shadow: none;
}
/* main menu end */

/* main menu mobile media */
ul.menu-mobile {
	background: #2b2b2b;
	position: absolute;
	top: 9px;
	width: 100%;
	max-width: 280px;
	min-height: 39px;
	left: 50%;
	margin-left: -140px;
	border-bottom: 2px black solid;
}
ul.menu-mobile > li {
	display: none;
	height: 39px;
}
ul.menu-mobile > li > a {
	display: block!important;
	height: 39px;
	line-height: 39px;
	width: 100%;
	padding: 0 10px!important;
	user-select: none;
}
ul.menu-mobile > li.active {
	display: block;
}
ul.menu-mobile > li.active > a {
	box-shadow: none!important;
	padding: 0 30px 0 10px!important;
	line-height: 37px;
}
ul.menu-mobile.opened {
	z-index: 10;
}
ul.menu-mobile.opened > li.active > a {
	z-index: 10;
	background: none;
	box-shadow: none!important;
}
ul.menu-mobile:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 2px;
	background: url('../img/gallery.png') right -22px no-repeat;
	z-index: 0;
}
/* main menu mobile media end */

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

/* autocomplete search */
#ac_interface {
	width: 450px;
	max-height: 210px;
	position: absolute;
	display: none;
	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 {
	max-width: 300px;
    flex: 0 0 300px;
}
#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 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ac_interface div.ac-category a {
	display: block;
	padding: 8px 15px 8px 5px;
	color: #444444;
}
/* autocomplete search end */
/*** PAGE HEADER END ***/

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

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

/* bread crumbs */
#bread_crumbs {
	margin: 0 auto;
	background: #f1f1f1;
}
#bread_crumbs > ul {
	margin: 0 auto;
}
#bread_crumbs > ul > li {
	display: inline-block;
	height: 42px;
	line-height: 40px;
}
#bread_crumbs > ul > li:not(:last-of-type):after {
    content: attr(accesskey);
	padding: 0 7px;
	color: #a4a4a4;
}
#bread_crumbs > ul > ol {
    display: none;
}
/* bread crumbs end */

/* sidebar block */
section.side_block {
	position: relative;
	padding: 16px 20px 17px;
	box-shadow: inset 0 0 0 2px #e9e9e9;
	margin-bottom: 30px;
}
section.side_block.no-style {
	border: 0;
	box-shadow: none;
	padding: 0;
}
section.side_block.light-inputs {
	background: #f1f1f1;
	box-shadow: none;
}
section.side_block > h3 {
	color: #2b2b2b;
	font-size: 1.071em;
	font-weight: 600;
}
section.side_block > div {
	position: relative;
	padding: 18px 0 0;
}
section.side_block.no-header > div {
	padding-top: 0;
}
/* sidebar block end */

/* content block */
section.content_block {
	position: relative;
	margin: 0 0 30px 0;
	padding: 16px 20px 20px;
	background: #f1f1f1;
}
section.content_block.no-style {
	background: none;
	padding: 0;
}
section.content_block > h3 {
	color: #2b2b2b;
	font-size: 1.143em;
	font-weight: 600;
}
section.content_block > div {
	position: relative;
	padding: 15px 0 0 0;
}
section.content_block.no-header > div {
	padding-top: 0;
}
/* content block end */

/* sidebar search block */
.search-block-content {
	padding: 14px 20px 18px;
	background: #f1f1f1;
}
section.side_block_search div.search-item {
	padding-bottom: 13px;
}
section.side_block_search div.search-item:last-child {
	padding-bottom: 0;
}
section.side_block_search div.field {
	padding: 0 0 5px 0;
}
.search-button {
	padding-top: 10px;
}
.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[type=text] {
	width: 48%;
	margin-right: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
	margin-right: 0;
}
.search-item.two-fields > .custom-input,
.search-item.couple-field > .custom-input {
	width: 50%;
	display: inline-block;
}
/* three */
.search-item.three-field > select {
	width: 24%;
	margin-right: 4%;
}
.search-item.three-field > input {
	width: 34%;
	margin-right: 4%;
}
.three-field > select.multicat {
	width: 31%;
	margin-right: 3.5%;
}
.search-item.three-field > *:last-child {
	margin-right: 0;
}

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

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

/*** PAGE FOOTER ***/
body > footer {
	background: #2b2b2b;
	color: #858585;
}
body > footer > div {
	padding: 27px 0 20px;
}
nav.footer-menu > ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
nav.footer-menu > ul > li {
	padding: 0 15px 7px;
    max-width: 33.333%;
    flex: 0 0 33.333%;
}
nav.footer-menu a {
	color: #e3e3e3;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	width: 100%;
}
nav.footer-menu a:hover,
nav.footer-menu a.active {
	color: #ffb01f;
}
div.footer-data {
	font-size: 0.857em;
}
.footer-data .icons a svg {
    width: 24px;
    height: 24px;
    fill: #858585;
}
.footer-data .icons a:hover svg {
    fill: #afafaf;
}
div.footer-data div.logo {
    padding: 25px 0 10px;
    width: 151px;
    height: 59px;
}
div.footer-data div.logo img {
	width: 100%;
	height: 100%;
	background: url('../img/logo_footer.png') 0 0 no-repeat;
}
div.footer-data a {
	color: #8b8b8b;
}
div.footer-data a:hover {
	color: #ffb01f;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
	margin: 30px 0 0;
	height: 37px;
	text-align: right;
}
ul.pagination > li {
	display: inline-block;
	height: 39px;
	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 {
	height: 39px;
	padding-left: 15px;
	padding-right: 13px;
	font-size: 28px;
	line-height: 35px;
}
/*** PAGINATION END ***/

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

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

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

/* enlarge media */
span.media-enlarge {
	width: 46px;
	height: 46px;
	background: rgba(0,0,0,.2);
	position: absolute;
	right: 0;
	top: 0;
    cursor: pointer;
}
span.media-enlarge > span {
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -389px no-repeat;
	position: absolute;
	left: 14px;
	top: 14px;
}
/* enlarge media end */

/* keyword search in box */
.submit-cell .kws-block {
    padding-bottom: 10px;
}
.kws-block > div:last-of-type {
    margin-top: 5px;
}
.kws-block input[type=text] {
	width: 100%;
	height: 39px;
}
.kws-block .options ul {
	padding: 10px 0 0;
}
.kws-block .options ul > li {
	padding: 0 0 7px 0;
}
.kws-block .options ul > li:last-child {
	padding: 0;
}
.kws-block a {
	margin-top: 10px;
	display: inline-block;
}
#area_keyword form.kws-block .two-inline {
	width: 70%;
}
/* keyword search in box end */

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

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

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

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

.h1-nav nav > a:not(.button) {
	display: inline-block;
	height: 38px;
	margin-left: 5px;
	margin-top: 3px;
	opacity: 0.7;
}
.h1-nav nav > a:not(.button):not(.post_ad) {
	margin-top: 12px;
}
.h1-nav nav > a:hover {
	opacity: 1;
}
.h1-nav nav > a.post_ad {
	width: 38px;
	background: #ffb01f;
	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: #f3a516;
}

/* credit card styles */
img.cvc {
	width: 45px;
	height: 26px;
	background: url('../img/cc.png') 0 0 no-repeat;
	margin: 0 0 4px 6px;
}
img#card_icon {
	width: 38px;
	height: 24px;
	background: url('../img/cc.png') 0 150px no-repeat;
	margin: 0 0 4px 6px;
}
img#card_icon.visa,
img#card_icon.visa_electron {
	background-position: 0 -122px;
}
img#card_icon.mastercard {
	background-position: 0 -98px;
}
img#card_icon.discover {
	background-position: 0 -50px;
}
img#card_icon.maestro {
	background-position: 0 -74px;
}
img#card_icon.amex {
	background-position: 0 -26px;
}
/* credit card styles end */
/*** MISCELLANEOUS END ***/

/*** TABS ***/
ul.tabs {
	height: 43px;
	white-space: nowrap;
	border-bottom: 2px #f1f1f1 solid;
	margin-bottom: 15px;
}
ul.tabs.search_tabs {
	border-bottom: 0;
	margin: 0;
}
ul.tabs > li {
	display: inline-block;
	height: 43px;
	font-size: 1.143em;
	white-space: nowrap;
	user-select: none;
}
ul.tabs > li > a {
    display: inline-block;
    color: #2767B5;
    cursor: pointer;
    position: relative;
    height: 43px;
    padding: 10px 20px 0;
    vertical-align: top;
}
ul.tabs > li.active > a {
	background: #f1f1f1;
	color: #030303;
	box-shadow: inset 0 2px 0 #FFB019;
    cursor: default;

}
ul.tabs > li.more {
	padding: 0;
	width: 45px;
	height: 43px;
	text-align: center;
	position: absolute;
    right: 15px;
    z-index: 40;
}
ul.tabs > li.more.opened {
	background: #f1f1f1;
    z-index: 42;
}
ul.tabs > li.more > span {
	width: 4px;
	height: 4px;
	background: #000000;
	display: inline-block;
	margin: 16px 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
ul.tabs > li.more > span:last-child {
	margin-right: 0;
}
ul.tabs > li.overflowed {
	position: absolute;
	right: 15px;
    margin-top: 0 !important;
	padding: 0;
	display: none;
	z-index: 41;
}
ul.tabs > li.overflowed.opened {
	display: block;
}
ul.tabs > li.overflowed > ul {
	background: #f1f1f1;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
ul.tabs > li.overflowed > ul > li {
    display: block;
}
ul.tabs > li.overflowed > ul > li > a {
    display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
    width: 100%;
}
ul.tabs > li.overflowed > ul > li.active > a {
    color: #030303;
    box-shadow: inset 3px 0 0 #FFB019;
    background: #f1f1f1;
}
ul.tabs.search_tabs li.more.opened,
ul.tabs.search_tabs > li.overflowed > ul,
ul.tabs.search_tabs > li.overflowed > ul > li {
	background: #d8d8d8;
}
/*** TABS END ***/

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

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

div.submit-cell {
	padding-bottom: 13px;
}
div.submit-cell:not(.hide):not(.disabled) {
    display: flex;
}
form > div.submit-cell:last-of-type {
	padding-bottom: 0;
}
div.submit-cell > div.name {
	max-width: 170px;
    flex: 1 0 170px;
	padding: 10px 10px 10px 0;
    display: flex;
}
div.submit-cell > div.field {
	flex: 1;
    min-width: 0;
	min-height: 38px;
}
div.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 ul.tabs {
    border: none;
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
}
div.submit-cell ul.tabs.tabs-ready {
    overflow: unset;
}
div.submit-cell.buttons {
	padding: 10px 0 0 0;
}

#modal_block div.submit-cell div.name {
	width: 120px;
}
#modal_block div.submit-cell div.field input[type=text],
#modal_block div.submit-cell div.field input[type=password] {
	width: 100%;
}

/* single */
.field.single-field > select {
	width: 250px;
}
.field.single-field > input[type=text] {
	width: 70%;
}
.field.single-field > textarea {
	width: 100%;
}
/* inline */
.field.inline-fields > span.custom-input {
	display: inline-block;
	padding: 0 30px 0 0;
}
/* two */
.field.two-fields > select,
.field.two-fields > input[type=text] {
	width: 48%;
	margin-right: 4%;
}
.field.two-fields > select:last-child,
.field.two-fields > input[type=text]:nth-child(2n) {
	margin-right: 0;
}
.field.two-fields > .custom-input,
.field.couple-field > .custom-input {
	width: 50%;
	display: inline-block;
	padding-top: 10px;
}
/* combo */
.field.combo-field > input {
	width: 150px;
	margin-right: 20px;
}
.field.combo-field > select {
	width: 80px;
}
/* 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;
	margin: 2px 0 0 10px;
}
img.qtip:hover {
	background-position: right -467px;
}
div.qtip_cont {
	display: none;
}
div.qtip-defaults {
	max-width: 300px;
}
/* qtip end */

/* multilingual tabs */
div.ml_tabs_content {
	padding: 7px 10px;
	background: #f1f1f1;
}
div.ml_tabs_content input[type=text] {
	width: 100%;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
img.account-picture {
	width: 200px;
	height: 100px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	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: 14px;
	height: 14px;
	background: #ff4800;
	position: absolute;
	border-radius: 7px;
	border: 2px white solid;
	top: -5px;
	right: -5px;
}
table.contacts-list div.name span.new {
	width: 10px;
	height: 10px;
	background: #ff4800;
	border-radius: 7px;
	border: 2px white solid;
	display: none;
}
table.contacts-list tr.header td.user {
    width: 5%;
}

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

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

/*** FEATURED LISTINGS BOX ***/
ul.featured > li {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
ul.featured > li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../img/no-picture.png') center center no-repeat #e9e9e9;
}
.listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
}
.listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: #e9e9e9 !important;
}
ul.featured:not(.list) > li .price_tag > div > span {
	background: #ffb01f;
	padding: 4px 15px;
	color: #3a3a3a;
	white-space: nowrap;
	font-size: 1.143em;
	font-weight: 600;
    display: inline-block;
}
ul.featured:not(.list) > li ul > li.price_tag span {
	font-size: 1.143em;
	font-weight: 600;
	white-space: nowrap;
}
ul.featured:not(.list):not(.accounts) > li > ul {
	position: relative;
    display: flex;
    flex-direction: column;
}
ul.featured .fields > span:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}
ul.featured > li > ul > li:not(:empty):not(.two-inline) {
	padding-top: 7px;
    order: 1;
}
ul.featured > li > ul > li a {
	font-size: 1.071em;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

ul.featured .icons {
    display: flex;
    align-self: center;
    align-items: center;
}
ul.featured .icons .icon {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    opacity: .7;
}
ul.featured .icons .icon:hover {
    opacity: 1;
}
ul.featured .icons > *:not(:last-child) {
    margin-right: 10px;
}

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

ul.featured.accounts > li > ul {
	padding-top: 5px;
}
/*** FEATURED LISTINGS BOX END ***/

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

/*** FEATURED LISTINGS GALLARY ***/
div.featured_gallery ul.featured {
	flex-wrap: nowrap;
	font-size: 0;
	background: #e9e9e9;
	margin: 0;
    align-content: flex-start;

    transition: transform 0.2s ease;
}
div.featured_gallery div.preview {
	height: 445px;
	background: url('../img/tree_loader.gif') center center no-repeat #f1f1f1;
	position: relative;
	user-select: none;
}
div.featured_gallery div.preview > .fg-title,
div.featured_gallery div.preview > .fg-price {
	height: 39px;
	max-width: 100%;
	line-height: 39px;
	background: #e2e2e2;
	position: absolute;
	padding: 0 15px;
	color: #010101;
	font-size: 1.143em;
	font-weight: bold;
	top: 20px;
	left: 0;
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.featured_gallery div.preview > .fg-price {
	background: #ffb01f;
	top: 59px;
	height: 45px;
	line-height: 45px;
	font-size: 1.714em;
	box-shadow: none;
	z-index: 1;
	font-weight: normal;
}
div.featured_gallery div.preview > a > div {
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
div.featured_gallery ul.featured ul.card-info {
    display: none;
}
div.featured_gallery ul.featured > li {
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
	width: 126px;
    height: 86px;
	display: inline-block;
	flex: none;
}
div.featured_gallery ul.featured > li img {
	filter: grayscale(100%);
	cursor: pointer;
	border: 2px #e9e9e9 solid;
	width: 126px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.featured_gallery ul.featured li.active img {
	filter: none;
	cursor: default;
	border-color: #ffb01f;
}
/*** FEATURED LISTINGS GALLARY END ***/

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

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

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

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

/* sorting */
.grid_navbar .sorting {
	display: inline-block;
	position: absolute;
}
.grid_navbar .sorting > div.current.disabled {
	opacity: 0.3;
	cursor: default;
	background: #e2e2e2;
}
.grid_navbar .sorting > div.current.disabled span.link {
	color: inherit;
}
.grid_navbar .current {
	padding: 0 20px 0 18px;
	cursor: pointer;
	user-select: none;
}
.grid_navbar .current.active {
	background: #e9e9e9;
}
.grid_navbar .sorting span.arrow {
	width: 9px;
	height: 6px;
	display: inline-block;
	margin: 0 0 0 2px;
	background: url('../img/gallery.png') -23px -1248px no-repeat;
}

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

/*** LISTINGS GRID ***/
section#listings > article {
	position: relative;
}
section#listings div.picture {
    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 #f1f1f1;
}
.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: #f1f1f1 !important;
}
section#listings div.picture > span {
	width: 26px;
	height: 18px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	background: #707070;
	color: white;
	text-align: center;
	line-height: 17px;
	font-size: 0.929em;
	cursor: pointer;
}
section#listings div.picture > span:after {
    content: attr(accesskey);
    padding-top: 3px;
    position: absolute;
	width: 16px;
    height: 3px;
    top: -3px;
    left: 5px;
    background: #707070;
    border-radius: 3px 3px 0 0;
}
section#listings div.price-tag {
	width: 160px;
	height: 46px;
	color: #3a3a3a;
	text-align: center;
	background: #e2e2e2;
}
section#listings.list div.price-tag:not(.rent) {
	line-height: 46px;
}
section#listings.list div.price-tag.rent > span {
	display: block;
}
section#listings div.price-tag > span {
	font-size: 1.286em;
	font-weight: 600;
}
section#listings.grid div.price-tag > span.converted {
	font-size: 1.071em;
}
section#listings ul.nav-column > li .icon {
    opacity: 0.7;
	width: 18px;
	height: 18px;
    display: inline-block;
}
section#listings ul.nav-column > li:hover .icon {
    opacity: 1;
}
.favorite span.icon {
	background: url('../img/gallery.png') 0 -93px no-repeat;
}
.favorite.remove span.icon {
	background-position: -22px -93px;
}
ul.info > li.fields > span:not(:last-child):after {
	content: ',';
	margin-right: 4px;
}

/* featured */
article.featured div.price-tag,
article.featured div.picture > span,
article.featured div.picture > span:after {
	background-color: #ffb01f!important;
}
article.featured div.picture > span {
	color: #000000!important;
}
article.featured div.picture > div.label {
	position: absolute;
	top: 0;
    z-index: 1;
}
article.featured div.picture > div.label > div {
	height: 22px;
	line-height: 22px;
	background: #ffb01f;
	font-size: 0.786em;
	text-align: center;
	color: #010101;
	text-transform: uppercase;
	font-weight: bold;
    margin: 2px;
    padding: 0 10px;
}
/* featured end */

/* list view */
section#listings:not(.list):not(.grid) {
	display: none;
}
section#listings.list > article {
	margin: 0 0 30px 0;
	max-width: 100%;
    flex: 0 0 100%;
}
section#listings.list > article:not(.no-image) {
    min-height: 95px;
}
section#listings.list > article:last-of-type {
	margin: 0;
}
section#listings.list div.main-column {
	max-width: 470px;
}
section#listings.list div.picture {
    width: 220px;
    height: 146px; /* aspect ratio 3:2 */
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
section#listings.list div.price-tag {
	position: absolute;
	right: 15px;
	top: 0;
}
section#listings.list ul.info {
	display: inline-block;
	vertical-align: top;
	max-width: 220px;
}
section#listings.list ul.info > li {
	overflow: hidden;
    text-overflow: ellipsis;
}
section#listings.list ul.info > li:not(:last-child) {
	padding-bottom: 3px;
}
section#listings.list ul.info > li.title {
	margin-top: -3px;
}
section#listings.list ul.info > li.fields {
	color: #5c5c5c;
	font-size: 0.929em;
}
section#listings.list ul.info > li.system {
	color: #949494;
}
section#listings.list ul.info > li.system > span.date {
	padding: 0 20px 0 0;
}
section#listings.list ul.info > li.system > span:not(.date) {
	font-size: 0.857em;
}

section#listings.list ul.nav-column {
	position: absolute;
	top: 0;
	right: 15px;
	width: 160px;
	padding: 50px 0 0 0;
}
section#listings.list ul.nav-column.stick-top {
	padding: 0;
}
section#listings.list ul.nav-column > li {
	line-height: 2.357em;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 25px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	user-select: none;
}
section#listings.list ul.nav-column > li .icon {
    position: absolute;
    left: 0;
    top: 7px;
}
/* list view end */

/* grid view */
section#listings.grid > article {
    margin-bottom: 30px;
}
section#listings.grid div.price-tag {
	width: auto;
	height: 34px;
	line-height: 34px;
	float: left;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 0.857em;
}
section#listings.grid ul.info {
	padding-top: 5px;
	clear: both;
}
section#listings.grid:not(.no-image) ul.info > li.fields,
section#listings.grid ul.info > li.system,
section#listings.grid ul.info > li.middle {
	display: none;
}
section#listings.grid ul.nav-column {
	float: right;
	height: 34px;
    display: flex;
    align-items: center;
}
section#listings.grid ul.nav-column > li {
	cursor: pointer;
	position: relative;
    line-height: 0;
}
section#listings.grid ul.nav-column > li:not(:last-child) .icon {
    margin-right: 10px;
}
section#listings.grid ul.nav-column > li span.link,
section#listings ul.nav-column > a {
	display: none;
}
section#listings.grid article.featured div.picture > div.label {
	width: 23px;
	overflow: hidden;
}
section#listings.grid article.featured div.picture > div.label > div {
	font-size: 1em!important;
	letter-spacing: 10px;
	padding: 0 5px;
	line-height: 21px;
}
/* grid view end */

/* no image grid view */
section#listings.grid.no-image > article {
	width: 285px;
	padding: 0 30px 40px 0;
	box-shadow: inset -1px 0 0 #e3e3e3;
	margin: 0;
}
section#listings.grid.no-image > article:nth-child(2n) {
	padding-right: 0;
	padding-left: 30px;
	box-shadow: inset 1px 0 0 #e3e3e3;
	margin-left: -1px;
}
section#listings.grid.no-image > article:nth-child(2n+1) {
	clear: both;
}
section#listings.grid.no-image > article:nth-child(2n+1):not(:first-child):before {
	content: '';
	height: 1px;
	background: #e3e3e3;
	width: 630px;
	top: -20px;
	position: absolute;
}
section#listings.grid.no-image a.link-large {
	font-size: 1.125em!important;
}
section#listings.grid.no-image li.fields {
	padding-top: 7px;
}
/* no image grid view end */

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

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

/*** LISTING DETAILS ***/
/* main info section */
div.listing-details .top-navigation h1 {
    margin-bottom: 0;
}
div.listing-details div.price-tag {
	color: #3a3a3a;
	font-size: 1.714em;
	line-height: 46px;
	padding: 0 20px;
	background: #e2e2e2;
}
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: 38px;
	display: inline-block;
	vertical-align: top;
	padding: 7px 9px;
	cursor: pointer;
	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: 3px;
}
div.listing-details div.top-navigation div.icons > * > span {
	width: 18px;
	height: 19px;
	display: inline-block;
    vertical-align: top;
}
div.listing-details div.top-navigation div.icons > * > svg {
    vertical-align: top;
}
div.listing-details div.top-navigation div.icons > span.favorite > span {
	background: url('../img/gallery.png') 0 -93px no-repeat;
}
div.listing-details div.top-navigation div.icons > span.favorite.remove > span {
	background-position: -22px -93px;
}
/* main info section end */

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

/* content section */
div.listing-details .content-section {
	margin-top: 30px;
}
div.listing-details .content-section aside.right {
	width: 300px;
	float: right;
	margin-left: 30px;
}
div.listing-details .content-section div.details {
	overflow: hidden;
}
div.table-cell + div.fieldset {
	margin-top: 20px;
}
#area_listing > div.content-padding > div.table-cell:last-of-type {
	margin-bottom: 20px;
}
/* content section end */

/* seller info section */
.seller-short div.picture {
	margin: 0 20px 10px 0;
}
.seller-short ul.seller-info {
    overflow: hidden;
}
.seller-short div.button-exists ul.seller-info {
	padding-bottom: 45px;
}
.seller-short div.landscape ul.seller-info > li.name {
	padding-bottom: 5px;
}
.seller-short ul.seller-info > li.name a {
	font-weight: 400;
	font-size: 1.143em;
}
.seller-short ul.seller-info .type {
	font-weight: 400;
	color: #8e8e8e;
	font-size: 0.929em;
	font-style: italic;
}
.seller-short ul.seller-info > li.about {
	font-size: 0.929em;
	padding: 10px 0 0;
}
.seller-short:not(.no-pucture) a.low {
	position: absolute;
	bottom: 0;
}
.seller-short a.contact-seller {
	width: 100%;
	text-align: center;
}
.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: 11px;
	width: 18px;
	height: 18px;
	background: url('../img/gallery.png') 0 -911px no-repeat;

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

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

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

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

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

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

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

/*** ACCOUNTS GRID ***/
section#accounts > article {
	padding-bottom: 30px;
}
section#accounts > article div.picture {
	margin-right: 15px;
    margin-bottom: 5px;
	float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #f5f5f5;
    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: 600;
}

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

/*** ACCOUNT DETAILS PAGE ***/
section.account-info h3 {
	white-space: normal;
	max-width: 180px;
}
section.account-info span.date {
	position: absolute;
	top: -19px;
	right: 0;
}
section.account-info div.info-table {
	margin: 15px 0 0;
}
section.account-info div.picture > div:first-child {
	margin-bottom: 10px;
}
section.account-info div.counter {
	padding: 57px 0 0 15px;
	display: none;
}
section.account-info div.counter span:first-child {
	display: block;
	font-size: 1.286em;
	font-weight: 600;
}
section.account-info div.counter span:last-child {
	font-size: 0.929em;
}
.account-location .map-capture {
	border: 1px #e9e9e9 solid;
	margin: 15px -18px -18px;
}
/*** ACCOUNT DETAILS PAGE END ***/

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

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

/*** MY PACKAGES ***/
ul.packages > li {
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	width: 364px;
	border: 2px #e9e9e9 solid;
	padding: 15px 18px;
	flex: none;
}
ul.packages > li div.plan-info {
	width: 45%;
	float: left;
	margin-top: -3px;
}
ul.packages > li .highlight {
	color: black;
}
ul.packages > li div.listing-info {
	overflow: hidden;
	padding: 3px 0 0 20px;
}
ul.packages li > div > div > span {
	display: block;
}
ul.packages h3 {
	color: #393939;
	font-size: 1.286em;
	font-weight: 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: 180px;
	padding-right: 10px;
}
table.submit td .name {
	padding: 5px 0 5px;
}
table.submit td.field input[type=text],
table.submit textarea {
	width: 100%;
}
table.submit td.button {
	padding: 10px 0 0 0;
}
table.submit a.close {
	padding-left: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div {
	min-height: 30px;
	line-height: 26px;
	vertical-align: top;
}
div.table-cell > div.name {
	width: 160px;
	color: #949494;
	font-weight: 300;
	float: left;
}
div.table-cell > div.name > div {
	background: url('../img/gallery.png') 0 -340px repeat-x;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
div.table-cell > div.name > div > span {
	background: white;
	padding-right: 7px;
}
div.table-cell div.value {
	color: #000000;
	word-wrap: break-word;
	overflow: hidden;
}
div.table-cell.wide-field {
	margin-bottom: 10px;
}
div.table-cell ul.checkboxes {
	margin-top: 2px;
	margin-bottom: 2px;
}
div.table-cell ul.checkboxes > li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
section.main-section div.table-cell ul.checkboxes > li {
	float: none;
	width: 100%;
	margin-right: 0;
}
section.main-section div.table-cell > div {
	font-size: 1.143em;
}
section.main-section div.table-cell > div.name {
	width: 165px;
}
section.main-section div.table-cell div.name > div {
	background-position: 0 -339px;
}

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

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

div.table-cell.wide-field > div.name {
	float: none;
	width: 100%!important;
}
div.table-cell.wide-field > div.name > div {
	background: none!important;
}
div.table-cell.wide-field > div.value {
	padding: 0!important;
}
/* information table end */

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

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

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

.mass-actions {
	padding: 15px 0 0 14px;
}
.mass-actions > a:not(:last-child):after {
	content: '|';
	padding: 0 10px;
	color: #5c5c5c;
	font-size: 0.929em;
}

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

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

/*** FIELDSET ***/
div.fieldset {
	margin: 0 0 20px 0;
}
div.fieldset > header {
	color: #2b2b2b;
	padding: 0 0 8px;
	border-bottom: 2px #c4c4c4 solid;
}
div.fieldset > header > span.arrow {
	display: none;
}
div.fieldset > div.body > div {
	padding: 15px 0 5px;
}

#controller_area div.fieldset > header {
	border: 0;
	font-size: 1.143em;
	color: #2b2b2b;
	font-weight: 600;
	padding: 0;
}
#controller_area div.fieldset > header > span.arrow {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: red;
	vertical-align: sub;
	margin-right: 10px;
	background: url('../img/gallery.png') 0 -168px no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
#controller_area div.fieldset > header > span.arrow.up {
	background-position: right -168px;
}
#controller_area div.fieldset > header > span.arrow:hover {
	opacity: 1;
}
#controller_area div.fieldset > div.body > div {
	padding-top: 15px;
}

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

/*** STEPS ***/
ul.steps {
	box-shadow: inset 0 0 0 2px #e9e9e9;
	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;
	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: #e9e9e9;
}
ul.steps > li:not(.past) a {
	color: #5c5c5c;
	text-decoration: none;
}
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: white;
	border-width: 20px 0 20px 10px;
	margin-top: -20px;
}
ul.steps > li:not(:last-child):not(.past):before {
	border-color: transparent;
	border-left-color: #e9e9e9;
	border-width: 23px 0 23px 13px;
	margin-top: -23px;
}
ul.steps > li.current:after {
	display: none;
}
/*** STEPS END ***/

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

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
	padding: 0 0 0 10px;
}
div.password_strength div.scale {
	background: #f1f1f1;
	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: 9px;
}
/* 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 70px rgba(0, 0, 0, 0.6);
}
.modal_block.fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
}
.modal_block.fullscreen .gmnoprint {
	margin-right: 60px!important;
}
.modal_block div.inner div.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
}
.modal_block div.inner div.close > div {
	width: 18px;
	height: 18px;
	margin: 14px;
	background: url('../img/gallery.png') 0 -413px no-repeat;
	opacity: 0.7;
}
.modal_block div.inner div.close:hover > div {
	opacity: 1;
}
.modal_block div.inner div.modal_content {
	padding: 25px 60px 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;
}
.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: 1001;
}
div.notification > div {
	background: #b1ed64;
	min-height: 46px;
	color: #2b2b2b;
	box-shadow: 0 0 70px rgba(0,0,0,.6);
	position: relative;
}
div.notification.fixed {
	position: fixed;
}
div.notification.done {
	top: 58px;
}
div.notification.top {
	z-index: 1200;
	position: fixed;
	top: 0;
}
div.notification.error > div {
	background: #ff7a6c;
}
div.notification.warning > div {
	background: #ffe86c;
}
div.notification > div > div.message {
	padding: 12px 66px 12px 20px;
	word-wrap: break-word;
	line-height: 1.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;
}
/*** NOTIFICATIONS END ***/

/*** MY LISTINGS ***/
.my-listings > article div.picture {
	margin: 0!important;
}
.my-listings > article {
	margin: 0 0 15px 0!important;
	padding: 0 0 15px 0;
	min-height: 95px;
	border-bottom: 2px #e6e6e6 solid;
}
.my-listings > article:last-child {
	margin-bottom: 0;
}
.my-listings > article > div.nav > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.my-listings > article > div:last-child {
	margin-right: 0;
}
.my-listings div.title {
	font-size: 1.143em!important;
	font-weight: 600!important;
	padding-bottom: 10px;
}
.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: left -533px;
}
.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 ***/

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

/*** PLUGINS CUSTOM ***/
li#listing_rating_dom {
	padding: 7px 0 12px!important;
}

div.banner {
	display: inherit!important;
}

#recaptcha_response_field {
	height: 20px;
}
body > iframe[src='about:blank'] {
	display: none;
}
ul.featured .grid-nav-comment {
    margin-top: 5px;
}
/*** PLUGINS CUSTOM END ***/

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

/*** DESKTOP VIEW ***/
@media screen and (min-width: 992px) {
	.point1 {
		max-width: 960px;
	}
	section#main_container > div.inside-container {
		padding: 30px 0;
	}
	section#controller_area {
		padding-bottom: 30px;
	}
	div.footer-data {
		max-width: 300px;
        flex: 0 0 300px;
	}

	/* home content block */
	section.home-content {
		margin-bottom: 30px;
		max-height: 531px;
		overflow: hidden;
	}
	section.side_block > h3 ,
	section.content_block > h3 {
		font-size: 1.143em;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	section#main_container > div > aside.left {
		display: inline-block;
	}
	aside.bottom {
		margin-top: 30px;
	}
	/* home content block end */

	.search-block-content {
		height: 488px;
	}
	.search-block-content.no-tabs {
		height: 531px;
	}
	.search-block-content div.scroller {
		height: 408px;
	}
	.search-block-content.no-tabs div.scroller {
		height: 450px;
	}
	section.side_block span.expander {
		display: none;
	}

	div.listing-details section.main-section div.table-container {
		height: 360px;
	}

	.grid_navbar {
		margin-bottom: 30px;
	}

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

    body:not(.no-sidebar) aside.two-middle > div ul.featured > li,
	body:not(.no-sidebar) aside.left ul.featured > li {
		flex: 0 0 100%;
        max-width: 100%;
	}

	.seller-short ul.seller-info {
		min-width: 100px;
	}
	.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#accounts > article .landscape div.picture {
		max-width: 100%;
	}
}
/*** ALL DESKTOP/TABLET VIEW ***/
@media screen and (min-width: 768px) {
    div#header-banner {
        width: 728px;
        height: 90px;
        margin: auto;
    }
    span.circle_opened > span.default > * {
        display: none!important;
    }

    .side_block ul.featured > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.point1 {
		max-width: 720px;
	}
	section#controller_area {
		padding-bottom: 20px;
	}
	nav.footer-menu a {
		font-size: 0.929em;
	}

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

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

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

	section.side_block_search div.search-item {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}
	section.side_block_search div.search-item:nth-of-type(2n) {
		margin-right: 0;
	}
	section.side_block_search form div.search-item:nth-of-type(2n) input[type=submit] {
		margin-top: 24px;
	}
	.search-item.checkbox-field > .custom-input {
		width: 50%;
	}
	.field.search-item.checkbox-field > .custom-input {
		width: 33.33%;
	}
	.search-item.couple-field > .custom-input {
		width: 33.33%;
	}
	.search-item.two-fields > select {
		width: 49%;
		margin-right: 2%;
	}
	.search-item.three-field > input {
		margin-right: 2%;
		width: 32%;
	}
	.search-item.three-field > select {
		width: 32%;
	}
	.three-field > select.multicat {
		width: 32%;
		margin-right: 2%;
	}

	section#listings.grid div.price-tag {
		min-width: 118px;
		height: 40px;
		line-height: 38px;
	}
	section#listings.grid ul.nav-column {
		height: 40px;
		width: 90px;
	}
	section#listings.grid ul.info {
		padding-top: 8px;
	}
	section#listings.list ul.info {
		max-width: 320px;
	}

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

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

	div.listing-details .content-section aside.right {
		width: 226px;
	}

	body.view-details-page .seller-short div.landscape div.picture {
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	body.view-details-page .seller-short div.landscape div.picture img {
		max-width: 186px!important;
	}
	body.view-details-page .seller-short div.landscape ul.seller-info {
		overflow: inherit;
	}
	body.view-details-page .seller-short div.landscape ul.seller-info > li {
		padding-bottom: 5px;
	}

	ul.tabs > li {
		font-size: 1em;
	}
	div.listing-details section.main-section div.table-container {
		height: 268px;
	}

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

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

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

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

	ul.packages > li div.frame {
		width: 420px;
	}
	body.no-sidebar .advanced-search-form {
		width: 80%;
	}
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
	.point1 {
		max-width: 480px;
		min-width: 320px;
	}
	.h1-nav {
        margin-left: 20px;
        margin-right: 20px;
    }
	.h1-nav nav > a.post_ad {
		margin-right: 20px;
		margin-top: 5px;
	}
    .home-page .inside-container > h1 {
        margin-top: 50px;
    }
    .home-page .inside-container > h1 + .home-content > .gallary {
        margin-top: 0;
    }
	div#logo {
		float: none;
		margin: 0 auto 0;
		padding-top: 48px;
		height: 88px;
	}
	div#top-navigation {
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 13px;
		width: 100%;
		text-align: right;
		padding: 0 20px;
	}
	div#top-navigation span.default {
		color: #ffb01f;
		cursor: pointer;
		width: inherit;
		height: inherit;
	}
	div#top-navigation > span {
		text-align: left;
		vertical-align: top;
	}

	#bread_crumbs > ul {
		padding: 6px 0;
	}
	#bread_crumbs > ul > li {
		line-height: inherit;
		height: inherit;
		padding: 3px 0;
	}

	span.circle {
		min-width: inherit;
		min-height: inherit;
	}
	span.circle > span.default {
		line-height: inherit;
	}
	span.circle_opened > span.default {
		position: inherit;
		font-size: inherit;
		padding: 0;
		top: auto;
		left: auto;
		right: auto;
	}
	span.circle_opened > span.default:before {
		display: none;
	}
	div#top-navigation > .circle:not(:first-child) {
		margin: 0;
	}

	div#top-navigation > span:not(:nth-last-child(1)):not(#user-navbar):after,
	#user-navbar span.mobile-hidden a:first-child:after {
		content: '|';
		font-size: 14px;
		padding: 0 7px;
		color: #5c5c5c;
	}
	#user-navbar {
		position: absolute;
		left: 0;
		padding-left: 20px;
	}
	#user-navbar span.mobile-hidden {
		display: inline-block;
	}
	#user-navbar span.mobile-hidden a {
		color: #ffb01f;
	}
	#user-navbar span.default {
		display: none;
	}
	#user-navbar > span.notify {
		display: none;
	}

    span.circle > .default > span {
        vertical-align: top;
    }
    span.circle_opened > .content {
        top: 35px;
        border-top-right-radius: 0;
        padding-top: 15px;
        margin-right: -10px;
        right: 100%;
        min-width: auto;
    }
    span.circle_opened > .content:before {
        content: '';
        position: absolute;
        top: -9px;
        right: -2px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #ffb11f transparent;
    }
	body > header {
		height: auto;
	}
    div#header-banner {
        width: 100%;
        height: 59px;
    }
    div.header-banner-cont {
        height: 75px;
    }
    #header-banner div.banner table {
        height: 58px;
    }

	section.main-menu ul.menu {
		display: none;
	}
	section.main-menu > nav > ul.menu {
		width: auto;
	}
	section#controller_area {
		padding-bottom: 20px;
	}
	span.circle {
		box-shadow: none;
		border-radius: 0;
		background: transparent;
	}
    #area_keyword form.kws-block .two-inline {
        width: 100%;
    }
	div.kw-search {
		display: none;
	}
	div.kw-search-mobile {
		margin: 78px auto 0;
		border-radius: 19px;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 38px;
		max-width: 280px;
		background: white;
		box-shadow: inset 0 0 0 2px #bfbfbf;
		display: none;
	}
	body.home-page div.kw-search-mobile {
		display: block;
	}
	div.kw-search-mobile span.lens {
		width: 38px;
		height: 38px;
		float: left;
		border-radius: 19px;
		text-align: center;
		cursor: pointer;
	}
	div.kw-search-mobile span.field {
		display: inline-block;
		overflow: hidden;
	}
	div.kw-search-mobile #autocomplete {
		width: 212px;
		display: block;
	}
	div.kw-search-mobile span.lens > span {
		width: 16px;
		height: 16px;
		display: inline-block;
		background: url('../img/gallery.png') 0 0 no-repeat;
		margin-top: 11px;
	}
    nav.footer-menu {
        overflow: hidden;
        padding: 0 15px;
    }
	nav.footer-menu > ul > li {
		max-width: 50%;
        flex: 0 0 50%;
	}
	div.footer-data {
		text-align: center;
		padding-top: 18px;
	}
	nav.footer-menu a {
		font-size: 0.929em;
	}
	div.footer-data > div.logo {
		margin: 0 auto;
	}
	section#main_container > aside.left {
		display: block;
		width: auto;
		vertical-align: top;
		float: none;
	}

	section.content_block.no-style {
		margin: 0 20px;
	}

	section.side_block,
	section.content_block {
		margin-bottom: 20px;
	}

	section.side_block.no-style > h3 {
		padding: 0 20px;
	}

	/* home content block */
	section.home-content {
		margin-bottom: 20px;
	}
	section.home-content div.gallary {
		margin: 58px 0 20px 0;
	}
	body:not(.home-page) section#main_container > div > aside.left {
		display: none!important;
	}

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

	ul.tabs > li {
		font-size: 1em;
	}
	ul.tabs:not(.search_tabs) > li:first-child {
		padding-left: 20px;
	}
	ul.tabs > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	#bread_crumbs > ul {
		padding-left: 20px;
		padding-right: 20px;
	}

	div.featured_gallery div.preview {
		overflow: hidden;
		height: 262px;
	}
	div.featured_gallery ul.featured > li > div.content img {
		width: 92px;
		height: 61px;
	}

	.grid_navbar.listings-area .buttons > div.grid {
		display: none;
	}

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

	/* listing list view */
	section#listings.list > article:not(.no-image) {
		margin: 0 0 25px 0;
		padding-left: 0;
		padding-right: 0;
	}
	section#listings.list > article:not(.no-image) div.main-column {
		width: 300px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	section#listings.list > article:not(.no-image) div.picture {
		display: block;
		vertical-align: top;
		margin: 0;
        width: 300px;
        height: 200px;
	}
	section#listings.list > article:not(.no-image) ul.nav-column > li > span:not(.icon),
	section#listings.list div.picture > div.label {
		display: none;
	}
	section#listings.list > article:not(.no-image) div.picture > span {
		width: 34px;
		height: 24px;
		bottom: 10px;
		right: 10px;
		line-height: 22px;
		font-size: 1.071em;
	}
	section#listings.list > article:not(.no-image) div.picture > span > span {
		width: 22px;
		top: -3px;
		left: 6px;
	}
	section#listings.list > article:not(.no-image) div.picture > span:after {
		width: 22px;
		height: 22px;
		top: -2px;
        left: 6px;
		border-radius: 8px;
	}
	section#listings.list > article:not(.no-image) ul.info > li.title {
		white-space: nowrap;
		position: absolute;
		top: 10px;
		left: 0;
		background: white;
		height: 36px;
		max-width: 300px;
		line-height: 36px;
		box-shadow: 0 4px 0 rgba(0,0,0,.1);
	}
	section#listings.list > article:not(.no-image) ul.info > li.title > a {
		padding: 0 20px;
	}
	section#listings.list > article:not(.no-image) div.price-tag {
		position: static;
		display: inline-block;
		width: auto;
		float: left;
		height: 38px;
		line-height: 36px;
		padding: 0 15px;
	}
	section#listings.list > article:not(.no-image) ul.info {
		clear: both;
		display: block;
		max-width: inherit;
		padding: 5px 20px 0;
	}
	section#listings.list > article:not(.no-image) ul.info > li.fields {
		font-size: 1.071em;
		float: left;
		max-width: 70%;
	}
	section#listings.list > article:not(.no-image) ul.info > li.system {
		display: none;
	}
	section#listings.list > article:not(.no-image) ul.info > li.system span.date {
		display: block;
		padding: 0;
	}
	section#listings.list > article:not(.no-image) ul.info > li.middle {
		display: none;
	}
	section#listings.list ul.nav-column {
		position: inherit;
		width: auto;
		padding: 0;
		float: right;
		right: auto;
		left: auto;
	}
	section#listings.list ul.nav-column > li {
		display: inline-block;
		height: 30px;
	}
	section#listings.list ul.nav-column > li span.link {
		display: none;
	}
	section#listings.list div.price-tag.rent > span {
		display: inline-block;
	}

	/* no listing image mode */
	section#listings.list > article.no-image {
		margin-left: 20px;
		margin-right: 20px;
	}
	section#listings.list > article.no-image div.main-column {
		display: block;
	}
	section#listings.list > article.no-image div.main-column div.price-tag {
		position: static;
		margin: 0 0 10px 0;
	}
	section#listings.list > article.no-image div.main-column ul.nav-column {
		padding: 0;
		right: 0;
		margin-top: -5px;
	}
	/* listing list view end */

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

	div.listing-details section.main-section > div.details {
		margin-top: 15px;
	}
	div.listing-details section.main-section div.table-container {
		margin-top: 0;
	}
    div.listing-details .map .map-capture {
        margin-top: 20px;
    }
    div.listing-details div.top-navigation {
        padding-left: 10px;
        padding-right: 10px;
    }
    div.listing-details div.top-navigation div.icons {
        width: 100%;
        text-align: center;
    }

	div.table-cell > div.name {
		width: 40%!important;
	}
	div.listing-details .content-section aside.right {
		width: 100%;
		margin: 0;
		float: none;
	}
	div.listing-details section.statistics ul.controls {
		float: none;
		width: 100%;
	}
	body.view-details-page.get-details-box aside.left section.seller-short {
		display: none;
	}

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

	#modal_block div.submit-cell div.name {
		width: 120px;
	}

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

	.field.single-field > select {
		width: 100%;
	}
	.field.single-field > input[type=text] {
		width: 100%;
	}
	.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.account-info div.picture + div div.name,
	section.account-location div.name {
		width: 120px!important;
	}
	section.account-info div.picture > div:first-child {
		margin-top: 10px;
	}
	section.account-info div.counter {
		display: block;
	}

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

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

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

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

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

	/* tables content */
	div.list-table {
		display: block;
	}
	div.list-table  > div.header {
		height: 2px;
		background: #e9e9e9;
		display: block;
	}
	div.list-table  > div.header > div {
		display: none;
	}
	div.list-table  > div.row {
		display: block;
		border-bottom: 2px #e9e9e9 solid;
		position: relative;
		padding: 13px 25px;
	}
	div.list-table  > div.row > div {
		display: block;
		border: 0;
		padding: 5px 0 5px 95px!important;
		overflow: hidden;
		position: relative;
	}
	div.list-table > div.row > div.default {
		padding: 0!important;
	}
	.transactions div.row > div.default div.table-cell.small > div.name {
		width: 85px!important;
	}
	div.list-table  > div.row > div:not(.no-flex):before {
		content: attr(data-caption) ":";
		width: 85px;
		display: inline-block;
		white-space: normal;
		word-wrap: break-word;
		font-size: 0.929em;
		color: #949494;
		position: absolute;
		left: 0;
		top: 5px;

		/* it is the best solution for now */
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	div.list-table  > div.row > div.iteration {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -10px;
		padding: 0!important;
	}
	div.list-table  > div.row > div.action {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -9px;
	}
	div.list-table > div.row > div > div.inline {
		display: inline-block;
	}
	/* tables content end */

	/* my listings */
	section#listings.my-listings .item div.info {
		display: block;
		width: 100%;
		padding: 0;
	}
	section#listings.my-listings .item div.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: #ffb01f;
		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 12px 0 0;
	}
	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 > header {
		padding: 0 20px;
	}
	.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;
	}
}
@media screen and (max-width: 575px) {
    .login-page-form {
        max-width: 240px;
    }
}
@media screen and (max-width: 440px) {
    .circle_mobile-full-width {
        position: static !important;
    }
    .circle_mobile-full-width.circle_opened > .content {
        right: 5px;
        left: 5px;
        margin: 0;
        border-radius: 10px;
        padding: 15px;
    }
    .circle_mobile-full-width.circle_opened > .content:before {
        display: none;
    }
}
@media screen and (max-width: 383px) {
	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;
	}
	nav.footer-menu > ul > li {
		max-width: 100%;
        flex: 0 0 100%;
		text-align: center;
	}
    .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) {
	#user-navbar > span.default > span {
		background: url('../img/@2x/gallery2.png') -19px -46px no-repeat;
		background-size: 40px auto;
	}
	#user-navbar > span.default > span.logged-in {
		background-position: -19px -74px;
	}
	span.circle_opened > span.default:before {
		background: url('../img/@2x/gallery2.png') -28px 0 no-repeat;
		background-size: 40px auto;
	}
	div.kw-search > span.lens > span,
	div.kw-search-mobile span.lens > span {
		background: url('../img/@2x/gallery2.png') 0 -20px no-repeat;
		background-size: 40px auto;
	}
	div.kw-search-active > span.close,
	div.kw-search-mobile > span.close {
		background: url('../img/@2x/gallery2.png') -15px 0 no-repeat;
		background-size: 40px auto;
	}
	.user-navbar-container input[name=username],
	.user-navbar-container input[name=password] {
		background: url('../img/@2x/gallery2.png') -10px -66px no-repeat white;
		background-size: 40px auto;
	}
	.user-navbar-container input[name=password] {
		background-position: -10px -36px;
	}
	select,
    .select2-selection--single .select2-selection__arrow {
		background: url('../img/@2x/gallery2.png') right -94px no-repeat #e2e2e2;
		background-size: 40px auto;
	}
	label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -895px;
        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 -895px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
	input[type=checkbox]:not(.default) + label > span,
	input[type=radio]:not(.default) + label > span {
		background: url('../img/@2x/gallery2.png') 0 -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 -247px;
	}
	input[type=radio]:not(.default):hover + label > span {
		background-position: 0 -155px;
	}
	input[type=radio]:not(.default):checked + label > span {
		background-position: 0 -178px;
	}
	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') -23px -115px no-repeat;
		background-size: 40px auto;
	}
	.grid_navbar .sorting .active span.arrow {
		background-position: -23px -106px;
	}
	.favorite span.icon,
	div.listing-details div.top-navigation div.icons > span.favorite > span {
		background: url('../img/@2x/gallery2.png') 0 -468px no-repeat;
		background-size: 40px auto;
	}
	.favorite.remove span.icon,
	div.listing-details div.top-navigation div.icons > span.favorite.remove > span {
		background-position: right -468px;
	}
	section#listings div.picture > img,
    ul.featured:not(.accounts) > li .picture img {
		background-image: url('../img/@2x/no-picture.png');
		background-size: 190px auto;
	}

	div.table-cell > div.name > div,
	section.main-section div.table-cell > div.name > div {
		background: url('../img/@2x/gallery2.png') 0 -560px repeat-x;
		background-size: 40px auto!important;
	}
	section.main-section div.table-cell > div.name > div {
		background-position: 0 -559px;
	}

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

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

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

	div.close-black > div {
		background: url('../img/@2x/gallery2.png') right -675px no-repeat;
		background-size: 40px auto;
	}
	.close-red {
		background: url('../img/@2x/gallery2.png') left -604px no-repeat;
		background-size: 40px auto;
	}
	div.close-black:hover > div,
	.close-red:hover {
		opacity: 0.8;
	}
	img.remove {
		background: url('../img/@2x/gallery2.png') 0 -857px no-repeat;
		background-size: 40px auto;
	}

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

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

	#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 a.add-photo:before,
	.my-listings a.add-video:before,
	.my-listings a.edit:before,
	.my-listings a.unsubscription:before {
		background: url('../img/@2x/gallery2.png') 0 -775px no-repeat!important;
		background-size: 40px auto!important;
	}
	.my-listings a.add-video:before {
		background-position: 0 -821px!important;
	}
	.my-listings a.edit:before {
		background-position: 0 -755px!important;
	}
	.my-listings a.unsubscription:before {
		background-position: right -821px!important;
	}
    .my-listings div.navigation ul li.nav-icon > a.delete:before,
	.delete.icon {
		background: url('../img/@2x/gallery2.png') right -755px no-repeat;
		background-size: 40px auto;
	}
	span.media-enlarge > span {
		background: url('../img/@2x/gallery2.png') right -604px no-repeat;
		background-size: 40px auto;
	}
    .seller-short form input + span {
        background: url('../img/@2x/gallery2.png') right -857px no-repeat;
        background-size: 40px auto;
    }
    .seller-short form input[name=contact_email] + span {
        background: url('../img/@2x/gallery2.png') right -876px no-repeat;
        background-size: 40px auto;
    }
    .seller-short form input[name=contact_phone] + span {
        background: url('../img/@2x/gallery2.png') 0 -876px no-repeat;
        background-size: 40px auto;
    }
}

/*** TMP FALLBACK ***/
.close.small:before {
    background-position: -24px 0 !important;
}
/*** TMP FALLBACK END ***/
