.padding40{
padding:40px;
}
.oranje{
color: #FF8c00;
}

.navy{
color: navy;
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


img {
  vertical-align: middle;
}

.img-thumbnail {
  padding: 5px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;
  .transition(all .2s ease-in-out);
 .img-responsive(inline-block);
 
}

.img-circle {
  border-radius: 50%;
}

.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer30{height:30px;}
.spacer40{height:40px;}




ul.bt_meer_over{background:#f8f8f8;margin:0 0 15px 0;padding:5px;border-style:solid;border-color:#FF8c00;border-width:1px;list-style-type:none;}
.bt_meer_over{margin:20px 0 10px 0;}
span.bt_meer_over{display:block;margin:8px 0 0 5px;text-transform:uppercase;color:#FF8c00;font-weight:bold;}
.bt_meer_over li{margin:5px 10px 5px 0; padding:5px;}
.bt_meer_over li a{background:#fafafa;background:-moz-linear-gradient(center top, #fafafa, #d8d8d8);background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d8d8d8));background:-webkit-linear-gradient(#fafafa, #d8d8d8);background:-ms-linear-gradient(#fafafa, #d8d8d8);background:linear-gradient(#fafafa, #d8d8d8);border:1px solid #d0d0d0;-moz-box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#333;cursor:pointer;padding:2px 9px 4px;text-decoration:none;text-align:center;text-shadow:0 1px rgba(255, 255, 255, 0.75);font-family:"Ubuntu", Arial, sans-serif;height:15px;}
.bt_meer_over li a:hover{background:#d8d8d8;background:-moz-linear-gradient(center top, #d8d8d8, #fafafa);background:-webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#fafafa));background:-webkit-linear-gradient(#d8d8d8, #fafafa);background:-ms-linear-gradient(#d8d8d8, #fafafa);background:linear-gradient(#d8d8d8, #fafafa);border:1px solid #d0d0d0;-moz-box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#eee;cursor:pointer;padding:2px 9px 4px;text-decoration:none;text-align:center;text-shadow:0 1px rgba(255, 255, 255, 0.75);font-family:"Ubuntu", Arial, sans-serif;height:15px;}


.taglist ul li{
  display: inline;
}

/* buttons in het oranje */


.button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	background-color: #F60;
	background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:      -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:         linear-gradient(to top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	border: 1px solid #CC5200;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	cursor: pointer;
	color: #FFF !important;
	display: inline-block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	line-height: 30px;
	margin: 0;
	padding: 0 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
	
	border: 1px solid white;
-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;
}

/* Bootstrap werkt van klein naar groot */
/*ipad mini staand*/
@media(max-width:480px){
.button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	background-color: #F60;
	background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:      -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	background-image:         linear-gradient(to top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
	border: 1px solid #CC5200;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	cursor: pointer;
	color: #FFF !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	/*height: 32px;
	line-height: 30px;*/
	margin: 0;
	padding: 0 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
	
	border: 1px solid white;
-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;
}
}


/* Small devices (tablets, 768px and up) */
@media(min-width: @screen-sm-min){.button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #F60;
background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
border: 1px solid #CC5200;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
color: #FFF !important;
display: inline-block;
font: bold Arial, Helvetica, sans-serif;
height: 32px;
line-height: 30px;
margin: 0;
padding: 0 5px;
position: relative;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
width: auto;

border: 1px solid white;
-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;
}}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
.button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #F60;
background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
border: 1px solid #CC5200;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
color: #FFF !important;
display: inline-block;
font: bold 11px Arial, Helvetica, sans-serif;
height: 32px;
line-height: 30px;
margin: 0;
padding: 0 12px;
position: relative;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
width: auto;

border: 1px solid white;
-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min){
.button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #F60;
background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image:-o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
border: 1px solid #CC5200;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
color: #FFF !important;
display: inline-block;
font: bold 11px Arial, Helvetica, sans-serif;
height: 32px;
line-height: 30px;
margin: 0;
padding: 0 12px;
position: relative;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
width: auto;

border: 1px solid white;
-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
-moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
box-shadow: 0px 0px 5px 1px #c9c9c9;

}
}
