/* ==========================================================================
   Import Font Face
   ========================================================================== */
@import "../fonts/font-face.css";

.aminate-header{
	/*position: fixed;*/
	width: 100%;
	z-index: 300;
	height: auto;
}
body{
	font-family: "Open Sans", Arial, Helvetica, sans-serif; ;
	font-size: 15px;
	background: #fff;
}
input, button, a, textarea {
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	line-height: 20px;
}
var{
	font-style: normal;
}
p{
	line-height: 20px;
}
ul, ol, li {
	list-style-type: none;
}
/* .icon:before{
	content: attr(data-icon);
	font-family: "Pictos";
	line-height: 0px;
	margin-right: 5px;
	font-weight: normal;
} */

/*--header bar---*/

.header-bar {
	background: none repeat scroll 0 0 #272C2E;
    height: 45px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    /*margin-bottom: -10px;*/
}
.header-bar .logo-menu {
	position: relative;
	height: 100%;
}
.header-bar .logo-menu .arrow-back {
	position: absolute;
	top: 6px;
	left: 15px;
	font-size: 32px;
	color: #939c9f;
}
.header-bar .header-icon {
	position: absolute;
	top: 7px;
	right: 7px;
}
.header-bar .header-icon > .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 14px;
}
.header-bar .header-icon > .cart-icon {
	float: left;
	margin-top: 6px;
}
.header-bar .header-icon > .cart-icon a {
	position: relative;
}
.header-bar .header-icon > .cart-icon .count_basket {
	position: absolute;
	top: -6px;
	right: -6px;
	font-size: 11px;
}
.header-bar .header-icon .post-ad-icon {
	float: left;
	font-size: 16px;
	margin-top: 6px;
	color:#FFF;
}
.header-bar .header-icon > .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.block-post-ads {
	position: fixed;
	right: 12px;
	bottom: 12px;
	height: 22px;
	width: 22px;
	z-index: 1000;
	background: #FFF;
}
.block-post-ads .post-ad-icon {
	display: inline-block;
	font-size: 40px;
	color: #8e44ad;
	margin-top: -9px;
	margin-left: -6px;
}
.semibold{
	font-weight: 600;
}
.logo a {
	color: #fff !important;
	font-weight: normal;
	font-weight: 1.25em;
	display: block;
	text-decoration: none;
	font-family: "Open Sans";
}
.ui-header .ui-title{
	margin: 0;
}
.clearfix {
	clear: both;
}
.search{
	position: relative;
}
.search-text{
	background: #eceeed;
	height: 45px;
	margin-right: 50px;
	box-sizing: border-box;
	padding: 6px 12px 6px 39px;
	
}
.search-text.search-seller {
	padding-left:16px;
}
.search-text .txt_search,
.search-text .txt_search_seller {
	border: none;
	background: none;
	box-shadow: none;
	color: #adb2b0;
	font-size: 1em;
	font-family: "Open Sans";
	font-weight: 300;
	text-shadow:none;
	padding: 0.4em 0;
	width: 100%;
	line-height: normal;
}

.search-text .icon {
	top: 15px;
	left: 13px;
	position: absolute;
	color: #adb2b0;
	font-size: 1em;
	width: 20px;
}
.search .search-btn, .search .search-btn-seller{
	position: absolute;
	right: 0px;
	top: 0;
	color: #FFF;
    cursor: pointer;
    display: block;   
    font-size: 1.45em;
    text-decoration: none;
    background: #8e44ad;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 43px;
}
.search .search-btn.active {
	background: #FFF;
}
.search .search-btn.active i {
	color: #8e44ad;
}
.ui-body-c .search-btn.tapped {
	color : #aaa;
	background: #fff;
}
.icon-header a{
	background: #fff;
	padding: 65px 9px 40px 18px;
	color: #797B7F !important;
    cursor: pointer;
    display: block;   
    font-size: 1.45em;
    text-decoration: none;
}

.menu-filter {
    position: absolute;
    width: 100%;
    z-index: 10;
    height: auto;
    display: none;
    overflow: hidden;
    background: #eff3f5;
    box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
    -moz-box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
    -webkit-box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
    /*-webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;*/
}
.menu-filter.active {
	/*height: 160px;*/
}
.menu-filter-inner {
    background: #eff3f5;  
    position: relative;
    padding-bottom: 10px;
}

.collapsible-filter {

}
.collapsible-filter h4 {
	display: block;
	padding: 10px 14px;
	position: relative;
	border-bottom: 1px solid #d4d7d9;
}
.collapsible-filter h4 span.text {
	color: #5f6367;
    cursor: pointer;
    display: inline-block;
    font-size: .8em !important;
    font-weight: normal;   
    font-family: "Open Sans";
}
.collapsible-filter h4 span.text.rotate {
	color: #a9adb0;
}
.collapsible-filter h4 > i{
	float: right;
	color: #5f6367;
	margin-right: 2px;
	margin-top: 3px;
}
.collapsible-filter .content-category {
	display: none;
}

.collapsible-filter.active .content-category {
	display: block;
}
.arrow-dropdown {
	-webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.arrow-dropdown.rotate {
	transform: rotate(90deg);
	color: #a9adb0;
}

.filter-search-btn {
	z-index: 20;
	position: relative;
}
.mobile-sidebar{
    margin: 90px  15px 10px 15px;
}
.menu-header {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	z-index: 10;
	background: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
    -moz-box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
    -webkit-box-shadow: rgba(50, 50, 50, 0.34902) 0px 5px 5px 0px;
}
.menu-left-top, .menu-add-static {
}
.menu-left-top .sub-menu {
	padding-top: 9px;
}
.menu-left-top .sub-menu li {
	padding-right: 0;
	border-top: 1px solid #e9ebec;
	border-bottom: none;
}
.menu-left-top .sub-menu li a {
	padding-left: 30px;
}
.menu-left-top .sub-menu li:last-child {
	padding-bottom: 0;
}
.menu-left-top li, .menu-add-static li {
	padding: 9px 0;
	list-style-type: none;
	border-bottom: 1px solid #e9ebec;
}
.menu-left-top li a, .menu-add-static li a {
	position: relative;
	display: block;
	color:#5f6367;
	text-decoration: none;
	line-height: 1.14;
	padding-left: 15px;
	margin-right: 15px;
}
.menu-left-top li a:after, .menu-add-static li a:after {
	content: "\f061";
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #5f6367;
}
.menu-add-static li:last-child {
	border-bottom: none;
}
.ui-listview{
	margin-top: 0 !important;
}
.listindex .list-divider{
	height: auto !important;
}
/* .listindex .list-divider h2{
	margin-bottom: 5px ;
} */
.ui-content h2 {
    color: #797B7F !important;
    font-size: 1.2em;
    font-weight: normal;
    margin: 25px 0;
	overflow: visible;
}
.latest-list > li{
	position: relative;
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden !important;
	height: 85px;
	border-bottom: 1px solid #dbdbdb;
	list-style-type: none;
}
.latest-list > li.no-result {
	padding: 20px;
	height: auto;
	border-bottom: none;
}
.latest-list > li > a {
	display: block;
	position: relative;
	height: 85px;
}
.list-divider h2{
	font-size:16px;
	font-family:'Open Sans', Arial, sans serif;
	font-weight:400;
	margin: 10px 15px;
	color: #797b7f;
}
.ui-listview li.ui-btn{
	background: #fff;
}
ul#ad_location-menu li.ui-btn-active{
	background:linear-gradient(#5393c5, #6facd5) repeat scroll 0 0 #5393c5;
}
.ui-listview li.ui-btn:hover{
	background: #eceeed;
}
.ui-listview li:last-child{
	border-bottom: 1px solid #dbdbdb;
}
.title-latest{
	margin: 0px -25px -10px -25px !important;
	background: #fff;
	padding: 30px 0px 10px 45px;

}
.product-img {
    height: 85px;
    overflow: hidden;
    position: absolute;
    width: 85px;
    top: 0;
}
.product-img img{
	width:100%;
	height: 85px;
	font-weight: normal;
	font-size: 18px;
}
.product-img span.flag {
    /*background: url("../img/flag.png") no-repeat;*/
	display: block;
	height: 25px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 15px;
	background-size: cover;
	color: #FFD263;
}
.product-text {
	left: 85px;
	padding-left: 15px;
	position: absolute;
	top: 0;
	width: 80%;
	height: 85px;
    display: block;
}
.product-text .wrap-product-text {
	position: relative;
	width: 100%;
	height: 100%;
}
.wrap-product-text .wrap-text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 90%;
}
.wrap-product-text .wrap-text .btn-add-cart {
	color: #3784c5;
}
.wrap-product-text .wrap-text .btn-add-cart i {
	margin-right: 5px;
}
.product-text .text {
	display: block;
	font-size: 1em;
	font-weight: 300 !important;
	line-height: normal;
	/*padding-top: 20px;*/
	overflow: hidden;
	font-family: "Open Sans";
	max-height: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* margin-top: 8px; */
}
.product-text .text{
	color: #37393A !important;
}
.product-text .price {
    color: #D84F38;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
	padding-top: 2px;
    font-family: "Open Sans";
    line-height: normal;
    margin-bottom: 10px;
}
.product-text .address {
    color: #ADAFB0;
    /*float: left;*/
    font-size: .8em;
    padding-top: 5px;
    font-family: "Open Sans";    
    font-weight: normal;
}
.product-text .warning-text {
	display: block;
	font-size: 14px;
	font-weight:600;
	color: #f44336;
	margin-top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-text .warning-text i {
	font-size: 12px;
	margin-right: 4px;
}
.product-text .error-text {
	display: block;
	font-weight: 700;
	color: #3784c5;
	margin-top: 6px;
}

.price-address .address  i{
	color:#9ca29e;
}
.ui-listview .ui-li .ui-btn-text a.ui-link-inherit{
	text-overflow: ellipsis;
	overflow: visible !important;
	white-space: normal !important;
}
.menu-filter-inner .ui-icon{
	display: none;
}
.ui-collapsible .ui-btn{
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: none !important;
	background: #fff;
	padding: 0px !important;
	border-bottom: 1px solid #e9ebec;
	box-shadow: none !important
}
/* .ui-collapsible.ui-collapsible-collapsed .ui-btn-text{	
	color: #5f6367;
    cursor: pointer;
    display: block;
    font-size: .8em !important;
    font-weight: normal;   
    font-family: "Open Sans";
    padding-bottom: 9px;
} */
.ui-collapsible .ui-btn-text{	
	color: #a9adb0;
	cursor: pointer;
    display: block;
    font-size: .8em !important;
    font-weight: normal;   
    font-family: "Open Sans";
    padding-bottom: 9px;
}
.ui-collapsible.ui-corner-all{
	border-radius: 0px !important;
}
.ui-collapsible-content{
	border-bottom: 1px solid #e9ebec;
}
.ui-collapsible.ui-collapsible-collapsed .arrow {
    background: url("../img/arrow.png") no-repeat scroll -30px 0 transparent;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 23px;
    top: 0;
    width: 25px;
}
.ui-collapsible.ui-collapsible-collapsed i{
	cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	-moz-transform:rotate(0deg);
}
.ui-collapsible .arrow {
    background: url("../img/arrow.png") no-repeat scroll 0px 0 transparent;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 0;
    width: 25px;
}
.ui-collapsible i{
	cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-moz-transform:rotate(90deg);
}
.list-function .type-job .flags{
	width: 8px;
	height: 12px;
	background: url(../img/job-label.png) no-repeat;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}
.list-function .type-job.color-1{
	color: #222222;
}
.list-function .type-job.color-1 .flags{
	background-position: 0px -3px;	
	
}

.list-function .type-job.color-2{
	color: #fe2712;
}
.list-function .type-job.color-2 .flags{
	background-position: -8px -3px;	
	
}
.list-function .type-job.color-3{
	color: #fd5308;
}
.list-function .type-job.color-3 .flags{
	background-position: -16px -3px;
}
.list-function .type-job.color-4{
	color: #fb9902;
}
.list-function .type-job.color-4 .flags{
	background-position: -24px -3px;
}
.list-function .type-job.color-5{
	color: #f9bc02;
}
.list-function .type-job.color-5 .flags{
	background-position: -32px -3px;
}

.list-function .type-job.color-6{
	color: #fffe34;
}
.list-function .type-job.color-6 .flags{
	background-position: -40px -3px;
}
.list-function .type-job.color-7{
	color: #d1ea2c;
}
.list-function .type-job.color-7 .flags{
	background-position: -48px -3px;
}
.list-function .type-job.color-8{
	color: #66b033;
}
.list-function .type-job.color-8 .flags{
	background-position: -56px -3px;
}
.list-function .type-job.color-9{
	color: #0392ce;
}
.list-function .type-job.color-9 .flags{
	background-position: -64px -3px;
}
.list-function .type-job.color-10{
	color: #0247fe;
}
.list-function .type-job.color-10 .flags{
	background-position: -72px -3px;
}
.list-function .type-job.color-11{
	color: #3e01a4;
}
.list-function .type-job.color-11 .flags{
	background-position: -80px -3px;
}
.list-function .type-job.color-12{
	color: #8601b0;
}
.list-function .type-job.color-12 .flags{
	background-position: -88px -3px;
}
.list-function .type-job.color-13{
	color: #a7194b;
}
.list-function .type-job.color-13 .flags{
	background-position: -96px -3px;
}
.list-function .type-job.color-14{
	color: #444444;
}
.list-function .type-job.color-14 .flags{
	background-position: -104px -3px;
}
.list-function .type-job.color-15{
	color: #fe6759;
}
.list-function .type-job.color-15 .flags{
	background-position: -112px -3px;
}
.list-function .type-job.color-16{
	color: #fe8652;
}
.list-function .type-job.color-16 .flags{
	background-position: -120px -3px;
}
.list-function .type-job.color-17{
	color: #fcb74d;
}
.list-function .type-job.color-17 .flags{
	background-position: -128px -3px;
}
.list-function .type-job.color-18{
	color: #fbd04d;
}
.list-function .type-job.color-18 .flags{
	background-position: -136px -3px;
}
.list-function .type-job.color-19{
	color: #fffe71;
}
.list-function .type-job.color-19 .flags{
	background-position: -144px -3px;
}
.list-function .type-job.color-20{
	color: #dff06b;
}
.list-function .type-job.color-20 .flags{
	background-position: -152px -3px;
}
.list-function .type-job.color-21{
	color: #94c870;
}
.list-function .type-job.color-21 .flags{
	background-position: -160px -3px;
}
.list-function .type-job.color-22{
	color: #4eb2dd;
}
.list-function .type-job.color-22 .flags{
	background-position: -168px -3px;
}
.list-function .type-job.color-23{
	color: #4d7efe;
}
.list-function .type-job.color-23 .flags{
	background-position: -176px -3px;
}
.list-function .type-job.color-24{
	color: #784dbf;
}
.list-function .type-job.color-24 .flags{
	background-position: -184px -3px;
}
.list-function .type-job.color-25{
	color: #aa4dc8;
}
.list-function .type-job.color-25 .flags{
	background-position: -192px -3px;
}
.list-function .type-job.color-26{
	color: #c15e81;
}
.list-function .type-job.color-26 .flags{
	background-position: -200px -3px;
}
.list-function .type-job.color-27{
	color: #b0b0b0;
}
.list-function .type-job.color-27 .flags{
	background-position: -208px -3px;
}
.list-function .type-job.color-28{
	color: #ffa9a0;
}
.list-function .type-job.color-28 .flags{
	background-position: -216px -3px;
}
.list-function .type-job.color-29{
	color: #feba9c;
}
.list-function .type-job.color-29 .flags{
	background-position: -224px -3px;
}
.list-function .type-job.color-30{
	color: #fdd69a;
}
.list-function .type-job.color-30 .flags{
	background-position: -232px -3px;
}
.list-function .type-job.color-31{
	color: #fde49a;
}
.list-function .type-job.color-31 .flags{
	background-position: -240px -3px;
}
.list-function .type-job.color-32{
	color: #ffffae;
}
.list-function .type-job.color-32 .flags{
	background-position: -248px -3px;
}
.list-function .type-job.color-33{
	color: #edf7ab;
}
.list-function .type-job.color-33 .flags{
	background-position: -256px -3px;
}
.list-function .type-job.color-34{
	color: #c2dfad;
}
.list-function .type-job.color-34 .flags{
	background-position: -264px -3px;
}
.list-function .type-job.color-35{
	color: #9ad3eb;
}
.list-function .type-job.color-35 .flags{
	background-position: -272px -3px;
}
.list-function .type-job.color-36{
	color: #9ab5ff;
}
.list-function .type-job.color-36 .flags{
	background-position: -280px -3px;
}
.list-function .type-job.color-37{
	color: #b299db;
}
.list-function .type-job.color-37 .flags{
	background-position: -288px -3px;
}
.list-function .type-job.color-38{
	color: #cf99df;
}
.list-function .type-job.color-38 .flags{
	background-position: -296px -3px;
}
.list-function .type-job.color-39{
	color: #dca3b7;
}
.list-function .type-job.color-39 .flags{
	background-position: -304px -3px;
}
.list-function .type-job.color-40{
	color: #f0f0f0;
}
.list-function .type-job.color-40 .flags{
	background-position: -312px -3px;
}

a.btn-blue{
	text-decoration: none;
	color: #ffffff !important;
	font-size: 1.25em !important;
	font-family: "Open Sans" !important;
	text-shadow: none !important;
	font-weight: normal !important;
	margin: 10px 25px 5px;
}

.btn-blue, .ui-select .ui-btn{
	color: #777777 !important;
	background: #3784c5;
	text-align: center; 	
}

.btn-blue:hover, .ui-select .ui-btn:hover{
	background: #3e85c2;

}
.btn-wide{
	display: block;
	margin: 10px 0;
	padding: 15px;
	border-radius: 3px;
}
.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner{
	padding: 10px 0 5px 10px;
}
.ui-collapsible-inset .ui-collapsible-heading{
	border-bottom: 1px solid #e9ebec;
	border-radius: 0px;
}
.ui-collapsible-inset .ui-collapsible-content{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #e9ebec !important;
}
.catelory-items {
	max-height: 210px;
	overflow-y: scroll;
	z-index: 11;
}
.catelory-items li {
    border-bottom: 1px solid #E9EBEC;
    padding: 10px 0;
    position: relative;
    list-style: none;
}
.catelory-items li:last-child {
    border-bottom: none;
}
.catelory-child li:last-child {
	padding-bottom: 0;
}
.catelory-items > li > a {
    color: #5F6367;
    /*font-size: .8em !important;*/
    text-decoration: none;
    font-family: "Open Sans";
    font-weight: normal;
}
.catelory-items li a.ui-link:hover {
    color: #5F6367;
}
.catelory-items li a.ui-link:hover .dot {
    background: none repeat scroll 0 0 #DEE3E6;
}
.catelory-items li a.active {
    color: #88CA60;
}
.catelory-items li a.active .dot {
    background: none repeat scroll 0 0 #88CA60;
}
.catelory-items .dot {
    background: none repeat scroll 0 0 #DEE3E6;
    border-radius: 18px 18px 18px 18px;
    display: block;
    float: left;
    height: 10px;
	margin-right: 10px;
	margin-top: 4px;
	width: 10px;
}
.category-list .content-category {
	padding:0;
	max-height: inherit;
}
.category-list .catelory-items {
	height: auto;
	max-height: inherit;
}
.category-list .catelory-items > li > .border-bottom {
	position: relative;
	margin: 0 20px;
}
.category-list .catelory-items > li > .border-bottom > a {
	color: #5f6367;
}
.category-list .catelory-items > li > .border-bottom > i {
	position: absolute;
	right: 0;
	top: 0;
	color: #5f6367;
	transition: all .2s ease;
}
.category-list .catelory-items > li > .border-bottom.active > a {
	color: #a9adb0;
}
.category-list .catelory-items > li > .border-bottom.active > i {
	transform: rotate(90deg);
	color: #a9adb0;
}
.category-list .catelory-items > li > .border-bottom > a span {
	display: none;
}
.category-list .catelory-items .catelory-child {
	display: none;
}
.catelory-child {
    border-top: 1px solid #E9EBEC;
    margin-top: 10px;
}
.catelory-child li {
	margin-left: 24px;
    margin-right: 24px;
}
.catelory-child li a {
    color: #5f6367;
    text-decoration: none;
}
.content-category{
	/*border-bottom: 1px solid #d4d7d9;*/
	padding: 0px 25px;
	max-height: 250px;
	/*display: none;*/
}
	
.post-classified {
	padding:15px 0 !important;
}


.post-ad-error {
	color: #E18972;
	padding: 10px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.list-categories .title-categories , .post-classified .page-title{
	color: #797b7f;
	font-size: 16px;
	padding: 5px 15px 10px;
	border-bottom: solid 1px #e9e9e9;
	
}
.list-categories .content-category{
	padding: 0 !important;
}
.list-categories .content-category .catelory-items {
	max-height:none ;
}
.list-categories .content-category .catelory-items > li {
	padding:15px !important;
}
.list-categories .content-category .catelory-items li .border-bottom a.ui-link .dot {
	display:none;
}
.list-categories .content-category .catelory-items li .border-bottom a{
	font-weight:600;
	font-size: 13px !important;
}
.list-categories .content-category .catelory-items li .border-bottom .fa-arrow-right{
	float:right;
	color: #d6d6d6;
}
.list-categories .content-category .catelory-items li .border-bottom i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.list-categories .content-category .catelory-items li.active .border-bottom i {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.list-categories .content-category .catelory-items .catelory-child{
	padding-left:0 !important;
}
.list-categories .content-category .catelory-items .catelory-child ul{
	padding-left:20px !important;
}
.ui-collapsible-content{
	padding: 0px;
}
.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading{
	border-bottom: none;
	color:#e9e9e9;
}
.icon-back {
    background: url("../img/arrow.png") no-repeat scroll -58px 0 transparent;
    display: block;
    height: 25px;
    left: 30px;
    position: absolute;
    top: 28px;
    width: 30px;
}
.profile-seller {
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.profile-info {
	padding: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	text-align: left;
}
.edit-profile-content .profile-seller > i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 22px;
}
.edit-profile-content .profile-seller img {
	/*opacity: 0.8;*/
}
.edit-profile-content .profile-seller .input-file.upload-profile {
    position: absolute;
    left: 50%;
    top: 50px;
    font-size: 20px;
    transform: translateX(-50%);
}
.avatar-96, .img-circle{
	border-radius: 500px 500px 500px 500px;
}
.edit-profile-content .profile-seller {
	border: none;
	padding-bottom: 0;
}
.profile-seller img {
	/*margin: 5% 20% 3% 20%;*/
	margin-top: 10px;
	width: 96px;
	height: 96px;
	border-radius: 50px;
}
.text-profile h1 {
    color: #3C3F3D;
    display: block;
    font-size: 1.85em;
    font-weight: 300;
    font-family: "Open Sans";
	line-height: 30px;
}
.text-profile .sub-intro {
    color: #ADAFB0;
    font-size: 1.2em;
    font-family: "Open Sans";
    padding-top: 10px;
    display: block;
}
.title-listing {
    border-bottom: 1px solid #D6D9D7;   
    /*margin: 0px -15px;*/
    padding: 15px;

}
.title-listing .text {
    color: #252525;
    font-size: 1.2em;
    line-height: 1em;
    font-family: "Open Sans";
    font-weight: 300;
	margin-top: 10px;
	display: block;
}
.price-address {
    padding: 15px;
	overflow: hidden;
}
.price-address .price {
    color: #CA412E;
    float: left;
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Open Sans";
	width:36%;
}
.price-address .address {
	width:64%;
	float:left;
	text-align:right;
}
.price-address .address .icon {
    color: #9CA29E;
    font-size: 1.4em;
    margin-top: -2px;
    font-family: "Open Sans";
}
.price-address .address .text {
    color: #9CA29E;
    font-size: 1.2em;
    text-decoration: underline;
    font-family: "Open Sans";
}
.content-listing {
    background: none repeat scroll 0 0 #ecf1ed;
    /*padding-bottom: 30px;*/
    /*margin-bottom: -30px;*/
    min-height: 600px;
}
.tabs{
	display: flex;
	display: -webkit-flex;
	background: #ecf1ed;
	border-top:1px solid #babebb;
	border-bottom:1px solid #babebb;
}
.tabs a.ui-link{
	display: block;
	padding: 0px 16px 15px 16px;
	border-left: 1px solid #babebb;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.tabs a:first-child{
	/*padding-left: 0px;*/
	border: none;
}
.tabs a:last-child{
	/*padding-right: 0px;*/
}
.tabs a i{
	color:#a4a7a5;
	font-size: 25px;
	margin-top:10px;
}
.tabs a.tab-active i{
	color:#5a5e5b;
}

.tabs a span {
    background: url("../img/icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-top: 20px;
}
.tabs a span.icon-info {
    background-position: 0 0;
    border: medium none;
    width: 55px;
}
.tabs a:hover span.icon-info, .tabs a.tab-active span.icon-info {
    background-position: 0 -51px;
    border: medium none;
    width: 55px;
}
.tabs a span.icon-mail {
    background-position: -55px 0;
    width: 57px;
}
.tabs a:hover span.icon-mail, .tabs a.tab-active span.icon-mail {
    background-position: -55px -51px;
    border: medium none;
    width: 57px;
}
.tabs a span.icon-share {
    background-position: -115px 0;
    border: medium none;
    width: 53px;
}
.tabs a:hover span.icon-share, .tabs a.tab-active span.icon-share {
    background-position: -115px -51px;
    border: medium none;
    width: 53px;
}
.tabs span.icon-profile {
    background-position: -168px 0;
    border: medium none;
    width: 53px;
}
.tabs a:hover span.icon-profile, .tabs a.tab-active span.icon-profile {
    background-position: -168px -51px;
    border: medium none;
    width: 53px;
}
.tabs span.icon-return {
    background-position: -224px 0;
    width: 58px;
}
.tabs a:hover span.icon-return, .tabs a.tab-active span.icon-return {
    background-position: -224px -51px;
    width: 58px;
}
.tab-numberphone-text{
	text-align:center;
	color: #595d5b !important;
	font-size: 18px !important;
}
.tab-numberphone-text a{
	font-size:18px !important;
	color:#595d5b !important;
	text-decoration:underline;
	font-weight: 400 !important;
}
.tab-numberphone-text a:hover{
	color:#2489ce !important;
}
.tab-numberphone .name-numberphone{
	font-weight:600;
}
.tabs.tabs-profile {
	display: flex;
	display: -webkit-flex;
	background: #dadcdb;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid #c8cac9;
	border-bottom: 1px solid #c8cac9;
}

.tabs.tabs-profile .ui-tabs {
	float: none;
	width: 100%;
	padding: 15px 16px;
	border-left: 1px solid #c8cac9;
}
.tabs.tabs-profile .ui-tabs .border-arrow {
	border-top: 10px solid #c8cac9;
}
.tabs.tabs-profile .ui-tabs .border-arrow .arrow {
	border-top: 10px solid #dadcdb;
}
.tabs.tabs-profile .ui-tabs i {
	margin: 0;
}
.call-me {
	text-align:center;
	margin: 20px 0;
}
.call-me a{
	moz-box-shadow: 0 2px 3px rgba(195,201,196,.75);
	-webkit-box-shadow: 0 2px 3px rgba(195,201,196,.75);
	box-shadow: 0 2px 3px rgba(195,201,196,.75);
	background-image: -moz-linear-gradient(bottom, #3a944c 0%, #41a555 10.01%, #41a555 100%);
	background-image: -o-linear-gradient(bottom, #3a944c 0%, #41a555 10.01%, #41a555 100%);
	background-image: -webkit-linear-gradient(bottom, #3a944c 0%, #41a555 10.01%, #41a555 100%);
	background-image: linear-gradient(bottom, #3a944c 0%, #41a555 10.01%, #41a555 100%);
	text-decoration:none;
	color:#eee !important;
	padding: 10px 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.call-me a span{
	color:#fff !important;
}
.tabs .ui-tabs{
	float: left;
	cursor: pointer;
}
.content-tabs{
	background: #ecf1ed;
	padding-top: 45px;
	/*margin-bottom: -15px;*/
	/*margin: 0px -25px;*/
	padding: 15px;
}
.content-tabs.content-tabs-profile {
	background: #FFF;
	margin: 0;
	/*padding: 30px 0 0 0;*/
}
.date-update {
    color: #969C98;
    font-size: 1em;
    margin-bottom: 20px;
    font-family: "Open Sans";
}
span.ext-field{
	display: block;
}
span.ext-field label{
	display: inline;
}
.content-listing .content-tabs p {
    color: #5a5e5b;
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 10px;
    font-family: "Open Sans";
	color: #6f706f;
}
p[class*='comment-form-'] label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold;
    color: #969c98;
}
p[class*='comment-form-'] label span.required {
	color: #D62E2E;
}
p[class*='comment-form-'] input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #babebb;
}
.content-tabs  h1 {
    color: #5A5E5B;
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Open Sans";
}
.form-horizontal .controls input[type="text"], .form-horizontal .controls input[type="password"] {
    color: #969C98;
    font-size: 1em;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #babebb;
    margin-bottom: 14px;
}
.form-horizontal .controls textarea {
    /*box-shadow: 0 2px 10px #EEF2EF inset;*/
    color: #969C98;
    font-size: 1em;
    height: 140px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 14px;
    resize: none;
    border-radius: 3px;
    border: 1px solid #babebb;
}
.form-horizontal .controls button.btn {
    color: #5A5E5B;
    font-size: 1em !important;
    height: 40px;
    width: 100%;
    font-family: "Open Sans" !important;
    font-weight: normal;
    border: 1px solid #989e99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	background-image: -moz-linear-gradient(bottom, #e4eae5 0%, #fff 14.99%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #e4eae5 0%, #fff 14.99%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #e4eae5 0%, #fff 14.99%, #fff 100%);
	background-image: linear-gradient(bottom, #e4eae5 0%, #fff 14.99%, #fff 100%);
	cursor:pointer;
}
.form-horizontal .controls .ui-corner-all{
	border: 1px solid #b9bdbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-moz-box-shadow: inset 0 1px 3px #cdd9cf;
	-webkit-box-shadow: inset 0 1px 3px #cdd9cf;
	box-shadow: inset 0 1px 3px #cdd9cf;
	margin-bottom: 15px;
}
.form-horizontal .controls .ui-btn-corner-all{
	border-radius: 3px;
	border: 1px solid #babebb;
	color: #5a5e5b;
	font-size: 1.2em;
	font-family: "Open Sans" !important;
	padding: 10px;
}
.bnt.social i{
	margin-left: 10px;
	font-size: 20px;
	position: absolute;
	top: 8px;
	right: 13px;
}
.f-left {
    float: left;
    width: 48%;
}
.f-right {
    float: right;
    width: 48%;
}
.f-left a.ui-link{
	float: right;
}

.f-left a.ui-link, .f-right a.ui-link {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BABEBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -1px 1px 1px #EEF3EF inset;
    color: #5A5E5B;
    font-size: 1em;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 70%;
    font-family: "Open Sans";
    font-weight: normal;
   	display: block;
    text-decoration: none;
}
.f-left a span, .f-right a span {
    background: url("../img/icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
.f-left a span.fb {
    background-position: -280px 0;
    top: 13px;
}
.f-left a span.tw {
    background-position: -316px 0;
    right: 13px;
    top: 12px;
    width: 32px;
}
.f-right a span.google {
    background-position: -280px -65px;
    right: 13px;
    top: 16px;
    width: 32px;
}
.f-right a span.pinterest {
    background-position: -316px -65px;
    right: 13px;
    top: 16px;
    width: 32px;
}
.ui-content{
	overflow-x:visible;
	margin-top: 0;
	padding-top: 0;
}
.profile-listing {
    text-align: center;
}
.profile-listing h1{
	margin-top: -40px;
	margin-bottom: 0px;
}
.text-profile{
	text-align: center !important;
	padding-right: 10px;
}
.text-profile .sub-intro{
	margin-top: 0px;
}
.text-vote{
	text-align: center !important;
	padding: 20px 0;
	overflow: hidden;
}
.author-archive .text-vote {
	/*border-bottom: 1px solid #eee;*/
	margin: 0px;
	overflow: hidden;
}
.author-archive > h2 {
	padding: 20px;
	border-bottom:1px solid #dbdbdb;
	color: #797b7f;
	font-weight: 600;
}
.author-archive .own-review {
	border-bottom: 1px solid #eee;
}
.link-plus, 
.link-minus {
	display: inline-block;
	width: 50%;
	float: left;
}
.link-minus a, .link-plus a, .main-content a.link-plus{
	color:#8e44ad !important;
	cursor:pointer;
	text-decoration:none;
	font-weight:400 !important;
}
.link-minus, .link-minus a,  .main-content a.link-minus{
	color:#323432 !important;
	cursor:pointer;
	font-weight:400 !important;
	text-decoration:none;
}
.icon-vote{
	border: 1px solid #8e44ad;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	width:18px;
	height:18px;
	color:#8e44ad;
	text-align:center;
	line-height: 1;
}
.roll-view form{
	width: 100% !important;
	padding: 0 !important;
}
.roll-view .form-item .et-button-select{
	width: auto !important;
}
.et-button-select span.select{
	display: none !important;
}
.form-item .select-style:after{
	content: "" !important;
}
.roll-view span{
	text-shadow: none;
	color: #fff;
}
.ui-select .ui-btn-icon-right .ui-btn-inner{
	position: relative;
	top:20px;
}
.half{
	width: 100% !important;
}
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text{
	text-shadow: none;
	color: #fff;
}
.icon-minus{
	border: 1px solid #323432;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	width:18px;
	height:18px;
	color:#323432;
	text-align:center;
	line-height: 1;
}
.link-submit-review{
	display:inline-block;
	margin-top: 20px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #3783c5;
	color:#fff !important;
	padding: 15px 25px;
	font-weight:400 !important;
}
.link-submit-review:hover{
	opacity:.9;
}
.list-reviews {
	padding: 0 20px;
}
.list-reviewer-wrapper{
	margin-bottom:30px;
	border-bottom: 1px solid #EEEEEE;
	margin: 0px -25px;
	padding:20px;
}
.option-review-wrapper{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 20px;
	position: relative;
}
.review-filter {
	position: relative;
}
.review-filter h1::after {
	content: "\f061";
	font-family: 'FontAwesome';
	/*font-size: 1em;*/
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.review-filter h1.active::after {
	transform: rotate(90deg);
}
.review-filter-content {
	display: none;
	border-bottom: 1px solid #EEEEEE;
}
.review-filter-content > p {
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	margin: 0 20px;
}
.review-filter-content > p:first-of-type {
	border: none;
}
.review-filter-content > p a {
	color: #323432;
	font-size: 13px;
}
.review-filter-content > p a.active {
	color: #88ca60;
}
.review-filter-content > p a.icon-vote.dotted,
.review-filter-content > p a.active .icon-vote,
.review-filter-content > p a.active .icon-minus {
	border: 1px solid #88ca60;
	color: #88ca60;
}
.review-filter-content .icon-vote {
	border: 1px solid #323432;
	width: 13px;
	height: 13px;
	line-height: 0.8;
	color: #323432;
}
.review-filter-content .icon-vote.dotted {
	line-height: 1;
	position: relative;
}
.review-filter-content .icon-vote.dotted span {
	position: absolute;
	top: -2px;
	left: 4px;
	height: 1px;
	width: 1px;
}
.review-filter-content .icon-vote.dotted,
.review-filter-content .icon-minus {
	width: 13px;
	height: 13px;
	line-height: 0.7;
}
.own-review {
	padding: 0 10% 20px 10%;
}
.own-review a {
	display: block;
	padding: 14px;
	text-align: center;
	background: #3784c5;
	color: #FFF;
	border-radius: 3px;
}
.own-review a i {
	margin-right: 5px;
}
/* 
.option-review-wrapper .ui-content{
	padding:0 !important;
}
.option-review-wrapper .ui-collapsible-inset{
	margin:0;
}
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-heading{
	border-radius:0;
	border-bottom:none;
}
.option-review-wrapper .ui-collapsible .ui-btn{
	 background:none;
}
.option-review-wrapper .ui-collapsible.ui-collapsible-collapsed .ui-btn-text, .option-review-wrapper  .ui-collapsible .ui-btn-text{
	padding:5px 0;
	color: #a9acb0;
	font-size: 23px;
	font-weight: 600;
}
.option-review-wrapper .ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner{
	padding-right:0;
	padding-left:20px;
}
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p{
	padding: 10px 20px;
	position:relative;
}

.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p a{
	text-decoration:none;
	color: #5f6367;
	font-size: 13px;
	display:block;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
} */
.option-review-wrapper .icon-vote{
	border-color:#5f6367;
	color: #5f6367;
}
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p a:hover .icon-vote, 
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p a:hover .icon-minus, 
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p a:hover .icon-vote.dotted{
	color:#88ca60;
	border-color:#88ca60;
}
.option-review-wrapper .ui-collapsible-inset .ui-collapsible-content p a:hover{color:#88ca60;}
.reviewer .avatar{
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.reviewer .avatar img{
	width:100%;
}
.reviewer .info-review{
	overflow:hidden;
}
.info-review .link-plus {
	float: none;
	width: 80%;
	color:#8e44ad;
}

.reviewer .info-review .link-minus{
	float:none;
	width: 80%;
}
.reviewer .info-review .name{
	color: #313332;
	font-size: 15px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 8px;
}
.reviewer .info-review p{
	margin:5px 0;
	color: #878d87;
	font-size: 13px;
	font-style: italic;
}
.tabs a{
	position: relative;
}
.tabs a .border-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #CFD1D0;
    bottom: -10px;
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tabs a.tab-active  .border-arrow{
	display: block;
}
/* .tabs a:first-child .border-arrow {
	left: 0px ;
} */
.tabs a .border-arrow .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ecf1ed;
    bottom: 2px;
    height: 0;
    left: -10px;
    position: absolute;
    width: 0;
}

/*--- slide ------*/
.sileshow{
	/*margin: 10px -15px -5px;*/
	width: 100%;
	height: 240px;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
	width: 100%;
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	max-width: 100%;
  	display: block;
  	line-height: 1;
    margin: 0 auto;
    height: 240px;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 30px;
  color: #ecf1ed !important;
  text-align: center;  
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  font-family: Arial !important;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  /*right: 15px;*/
  z-index: 5;
  margin: 0;
  list-style: none;
}
.sileshow .carousel-indicators {
    bottom: 30px;
    left: inherit;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    top: inherit;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.carousel-indicators li {
	display: inline-block;
	/*float: left;	*/
	margin: 0 4px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	background: none repeat scroll 0 0 #F8F6F4;
	border: 4px solid #F8F6F4;
	border-radius: 13px 13px 13px 13px;
	height: 10px;
	width: 10px;
}
.one-carousel li{
	display: none;
}
.carousel-indicators .active {
 	background: none repeat scroll 0 0 #746456;
    border: 4px solid #F8F6F4;
}

.carousel-inner a.ui-link{
	text-decoration: none !important;
}
.carousel-control.prev{
	background: url(../img/arrow.png) no-repeat 0px -30px;
	width: 25px;
	height: 40px;
	display: block;
}
.carousel-control.next{
	background: url(../img/arrow.png) no-repeat -36px -30px;
	width: 25px;
	height: 40px;
	display: block;
}
.page404{
	background: url(../img/404.png) no-repeat right center;
	width: 100%;
	min-height: 325px;
	margin: 0 auto;
	margin-top: 40px;
	text-align:center;
}
.page404 .text-page-left {
	width: 75%;
	text-align: right;
}
.page404 h2{
	font-size:28px;
	font-weight:300;
	font-family:'Open Sans', Arial, sans serif;
	padding:110px 90px 25px 0;
	color: #000;
}
.page404 p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', Arial, sans serif;
	line-height: 28px;
	color: #000;
}
.page404 p a{
	font-size:inherit;
	font-weight:inherit;
	color: #3885c7;
}
.title-page{
	margin-bottom:15px;
	font-size:22px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}
.post-content{
	/*padding-top: 30px;*/
}
.post-content .content-text ul, .post-content .content-text ol{
	padding-left:20px;
	list-style:inherit;
}
.post-content .content-text ul li, .post-content .content-text ol li{
	margin-bottom:10px;
}
.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}
/* .post-content {
padding: 0!important;
}
.resume-contentpage {
padding: 0!important;
margin-bottom: 45px;
overflow-x: visible!important;
}
.title-resume {
	padding: 20px 30px 20px 15px;
	position: relative;
	background: #FFF;
	color: #4A4A4A;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #E6E6E6;
}

.content-field, .content-info {
position: relative;
background-color: #F7F7F7;
color: #828282;
border-bottom: 1px solid #E6E6E6;
}
.content-text {
padding: 20px;
}
.content-info-last, .content-info:last-child {
border: 0;
} */
.header-menu-bars{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51px;
	text-align: center;
	background: #eceeed;
}
.header-menu-bars.active {
	background: #FFF;
}
.line-menu {
	position: absolute;
	width: 1px;
	background-color: #FFF;
	top: 0;
	left: 50px;
	height: 100%;
	width: 1px;
}
.header-menu-bars + .search-text {
	padding-left: 90px;
}
.header-menu-bars + .search-text.search-seller {
	padding-left: 64px;
}
.header-menu-bars + .search-text .icon {
	left: 64px;
}
.header-bar .logo-menu .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header-bar .logo-menu .logo img {
	max-height: 18px;
}
.icon-menu-mobile {
	background: #eceeed;
	display: inline-block;
	font-size: 22px;
	color: #adb2b0;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 42px;
}
.icon-menu-mobile.active {
	background: #FFF;
}
.hideLeftPush{
	bottom: 0px !important;
}
	/* General styles for all menus */
.cbp-spmenu {
	background: #202020;
	position: fixed;
	z-index:999;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #C4C4C4 !important;
	font-size: 15px;
	font-weight: 600;
	text-shadow:none;
	text-decoration:none;
	box-sizing: border-box;
	width: 100%;
}

.cbp-spmenu a:hover {
	color:#fff;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 235px;
	height: 100%;
	top: 45px;
	z-index: 1000;
}

.cbp-spmenu-vertical a{
	padding: 15px 8px;
	display: inline-block;
}

.cbp-spmenu-vertical .logo{
	padding: 10px 0 10px 0;
	display: inline-block;
	max-width: 150px;
	height: 30px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -235px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	top: 45px;
	width: 70%;
	position: fixed !important;
	z-index: 999;
	overflow: scroll;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 235px;

}

.cbp-spmenu-push-toleft {
	left: -235px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu-left .logo-menu-top{
	top: -15px;
	right:30px;
}
.cbp-spmenu-left .button-menu-top.menu-left-push{
	padding-left: 0;
	padding-top: 5px;
}
.cbp-spmenu-left .menu-left-top{
	margin-top:5px;
}
.cbp-spmenu-left .menu-left-top ul.sf-menu li > a:hover,
.menu-add-static li > a:hover{
	background:#D84F38;
	color:#fff !important;
}
.cbp-spmenu-left .menu-left-top ul.sf-menu li{
    color: #fff;
    list-style-type: disc;
}
.cbp-spmenu-left .menu-left-top ul.sf-menu li ul{
	padding-left:0px;
    margin-left: 25px;
}
/*.cbp-spmenu-left .menu-left-top ul.sf-menu li:nth-child(2n+1){
	background: #333 !important;
}*/
.cbp-spmenu-left  .social-footer{
	margin-top: 30px;
	padding-left:20px;
}
.cbp-spmenu-left  .social-footer li:hover{
	background:#D1DDE5;
}
.cbp-spmenu-left  .social-footer li a{
	padding:0;
	margin-top:3px;
}
.cbp-spmenu-push-toright .stuck-sticky{
	left:235px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
/********Blog style*******/
.resume-contentpage{
	padding:0 !important;
}
.title-resume{
	margin: 0;
	padding: 16px 15px;
	position: relative;
	color: #4a4a4a;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
.account-logout {
	float: right;
	color: #4a4a4a;
}
.infor-resume {
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	min-height: 60px;
	position: relative;
	box-shadow: 0 4px 5px #e6e6e6 inset;
	-moz-box-shadow: 0 4px 5px #e6e6e6 inset;
	-webkit-box-shadow: 0 4px 5px #e6e6e6 inset;
}
.infor-resume .thumb-img {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.infor-resume .intro-text {
	position: relative;
	margin-left: 66px;
	margin-top: 16px;
}
.infor-resume .intro-text h1 {
	font-size: 16px;
	color: #323432;
	font-weight: 600;
}
.infor-resume .intro-text p {
	
}
.infor-resume .intro-text a{
	text-decoration:none;
}
.infor-resume .intro-text .cate-count {
	position: absolute;
	right: 0;
	top: 20px;
}
.infor-resume .intro-text .cate-count a {
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 700;
}
.infor-resume .intro-text .cate-count i {
	margin: 0 4px;
}
.infor-resume .intro-text .cate-count .blog-count-cmt {
	color: #dd6951;
}
.blog-content .blog-title {
	padding: 0 20px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	margin-top:0;
}
.blog-date{
	font-size:12px;
	color: #878d87;
	font-weight: normal;
	font-style: italic;
}
.blog-date sup{
	vertical-align: super !important;
	font-size: smaller !important;
}
.blog-date span.blog-count-cmt{
	color:#dd6951;
}
.blog-date span.blog-count-cmt img{
	margin-right:3px;
}
.blog-content .blog-title{
	padding:0 20px;
	font-size:18px;
	color:#333;
	margin-bottom:15px;
}
.blog-content .blog-text{
	padding: 0 20px;
}
.blog-content .blog-text img {
	width: 100%;
	height: auto;
}
.blog-content .blog-text p{
	margin-bottom:10px;
	font-size:14px;
	color:#6f706f;
}
.blog-content .blog-text ul, .blog-content .blog-text ul>li, .blog-content .blog-text li ,
 .blog-content .blog-text ol ,  .blog-content .blog-text ol>li {
	/*margin: 0.5em 0 1.5em 1.5em;*/
	/*list-style-type: circle;*/
}
.blog-content .blog-text ol>li  {
	list-style-type:  decimal;
}

.blog-content .read-post {
	color: #dd6951;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

.blog-info-cmt{
	/*margin-top:20px;*/
	padding:20px;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
}
.tab-cont .blog-info-cmt {
	padding: 14px 0px;
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
}
.tab-cont .blog-info-cmt h3 {
	/*padding-left: 15px;*/
}
.tab-cont .text-cmt {
	font-size: 0.9em;
}
.tab-cont.profile-listing h1{
	margin-top: 0px;
}
.tab-cont .text-profile{
	padding-right: 0px;
}
.blog-info-cmt h2,
.blog-info-cmt h3{
	font-size:16px;
	color:#333;
	margin:0;
	/*color: #797B7F;*/
}
.logged-in-as {
	color: #959594;
}
.logged-in-as a {
	color: #3784c5;
}
.blog-list-cmt{
	/*margin-top:20px;*/
}
.blog-list-cmt .comment-list {
	margin-top: 15px;
}
.resume-contentpage > .comment-respond {
	padding: 0 20px;
}
.resume-contentpage > .comment-respond .comment-form {
	padding-top: 0;
}
.blog-list-cmt .detail-post .avatar{
	display: inline-block;
	background: #fff;
	padding: 5px;
	border: 1px solid #f1f1f1;
	width: 40px;
	height: 40px;
	text-align: center;
}
.blog-list-cmt .detail-post .avatar img{
	width:100%;
}
.blog-list-cmt .detail-post > span {
	display: block;
	float: left;
}
.blog-list-cmt .detail-post .name{
	/*display: inline-block;*/
	vertical-align:top;
	padding-left: 58px;
}
.blog-list-cmt .detail-post .name p{
	display: inline-block;
	font-size:14px;
	font-weight:900;
	margin-right: 8px;
}
.blog-list-cmt .detail-post .name span {
	display: inline-block;
	font-size:12px;
	color:#bbb;
	line-height: normal;
}
.blog-list-cmt .text-cmt{
	color:#909090;
	padding-left: 58px;
	padding-top: 3px;
}
.blog-list-cmt .text-cmt .comment-reply-link{
	color:#6a90ba;
	font-weight:700;
	text-decoration:none;
	font-size:13px;
	margin-top: 10px;
	display: block;
}
.blog-list-cmt ul li{
	border-bottom:1px solid #e6e6e6;
}
.blog-list-cmt ul.comment-list > li{
	padding: 0 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tab-cont .blog-list-cmt ul.comment-list > li {
	padding: 20px 15px;
	list-style: none;
}
.blog-list-cmt ul.comment-list > li > ul.children{
	margin-left: 58px;
}
.blog-list-cmt ul ul{
	margin-top:20px;
}
.blog-list-cmt ul ul li{
	border-bottom:none;
	padding-bottom:0px;
}
#reply-title{
	/*padding: 20px;*/
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	padding-top: 0;
}
#reply-title {
	font-size: 18px;
	color: #333;
}

.comment-form {
	padding:15px 0;
}
.comment-form .form-item label{
	display: block;
	margin-bottom: 6px;
	font-size:13px;
	color:#4d4d4d;
	font-weight:bold;
	color: #333;
}
.comment-form .ui-btn {
	border: 1px solid #719131 !important;
	-moz-box-shadow: 0 1px 0 #d0d0d0 !important;
	-webkit-box-shadow: 0 1px 0 #d0d0d0 !important;
	box-shadow: 0 1px 0 #d0d0d0 !important;
	background-image: -moz-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: -o-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	opacity:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:15px;
}
.comment-form .ui-btn-text{
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #6a8e1f  !important;
}
.comment-form .row-captcha img{
    max-width: 100%;
}
.list-blog ul li{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:20px;
}
.list-blog  ul li .blog-content a.blog-title{
	font-size:18px;
	color:#333;
	margin-bottom:15px;
	text-decoration:none;
	display:block;
	line-height: 20px;
	font-weight:400;
}
.list-blog  ul li .blog-content a.blog-title:hover{
	color:#6a90ba;
}

.list-blog .blog-content{

}
.list-blog .infor-resume {
	box-shadow: none;
}
.list-blog > ul > li:first-of-type .infor-resume {
	-webkit-box-shadow:0 4px 5px #e6e6e6 inset;
	-moz-box-shadow:0 4px 5px #e6e6e6 inset;
	box-shadow:0 4px 5px #e6e6e6 inset;
}
.load-blog{
	padding:20px;
}
.load-blog .ui-btn{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.list-menu-footer{
	text-align:center;
}
.list-menu-footer select {
	width:180px;
	height:40px;
	color:#777;
	font-size:14px;
	text-shadow: -1px 0 0 #fff;
	padding: 3px 3px 3px 10px;
	margin: 0;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #c8c8c8;
	-moz-box-shadow: 0 1px 1px #e3e3e3;
	-webkit-box-shadow: 0 1px 1px #e3e3e3;
	box-shadow: 0 1px 1px #e3e3e3;
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(bottom, #e0e0e0 0%, #f0f0f0 15.21%, #fafafa 84.52%, #fdfdfd 100%);
	background-image: -o-linear-gradient(bottom, #e0e0e0 0%, #f0f0f0 15.21%, #fafafa 84.52%, #fdfdfd 100%);
	background-image: -webkit-linear-gradient(bottom, #e0e0e0 0%, #f0f0f0 15.21%, #fafafa 84.52%, #fdfdfd 100%);
	background-image: linear-gradient(bottom, #e0e0e0 0%, #f0f0f0 15.21%, #fafafa 84.52%, #fdfdfd 100%);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.list-menu-footer label {
	position: relative
}
.list-menu-footer label:after {
	background: url(../img/arrow-down.png) no-repeat center center;
	right: 8px;
	top: 2px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}
.list-menu-footer label:before {
	content: '';
	right: 10px;
	top: -1px;
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
	display: block;
	background: url(../img/arrow-down.png) no-repeat center center;
}

#respond .ui-input-text {
	display: inline-block;
	width: 95%;
}
#respond .require{
	display: inline-block;
	vertical-align: middle;
}
.form-submit input#submit{
	border: 1px solid #719131 !important;
	-moz-box-shadow: 0 1px 0 #d0d0d0 !important;
	-webkit-box-shadow: 0 1px 0 #d0d0d0 !important;
	box-shadow: 0 1px 0 #d0d0d0 !important;
	background-image: -moz-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: -o-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	background-image: linear-gradient(bottom, #7ca627 0%, #8dba30 14.99%, #9fca46 100%) !important;
	opacity: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	color:#fff;
	padding:15px 30px;
}
.form-submit .ui-btn input#submit {
	background: none;
	opacity: 0;
	border: none;
	margin-top: 0;
}
/*** List Seller ***/
.seller-list{
	padding:0 !important;
	margin:0 !important;
}
.seller-list > li{
	margin-bottom: 10px;
}
.intro-profile{
	overflow: hidden;
	padding: 10px 0px;
}
.intro-profile a{
	text-decoration:none !important;
}
.intro-profile a img.avatar{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float: left;
	margin-right: 20px;
	width: 60px;
	height: auto;
}
.seller-detail{
	overflow: hidden;
	padding: 12px 0;
}
.seller-detail span{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: normal;
}
.seller-detail .seller-name{
	color: #3b3f3d;
	font-weight:400;
	font-size:14px;
}
.seller-detail .colorgray, .seller-detail .date-join{
	font-size:12px;
	color:#adafb0;
}

.seller-list li.ui-btn-up-c{
	background:#fff;
	background-image: none !important;
	padding:0 !important;
}
.list-product-seller{
	padding: 7px 15px 5px;
	border-top: 1px solid #ccc;
	border-bottom:none !important;
}
.list-product-seller ul li{
	border-bottom:none !important;
	display:inline-block;
	margin-right:4px !important;

}
.list-product-seller ul li:last-child{
	margin-right:0 !important;
}
.list-product-seller ul li a{
	display:block;
}
.list-product-seller ul li a img{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
/*** Post Ads ***/
.page-title .step-number{
	float:right;
}
.page-title .step-number strong{
	color:#333;
}
.post-classifed-form .form-group {
	margin-bottom: 0;
	/*background:#eceeed;*/
}
.post-new-classified {
	padding: 10px 20px;
	padding: 10px 0px;
	/* padding: 0px 15px; */
}
.content-step form.register .post-new-classified {
	padding: 10px 20px;
}
.register-form.login .post-new-classified,
.forgot-password .post-new-classified {
	padding: 10px 0;
}
.register-form .post-new-classified div.ui-input-text,
.forgot-password .post-new-classified div.ui-input-text,
.classified-form div.ui-input-text,
.classified-form .post-new-classified .ui-select .ui-btn,
.classified-form .post-new-classified textarea{
	border: 1px solid #bbbfbb !important;
	background-color: #fff !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
}

#form_auth .post-new-classified input[type="submit"],
.register-form .post-new-classified input[type="submit"] ,
.register-form .post-new-classified input[type="button"],
.classified-form input[type="submit"],
.forgot-password input[type="submit"],
.social-form input[type="submit"],
.ui-content.plan-ad input[type="submit"]{
	cursor: pointer;
	color: #fff;
	width:100%;
	padding:10px;
	font-weight:600;
	font-size: 16px;
	border:none;
	-moz-box-shadow: inset 0 -3px 3px #327dbd;
	-webkit-box-shadow: inset 0 -3px 3px #327dbd;
	box-shadow: inset 0 -3px 3px #327dbd;
	background-color: #3783c5;
	background-image: -moz-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -o-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -webkit-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
}

.payment-form .ui-btn-up-c  {
	cursor: pointer;
	color: #fff;
	width: 100%;
	/* padding: 10px; */
	font-weight: 600;
	font-size: 16px;
	border: none;
	-moz-box-shadow: inset 0 -3px 3px #327dbd;
	/* -webkit-box-shadow: inset 0 -3px 3px #327dbd; */
	box-shadow: none;
	background-color: #3783c5;
	background-image: -moz-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -o-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -webkit-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
.payment-form .ui-btn-up-c input[type="button"] {
	background: none;
	padding: 0;
	top: -10px;	
}


.forgot-password .post-new-classified label{
	display: block;
}
.classified-form .post-new-classified label, .plan-ad .post-new-classified label{
	text-shadow:none;
	line-height:1.4;
}

.ui-popup-container .ui-title{
	color:#fff;
	text-shadow:none;
}
.ui-popup-container .ui-btn-active a.ui-link-inherit{
	color:#2f3e46;
	text-shadow:none;
}
.plan-ad .post-new-classified .ui-radio label{
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
}
.classified-form .post-new-classified span.subtitle, .register-form .post-new-classified span.subtitle, .plan-ad .post-new-classified span.subtitle{
	color: #adafaf;
	display:block;
	font-size: 13px;
	text-shadow:none;
}
.ui-content.plan-ad{
	padding:0;
}
.classified-form .post-new-classified .ui-select{
	margin-top:10px;
}
.classified-form .post-new-classified .ui-select .ui-btn-icon-right .ui-icon{
	background-color:#fff;
	width:20px;
	height:20px;
	background: url("../img/arrow.png") no-repeat scroll 0 -5px;
}
.classified-form .post-new-classified .ui-select .ui-btn-text .postform{
	/*color:#fff !important;*/
	text-shadow:none;
}
.classified-form .post-new-classified textarea{
	height:100px;
}

.term-of-use {
	padding: 10px;
	font-style: italic;
	font-size: 12px;
}
/*.tabs  .tab-cont{display: block !important;}
.tab-cont{display: block !important;}*/
#tab_gmap{
	display: none;
	/*visibility: hidden;*/
}
.map-shortcode {
	min-width: 100%;
	min-height: 300px;
}
@media only screen and (max-device-width: 640px) {
	.catelory-items,
	.content-category{
	}
	.menu-filter-inner .ui-collapsible-set{
		max-height: 300px !important;
	}
}
#facebook_auth_btn{
	/*background:#49639f;*/
	padding: 0px 10px;
	text-shadow:none;
	display: block;
	color: #fff;
	cursor: pointer;
	border:1px solid #fff;
	border-radius: 3px;
}
#facebook_auth_btn .fa-facebook{
	font-size: 28px;
	padding:7px 15px 5px 6px;
	border-right: 1px solid #36508D;

}
#facebook_auth_btn span{
	vertical-align: super;
	padding-left: 17px;
}
.post-new-classified #tw_auth_btn{
	background: #00acee;
	display: block;
	text-shadow:none;
	border-radius: 3px;
	border:1px solid #fff;
	text-decoration: none;
	padding: 0 4px;
	/*margin-top: 20px;*/
}
#tw_auth_btn .fa-twitter{
	color: #fff;
	font-size: 28px;
	padding:7px 8px 5px 9px;
	text-shadow:none;
	color: #fff;
	border-right: 1px solid #1889B6;
}
#tw_auth_btn span{
	color: #fff;
	text-shadow:none;
	text-decoration: none;
	vertical-align: super;
	padding-left: 18px;
}
ul li{
	/*list-style-type: circle;*/
}
ol li{
	/*list-style-type:decimal;*/
}

.ui-mobile a img {
	max-width: 150px;
}

/* WOOE Style */
.woocommerce p.stars a, .woocommerce-page p.stars a {
	display: block !important;
	border-right: none !important;
}
#comments ol, #comments li {
	list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	padding: 0 !important;
}
#commentform .ui-select {
	display: none;
}
.error{
	color: #e18972;
	font-size: 13px;
}
.input-captcha.error {
	position:relative;
}
.input-captcha.error .message {
	position: absolute;
	top: 40px;
	left: 0;
	right: inherit;
}
.comment-text-area{
	margin-top: 20px;
	padding-bottom: 10px;
}
.comment-text-area textarea{
	height: 150px !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	box-shadow: none !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #babebb;
	resize: none;
	outline: none;
}
.form-submit input#submit{
	width: 100%;
	background-image: -moz-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%) !important;
	background-image: -o-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%) !important;
	background-image: linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%) !important;
	border: none !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	background: #fff !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
	padding: 10px !important;
	background-color: #f6f4f4;
}
#respond .btn_review{
	background-color: #3784c5;
	color: #fff;
	text-shadow: none !important;
	text-align: center;
	padding: 13px 0px;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	text-transform: capitalize;
}
.content-tabs{
	/*padding-left: 20px !important;*/
	margin-top: 20px;
}
#review_form #reply-title{
	padding: 20px 0px 10px 0px !important;
	border-top:1px solid #d2d2d2 ;
	border-bottom: none !important;
}
#review_form .comment-form{
	padding: 0px !important;
}
.woocommerce #review_form #respond textarea{
	height: 150px !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	box-shadow: none;
}
.woocommerce #review_form #respond .form-submit input{
	width: 100%;
	color: #fff;
}
.woocommerce p.stars{
	padding-top: 15px;
	text-align: left;
}
.woocommerce p.stars a{
	display: inline-block !important;
	margin-right: 8px !important;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}
#review_form .comment-form-rating label{
	display: block;
	margin-top: 20px;
}
.woocommerce .comment-form-rating p.stars a {
    /*display: block !important;*/
    font-size: 17px;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
    color: #3784c5;
}
.woocommerce #review_form #respond p{
    padding: 0;
}
#reviews .row-captcha img{
    max-width: 100%;
}
.comment-respond .row-captcha{
    overflow: hidden;
    max-width: 100%;
}
.woocommerce p.stars{
    margin: 0 !important;
}
.post-classifed-form .customize_text{
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.ce-sf-item-checkbox .ui-checkbox{
	bottom: -9px;
	right: 19px;
}
.ce-sf-item-radio .ui-radio{
	top: 9px;
	right: 17px;
}
div.ui-input-text{
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
#contact-seller .btn{
	background-color: #3784c5;
	background-image: -moz-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%) !important;
	background-image: -o-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%)!important;
	background-image: -webkit-linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%)!important;
	background-image: linear-gradient(bottom, #3784c5 0%, #3784c5 14.99%, #3784c5 100%)!important;
	color: #fff;
	border: none !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
.ce-sf-item-radio label{
	margin-left: 20px;
}
.ce-sf-item-radio > label {
	margin-left: 0;
}
.post-new-classified  .ui-select .ui-btn{
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
.full-content{
    text-align: justify;
}
.add-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
    display: none;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: darkgray;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
}
#frm_dialog label{
	/*padding-top: 10px;*/
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #f9f9f9;
	color: #323432;
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
}
#frm_dialog textarea{
	height: 100px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
#frm_dialog input[type=submit]{
	background: #fff;
	border: none;
	padding:7px;
	box-shadow: 0px 0px 8px #b5b5b5;
	border-radius: 5px;
	margin-top: 12px;
}
.section_report{
	padding: 16px 0px;
	margin-top: 20px;
	border-top: 1px solid #E8E8E8;
}
.section_report a{
	text-decoration: none;
	color: #3784c5;
	font-weight: 700;
}
.woocommerce .star-rating:before {
	color: #3784c5 !important;
}
.woocommerce #reviews #comments ol.commentlist {
	margin-top: 10px !important;
}
.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 15px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 !important;
}
.star-rating {
	color: #3784c5;
}
.signin-page{
	position: relative;
}
.signin-page .top-bar{
	background: #fff;
	width: 100%;
	padding: 26px 15px 20px 15px;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	font-size: 16px;
}
.signin-page .form-group{
	padding: 0 15px;
	margin-top: 50px;
}
.signin-page .form-group .form-field{
	margin-bottom: 25px;
}
.signin-page .form-group .form-field label{
	display: block;
}
.signin-page .form-group .ui-input-text{
	background: #fff;
	min-height: 30px;
}
.signin-page .form-group .form-field input[type="submit"]{
	width: 100%;
	min-height: 45px;
	border-radius: 4px;
	border: none;
	-moz-box-shadow: inset 0 -3px 3px #327dbd;
	-webkit-box-shadow: inset 0 -3px 3px #327dbd;
	box-shadow: inset 0 -3px 3px #327dbd;
	background-color: #3783c5;
	background-image: -moz-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -o-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: -webkit-linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	background-image: linear-gradient(bottom, #3783c5 0%, #3783c5 100%);
	color: #fff;
	font-size: 16px;
}
.signin-page .form-group .form-field a{
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.signin-page .form-group .form-field .link-page{
	padding-right: 30px;
}
.signin-page .form-group .form-field .link-page i{
	margin-right: 5px;
}
.signin-page .form-group input{
	font-size: 14px;
}
.signin-page .btn-login{
	position: absolute;
	right:15px;
	top:30px;
}
.authentication-form .post-new-classified div.ui-input-text{
	margin-top: 10px;
}
.register .ui-select .ui-btn-icon-right .ui-btn-inner{
	top:0 !important;
}

/*		UI REPORT AD	  	*/

.ui-report-ad {
	width: 100%;
	position: fixed;
	top: 180px;
	z-index: 9999;
	background: #f9f9f9;
	display: none;
}

.report-wrapper {
	position: relative;
	padding: 0 15px 15px;
}
.report-wrapper .ui-btn-right {
	position: absolute;
	right: 16px;
	top: 13px;
	color: #000;
	opacity: 0.6;
	font-size: 18px;
}
/*========================================*/
.comment-respond {

}
.comment-respond > .comment-reply-title {
	display: none;
}


/*--- Post To Classifieds --*/
.post-to-classifieds{
	border: 1px solid #e0e4df;
	border-radius: 3px;
	min-height: 300px;
	/*padding:5px;*/
	margin-bottom: 30px;
}
.post-ad-step {
	cursor: default;
}
.post-ad-step  .content-step li {
	cursor: pointer;
}
.post-ad-step .form-group {
	border-bottom: 1px solid #ededed;
    padding: 20px;
}
.form-group input, .form-group select {
    width: 100%;
    border: 1px solid #bcc0bb;
    border-radius: 3px;
    box-shadow: none;
    background: none;
    padding: 6px 10px;
    color: #868686 !important;
    /*font-size: 15px !important;*/
    position: relative;
    /*right: 0px;*/
}
.form-group > div.controls {
	text-align: left;
} 
.form-group input[type="checkbox"], 
.form-group input[type="radio"] {
	width: auto;
}
.form-group input[type="checkbox"] + label, 
.form-group input[type="radio"] + label {
	display: inline-block;
}
.head-step{
	border-bottom:1px solid #ededed;
	position: relative;
}
.head-step.finished{
	border-bottom:none;
}
.number-step{
	float: left;
	padding:15px 20px;
	border-right:1px solid #ededed;
	width: 50px !important;
}
.name-step{
	float: left;
	padding: 15px 20px;
	color: #323432;
}
.content-step{

}
.content-step .post-classifed-form {
	background: none;
}
.post-new-classified > label {
	width: 100%;
	margin-bottom: 5px;
}
.post-new-classified > label > span {
	margin-top: 2px;
}
.post-new-classified input[type="text"],
.post-new-classified input[type="password"],
.post-new-classified input[type="email"] {
	height: 36px;
    width: 100%;
    border: 1px solid #bcc0bb;
    border-radius: 3px;
    box-shadow: none;
    background: none;
    padding: 6px 10px;
    color: #868686 !important;
    position: relative;
    line-height: normal;
}
.term-of-use {
	padding: 10px;
	font-style: italic;
	font-size: 12px;
}

.status-step{
	height: 20px;
	width: 15px;
	display: block;;
	position: absolute;
	top: 15px;
	right: 10px;
}
.head-step.active .status-step i{
	display: block;;
	position: absolute;
	top: 5px;
	right: 5px;

}
.head-step.active .status-step .fa-arrow-right {
	display: none;
}
.head-step.active .status-step .fa-arrow-down {
	display: block;
}
.head-step .status-step .fa-arrow-down {
	display: none;
}
.border-top{
	border-top:1px solid #ededed;
}
.group-btn-post{
	margin-top: 10px;
}
.group-btn-post .icon{
	font-size: 15px;
	color: #8f968f;
}
.group-btn-post button.btn{
	background: none;
	border: none;
	box-shadow: none;
}
.content-step ul li{
	padding: 20px;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.content-step .controls ul li {
	padding: 10px 0;
}
.content-step ul li:last-child{

	border-bottom: none;

}
.post-step1 .price, .post-step4 .price{
	float: left;
	color: #c15031;
	font-size: 27px;
	margin-right: 20px;
	margin-top: 7px;
	font-weight: 300;
}
.post-step4 > li > span {
	width: 100%;
	display: inline-block;
	padding-right: 80px;
	font-size: 14px;
}
.post-step1 .name {
	display: block;
	/*float: left;*/
	color: #858786;
	/*max-width: 360px;*/
	overflow: hidden;
	padding-bottom: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*float: left;*/
	color: #6e7470;
	width: 100%;
}
.post-step1 .name p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post-step1 button, .post-step4 button{
	position: absolute;
	top: 20px;
	right: 20px;
}

.post-step1 .selected button {
	background-color: #72CCE7;
	border-color: #ADC4C4;
}

.fontsize17{
	font-size: 17px;
	color: #484a48;
}
.post-step .finished{
	color: #539f41;
	font-size: 15px;
}
.post-step .finished .icon{
	font-size: 15px;
}
.post-step .finished .number-step{
	width: 9px;
}
.post-step .finished .name-step{
	color: #539f41;
}
.post-step .finished .status-step{

}
/*---step 2---*/
.post-step2 .login{
	padding: 20px;
	border-bottom: 1px solid #ededed;
	width: auto;
}
.post-step2 .login a{
	color: #3a89cc;
	font-weight: 600;
	padding-left: 10px;
	position: relative;
}
.post-step2 .login .icon-step{
	background: url(../img/next-prev.png) no-repeat -16px 0px;
	height: 15px;
	width: 20px;
	margin-top: 5px;
	position: absolute;
	right: -27px;
	top: 0px;
}
.form-post .control-group{
	padding: 20px;
	border-bottom: 1px solid #ededed;
}
.form-post .control-label{
	/*float: left;*/
	font-size: 17px;
	color: #484a48;
	width: 100%;
	margin-bottom: 5px;
}
.form-post .control-label .sub-title{
	color: #858786;
	font-size: 14px;
}
.form-post .controls input[type="text"], .form-post .controls input[type="password"], .form-post .controls select{
	margin-top: 5px;
	max-width: 460px;
	width: 100%;
}
.form-post .continue{
	border-bottom: none;
}

.form-post .input-file {
	position: relative;
	padding-bottom: 46px;
}
.form-post .carousel-list .input-file {
	padding-bottom: 0;
}
.form-post .input-file span {
	float: left;
}

.form-post .input-file .button {
	width: 150px;
	height: 40px;
	padding: 10px 15px;
	font-weight: normal;
	margin-top: 5px;
	cursor: pointer;
	top: inherit !important;
	bottom: 0;
	left: 0;
}

.form-post .input-file span.filename {
	padding: 15px;
	width: 270px;
}

.form-post .input-file .button {
	position: relative;
}

.form-post .input-file .button span {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 0.9em;
}

.form-post .input-file input {
	text-align: center;
	width: 11px;
	height: 11px;
	cursor: pointer;

}
.form-post .input-file input[name="et_avatar"] + div {
	height: 40px !important;
	width: 150px !important;
	top: inherit !important;
	left: 0 !important;
	bottom: 0;
	z-index: 99;
}
.form-post .bg-button-file{
	position: inherit;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 3px;
}
.post-step3 textarea{
	width: 460px;
	padding: 10px;
	border: 1px solid #BCC0BB;
	border-radius: 3px;
}
.post-step3 .search-category{
	position: relative;
}
.post-step3 .search-category .icon{
	position: absolute;
	left: 181px;
	top: 13px;
}
.post-step3 .search-category input[type="text"]{
	/*padding-left: 30px;*/
	max-width: 460px;
}
.category-all{
	/*background: #f4f6f5;*/
	/*border: 1px solid #bcc0bb;*/
	/*max-width: 460px;*/
	/*margin-left: 172px;*/
	margin-top: -1px;
	z-index: 99;
	/*padding: 20px;*/
	position: relative;
	/*height:460px;*/
}
.category-all h4 {
	display: none;
}
.category-all .content-category{
	display: block;
	padding: 0;
}
.category-items{
	/*width: 400px;*/
}
.post-step3 .category-items li{
	padding: 10px;
	color: #696c69;
	cursor: pointer;
	font-size: 14px;
}
.category-items li .selected-root{
	color: #539f41;
	font-weight: 600;
}
.icon-circle{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	float: left;
	background-color: #b8bcba;
	display: block;
	margin: 5px 10px 5px 0px;
}
.category-items  li .selected-root .icon-circle{
	background-color: #539f41;
}
.category-items  .category-child li .icon-circle{
	background-color: #b8bcba;
}
.category-items  .category-child li.selected .icon-circle{
	background-color: #539f41 !important;

}
.category-items  .category-child li.selected {
	color: #539f41;
	font-weight: 600;
	font-size: 14px;
}

.ui-autocomplete{
	width: 400px;
}
.post-step3 .ui-autocomplete li{
	padding: 10px 0px;
	color: #696c69;
	cursor: pointer;
	font-size: 14px;
}

.ui-autocomplete li .selected-root{
	color: #539f41;
	font-weight: 600;
}

.post-step3.ui-autocomplete li.ui-menu-item {
	padding-left: 25px;
}

.post-step3 .ui-autocomplete {
	display: block!important;
	width: 415px !important;
	top:  20px !important;
	left : 20px !important;
	max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.post-step3 .ui-autocomplete {
	height: 400px;
}

#image-list li {
	margin: 2px 15px 2px 2px;
    padding: 0;
    text-align: center;
    border: 0;
}
#carousel_browse_button{
	background: #E7E8E8;
    height: 74px;
    text-align: center;
    width: 74px;
    font-size: 1.7em;
    display: inline-block;
    border: 1px solid #CCCCCC;
	cursor:pointer;
	margin: 0;
	padding: 0;
	line-height: 72px;
	font-weight: bold;
}
#carousel_browse_button + div {
	z-index: 999;
	height: 74px !important;
	width: 74px !important;
}
.ad-of-user img{
	width: 50px;
	height: 50px;
	border-radius: 4px;
}
.search-home .ui-widget-content a {
	color : #6E7470;
}

.icon-circle{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	float: left;
	background-color: #b8bcba;
	display: block;
	margin: 5px 10px 5px 0px;
}
.ui-autocomplete  li .selected-root .icon-circle{
	background-color: #539f41;
}
.ui-autocomplete  .category-child li .icon-circle{
	background-color: #b8bcba;
}
.ui-autocomplete  .category-child li.selected .icon-circle{
	background-color: #539f41 !important;

}
.ui-autocomplete  .category-child li.selected {
	color: #539f41;
	font-weight: 600;
	font-size: 14px;
}

.ui-autocomplete li.selected {
	color: #539F41;
	font-weight: 600;
	font-size: 14px;
}
.form-post .ui-autocomplete li:hover,
.form-post .ui-state-hover,
.form-post .ui-state-focus{
	background: none !important;
	border-color: #e6e6e6;
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 0 solid #e6e6e6 !important;
	border-right: 0 solid #e6e6e6 !important;
	border-left: 0 solid #e6e6e6 !important;

}
.form-post .ui-autocomplete li:hover{
	border: none !important;
}
.ui-autocomplete li.selected .icon-circle{
	background-color: #539f41 ;
}

.post-step3.form-post .input-file .button {
	width: 80px;
	height: 55px;
	text-align: center;
	background: #e7e8e8;
	padding: 0px;
	margin-left: 3px;
}
.post-step3.form-post .input-file .button span{
	top:16px;
	right: 34px;
}

.post-step3.form-post .carousel-list .input-file {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
}
.post-step3.form-post #image-list li {
	display: inline-block;
	width: 94px;
	margin: 0;
	padding: 7px 10px 0 10px;
	font-size: 14px;
	margin-bottom: 15px;
}
.post-step3.form-post #image-list li .img-gallery {
	display: block;
	float: none;
	position: relative;
}
.post-step3.form-post #image-list li .delete-img {
	position: absolute;
	top: 41%;
	left: 39%;
	color: #3a89cc;
	font-size: 18px;
}
.post-step3.form-post #image-list li img {
	width: 100%;
}
div.mce-panel {
	border: 1px solid #cacaca !important;
}
.seller-ads-list {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 16px;
	padding-bottom: 8px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.seller-ads-list > li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin:0 4px;
	vertical-align: top;
	margin-top: 8px;
	border-radius: 3px;
}
.seller-ads-list > li img {
	border-radius: 3px;
}
.seller-ads-list > li.last {
	background: #e4f0fc;
}
.seller-ads-list > li.last span {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 100%;
	color:#3783c4;
}

/*		PROFILE      */
.profile-content {
	padding-left: 15px;
	padding-right: 15px;
}
.profile-avatar {

}
.profile-avatar .thumbnails {

}
.profile-avatar .thumbnails span {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}
.profile-avatar .thumbnails .title {
	padding-left: 70px;
	padding-top: 11px;
}
.profile-avatar .thumbnails .title h2 {
	font-size: 16px;
	font-weight: 600;
	color: #323432;
	margin-bottom: 2px;
}
.profile-avatar .thumbnails .title p {
	font-size: 14px;
	color: #878d87;
}
.profile-avatar .thumbnails span img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.profile-content .info-list {
	margin-top: 15px;
}
.profile-content .info-list li {
	padding: 6px 0;
	color: #323432;
}
.profile-content .info-list i {
	min-width: 24px;
}
#form-edit-profile,
#form-change-pass {
	text-align: center;
}

#form-change-pass {
	display: none;
}
.title-edit-profile {

}
#form-edit-profile .post-new-classified {
	padding: 0;
}
.btn-edit-info, 
.btn-submit-changes {
	background: #3784c5;
	display: inline-block;
	padding: 14px 26px;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 4px;
	margin: 20px 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
.btn-submit-changes {
	margin: 0;
}
.title-list-ads {
	position: relative;
	overflow: hidden;
	/*margin: 20px -20px 0 -20px;*/
	padding: 20px 20px;
	/*border-top: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	font-weight: 700;
	background: #FFF;
}
.action-list-ads {
	position: relative;
	background: #FFF;
}
.list-ads, .list-favorites, .list-sale-order, .list-purchase-order, .list-transaction {
	margin: 0 -30px;
}
.list-sale-order > p, .list-purchase-order > p {
	padding: 20px;
}
.list-ads .list-divider {
	display: none;
}
.title-list-ads > div:last-of-type {
	color: #3784c5;
}
.active-action {
	/*margin: 0 -20px;*/
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.active-action span {

}
.list-type {
	display: none;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	background: #FFF;
	z-index: 10;
}
.list-type li {
	padding: 12px 0;
	border-bottom: 1px solid #e9e9e9;
} 
.list-type li a {
	color: #5f6367;
}
.list-type li i {
	min-width: 24px;
}
body.open-list-type .mark-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 9999;
}
body.open-list-type .title-list-ads,
body.open-list-type .action-list-ads, 
body.open-list-type .list-type {
	z-index: 10000;
}
body.open-list-type .action-list-ads {
	color:#3784c5;
}

/*			Modal       	*/
body.modal-open {
	margin-right: 0;
}
.modal {
	margin-top: 24%;
	outline: none;
}
.modal-backdrop.fade.in  {
	background: rgba(219,219,219,0.4);
}


/*--- Modal login ---*/
.modal-login {
    border-radius: 8px;
    min-height: 361px;

}
.modal-login .modal-dialog{
	width: 330px;
	height: 292px;
	padding:0 !important;
}
.modal-forgotpass .modal-dialog{
	width: 330px;
}
.modal-login #login-body{
	padding: 0!important;
	margin-bottom: 0 !important;
}
.modal-login .modal-body{
	padding-bottom:5px !important;
	margin-bottom:10px !important;
}
.modal-login .modal-body .login-body{
    overflow-y: auto;
    padding: 30px 20px 0px !important;
    position: relative;
}
.modal.modal-login{
	overflow-x: hidden;
    overflow-y: scroll;
}
.modal-login.modal{
	/*left: 40%;
	top:10%*/
}
.modal-login .controls input[type="text"],
.modal-login .controls input[type="password"]{
	width: 100%;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
 	border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 2px 6px;
}
.modal-forgotpass .controls input[type="text"],
.modal-forgotpass .controls input[type="password"]{
	width: 100%;
}
.modal-forgotpass p.span-top{
	padding: 10px 0;
	font-size:13px;
}
.modal-forgotpass .forgot-password {
}

.modal-forgotpass .label-signin {
	display: none;
}

.modal-login .modal-dialog .modal-content{
	background-color: #fff;
	-moz-box-shadow: 0 0 10px rgba(193,201,191,.4);
	-webkit-box-shadow: 0 0 10px rgba(193,201,191,.4);
	box-shadow: 0 0 10px rgba(193,201,191,.4);
}
.label-signin{
	padding: 17px 40px 17px;
	position: relative;
	border-bottom: 1px solid #e9eae9;
}
.label-signin .close-login,
.label-forgot .close-login{
	position:absolute;
	top: 10px;
	right: 15px;
}
.label-signin .title,
.label-forgot .title{
	font-size:23px;
	font-weight:300;
}
.label-social-login{
	text-transform: uppercase;
	float: left;
	font-size: 15px;
	color: #8f8f8f;
	text-indent: 15px;
	line-height: 50px;
	font-weight: normal;
}
.row-social-login ul{
	float: right;

}
.row-social-login ul li{
	border-left: 1px solid #e9eae9;
	float: left;
}
.row-social-login .btn-social{
	height: 55px;
	width: 53px;
	float: left;
	background: url('../../img/socials.png') top left;
}
.row-social-login .btn-social:hover{
	background: url('../../img/socials-hover.png') top left;
}
.row-social-login .btn-tw{
	background-position: right top;
}
.row-social-login .btn-tw:hover{
	background-position: right top;
}
.row-social-login .fa{
	font-size: 35px;

}
.label-signin .register-request, .label-signin .signin-request{
	float: right;
	margin-top: 10px;
	font-size:13px;
}
.signin-social{
	border-top: 1px solid #e9eae9;
	padding: 0 20px;
	overflow: hidden;
}
.signin-social span{
	color: #969d97;
	text-transform:uppercase;
	font-weight:300;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}
.signin-social ul{
	display: inline-block;
	float: right;
}
.signin-social ul li{
	display: inline-block;
	border-left: 1px solid #e9eae9;
}
.signin-social ul li.twitter a{
	padding: 10px 0 10px 20px;
}
.signin-social ul li.facebook a{
	padding: 10px 20px;
}
.signin-social ul li a{display:block;}
#report-ad, 
#reject-ad{
	top:10%;
	position: fixed;
}
#report-ad.modal-dialog, 
#reject-ad.modal-dialog {
	width: 450px;
}
#report-ad .modal-header,
#reject-ad .modal-header{
	padding: 10px 10px 10px 0;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 0px;
	background: #fff;
	text-align: left;
}
#report-ad .modal-body,
#reject-ad .modal-body{
	padding: 15px 25px;
}
#report-ad h1,
#reject-ad h1{
	padding-left: 0px;
	margin: 0;
}
.report-ad .label-reject,
.reject-ad .label-reject{
	padding: 0px 10px 10px 0px;
	display: block;
}
.report-ad textarea,
.reject-ad textarea{
	width: 100%;
	border-radius: 4px;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    margin: 0 0 20px 0;
    padding: 10px;
}
#loginModal .control-group{
	margin-bottom: 20px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.form-horizontal .form-group label {
	padding-top: 0;
	margin-bottom: 2px;
}

#loginModal .row-social-login {
	display: block;
	overflow: hidden;
	border-top: 1px solid #e9eae9;
	border-radius: 0 0 6px 6px;
	margin-bottom: 0;
}
#loginModal .control-group.button-signin{
	margin-bottom:10px;
}
.modal-login .controls button{
	width: 100%;
}
.modal-forgotpass .controls button{
	width: 100%;
}
 span#icon_login{
	font-size: 50px;
}
.forgot-password-link{
	display:block;
	text-align:center;
	font-size:13px;
	text-transform:none;
}
/*			redirect page payment		*/
.redirect-content {
	margin-top: 10px;
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 1.3;
}

.redirect-content * {
	text-align: center;
}
.redirect-content >  .main-content > p {
	font-weight: bold;
}

.redirect-content .title {
	color: #57722c;
	font-size: 1.2em;
	margin-top: 4px;
}

.redirect-content .content {
	font-size: 0.8em;
	margin-bottom: 15px;
}

.redirect-content a {
	color: #3293c5;
	text-decoration: none;
}

/*		coupon 		*/
.coupon-item .total-title, 
.coupon-item .ad-price,
.ad-price .coupon-price{
	display: none;
}
.coupon-item .coupon-input input {
	border: 1px solid #ededed;
	line-height: normal;
	padding: 6px 9px;
	padding-right: 0;
}
.accout-profile .controls .icon{
	top: 11px !important;
	right: 48px !important;
}
.google-action a.button i::before {
	content: attr(data-icon);
    font-family: "Pictos" !important;
    font-weight: normal;
    line-height: 0;
    font-size: 1.2em;
    text-transform: none;
}

.mobile-pagination {
	text-align: center;
}

/**
 * Notification
 */
.notification {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
	z-index: 999999;
}

.success-bg {
	background-color:#99af67;
}

.error-bg {
	background-color: #db5f47;
}

/**
 *  Modal
 */

.modal-header {
	padding: 0;
	padding-bottom: 20px;
	border-bottom: none;
}
.modal-body textarea {
	width: 100%;
	max-width: 100%;
}
.send-message.submit-review .form-group:last-child {
	margin-bottom: 0;
}

/**
 * inifinite scroll css
 * - See more at: http://cssload.net/#sthash.Ei9EL5dp.dpuf
*/
#inview {
	text-align: center;
}
.bubblingG {
	text-align: center;
	/*width:380px;*/
	height:50px;
	margin: 0 auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #000000;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

#bubblingG_2 {
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}

#bubblingG_3 {
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}
.et-custom-field{
	margin-top: 30px;
}
.et-custom-field .ext-field label{
	padding-right: 10px;
}
@-moz-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-moz-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-moz-transform: translateY(-21px);
}

}

@-webkit-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-webkit-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-webkit-transform: translateY(-21px);
}

}

@-ms-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-ms-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-ms-transform: translateY(-21px);
}

}

@-o-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-o-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-o-transform: translateY(-21px);
}

}

@keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	transform: translateY(-21px);
}

}
.step2-signin .submit-auth{
	float: left;
}
.step2-signin .social-login{
	float: left;
	margin-top: -12px;
}
.step2-signin .btn-social{
	height: 55px;
    width: 53px;
    float: left;
    background: url(../img/socials.png) top left;
}
.step2-signin ul li {
	padding: 0px!important;
    float: left;
    border: 1px solid #e9eae9;
}
.step2-signin .social-login ul li:last-child{
	border-bottom: 1px solid #e9eae9;
	border-left:none;
}
.step2-label-social-login {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    text-indent: 15px;
    line-height: 34px;
    font-weight: normal;
    width: 120px!important;
}
.step2-signin .btn-tw {
    background-position: right top;
}
.step2-signin .btn-social:hover {
    background: url(../img/socials-hover.png) top left;
}
.step2-signin .btn-tw:hover {
    background-position: right top;
}