/*  

	Soho 's-Hertogenbosch
	http://www.sohodenbosch.nl/

	This layout was designed and built by May Man,
	whose design site you can find at http://maym.nl/

*/

body {
	font-family: 'Work Sans', Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
		
.lfull {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
/*   background: green; */
  max-width: 1020px;
}

.rfull {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
/*   background: green; */
  max-width: 640px;
}

#logo {
	color: white;			
	background: #c72127;
	padding-top: 19px;		
	width: auto;			
	height: 78px;
	border-bottom: #b30c0c 1px solid;
	text-align: center;	
}

#soho-logo {
	background-image: url(images/logo.svg);
	height: 58px;
	width: 78px;
	display: inline-block;
	text-indent: -9999px;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#logo {
		height: 50px;
	}

	#soho-logo {
		margin-left: 20px;
		background-size: 75%;
		background-repeat: no-repeat;
	}

}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
    padding: 0;
    margin: 0;
	height: 65px;
    width: 100%;
	background: #c72127;
	font-size: 12px;
	font-family: 'Work Sans', Arial;
	color: white;			
	position: relative;	
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
	height: 65px;
	text-align: center;
}

nav li {
	display: inline;
}

nav li a {
	color: white;
	display: inline-block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	line-height: 65px;
    letter-spacing: 0.5px;
	background: #c72127;
	text-transform: uppercase;
}

nav li a:hover {
	background: #b30c0c;
}

nav > #pull {
	display: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	nav {
		height: auto;
	}

	nav ul {
		width: 100%;
		height: auto;
		display: none;
	}


	nav li {
		display: block;
		float: none;
		width: 100%;
	}

	nav li a {
		line-height: 30px;
		width: 100%;
		position: relative;
		border-bottom: #b30c0c 1px solid;
	}

	nav a#pull {
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 900;	
		background: #c72127;	
		border-bottom: #b30c0c 1px solid;
		display: inline-block;
		width: 100%;
		position: relative;
		height: 30px;
		padding: 10px 0 0 0;
		text-align: center;
	}

    nav a#pull:after {  
	    content:"";  
	    background: url('images/nav-icon.png') no-repeat;  
	    width: 30px;  
	    height: 30px;  
	    display: inline-block;  
	    position: absolute;  
	    right: 10px;  
	    top: 10px;  
    }

    .nav-fixed {
    	top: 0;
    	z-index: 100;
  		position: fixed;
    	width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	nav {
		height: auto;
	}

	nav ul {
		width: 100%;
		height: auto;
		display: none;
	}


	nav li {
		display: block;
		float: none;
		width: 100%;
	}

	nav li a {
		line-height: 30px;
		width: 100%;
		position: relative;
		border-bottom: #b30c0c 1px solid;
	}

	nav a#pull {
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 900;	
		background: #c72127;	
		border-bottom: #b30c0c 1px solid;
		display: inline-block;
		width: 100%;
		position: relative;
		height: 30px;
		padding: 10px 0 0 0;
		text-align: center;
	}

    nav a#pull:after {  
	    content:"";  
	    background: url('images/nav-icon.png') no-repeat;  
	    width: 30px;  
	    height: 30px;  
	    display: inline-block;  
	    position: absolute;  
	    right: 10px;  
	    top: 10px;  
    }

    .nav-fixed {
    	top: 0;
    	z-index: 100;
  		position: fixed;
    	width: 100%;
	}
}

header {
	font-family: Lato, Arial;
	text-transform: uppercase;
	background: url(images/header.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 687px;
}

.headert {
	padding-top: 200px;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.headert1 { font-weight: 900; font-size: 55px; color: #ffffff;}
/*.headert2 { font-weight: 900; font-size: 78px; color: #c72127;}*/
/*.headert3 { font-weight: 300; font-size: 78px; color: #c72127;}*/
.headert2 { font-weight: 900; font-size: 78px; color: #ffffff;}
.headert3 { font-weight: 300; font-size: 78px; color: #ffffff;}
.headert4 { font-weight: 100; font-size: 48px; color: #ffffff;}
.headert5 { font-weight: 700; font-size: 48px; color: #ffffff;}


@media only screen and (min-width : 320px) and (max-width : 768px) {
	header {
		background: url(images/header.jpg) no-repeat;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 320px;
	}

	.headert {
		padding-top: 80px;
	}

	.headert1, .headert2, .headert3, .headert4, .headert5 {
		font-size: 250%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	header {
		font-family: Lato, Arial;
		text-transform: uppercase;
		background: url(images/header.jpg) no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 400px;
	}
	.headert {
		padding-top: 80px;
	}
}	

#welkom {
	font-family: Lato, Arial;
	background: #ffffff;
	height: 840px;
	text-align: center;
	text-transform: uppercase;
}

.winfo {
	color: #cacaca;
	padding-top: 136px;
	padding-bottom: 50px;
	border-bottom: #d9d9d9 1px solid;
}

.icon {
	margin-top: -25px;
	padding-bottom: 15px;
}

h1 { font-size: 39px; font-weight: 900; line-height: 0px;}
h2 { font-family: Lato, Arial; font-size: 30px; font-weight: 600; line-height: 0px;}
.wtitle2 { font-size: 26px; font-weight: 900;}
.wsubtitle { font-size: 16px; font-weight: 300;}
.centerfloat {text-align: center;}
.welkomcolumn {
	color: black;			
	background: white;		
	width: 325px;			
	min-height: 200px;
	display: inline-block;
	padding-top: 90px;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.welkomcolumn:hover {
	-moz-box-shadow: inset #b30c0c 0 0 0 4px;
	-webkit-box-shadow: inset 0 0 0 4px #b30c0c;
	box-shadow: inset 0 0 0 4px #b30c0c;
    border-radius: 8px;
}

.welkomit {
	color: #000000;
	font-size: 27px;
	font-weight: 900;
}
.welkomis {
	color: #c4c4c4;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: 300;
	line-height: 14px;
}

.welkombutton, .welkombutton2, .welkombutton3 {
    display: block;
    background: #c72127;
    padding: 9px 14px;
    margin: 50px 115px;
    border-radius: 3px;
    border: #b30c0c 2px solid;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#seperate {
	background: url(images/seperate.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	clear: both;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#welkom, #seperate {
		display: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#welkom, #seperate {
		display: none;
	}
}

#restaurant {
	font-family: Lato, Arial;
	background: white;
	height: 600px;
	text-align: center;
	text-transform: uppercase;
}

#r1 {			
	background: url(images/restaurant_sushi.png) white no-repeat top right;
	width: 488px;			
	min-height: 435px;
	display: inline-block;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#restaurant {
		height: auto;
	}

	#r1 {
		width: 100%;
		min-height: 200px;
		background-size: 300px;
		background-position: 50% 90%; 
	}
}

#r2 {		
	background: white;
	width: 448px;			
	min-height: 435px;
	display: inline-block;
	padding: 165px 20px 0 20px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#r1 {			
		background: url(images/restaurant_sushi.png) white no-repeat top right;
		background-size: 85%;
		background-position: 50% 80%;
		width: 45%;			
		min-height: 435px;
		float: left;
	}

	#r2 {		
		background: white;
		width: 50%;			
		min-height: 435px;
		float:left;
		padding: 165px 0px 0 0px;
	}
}

.rsubtitle { color: #b30c0c; font-size: 39px; font-weight: 100; line-height: 35px;}

.rinfo {
	padding-bottom: 50px;
	border-bottom: #d9d9d9 1px solid; 
}

.r2text {
    font-family: 'Work Sans', Arial;
	padding-top: 50px;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 22px;
	text-transform: none;
}

#restaurant2 {
	font-family: Lato, Arial;
	background: #c72127;
	height: 600px;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#r2 {
		display: inline;
		width: 100%;
		min-height: 0;
		padding: 20px 0px 0px 0px;
	}

	#r2child {
		padding: 0 25px 0px 35px;
	}

	.r2text {
		padding: 25px 0 50px 0;
	}
}

#r3 {
	color: white;
	background: #c72127;
	width: 430px;
	padding: 100px 20px 0 40px;			
	min-height: 500px;
 	float: left;
}

.r3subtitle { text-transform: none; font-size: 24px; font-weight: 100;}
.rinfo2 {
	padding-bottom: 50px;
	border-bottom: #ee8383 1px solid;
}
.r3text {
    font-family: 'Work Sans', Arial;
	padding-top: 20px;
	font-size: 13px;
	font-weight: 300px;
	color: #e6e7e5;
	line-height: 22px;
	text-transform: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#restaurant2 {
		height: auto;
	}

	#r3 {
		float: none;
		display: block;
		width: 100%;
		min-height: 0;
		padding: 20px 0px 0 0px;
		margin: 0 0 50px 0;
	}
	#r3child {
		padding: 20px 25px 0px 35px;
	}
}

#r4 {			
	background: url(images/restaurant_impressie.jpg);
	width: 490px;			
	min-height: 600px;
	float: right; 
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#r4 {
		float: none;
		background-color: red;
		width: 100%;
		min-height: 200px;
		background-position: 0% 40%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#r3 {			
		color: white;
		background: #b30c0c;
		width: 42%;
		padding: 80px 4% 0 4%;			
		min-height: 500px;
	 	float: left;
	}

	#r4 {		
		background: url(images/restaurant_impressie.jpg);
		width: 50%;			
		min-height: 600px;
		float: left; 
	}
}

#menu {
	font-family: Lato, Arial;
	background: white;
	padding-top: 170px;
	height: 690px;
	text-align: center;
	clear: both;
}

.menutitle { text-transform: uppercase; color: #000000; font-size: 48px; font-weight: 900;}
.menustitle { text-transform: uppercase; color: #d6d6d6; font-size: 30px; font-weight: 300;}

.menucolumn {
	color: black;			
/*
	border-right: blue 10px solid;	
*/
	width: 275px;	
	padding: 0 0 0 50px;		
	min-height: 200px;
	display: inline-block;			
	min-height: 200px;
 	float: left; 
	padding-top: 40px;
}

.mctitle { text-transform: uppercase; color: #000000; font-size: 26px; font-weight: 900;}
.mcsubtitle { text-transform: lowercase; color: #bebebe; font-size: 24px; font-weight: 400; line-height: 18px;}

.menutext {
    font-family: 'Work Sans', Arial;
	color: #4c4c4c;
	font-size: 13px;
	padding: 60px 25px 0 25px;
	line-height: 22px;
}

.ayce {
	color: grey;
	padding: 7px 10px;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	/*background: #c72127;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: -40px;
	/*border-radius: 4px;*/
}

.lunch {
	color: white;
	background: #c72127;
	padding: 7px 10px;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 100;
	margin-top: 45px;
	margin-bottom: -40px;
	border-radius: 4px;
}

.menuoptions {
	margin-top: 370px;
}

.menuoptions li {
	text-transform: uppercase;
	color: black;
	font-weight: 600;
	display:inline;
	margin-right: 3px;
}

.menuoptions li a {
	color: black;
	padding: 8px 20px;
	border: black 2px solid;
	border-radius:3px;
	text-decoration: none;
}

.menuoptions li a:hover {
	border: grey 2px solid;
}

.menuoptions li.menucard {
	color: white;
	border-radius:3px;
	text-decoration: none;
}

.menuoptions li.menucard a {
	color: white;
	background: #c72127;
	border: #b30c0c 2px solid;
	border-radius:3px;
	text-decoration: none;
    transition: background;
    transition-duration: 0.5s;
}

.menuoptions li.menucard a:hover {
	background: #b30c0c;
}


@media only screen and (min-width : 320px) and (max-width : 768px) {
	#menu {
		padding: 100px 25px 50px 35px;
		height: auto;
	}

	.menucolumn {
		width: 100%;	
		padding: 0 0 0 0px;		
		min-height: 200px;
		display: inline-block;			
		min-height: 0;
	 	float: left; 
		padding-top: 20px;
	}
	.menutext {
		padding: 45px 25px 25px 25px;
		line-height: 22px;
	}
	.ayce {
		padding: 7px 10px;
		margin: 0 20px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 400;
		margin-top: 10px;
		margin-bottom: 0px;
		border-radius: 4px;
	}

	.lunch {
		color: white;
		background: #c72127;
		padding: 7px 10px;
		margin: 0 20px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 100;
		margin-top: 5px;
		margin-bottom: -40px;
		border-radius: 4px;
	}

	.menuoptions {
		line-height: 50px;
		padding: 0 0 20px 0;
	}

	.menuoptions li {
		display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.menucolumn {
		width: 33.33333%;
		padding: 0 0 0 0px;		
		min-height: 200px;
		display: inline-block;			
		min-height: 0;
	 	float: left; 
		padding-top: 20px;
	}
}

#seperate2 {
	background: url(images/seperate2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	clear: both;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#seperate2 {
		background: url(images/seperate2.jpg) no-repeat;
		width: 100%;
		height: 200px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#seperate2 {
		background: url(images/seperate2.jpg) no-repeat;
		background-size: 100%;
		background-position: 0% 30%;
		width: 100%;
		height: 200px;
	}
}

#sushi {
	font-family: Lato, Arial;
	background: white;
	padding-top: 170px;
	height: 1050px;
	text-align: center;
	clear: both;
}

.m2title { text-transform: uppercase; color: #000000; font-size: 40px; font-weight: 900;}
.m2subtitle { text-transform: uppercase; color: #c72127; font-size: 36px; font-weight: 100; line-height: 28px;}
.mrtitle { margin-top: -5px; text-transform: uppercase; color: #000000; font-size: 21px; font-weight: 900;}
.mrprice { margin: 7px 0 10px 0; cursor: default; color: white; background: #c72127; padding: 8px 12px; float: right; border-radius: 3px; font-size: 15px; font-weight: 400;}
.mr2price { margin: 7px 0 10px 0; cursor: default; color: white; background: #c72127; padding: 8px 12px; float: left; border-radius: 3px; font-size: 15px; font-weight: 400;}
.mrdes { font-family: 'Work Sans', Arial; font-size: 13px; line-height: 22px;}

.m1column {			
	background: white;
	margin: 0 32px 30px 0;
	width: 455px;			
	min-height: 155px;
	float: left;
	border-bottom: #d6d6d6 1px solid;
}

.m1text {			

	width: 265px;			
	min-height: 109px;
	text-align: right;
	float: right;
	color: #4c4c4c;
}

.m1img {			
	margin-left: 25px;
	width: 165px;			
	min-height: 109px;
	float: right;
}

.m1img img {
	border-radius: 6px;
}

.m2column {			
	background: white;
	margin-left: 32px;
	width: 455px;			
	min-height: 155px;
	float: right;
	border-bottom: #d6d6d6 1px solid;
}

.m2text {		
	width: 265px;			
	min-height: 109px;
	text-align: left;
	float: left;
	color: #4c4c4c;
}

.m2img {			
	margin-right: 25px;
	width: 165px;			
	min-height: 109px;
	float: left;
}

.m2img img {
	border-radius: 6px;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#sushi {
		padding: 100px 25px 0px 35px;
		height: auto;
	}

	#sushi img {
		max-width:100%;
		max-height:100%;
	}

	.m2subtitle {
		line-height: 38px;
	}

	.m1column {			
		margin: 0 32px 30px 0;
		padding-bottom: 15px;
		width: 100%;		
		min-height: 155px;
		float: none;
		border-bottom: #d6d6d6 1px solid;
	}

	.m2column {			
		margin: 0 32px 30px 0;
		padding-bottom: 15px;
		width: 100%;			
		min-height: 155px;
		float: none;
		border-bottom: #d6d6d6 1px solid;
	}

	.m1text {			
		width: 50%;			
		min-height: 109px;
		text-align: right;
		float: left;
		color: #4c4c4c;
	}

	.m1img {			
		margin-left: 25px;
		width: 40%;			
		min-height: 109px;
		float: right;
	}

	.m2text {			
		width: 50%;			
		min-height: 109px;
		text-align: left;
		float: right;
		color: #4c4c4c;
	}

	.m2img {			
		margin-right: 25px;
		width: 40%;			
		min-height: 109px;
		float: left;
	}

	.mrtitle { margin-top: -5px; text-transform: uppercase; color: #000000; font-size: 18px; font-weight: 900;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#sushi {
		padding: 100px 25px 0px 35px;
		height: auto;
	}

	#sushi img {
		max-width:100%;
		max-height:100%;
	}

	.m1column {			
		background: white;
		margin: 0 2% 30px 0;
		width: 48%;			
		min-height: auto;
		padding-bottom: 15px;
		float: left;
		border-bottom: #d6d6d6 1px solid;
	}

	.m1text {			
		width: 50%;			
		min-height: 109px;
		text-align: right;
		float: right;
		color: #4c4c4c;
	}

	.m1img {			
		margin-left: 5%;
		width: 45%;			
		min-height: 109px;
		float: right;
	}

	.m2column {			
		background: white;
		margin-left: 2%;
		width: 48%;			
		min-height: auto;
		padding-bottom: 15px;
		float: right;
		border-bottom: #d6d6d6 1px solid;
	}

	.m2text {		
		width: 50%;			
		min-height: 109px;
		text-align: left;
		float: left;
		color: #4c4c4c;
	}

	.m2img {			
		margin-right: 5%;
		width: 45%;			
		min-height: 109px;
		float: left;
	}
}

#maps {
	font-family: Lato, Arial;
	background: #c72127;
	text-align: center;
	height: 260px;
/*	margin-top: -400px;*/
	z-index: 1;
	padding-top: 140px;
}

/*
#maps:hover {
	background: rgba(138, 151, 35, 0.80);
}
*/

.mapstitle { font-size: 39px; color: white; text-transform: uppercase; font-weight: 900;}
.mapsdes { font-size: 21px; color: white; font-weight: 100;}
.mapslink { font-size:12px; margin-top: 45px; text-transform: uppercase; font-weight: 600; }
.mapslink a { border: 2px white solid; color: white; text-decoration: none; border-radius: 3px; padding: 8px 16px;}
.mapslink a:hover { background: white; border: 2px white solid; color: #c72127;}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	.mapsdes {
		padding: 0px 25px 0px 35px;
	}
}

#reserveren {
	font-family: Lato, Arial;
	text-transform: uppercase;
	background: url(images/reserveren.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 1125px;
	color: white;
}

#reserverent {
	padding-top: 170px;
	text-align: center;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#reserveren {
		padding: 0px 25px 60px 35px;
		height: auto;
	}

	#reserverent {
		padding-top: 100px;
	}
}

.restitle { text-transform: uppercase; color: white; font-size: 40px; font-weight: 900;}
.ressubtitle { text-transform: none; color: white; font-size: 22px; font-weight: 100; line-height: 28px;}

.resinfo {
	padding-bottom: 50px;
	background: url(images/reserverenline.png) no-repeat; 
    background-position: center bottom;
}

#thankyou {
	background: rgba(255,255,255,0.2);
	margin-top: 50px;
	text-transform: none;
	font-family: "Work Sans", Arial;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
}

#form {
	margin-top: 20px;
}

input[type="text"],
input[type="tel"],
input[type="time"],
select,
textarea {
	width:100%;
	background: #fff;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 20px 15px;
	box-shadow: inset 0 1px 2px #eee;
	border: none;
	margin:0 0 -5px;
	font-family: "Work Sans", Arial;
	font-weight: 400;
	font-size: 14px;
	color: #444444;
}

select {
   border:0px;
   outline:0px;
}

.select {
    background: #ffffff;
    padding: 20px 0 20px 5px;
    margin-bottom: -5px;
}

input[type="email"], input[type="date"], input[type="number"], #datepicker {
	width:100%;
	background: #eee;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 20px 15px;
	box-shadow: inset 0 1px 2px #eee;
	border: none;
	margin:0 0 -5px;
	font-weight: 400;
	font-size: 14px;
	color: #444444;
}

textarea {
	height:150px;
	max-width:100%;
}
button[type="submit"] {
	font-family: Lato, Arial;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor:pointer;
	width:100%;
	border:none;
	background:#d12a2a;
	color:#FFF;
	margin:10px 0 5px;
	padding:15px;
	border: 3px #a20404 solid;
}
button[type="submit"]:hover {
	background:#a20404;	
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
button[type="submit"]:active {
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
input:focus,
textarea:focus {
	outline:0;
}
label{
	display: block;
	margin: 5px 0;
	font-weight: 900;
	cursor: pointer;
}

#vacature {
	font-family: 'Work Sans', Arial;
	background: url(images/vacature.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
	clear: both;
}

#vacaturetext {
	font-family: 'Work Sans', Arial;
	background: rgba(199, 20, 20, 0.8);
	text-align: center;
	height: 450px;
	margin-top: -600px;
	z-index: 1;
	opacity: 0.85;
	padding-top: 100px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

#vacaturetext a {
	color: #ffffff;
	background-color: #44619D;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#vacature {
		height: 720px;
	}
	#vacaturetext {
		margin-top: -720px;
		padding: 90px 25px 180px 35px;
	}
}

#contact {
	color: white;		
	background: #c72127;
	height: 430px;
}

.ltree {
	margin-top: 50px;
	font-family: "Work Sans", Arial;
	color: white;			
/* background: red;  */	
	width: 326px;			
	min-height: 330px;
	float: left;
	border-right: #ad0e0e 1px solid;
	text-align: center;
	line-height: 30px;
}

.ltree2 {
	margin-top: 50px;
	font-family: "Work Sans", Arial;
	color: white;			
/* background: red;  */	
	width: 326px;			
	min-height: 330px;
	float: left;
	text-align: center;
	line-height: 30px;
}

.ltree2 a {
	color: white;
	text-decoration: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#contact {
		height: auto;
	}
	.ltree, .ltree2 {
		min-height: 0;
		border-right: none;
		border-bottom: #ad0e0e 1px solid;
		float: none;
		width: auto;
		padding: 0 0 30px 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.ltree {		
		width: 33%;			
	}

	.ltree2 {	
		width: 33%;		
	}
}

.contacttitle {
	font-family: 'Work Sans', Arial;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.contactlink { font-size:12px; margin-top: 25px; text-transform: uppercase; font-weight: 600; }
.contactlink a { border: 2px white solid; color: white; text-decoration: none; border-radius: 3px; padding: 8px 16px;}
.contactlink a:hover { background: white; border: 2px white solid; color: #b30c0c; font-weight: 900;}


/************************* OPENINGSTIJDEN ***************************/

.openingstijden {
	line-height: 35px;
	margin: 0 75px 0 75px;
	font-size: 12px;
}

.openingstijden ul, .lijst {
	list-style: none;
	margin: 0 0 0 -40px;
}

.openingstijden li {
	color: white;
}

#credit {
	color: #ee8383;
	background: #b30c0c;
	padding: 20px 0;
	text-align: center;
}

#credit a {
    transition: 0.5s;
	color: white;
	text-decoration: none;
}

#credit a:hover {
	color: #ee8383;
	text-decoration: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	#credit {
		padding: 20px 25px 20px 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.openingstijden {
		line-height: 35px;
		margin: 0 25px 0 25px;
		font-size: 12px;
	}
}

/*
::-webkit-scrollbar {width: 15px;height: 20px;}
::-webkit-scrollbar-track {background-color: #dadada;}
::-webkit-scrollbar-thumb:vertical {background-color: #9e8322;}
::-webkit-scrollbar-thumb:vertical:hover,::-webkit-scrollbar-thumb:horizontal:hover {background: #9e8322;}
::-webkit-scrollbar-thumb:horizontal {background-color: #9e8322;}
::selection {background:#9e8322;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#9e8322;color:#FFF;text-shadow:none;}
::-moz-selection {background:#9e8322;color:#FFF;text-shadow:none;}
*/

.ui-dialog {
    top: 40% !important;
    left: 40% !important;
}
}
