.btn {
  display: block;
  padding: 0 14px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
	text-decoration:none !important;
  cursor: pointer;
  color: #707070;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: linear-gradient(to bottom, #ffffff, #f8f8f8);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0px 0 rgba(255, 255, 255, 0.4), inset -1px 0px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0px 0 rgba(255, 255, 255, 0.4), inset -1px 0px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0px 0 rgba(255, 255, 255, 0.4), inset -1px 0px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	overflow:hidden;
	word-wrap: break-word;
}
.btn,
.btn-arrow,
.related .btn .arrow {
	font:normal 20px/40px FranklinGothicFSHeavy, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #f8f8f8;
}
.btn:hover {
  text-decoration: none;
  background-color: #f8f8f8;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-geen:hover,
.btn-geen:active,
.btn-geen.active,
.btn-geen:focus,
.btn-geen.disabled,
.btn-geen[disabled] {
  cursor: default;
  background-color: #f8f8f8;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button{
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #649ec9;
  background-image: -moz-linear-gradient(top, #a2c5df, #649ec9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2c5df), to(#649ec9));
  background-image: -webkit-linear-gradient(top, #a2c5df, #649ec9);
  background-image: -o-linear-gradient(top, #a2c5df, #649ec9);
  background-image: linear-gradient(to bottom, #a2c5df, #649ec9);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
		color: #ffffff;
		background-color: #649ec9;
	}
	.bg-primary .btn-primary {
		background-color: #407ca8;
		background-image: -moz-linear-gradient(top, #649ec9, #407ca8);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#649ec9), to(#407ca8));
		background-image: -webkit-linear-gradient(top, #649ec9, #407ca8);
		background-image: -o-linear-gradient(top, #649ec9, #407ca8);
		background-image: linear-gradient(to bottom, #649ec9, #407ca8);
		border-width:0 0.5px 1px 0.5px;
	  border-color: rgba(255, 255, 255, 0.4);		
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
	}
	.bg-primary .btn-primary:hover,
	.bg-primary .btn-primary:active,
	.bg-primary .btn-primary.active,
	.bg-primary .btn-primary.disabled,
	.bg-primary .btn-primary[disabled] {
		color: #ffffff;
		background-color: #407ca8;
	}

.btn-primary-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #33CC00;
  background-image: -moz-linear-gradient(top, #33FF00, #33CC00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33FF00), to(#33CC00));
  background-image: -webkit-linear-gradient(top, #33FF00, #33CC00);
  background-image: -o-linear-gradient(top, #33FF00, #33CC00);
  background-image: linear-gradient(to bottom, #33FF00, #33CC00);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
	.btn-primary-green:hover,
	.btn-primary-green:active,
	.btn-primary-green.active,
	.btn-primary-green.disabled,
	.btn-primary-green[disabled] {
		color: #ffffff;
		background-color: #33CC00;
	}
	.btn-primary-green {
		background-color: #339900;
		background-image: -moz-linear-gradient(top, #33CC00, #339900);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33CC00), to(#339900));
		background-image: -webkit-linear-gradient(top, #33CC00, #339900);
		background-image: -o-linear-gradient(top, #33CC00, #339900);
		background-image: linear-gradient(to bottom, #33CC00, #339900);
		border-width:0 0.5px 1px 0.5px;
	  border-color: rgba(255, 255, 255, 0.4);		
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
	}
	.btn-primary-green:hover,
	.btn-primary-green:active,
	.btn-primary-green.active,
	.btn-primary-green.disabled,
	.btn-primary-green[disabled] {
		color: #ffffff;
		background-color: #339900;
	}

.btn-primary-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5994bf;
	background-image: -moz-linear-gradient(top, #649ec9, #5994bf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#649ec9), to(#5994bf));
	background-image: -webkit-linear-gradient(top, #649ec9, #5994bf);
	background-image: -o-linear-gradient(top, #649ec9, #5994bf);
	background-image: linear-gradient(to bottom, #649ec9, #5994bf);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
	.btn-primary-dark:hover {
		background-color: #5994bf;
	}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed7f01;
	background-image: -moz-linear-gradient(top, #fa931b, #ed7f01);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa931b), to(#ed7f01));
	background-image: -webkit-linear-gradient(top, #fa931b, #ed7f01);
	background-image: -o-linear-gradient(top, #fa931b, #ed7f01);
	background-image: linear-gradient(to bottom, #fa931b, #ed7f01);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover {
  background-color: #ed7f01;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover {
  background-color: #bd362f;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #078c07;
  background-image: -moz-linear-gradient(top, #45b83f, #078c07);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#45b83f), to(#078c07));
  background-image: -webkit-linear-gradient(top, #45b83f, #078c07);
  background-image: -o-linear-gradient(top, #45b83f, #078c07);
  background-image: linear-gradient(to bottom, #45b83f, #078c07);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width:100%;
}
.btn-success:hover {
  background-color: #078c07;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}


/* Custom buttons
-----------------------------------------------------------------------------------------------------------*/

.btn em,
.btn-arrow em{
	font:normal 16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
}
.btn-left {
	text-align:left;
}
.btn .arrow {
	font-size:50px;
	margin:-5px 0 0 0;
}
	.btn .arrow.pull-left {
		margin-right:5px;
	}
	.btn .arrow.pull-right {
		margin-left:5px;
	}
.dropdown .btn {
  border-radius: 0;
	margin-bottom:0;
}

/* Social media, expanding share button
-----------------------------------------------------------------------------------------------------------*/

.btn.social span,
.btn.social-large span {
	display:block;
}
.btn.social {	
	width:34px;
	height:35px;
	padding:10px 0 0 11px;
}
.btn.social-large {	
	width:40px;
	height:40px;
	padding:10px 0 0 10px;
  border-color: rgba(0, 0, 0, 0.25);	
}
	.btn.social span {
		width:23px;
		height:26px;
	}
	.btn.social-large span {
		width:30px;
		height:31px;
	}
.btn.facebook {
  background-color: #375598;
	background: -moz-linear-gradient(top, #6889c5, #375598);
	background: -webkit-linear-gradient(top, #6889c5, #375598);
	background: -o-linear-gradient(top, #6889c5, #375598);
	background: linear-gradient(top, #6889c5, #375598);	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6889c5), to(#375598));
}
	.btn.facebook span {
		background-position:0 -200px;
	}

.btn.linkedin {
  background-color: #375598;
	background: -moz-linear-gradient(top, #77bddb, #25739f);
	background: -webkit-linear-gradient(top, #77bddb, #25739f);
	background: -o-linear-gradient(top, #77bddb, #25739f);
	background: linear-gradient(top, #77bddb, #25739f);	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#77bddb), to(#25739f));
}
	.btn.linkedin span {
		background-position:0 -250px;
	}

.btn.twitter {
  background-color: #2faed8;
	background: -moz-linear-gradient(top, #88e4ff, #2faed8);
	background: -webkit-linear-gradient(top, #88e4ff, #2faed8);
	background: -o-linear-gradient(top, #88e4ff, #2faed8);
	background: linear-gradient(top, #88e4ff, #2faed8);	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#88e4ff), to(#2faed8));
}
	.btn.twitter span {
		background-position:0 -300px;
	}
.btn.email {
}
	.btn.email span {
		background-position:0 -350px;
	}

.bg-primary .btn.social {
  border:none;
	background:#fff;
}
.bg-primary .btn.facebook span {
	background-position:-50px -200px;
}
.bg-primary .btn.linkedin span {
	background-position:-50px -250px;
}
.bg-primary .btn.twitter span {
	background-position:-50px -300px;
}
footer .btn.social {
	float:left;
	margin-right:10px;
}

/* Classic arrow button (arrow head workaround with image) 
-----------------------------------------------------------------------------------------------------------*/
.btn-arrow,
.btn-arrow span {
	display:block;
	background:url(/h_images/h/btn-arrow.png) no-repeat;
	height:42px;
	background-size:640px 84px;
}
.btn-bullet span {
	display:block;
	background:url(/h_images/h/bullet.png) no-repeat;
	height:42px;
	background-size:640px 84px;
}
.btn-arrow {
	margin:0 -2px 5px 0;
	padding-left:9px;
  color: #fff;
	text-decoration:none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-arrow span {
	background-position:100% 100%;
  vertical-align: middle;
	padding: 0 35px 0 6px;
}
.btn-arrow em {
	display:block;
	margin-top:-1px;
}
.bg-primary .btn-arrow,
.bg-primary .btn-arrow span {
	text-decoration:none;
	text-align:left;
	background-image:url(/h_images/h/btn-arrow-bg-primary.png);
}

/* Flags
-----------------------------------------------------------------------------------------------------------*/

.flag {
	display:block;
	width:58px;
	height:46px;
}
.flag.en {
	background-position:0 -100px;
}
.flag.nl {
	background-position:100% -100px;
}
footer .flag {
	float:right;
}

