.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
	.col-md-15 {
		width:50%;
		float:left;
	}
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.glyph {
    text-align:center;
    margin-bottom:20px;
}

.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 50px;
    line-height: 1;
    background-color: #f7f7f9;
    border-radius: 50%;
    display: inline-block;
    padding: 24px;
    transition: background-color 0.5s ease 0s;
}

.glyph .glyph-icon:hover {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 50px;
    line-height: 1;
    border-radius: 50%;
    display: inline-block;
    padding: 24px;
    transition: background-color 0.5s ease 0s;
}

.glyph .glyph-icon::before {
    font-size: 50px;
    color: #019891;
    margin-left: 0;
    transition: color 0.5s ease 0s;
}

.glyph .glyph-icon:hover:before {
    
    color: #7dba21 !important;
    
    transition: color 0.5s ease 0s;
}

.glyph .cat-name {
    color: #019891;
    font-size:1.2em;
    font-weight:bold;
    transition: color 0.5s ease 0s;
    padding:10px;
    height:50px;
}

.glyph .cat-name:hover {
    color: #7dba21 !important;
    transition: color 0.5s ease 0s;
}

/* Listings */

/* =-=-=-=-=-=-= Listing View 1 =-=-=-=-=-=-= */

@media (min-width: 992px) {

	.well {
	background-color: #fff;
	border: 1px solid #eaedef;
	border-radius: 2px;
	overflow-wrap: auto;
	margin-bottom: 30px;
	box-shadow: none;
	height: 75px;
	}

}

@media (max-width: 992px) {

	.well {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	overflow-wrap: auto;
	margin-bottom: 30px;
	box-shadow: none;
	height: 75px;
	}
	
	.well .btn-group {
		margin-bottom:25px;
	}
	
	.bef-exposed-form .form-item{
		width: 100%;
		
	}

	
	.bef-exposed-form .form-item input, .bef-exposed-form .form-item select, .bef-exposed-form .form-item input {
		width: 100% !important;
		
	}

}
.ad-listing {
	margin-bottom: 30px;
	padding: 0;
	position: relative;
}
.ad-listing .col-md-3.grid-style {
	padding-left: 0;
}

.category-grid-box .short-description .category-title span.padding_cats + span.padding_cats{
	margin-left:5px;
}

.ad-listing .img-box {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.ad-listing .img-box::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-ms-transform: scale(0.9);
	/* IE 9 */
    
	-webkit-transform: scale(0.9);
	/* Chrome, Safari, Opera */
    
	transform: scale(0.9);
	width: 100%;
}
.ad-listing:hover .img-box::before {
	opacity: 0.7;
	-ms-transform: scale(1);
	/* IE 9 */
    
	-webkit-transform: scale(1);
	/* Chrome, Safari, Opera */
    
	transform: scale(1);
}




.ad-listing .ad-status {
	background-color: rgba(245, 137, 54, 0.8);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	left: 0;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
.ad-listing:hover .view-button {
	opacity: 1;
}
.ad-listing .img-box img {
	max-width: 100%;
}
.ad-listing .total-images {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
}
.ad-listing .total-images {
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
.content-zone .img-zone {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.content-zone .img-zone::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-ms-transform: scale(0.9);
	/* IE 9 */
    
	-webkit-transform: scale(0.9);
	/* Chrome, Safari, Opera */
    
	transform: scale(0.9);
	width: 100%;
}
.content-zone:hover .img-zone::before {
	opacity: 0.7;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Chrome, Safari, Opera */
	transform: scale(1);
}
.content-zone:hover .view-button {
	opacity: 1;
}
.quick-view {
	margin-top: -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 9999;
}
.view-button {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #252525;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	width: 40px;
}
.ad-listing .quick-view {
	margin-top: -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.ad-listing .view-button {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #252525;
	display: inline-block;
	font-size: 16px;

	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0;
	-webkit-transform: translateY(80px);

	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	width: 40px;
}
.ad-listing .content-area {
	padding: 25px 0 0;
	overflow: hidden;
	position: relative;
}

.ad-listing .content-area .ad-details {
	margin-top:10px;
}

.ad-listing .content-area .btn{
	padding: 3px 10px !important;
}
.ad-listing .content-area .price {
 font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
}
.short-info {
	overflow: hidden;
}
.ad-listing .content-area .category-title {
	color: #a0a0a0;
	font-size: 14px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.ad-listing .content-area .category-title a {
	color: #a0a0a0;
}
.ad-listing .content-area h3 {
	color: #232323;
	font-size: 18px;
	margin-bottom: 6px;
	text-transform: capitalize;
	width: 80%;
	font-weight:500;
}
.ad-listing .content-area h3 a {
	color: #232323;
}
.ad-meta-info {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.ad-meta-info li {
	display: inline-block;
	margin-right: 15px;
}
.ad-meta-info li i {
	margin-right: 5px;
		color: #a0a0a0;
}
.ad-meta-info li a {
	color: inherit;
}
.ad-listing .content-area .ad-stats {
	float: left;
	padding-right: 10px;
	padding-top: 0;
	width: 100%;
	color: #a0a0a0;
	font-size: 14px;
}
.ad-listing .content-area .ad-stats span {
	font-weight: 600;
	color: #232323;
}
.ad-listing .user-preview {
	position: absolute;
	right: 25px;
	top: 10px;
}
.ad-listing .user-preview img {
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	width: 40px;
}
.ad-listing .content-area .additional-info {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 24px;
}
.ad-listing .content-area .additional-info li {
	display: inline-block;
	margin: 0 2px;
}
.ad-listing .content-area .additional-info li a {
	background: #f4f4f4 none repeat scroll 0 0;
	border-radius: 50%;
	color: #b7b7b7;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 30px;
}
.ad-listing .content-area .additional-info li a:hover {
	color: #fff;
}
.ad-listing .content-area .col-md-9 {
	padding: 0 20px;
}
.ad-listing .content-area .col-md-9::after {
	background-color: #e5eaef;
	content: "";
	height: 164px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 1px;
}
/* =-=-=-=-=-=-= Listing View Switch  =-=-=-=-=-=-= */
.glyphicon {
	margin-right: 5px;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 h3 {
	font-size: 18px !important;
}
.mid-container.list-group .item.list-group-items .ad-meta-info {
	font-size: 16px;
}
.mid-container.list-group .item.list-group-items {
	float: none;
	width: 100%;
	background-color: transparent;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .image {
	float: left;
	width: 40%;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .image img {
	min-height: 255px;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .short-description-1 {
	float: right;
	min-height: 255px;
	overflow: hidden;
	padding: 20px;
	width: 60%;
}
.item.list-group-items {
	float: none;
	width: 100%;
	background-color: #fff;
}
.list-group-items .category-grid-box-1 .image {
	float: left;
	position: relative;
	width: 30%;
}
.list-group-items .category-grid-box-1 .short-description-1 {
	overflow: hidden;
	float: right;
	width: 70%;
	min-height: 256px;
	padding: 30px;
}
.list-group-items .ad-info-1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.list-group-items .ad-info-1 ul {
	float: left;
}
#products .ad-meta-info {
	display: none;
}
#products .list-group-items .category-grid-box-1 h3 {
	font-size: 20px;
}
#products .list-group-items .ad-meta-info {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	float: left;
}
#products .list-group-items .ad-meta-info li i {
	margin-right: 10px;
}
#products .list-group-items .ad-meta-info li i {
	font-size: 20px;
}
#products .ad-info-1 .detail-button {
	display: none;
}
#products .list-group-items .ad-info-1 .detail-button {
	display: inline-block;
	float: right;
	margin-top: 3px;
	font-size: 12px;
	 margin-right: 20px;
}
.ad-info-1 ul li.views {
	display: none;
}
.list-group-items .ad-info-1 ul li.views {
	display: inline-block;
}
.list-group-item-text {
	display: none;
}
.list-group-items .list-group-item-text {
	display: block;
	margin-top: 15px;
}
/* =-=-=-=-=-=-= Listing View 3 =-=-=-=-=-=-= */
.ads-list-archive {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	color: #777;
	display: block;
	margin-bottom: 30px;
	position: relative;
	float: left;
	    width: 100%;
}
.ads-list-archive .archive-history {
	margin-top: 10px;
}
.ad-archive-img {
	overflow: hidden;
}



.ribbon.popular {
	background: rgba(0, 0, 0, 0) url("../images/featured.png") no-repeat scroll 0 0;
}
.ribbon.expired {
	background: #000000;
	/* fallback for old browsers */
    
	background: -webkit-linear-gradient(to left, #000000, #434343);
	/* Chrome 10-25, Safari 5.1-6 */
    
	background: linear-gradient(to left, #000000, #434343);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
	color: #fff;
}
.ribbon {
	height: 28px;
	position: absolute;
	top: 0;
	width: 78px;
	z-index: 1;
	padding: 0 12px;
}
.ad-archive-img a img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);

	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.ad-archive-img img {
	width: 100%;/* height: 232px;*/
}
.ad-archive-img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ad-archive-desc {
	border-right: medium none;
	/*line-height: 17px;*/
    
	padding: 10px 20px;
}
.ad-archive-desc .rating {
	font-size: 15px;
	margin: 15px 0 3px -3px;
}
.ad-archive-desc h3 {
	font-size: 18px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 0;
	color: #232323;
	font-weight: 500;
}

.category-title span.padding_cats + span.padding_cats {
	margin-left:5px;	
}

.ad-archive-desc h3 a {
	color: #232323;
}
.ad-archive-desc h3:hover, .ad-archive-desc h3 a:hover {
	cursor: pointer;
}
.ad-archive-desc p {
	font-size: 14px;
	margin-bottom: 0;
}
ul.add_info {
	margin: 0;
	padding: 0;
}
.ad-archive-desc ul.add_info {
	margin-top: 10px;
}
ul.add_info li {
	border: 1px solid #ededed;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}
.custom-tooltip {
	display: inline;
	position: relative;
	z-index: 9;
}
.tooltip-item {
	cursor: pointer;
	display: inline-block;
}
ul.add_info li i {
	display: inline-block;
	top: 2px;
}
.tooltip-content, .tooltip-content-flip {
	bottom: 100%;
	cursor: default;
	z-index: 9999;
}
.tooltip-content, .tooltip-item::after {
	left: 50%;
	position: absolute;
	width: 300px;
}
.tooltip-content h4 {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.tooltip-content .label {
	margin-left: 10px;
}
.label-danger {
	background-color: #d9534f;
}
.label {
	border-radius: 0.25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.custom-tooltip:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
	-moz-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
	-o-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
	-ms-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
	transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
}
.tooltip-content {
	background: #333 none repeat scroll 0 0;
	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px -150px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	text-align: left;
}
.tooltip-effect-4 .tooltip-content {
	transform: scale3d(0.7, 0.3, 1);
	transform-origin: 50% 100% 0;
	transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}
.tooltip-content::after, .tooltip_flip::after {
	content: "";
	pointer-events: none;
}
.tooltip-content::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #333 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}
ul.add_info li i {
	font-size: 14px;
	position: relative;
	 color: #a0a0a0;
}
.ad-archive-desc .ad-price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	overflow: hidden;
}
.ad-archive-desc .category-title {
	margin-bottom: 2px;
}
.ad-archive-desc .ad-meta .btn {
	padding: 3px 10px;
	text-transform: capitalize;
}
.ad-archive-desc .ad-meta .btn i {
	padding-right: 5px;
}
.ad-archive-desc .ad-meta .save-ad {
	background-color: #fcfcfc;
	border-color: #eaedef;
	border: 1px solid #eaedef;
	color: #464e60;
	font-size: 14px;
}
.ad-archive-desc .pull-right .btn i {
	padding-right: 5px;
}
.ad-archive-desc .last-updated {
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 30px;
}
.ad-archive-desc .ad-meta {
	position: relative;
	float: right;
}

/* =-=-=-=-=-=-= Listing View 4 =-=-=-=-=-=-= */
.ad {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	position: relative;
	overflow: hidden;
}
.ad:first-child {
	border-top: 1px solid #ededed;
}
.content-zone {
	background-color: #fff;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
	padding: 20px 0 10px;
	overflow: hidden;
}
.ad .content-zone .short-description-1 h3 {
	color: #232323;
	font-size: 18px;
	margin-bottom: 4px;
	font-weight:500;
}
.ad .content-zone .short-description-1 h3 a {
	color: #232323;
}


/* =-=-=-=-=-=-= Listing Sidebar & Blog Sidebar =-=-=-=-=-=-= */
.panel {
	overflow: hidden;
	border-radius: 0;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #232323;
	background-color: #fff;
	border-color: #fff;
}
.panel-title {
	font-size: 14px;
    font-weight: 500;
}
.panel-title > a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #f1f1f1;
	top: 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
#accordion .panel-body ul li {
	padding: 2px 0;
}
#accordion .panel-body.categories ul li a {
	font-size: 14px;
	color: #232323;
}
#accordion .panel-body.categories ul li a:hover {
	text-decoration: none;
	color: #f58936;
}
#accordion .panel-body a i {
	color: #8e8b8b;
	font-size: 22px;
	margin-right: 10px;
}
#accordion .panel-body ul li a span {
	color: #9e9e9e;
	margin-left: 5px;
}
.panel-body {
	background-color: #fff;
	padding: 10px 15px;
}
.search-widget {
	background: #f4f4f4 none repeat scroll 0 0;
	height: 45px;
	margin-bottom: 5px;
	position: relative;
}
.search-widget input[type="text"], .search-widget input[type="number"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	max-width: none;
	padding-left: 15px;
	padding-right: 40px;
	width: 100%;
}
.search-widget button[type="submit"], .search-widget button[type="button"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #bdbdbd;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.skin-minimal .list li label {
	padding-left: 5px;
	font-weight: 500;
	color: #232323;
	font-size: 14px;
}
.side-menu {
	background:#fff;	
}
.skin-minimal .list li label:hover {
	text-decoration: none;
}
.recent-ads .recent-ads-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.recent-ads .recent-ads-list:last-child {
	margin-bottom:5px;
	border-bottom: 1px solid #eaedef;
	padding: 10px 0;
}
.recent-ads .recent-ads-container {
	display: table;

	width: 100%;
}
.recent-ads .recent-ads-list-image {
	display: table-cell;
	width: 96px;
}
.recent-ads .recent-ads-list-image img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
	max-height:100px;
	padding:10px;
}
.recent-ads .recent-ads-list-image-inner {
	background-color: rgba(0, 0, 0, 0.12);
	display: block;
	height: 60px;
	margin: 0 16px 0 0;
	position: relative;
	width: 100px;
	
}
.recent-ads .recent-ads-list-content {
	display: table-cell;
	vertical-align: top;
}
.recent-ads .recent-ads-list-content h3 {
	color: #232323;
	font-size: 16px;
}
.recent-ads .recent-ads-list-title {
	margin: 0;
}
.recent-ads .recent-ads-list-title a {
	color: #232323;
	font-size: 15px;
	font-weight: 500;
}

.recent-ads .recent-ads-list-location {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.recent-ads .recent-ads-list-location li {
	display: inline !important;
	border-bottom: medium none !important;
}
.recent-ads .recent-ads-list-location li::before {
	display: none !important;
}
.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.recent-ads .recent-ads-list-price {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}
.sidebar .widget + .widget {
	margin-top: 5px;
}
.sidebar .widget {
	overflow: hidden;
	position: relative;
	border-color: #eeeeee;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #eeeeee;
}
.sidebar .widget .widget-heading {
	background-color: #fff;
	border-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
	color: #232323;
	padding: 0;
}
.sidebar .widget .widget-content {
	border-top-color: #eeeeee;
	background-color: #fff;
	padding: 20px 25px;
}
.sidebar .widget .widget-content ul li {
	border-bottom: 1px solid #f1f1f1;
	display: block;
	padding-bottom: 13px;
	padding-top: 13px;
}
.sidebar .widget .widget-content ul li a {
	color: #232323;
}
.sidebar .widget .widget-content ul li::before {
	color: #ddd;
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 5px;
}
.sidebar .widget .widget-content .category-grid-box .ad-info ul li::before {
	display:none;
}

.sidebar .widget .widget-content .category-grid-box .ad-info ul li{
	padding: 10px 20px !important;
	font-size:14px;
	line-height:normal;
}
.sidebar .widget .widget-content ul li:first-child {
	padding-top: 0;
}
.sidebar .widget .widget-content ul li:last-child {
	border-bottom: medium none;
	padding-bottom: 0;
}
.sidebar .widget .widget-content .tagcloud {
	margin-top: 7px;
	overflow: hidden;
}
.sidebar .widget .widget-content .tagcloud a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	margin: 0 4px 8px 0;
	padding: 0 17px;
	color: #232323;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.blog-sidebar .widget + .widget {
	margin-top: 5px;
}
.blog-sidebar .widget {
	overflow: hidden;
	position: relative;
	border-color: #eeeeee;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #eeeeee;
}
.blog-sidebar .widget .widget-heading {
	background-color: #fff;
	border-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
	color: #232323;
	padding: 0 0 5px 0;
	   margin-bottom: 15px;
}
.blog-sidebar .widget.widget-content {
	border-top-color: #eeeeee;
	background-color: #fff;
	/*padding: 20px 25px;*/
	overflow: hidden;
}


.blog-sidebar .widget.widget-content  .recent-ads .recent-ads-list .recent-ads-container ul {
	padding:0;	
}

.blog-sidebar .widget.widget-content  .recent-ads .recent-ads-list {
	margin:5px 0;
	padding:15px 20px;
}

.blog-sidebar .widget.widget-content ul li {
	border-bottom: 1px solid #f1f1f1;
	display: block;
	padding-bottom: 13px;
	padding-top: 13px;

}
.blog-sidebar .widget.widget-content ul li a {
	color: #232323;
	text-transform:capitalize;
}
.blog-sidebar .widget.widget-content ul li a span {
	color: #ddd;
	float: right;
}



.blog-sidebar .widget.widget-content ul li:last-child {
	border-bottom: medium none;
	padding-bottom: 0;
}
.blog-sidebar .widget.widget-content .tagcloud {
	margin-top: 7px;
	overflow: hidden;
}
.blog-sidebar .widget.widget-content .tagcloud a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	margin: 0 4px 8px 0;
	padding: 0 17px;
	color: #232323;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.blog-sidebar .widget.widget-content .gallery-image img {
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100%;
}
.blog-sidebar .widget.widget-content .gallery-image img:hover {
	background: #000;
	opacity: 0.7;
}
.blog-sidebar .widget.widget-content .gallery-image {
	margin-top: 10px;
	overflow: hidden;
}
.blog-sidebar .widget.widget-content .gallery-image a {
	float: left;
	margin-bottom: 10px;
	margin-right: 3px;
	max-width: 24%;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.sidebar .widget-title {
	color: #313131;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}
.sidebar .widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li {
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0;
}
.btn-contact, .btn-contact:hover, .btn-contact:active {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-color:#ccc;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: #232323;
	font-size: 20px;
	height: 90px;
	padding-left: 90px;
	padding-right: 10px;
	text-align: left;
	font-weight: 500;
}
.contactEmail, .contactEmail:hover {
	background-color: transparent;
	background-image: url(../images/email.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	outline: none;
}
.contactPhone, .contactPhone:hover, .contactPhone:active, .contactPhone:visited {
	background-color: transparent;
	background-image: url(../images/phone.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	font-size: 24px;
	outline: none;
}
.ad-listing-price {
	display: block;
	position: relative;
	width: 100%;
	outline: none;
}
.ad-listing-price p {
	color: #fff;
	font-size: 1.8em;
	padding: 5%;
	text-align: center;
	margin-bottom: 0;
}
.user-photo img {
	border-radius: 5px;
	height: auto;
	width: 90px;
}
.user-information .user-name {
	font-size: 20px;
	font-weight: 600;
	color: #232323;
}
.user-information .user-name a {
	color: #232323;
}
.user-info-card {
	padding-bottom: 15px;
	padding-top: 25px;
}
.ad-listing-meta > ul {
	padding: 0;
}
.ad-listing-meta ul li {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 15px;
	 font-size: 14px;
}
.ad-listing-meta ul li:last-child {
	border-bottom: medium none;
}
.ad-listing-meta ul li span {
	float: right;
	font-weight: 600;
}
.widget-content ol {
	padding-left: 15px;
}
.widget-content ol li {
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.widget-content.saftey ol li {
	margin-bottom: 0;
	padding-left: 2px;
	position: relative;
}
.widget .widget-content .featured-slider-3 .item .category-grid-box {
	margin-bottom: 0;
}

.recent-ads-list-image > a{
   
    display: block;
    height: auto;
    margin: 0 16px 0 0;
    position: relative;
	width: 100px;
	margin-bottom:10px;
}
.main-header {
    background: white !important;
    color: black;
    padding: 10px 0;
    margin-bottom: 20px;
    background-size: cover;
    position: fixed;
    width: 100%;
    display: inline-block;
    z-index: 999;
}

.main-header::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: white;
	border-bottom:2px solid gray;
}

.menu-base-theme a {
    padding: 13px 24px;
	color: #000000;
	text-transform:uppercase;

}

.menu-base-theme a:hover, .menu-base-theme a:active, .menu-base-theme a:focus, .menu-base-theme a.highlighted {

}
.page-wraper {
	top:150px;
	display:block;
	position:relative;

}

.ad-listing .content-area .btn {

    padding: 7px 27px !important;

}

.frontpage-slider {
	position:absolute;
	top:80px;
	width:100%;
	display:block;
}

.frontpage-slider .col-md-12{
	margin:0;
	padding:0;
}

.frontpage-slider .carousel-inner {
	background:black;
	display:block;
}

.frontpage-slider img {
	width:100%;
	opacity:0.3;
	-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.frontpage-slider .carousel-caption {
	top:50px !important;
}

.frontpage-slider .carousel-caption h4 {
	font-size:1.8em;
}
.path-frontpage .page-wraper {
	top: 420px !important;
}

.panel-pricing {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
  }
  .panel-pricing:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  }
  #plans div:nth-of-type(1) .panel-heading {
	padding: 20px 10px;
	color:darkgray;
	background-color:silver;
	border-color: darkgray;
  }

  #plans div:nth-of-type(2) .panel-heading {
	padding: 20px 10px;
	color: #8a6d3b;
	background-color: #D0B13E;
	border-color: #faebcc;
  }

  #plans div:nth-of-type(3) .panel-heading {
	padding: 20px 10px;
	color: lightblue;
	background-color: #01A19A;
	border-color: #faebcc;
  }


  
  .panel-pricing .panel-heading .fa {
	margin-top: 10px;
	font-size: 58px;
  }
  .panel-pricing .list-group-item {
	color: #777777;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  }
  .panel-pricing .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
  }
  .panel-pricing .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
  }
  .panel-pricing .panel-body {
	background-color: #f0f0f0;
	font-size: 40px;
	color: #777777;
	padding: 20px;
	margin: 0px;
  }

  /* Carousel */

.owl-carousel .carousel-item {
	background: #fff;
	border: 1px solid #D9D7DA;
	text-align: center;
	margin-right:10px;
  }


  
  .owl-carousel .carousel-item-text {
	padding: 12px;
  }
  
  .owl-carousel .carousel-item .item-kicker {
	color: #01ABA3;
	display: block;
	font-size: .8em;
	font-weight: 600;
	height: 30px;
	margin-bottom: 16px;
	overflow: hidden;
	text-transform: uppercase;
  }
  
  .owl-carousel .carousel-item .item-title {
	color: #646464;
	font-size: 1em;
	font-weight: 600;
	height: 38px;
	margin: 0;
	overflow: hidden;
  }
  
  .owl-dots {
	margin-top: 40px;
	text-align: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
  }
  
  .owl-dot.active {
	background: rgba(127, 127, 127, 1);
  }
  
  .carousel-item-image {
	  height:170px;
	  overflow:hidden;
  }
  /* Tabs */
  
  .nav-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  
  .nav-tabs>li {
	display: block;
	position: relative;
	text-align: center;
  }
  
  .nav-tabs>li:last-child {
	margin-right: 0;
  }
  
  .tab-content {
	display: inline-block;
	width: 100%;
  }
  
  .tab-content .tab-pane {
	display: none;
  }
  
  .tab-content .tab-pane.active {
	display: block;
  }

.region-highlighted {
	margin-bottom:50px;
	border-bottom:1px solid #eaedef
	
}

.region-highlighted:after {
	padding-top:30px;
	border-bottom:1px solid gray;
}

.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

.item .thumbnail img.group-item {
	width:100%;
	height:200px;
	object-fit: cover;
}

.item .thumbnail img.list-group-item {
	width:300px !important;
	height:200px !important;
	object-fit:cover;
}

.bef-exposed-form .form-item, .form-actions {
	margin-right:10px;
    margin-top: 0em;
    margin-bottom: 1em;
    float: left;

}

.well .bef-exposed-form .chosen-container-single .chosen-single span {
	display:none !important;
}

.well .bef-exposed-form #edit-field-price-value {
	width:150px;
	height:42px;
}
.bef-exposed-form .chosen-container-single .chosen-single {
	height:42px !important;
}

.bef-exposed-form .chosen-container-single .chosen-drop {
	z-index:888;
}

.well .bef-exposed-form .js-form-item-keys input {
	height:42px;
}

.well .bef-exposed-form #edit_field_category_target_id_chosen {
	margin-left:20px;
}

.bef-exposed-form .form-item label {
	display: block !important;
}

.well .btn-group {
	float:left;
}

.well .exposed-filters {
	float:left;
}

.well .exposed-filters .js-form-item-sort-by label {
	display: none !important;
	font-size: 11px;
    color: #999;
	font-style: italic;
	
}

#products .item .lead {
	height:60px;
}
#edit-field-category-target-id--description{
	margin-left:20px;
}

.sidebar .col-md-3 {
	border-left: 1px solid #eaedef;
}

.taxonomy-wrapper a {
    background-color: #adb5bd;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    letter-spacing: 0;
    line-height: 23px;
    overflow-wrap: normal;
    padding: 8px 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    margin-bottom: 10px;
    float:left;
    margin-right:10px;
    
}

.taxonomy-wrapper a:hover {
    color: #7dba21;
}

.taxonomy-wrapper .clear {
	clear:both;
}

.taxonomy-wrapper #field-language-display {
	display:none; 
}

.price-wrapper div{
	float:left;
	margin-right:5px;
	font-size:15px;
	font-weight:bold;
	font-size:2em;
	color: #01A39C;
	padding:20px 0;
}

.price-wrapper:after {
	clear:both;
}




.slide--0 img {
	height:85px; 
	width: auto;
}


#block-dropdownlanguage .fieldset-legend {
	display:none;
}

#block-dropdownlanguage {
    position: absolute;
    top: -10px;
    right: -155px;
    width: 150px;
}



.odd_one, .odd_two, .odd_three, .off_four, .odd_five, .odd_six, .odd_seven {
	display: block;
	padding:5px 10px;
}

.odd_one div, .odd_two div, .odd_three div, .off_four div, .odd_five div, .odd_six div{
	display: inline;
}

.odd_one, .odd_three, .odd_five, .odd_seven {
	background-color: #F0F0F0;
}

.slick__arrow {
	display: none;
}

.clear {
	clear:both;
}

.block-responsive-slideshow .carousel {
	height:300px;
}

.block-responsive-slideshow .carousel-inner {
	height:300px;
	overflow:hidden;
}

.menu-base-theme li {
	text-align:center !important;
	border-right:1px solid #c7c7c7;
	
}

.menu-base-theme li a {
	transition: background-color 0.5s ease;
	text-decoration:none;
	color: #000000;
	
}
.menu-base-theme li a:hover {
	text-decoration:none;
	color: #019891;
	
}

.menu-base-theme li:nth-of-type(1) span:before  {
	transition: background-color 0.5s ease;
	content: "\f119";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}


.menu-base-theme li:nth-of-type(2) span:before  {
	transition: background-color 0.5s ease;
	content: "\f11a";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}

.menu-base-theme li:nth-of-type(3) span:before  {
	transition: background-color 0.5s ease;
	content: "\f11b";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}

.menu-base-theme li:nth-of-type(4) span:before  {
	transition: background-color 0.5s ease;
	content: "\f116";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}

.menu-base-theme li:nth-of-type(5) span:before  {
	transition: background-color 0.5s ease;
	content: "\f11e";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}
.menu-base-theme li:nth-of-type(6) span:before  {
	transition: background-color 0.5s ease;
	content: "\f11c";
	font-size:23px;
	color: #019891;
	margin-left:0;font-family: Flaticon;
	font-style:normal; 
		
}

.menu-base-theme li span:hover:before {
	color: #000000;
}

.path-news .list-group-item-text{
	display: block !important;
}

.path-news .list-group-item-heading {
	font-size:20px !important;
}

.path-news .list-group-item-text .lead a{
	font-size:13px;
}

.path-news .list-group-item-text a.btn-success{
	position:absolute;
	right: 20px;
}

.language-link span.flag {
	position:relative;
	top:6px;
}

.js .dropbutton-widget .dropbutton {
	background-color:white;
	border-right: 1px solid gainsboro;
	border-bottom:1px solid gainsboro;
	border-left:1px solid gainsboro;
	padding: 0 10px;
}

.js .dropbutton-wrapper, .js .dropbutton-widget {
    display: block;
    position: relative;
    top: 13px;
    margin-left:10px;
    
}

.dropbutton-multiple .dropbutton .secondary-action {
    display: none;
    transition: display 0.5s ease;
}

.dropbutton-multiple .open .dropbutton .secondary-action {
	display block;
}

.path-frontpage .bef-exposed-form{

    position: absolute;
    top: 208px;
    background: gray;
    padding: 26px 62px 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: center;
    left: 25%;
    right: 25%;
    z-index: 99;
    opacity: 0.7;

}


.ad-listing .list-group-item-heading {
	height:60px;
	overflow:hidden;
}

.ad-listing .quickedit-field > div {
	display:none;
}

.ad-listing .views-exposed-form {
	width:100%;
	display:block;
	height:90px;
	margin-left:15px;
}

.odd_one .private_message_link_wrapper a {
	font-weight:bolder;
}

.ad-listing .bef-exposed-form select.form-select {
	height:42px;
}

.ad-listing .feed-icon {
	position:absolute;
	top:50px;
	right:0;
	margin-right:25px;
	font-weight:bolder;
}

.ad-listing ul.js-pager__items {
	text-align:center;
}

.ad-listing ul.js-pager__items li {
	display: inline !important;
}

.path-ads-search .thumbnail .caption, .path-taxonomy .thumbnail .caption {
	height:200px;
	overflow: hidden;
}

.list-group-item .caption {
	height:300px !important;
}




.loginregistersection {
	text-align:center;
}

.loginregistersection a {
	margin:10px;
	padding:10px;
	width:100px;
	display:inline-block;
	background-color: green;
	border-color: #8ac037;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}