/*------------------------------------------------------*/
/*------Algemeen
/*------------------------------------------------------*/

body{
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 300;	
	font-style: normal;
	font-size: 14px;
	background:#fff;
	color:#000;
}

h1
font-family: "neue-haas-unica", sans-serif;
	font-weight: 700;
	font-size: 25px;}

.cd-top {
    position: fixed;
    right: 30px;
    display: none;
    background: rgba(0,0,0,0.70);
    z-index: 100;
    color: #fff;
    padding: 6px 20px;
    font-size: 30px;
    bottom: 30px;
}

.asterix {
	font-size: 12px;
	font-weight: normal;
}

.mt-15 {margin-top:15px;}
.mr-15 {margin-right: 15px;}
.mb-15 {margin-bottom: 15px;}
.ml-15 {margin-left: 15px;}

.mt-30 {margin-top:30px;}
.mr-30 {margin-right: 30px;}
.mb-30 {margin-bottom: 30px;}
.ml-30 {margin-left: 30px;}

.mt-45 {margin-top:45px;}
.mr-45 {margin-right: 45px;}
.mb-45 {margin-bottom: 45px;}
.ml-45 {margin-left: 45px;}

.mt-60 {margin-top:60px;}
.mr-60 {margin-right: 60px;}
.mb-60 {margin-bottom: 60px;}
.ml-60 {margin-left: 60px;}

.pt-15 {padding-top:15px;}
.pr-15 {padding-right: 15px;}
.pb-15 {padding-bottom: 15px;}
.pl-15 {padding-left: 15px;}

.pt-30 {padding-top:30px;}
.pr-30 {padding-right: 30px;}
.pb-30 {padding-bottom: 30px;}
.pl-30 {padding-left: 30px;}

.pt-45 {padding-top:45px;}
.pr-45 {padding-right: 45px;}
.pb-45 {padding-bottom: 45px;}
.pl-45 {padding-left: 45px;}

.my-15 {margin:15px 0;}
.my-30 {margin:30px 0;}
.my-45 {margin:45px 0;}

.mx-15 {margin:0 15px;}
.mx-30 {margin:0 30px;}
.mx-45 {margin:0 45px;}

.py-15 {padding:15px 0;}
.py-30 {padding:30px 0;}
.py-45 {padding:45px 0;}

.px-15 {padding:0 15px;}
.px-30 {padding:0 30px;}
.px-45 {padding:0 45px;}

.nopad {padding:0 !important;}
.nopad-x {padding-left:0 !important;padding-right: 0 !important}
.nopad-y {padding-top:0 !important; padding-bottom:0 !important;}
.nopad-t {padding-top:0 !important;}
.nopad-b {padding-bottom:0 !important;}

.btn-yellow {
	background:#fff;
	color:#000;
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #000;
	padding: 5px 45px;
}

.btn-primary {
    background:#fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    letter-spacing: 2px;
}

.btn-primary:hover{
    background:#000 !important;
    border: none !important;
    color: #fff !important;
}

/*------------------------------------------------------*/
/*------Header
/*------------------------------------------------------*/

header {
	position: fixed;
	width:100%;
	z-index: 99;
	background:#fff;
}

header.scroll {
	background:#fff;
	color:#000;
}

main {
	padding-top:100px;
}

.logo{
 
 padding: 10px;
 
}

/*------------------------------------------------------*/
/*------Slider
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*------onScreen
/*------------------------------------------------------*/

section:not(.no-animation) .container,
section:not(.no-animation) .container-fluid {
/*	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition:  all 1.0s ease-out;
	-moz-transition:  all 1.0s ease-out;
	-o-transition:  all 1.0s ease-out;
	transition: all 1.0s ease-out;*/
}

section.onScreen .container,
section.onScreen .container-fluid {
	/*opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}

/*------------------------------------------------------*/
/*------Sections
/*------------------------------------------------------*/

section#normalcontent {
	padding:90px 0;
}

section#form {
	padding:45px 0;
	background:#f5f5f5;
	color:#000;
	font-family: "neue-haas-unica", sans-serif;
}

	#form label {
		margin-top:5px;
	}

	#form .help {
		font-size: 12px;
		font-style: italic;
	}

	#form .header {
		background:#fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding:15px 30px;
		border-radius: 5px;
	}

	#form .slick-slider {
		padding:0 60px;
	}

	#form .slick-arrow {
		position: absolute;
		top:50%;
		transform: translate(0,-50%);
		background:#fff;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		width:35px;
		cursor: pointer;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		border-radius: 5px;
	}

	#form .slick-prev {
		left:0px;
	}

	#form .slick-next {
		right: 0px;
	}

	#form .date {
		background:#fff;
		padding:5px;
		border-radius: 5px;
		margin:0 5px;
		text-align: center;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		font-size: 12px;

	}

	#form .date:not(.disabled) {
		cursor: pointer;
	}

	#form .date .number {
		font-size: 20px;
	}

	#form .date.selected {
		background:#000;
		color:#fff;
	}

	#form .date.disabled {
		background:#e8e5e5;
		color:#747474;
	}

	#form .times {
		display: none;
	}

	#form .time {
		background:#fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding:10px 30px;
		border-radius: 5px;
		margin-bottom: 10px;
		cursor: pointer;
	}

	#form .time.active {
		background:#000;
		color:#fff;
	}

	#form .btn-yellow {
		padding: 10px 45px;
	}

	#form .btn-primary {
		border-radius: 25px;
		padding:5px 45px;
		text-transform: uppercase;
		background: #fff;
	}

	#form .actions {
		display: none;
	}

	#form .actions .btn {
		display: block;
		width:100%;
		text-align:center;
	}


/*------------------------------------------------------*/
/*------Project
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/*------Sub-Footer
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/*------Footer
/*------------------------------------------------------*/

footer{
padding: 20px;
background: #FF6700;
color: #fff;
}

/*------------------------------------------------------*/
/*------Responsive
/*------------------------------------------------------*/

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	
}

@media only screen and (max-width : 1440px)
{


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{

	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{
	.mob-menu {
		display: block;
		position: absolute;
	    right: 30px;
	    top: 15px;
	    font-size: 24px;
	    color: #000;
	}

	#nav {
		max-height:0;
		overflow: hidden;
		-webkit-transition:  all 0.5s ease-in-out;
		-moz-transition:  all 0.5s ease-in-out;
		-o-transition:  all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#nav.active {
		max-height: 600px;
	}

	#nav ul {
		text-align: right;
	}

	#nav ul li {
		display: block;
	}

	#nav ul li a {
		line-height: normal;
		padding:10px 15px;
		background:none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px)
{
	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px)
{

}