@charset "UTF-8";

html, 
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #e3e4dc;
}

html {
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
}


/* ==========================================================================
   Browse happy
   ========================================================================== */
.browsehappy {
  position: absolute; 
  top: 0; 
  z-index: 4; 
  width: 100%; 
  text-align: center; 
  background: #ffffe1; 
  font-size: 15px;
  color: #000000; 
  padding: 5px;  
}


/* ==========================================================================
   Header
   ========================================================================== */
header {
	margin: 0 auto 14px auto;
	background-position: center;
	max-width: 1260px;
  height: 339px;
  -webkit-box-shadow: inset 0px 339px 200px -200px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 339px 200px -200px rgba(0,0,0,0.75);
  box-shadow: inset 0px 339px 200px -200px rgba(0,0,0,0.75);
  background-repeat: no-repeat;
  background-position: center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

header.large {
  height: 560px;
  margin-bottom: 50px;
}
header.small {
  height: 150px;
  -webkit-box-shadow: inset 0px 160px 80px -80px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 160px 80px -80px rgba(0,0,0,0.75);
  box-shadow: inset 0px 160px 80px -80px rgba(0,0,0,0.75);
}
header.small .finder,
header.small .login {
  display: none;
}

.slider {
  margin:0;
  padding:0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.slider .container {
  position: relative; 
  height:100%; 
  overflow:hidden;
}

.slider .container .header-text,
.slider .container .header-button {
  position:absolute;
}

.slider .container .header-button a {
  text-decoration:none;
  color:inherit;
}

ul.slider {
  list-style:none;
}

ul.slider li {
  margin:0;
  padding:0;
  background-position: top center; 
  background-repeat: no-repeat;
}

/* Textual logo */
header a.logo {
	font-size: 52px;
	color: #00ffff;
	font-family: "Berkshire Swash", cursive;
  z-index: 9;
}
header a.logo:hover {
	text-decoration: none;
	color: #e6511e !important;
}

header div.top {
	margin: 0;
}
header div.top a {
	color: #00ffff;
}
header div.top a:hover {
	color: #e6511e;
}

header div.top .left {
	border-top: 2px solid #00ffff;
	border-right: 2px solid #00ffff; 
	margin-top: 40px;
	padding-top: 8px;
	height: 36px;
	display: table-cell;
	max-width: 70px;	
	font-size: 21px;
	text-align: center;
}
header div.top .center {
	border-bottom: 2px solid #00ffff;
	padding-left: 24px;
}
header div.top .right {
 	border-top: 2px solid #00ffff; 
 	border-left: 2px solid #00ffff; 
 	margin-top: 40px;
 	padding-top: 6px;
 	padding-right: 0;
 	height: 36px;
  font-size: 15px;
 	text-align: center; 	
 	display: table-cell;
	max-width: 169px;	
}

/* Header navigation */
nav.header-navigation {
	position: absolute;
	right: 0; 
	top: 80px;
  z-index: 9;
}
nav.header-navigation ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
nav.header-navigation ul li {
	display: inline;
  padding: 0;
  margin: 0 0 0 12px;
  font-weight: 600;
}
nav.header-navigation ul li a {
	color: #ffffff;
}
nav.header-navigation ul li a:before {
	font-family: "cultuuractief-drenthe";
	content: "e";
	margin-right: 6px;
	font-size: 11px;
}
nav.header-navigation ul li.active a {
  color: #e6511e;
}

/* Cultuurzoeker and login panel */
header div.bottom {
  margin-top: -76px;
}
header.large div.bottom-border {
  display: none;
}
header div.bottom-border {
  width: 100%; 
  height: 1px; 
  background: #58585a;
  margin-top: -1px;
}
header div.bottom div.panel-holder {
  position: relative; 
  width: 100%; 
  height: 100%; 
}
header div.bottom div.panel {
  position: absolute; 
  width: 100%;  
}
header div.bottom div.panel.finder {
  background: #ffec00;
  bottom: 31px;
  padding: 14px;
  z-index: 2;
}
header div.bottom div.panel.login {
  bottom: 76px;
  border: 1px solid #1a171b;
  text-align: center;
  /*font-size: 17px;*/
  font-weight: 600;
  z-index: 2;
  padding: 5px 5px; 
}
header div.bottom div.panel.login .button-2 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 15px;
  display: block;
}

/* Finder navigation */
nav.finder-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.finder-navigation ul li {
  margin: 14px 0 0 0;
}
nav.finder-navigation ul li:first-child {
  margin: 0;
}
nav.finder-navigation ul li a {
  color: #ffec00;
  background: #58585a;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600; 
  padding: 8px 8px 8px 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
nav.finder-navigation ul li a:before {
  position: absolute;
  font-family: "cultuuractief-drenthe";
  content: "e";
  margin: 1px 0 0 -25px;
  font-size: 14px;
}
nav.finder-navigation ul li a:hover {
  background: #000000;
  color: #ffffff;
}
nav.finder-navigation ul li a:hover:before {
  color: #ffec00;
}


/* ==========================================================================
   Main
   ========================================================================== */
main {
	margin-bottom: 50px;
}

.content {
	margin-bottom: 36px; /* 50-paragraph hight */
}

.content-holder.xs {
	padding: 8px 14px 14px 14px;
}

.content-holder.m {
  padding: 8px 14px;
}

.content-holder.md {
  padding: 14px 14px;
}

/* Content-holder variants  */
.content-holder.grey {
  background: #b7b7b7;
}

.content-holder.blue {
  background: #009ddf;
  color: #ffffff !important;
}
.content-holder.blue h1 {
  border: none;
}
.content-holder.blue.xs h1 {
  padding: 0;
  margin: 0;
  font-size: 32px;
}
.content-holder.blue a {
  color: #ffffff;
  text-decoration: underline;
}

.content-holder.yellow {
  background: #ffec00;
}
.content-holder.yellow.light {
  background: #f5f1b1;
}

.content-holder.yellow h1 {
  margin: 0 0 14px 0;
  color: #000000;
  font-size: 24px;
  border: 0;
  font-weight: 600;
}
.content-holder.yellow h5 {
  margin: 0 0 0 0;
  color: #009ddf;
  line-height: 1;
  font-size: 16px;
  border: 0;
  font-weight: 800;
}
.content-holder.yellow h6 {
  margin: 0;
  color: #000000;
  font-size: 16px;
}
.content-holder.yellow a {
  color: #000000;
}
.content-holder.yellow a:hover {
  color: #e6511e;
}

.content-holder.transparent {
  background: #e3e4dc;
  color: #009ddf;
}

/* Content spacers */
.spacer { 
  width: 100%;
}
.spacer.lg { 
  height: 35px;
}
.spacer.md { 
  height: 20px;
}


/* ==========================================================================
   Content navigation types
   ========================================================================== */
/* Pathway navigation */
nav.pathway-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  width: 100%;
}
nav.pathway-navigation.filter-spacer {
  margin-right: 50px;
}
nav.pathway-navigation.sm ul {
  margin: 0 0 14px 0;
}

nav.pathway-navigation ul li {
  display: inline;
  font-size: 17px; 
  height: 12px;
  color: #6f7072;
  padding: 0;
  margin: 0;
}

nav.pathway-navigation ul.province-navigation li {
  display: inline;
  font-size: 14px; 
  height: 12px;
  color: #6f7072;
  padding: 0;
  margin: 0;
}

nav.pathway-navigation ul li a {
  color: #6f7072;
}
nav.pathway-navigation ul li a:hover {
  color: #e6511e;
}
nav.pathway-navigation ul li:before {
  content: "›";
  padding: 0px 6px;
  margin: 0;      
  display: inline;
}
nav.pathway-navigation ul li:first-child:before {
  content: "";
  padding: 0;   
}
nav.pathway-navigation{
  display: inline-block;
}

nav.filters-navigation {
 display: inline-block;
}

/* Pagination navigation */
nav.pagination-navigation ul {
  margin: 0 0 11px 0;
  padding: 0;
  list-style: none;
}
nav.pagination-navigation ul li {
  display: inline;
  margin: 0 5px 0 0;
}
nav.pagination-navigation ul li a {
  height: 35px;
  width: 35px;  
  line-height: 35px;
  text-align: center;
  border: 1px solid #6f7072;
  display: inline-block;
  color: #6f7072;
  background: #ffffff;
  text-decoration: none;
}
nav.pagination-navigation ul li a:hover {
  background: #e6511e;
  border-color: #bc3507;
  color: #ffffff;
} 
nav.pagination-navigation ul li.active a,
nav.pagination-navigation ul li.pagination-current a {
  height: 35px;
  width: 35px;  
  line-height: 35px;
  text-align: center;
  border: 1px solid #e6511e;
  display: inline-block;
  color: #ffffff;
  background: #e6511e;
}
nav.pagination-navigation ul li.crush {
  line-height: 40px;
  color: #e6511e;
  height: 35px;
  width: 20px;  
  text-align: center;
}

/* Filters navigation */
nav.filters-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  width: 100%;
}
nav.filters-navigation ul li {
  display: inline;
  font-size: 14px; 
  background: #9b9b9b; 
  color: #ffffff;
  padding: 1px 10px 1px 10px;
  margin: 0 6px 0 0;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  white-space: nowrap;
}
nav.filters-navigation ul li:hover {
  background: #e6511e;
}
nav.filters-navigation ul li:first-child {
  background: none;
  font-size: 17px;
  padding-left: 0;
  color: #6f7072;
}
nav.filters-navigation ul li:first-child:hover {
  background: none;
}
nav.filters-navigation ul li span {
  padding: 0 10px 0 0;
}
nav.filters-navigation ul li a.remove:before {
  padding: 0 0 0 0px;
  left:30px;
  content: "x";
  color: #ffffff;
}
nav.filters-navigation ul li a.remove:hover:before {
  color: #00ffff;
}

/* Left navigation */
nav.left-navigation {
  display: inline;
  margin-left: 20px;
}
nav.left-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0; 
  list-style: none;
}
nav.left-navigation ul li a:before {
  display: inline-block;
  margin-right: 5px;
  color: #868789;
}
nav.left-navigation ul li a {
  color: #0a71b3;
  font-weight: normal;
}
nav.left-navigation ul li a:hover {
  color: #e6511e;
}

/* Right navigation */
nav.right-navigation {
  display: inline;
}
nav.right-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0; 
  list-style: none;
  float: right; 
}
nav.right-navigation ul li {
  display: inline;
  font-size: 15px; 
  line-height: 15px;
  margin: 0 0 0 6px;
  font-weight: 600;
  color: #1a171b;
}
nav.right-navigation ul li a {
  color: #1a171b;
  font-weight: normal;
}
nav.right-navigation ul li a:hover {
  color: #e6511e;
}
nav.right-navigation ul li a:before {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background: #6f7072;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin-right: 6px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
} 

/* Sort navigation */
nav.sort-navigation ul {
  margin-top: -50px;
}
nav.sort-navigation ul li a {
  font-weight: 300;
  text-transform: lowercase;
}
nav.sort-navigation ul li.active a {
  color: #e6511e;
}

/* Cultuuractief navigation */
nav.cultuuractief-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.cultuuractief-navigation ul li {
  margin: 0 0 4px 0;
  padding: 0;
}
nav.cultuuractief-navigation ul li a:before {
  content: "e";
  font-size: 12px;
  margin-right: 10px;
  font-family: "cultuuractief-drenthe";
}


/* FAQ */
.faq-group h6 {
  margin: 0 0 6px 24px;
  cursor: pointer;
}
.faq-group h6:before {
  position: absolute;
  margin-top: 3px;
  margin-left: -24px;
}
.faq-question {
  padding: 0 0 0 20px;
  cursor: pointer;
}
.faq-question:before {
  position: absolute;
  margin: 3px 0 0 -22px;

}
.archive-item {
  display: none;
  padding: 0 24px 6px 24px;
}
.faq-answer {
  display: none
}

/* ==========================================================================
   Default panel
   ========================================================================== */
div.panel {
	background: #ffffff;
}


/* ==========================================================================
   Grid layout
   ========================================================================== */
div.grid {

}
div.grid div.panel {
	overflow: hidden;
  margin-bottom: 28px;
}
div.grid div.panel p {
  font-size: 15px;
}
div.grid div.panel div.button-holder span.price {
	float: left;
}
div.grid div.panel div.button-holder a.button-1 {
	float: right;
}

/* Ribbon */
div.grid div.panel div.ribbon-holder {
  top: 0; 
  left: 14px;  
  width: 140px; 
  height: 140px;  
  overflow: hidden; 
  position: absolute;
}
div.grid div.panel div.ribbon {
  background: #ffec00; 
  text-transform: uppercase;  
  font-size: 17px; 
  font-weight: 600;
  text-align:center;
  padding: 0px 0 4px 0;
  height: 140px;
  width: 140px;
  line-height: 250px;
  position: relative;
  
  left: -80px;
  top: -80px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}


/* ==========================================================================
   Datarow layout
   ========================================================================== */
div.datarow {
  border-bottom: 1px solid #b0b2b3;
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}

div.datarow.videos {
  border-bottom: 1px solid #ffffff;
}
div.datarow div.title {
  font-weight: 600;
}


/* ==========================================================================
   Caption sizes 
   ========================================================================== */
div.caption {
	position: relative;
	 overflow: hidden;
}
div.caption.sm {
	height: 250px;
	margin-bottom: 24px;
}
div.caption:after {
    position: absolute;      
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    height: 1.5em; 
    width: 100%;
    background-image: -moz-linear-gradient(center bottom, #fff 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,0), #ffffff);
    background-image: -webkit-gradient(linear, left bottom,left top, color-stop(0,#ffffff), color-stop(1, rgba(255,255,255,0)));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0);
 }


/* ==========================================================================
   BX Slider
   ========================================================================== */
ul.bxslider {
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}
ul.bxslider li {
  padding: 0;
  line-height: 0;
  vertical-align: center;
  background-repeat: no-repeat;
}
.bx-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0px;
  height: auto !important;
}

/* Custom pager for BX Slider */
nav.bx-navigation {
  display: block;
  position: relative;
  margin-top: 2px;
}
nav.bx-navigation ul {
  display: inline;
  padding: 0;
  margin: 0 0;
  list-style: none;
}
nav.bx-navigation ul li {
  float: left;
  padding: 0;
  margin: 0px 3px; 
  line-height: 15px;
  font-size: 15px;
}
nav.bx-navigation ul li:first-child {
  margin-right: 14px;
}
nav.bx-navigation ul li a {
  display: block;
  background: #b0b2b3;
  width: 16px;
  height: 16px;
  line-height: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-top: 0px;
  cursor: pointer;
}
nav.bx-navigation ul li.video {
  float: right;
}
nav.bx-navigation ul li.video a {
  color: #1a171b;
  width: auto;
  font-weight: normal;
  background: none;
}
nav.bx-navigation ul li.video a.active,
nav.bx-navigation ul li.video a:hover {
  background: none;
}
nav.bx-navigation ul li.video a:before {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background: #6f7072;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin-right: 6px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
}
nav.bx-navigation ul li.video a.active:before,
nav.bx-navigation ul li.video a:hover:before,
nav.bx-navigation ul li a:hover, 
nav.bx-navigation ul li a.active {
  background: #00ffff;
}

/*bx slider in header*/
header .bx-wrapper .bx-pager{  
  position: absolute;
  top: 200px;
  z-index: 1;
  text-align: right;
  font-size: 0px;
}

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

header .bx-wrapper .bx-pager.bx-default-pager a{
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
}
/* ==========================================================================
   Layout elements
   ========================================================================== */
span.highlight-1 {
	font-weight: 600;
	color: #e6511e;
}
span.price {
	font-weight: bold;
	float: left;
  text-transform: lowercase;
}
span.price:before {
	display: inline-block;
	background: #ffec00;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
	content: "€";
	margin-right: 10px;
	font-weight: 500;
}
span.help-block {
  font-size: 15px;
  font-style: italic;
  color #b0b2b3;
}
span.required {
  color: #009ddf;
}
span.info-block {
  display: block;
  color: #b0b2b3;
}

/* Status span`s (used in activity edit) */
span.status {
  float: right; 
  font-size: 13px; 
  font-weight: normal;
}
span.status.active-status-0 {
  color: orange;
}
span.status.active-status-0:before {
  content: "o";
  margin: 0 4px 0 0;
  font-family: "cultuuractief-drenthe";
}
span.status.active-status-1 {
  color: green;
}
span.status.active-status-1:before {
  content: "p";
  margin: 0 4px 0 0;
  font-family: "cultuuractief-drenthe";
}
span.status.active-status-2 {
  color: red;
}
span.status.active-status-2:before {
  content: "n";
  margin: 0 4px 0 0;
  font-family: "cultuuractief-drenthe";
}

/* Info-windows Google Maps */
div.info-window {
  width: 230px;
}
div.info-window h6 {
  border-bottom: 1px solid #b0b2b3;
  padding-bottom: 4px;
}
div.info-window p {
  font-size: 15px;
  margin-bottom: 10px;
}
div.info-window a {
  display: block;
  font-size: 15px;
  padding-left: 20px;
  color: #0a71b3;
}
div.info-window a:hover {
  color: #e6511e;
}
div.info-window a:before {
  content: "e";
  font-family: "cultuuractief-drenthe";
  margin: 1px 0 0 -20px;
  position: absolute;
  font-size: 12px;
}


/* ==========================================================================
   Buttons
   ========================================================================== */
.button-1 {
	position: relative;
	display: inline-block;    
	overflow: hidden;
	padding: 1px 25px; 
	background: #00ffff;
	color: #000000;
	text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
	font-weight: 600;
}
.button-1:hover {
	background: #e6511e;
	color: #ffffff;
}

.button-2 {
  position: relative;
  display: inline-block;    
  overflow: hidden;
  height: 34px; 
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background: #e6511e; 
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
}
.button-2:hover {
  background: #00ffff;
  color: #000000;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  font-size: 15px;
}

footer a img.logo {
	margin: 0 auto -50px auto;
}

footer div.top {
	margin: 0 0 71px 0;
}
footer div.top a {
	color: #000000;
}
footer div.top a:hover {
	color: #e6511e;
}

footer div.top .left {
	border-top: 2px solid #58585a;
	border-right: 2px solid #58585a; 
	display: table-cell;
	max-width: 134px;
	padding-top: 5px;
	text-align: center;
	min-height: 32px;
}
footer div.top .center {
	border-bottom: 2px solid #58585a;
	padding-left: 24px;
	padding-top: 3px;
	display: table-cell;
}
footer div.top .right {
 	border-top: 2px solid #58585a; 
 	border-left: 2px solid #58585a;  
 	text-align: center;
 	display: table-cell; 
 	max-width: 169px;
 	padding: 4px 0 0 0;
}

footer div.top .center div.adres1_wrap {
	position: absolute;
	bottom: -27px;
  width: 100%;
}

footer div.top .center div.adres2_wrap {
  position: absolute;
  bottom: -57px;
  width: 100%;
}

footer div.top .center div.adres1_wrap span.adres,
footer div.top .center div.adres2_wrap span.adres{
  width: 40%; 
  display:inline-block;
}

footer div.top .center div.adres1_wrap span.tel,
footer div.top .center div.adres2_wrap span.tel{
  width: 20%; 
  display:inline-block;
}

footer div.top .center div.adres1_wrap span.links,
footer div.top .center div.adres2_wrap span.links{
  width: 20%; 
  display:inline-block;
}

/* Social navigation */
nav.social-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 4px 0 -60px 0;
  list-style: none;
}
nav.social-navigation ul li {
	display: inline;
  padding: 0;
  margin: 0 4px;
}
nav.social-navigation ul li a {
	display: inline-block;	
	color: #ffffff;
	transition: all 0.4s ease 0.3s;
	background-color: #ffffff;
	width: 24px;
	height: 24px;
	font-size: 16px; 
  line-height: 28px;
	background: #868789;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
  border-radius: 12px;
}
nav.social-navigation ul li a:hover {
   color: #ffffff;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
}
nav.social-navigation ul li a[data-icon="i"]:hover {
	background: #00b3ec;
}
nav.social-navigation ul li a[data-icon="k"]:hover {
	background: #3b5998;
}
nav.social-navigation ul li a[data-icon="j"]:hover {
	background: #a97c65;
}

/* Footer navigation */
nav.footer-navigation ul {
    display: block;
    padding: 0;
    margin: 0 0 14px 0;
    list-style: none;
    width: 100%
}
nav.footer-navigation ul li {
	display: inline;
  font-size: 15px; 
  font-weight: 300;
  color: #58585a;
  padding: 0;
  margin: 0;
}
nav.footer-navigation ul li a {
	color: #58585a;
}
nav.footer-navigation ul li a:hover {
	color: #e6511e;
}
nav.footer-navigation ul li:before {
    content: "|";
    padding: 0px 6px;
    margin: 0;      
    display: inline;
}
nav.footer-navigation ul li:first-child:before {
    content: "";
    padding: 0;   
}


/* ==========================================================================
   Images
   ========================================================================== */
img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
  margin: 0 14px 14px 0;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
  margin: 0 0 14px 14px;
}


/* ==========================================================================
   Form elements
   ========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #e6511e; 
  color: #ffffff;
  border: none; 
  font-weight: 600;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #00ffff;
  color: #000000;
}
button.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
  background: #009ddf; 
  color: #ffffff;
  border: none; 
  font-weight: 600;
}
button.blue:hover,
input[type="button"].blue:hover,
input[type="reset"].blue:hover,
input[type="submit"].blue:hover {
  background: #e6511e; 
}
input[type="submit"][disabled] {
  color: #000000;
}
input[type="submit"][disabled]:hover {
  background: #eeeeee;
} 

/* 
  IMPORTANT: Currently CMS LIVE does not support custom input element classes
  So we have the set the 'form-control' styles on the elements by our selfs 
*/
input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b0b2b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #009ee0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 158, 224, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,s0,.075), 0 0 8px rgba(0, 158, 224, 0.6);
}
textarea {
  height: 120px;
}

label.required:after,
fieldset legend.required:after {
  content: "*";
  color: #009ddf;
  font-size: 17px;
}
label.radio.required:after {
  content: "";
}
div.radio label.radio {
  display: inline;
  margin-right: 14px;
}

fieldset label.checkbox.required:after {
  content: "";
}
fieldset label.checkbox.required:after {
  content: "";
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

div.password input[type="password"]:first-child {
  margin-bottom: 16px;
}

div.currency input[type="text"] {
  width: 30%;
  display: inline;
}
div.currency input[type="text"].left_currency {
  text-align: right;
}

div.option_group {
  margin-bottom: 11px;
}
div.option_group div.option_group_title {
  font-weight: bold;
}
div.option_group label {
  margin-left: 14px;
  line-height: 1;
}

div.imageupload img {
  margin-bottom: 14px;
}

/* Hide SPAM check */
form input[name="important_email"] {
  display: none !important;
}

/* Fieldsets */
fieldset {
  border: 0;
  margin: 0 0 28px 0;
  padding: 0;
  border-bottom: 1px solid #b0b2b3;
}
fieldset legend {
  margin: 0;
  padding: 4px 14px;
  background: #ccebf9;
  color: #009ee0;
  font-size: 21px;
  line-height: 22px;
  width: 100%;
  border-bottom: 0;
}
#search-providers fieldset { 
  border-bottom: 0px solid #b0b2b3;
}
div.label_all_select_town{
  margin-bottom: -7px !important;
}

/* ==========================================================================
   Fonts - Headers
   ========================================================================== */
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: 1px solid #b0b2b3;
  margin: 0 0 25px 0;
  padding: 0 0 2px 0;
}

h2 {
  font-family: "Berkshire Swash", cursive;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 50px;
  line-height: 56px;
}

h3 {
	font-family: "Berkshire Swash", cursive;
	font-size: 30px;
	line-height: 34px;
	border-bottom: 1px solid #868789;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

h4 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #e6511e;
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
  border-top: 2px solid #e6511e;
}

h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600; 
  color: #e6511e;
  margin: 0 0 8px 0;
  padding: 0;
}

h6 {
	margin: 0 0 14px 0;
	padding: 0;
	font-weight: bold;
	color: #e6511e;
	font-size: 17px;
}

/* ==========================================================================
   Fonts- Paragraph
   ========================================================================== */
p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Sizes */
p.lg,
span.lg {
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
}

p.md,
span.md {
  font-size: 24px;
}

p.m,
span.m {
  font-size: 22px;
  line-height: 28px;
}
p.sm,
span.sm {
  font-size: 17px;
}

/* Notice */
p.notice {
  padding: 5px 11px 5px 35px;
  margin: 0 0 22px 0;
  border: 1px solid #71c2e9;
  background: #71c2e9;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
p.notice:before {
  position: absolute;
  content: 'o';
  font-family: "cultuuractief-drenthe";
  font-size: 17px;
  margin: 0 0 0 -25px;
}

/* Warning */
p.warning {
  padding: 5px 11px 5px 35px;
  margin: 0 0 22px 0;
  border: 1px solid orange;
  background: orange;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
p.warning:before {
  position: absolute;
  content: 'n';
  font-family: "cultuuractief-drenthe";
  font-size: 17px;
  margin: 0 0 0 -25px;
}

/* Error */
p.error {
  padding: 5px 11px 5px 35px;
  margin: 0 0 22px 0;
  border: 1px solid red;
  background: red;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
p.error:before {
  position: absolute;
  content: 'm';
  font-family: "cultuuractief-drenthe";
  font-size: 17px;
  margin: 0 0 0 -25px;
}
p.error b {
  display: block;
  font-weight: 600;
}

/* Success */
p.success {
  padding: 5px 11px 5px 35px;
  margin: 0 0 22px 0;
  border: 1px solid green;
  background: green;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
p.success:before {
  position: absolute;
  content: 'p';
  font-family: "cultuuractief-drenthe";
  font-size: 17px;
  margin: 0 0 0 -25px;
}


/* ==========================================================================
   Lists
   ========================================================================== */
ul {}

/* ==========================================================================
   Fonts- Links
   ========================================================================== */
a {
  color: #007f99;
  text-decoration: none;
  transition: color 0.1s ease-in-out 0s;
  -webkit-transition: color 0.1s ease-in-out 0s; 
  -moz-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: background 0.1s ease-in-out 0s;
  -webkit-transition: background 0.1s ease-in-out 0s; 
  -moz-transition: background 0.1s ease-in-out 0s;
  -o-transition: background 0.1s ease-in-out 0s;
}
a:hover {
  color: #e6511e;
  text-decoration: none;    
}
a:focus {
  text-decoration: none;
}

a.grey {
  color: #58585a;
}


/* ==========================================================================
   Bootstrap overwrites and extensions
   ========================================================================== */

/* Disable responsive behavior */
body,
.container {
	min-width: 768px !important; /*768*/
} 

.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
}

.equal, .equal > div[class*='col-'] {  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.padding-right-0 {
  padding-right: 0;
}

.height-100p {
  height: 100%;
  position: relative;
  top: -100px;
}

.height-100p.position_change{
  top: 221px;
  height: 100%;
  position: relative;
}
/* ==========================================================================
   Icons (build by Fontastic)
   ========================================================================== */
@font-face {
  font-family: "cultuuractief-drenthe";
  src:url("../fonts/cultuuractief-drenthe.eot");
  src:url("../fonts/cultuuractief-drenthe.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cultuuractief-drenthe.woff") format("woff"),
    url("../fonts/cultuuractief-drenthe.ttf") format("truetype"),
    url("../fonts/cultuuractief-drenthe.svg#cultuuractief-drenthe") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "cultuuractief-drenthe" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cultuuractief-drenthe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "a";
}
.icon-euro:before {
  content: "b";
}
.icon-home:before {
  content: "c";
}
.icon-maps:before {
  content: "d";
}
.icon-right:before {
  content: "e";
}
.icon-search:before {
  content: "f";
}
.icon-telephone:before {
  content: "g";
}
.icon-world:before {
  content: "h";
}
.icon-twitter:before {
  content: "i";
}
.icon-instagram:before {
  content: "j";
}
.icon-facebook:before {
  content: "k";
}
.icon-cameras:before {
  content: "l";
}
.icon-exclamation:before {
  content: "m";
}
.icon-exclamation-circle:before {
  content: "n";
}
.icon-exclamation-triangle:before {
  content: "o";
}
.icon-check-mark-circle:before {
  content: "p";
}
.icon-folder3:before {
  content: "q";
}
.icon-folder-open:before {
  content: "r";
}
.icon-plus-square:before {
  content: "s";
}
.icon-minus-square:before {
  content: "t";
}

form .delete-input {
    background-image: url('../images/core/icon-delete.png');
    display:inline-block;
    width:13px;
    height:13px;
    cursor:pointer;
}

/* DEBUG MENU (Don't delete)  */

#debug-window {
  position: fixed; 
  top: 20px; 
  left: 250px; 
  z-index: 99999999999999; 
  width: 900px; 
  height: 250px; 
  background-color: #ffffff; 
  border: 5px solid red; 
  padding: 20px;
  overflow:auto;
}

#debug-window h1 {
   float: left; 
   margin: 0 0 2px 0;
}

#debug-window #debug-close {
  float:right;
}

#debug-window p {
  margin: 0 0 20px 0; 
  color: #adadad;
}

#debug-window #debug-errors {
  overflow-y: scroll; 
}

#debug-window .debug-error {
  margin: 0 0 10px 10px; 
  color: #adadad;
}

.disciplines{
  height: 50px;
  overflow:hidden;
  font-size: 15px;
  color: #e6511e;
  /*display:block;
  text-overflow: ellipsis;
  white-space: nowrap;*/

}

.wrap-between-commit.affix {
    top: 20px;
    left: 52%;
}

.aanbieder-search-town, 
.aanbieder-search-town .checkbox
{
  display: none;
}

.aanbieder-search-town .checkbox.hide
{
  display: none;
}

.aanbieder-search-town .checkbox.show
{
  display: block;
}

.aanbieder-search-town .checkbox.all_town
{
  display: block;
}

.lees_meer{
  position: relative;
  display: inline-block; 
  overflow: hidden;
  padding: 1px 25px;
  background: #ffec00;
  color: #000000;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.lees_minder{
  display: none;
  position: relative;  
  overflow: hidden;
  padding: 1px 25px;
  background: #ffec00;
  color: #000000;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.provider_img{
  margin-top: 30px;
  margin-bottom: 10px;
}

.provider_intro{
  height: 45px;
  overflow: hidden;
}

div.panel.extra_mb{
  margin-top: 10px;
}

div.te_boeken{
  font-weight: bold;
}

.form_custom_text div{
  padding: 5px 10px;
  background-color: rgb(0, 255, 255);
  margin-bottom: 10px;
}