.occ_item {
	float: left;
	width: 31%;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	padding: 5px;
	margin: 0.6%;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sliderPrice {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #A7A7A7;
	padding: 4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.occ_item.sliding {
	width: 10% !important;
	height: 80px !important;
	margin: 0 !important;
	padding: 0;
}

.occ_item.sliding .occ_text {
	display: none;
}

.occ_item.sliding .sliderPrice {
	display: block;
}


.shrink {
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}



.occ_item b {
	position: absolute;
	color: #FFF;
	text-align: left;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 3% 1% 0 2%;
	margin-top: -68px;
	height: 35px;
	font-size: 15px;

}

.occ_details {
	font-size: 18px;
	color: #646464;
	text-align: left !important;
	margin-left: 18px;
	display: block;
}

.prijs {
	font-weight: bold;
	font-size: 20px;
}


#occasions {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.occ_item:hover img {
	opacity: 0.5;
}

.occ_item:hover .occlistimg img {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	background-size: 191px 50px;
}

.occlistimg img {
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.occ_item:hover .occ_details {
	color: #000;
}

.occ_item:hover b {
	background-color: #000;
	text-shadow: 0px 1px 3px #436072;
	color: #FFF;
	z-index: 30000;
	-webkit-transition: background-color, color, border-radius 0.4s ease;
	-moz-transition: background-color, color, border-radius 0.4s ease;
	transition: background-color, color, border-radius 0.4s ease;
	-
}


.occlistimg {
	background: url(../images/ash_logo.png) no-repeat center center;
	background-size: 0px 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#overview b {
	font-weight: bold !important;

}

#overview b font {
	margin-bottom: 2px;
	display: block;
}

#slider,
.ui-slider {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 20px;
	display: block;
	float: left;
}

#slider_text {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

#price_select {
	width: 50%;
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 10px;
	display: none;
}

#slider {
	border: none;

	background: #DBE0E3 !important;


	margin-top: 20px;

}

#slider a {
	background: transparent url(slider_brake.png) top right no-repeat;
	border: none;
	width: 96px;
	height: 50px;
	border-color: #274358;
	margin-top: -10px;
	margin-left: -40px;
}

#nieuwbinnen {
	float: left;
	width: 100%;
	min-height: 490px;
	margin-bottom: 40px;
}

.nieuw_txt {
	float: left;
	width: 40%;
	text-align: left;
	margin-left: 20px;
}

.nieuw_img {
	float: left;
	width: 50%;
}

#nw_price {
	font-size: 22px;
	line-height: 70px;
	width: 160px;
}

#nw_text ul {
	list-style: none;
	font-size: 14px;
}


#nw_text ul li {
	line-height: 20px;
	width: 100%;
	float: left;
	color: #708B8B;

}

#nw_title {
	text-transform: capitalize;
}

#meerinfo a {
	border-radius: 8px;
	color: #278989;
	font-size: 15px;
	float: left;
	padding: 5px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	background-color: #DDE9E9;
	text-shadow: 0px 1px 1px #FFF;
}

#nieuwbinnen:hover #meerinfo a {
	background-color: #516969;
	color: #FFF;
	text-shadow: none
}

@media only screen and (max-width: 475px) {
	.occ_item {
		width: 100% !important;
	}

	.occ_item.sliding {
		width: 31% !important;
		height: 70px !important;
	}
}

@media only screen and (min-width: 476px) and (max-width: 991px) {
	.occ_item {
		width: 47.5% !important;
	}

	.occ_item b {
		margin-top: -36px;
		height: 28px !important;
	}

	.occ_item.sliding {
		width: 21% !important;
		height: auto !important;
	}

}

@media only screen and (max-width: 1024px) {
	.occ_item {
		float: left;
		width: 30.2%;
		font-size: 14px;
		margin-bottom: 40px;
		margin-right: 0.5%;
	}


	#slider {
		display: none;
	}

	#price_select {
		display: block;
	}

}

.ui-widget-content {
	background: #F9ECEC !important;
}

#inruilen {
	margin-top: 60px
}

.row.full {
	float: left;
	width: 100%
}

.row label {
	float: left;
	width: 120px;
}

.options .row label {
	width: 60%;
}

.options .row label,
.options .row input {
	float: left;

}

.inruilDataBlock {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.basic.inruilDataBlock input,
.basic.inruilDataBlock select {
	width: 95%;
	max-width: 240px;
	padding: 4px 0px 4px 0px;
	margin-bottom: 6px;
	margin-left: 0;
	font-size: 14px;
}

.basic.inruilDataBlock label {
	padding-top: 4px;
}

.leftBlock {
	float: left;
	width: 50%;
}

.row {
	float: left;
	width: 100%
}

.staatField {
	width: 14%;
	float: left;
}

.row.invalid input {
	background: #FFEFCD;
}

@media only screen and (max-width: 767px) {
	.occasion_header h1 {
		top: 250px !important;

	}

	.occasion_header h2 {
		top: 295px !important;

	}

	#occasions h1 {
		font-size: 14px !important
	}

	.occ_item {

		margin-right: 0px;
	}

	.nieuw_img {
		width: 100% !important
	}

	.nieuw_txt,
	#nw_text ul li {
		width: 98% !important
	}

	.occ_item {
		padding: 0;
		margin-left: 0;
	}

}

@media only screen and (min-width: 768px) {



	.occasion_header h1 {
		top: 450px !important;

	}

	.occasion_header h2 {
		top: 495px !important;

	}
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}

#nw_text h2 {
	color: rgb(102, 131, 131);
}

#occasionFilterCounter {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 10px;
	position: fixed;
	display: none;
	color: #FFF;
	z-index: 99999;
	top: 0px;
}

.slick-prev,
.slick-next {
	width: 100px !important;
	height: 60px !important
}

.slick-prev:before,
.slick-next:before {
	color: white !important;
	font-size: 40px !important;
}


.verkocht {
	width: 185px;
	height: 188px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	*display: none;
	z-index: 2;
}

.verkochtribbon {
	font: bold 15px Sans-Serif;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;

	position: relative;
	padding: 5px 50px 5px 60px;
	left: -5px;
	top: 15px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}



.verkochtlabel:before {
	left: 0;
}

.verkochtlabel:after {
	right: 0;
}