@supports (-ms-accelerator:true) {
    .selector {
        property: value;
    }
}

.qflorlogo {
  min-height: 300px;
}

/* Homepage */

.text-vertical-center{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  color: #fff;
 
}



.premium{
  animation-delay: 2s;
}

.pijltjebeneden {
  animation-delay: 3s;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 7.5em;
    font-weight: 700;
  font-family: 'Cinzel', Arial, serif; font-weight: 700;
  text-shadow:   -1px -1px  0 #333, -1px -1px  0 #333;
  text-shadow: 2px 2px 4px #000000;
}

.text-vertical-center span {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: 700;
  font-family: 'Cinzel', Arial, serif; font-weight: 700;
  text-shadow:   -1px -1px  0 #333, -1px -1px  0 #333;
  text-shadow: 2px 2px 4px #000000;
}


.text-vertical-center h2 {
    margin: 0;
    padding: 0;
   font-size: 2.5em;
    font-weight: 700;
 text-shadow: 1px 1px #C0C0C0,-1px -1px  0 #C0C0C0;
  text-shadow: -1px -1px  0 #C0C0C0,2px 2px 4px #C0C0C0, 2px 2px 4px #C0C0C0;
 
}

.text-vertical-center h3 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
   text-shadow: 0px 3px 0px #b2a98f,
                 0px 14px 10px rgba(0,0,0,0.15),
                 0px 24px 2px rgba(0,0,0,0.1),
                 0px 34px 30px rgba(0,0,0,0.1);
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  max-height:100px;
}

.pijler img {
  max-height: 200px;
  width: 100%;
}


.pijler {
  border-radius: 15px;
  background: #fff;
    padding: 0px; 
height: 350px;
-moz-box-shadow: 0 0 5px 5px #E9E9E9;
 -webkit-box-shadow: 0 0 5px 5px #E9E9E9;
 box-shadow: 0 0 5px 5px #E9E9E9;
display: inline-block;
  position: center;
  margin-bottom: 30px;
  margin-left: 20px;
}

@media screen and (max-width: 780px) {
  .pijler {height: 370px;}}

.pijler H2{color: red; font-size: 1.5em; padding-left: 20px;padding-right: 20px; text-align: center;}

.pijler H3{color: #8888a; font-size: 0.9em; text-align: center; padding-left:20px;padding-right: 20px;}

.pijler img-responsive { position: absolute; width: 200px !important; margin-top:0px;}




html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}



h2 {
  font-size: 26px;
}

h3 {
  font-size: 16px;
  color: #616160;
  font-weight: 300;
 
}

* {
	margin: 0; 
	padding: 0;
}
body {
	
	font-family: arial, verdana, tahoma;
}


/*Harmonica */
.accordian {
	width: 805px; height: 320px;
	overflow: hidden;
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  border-color: #C68e42;
 -moz-box-shadow: 0 0 5px 5px #edd87d;
 -webkit-box-shadow: 0 0 5px 5px#edd87d;
 box-shadow: 0 0 5px 5px #edd87d;
}


@media screen and (max-width: 600px) {
    .accordian {
         max-width: 550px; height: 320px;
	overflow: hidden;
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  border-color: #C68e42;
 -moz-box-shadow: 0 0 5px 5px #edd87d;
 -webkit-box-shadow: 0 0 5px 5px#edd87d;
 box-shadow: 0 0 5px 5px #edd87d;
    }
 .accordian li {
	position: relative;
	display: block;
	width: 180px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	
}

  .accordian li img { max-width:80px; max-height: 320px;}
  

.accordian ul:hover li {width: 10px;}

.accordian ul li:hover {max-width: 450px;}

 .accordian ul {
	width: 450px;

}
  
}

@media screen and (max-width: 560px) {
    .accordian {
         width: 300px; height: 320px;
	overflow: hidden;
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  border-color: #C68e42;
 -moz-box-shadow: 0 0 5px 5px #edd87d;
 -webkit-box-shadow: 0 0 5px 5px#edd87d;
 box-shadow: 0 0 5px 5px #edd87d;
    }
 .accordian li {
	position: relative;
	display: block;
	min-width: 40px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	
}


.accordian ul:hover li {width: 5px;}

.accordian ul li:hover {max-width: 170px;}

 .accordian ul {
	width: 2000px;

}
  
  .accordian li img {
	max-width: 650px;
}
  
}

.accordian ul {
	width: 2000px;

}

.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	
}


.accordian ul:hover li {width: 40px;}

.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}

.image_title img{
	min-height: 320px;	
min-width: 640px;	

}

@media screen and (max-width: 600px) {
    .image_title img {
         min-height: 320px;	
min-width: 300px;	
    }
}

.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}


/*Slicebox */
.omgeving {
    margin: 0 auto;
    max-width: 840px;
  max-height: 560px !important;
    padding: 0 50px;
    position: relative;
    width: 100%;
}

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url("https://evennietwerken.nl/Websiteoffer/images/shadow.png") no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(https://evennietwerken.nl/Websiteoffer/images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}


/* navigation */
ul#navigation {
    position: fixed;
    margin: 0px !important;
    padding: 0px!important;
    top: 100px !important; 
    left: 0px;
    list-style: none!important;
    z-index:9999;
 
  
}

ul#navigation li {
    width: 100px;

}

ul#navigation li a {
    display: block;
 
  margin-left: -2px;
    width: 100px;
    height: 70px;
 
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .home a{
 
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/house204.png")!important;
  background-size: contain;
     background-color:#FFF;
}
ul#navigation .about2 a      {
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/webicon1.png");
  background-color:#69d2e7 !important;
    background-size: contain;

}
ul#navigation .search a      {
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/webicon2.png");
   background-color:#a7dbdb !important;
    background-size: contain;

}
ul#navigation .podcasts a      {
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/webicon5.png");
   background-color:#e0e4cc !important;
    background-size: contain;

}
ul#navigation .rssfeed a   {
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/webicon4.png");
   background-color:#f38630 !important;
    background-size: contain;

}
ul#navigation .photos a     {
    background-image: url("https://evennietwerken.nl/Websiteoffer/images/webicon3.png");
   background-color:#fa6900 !important;
  background-size: contain;}


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100% !important;
    background: url(https://www.evennietwerken.nl/Websiteoffer/images/HPDBZP82.jpg  ) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



/* About */

.about {
    padding: 50px 0;
  background-color: #fff;
}

/* Services */



.services {
    padding: 50px 0;
    background-color: #1f1f1f;
  color: #8888a;
  font-family: "Slabo";
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

#contact H3{
  color: #fff !important;
  font-size: 30px;
}

.btn btn-light{
  -moz-box-shadow: 0 0 5px 5px #E9E9E9!important;
 -webkit-box-shadow: 0 0 5px 5px #E9E9E9 !important;
 box-shadow: 0 0 5px 5px #E9E9E9 !important;
}

.btn btn-dark {
  background-color: #E9E9E9 !important;
}

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff !important;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Portfolio */

.portfolio {
    padding: 50px 0;

}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
  color: #fff;
  background-color: #96908f ;
}

}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}



/* Footer */

footer {
    padding: 100px 0;
}

.footer-distributed{
   background-color: #292c2f;
    margin-left: auto;
    padding-top: 5px;
    text-align: left !important;
  
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
    padding-left: 10px;
    text-align: left;
    vertical-align: top
}

/* Footer left */



/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #c68e42;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */




.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: center;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #c68e42;
	text-decoration: none;
}


/* Footer Right */



.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}




