.balk {
/*css for full size background image*/
  background: url(../images/slider/weblimburg-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  height: 100%;
  background-color: #000;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
 
}
.video-box{
	position:relative;
}

.video-box .video-image{
	position:relative;
	margin:0px;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background-color:rgba(0,0,0,0.50);
}

.video-box .overlay-box span{
	position: absolute;
	width:110px;
	height: 110px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -55px;
	margin-left:-55px;
	line-height:110px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgba(255,255,255,0.20);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:110px;
	height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

services-section{
	position:relative;
}

.services-section .service-block{
	padding:0px;
	float:left;
}

.services-section .owl-dots,
.services-section .owl-nav{
	display:none;
}

.service-block{
	position:relative;
}

.service-block .inner-box{
	position:relative;
}

.service-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.service-block .inner-box .image .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
}

.service-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .image img{
	transform:scale(1.07,1.07);
}

.service-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box{
	
}

.service-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.0);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box:before{
	height:0%;
}

.service-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.service-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.service-block .inner-box .overlay-box h4{
	position:relative;
	line-height:1.4em;
	margin-bottom:0px;
	letter-spacing:2px;
	text-transform:capitalize;
}

.service-block .inner-box .overlay-box h4 a{
	position:relative;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	text-transform: uppercase;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .overlay-box h4 a{
	color:#ffffff;
}




.service-block .inner-box .overlay-box-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.0);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.service-block .inner-box:hover .overlay-box-two{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.service-block .inner-box .overlay-box-two .content{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	text-align:center;
	padding:0px 15px 30px;
}

.service-block .inner-box .overlay-box-two .content h5{
	position:relative;
	line-height:1.2em;
}

.service-block .inner-box .overlay-box-two .content h5 a{
	position:relative;
	color:#ffffff;
}

.service-block .inner-box .overlay-box-two .content .text{
	position:relative;
	line-height:1.8em;
	color:#ffffff;
	font-size:13px;
	opacity:0.80;
	font-weight:400;
	margin-top:18px;
	font-family: 'Poppins', sans-serif;
}

.service-block .inner-box .overlay-box-two .content .social-box{
	position:relative;
	margin-top:15px;
}

.service-block .inner-box .overlay-box-two .content .social-box a{
	position:relative;
	color:#ffffff;
	margin:0px 8px;
	font-size:14px;
}








.sec-title h1{
	position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.5em;
	text-transform:uppercase;
}

.sec-title h2 span{
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

.sec-title .text{
	position: relative;
    color: #000000;
	opacity:0.5;
	font-size:16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 18px;
	font-family: 'Poppins', sans-serif;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center;
}

.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	display: block;
	background-color: #5698D3;
	border-radius: 25px;
	opacity: 0.9;
	border: 2px solid #FFFFFF;
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.banner h1 {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	background: #1e1e1e;
	padding: 0px 18px;
	opacity: 0.6;
}

.subtitle h4 {
    display:inline-block;
    background:"";
    color:#fff;
    font-size:20px;
    padding:0px 15px;
}
.bg-footer1 {
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	min-height: 200px;

	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
}
.bg-footer-copyright {
	background-color: #000000;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	min-height: 40px;
	padding-top: 15px;
}
.bg-top {
	background-color: #000000;
	min-height: 112px;
	padding-top: 6px;
}
.bg-top1 {
	background-color: #565656;
	min-height: 25px;
	padding-top: 6px;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.bg-top2 {
	background-color: #000000;
	min-height: 50px;
	padding-top: 6px;
}
.bg-pagina-titel {
	background-color: #ff6600;
	/* [disabled]min-height: 50px; */
	color: #FFFFFF;
}
.bg-balk {
	/* [disabled]min-height: 200px; */
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 40px;
	background: rgba(0, 0, 0, 0) url("../slide/balk-image.jpg") no-repeat fixed center center / cover;
	min-height: 250px;
	color: #FFFFFF;
	padding-bottom: 40px;
}
.bg-balk1 {
	min-height: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #E8E8E8;
}
.bg-title-balk {
	min-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 5px;
	background-color: #5698D3;
	padding-bottom: 5px;
}
.bg-title-picture {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(../images/kop/kop-pictures-xs.jpg);
	max-height: 100px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-balk2 {
    /* [disabled]min-height: 80px; */
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #000000;
    color: #FFFFFF;
}
.bg-balk-top {
    min-height: 80px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F7F3B8;
    color: #000000;
}
.bg-balk4 {
	/* [disabled]min-height: 200px; */
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 0px;
	/* [disabled]background-color: #5698D3; */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
.bg-info {
	background-color: #D9D9D9;
	max-width: 200px;
}
.text-info1 {
	color: #000000;
	line-height: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	background-image: url(../images/back-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text-form {
	color: #000000;
	line-height: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text-rubriek {
	color: #EA5B0C;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	padding-top: 12px;
}
.text-actie {
    color: #000000;
    /* [disabled]line-height: 28px; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8em;
    position: relative;
    margin-left: 10px;
}
.text-info {
	color: #000000;
	font-family: arial;
	font-size: 16px;
	line-height: 22px;
	text-indent: 0px;
}
.text-midden {
	color: #FFFFFF;
	text-align: center;
	top: 50%;
	margin-top: 120px;
	margin-bottom: 75px;
	display: inline-block;
}
  #googleMap {
    width: 100%; /* Span the entire width of the screen */
    height: 400px; /* Set the height to 400 pixels */
   
  }
  
#back-top {
    position: fixed;
    z-index: 99;
    bottom: 4%;
    float: right;
   right: 49%;
    font-family: FontAwesome;
    font-size: 2.1em;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    padding-right: 0.05em;
  
    border: 2px solid #ffffff;
    color: rgb(255, 255, 255);
    background: url(../images/up-arrow.png) no-repeat center center;
}

#back-top:hover {
    color: inherit;
      background: url(../images/up-arrow.png) no-repeat center center;
  opacity: 0,6;
  filter: alpha(opacity=75);
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
A:link {
	COLOR: #9D9D9D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
} A:visited {
	COLOR: #e3e3e3;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
} A:hover {
	FONT-WEIGHT: normal;
	COLOR: #B2B2B2;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	text-decoration: none;
} A:active 
{
	color: #ff4d0e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
} 
a.sub:link {
    COLOR: #f2ef7e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
}
a.sub:hover {
    COLOR: #F3F227;
    font-family: arial;
    font-size: 1.1em;
    font-weight: bold;
}
a.sub:visited {
    COLOR: #f2ef7e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}
.aanbiedingen {
	display: block;
	padding: 2px;
	/* [disabled]margin-bottom: 15px; */
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	min-height: 315px;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
}
.bg-balk-show {
    background-repeat: no-repeat;
    background-position: center center / cover;
    background-image: none;
    /* [disabled]background-color: #f2ef7e; */
    background-attachment: fixed;
    /* [disabled]opacity: 0.4; */
    /* [disabled]color: #B27017; */
    border-color: #F2EF7E;
    border-width: 3px;
}

.bg-balk-show2 {
	background: rgba(0, 0, 0, 0) url(".../slide/slide-picture.jpg") no-repeat fixed center center / cover;
	min-height: 200px;
}
.bg-balk-show1 {
	background-repeat: no-repeat;
	background-position: center center / cover;
	background-image: url(../slide/slide-picture1.jpg);
	background-color: rgba(0, 0, 0, 0);
	background-attachment: fixed;
	max-height: 100px;
}


.presentatie {
	display: block;
	padding: 2px;
	/* [disabled]margin-bottom: 15px; */
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	min-height: 200px;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #343434;
	background: #343434 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
.input-block-level.text-actie {
    background-color: #000000;
    color: #FFFFFF;
    /* [disabled]min-height: 0px; */
    /* [disabled]height: 100px; */
    border-width: 1px;
    border-color: #F8F4D0;
    /* [disabled]width: 100%; */
}



@media screen and (min-width: 980px){
    .hero h2{
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 3em;
}    
}
@media screen and (max-width: 640px){
    .hero h2 {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 1em;
}    
 




 .hero h4 {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 1,1em;
}    
}
.text-kleur {
	color: #ff0000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
#countdown {
  width: 100%;
}
label {
  clear: both;
  display: block;
}
#countdown span {
  background: #000;
  color: #FEFBC4;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  width: 25%;
  dispaly: block;
  float: left;
  border-right: 1px solid #FEFBC4;
	 border-left: 1px solid #FEFBC4;
}
#countdown span:last-child {
  border-right: 1px solid #FEFBC4;
}
