.mobile-icon {
	float:left;
	padding:0 15px;
	line-height:0;
}
.post-icon {
	float:right;
	padding:0 15px;
	line-height:0;
}
.search-icon {
margin-right:3px;
}
.mobile-icon a, .post-icon a {
	background:#fff;
	border-radius:4px;
	width:40px;
	display:inline-block;
	text-align:center;
	color:#666;
	border:1px solid #eee;
}
.post-icon a, a.search-icon {
	padding:3px 0;
}
.post-icon a .ion-compose, .post-icon .ion-ios-search-strong {
	font-size:2.5em;
}

.mobile-categories#main-categories .catbox {
	padding:10px;
}
.mobile-categories#main-categories .catbox > a.caticon {
	display:inline-block;
	float:left;
	width:50px;
	padding:0;
}
.mobile-categories#main-categories .catbox > a.down-arrow {
	display:inline-block;
	float:right;
	width:50px;
	padding:10px 0;
	
}
.mobile-categories#main-categories a.down-arrow i {
	font-size:1.5em;
	color:#ccc;
}
.mobile-categories#main-categories .catbox > .catdetail {
	margin:0 60px;
	text-align:left;
}
.mobile-categories#main-categories .catbox > .catdetail h4 {
	margin-top:0;
}
.mobile-categories .sub-categories {
	text-align:left;
}
.mobile-categories .sub-categories ul {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.mobile-categories .sub-categories ul li {
	border-bottom:1px solid #eee;
}
.mobile-categories .sub-categories ul li:last-child {
	border:0;
}
.mobile-categories .sub-categories ul li a {
	padding:15px 10px;
	display:block;
	font-weight:600;
}
.mobile-categories .sub-categories ul li a:hover {
	background:#f9f9f9;
}

/*** SEARCH FILTER ***/
.mobilefilter .btn-group-justified {
	margin-bottom:15px;
	padding:0 15px;
}
.mobilefilter .btn-group {
	float: none;
	display: block;
}
.mobilefilter .btn-group-justified .btn {
	padding:10px 5px;
}
.mobilefilter ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:16px;
}
.mobilefilter ul li, .mobilefilter ul li ul li {
	position:relative;
	border-top:1px dotted #eee;
}

.mobilefilter ul li > a {
	padding:10px;
	font-weight:600;
	display:inline-block;
}
.mobilefilter ul li ul li a {
	padding-left:20px;
}
.mobilefilter .active {
    color: #fab81b;
}
.mobilefilter .active.delete {
    color: #d9534f;
	font-size:20px;
}
.mobile-footer {
	text-align:center;
}
.mobile-footer .social-network {
	margin-top:15px;
}
.item-head h2 > div.mobile-price .price {
	background:#FAB81B;
	font-size:.7em;
	color:#fff;
	padding:5px 10px;
	margin-top:10px;
	display:inline-block;
}

/* General styles for all menus */
.cbp-spmenu {
	background: #333;
	position: fixed;
}
.cbp-spmenu ul {
	margin:0;
	padding:0;
}

.cbp-spmenu a {
	display: block;
	color: #d7d7d7;
	font-size: 1em;
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.cbp-spmenu a:hover {
	color:#fff;
	background: #444;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #444;
	padding: 1em;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.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: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s 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;
	}
}

@media (min-width:280px) and (max-width:480px) {
	.navbar-header {
		padding:10px 0;
	}
	.logo {
		margin:0 70px 0 70px;
		text-align:center;
	}
	.logo2 {
		margin:0 100px 0 70px;
		text-align:center;
	}
	.logo a, .logo2 a {
		padding:6px 0;
		height:inherit;
	}
	#head-search form.search {
		padding:15px 0;
	}
	/*** USER FORM ***/
	.user-access, .contact-form {
		width:100%;
	}
	
	/*** USER MENU ***/
	ul.sub-usermenu {
		text-align:center;
	}
	ul.sub-usermenu li {
		display:inline-block;
		float:none;
		width:24.2%;
	}
	ul.sub-usermenu li a {
		display:block;
	}
	ul.sub-usermenu li a i {
		font-size:2em;
	}
	
	/*** USER PUBLIC PROFILE ***/
	.user-public-picture { width:100%; margin-bottom:10px;}
	.user-public-picture img { width:100%;}
	.user-public-detail {
		margin-left:0px;
	}
	
	/*** SEARCH RESULT ***/
	.list {
		margin-bottom:10px;
	}
	.list .item .image {
		float:left; 
		width:110px;
	}
	.list .item .content {
		margin-left:110px;
		padding:7px 10px 8px 10px;
	}
	.list .item .content h4 {
		height:20px;
	}
	.list .item .content .short-desc {
		display:none;
	}
	.list .item .content .price {
		display:block;
		margin-top:5px;
	}
	/*** ITEM ***/
	.item-head h2 {
		font-size:1.5em;
		line-height:normal;
	}
	
	.modal-dialog {
		width:100%;
		padding:20px 15px;
		margin:0 auto;
	}
}
@media (min-width:481px) and (max-width:767px) {
	.navbar-header {
		padding:10px 0;
	}
	.logo {
		margin:0 70px 0 70px;
		text-align:center;
	}
	.logo2 {
		margin:0 100px 0 70px;
		text-align:center;
	}
	.logo a, .logo2 {
		padding:6px 0;
		height:inherit;
	}
	#head-search form.search {
		padding:15px 0;
	}
	
	.widget.location li {
		display:inline-block;
	}
	.widget.location li a {
		padding:10px;
		display:block;
	}
	.widget.location li a:hover {
		background:#f7f7f7;
	}
	.widget.location li:before {
		content:inherit!important;
	}
	.list.col-xs-12 {
		width:50%;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.widget.location li {
		display:inline-block;
	}
	.widget.location li a {
		padding:10px;
		display:block;
	}
	.widget.location li a:hover {
		background:#f7f7f7;
	}
	.widget.location li:before {
		content:inherit!important;
	}
	
	ul.sub-usermenu li a {
		padding:15px 10px;
	}
	#user-listings .col-sm-4 {
		width:50%;
	}
}
