/* ---------------------- BASIC HTML SETTINGS ---------------------- */

*, *:before, *:after{
	box-sizing: border-box;
	position: relative;
}

body{
	margin: 0;
	padding: 0;
	background-color:#EFEFEF;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #313131;
}

/* ---------------------- BASIC SITE SETTINGS ---------------------- */

.container{
	max-width: 1000px;
	margin: 0 auto;
}

.displayNone{
	display: none;
}

.inv{
	display: none;
}

.offlineContent{
	box-shadow: 0px 0px 0px 3px #f00;
}

.bike.offlineContent{
	box-shadow: 0px 0px 0px 3px #f00;
}

.line{
	float: left;
	width: 100%;
	height: 1px;
    background-color: #D0D0D0;
	margin: 30px 0;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.line-through{
	text-decoration: line-through;
}

.green{
	color: #8dc045;
}

.clear{
	clear: both;
}

/* -------------------------- BACK TO TOP -------------------------- */

.backToTop{
	opacity: 0;
	transition: .5s;
	display: none;
	position: fixed;
	z-index: 2;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background-color: #c2c2c2;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 6px 2px #565656;
    -moz-box-shadow: 0 2px 6px 2px #565656;
    box-shadow: 0 2px 6px 2px #565656;
}

.backToTop.show{
	opacity: 1;
}

.backToTop span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #424242;
}

/* ---------------------- HEADER ---------------------- */

.box{
	float: left;
	width: 100%;
	box-shadow: 0 2px 6px 2px #565656;
	border-radius: 0px 0px 20px 20px;
}

header{
	float: left;
	width: 100%;
    max-height: 400px;
}

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

nav{
	float: left;
	width: 100%;
	background-color: #515151;
	padding: 0 20px;
}

nav ul{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

nav ul li {
	float: left;
}

nav ul li a{
	float: left;
	font-size: 16px;
	padding: 12px 25px;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

nav ul li a:hover, nav ul li a:active, nav ul li a.active{
	background-color: #313131;
}

.mobileMenuText{
	display: none;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
    position: absolute;
    right: 80px;
    top: 18px;
}

.hamburger{
    display: none;
	position: absolute;
    right: 4px;
    top: 2px;
	outline: none;
}

/* ---------------------- HOMEPAGE ---------------------- */

.lightbox-custom .lightbox-skin {
	box-shadow: 0 0 50px #222;
}

.gal{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color:#ffffff;
	border-radius:0px;
}

.homeText{
	float: right; 
	width: 54%;  
	text-align: left;
	margin: 0 3% 0 0;
}

.homeImage{
	float: left;
	width: 37%;
	margin: 3%
}

.homeImage img{
	border: 1px #000 solid;
	max-width: 100%;
}

.homeImageResponsive{
	display: none;
}

h1{
	font-size: 26px;
}

p{
	line-height: 22px;
}

.logoVanCranenbroek{
	float: right;
	margin: 25px 0px 15px 5px;
	max-width: 100%;
}

.facebookWinactie{
	float: left;
}

.facebookWinactie span{
	display: block;
	width: 100%;
	text-align: center;
}

/* ---------------------- BIKES ---------------------- */

.bikesContent{
	float: left;
	width: 100%;
	padding: 0 20px;
}

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

.filterTitle{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
}

.filterOption{
	float: left;
	width: 18%;
	margin: 0 2.5% 0 0;
	cursor: pointer;
}

.filterOption:last-child{
	margin: 0;
}

.filterOption.active .button{
	border-color: #515151;
}

.filterOption.active .filterType{
	background-color: #515151;
}

.filterCheck{
	position: absolute;
    visibility: hidden;
}

.button{
	float: left;
	width: 100%;
	display: inline-block;
	border: 1px #B7B7B7 solid;
}

.filter img{
	width: 100%;
}

.filterType{
	float: left;
	display: block;
	width: 100%;
	padding: 5px 0;
	background-color: #B7B7B7;
	color: #fff;
	font-size: 18px;
    font-weight: 500;
	text-align: center;
}

.filterPrice{
	float: left;
	width: 30%;
}

.filterPrice .filterPriceBox select{
	float: left;
	width: 50%;
	margin: 0 25%;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	outline: none;
	font-size: 16px;
}

.filterAction{
	float: left;
	width: 30%;
	margin: 0 5%;
}

.filterAction .filterActionBox{
	float: left;
	width: 100%;
	text-align: center;
}

.verzenden{
	float: left;
	width: 30%;
	margin: 50px 0 0 0;
	background-color: #009ee3;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.verzenden:hover{
	background-color: #00b1ff;
}

.bikesContent h1{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 26px;
	line-height: 28px;
}

.bikesContent h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 22px;
	line-height: 24px;
}

.bikes{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.bikesContent form{
	float: left;
	width: 100%;
}

.bike{
	float: left;
	width: 32.5%;
	height: 550px;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 0 0 7px rgba(0,0,0,0.8);
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}

.bikes .bike:nth-child(3n+2){
	margin: 0 1.25% 15px 1.25%;
}

.bikeImage{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.bikeImage img{
	float: left;
	width: 100%;
	max-width: 100%;
}

.bikeDesc{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.bikeDescHead{
	font-family: Helvetica, Segoe UI, Verdana, Arial;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.bikeDescSubhead{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #9F9F9F;
}

.accu{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.accuTitle{
	float: left;
	width: 100%;
	font-weight: bold;
}

.bikeLeft{
	font-family: Helvetica, Segoe UI, Verdana, Arial;
	float: left;
	width: 50%;
}

.bikePrice{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.bikeRecupel{
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
}

.bikeLimited{
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
}

.accLimited{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: 20px 0 0 0;
}

.schijndel{
	float: left;
	width: 100%;
	font-size: 10px;
	margin: 2px 0 0 0;
}

.bikeRight{
	font-family: Helvetica, Segoe UI, Verdana, Arial;
	float: left;
	width: 50%;
	color: #ff0004;
}

.bikeActionPrice{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.bikeActionDate{
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
}

.actieradius{
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
}

.actieradius .line{
	margin: 0 0 15px 0;
}

.actieradiusText{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

footer{
	float: left;
	width: 100%;
	color: #fff;
	background-color:#515151;
	border-radius: 0px 0px 15px 15px;
}

footer span{
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
}

/* ---------------------- BATTERIJEN ---------------------- */

.bikesContent.batterijen h1{
	margin: 0 0 20px 0;
}

.bikesContent.batterijen .actieradius{
	margin: 20px 0 0 0;
}

.bikesContent.batterijen .line{
	margin: 20px 0;
}

.bikesContent.batterijen .bike{
	height: 330px;
}

/* ---------------------- ONDERHOUD ---------------------- */

.bikesContent.onderhoud h1{
	margin: 20px 0;
}

.bikesContent.onderhoud .bike{
	height: 400px;
}

/* ---------------------- VERLICHTING ---------------------- */

.bikesContent.verlichting h1{
	margin: 20px 0;
}

.bikesContent.verlichting .bike{
	height: 350px;
}

/* ---------------------- ACCESSOIRES ---------------------- */

.bikesContent.accessoires h1{
	margin: 20px 0;
}

.bikesContent.accessoires .bike{
	height: 410px;
}

/* ---------------------- DAUPHIN ---------------------- */

.bikes.dauphin .bike{
	width: 100%;
	height: 100%;
	margin: 15px 0;
	padding: 15px;
}

.info1, .info2, .info3{
	float: left;
	width: 32%;
}

.info2{
	margin: 0 2%;
}

.info2 .green.bold{
	font-family: Helvetica, Segoe UI, Verdana, Arial;
	font-size: 18px;
}

.info2 span{
	float: left;
	width: 100%;
}

.info3image{
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

.info3image img{
	max-width: 100%;
}

/* ---------------------- RESPONSIVE ---------------------- */

@media only screen and (max-width: 1000px){
	.backToTop{
		display: block;
	}
	
	.container{
		max-width: 100%;
		padding: 0 10px;
	}
	
	nav{
		padding: 0;
		width: 100%;
		height: 60px;
		position: relative!important;
	}
	
	nav ul{
		display: none;
		width: 100%;
		position: absolute;
		top: 60px;
		z-index: 5;
		background-color: #515151;
	}
	
	nav ul li{
		width: 100%;
		text-align: center;
	}
	
	nav ul li a{
		padding: 20px 0;
		width: 100%;
		border: none;
	}
	
	nav li a:hover, nav li a:active, nav.active{
		background: #313131;
	}
	
	.mobileMenuText{
		display: block;
		z-index: 1;
	}
	
	.hamburger.mobileMenu{
		display: block;
		z-index: 1;
	}
	
	.homeImage{
		display: none;
	}
	
	.homeImageResponsive{
		display: block;
		width: 90%;
		margin: 30px 5%;
	}
	
	.homeText{
		width: 90%;
		margin: 0 5%;
	}
	
	.bike{
		height: 560px;
	}
	
	.bikeLeft{
		width: 100%;
	}
	
	.bikeRight{
		width: 100%;
		margin: 10px 0 0 0;
	}
}

@media only screen and (max-width: 900px){
	.bikesContent.batterijen .bike{
		height: 300px;
	}
}

@media only screen and (max-width: 800px){
	.filterOption{
		width: 22%;
		margin: 0 4% 0 0;
	}
	
	.filterOption:nth-of-type(4){
		margin: 0;
	}
	
	.filterOption:last-of-type{
		margin: 20px 39% 0 39%;
	}
	
	.bike{
		width: 49%;
		height: 590px;
	}
	
	.bikes .bike:nth-child(3n+2){
		margin: 0 0 15px 0;
	}
	
	.bikes .bike:nth-child(odd){
		margin: 0 2% 15px 0;
	}
	
	.bikesContent.batterijen .bike{
		height: 350px;
	}

	.bikesContent.verlichting .bike{
		height: 370px;
	}
	
	.bikesContent.accessoires .bike{
		height: 440px;
	}
	
	.bikes.dauphin .bike{
		margin: 15px 0;
	}
	
	.info1{
		width: 48%;
		margin: 0 4% 0 0;
	}
	
	.info2{
		width: 48%;
		margin: 0 0 20px 0;
	}
	
	.info3{
		width: 48%;
	}
}

@media only screen and (max-width: 700px){
	.filterOption{
		width: 30%;
	}
	
	.filterOption:nth-of-type(1){
		margin: 0;
	}
	
	.filterOption:nth-of-type(2){
		margin: 0 5%;
	}
	
	.filterOption:nth-of-type(3){
		margin: 0;
	}
	
	.filterOption:nth-of-type(4){
		margin: 20px 5% 0 0;
	}
	
	.filterOption:last-of-type{
		margin: 20px 0 0 0;
	}
	
	.bikesContent.batterijen .bike{
		height: 330px;
	}
}

@media only screen and (max-width: 600px){
	.filterOption{
		width: 45%;
	}
	
	.filterOption:nth-of-type(1){
		margin: 0 10% 0 0;
	}
	
	.filterOption:nth-of-type(2){
		margin: 0;
	}
	
	.filterOption:nth-of-type(3){
		margin: 30px 10% 0 0;
	}
	
	.filterOption:nth-of-type(4){
		margin: 30px 0 0 0;
	}
	
	.filterOption:last-of-type{
		margin: 30px 0 0 0;
	}
	
	.bikesContent.batterijen .bike{
		height: 300px;
	}
}

@media only screen and (max-width: 500px){
	.bike{
		width: 100%;
		height: 100%;
		margin: 0 0 15px 0;
	}
	
	.bikesContent.batterijen .bike{
		height: 100%;
	}

	.bikesContent.onderhoud .bike{
		height: 100%;
	}

	.bikesContent.verlichting .bike{
		height: 100%;
	}
	
	.bikesContent.accessoires .bike{
		height: 100%;
	}
	
	.info1{
		width: 100%;
		margin: 0 4% 0 0;
	}
	
	.info2{
		width: 100%;
		margin: 20px 0;
	}
	
	.info3{
		width: 100%;
	}
	
	.bikes.dauphin .bikeLeft, .bikes.dauphin .bikeRight{
		width: 50%;
		margin: 0;
	}
}

@media only screen and (max-width: 400px){
	.bikes.dauphin .bikeLeft, .bikes.dauphin .bikeRight{
		width: 100%;
	}
	
	.bikes.dauphin .bikeRight{
		margin: 10px 0 0 0;
	}
}

@media only screen and (max-width: 350px){
	.filterOption{
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	.filterOption:nth-of-type(2){
		margin: 30px 0 0 0;
	}
}