@font-face {
	font-family: 'Exo';
	src: url('fonts/Exo-Regular.ttf'), url('fonts/Exo-Regular.eot');
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.ttf'), url('fonts/Roboto-Regular.eot');
}

html { 
    /*background: url('../img/metallic_inox.jpg') no-repeat center center fixed;*/
	background: url('../img/camionetten.jpg') no-repeat center center fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
}

a {
	text-decoration: none;
	color: #2e3033;
}

body {
	font-family: 'Roboto';
	background-size:100%;
    background-attachment: fixed;
	color: #2e3033;
	height: 100%;
	
	position: relative;
	min-height: 100vh;
	
	margin: 0px;
}

img {
	max-width: 900px;
}

div#container {
	margin: 0 auto;
	width: 960px;
	/*max-width: 960px;
	min-width: 600px;*/
	border-radius: 0px 0px 10px 10px;
	/*background-color: #FFF;*/
	margin-top: 20px;
	color: #2e3033;
	/*box-shadow: 0 0 2px #000;*/
}

div#header {
	font-family: 'Exo';
	background-color: #282c2f;
	color: #fff;
	min-width: 500px;
}

div#logo {
	float: left;
	margin: 0;
	background-image: url(../img/logo-dve.jpg);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 25px center;
	width: 100%;
	height: 180px;
}

.site-name {
	display: block;
	text-align: center;
	font-size: 2.063em;
	line-height: 1.0em;
	padding-top: 20px;
	color: #fff;
	margin-left: 220px;
	margin-top: 30px;
}

.site-name a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.site-description {
	color: #afafaf;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
	margin-left: 220px;
	min-width: 200px;
	overflow: hidden;
}

#sub_menu a {
    text-decoration: none;
    color: whitesmoke;
    padding: 3px;
	margin-right: 20px;
}

#sub_menu a:hover {
    color: #323331;
    /*border-bottom: 3px solid #323331;*/
}

menu a {
    text-decoration: none;
    color: whitesmoke;
    padding: 11px;
    line-height:60px;
}

menu a:hover {
    text-decoration: none;
    color: #323331;
}

.main-nav {
	clear: both;
	text-align: center;
	background-color: #ff6600;/*#585858;*/
 	height: 60px;
}

.main-nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height:60px;
	display:block;
}

.main-nav a img {
	height: 20px;
}

.main-nav li:hover > a {
	color: #282c2f;/*#ff6600;*/
}

.main-nav ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-nav ul li ul {
  padding: 0;
  position: absolute;
  top: 44px;
  left: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  background: #282c2f;
}

.main-nav ul li {
	display: inline-block;
	vertical-align: center;
}

.main-nav ul li #home_img {
	display:inline-block;
	width:25px;
	height: 25px;
	margin-bottom: -5px;
	background-image: url('../img/home.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.main-nav ul li #home_img.active {
	background-image: url('../img/home_active.png');
}

.main-nav ul li #home_img:hover {
	background-image: url('../img/home_active.png');
}

.main-nav ul li #home_img { 
	width:25px;
	display: block;
}

/*START MENU IMG*/
.main-nav ul li #handleiding_img {
	display:inline-block;
	width:25px;
	height: 25px;
	margin-bottom: -5px;
	background-image: url('../img/handleiding_active.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.main-nav ul li #handleiding_img.active {
	background-image: url('../img/handleiding_active.png');
}

.main-nav ul li #handleiding_img:hover {
	background-image: url('../img/handleiding.png');
}

.main-nav ul li #handleiding_img { 
	width:25px;
	display: block;
}
/*END MENU IMG*/

.main-nav ul li .active { 
  color: #282c2f;
  display:inline-block;
}

.main-nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

body h3 {
	padding: 10px;
	font-size: 20px;
	font-family: Verdana;
	color: #282c2f;
	text-align: left;
}

#content {
	/*margin: 0 auto;*/
	margin-bottom: 50px;
	margin: auto;
	min-height: 400px;
	
	width: 960px;
	border-radius: 0px 0px 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	/*background-color: #FFF;*/
	color: #2e3033;
	/*box-shadow: 0 0 2px #000;*/
}

#content p {
	padding:10px;
}

#content p b {
	font-family: verdana;
}

#content ul {
	padding:10px;
}

#content table {
	width: 100%;
}

#content .left {
	float: left;
	padding: 2%;
	margin: 1%;	
}

#content .left.handleidingen {
	width: 90%;
}

#content .center {
	padding: 2%;
	margin: 1%;	
}

#content #onder {
	float: left;
	padding: 1%;
}

#content #onder td{
	height: 100%;
	width: 50%;
}

#content #onder td table{
	height: 100%;
}

#content #onder td table .right-item-logo{	
	text-align: center;
}

#content #onder td table img{
	width: 100px;
	height: 100px;
}

#content #home_onder{
	margin: 1%;
	padding: 2%;
	width: 100%;
	text-align: center;
}

#content #onder div.right-item {
	height: 100%;
	background-color: #e6e6e6;
	padding: 5px;	
	margin: 1%;
	border-bottom: 2px solid #ccc;
}

#content #onder div.right-item td {
	padding: 5px;
}

#content h4{
	/*
	opacity: 0.7;
	border: 1px solid #111;
	background-color: #282c2f;
	font-family: ExoMed;
	border: 1px solid #111;*/
	color: whitesmoke;
	/*background-color: #282c2f;*/
	background: linear-gradient(to right, #282c2f, rgba(245, 245, 245, 0.2));
	/*opacity: 0.9;*/
	border-bottom: 2px solid #FF6600;
	width: 100%;
	font-size: 20px;
	padding: 8px;
}

#content .float-wrapper::after {
	content: '';
	display: block;
	clear: both;
}

#facebook_post {
	max-width: 800px;
	max-height: 400px;	
}

img.logo {
	width: 100px;
}

img.camionette_tumpnail {
	width: 150px;
}

/*.error_msg {
	color: #C9312C;
}

table {
	width: 100%;
}

#contact {	
	text-align: center;
}

#contact_team {
	float: left;
	width: 40%;
}

.contact_profile {
	vertical-align: middle;
	border-radius: 0px 80px 80px 80px;
	background-image: url("../img/bg_contact_profile.png");
}

.contact_profile img {
	float: left;
	border-radius: 0px 0px 0px 80px;
}

.contact_info {
	display: inline-block;
	height: 200px;
	vertical-align: middle;
	padding-left: 10px;
}

#contact_form {
	display: inline-block;
	width: 80%;
	text-align: left;
	padding: 20px;
}

#contact_form tr {
	min-height: 100px;
}
*/
.contact_img_tr{
	width: 25px;
}

.contact_img{
	width: 20px;
}

#contact_form table{	
	padding-top: 20px;
}

#contact_form table tr td{
	vertical-align: top;	
	padding-bottom: 15px;
	padding-left: 30px;
}

.input_cell {
	width: 70%;
}

textarea, input[type="text"] {
	width: 100%;
	resize: none;
	border: 1px solid #323331;
	padding: 2px;
	color: #323331;
}

input[type=submit] {
	background-color: #ff6600;
	color: whitesmoke;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #494949;
    -webkit-box-shadow: 3px 3px 4px #494949;
    box-shadow: 3px 3px 4px #494949;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#494949')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#494949');
}

.shadow_soft{
    -moz-box-shadow: 1px 2px 3px #494949;
    -webkit-box-shadow: 1px 2px 3px #494949;
    box-shadow: 1px 2px 3px #494949;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#494949')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#494949');
}
/*
.radius_lb {
	border-bottom-left-radius: 15px;
}

.radius_rb {
	border-bottom-right-radius: 15px;
}

.radius_lt {
	border-top-left-radius: 15px;
}

.radius_rt {
	border-top-right-radius: 15px;
}*/

footer {
	background-color: rgba(40, 44, 47, 0.8);
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
  
	/*position: absolute; fixed;*/
	bottom: 0;
	width: 100%;
	
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	/*display: block;*/
	text-decoration: none;
}

footer a {
	color: #FFF;
	padding: 10px;
}

div.message {
	padding: 10px;
	display: inline-block;
}

div.message.message-error {
	background-color: #d29090;
	color: #793131;
}

div.editable {
	display: inline-block;
	position: relative;
	border: 1px dotted #BBB;
}

div.editable:hover {
	background-color: #DDD;
}

div.editable a.editable-edit {
	position: absolute;
	display: none;
	top: 5px;
	right: 5px;
	background-color: #BBB;
	padding:2px;
	border-radius: 2px;
	opacity: 0.8;
}

div.editable a.editable-edit img {
	width: 16px;
}

div.editable:hover a.editable-edit {
	display: block;
}

img.thumbnail {
	height:150px;
	margin:10px;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	-moz-box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	border-radius: 5px;
}

#content ul {
	margin-left: 30px;
}



#content .left.detail-box {
	
	height: 310px;
	width:25%;
	margin:20px;
	background-color: #DDD;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	-moz-box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	box-shadow: 3px 3px 2px 0px rgba(130,130,130,1);
	border-radius: 5px;
}



#content .left .detail-box-img {
	text-align: center;
}