/*
	Theme Name: Hector Van Moer
	Description: Thema Van Hector Van Moer
	Version: 1
	Author: Commefort
	Author URI: http://commefort.com

*/

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: url(img/pijl_links.jpg) no-repeat;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url(img/pijl_rechts.jpg) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}
a:active, a:selected, a:visited {
    border: none;
    outline: none;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.capitals {
  text-transform: uppercase;
}

p {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

/* Kleuren */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #dbdbdb;
}

.wrapper {
  width: 1260px;
  margin: 0 auto;
}

div.menu_toggle {
  display: none;
}

form {
  padding-right: 40px;
}
form input, form textarea {
  background-color: #dbdbdb;
  padding: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Opera/IE 8+ */
  color: #666666;
  display: block;
  border: none;
  outline: none;
  margin-bottom: 40px;
  width: 100%;
  resize: none;
  font-style: italic;
  font-weight: lighter;
}
form input[type="submit"] {
  background-color: #074e99;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: left;
}

.half {
  width: 50%;
}

.greyback {
  background-color: #d1d1d1;
  margin-top: 0px;
}

.whiteback {
  background-color: white;
  margin-top: 0px;
}

.padding {
  padding: 40px;
}
a.terugnaarproject{
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-top: 40px;
}
.container_wrapper{
	width: 50%;
}
.border_bottom {
  border-bottom: 1px #074e99 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.button_link {
  display: inline-block;
  background: #094f96;
  /* Old browsers */
  background: -moz-linear-gradient(top, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #094f96), color-stop(45%, #094f96), color-stop(48%, #095098), color-stop(50%, #0d5db2), color-stop(100%, #0d5db2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094f96', endColorstr='#0d5db2',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  margin-top: 40px;
  font-weight: bold;
}

.buttonblack {
  background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 10px;
  font-weight: bold;
  float:right;
}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #0F5DB2;
}

.afbeelding:hover .overlay {
opacity: 0.8;
}
.afbHover:hover .overlay {
opacity: 0.8;
}
.hoverShow{
color:white;
text-align: center;
font-size:14px;
}
/* Form Hover */
.wrapperImg{width:100%;}
.containerImg {
  position: relative;
  width: 11.5%;
  display:inline-block;
}

.imageImg {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middleImg {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containerImg:hover .imageImg {
  opacity: 0.8;
  background: #074E99;
}

.containerImg:hover .middleImg {
  opacity: 1;
}

.textImg {
  background-color: #074E99;
  color: white;
  font-size: 12px;
  padding: 10px 10px;
  opacity: .8;
}

/* End Form Hover */
h1.titel {
  margin: 0;
  padding-bottom: 35px;
  color: #074e99;
  font-weight: normal;
  border-bottom: 1px solid #074e99;
  font-size: 28px;
}

h2.titel {
  font-weight: normal;
  margin: 0;
  padding-bottom: 35px;
  font-size: 28px;
  color: #424242;
}

header {
  border-bottom: 0px silver solid;
  position: relative;
  min-height: 120px;
  background-color: white;
  margin-top: 0;
}
header div.navwrapper {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  z-index: 101;
}
header div.logowrapper {
  float: left;
}
header div.logowrapper a {
  display: block;
}
header nav {
  padding: 10px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 20px;
  width: 100%;
}
header nav ul {
  float: right;
}
header nav ul li {
  float: left;
  display: block;
}
header nav ul li a {
  font-size: 16px;
  color: #074099;
  text-decoration: none;
  margin-right: 30px;
}
header nav ul li.current-menu-item a, header nav ul li.current-page-ancestor a {
  color: #ff830c;
  font-weight: bold;
}
header div.slider {
  width: 100%;
  height: 500px;
  background: #074e99;
}
header div.slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header div.slider ul li {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
}

::-webkit-input-placeholder {
  color: #666666;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
}

section#main {
  /* Homepagina */
}
/*section#main #container_nodig {
  position: relative;
  height: 410px;
  width:800px;
  margin-left:6.5%;
  float: left;
}*/

@media (min-width: 787px) and (max-width:1440px){
  section#main #container_nodig {
    position: relative;
    height: 410px;
    width:53%;
    margin-left:6.5%;
    float: left;
  }

}
@media (min-width: 1441px) and (max-width:1600px){
  section#main #container_nodig{
    position: relative;
    height: 410px;
    width:43%;
    margin-left:11%;
    float: left;
  }
}
@media (min-width: 1601px) and (max-width:2000px){
  section#main #container_nodig{
    position: relative;
    height: 410px;
    width:40%;
    margin-left:17%;
    float: left;
  }
}
#field_5_8{
  width: 47.5%;
  float:right;
}
@media (max-width:786px){
  section#main #container_nodig{
    position: relative;
    height: 410px;
    width:96%;
    margin-left:2%;
    margin-right:2%;
    float: left;
  }
  .middleImg {
    transition: .5s ease;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .textImg{
    font-size:8px;
    opacity:1;
    padding: 5px 5px;
  }

  input[type="checkbox"]{
    height:13px !important;
    width:13px !important;
    margin-right:5px !important;
  }
}

section#main .container_wrapper article {
  width: 70%;
  float: left;
}
section#main .container_wrapper article p {
  margin-top: 40px;
  line-height: 20px;
}
section#main .container_wrapper div.truck {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  display: block;
  float: right;
  width: 60%;
  height: 410px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*section#main #vacatures{
  width: 410px;
    float: right;
    margin-right: 6%;
}*/
@media (min-width: 787px) and (max-width:1440px){
  section#main #vacatures{
    width: 30%;
    float: right;
    margin-right: 6%;
  }
}
@media (min-width: 1441px) and (max-width:1600px){
  section#main #vacatures{
    width: 32%;
    float: right;
    margin-right: 10.5%;
  }
}
@media (min-width: 1601px) and (max-width:2000px){
  section#main #vacatures{
    width: 23%;
    float: right;
    margin-right: 17%;
  }
}
@media (max-width:786px){
  section#main #vacatures{
    width: 96%;
    float: right;
    margin-right: 2%;
  }
}
section#main .vacatures_wrapper{
  background:white;
}
section#main .vacatures_wrapper p {
  margin: 0;
  margin-top:40px;
  line-height: 20px;
  padding-right: 40px;
}
section#main .vacatures_wrapper .vacature p.functie {
  color: #424242;
  font-size: 14px;
  float: left;
  padding-bottom: 0px;
}
section#main .vacatures_wrapper hr {
  margin: 15px 0;
  color: #074E99;
  opacity: 0.6;
  height: 0.5px;
  background-color: #074E99;
}
section#main #services {
  height: 560px;
}
section#main #services img.service_afbeelding {
  margin-top: 0px;
  width: 100%;
}
section#main #services .services_wrapper {
  height: 100%;
  position: relative;
}
section#main #services .services_wrapper .half {
  height: 79%;
  padding-bottom:50px;
  margin-bottom: 50px;
  background:white;
}
@media (max-width:786px){
  section#main #services .services_wrapper .half {
    height: 79%;
    padding-bottom:0px;
    margin-bottom: 0px;
    background:white;
  }
}
section#main #services .services_wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section#main #services .services_wrapper .afbeeldingen {
  overflow: hidden;
}
section#main #services .services_wrapper .afbeeldingen img {
  height: 630px;
}
section#main #services .uitleg {
  width: 100%;
  height: 100%;
}
section#main #services .uitleg p.content {
  margin-top: 40px;
  line-height: 20px;
}
.container-verhuur div.services_wrapper {
	/*min-height: 1023px;*/
}
section#main #services .uitleg a.leesmeer {
  color: silver;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
section#main #services .uitleg ul {
  height: 493px;
}
section#main #services .uitleg li {
  height: 100%;
}
section#main #services .uitleg article {
  position: relative;
}
section#main #services .uitleg .bx-loading {
  display: none;
}
section#main #services .navigatie {
  width: 100%;
  *width: 24.5%;
}
section#main #services .navigatie ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: /*#d1d1d1*/ white;
  /*border-left: silver 9px solid;*/
  position: relative;
  z-index: 2;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
section#main #services .navigatie ul li {
  height: 80px;
  position: relative;
  width:16.66%;
  border-right: 1px solid #074E99;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Opera/IE 8+ */
  *border: none;
}
.hideradio input[type="radio"] {
display:none;
}
section#main #services .navigatie ul li a {
  color: #074E99;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
section#main #services .navigatie ul li span {
  display: block;
  width: 80%;
  position: relative;
  top: 50%;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-top: -12px;
}
section#main #services .navigatie ul li.active a, section#main #services .navigatie ul li.current-menu-item a {
  color: #FE830D;
  font-weight: bold;
  border-bottom: 9px solid #074E99;
  border-right: 1px solid #074E99;
}
section#main #services .navigatie ul li.active:after, section#main #services .navigatie ul li.current-menu-item:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid transparent;
  border-right-color: #074E99;
  right:45%;
  left: auto;
  top: 85%;
  margin-top: -10px;
  transform: rotate(90deg);
}
.lt-ie8 section#main #services .navigatie ul li.active:after, .lt-ie8 section#main #services .navigatie ul li.current-menu-item:after {
	border: none;
}
section#main #services .navigatie ul li:last-child {
  border: none;
}
section#main #services div.recentprojects {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background:white;
}
section#main #services div.recentprojects h4 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-top: 0;
}
section#main #services div.recentprojects a {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}
section#main #services div.recentprojects a img {
  width: 100%;
  height: 100%;
}
section#main #services div.recentprojects a.meer_link {
  width: auto;
  height: auto;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 40px;
}
section#main #services div.services_wrapper div.content {
  width: 100%;
  position: relative;
  border-top: silver 9px solid;
}
section#main #services .navigatie.pull-left {
  width: 0%;
}
section#main #services .navigatie.pull-left ul {
  border-left: none;
  /*border-right: silver 9px solid;*/
  height: 100%;
}
section#main #services .navigatie.pull-left li.active:after, section#main #services .navigatie.pull-left li.current-menu-item:after {
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid transparent;
  border-right-color: #074E99;
  right: 45%;
  left: auto;
  top: 85%;
  margin-top: -12px;
  transform: rotate(90deg);
}
section#main #services .navigatie.pull-left li:last-child {
  /*border-bottom: 1px solid white;*/
}
section#main #services .navigatie.pull-left .background_ul {
  position: absolute;
  height: 100%;
  border-left: none;
  /*border-right: silver 9px solid;*/
  height: 100%;
  top: 0;
  bottom: 0;
  width: 0px;
  background-color: #d1d1d1;
}
section#main #services.service_pagina {
  min-height: 560px;
  height: auto;
}
section#main article.project_uitleg {
  float: right;
  width: 65%;
  margin-top: 40px;
}
section#main article.project_uitleg{
	width: 50%;
	 margin-top: 0px;
}
@media(max-width:786px){
  section#main article.project_uitleg{
  	width: 100%;
  	 margin-top: 40px !important;
  }
}
section#main article.project_uitleg p {
  margin-top: 40px;
  line-height: 20px;
}
section#main #projecten .projectenwrapper {
  padding-top: 40px;
}
section#main #projecten .projectenwrapper .project {

  overflow: hidden;
  margin-bottom: 30px;
  width: 30%;
  margin-right: 5%;
}
section#main #projecten .projectenwrapper .project .project_wrapper {
  overflow: hidden;
  background-color: white;
  position: relative;
  height: 300px;
}
section#main #projecten .projectenwrapper .project .afbeelding_link{
	display: block;
	height: 100%;

	float: left;
}
section#main #projecten .projectenwrapper .project .uitleg_wrapper {
  padding: 30px;
  margin-top:40px;
  text-align: center;
}
section#main #projecten .projectenwrapper .project .uitleg_wrapper h4 {
  font-size: 24px;
  text-align: center;
  color: white;
  margin: 0;
  font-weight: bold;
}
section#main #projecten .projectenwrapper .project .uitleg_wrapper a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;

}
section#main #projecten .projectenwrapper .project .afbeelding {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}
section#main #projecten .projectenwrapper .project .uitleg {
  width: 100%;
}
section#main #projecten .projectenwrapper .project:nth-child(3n) {
  margin-right: 0;
}
section#main #offerte .offerte_wrapper {
  position: relative;
}
section#main #offerte .offerte_content {
  width: 47.5%;
  position: relative;
  height: 475px;
  border-bottom: #666666 solid 1px;
}
section#main #offerte form input, section#main #offerte form textarea {
  background-color: white;
}
section#main #offerte form{
	padding: 0;
}
.validation_message{
	display: none;
}
.hidden{
	display: none;
}
#gforms_confirmation_message{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
section#main #offerte .offerte_content form input[type="submit"]{
	background-color: #074e99;
}
section#main #offerte .offerte_content p {
  margin: 0;
}
section#main #offerte .offerte_content textarea {
  margin-top: 53px;
  width: 100%;
  height: 140px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
  border: none;
  outline: none;
  color: #666666;
  font-style: italic;
  font-weight: lighter;
  resize: none;
}
section#main #offerte .offerte_content input {
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Opera/IE 8+ */
  padding: 20px;
  border: none;
  outline: none;
  color: #666666;
  font-style: italic;
  font-weight: lighter;
  resize: none;
}
section#main footer a.offerteknop {
  display: block;
  color: #666666;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding-right: 50px;
  margin-top: 30px;
  background-image: url("img/offerteknop.png");
  background-repeat: no-repeat;
  background-position: right center;
}
section#main .medewerker {
  width: 33.33%;
  float: left;
  margin-top: 40px;
}
section#main .medewerker p.naam {
  font-weight: bold;
}
section#main .medewerker p {
  margin: 0;
}
section#main .medewerker p.functie {
  font-style: italic;
}
section#main .medewerker a {
  font-size: 12px;
  display: block;
  color: #666666;
  text-decoration: none;
}
section#main .over_ons_slider {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
}
section#main .over_ons_slider img {
  width: 100%;
}

#vacature .formulier div.fakefile span.file {
  *display: none;
}

#over_ons h1.titel {
  margin-bottom: 40px;
}
#over_ons .medewerkers h1.titel{
	margin-bottom: 0;
}

section.service_pagina div.recentprojects {
  position: relative !important;
  margin-top: 40px;
 }
a.materiaallijst{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 200px;
}
/* Contact */
section#contact .pull-left {
  width: 40%;
}
section#contact .pull-right {
  width: 60%;
}
section#contact .pull-right #map_canvas {
  width: 100%;
  height: 350px;
}
section#contact form {
  padding-right: 40px;
}
section#contact form input, section#contact form textarea {
  background-color: #dbdbdb;
  padding: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #666666;
  display: block;
  border: none;
  outline: none;
  margin-bottom: 40px;
  width: 100%;
  resize: none;
  font-style: italic;
  font-weight: lighter;
}
section#contact form input[type="submit"] {
  background-color: #074e99;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
section#contact .column {
  float: left;
  min-width: 23%;
}
section#contact .column p {
  margin: 0;
}
section#contact .column a {
  display: block;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}

/* Single Project */
#project div.projectwrapper {
  position: relative;
}
#project div.projectwrapper span.gegevens {
  position: absolute;
  right: 40px;
  top: 52px;
  color: #c0c0c0;
  font-size: 16px;
}
#project div.projectwrapper div.projectcontent {
  padding-top: 40px;
}
#project div.projectwrapper div.projectcontent article.uitleg {
  width: 30%;
  float: left;
}
#project div.projectwrapper div.projectcontent article.uitleg p {
  margin: 0;
  padding-right: 20px;
}
#project div.projectwrapper div.projectcontent article.uitleg a.terug {
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin-top: 40px;
  display: block;
}
#project div.projectwrapper div.projectcontent div.afbeeldingen {
  width: 70%;
  float: right;
}
#project div.projectwrapper div.projectcontent div.afbeeldingen img {
  width: 100%;
  margin-bottom: 40px;
}
#project div.projectwrapper div.projectcontent div.afbeeldingen img:last-child {
  margin-bottom: 0;
}

#vacature .content {
  padding-top: 40px;
  padding-right: 40px;
}
#vacature .content p {
  margin: 0;
  margin-bottom: 40px;
  font-size: 13px;
}
#vacature .content strong {
  color: #666666;
  font-size: 12px;
}
#vacature .vacature {
  width: 60%;
  float: left;
}
#vacature .formulier {
  width: 40%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
#vacature .formulier input[type="file"] {
  opacity: 0;
  padding: 5px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.validation_error{
	font-size: 13px;
	margin-top: 20px;
	color: #666666;
	margin-bottom: 1em;
}
#vacature .formulier div.fakefile {
  position: relative;
}
#vacature .formulier div.fakefile span.file {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  background-color: #dbdbdb;
  padding: 5px;
  font-weight: bold;
  color: #666666;
}
#vacature .formulier div.fakefile span.name {
  position: absolute;
  top: 0;
  left: 100px;
  padding: 5px;
  color: #747474;
  font-style: italic;
}

footer div.footer_top {
  border-top: 1px solid #b3b3b3;
  margin-top: 40px;
}
footer div.footer_item {
  float: left;
  width: 20%;
  *width: 19%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 191px;
}
footer div.footer_projects img{
	width: 35px;
	margin-top: 15px;
	float: left;
}
footer div.footer_item h5{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	margin-top: 15px;
	float: right;
	width: 75%;
}
footer nav div.footer_item {
  border-right: 1px solid #b3b3b3;
}
footer nav ul {
  margin: 0;
  padding: 30px;
}
footer nav ul li {
  font-weight: bold;
  color: #074E99;
  font-size: 14px;
}

.box2{
	font-weight: bold;
  color: #074E99;
  font-size: 14px;
	line-height: 35px;
}
footer nav ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  font-size: 13px;
  display: block;
}
footer span {
  *margin: 0 5px;
}
footer div.overons {
  width: 40%;
  float: left;
  border-right: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Opera/IE 8+ */
  height: 191px;
}
footer div.overons div.overons_wrapper {
  padding: 30px;
}
footer div.overons div.overons_wrapper h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #074E99;
}
footer div.overons div.overons_wrapper p {
  margin: 0;
}
footer div.footerlogo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 40px;
}
footer div.footerlogo img {
  width: 100%;
  float: left;
}
footer .footer_bottom ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *overflow: inherit;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 00px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
footer .footer_bottom ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #666666;
  font-size: 14px;
}
footer .footer_bottom ul li a {
  text-decoration: none;
  color: #666666;
}

.servicesRight{
  width:46%; float:right; padding: 20px; padding-bottom:5px
}
.servicesLeft{
  width:50%; float:left;
}
.containerServicesBig{
  width:90%;float:left;
}
.buttonsContainer{
  width:38%; float:right; text-align:center;
  display: none;
}

@media(max-width:786px){
  .servicesRight{
    width:80%; float:left; padding: 20px; padding-bottom:5px
  }
  .servicesLeft{
    width:100%; float:left;
  }
  .containerServicesBig{
    width:100%;float:left;
  }
  .buttonsContainer{
    width:100%; float:left; text-align:center;
  }
}
/* form fixes */
.gform_wrapper ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gform_wrapper ul li{display: block;}
.no-js #vacature .formulier input[type="file"]{
	opacity: 1;
}
.gfield_error input, .gfield_error textarea {
	background-color: #fcd2d2 !important;
	background-color: rgba(255,0,0,0.2) !important;
}
td.error_form_extra select{
	background-color: #fcd2d2 !important;
	background-color: rgba(255,0,0,0.2) !important;
}
.gf_browser_ie7 form input, .gf_browser_ie7 form textarea{
	display: inline !important;
}
.gf_browser_ie7 form ginput_container{
	display: inline;
}
.gf_browser_ie7 .gform_button{
	display: block !important;
}
section#main #offerte .offerte_content{
	*height: 550px;
}
.offerte_wrapper input[type="submit"]{
  background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: bold;
  float:right;
  max-width:200px;
  margin-top:65px;
}
section #offerte .gf_browser_ie7 .pull-left{
	float: none;
	width: 100%;
}
section #offerte .gf_browser_ie7 input, section #offerte .gf_browser_ie7 textarea {
	width: 96% !important;
	margin-top: 0 !important;
}
section #offerte .gf_browser_ie7 .pull-right{
	float: none;
	width: 100%;
}
section #offerte .gf_browser_ie7 .offerte_content{
	width: 100% !important;
	border: none !important;
	height: auto !important;
}
section #offerte .gf_browser_ie7 input[type="submit"]{
	width: 200px !important;
	background-color: #074e99 !important;
	overflow: hidden;
	height: 40px;
	padding: 0;
	line-height: normal;
	color: white;
	float: left;
}
section #offerte .gf_browser_ie7 .gfield label{
	margin-left: 0;
	padding: 0;
}
.gf_browser_ie7 #field_4_4{
	margin-top: 30px;
}
.gf_browser_ie7 label{
		font-size: 13px;
		color: #666666;
		display: block !important;
		text-indent: 0;
		padding-left: 0 !important;
}
.gf_browser_ie7 input{
	filter: inherit !important;
	opacity: 1 !important;
}
.ie7_body hr{
	border-top-color: #000;
}

/* Container offerte */
#formulier form{
	margin: 0;
	padding: 0;
}
#formulier select{
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	border: none;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0;
	color: #666666;
	font-style: italic;
	font-weight: 100;
	background-image: url('img/dropdown.gif');
	background-size: 60px 60px;
	background-position: right center;
	background-repeat: no-repeat;
	outline: none;
	text-indent: 0.01px;
}
#formulier .offerte_content{
	width: 47.5%;
	/*border-bottom: #666666 solid 1px;*/

	height: 600px;
}
#formulier textarea{
	height: 200px;
}
#formulier input, #formulier textarea{
	background-color: white;
}
#formulier input[type="submit"]{
  background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: bold;
  float:left;
  max-width:200px;
  margin-top:65px;
}
.gfield_required{
  /*display: none;*/
}
#field_5_25 label span, #field_6_35 label span{
  display: none !important;
}
.gchoice_6_35_1{
  margin-top:15px;
}

input#choice_6_35_1{
  width:3%;
  float:left;
  height:20px;
}

#formulier2 form{
	margin: 0;
	padding: 0;
}
#formulier2 select{
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	border: none;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0;
	color: #666666;
	font-style: italic;
	font-weight: 100;
	background-image: url('img/dropdown.gif');
	background-size: 60px 60px;
	background-position: right center;
	background-repeat: no-repeat;
	outline: none;
	text-indent: 0.01px;
}
#formulier2 input#input_6_24{
  background-image:url('http://www.vanmoerh.be/wp-content/plugins/gravityforms/images/calender.png');
  background-size: 60px 60px;
	background-position: right center;
	background-repeat: no-repeat;
	outline: none;
  -webkit-appearance: none;
	cursor: pointer;
	width: 47.5%;
	border: none;
	padding: 20px;
  margin-top:20px;
	margin-bottom: 20px;
	border-radius: 0;
	color: #666666;
	font-style: italic;
	font-weight: 100;
}
#field_6_24 label{
  display:none;
}
#field_6_27 label{
  display:none;
}
#field_6_27{
  border-bottom: #666666 solid 1px;
}
#formulier2 input#input_6_27{

	outline: none;
  -webkit-appearance: none;
	cursor: pointer;
	width: 47.5%;
	border: none;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0;
	color: #666666;
	font-style: italic;
	font-weight: 100;
}
.ui-datepicker-calendar{
  background:white !important;
  color:black;
  text-decoration:none;
}

.ui-state-default{
  color:gray;
  padding: 5px !important;
  text-decoration: none !important;
}
#formulier2 .offerte_content{
	width: 47.5%;

	height: 670px;
	margin-bottom:0px;
}
#formulier2 textarea{
	height: 200px;
}
#formulier2 input, #formulier2 textarea{
	background-color: white;
}
#formulier2 input[type="submit"]{
  background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: bold;
  float:left;
  max-width:200px;
  margin-top:60px;

}
td span.error{
	font-size: 0.8em;
	color: red;
}
#formulier .error_form_extra select{
	background-color: #fcd2d2 !important;
	background-color: rgba(255,0,0,0.2) !important;
}
#formulier li#field_5_17 label{
	font-weight: normal;
	margin: 0;
	padding-bottom: 35px;
	font-size: 28px;
	color: #424242;
	display: block;
}
.add_list_item, .delete_list_item{
	height: 30px;
	padding-bottom: 30px;
}
#formulier li#field_5_17{
	padding: 40px 0;
}
#formulier li#field_5_17 table{
	width: 100%;
	display: block;
	table-layout: fixed;
}
#formulier li#field_5_17 table tbody{
	display: block;
}
#formulier li#field_5_17 table tr{
	display: block;
	width: 100%;
}
#formulier li#field_5_17 table thead{
	display: none;
}
#formulier li#field_5_17 table td{
	display: block;
	width: 100%;
	padding: 0;
}
#formulier li#field_5_17 table td select{
	width: 100%;
}
.lt-ie8 #formulier input, .lt-ie8 #formulier textarea{
	width: 92%;
}
.lt-ie8 #formulier input[type="submit"]{
	width: 200px;
}
.lt-ie8 #formulier gfield{
	margin-bottom: 5px;
}
.lt-ie8 #formulier input[type="submit"]{
	overflow: visible !important;
	float: right;
}

#formulier2 .error_form_extra select{
	background-color: #fcd2d2 !important;
	background-color: rgba(255,0,0,0.2) !important;
}
#formulier2 li#field_6_17 label{
	font-weight: normal;
	margin: 0;
	padding-bottom: 35px;
	font-size: 28px;
	color: #424242;
	display: block;
}
#formulier2 li#field_6_17{
	padding: 40px 0;
}
#formulier2 li#field_6_17 table{
	width: 100%;
	display: block;
	table-layout: fixed;
}
#formulier2 li#field_6_17 table tbody{
	display: block;
}
#formulier2 li#field_6_17 table tr{
	display: block;
	width: 100%;
}
#formulier2 li#field_6_17 table thead{
	display: none;
}
#formulier2 li#field_6_17 table td{
	display: block;
	width: 100%;
	padding: 0;
}
#formulier2 li#field_6_17 table td select{
	width: 100%;
}
.lt-ie8 #formulier2 input, .lt-ie8 #formulier2 textarea{
	width: 92%;
}
.lt-ie8 #formulier2 input[type="submit"]{
	width: 200px;
}
.lt-ie8 #formulier2 gfield{
	margin-bottom: 5px;
}
.lt-ie8 #formulier2 input[type="submit"]{
	overflow: visible !important;
	float: right;
}

input#choice_4_13_1{
  float:left;
  margin-top:15px;
  margin-bottom:-15px;

}

label#label_4_13_1{
  margin-left: 30px;
  margin-top:-35px;
}

li.gchoice_4_13_1{
  margin-left:640px;
}

input#choice_5_25_1{
  margin-bottom:-30px;
  width:3%;
  float:left;
  height:20px;
}

label#label_5_25_1{
  margin-left:40px;
}
.gchoice_5_25_1{
  margin-bottom: 20px;
}

@media(max-width:786px){
  li.gchoice_4_13_1{
    margin-left:40px;
  }
  #formulier2 form{
  	margin: 0;
  	padding: 0;
  }
  #formulier2 select{
  	-webkit-appearance: none;
  	cursor: pointer;
  	width: 100%;
  	border: none;
  	padding: 20px;
  	margin-bottom: 20px;
  	border-radius: 0;
  	color: #666666;
  	font-style: italic;
  	font-weight: 100;
  	background-image: url('img/dropdown.gif');
  	background-size: 60px 60px;
  	background-position: right center;
  	background-repeat: no-repeat;
  	outline: none;
  	text-indent: 0.01px;
  }
  #formulier2 input#input_6_24{
    background-image:url('http://www.vanmoerh.be/wp-content/plugins/gravityforms/images/calender.png');
    background-size: 60px 60px;
  	background-position: right center;
  	background-repeat: no-repeat;
  	outline: none;
    -webkit-appearance: none;
  	cursor: pointer;
  	width: 100%;
  	border: none;
  	padding: 20px;
    margin-top:20px;
  	margin-bottom: 20px;
  	border-radius: 0;
  	color: #666666;
  	font-style: italic;
  	font-weight: 100;
  }
  #field_6_24 label{
    display:none;
  }
  #field_6_27 label{
    display:none;
  }
  #field_6_27{
    border-bottom: #666666 solid 1px;
  }
  #formulier2 input#input_6_27{

  	outline: none;
    -webkit-appearance: none;
  	cursor: pointer;
  	width: 100%;
  	border: none;
  	padding: 20px;
  	margin-bottom: 20px;
  	border-radius: 0;
  	color: #666666;
  	font-style: italic;
  	font-weight: 100;
  }
  .ui-datepicker-calendar{
    background:white !important;
    color:black;
    text-decoration:none;
  }

  .ui-state-default{
    color:gray;
    padding: 5px !important;
    text-decoration: none !important;
  }
  #formulier2 .offerte_content{
  	width: 100%;

  	height: 630px;
  	margin-bottom:0px;
  }
  #formulier2 textarea{
  	height: 200px;
  }
  #formulier2 input, #formulier2 textarea{
  	background-color: white;
  }
  #formulier2 input[type="submit"]{
    background: linear-gradient(to bottom, #094f96 0%, #094f96 45%, #095098 48%, #0d5db2 50%, #0d5db2 100%);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: bold;
    float:left;
    max-width:200px;
    margin-top:20px;

  }
  #formulier2 .error_form_extra select{
  	background-color: #fcd2d2 !important;
  	background-color: rgba(255,0,0,0.2) !important;
  }
  #formulier2 li#field_6_17 label{
  	font-weight: normal;
  	margin: 0;
  	padding-bottom: 35px;
  	font-size: 28px;
  	color: #424242;
  	display: block;
  }
  #formulier2 li#field_6_17{
  	padding: 40px 0;
  }
  #formulier2 li#field_6_17 table{
  	width: 100%;
  	display: block;
  	table-layout: fixed;
  }
  #formulier2 li#field_6_17 table tbody{
  	display: block;
  }
  #formulier2 li#field_6_17 table tr{
  	display: block;
  	width: 100%;
  }
  #formulier2 li#field_6_17 table thead{
  	display: none;
  }
  #formulier2 li#field_6_17 table td{
  	display: block;
  	width: 100%;
  	padding: 0;
  }
  #formulier2 li#field_6_17 table td select{
  	width: 100%;
  }
  .lt-ie8 #formulier2 input, .lt-ie8 #formulier2 textarea{
  	width: 92%;
  }
  .lt-ie8 #formulier2 input[type="submit"]{
  	width: 200px;
  }
  .lt-ie8 #formulier2 gfield{
  	margin-bottom: 5px;
  }
  .lt-ie8 #formulier2 input[type="submit"]{
  	overflow: visible !important;
  	float: right;
  }

}
.lt-ie8 .gform_wrapper ul li.dropdown{
	display: inline;
}
.gf_browser_ie7 form textarea{
	display: block;
}
.offerte_extra{
	height: auto !important;
  width:100% !important;
}
.service_left{
	width: 100%;
}
.containers{
	padding-top: 0px;
}
.containers h4{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
}
.containers .container_afbeelding{
	width: 24%;
	float: left;
	padding-right: 1%;
	margin-bottom: 10px;
}
.containers .container_afbeelding img{
	width: 100%;
	display: block;
}
.dropdown label{
	display: none;
}
td.error_form_extra select{
	background-color: #fcd2d2 !important;
	background-color: rgba(255,0,0,0.2) !important;
}
.donker .side p {
    color: white;
}
.donker .side a {
    color: white;
}
.donker .side span {
    color: white;
}
div.credit_wrapper {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    z-index: 1;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
    padding: 10px 0;
}
div.credits {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 300ms ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 300ms ease-in;
    -o-transform-style: preserve-3d;
    -o-transition: all 300ms ease-in;
    transform-style: preserve-3d;
    transition: all 300ms ease-in;
}
div.credit_wrapper:hover div.credits {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.side {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.side.side2 {
    display: block;
    -webkit-transform: rotateX(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateX(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateX(180deg);
    -o-box-sizing: border-box;
    transform: rotateX(180deg);
    box-sizing: border-box;
    color: #acaca9;
    text-align: center;
}
.side img {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    height: 30px;
    width: 30px;
}
.side p {
    margin: 0 auto;
    font-size: 0.8em;
    color: #666666;
    line-height: 20px;
}
.side span {
    line-height: 20px;
    font-size: 0.8em;
    margin-left: 5px;
    color: #666666;
}
.side a {
    color: #666666;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.side a:hover {
    color: #d8486c;
}
.no-csstransforms3d div.credits {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.no-csstransforms3d div.side1, .ie-sucks div.side1, .ie10 div.side1{
	display: none;
}
.ie10 div.credit_wrapper .side.side2 {
	transform: rotate(0);
	transform: rotateX(0);
}
.ie10 div.credit_wrapper:hover div.credits{
	transform: rotateX(0);
}
/* Nieuwsberichten */
section#nieuws{
	padding: 25px 0;
}
section#nieuws h2.titel{
	padding-top: 25px;
}
section#nieuws h1.titel{
	margin-bottom: 40px;
}
section#nieuws article.nieuwsbericht{
	position: relative;
}
section#nieuws article.nieuwsbericht figure{
	width: 20%;
	float: left;
}
section#nieuws article.nieuwsbericht figure a{
	display: block;
}
section#nieuws article.nieuwsbericht figure a img{
	max-width: 100%;
}
section#nieuws article.nieuwsbericht div.content{
	float: right;
	width: 80%;
}
section#nieuws article.nieuwsbericht div.content div.content_wrapper_nieuwsbericht{
	padding-left: 5%;
}
section#nieuws article.nieuwsbericht div.content a.titel{
	text-decoration: none;
}
section#nieuws article.nieuwsbericht div.content h2{
	margin: 0;
	padding: 0;
}
section#nieuws article.nieuwsbericht div.content div.contentp{
	padding-bottom: 40px;
}
section#nieuws article.nieuwsbericht div.content a.button_link{
	position: absolute;
	right: 0;
	bottom: 0;
}
section#project div.social_buttons{
	margin-top: 10px;
}
.single-post #project div.projectwrapper div.projectcontent{
	padding-top: 10px;
}
.single-post h1.titel{
	margin-bottom: 25px;
}
div.social{
	width: auto;
	overflow: hidden;
	float: left;
}
div.social div.facebook{
	width: 48px;
	height: 24px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0px 5px 0px 0;
	margin-bottom: 5px;

}
div.social.twitter{
	margin-right: 5px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* Styles */
  .padding {
    padding: 20px;
  }

  form {
    padding-right: 0;
  }
  #formulier .offerte_content{
	  padding-bottom: 40px;
	  height: auto;
  }
  .container_wrapper{
	  width: 100%;
  }
  .wrapper {
    width: 96%;
    margin: 0 auto;
  }

  header div.slider {
    display: none;
  }

  header {
    position: relative;
    min-height: 0;
  }

  header nav {
    background-color: white;
    top: 0;
    position: relative;
  }

  header div.logowrapper {
    float: none;
    position: relative;
  }
  section#main #services .uitleg p.content{
	  margin-top: 20px;
  }
  section#main #services .navigatie.pull-left .background_ul {
    position: relative;
  }

  #over_ons .bx-wrapper {
    display: none;
  }

  div.menu_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
  }

  div.menu_toggle a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  section#main #services .uitleg ul {
    min-height: 450px;
    height: auto;
  }

  .svg div.menu_toggle a {
    background-image: url("img/slide_menu.svg");
  }

  .no-svg div.menu_toggle a {
    background-image: url("img/slide_menu.png");
  }

  header nav ul {
    float: none;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  header nav ul li {
    float: none;
    width: 100%;
    height: 45px;
    text-align: center;
    background-color: white;
  }
  header nav ul li a {
    margin-right: 0;
  }

  section#main .over_ons_slider {
    display: none;
  }

  #project div.projectwrapper span.gegevens {
    position: static;
    margin-top: 10px;
    display: block;
    font-size: 12px;
  }

  header div.slider ul li {
    height: 350px;
  }

  h1.titel {
    font-size: 20px;
    padding-bottom: 20px;
  }

  header div.navwrapper {
    width: 96%;
    margin: 0 auto;
  }
  header div.navwrapper nav {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }

  .half {
    width: 100%;
  }

  section#main #services .services_wrapper .afbeeldingen {
    display: none;
  }

  section#main #services {
    margin-bottom: 190px;
    margin-top: 20px;
  }

  #vacatures {
    margin-top: 20px;
  }

  section#main #services .uitleg {
    width: 100%;
  }

  footer nav ul {
    padding: 0;
    padding-top: 20px;
  }
  footer nav ul li {
    padding: 0 10px;
  }

  footer div.footer_item {
    width: 100%;
    border: none;
  }

  footer nav div.footer_item {
    border: none;
  }

  footer div.overons {
    border: none;
  }

  footer div.overons div.overons_wrapper {
    padding: 10px;
    padding-top: 20px;
  }

  footer .footer_bottom ul li {
    display: block;
    color: #dbdbdb;
  }
  footer .footer_bottom ul li span {
    color: #666666;
  }

  footer div.footerlogo {
    padding: 0;
    width: 50%;
    margin-left: 25%;
  }

  footer div.footer_item {
    height: auto;
  }

  footer div.footer_item:last-child {
    padding-bottom: 20px;
  }

  footer div.overons {
    height: auto;
    padding-bottom: 20px;
    width: 100%;
  }

  section#main #services .services_wrapper .half {
    float: none;
  }
  section#main #services .services_wrapper .half .uitleg {
    position: relative;
    float: none;
  }

  header div.logowrapper a {
    display: inline-block;
  }

  section#main #services .navigatie ul li {
    height: 100px;
  }

  section#main #services {
    height: auto;
    margin-bottom: 20px;
  }
  section#main #services .uitleg li{
	  min-height: 510px;
  }
  section#main #services .navigatie {
    width: 100%;
    position: relative;
    left: 0;
    float: none;
  }
  section#main #services .navigatie ul {
    width: 100%;
    border: none;
    clear: both;
    overflow: hidden;
  }
  section#main #services .navigatie ul li {
    display: block;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-bottom: 0;
    border: none;
    border-bottom: 1px solid white;
  }

  section#main #container_nodig {
    height: auto;
  }
  section#main #container_nodig .padding {
    padding: 0;
  }

  section#main .container_wrapper article {
    width: auto;
    padding: 20px;
    float: none;
  }

  section#main .container_wrapper div.truck {
    position: relative;
    height: 275px;
    background-position: left bottom;
    background-size: 100%;
    width: 100%;
  }

  section#main #services .services_wrapper .afbeeldingen img {
    height: auto;
  }

  section#main #services .navigatie ul li span {
    margin-top: -6px;
  }

  section#main #services .navigatie ul li.active:after, section#main #services .navigatie ul li.current-menu-item:after {
    left: 0px;
    margin-top: -15px;
    top: 50%;
    border-left-color: #074e99;
    border-right-color: transparent;
  }

  footer .footer_bottom ul {
    margin-bottom: 0;
    border-bottom: 0;
  }

  section#main .vacatures_wrapper .vacature p.functie {
    font-size: 16px;
    padding-right: 0;
  }

  section#main #services .navigatie.pull-left {
    width: 100%;
  }

  section#main #services .navigatie.pull-left ul {
    border-right: 0;
  }

  section#main #services .navigatie.pull-left li:last-child {
    border-bottom: 0;
  }

  section#main #services .navigatie.pull-left li.active:after, section#main #services .navigatie.pull-left li.current-menu-item:after {
    border-left-color: #074e99;
    border-right-color: transparent;
    right: auto;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    margin-left: 0px;
  }

  section#main #projecten .projectenwrapper .project {
    margin-bottom: 20px;
  }

  section#main #projecten .projectenwrapper .project {
    overflow: hidden;
    height: 250px;
  }

  section#main #services div.services_wrapper div.content {
    width: 100%;
  }

  section#main #projecten .projectenwrapper .project .afbeelding {
  	width: 100%;
  }
  section#main #projecten .projectenwrapper .overlay{
    opacity: .8;
  }

  section#main #projecten .projectenwrapper .project .project_wrapper {
    height: 250px;
  }

  section#main #projecten .projectenwrapper .project .uitleg_wrapper {
    padding: 20px;
    height: 250px;
    box-sizing: border-box;
  }

  h2.titel {
    padding-bottom: 20px;
  }

  section#contact form input, section#contact form textarea {
    margin-bottom: 20px;
  }

  form input, form textarea {
    margin-bottom: 20px;
  }

  #vacature .content {
    padding-top: 20px;
  }

  #vacature .content p {
    margin-bottom: 20px;
  }

  section#main #projecten .projectenwrapper .project .uitleg {
    width: 70%;
    float: right;
    height: 250px;
  }

  section#main #projecten .projectenwrapper .project .project_wrapper {
    overflow: visible;
  }

  section#main #offerte .offerte_content textarea {
    margin-top: 20px;
  }

  section#main #offerte .offerte_content input {
    margin-bottom: 20px;
  }

  section#main #projecten .projectenwrapper .project {
    width: 100%;
  }

  section.service_pagina div.recentprojects {
    display: none;
  }

  section#main article.project_uitleg {
    float: none;
    width: 100%;
  }

  section#main #projecten .projectenwrapper .project:nth-child(3n) {
    margin-right: 0%;
  }

  section#main #projecten .projectenwrapper .project:nth-child(2n) {
    margin-right: 0;
  }

  section#main #offerte .offerte_content {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  section#main .medewerker {
   width: 46%;
   padding: 2%;
   height: 110px;
   margin-top: 10px;
  }

  .medewerkers h1.titel {
    margin-bottom: 0 !important;
  }

  section#contact .pull-left {
    width: 100%;
    float: right !important;
  }
  section#contact .pull-left form {
    padding-right: 0;
    margin-bottom: 20px;
  }

  section#contact .pull-right {
    width: 100%;
    float: left !important;
  }

  section#contact {
    margin-top: 20px;
  }

  section#over_ons {
    margin-top: 20px;
  }

  section#contact .column {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }

  #project {
    margin-top: 20px;
  }

  #project div.projectwrapper div.projectcontent article.uitleg {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  #project div.projectwrapper div.projectcontent div.afbeeldingen {
    float: none;
    width: 100%;
  }

  #vacature {
    margin-top: 20px;
  }

  #vacature .vacature {
    float: none;
    width: 100%;
  }

  #vacature .content {
    padding-right: 0;
  }

  #vacature .formulier {
    width: 100%;
    float: none;
  }

  section#main #projecten .projectenwrapper {
    padding-top: 20px;
  }

  section#main .vacatures_wrapper p {
    padding-right: 0;
  }

  section#main footer a.offerteknop {
    margin-top: 0;
  }

  .vacature_wrapper {
    margin-top: 40px;
  }

  section#main .vacatures_wrapper .vacature p.functie {
    float: none;
  }

  .buttonblack {
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
   #formulier .offerte_content{
	  width: 100% !important;
  }
  h2.titel{
	  padding-top: 40px;
  }
  footer div.footer_projects img{
	  width: 50px;
  }
  footer div.footer_item h5{
	  float: left;
	  width: auto;
	  margin-left: 15px;
  }
  section#nieuws article.nieuwsbericht figure{
	width: 100%;
	float: none;
	margin-bottom: 15px;
   }
	section#nieuws article.nieuwsbericht div.content{
		float: none;
		width: 100%;
	}
	section#nieuws article.nieuwsbericht div.content div.content_wrapper_nieuwsbericht{
		padding-left: 0;
	}
	section#nieuws .whiteback{
		margin-top: 10px;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    width: 96%;
    margin: 0 auto;
  }

  header div.slider {
    height: 350px;
    background-color: silver;
  }

  header div.slider ul li {
    height: 350px;
  }

  h1.titel {
    font-size: 24px;
    padding-bottom: 20px;
  }

  header div.navwrapper {
    width: 96%;
    margin: 0 auto;
  }
  header div.navwrapper nav {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #formulier .offerte_content{
	  padding-bottom: 40px;
	  height: auto;
  }
  section#main #services {
    margin-bottom: 190px;
    margin-top: 40px;
  }

  #vacatures {
    margin-top: 40px;
  }

  section#main #services .uitleg {
    width: 100%;
  }

  footer nav ul {
    padding: 0;
    padding-top: 20px;
  }
  footer nav ul li {
    padding: 0 10px;
  }

  footer div.overons div.overons_wrapper {
    padding: 10px;
    padding-top: 20px;
  }

  footer .footer_bottom ul li {
    display: block;
    color: #dbdbdb;
  }
  footer .footer_bottom ul li span {
    color: #666666;
  }

  section#main #services .navigatie {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  section#main #services .navigatie ul {
    width: 100%;
    border: none;
    clear: both;
    overflow: hidden;
  }
  section#main #services .navigatie ul li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-bottom: 0;
    border-right: 1px solid white;
  }

  section#main #services .services_wrapper .afbeeldingen img {
    height: auto;
  }

  section#main #services .navigatie ul li.active:after {
    left: 50%;
    margin-left: -15px;
    top: 11px;
    border-top-color: white;
    border-left-color: transparent;
  }

  footer .footer_bottom ul {
    margin-bottom: 0;
    border-bottom: 0;
  }

  section#main .vacatures_wrapper .vacature p.functie {
    font-size: 16px;
    padding-right: 0;
  }

  section#main .container_wrapper div.truck {
    background-position: left bottom;
  }

  section#main #services .navigatie.pull-left {
    width: 100%;
  }

  section#main #services .navigatie.pull-left ul {
    border-right: 0;
  }

  section#main #services .navigatie.pull-left li:last-child {
    border-bottom: 0;
  }

  section#main #services .navigatie.pull-left li.active:after {
    border-right-color: transparent !important;
    border-top-color: white !important;
    right: auto !important;
    top: 12px !important;
    left: 50% !important;
    margin-left: -15px !important;
  }
  section#main #services .navigatie.pull-left li.active:after, section#main #services .navigatie.pull-left li.current-menu-item:after{
	  border-right-color: transparent !important;
    border-top-color: white !important;
    right: auto !important;
    top: 12px !important;
    left: 50% !important;
    margin-left: -15px !important;
  }
  section#main #services div.services_wrapper div.content {
    width: 100%;
  }

  section#main #projecten .projectenwrapper .project .afbeelding {
    height: 120px;
    top: 100%;
    width: 100%;
  }

  section#main #projecten .projectenwrapper .project .project_wrapper {
    height: auto;
  }

  section#main #projecten .projectenwrapper .project .uitleg {
    width: 100%;
    float: none;
    height: 300px;
  }
  section#main #projecten .projectenwrapper .project{
	  height: 300px;
  }
  section#main #projecten .projectenwrapper .project .project_wrapper {
    overflow: visible;
  }

  section#main #projecten .projectenwrapper .project .afbeelding{
	  position: relative;
	  width: 100%;
	  height: auto;
  }
  .services_wrapper .afbeeldingen{
	  float: right !important;
  }
  .services_wrapper .afbeeldingen li{
	  padding-right: 40px;
	  padding-top: 40px;
  }
  section#main #offerte .offerte_content {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  section#main article.project_uitleg{
	  width: 100%;
	  float: none;
  }
  section#main .medewerker {
    width: 50%;
  }

  .medewerkers h1.titel {
    margin-bottom: 0 !important;
  }

  section#contact .pull-left {
    width: 100%;
    float: right !important;
  }
  section#contact .pull-left form {
    padding-right: 0;
    margin-bottom: 40px;
  }

  section#contact .pull-right {
    width: 100%;
    float: left !important;
  }

  section#contact {
    margin-top: 40px;
  }

  section#over_ons {
    margin-top: 40px;
  }

  section#contact .column {
    min-width: 50%;
    width: 50%;
    margin-bottom: 20px;
  }

  #project {
    margin-top: 40px;
  }
  .container_wrapper{
	  width: 100%;
	  box-sizing: border-box;
  }
  section#main #container_nodig{
	  height: auto;
  }
  section#main .container_wrapper article{
	  width: 100%;
  }
  section#main .container_wrapper div.truck{
	  position: relative;
height: 390px;
background-position: left bottom;
background-size: 100%;
width: 100%;
  }
  #project div.projectwrapper div.projectcontent article.uitleg {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  #project div.projectwrapper div.projectcontent div.afbeeldingen {
    float: none;
    width: 100%;
  }

  #vacature {
    margin-top: 40px;
  }

  #vacature .vacature {
    float: none;
    width: 100%;
  }

  #vacature .content {
    padding-right: 0;
  }

  #vacature .formulier {
    width: 100%;
    float: none;
  }


  section#main footer a.offerteknop {
    margin-top: 0;
  }
  #formulier .offerte_content{
	  width: 100% !important;
  }
  footer div.footer_item h5{
	  width: 65%;
  }
  section#nieuws article.nieuwsbericht figure{
	width: 100%;
	float: none;
	margin-bottom: 15px;
   }
   section#nieuws article.nieuwsbericht figure img{
	   width: 100%;
   }

	section#nieuws article.nieuwsbericht div.content{
		float: none;
		width: 100%;
	}
	section#nieuws article.nieuwsbericht div.content div.content_wrapper_nieuwsbericht{
		padding-left: 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	.wrapper{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	section#main #services .navigatie ul{
		width: 100%;
		box-sizing: border-box;
	}
	header div.navwrapper{
		width: 90%;
	}
	header nav{
		box-sizing: border-box;
	}
	footer nav ul, footer div.overons div.overons_wrapper{
		padding: 20px;
	}
	footer div.footerlogo{
		padding: 20px;
	}
	footer .footer_bottom ul{
		margin-bottom: 65px;
	}
	.service_pagina .navigatie ul{
		width: 150px !important;
		box-sizing: inherit !important;
	}
	section#main #services div.services_wrapper div.content{
		width: 84%;
	}
	section#contact .column{
		min-width: 50%;
		width: 50%;
		margin-bottom: 40px;
	}
	header div.slider {
		height: 400px;
    }
	header div.slider ul li {
	  height: 400px;
	}
	section#main #services .navigatie.pull-left .background_ul{
		width: 150px;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {

}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		1.4.2 (30/06/2013)
 */

@media screen {
		/* Overlay */
	#lightcase-overlay {
		display: none;
		width: 100%;
		height: 100%;

		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;

		background-color: #333;
	}

		/* Loading */
	#lightcase-loading {
		display: none;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		margin-left: -24px;

		position: fixed;
		z-index: 1001;
		top: 50%;
		left: 50%;

		background: url(img/loading_neg.gif) transparent no-repeat 50% 50%;
		background-size: 50%;
	}
	#lightcase-case.lightcase-loading .lightcase-content {
		background: url(img/loading.gif) #fff no-repeat 50% 50%;
		background-size: 24px;
	}
	#lightcase-case.lightcase-loading.type-image .lightcase-content,
	#lightcase-case.lightcase-loading.type-video .lightcase-content  {
		background-image: url(img/loading_neg.gif);
		background-color: #333;
	}

		/* Case */
	#lightcase-case {
		display: none;

		position: fixed;
		z-index: 1002;
		top: 50%;
		left: 50%;

		color: #fff;
		text-shadow: 0 1px 0 #333;

		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		text-align: left;

		-webkit-text-size-adjust: none;
		-webkit-backface-visibility: hidden;
	}

		/* Info */
	#lightcase-case .lightcase-info {
		overflow: auto;
	}
	#lightcase-case .lightcase-sequenceInfo,
	#lightcase-case .lightcase-title,
	#lightcase-case .lightcase-caption {
		margin: 10px;
		padding: 0;
		overflow: auto;
		font-size: 11px;
		line-height: 15px;
		text-overflow: ellipsis;
	}
	#lightcase-case .lightcase-title{
		font-size: 24px;
		line-height: 24px;
		overflow: hidden;
		text-align: center;
	}
	#lightcase-case .lightcase-caption{
		display: none !important;
	}
	#lightcase-case .lightcase-sequenceInfo {
		float: left;
		padding-right: 0;
	}

		/* content */
	#lightcase-case .lightcase-content {
		position: relative;
		z-index: 1;
		overflow: hidden;

		color: #333;
		text-shadow: none;

		background-color: #fff;

		-moz-box-shadow: 0 0 30px rgba(0,0,0,.50);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.50);
		box-shadow: 0 0 30px rgba(0,0,0,.50);

		-webkit-backface-visibility: hidden;
	}
	#lightcase-case.type-image .lightcase-content,
	#lightcase-case.type-video .lightcase-content {
		background-color: #333;
	}
	#lightcase-case.type-image .lightcase-contentInner,
	#lightcase-case.type-video .lightcase-contentInner {
		line-height: 0.75;
	}
	#lightcase-case  .lightcase-inlineWrap {
		padding: 15px;
		overflow: auto;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		/* Error message */
	p.lightcase-error {
		margin: 0;
		padding: 0;
	}

		/* Navigation */
	#lightcase-case .lightcase-nav {
	}
	#lightcase-case .lightcase-nav a {
		width: 25%;

		position: absolute;
		z-index: 3;
		top: 25%;
		bottom: 25%;

		outline: none;
		cursor: pointer;
	}
	#lightcase-case a.lightcase-prev {
		left: 15px;
	}
	#lightcase-case a.lightcase-next {
		right: 15px;
	}
	#lightcase-case a.lightcase-play,
	#lightcase-case a.lightcase-pause {
		display: none;
		width: 50%;

		z-index: 3;
		left: 25%;
		right: 25%;
	}
	#lightcase-case .lightcase-nav a span {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -13px;

		position: absolute;
		z-index: 1;
		top: 50%;

		text-indent: -9999px;
		background: url(img/sprite.png) transparent no-repeat 0 -30px;

		opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);

		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;

		-webkit-backface-visibility: hidden;
	}
	#lightcase-case .lightcase-nav a:hover span {
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		filter: alpha(opacity=100);
	}
	#lightcase-case a.lightcase-prev span {
		left: 0;
	}
	#lightcase-case a.lightcase-next span {
		right: 0;
		background-position: 0 -60px;
	}
	#lightcase-case a.lightcase-pause span {
		background-position: 0 -90px;
	}
	#lightcase-case a.lightcase-play span {
		background-position: 0 -120px;
	}
	#lightcase-case a.lightcase-pause span,
	#lightcase-case a.lightcase-play span {
		left: 50%;
		margin-left: -15px;
	}

		/* close */
	#lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;

		position: absolute;
		z-index: 1;
		top: -14px;
		right: -15px;

		outline: none;
		text-indent: -9999px;
		background: url(img/sprite.png) transparent no-repeat 0 0;
	}

		/* For mobile devices */
	.lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
	.lightcase-isMobileDevice #lightcase-case.type-iframe .lightcase-contentInner {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.lightcase-isMobileDevice.lightcase-open,
	.lightcase-isMobileDevice.lightcase-open body {
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}

		/* Fullscreen mode for mobile */
	.lightcase-fullScreenMode #lightcase-case {
		text-shadow: none;

		border: none;
		background: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-content {
		color: #fff;
		background: none;

		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-info {
		position: fixed;
		z-index: 1003;
		left: 5px;
		bottom: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-prev,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-next {
		position: absolute; /* Hide the prev/next buttons */
		top: -99999px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span {
		margin-top: -15px;
		background-image: url(img/play.svg);
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span {
		margin-top: -15px;
		background-image: url(../img/pause.svg);
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		border: 1px solid rbga(0,0,0, .25);

		background-color: rgba(150,150,150, .75);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 55% 55%;

		-moz-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);

		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;

		position: fixed;
		top: 5px;
		right: 5px;

		background-image: url(img/contract.svg);
		background-size: 55% 55%;
	}
}

::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     input::placeholder {
         color: transparent;
    }
     textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     textarea::placeholder {
         color: transparent;
    }
