@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800&subset=latin,cyrillic');

.branding-wrapper {
	width: 1000px;
	margin: 0 auto;
}

.d-block {
	display: block;
}

.main-wrap {
	position: relative;
	height: auto;
	min-height: 100%;
	width: 1000px;
	padding: 15px 15px 0;
	background: #f0f6f6;
	margin-left: auto;
	margin-right: auto;
}

.wrap {

	padding-left: 15px;
	padding-right: 15px;
}

header .wrap {
	background: white;
}

.header {
	width: 1000px;
	background-color:#fff;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-box-shadow:0 9px 24px rgba(106, 127, 140, .17);
	box-shadow:0 9px 24px rgba(106, 127, 140, .17);
	align-content: center;
	margin-bottom: 20px;
	margin-top: -15px;
}

.row {
	margin-left: 0;
}

.plink {
	color:#54ba4a;
	text-decoration:underline;
}
.plink {
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover, .plink:hover {
	color:#32414b;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}
.clearfix:after, .header:after, .main:after, .section:after, .cols:after, .ads:after, .about-promo-info:after, .cat-p-header:after {
	content:'\00a0';
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
.clearfix {
	display:block;
}

input, textarea, select, button {
	line-height:normal;
}
input, textarea, select, .sm-inp-holder, html body .sm-submit {
	background:#fff;
	border:1px solid #c8d2d6;
	-webkit-border-radius:5px;
	border-radius: 5px;
}
input, textarea, select {
	margin:0;
	padding:6px 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
select {
	padding:5px 11px;
}
textarea {
	width:44%;
	height:4.375em;
	resize: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0; outline:none;}
.placeholder {color:#6a7f8c;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#6a7f8c;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#6a7f8c; opacity:1;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#6a7f8c; opacity:1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#6a7f8c;}

input:focus, select:focus, textarea:focus, .select2-selection {
    outline:0;
}

.sell-your-stuff {
	background-color:#54ba4a;
	border:0;
	color:#fff !important;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:9px 20px;
	width:auto;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.sell-your-stuff:hover, input[type="submit"]:hover {
	background-color:#55cd49;
	color:#fff !important;
}
.sell-your-stuff:active, input[type="submit"]:active {
	background-color:#54ba4a;
}
a.sell-your-stuff, a.sell-your-stuff:hover {
	text-decoration:none !important;
}


.wrap-no-padding {
    margin: auto;
    background: #f0f6f6;
    width: 1000px;
    height: auto;
    padding: -15px;
}
.l {
	float:left;
}
.r {
	float:right;
}
.logo {
	float:left;
	margin:7px 8px 7px 0;
}
.logo img {
	vertical-align:top;
}
.nav-dd {
	display:inline-block;
	position:relative;
	/*margin-top: 5px;*/
}
.header a, .nav-dd-act, .nav-dd a, .nav-cats > li > a, .nav-c-sub > li > a, .nav-c-sub-list a, a.item-thumb-add, .cat-p-subs a, .links-list a, .nav-tabs-link, .expand-ll-link, .site-info, body .cs-list a, .open > .cs-curr {
	color:#6a7f8c;
}
.header a, .nav-dd-act, .nav-dd a, .nav-cats a, a.item-thumb-add:hover, .cat-p-subs a, .links-list a, .nav-tabs-link, .expand-ll-link {
	text-decoration:none;
}
.header a:hover, a.nav-dd-act:hover, .nav-dd a:hover, .nav-cats a:hover, .nav-cats > li:hover > a, .nav-cats > li.open > a, .cat-p-subs a:hover, .links-list a:hover, .nav-tabs-link:hover, .nav-tabs-link.act, .expand-ll-link:hover {
	color:#54ba4a;
	text-decoration:underline;
}
.nav-cats, .nav-cats ul, .nav-dd-list, .nav-c-sub, .items-grid, .about-promo-info, .cat-p-subs, .links-list, .tabs-nav, .cs-list, .sn-links, .popular-searches {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav-cats li:hover {
	color: #54ba4a;
}
.nav-dd-act {
	display:block !important;
	cursor:pointer;
}
.dd-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	/*margin-left:-15px !important;*/
	padding-top:8px;
	z-index:2000;
}
.open .dropdown-menu {
	display: block;
	position: absolute;
}
.nav-dd-list, .nav-c-sub, .country-select .dropdown-menu {
	background-color:#fff;
	padding:17px 25px;
	width:425px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 0 4px rgba(107, 121, 132, .2);
	box-shadow:0 0 4px rgba(107, 121, 132, .2);
}
.nav-dd-list a, ul.nav-c-sub > li > a {
	display:block;
	padding:4px 15px;
}
.dd:hover > .dd-menu {
	display:block;
}
.i-expand:after, .nav-c-sub-title:after, .i-more:after {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 4px 0 4px;
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	font-size:0;
	line-height:0;
	margin-left:7px;
	vertical-align:2px;
	-webkit-transform:rotate(360deg);
}
.hdr-link {
	display:inline-block;
	padding:8px;
	padding-top: 11px;
}
.hdr-link + .dd-menu {
	/*margin-left:-7px !important;*/
}
.hdr-el {
	margin-left:18px;
}
.hdr-link-el {
	margin-left:10px;
	vertical-align: middle;
}
.acc-link-pic {
	vertical-align:top;
	margin:-5px 3px -5px 0;
    width: 28px;
    height: 28px;
}
.tclip {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
span.tclip {
	display:inline-block;
	vertical-align:top;
}
a.acc-link, a.acc-link:hover {
	text-decoration:none;
}
.acc-link-name {
	max-width:130px;
}
.acc-link:hover .acc-link-name {
	text-decoration:underline;
}

.i-msgs:before, .sm-inp-holder:before, .apb-qr-sbt:after, .ad-lbl-vip, .item-thumb-title:before, .cs-curr:before, .cs-list .act:after, .sn-link:before {
	background:url(../img/sprite.png) no-repeat center;
}
.sm-inp-holder:hover, .sm-inp-holder:focus, .sm-loc-holder span:hover {
	border-color:#55cd49
}
.i-msgs {
    background: url(../img/message-icon.png) no-repeat;
    height: 18px;
    width: 18px;
    visibility: visible;
    display:inline-block;
    vertical-align: middle;
	margin-top: 2%;
}
/*.hdr-link.i-msgs {*/
	/*padding-left:35px;*/
/*}*/
/*.i-msgs:before {*/
	/*content:'';*/
	/*background-position:-28px 0;*/
	/*width:18px;*/
	/*height:18px;*/
	/*position:absolute;*/
	/*top:2px;*/
	/*left:0;*/
/*}*/
.hdr-link.i-msgs:before {
	top:10px;
	left:8px;
}
.new-counter {
	background-color:#6565e7;
	color:#fff;
	/*min-width:6px;*/
	padding:1px 5px;
	height:18px;
    width: 18px;
	font-size:9px;
	line-height:15px;
	text-align:center;
	position:relative;
	top:-3px;
	left:-8px;
	border-radius:9px;
	box-shadow:0 0 0 1px #fff;
}
/*.i-msgs .new-counter {*/
	/*left:11px;*/
/*}*/
/*.hdr-link .new-counter {*/
	/*top:-2px;*/
/*}*/
/*.hdr-link.i-msgs .new-counter {*/
	/*left:19px;*/
/*}*/

.search-main {
	margin:15px 0;
}
.sm-submit-holder {
	float:right;
}
.sm-inp-holder {
	overflow:hidden;
	position:relative;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	height: 38px;
}
.sm-inp-holder:before {
	content:'';
	background-position:-48px 0;
	width:13px;
	height:13px;
	position:absolute;
	top:50%;
	left:12px;
	margin-top:-6px;
}
.sm-inp-holder #search_input {
	width: 100%;
}
.sm-loc, .sm-inp, .sm-submit {
	min-height:18px;
}
.sm-loc, .sm-inp {
	padding:9px 12px;
}
.sm-loc {
	width:220px;
	padding:8px 11px;
	-webkit-border-radius:0;
	border-radius:0;
}
.sm-inp {
	background:none;
	border:0;
	padding-left:35px;
	position:relative;
}
html body .sm-submit {
	color:#54ba4a !important;
	font-weight:normal;
	padding:9px 25px;
	min-width:56px;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
html body .sm-submit:hover, html body .sm-submit:active {
	background-color:#fff;
	color:#55cd49 !important;
	border-color:#55cd49;
}
.sm-submit-holder, .sm-submit {
	margin-left:8px;
}
.sm-loc-holder {
	position:relative;
	height: 38px;
}
.sm-loc-holder, .sm-submit {
	float:left;
}


.nav-cats {
	border-bottom:2px solid #e0e8ea;
	margin:15px 0 28px;
	font-size:0.1px;
	text-align:justify;
	cursor:default;
	color: #6a7f8c;
}
.nav-cats:after {
	content:'';
	display:inline-block;
	width:100%;
	font-size:0;
	line-height:16px;
	height:16px;
	margin-bottom:-16px;
}
.nav-cats > li > a:hover, .nav-cats > li:hover > a, .nav-cats > li.open > a {
	text-decoration:none;
}
.nav-cats li {
	text-align:left;
}
.nav-cats > li {
	display:inline-block;
	font-size:13px;
	position:relative;
	text-align:center;
}
.nav-cats > li > a {
	display:block;
	margin-bottom:-2px;
}
.nav-cats > li > a {
	border-bottom:2px solid #e0e8ea;
	padding: 2px;
}
.nav-cats > li.open > a, .nav-cats > li:hover > a, .nav-cats > li > a:hover {
	border-bottom-color:#54ba4a;
}
/*.nav-cats a:after {
	content:'';
	display:block;
	height:2px;
	margin-top:9px;
	margin-bottom:-9px;
}
.nav-cats a:hover:after {
	background-color:#54ba4a;
}*/
li.nav-c-all-item > a {
	padding-left:25px;
	padding-right:25px;
}

.i-cat-big:before {
	width:39px;
	height:39px;
}
.i-cat-big.i-cat0:before {background-position:0 -86px;}
.i-cat-big.i-cat1:before {background-position:-41px -86px;}
.i-cat-big.i-cat2:before {background-position:-82px -86px;}
.i-cat-big.i-cat3:before {background-position:-123px -86px;}
.i-cat-big.i-cat4:before {background-position:-164px -86px;}
.i-cat-big.i-cat5:before {background-position:-205px -86px;}
.i-cat-big.i-cat6:before {background-position:-246px -86px;}
.i-cat-big.i-cat7:before {background-position:-287px -86px;}
.i-cat-big.i-cat-all:before {background-position:-328px -86px;}

.nav-cats > li > .dd-menu {
	padding-top:10px;
}
.nav-cats > li {
	cursor: pointer;
}
.nav-c-sub {
	width:auto;
}
.nav-c-sub > li {
	white-space:nowrap;
}
.nav-c-sub li, .nav-c-sub-title, .nav-c-sub-title a, .nav-c-sub-list li, .nav-c-sub-list a {
	display:block;
}
.dd-menu-fullwidth {
	left:auto;
	right:-16px;
	width:1000px;
}
.dd-menu-fullwidth .nav-c-sub {
	padding:25px !important;
	width:auto;
}
.col4 {
	width:225px;
}
.dd-menu-fullwidth .nav-c-sub .cols {
	margin-left:-32px !important;
}
.dd-menu-fullwidth .nav-c-sub .col4 {
	width:206px;
	padding-left:22px;
	margin-bottom:0 !important;
}
body .nav-c-sub-title {
	color:#32414b;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
    text-align: left;
}
a.nav-c-sub-title:after, .nav-c-sub-title a:after, .i-more:after {
	border-width:4px 0 4px 4px;
	vertical-align:4px;
}
a.nav-c-sub-title:after, .nav-c-sub-title a:after {
	border-color:transparent transparent transparent #bcc5cb;
}
a.nav-c-sub-title:hover:after, .nav-c-sub-title a:hover:after {
	border-left-color:inherit;
}
.nav-c-sub-list {
	font-size:12px;
	line-height:1.25;
}
.nav-c-sub-list a {
	padding:2px 0 3px;
}
.nav-c-sub-item {
	margin-bottom:25px;
}
.nav-c-sub-all-link {
	border-top:1px solid #c7d0d6;
	clear:both;
	display:block;
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
	padding:16px 0;
	margin-bottom:-25px;
}
.i-more:after {
	border-color:transparent;
	border-left-color:inherit;
	vertical-align:5px;
}
.promo-main, .banner-fullwidth {
	margin-left:-15px;
	margin-right:-15px;
}
.promo-main-in, .banner-fullwidth-in {
	overflow:hidden;
	text-align:center;
}
.promo-main-in img, .promo-main-in iframe {
	display:block;
	margin:0 auto;
}

/* Dropdownhover */
.dd-menu .dd-menu {
	left:100%;
	margin:0;
	right:auto;
	top:0;
	padding-top:0;
}
.dd-menu-right .dd-menu {
	left:auto;
	right:100%;
}
.dropdownhover-top .dd-menu {
	bottom:0;
	top:auto;
}
.open > .dd-menu {
	display:block;
}
/* /Dropdownhover */

.section {
	margin-bottom:40px;
}
.section-latest-items {
	margin: 25px 0 30px;
}
.cat-preview {
	margin-bottom:20px;
	width: 966px;
}
.banner-fullwidth {
	margin-bottom:50px;
}
.section-title {
	font-size:22px;
	font-weight:bold;
	margin:0 0 25px;
}
.section-title:before {
	content:'';
	border-left:4px solid #54ba4a;
	margin-right:18px;
	font-size:14px;
	line-height:20px;
	vertical-align:3px;
}
.item-thumb {
	display:block;
	position:relative;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.item-thumb-price {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAB7CAYAAAAG5MI0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNrs2LENACAIBEAg7r8yNk5ghfFI7C//YmF2d0yeiuGT50jwdpYEJShBCapYxRKUoGfGHZQgoDuoYkBLomJAS6JiQEBAwI8f6pKgJQEEBAQEBAQEBAQEBAQE9LMgQUsCCAgICAgICAgICAgICPjgz4KKAQE9MypWsYoB3UEVS1CCgCqW4NDZAgwAro4FHFCTl6kAAAAASUVORK5CYII=) repeat-x;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15.90909% 12px 10px;
	font-size:24px;
	line-height:1;
	font-weight:600;
	text-align:left;
	z-index:8;
}
.atp-curr {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color: white;
}
.item-thumb img {
	vertical-align:top;
}
.cols {
	margin: 0;
	padding: 0;
}
.cat-preview .cols {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.cat-preview .items-cols5 .item-thumb:not(.item-thumb-big) div{
	background-size: cover!important;
	background-position-x: 50%!important;
}
.items-cols4 li, .items-cols5 li, .col4, .col5 {
	float:left;
    margin: 0 11px 20px;
}
#ads-by-city .col5 {
	margin: 0;
}
.items-cols4 .item-thumb {
	width:225px;
	height:274px;
}
.items-cols5:before {
	list-style-type:none;
}
.items-cols5 .item-thumb, .col5 {
	width:176px;
}
#ads-by-city .col5 {
	width:194px;
}
.items-cols5 .item-thumb {
	height:215px;
}
.item-thumb-big .item-thumb-price {
	font-size:26px;
	padding:14.436619% 16px 14px;
}
.items-cols5 .item-thumb-big {
	width:568px;
	height:450px;
}
.item-thumb-big, .item-thumb-noimg {
	background-color:#b6bec8;
}
.item-thumb-big {
	background-position:50% 50%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.item-thumb-big img {
	display:none;
}
.item-thumb-add {
	display:block;
	display:table-cell;
	background-color:#fff;
	border:4px solid #e0e8ea;
	padding:40px 20px;
	vertical-align:middle;
}
.item-thumb-add:before {
	content:'+';
	background-color:#c7d0d6;
	color:#fff;
	display:block;
	width:53px;
	height:53px;
	overflow:hidden;
	font-size:51px;
	font-weight:600;
	line-height:48px;
	margin:-2px auto 21px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
a.item-thumb-add:hover {
	background-color:#eaf8e8;
	color:#54ba4a;
	border-color:#d2f0cf;
}
a.item-thumb-add:hover:before {
	background-color:#abdca6;
	color:#eaf8e8;
}

.about-promo {
	float:left;
	width:650px;
	height: 400px;
}
.about-promo-banner {
	background:url(../img/banner_about.png) no-repeat;
	color:#fff;
	height:300px;
	margin-bottom:20px;
	padding:18px 20px 18px 305px;
	-webkit-box-shadow:1px 1px 0 0 #c2c2c2;
	box-shadow:1px 1px 0 0 #c2c2c2;
}
.apb-title {
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	text-transform:uppercase;
	margin:0 0 23px;
}
.apb-title strong {
	color:#25354d;
	font-weight:800;
}
.apb-title-ast {
	font-size:14px;
	vertical-align:top;
	position:relative;
	top:-0.5em;
}
.apb-app-links, .apb-qr {
	padding-left:38px;
}
.apb-note {
	font-size:12px;
	line-height:14px;
	margin-left:40px;
	color: white;
}
.apb-app-links {
	margin-bottom:18px;
}
.apb-app-links a {
	margin-right:8px;
}
.apb-app-links a, .apb-app-links a:hover {
	text-decoration:none;
}
.apb-app-links img {
	vertical-align:top;
}
.apb-qr-inp, .apb-qr-sbt {
	padding:9px 10px;
}
.apb-qr-inp {
	background-color:#fff;
	border:0;
	width:220px;
	-webkit-border-radius:0;
	border-radius:0;
}
.apb-qr-sbt {
	background:#4f4fd6;
	border:0;
	color:#4f4fd6;
	cursor:pointer;
	width:67px;
	position:relative;
}
.apb-qr-sbt:hover, .apb-qr-sbt:hover:after {
	background-color:#5959e9;
	color:#5959e9;
}
.apb-qr-sbt:after {
	content:'';
	background-color:#4f4fd6;
	background-position:-37px -20px;
	width:17px;
	height:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -8px;
}
.about-promo-info {
	background-color:#fff;
}
.about-promo-info li {
	border-left:1px solid #d3f1c6;
	color:#6a7f8c;
	float:left;
	width:216px;
	padding:13px 15px 15px;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.about-promo-info li:first-child {
	border-left-width:0;
}
.api-count {
	color:#54ba4a;
	font-family:'Trebuchet MS', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:600;
	line-height:36px;
	word-spacing:3px;
	margin-bottom:2px;
	align-content: center;
}
.cat-p-header {
	border-bottom:2px solid #e0e8ea;
	padding-bottom:11px;
	margin-bottom:20px;
}
.cat-p-h-l {
	float:left;
/*	min-width:300px; */
	margin-right:14px;
	margin-bottom:5px;
}
a.cat-p-h-l, .cat-p-h-l a {
	text-decoration:none;
}
a.cat-p-h-l:hover, .cat-p-h-l a:hover {
	color:inherit;
}
.cat-p-title {
	color:#54ba4a!important;
	font-size:24px!important;
	line-height:28px!important;
	font-weight:bold!important;
	margin:0!important;
}
.cat-p-title a {
	color:#54ba4a!important;
}
.cat-p-count {
	color:#6a7f8c;
	font-size:15px;
}
.cat-p-h-r, .cat-p-subs {
	overflow:hidden;
}
.cat-p-subs {
	text-align:right;
	font-size:13px;
	line-height:18px;
	height:18px;
	margin:16px 0;
	padding:1px 0;
}
.cat-p-subs li {
	display:inline;
	display:inline-block;
	margin-left:21px;
	min-height:18px;
	white-space:nowrap;
}
.cat-p-h-r .btn {
	float:right;
	margin-top:9px;
	margin:9px 0 9px 25px;
	text-transform: uppercase;
}
.cat-p-header {
	border-bottom: 2px solid #e0e8ea;
	padding-bottom: 11px;
	margin-bottom: 20px;
}
.btn-sec, .btn-sec:hover, .btn-sec:active {
	background-color:transparent;
}
.btn-sec {
	border:1px solid #ced1d1;
	color:#6a7f8c !important;
	font-size:11px;
	font-weight:normal;
	padding:9px 15px;
}
.btn-sec:hover {
	border-color:#55cd49;
	color:#55cd49 !important;
}
.btn-sec:active {
	border-color:#54ba4a;
	color:#54ba4a !important;
}
.banner, .banner img, .banner iframe {
	vertical-align:top;
}
.item-thumb-lbls {
	position:absolute;
	top:10px;
	left:10px;
	z-index:9;
}
.ad-lbl-vip {
	background-position:-129px 0;
	width:28px;
	height:28px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
	text-align:left;
}
.item-thumb-title {
	display:none;
	font-size:14px;
	font-weight:400;
	line-height:1.428571;
	margin-bottom:8px;
	padding-bottom:5px;
	position:relative;
	overflow:hidden;
	max-height:156px;
}
.item-thumb-title:before {
	content:'';
	display:block;
	width:26px;
	height:32px;
	margin-bottom:19px;
}
.item-thumb-noimg .item-thumb-title:after {
	content:'';
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwMxgHHbvhM8xChkAWIBYhUKE6tQlFiF4sQqlCBWoSTVTRSnuq+FqRozAAEGAJvOBltLclTKAAAAAElFTkSuQmCC);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:13px;
}
.item-thumb-noimg .item-thumb-price {
	background-image:none;
}
.item-thumb-noimg .item-thumb-title {
	display:block;
	margin-bottom:3px;
	padding-bottom:10px;
}
.items-cols4 .item-thumb-title {
	max-height:215px;
}
.ads-more-link {
	margin:20px 0;
	text-align:center;
}
.links-list {
	margin-bottom:0 !important;
}
.links-list li, .links-list a {
	display:block;
}
.links-list a {
	padding:4px 0;
}
.expand-links-list {
	margin-top:14px;
}
.tabs-nav {
	margin-bottom:10px;
}
ul.tabs-nav li {
	display:inline;
}
.nav-tab-link {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 45px 10px 0;
}
.more-ads-by {
	margin-bottom:22px;
}
.hid, .show-hid .hid-inverse {
	display:none !important;
}
.show-hid .hid {
	display:block !important;
}
.show-hid span.hid {
	display:inline !important;
}
.popular-searches {
	padding-top:4px;
	margin-bottom:14px;
}
.popular-searches li, .popular-searches a {
    display:inline;
	padding:0;
}
.popular-searches li {
    margin-right:4px;
}
.site-info, .start-selling {
	border-top:1px solid #c8cdce;
	padding-top:20px;
	margin-bottom:28px;
}
.start-selling {
	text-align:center;
	font-size:0.1px;
}
.start-selling:after {
	content:'';
	display:inline-block;
	width:100%;
}
.ss-helper {
	display:inline-block;
	vertical-align:middle;
}
.ss-helper, .ss-btn {
	font-size:13px;
	padding: 0 50px;
}
.ss-title {
	color:#1f2124;
	font-size:26px;
	font-weight:bold;
	margin:0 0 1px;
}
.ss-title:first-child {
	margin-top:-4px;
}
.ss-subtitle {
	color:#6d6e70;
	font-size:18px;
	text-align: left;
}
.ss-btn {
	margin:10px 0;
}



.hide {
	visibility: hidden;
}

.header-avatar {
    height: 28px;
    width: 28px;
    display: inline-block;
}

.text-avatar {
    border-radius: 15px;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    background: #b4bfc5;
    color: white;
    font-family: 'Open Sans Semibold', sans-serif;
    font-weight: bold;
    margin-right: 5px;
}
.cat-icon {
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
}

.ads-by-cities {
    display:flex;
    flex-direction: column;
    /*height: 127px;*/
    width:100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.premium-thumb {
	width:225px;
	height:274px;
	position: relative;
}

.premium-thumb .premium-min {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 65px;
	height: 19px;
	display: block;
}


.new-items-thumb {
    width:176px;
    height: 215px;
}
.category-icon, .cat-preview-icon {
	font-family: icomoon;
	font-size: 24px;
	margin-bottom: 2px;
	color: inherit;
}
.cat-preview-icon {
	font-size: 45px;
	color: #54ba4a;
	float: left;
	margin: -5px 20px 0px 0;
}
.category-icon:hover {
	color: inherit;
}
.body-content {
	padding: 0;
	margin: 0;
}
.nav-tabs-link {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 45px 10px 0;
}

#sell-your-stuff-bottom {
		/*float: right;*/
		/*vertical-align: baseline;*/
	/*margin-right: 50px;*/
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}

.tags {
	margin: 0 10px;
}

.tags h2.item-h2 {
	font-size: 15px;
	float: left;
	margin: 0 5px 0 0;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;

}
.ui-menu-item {
	border-bottom: 1px solid #f0f0f0;
	color: #353d3a;
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ui-menu-item .category-tip{
	font-weight: bold;
	font-style: italic;
	color: #2a6496;
}
.ui-state-hover,.ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}
.row {
	margin: 0 !important;
}
.payment-ads a {
	color: #3498db!important;
}
.btn-main-transp, .btn-main-transp:hover, .btn-main-transp:focus, .blue-transp, .blue-transp:hover, .blue-transp:focus {
	color: #3ba7f0;
}
#search_input {
	width: 100%;
}
.sm-submit {
	text-transform: uppercase;
}
.payment-ads .btn, .payment-ads .btn:hover {
	color: #3498db;
}
.btn.sm {
	border-radius: 2px;
	padding: 0.645em 1.575em;
}

.i-more {
	color: #00aa00;
}

.right-banner {
	margin-right: 4px;
}

.more-ads-by .tabs-content {
	width: 100%;
}

.footer .cols {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.rights-reserved {
	display: inline-block;
	width: 200px;
	color: white;
}
.logo-block {
	display: inline;
}
.sitemap-page {
	display: inline-block;
	padding: 0 10px;
	width: 100%;
}
.sitemap-page h1 {
	font-size: 25px;
}
.sitemap-page h2 {
	font-size: 20px;
	margin:  5px 0;
}
.sitemap-page .childrens-list {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.sitemap-page .childrens-list a {
	font-size: 12px;
}
ul.sitemap-menu {
	list-style: none;
	height: 20px;
}
ul.sitemap-menu li {
	float: left;
	font-size: 12px;
	padding: 0px 10px 0 0;
}
ul.sitemap-menu li a {
	outline: none;
	color: #0066cc;
}
ul.sitemap-menu li.active {
	color: #4AB248;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.sitemap-page .srow {
	width: 100%;
	float: left;
	display: block;
}
.sitemap-page .scol {
	float: left;
	width: 20%;
	margin-right: 3%;
}
.sitemap-page .scol  a{
	float: none;
	display: block;
}

.ads-more-link .btn-sec {
	text-transform: uppercase;
}

.start-selling-container {
	display: inline-block;
	text-align: center;
	/*text-transform: uppercase;*/
}

.start-selling-container h3 {
	font-size: 22px;
}

.hdr-link-el .i-expand:after {
	left: 7px;
	top: 1px;
	position: relative;
	margin-left: 0;
}

.fullwidth {
	width: 1000px;
	margin-left: -15px;
	margin-right: -15px;
}
.premium-ads-container {
	padding: 0 15px;
}

.promo-main {
	padding-bottom: 20px;
}

.country-select .dropdown-menu a {
	padding-left: 39px;
}

.header-account-link .dd-menu {
	width: 200px;
}

.header-account-link .nav-dd-list {
	padding: 0;
	width: 100%;
}

#language_switcher .nav-dd-list {
	width:200px;
	padding: 0;
}

.messages-container {
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	display: inline;
}

.static-pages-links {
	display: inline;
}

.footer-links li {
	margin: 0px;
	padding: 5px 0 0;
}

#footer-holder {
	display: block;
}
.section-promo {
	margin-top: 25px;
	margin-bottom: 30px;
}

.section-promo + .cat-preview {
	margin-top: 40px;
}
.user-typing {
	display: none;
	background-image: url(/img/layout/typing.gif);
	width: 50px;
	height: 50px;
	background-size: contain;
	position: absolute;
	margin-top: -26px;
	margin-left: 15px;
}
#li-template {
	display: none;
}
.filter-links h2 {
	font-size: 18px;
}

.info-message {
	padding: 18px;
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}
.info-message .btn {
	position: absolute;
	right: 48px;
	top: 15px;
	background-color: inherit;
	border: solid 1px #fff;
	font-size: 13px;
	padding: 3px;
}
.info-message .btn-close {
	position: absolute;
	right: 18px;
	top: 19px;
	width: 16px;
	height: 16px;
	background: url('/img/layout/close.gif');
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
}
.msg-pink {
	background-color: #f49b9d;
}
.msg-blue {
	background-color: #834bae;
}


#post-ad-form .error-message {
	margin-left: 240px;
}
.msg-status {
	position: absolute;
	right: 45px;
	font-size: 11px;
	font-weight: 400;
	margin-top: -35px;
	color: #a1a8bd;
}
.ad-detail {
	float: left;
	width: 100%;
	padding-right: 20px;
	margin-bottom: 16px;
}
.ad-detail dt {
	color: #a1a8bd;
	clear: left;
	font-weight: normal;
	float: left;
	margin-right: 25px;
	font-size: 14px;
}
.ad-detail dt, .ad-detail dd {
	margin-bottom: -2px;
	padding: 7px 0;
	line-height: 20px;
}
.ad-detail dd {
	overflow: hidden;
}

.ad-detail .ad-detail-item{
	width: 50%;
	float:left;
}
.seo-text.limmited {
	max-height: 200px;
	overflow: hidden;
}
.seo-wrapper .seo-spoiler {
	display: block;
	padding: 0px 41%;
	text-align: center;
	margin-left: -50px;
	color: #6a7f8c;
}
.loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}
.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	background: url(../img/layout/loader.gif) no-repeat;
	background-size: 100%;
}

#post-ad-form .price-row{
	display: inline-block;
}
.online-icon {
	background: url(/img/layout/online.gif) no-repeat;
	width: 45px;
	height: 15px;
	display: inline-block;
	margin-top: 3px;
	margin-left: 5px;
	position: absolute;
}
.ad-params {
	position: absolute;
	right: 60px;
	width: 245px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	top: 44px;
}
.btn-description {
	color: #00aa00;
	cursor: pointer;
}

.file-input-label {
	border: 1px solid #a4a6a7;
	text-transform: uppercase;
	color: #32414b;
	font-size: 10px;
	cursor: pointer;
	line-height: 1;
	padding: 5px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}

.file-input-label:hover {
	background-color: #e3ebef;
	color: #000;
}

.input-file-empty-path,
.input-file-path {
	line-height: 1.7;
	margin-right: 20px;
}

#send-msg-form .phone-btn{
	border: 0;
	padding-left: 0;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
}

#send-msg-form .phone-btn.phone-showed:hover {
	cursor: default;
}

#send-msg-form .phone-btn:hover, #send-msg-form .phone-btn:focus{
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.fullwidth .container {
    width: 1000px;
    margin-left: 15px;
    margin-right: 15px;
}


.pro_icon {
	float: left;
	margin: 20px 0 0;
	min-height: 14px;
	width: 33px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ed145b;
	color: #feffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.01em;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
}

.adv-basic-info .pro_icon, .details .pro_icon {
	margin: 5px 5px 0 0;
}
.details .pro_icon {
	margin: 0 5px 0 0;
}

.account-main-nav .pro_icon {
	float: none;
	margin: 0;
	position: absolute;
	right: -33px;
	top: 12px;
}
.account-main-nav .active .pro_icon {
	top: -10px;
}

.account-main-nav .link-pro {
	position: relative;
}

body {
    background-color: #f0f6f6;
    font-size: 13px;
}

a {
	color: #337ab7
}

.top-filters .row:before, .top-filters .row:after {
    display: none;
}

.listing-search-row #search_button {
    height: 45px;
}

.header-user-message-btn, .header-user-message-btn:hover {
	text-decoration: none;
}

.ui-helper-hidden-accessible {
	display: none;
}

.modal-map {
	background-color: rgba(0,0,0,.5);
}

.modal-map .modal-dialog {
	margin-top: 70px;
}

.modal-map .modal-header {
	display: block;
	word-break: break-word;
}

.modal-map .modal-header .close {
	float: right;
}

#post-ad-form .select2-selection__rendered {
	padding-left: 0;
}
.static-page {
	padding: 0 30px!important;
}

.static-page li {
	list-style: disc;
}