/*
Theme Name: Fysiotherapie Schaarsbergen
Theme URI: http://www.dermeijden.nl/
Author: Tjubbytjub
Author URI: http://www.dermeijden.nl/
Description: Custom theme voor Fysiotherapie Schaarsbergen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fysiotherapie-schaarsbergen
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fysiotherapie Schaarsbergen is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
NORMALIZE
**/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font: 17px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}

main, li {
    /*display: block;*/
}
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    /*margin-top: 0.5em;*/
}
h2{
  font-weight: 100;
  font-size: 34px;
}
h1{
  /*color: #555;*/
font-weight: 100;
  font-size: 34px;
}
h1.blauw{
  color:#2b307b;
}
h2.big{
  font-size: 30px !important;
}
h4,
h3{
  color:#333;
  font-size: 24px;
}
strong {
    font-weight: bold;
}
a, button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
label {
    display: block;
}
.no_padding{
  padding: 0;
}
@media (max-width:680px) {
  h2,
  h1{
    font-size: 26px;
  }
  h4,
  h3{
    font-size: 20px;
  }
  h2.big{
    font-size: 20px !important;
  }
}
/**
SOME BASE
**/

body {
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Raleway', sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

a:hover {
    text-decoration: underline;
}
table.center, .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.center{
  max-width: 1250px;
  margin: 0 auto;
}
.clear {
    clear: both;
}
.phone {
    display: none;
}
.desktop {
    display: block;
}
.padding_top_nee {
    padding-top: 0;
}
.padding_bottom_nee {
    padding-bottom: 0;
}
.bg_position_bottom {
    background-position: bottom center !important;
}
.bg_position_top {
    background-position: top center !important;
}
@media (max-width:680px) {
    body {}
    table.center, .center {
        padding-left: 5%;
        padding-right: 5%;
    }
    .phone {
        display: block;
    }
    .desktop {
        display: none;
    }
    .word_break_none {
        -ms-word-break: break-all;
        -ms-word-wrap: break-all;
        -webkit-word-break: break-word;
        -webkit-word-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], textarea {
        width: 100%;
    }
}

/**
ALIGNELFT
**/
/*
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
*/
/**
HEADER
**/
header{
  width: 100%;
  /*height: 130px;*/
  /*background: #fff;*/
  box-sizing: border-box;
	z-index: 10000;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.scrolled header table{
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 85px;
}
/*
.archive header{
  background: #91d122;
}
.archive header a{
  color:#fff;
}
*/
header a{
  text-decoration: none;
}
header table{
  width: 100%;
  background:#fff;
}
header td{
  vertical-align: top;
  position: relative;
}
.scrolled header .logo td:nth-child(1){
  width: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo td:nth-child(1){
  width: 90px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo:hover{
  text-decoration: none;
}
.scrolled header .logo td{
  font-size: 16px;
}

header .logo td{
  color: #000;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 3px;
}
header .logo img{
  width: 100%;
  display: block;
}

header .logo{
  width: 162px;
  background: none;
}
header .logo{
  color:#2b2b7b;
  color:#2a3685;
  color:#a8c813;
  color:#91d122;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
  margin-left: 10px;
  display: block;
  z-index: 10000;
position: relative;

}

header .contact a:hover{
  text-decoration: none;
}
header .contact i{
  margin-right: 1px;
  margin-left: 10px;
}
header .contact{
  color:#444;
  background: #91d122;
  padding: 10px 20px;
  text-align: right;
}
header nav{
  text-align: right;
margin-top: 17px;
position: relative;
font-size: 17px;
z-index: 1000;
}

@media (max-width:960px) {
  header nav .contact{
    position: relative;
    text-align: left;
  }
  header .logo table{
    width: 200px;
    background: none;
  }
  header{
    position: fixed;
    top: 0;
    z-index: 10000000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .scrolled header table{
    position: relative;
    top: initial;
    z-index: 1000;
    height: initial;
  }
  header,
  .scrolled header{
    height: 74px !important;
    background: #fff;
    position: fixed;
    top: 0;
  }
  header .contact i{
    margin: 0 5px 0 0;
  }
  header .logo,
  .logo{
    position: fixed;
    top: 14px;
    left: 0;
    margin-left: 5px;
  }


  header .contact i{
  font-size: 25px;
  }
  header .contact{
    top:9px;
  }
  header .contact span{
    display: none;
  }

  header .contact{
    background: none;
    color:#91d122;
    position: absolute;
    text-align: right;
    width: 100%;
    padding-top: 17px;
    box-sizing: border-box;
    padding-right: 60px;
  }
  header table{
    background: none;
  }
}


/**
MAIN MENU
**/
.menu a i.phone {
  display: none;
}
nav.menu ul{
  list-style: none;
}
.bleu_theme nav.menu li a{
  color:#fff;
}
nav.menu li .la-search{
  color: #2b307b;
  font-size: 26px;
  cursor: pointer;
  position: relative;
  margin-top: -6px;
  top: 3px;
}
nav.menu li .la-search:hover{
  color:#fff;
}
nav.menu li a:hover,
nav.menu li:hover a,
nav.menu li.active a{
  color:#fff !important;
}
.bleu_theme nav.menu li:hover,
.bleu_theme nav.menu li.active{

  background: #fff;
}

nav.menu li:hover,
nav.menu li.active{

  background: #91d122;

border-radius: 4px;
webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
-moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
}
nav.menu li a:hover{
  color:#000;
  text-decoration: none;
}
nav.menu li{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,0);
}
nav.menu li.phone{
  display: none;
}
nav.menu .logo{
  display: none;
}
nav.menu ul li .submenu {
  display: none;
  transition: all 0.5s;
  position: absolute;
  padding: 0;
  text-align: left;
  background: #91d122;
  border:5px solid #fff;
  border-radius: 10px;
  padding: 0 20px;
  /*border-bottom:10px solid $bleu;*/
  /*border:1px solid #000;*/
  margin-left: -43px;
  margin-top: 11px;
  min-width: 142px;
}
nav.menu ul li .submenu li {
  display: block;
}
nav.menu ul li .submenu li a {
  color: #fff;
  white-space: nowrap;
}
nav.menu ul li .submenu li:hover {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
nav.menu ul li .submenu li a:hover {
  background: none;
}

nav.menu:not(.ps-container) ul li:hover .submenu a {
  display: block;
  width: 100%;
}
nav.menu:not(.ps-container) ul li:hover .submenu a:hover {

border-left: 3px solid #fff;
padding-left: 10px;
margin-left: -13px;
}
nav.menu:not(.ps-container) ul li:hover a {
  background: none;
  color: #fff;
  text-decoration: none;
}
nav.menu:not(.ps-container) ul li.has_submenu:hover .submenu {
  display: block;
  transition: all 0.5s;
}
nav.menu:not(.ps-container) ul li.has_submenu:hover .submenu {
  display: block;
  transition: all 0.5s;
}
@media (max-width:960px) {
  .menu a i.phone {
    display: block;
  }
  nav.menu ul li .submenu{
    background: none;
    position: relative;
    border: none;
    padding-left: 40px;
    width: calc(100% + 40px);
margin-left: -20px;
padding-right: 0;
  }
  nav.menu ul li i{
  float: right;
  font-size: 32px;
  }
  nav.menu ul li .submenu li{
    border: none;
    padding-left: 40px !important;
  }
  nav.menu .contact,
  nav.menu .logo{
    display: block;
  }
  nav.menu .contact table{
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  nav.menu .logo{
    position: absolute;
  }
  nav.menu .logo td{
    color:#fff;
  }
  nav.menu li{
    display: block;
  }
  nav.menu li.phone.search{
    display: block;
  }
  header nav .desktop{
    display: none;
  }
  header nav{
    text-align: left;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    margin-top: 0;

    background:rgba(0,0,0,0.88);
    z-index: 1000000;
    color:#fff;
  }
  nav.menu ul{
    margin-top: 75px;
    width: 100%;
    margin-left: 0;
  }
  nav.menu li:hover a, nav.menu li.active a{
    color:#fff;
  }
  nav.menu li{
    padding:15px 20px !important;
    letter-spacing: 2px;
    font-size: 20px;
    border-bottom: 1px dashed #4A4A4A;
    color:#fff;
  }
  nav.menu li:hover, nav.menu li.active{
    background: none;
    border-radius: 0;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /*
  header nav .contact .la{
    background:#fff;
    color:#000;
  }
  */
  header nav .contact table td:nth-child(1){
    width: 40px;
  }
  header nav .contact,
  header nav .social{
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.menu li .la-search,
  header nav .contact{
    color:#fff;
  }
}
@media (max-width:680px) {
  header .logo td{
    font-size: 14px !important;
  }
}
@media (max-width:340px) {
  .scrolled header .logo td:nth-child(1),
  header .logo td:nth-child(1){
    width: 40px !important;
  }
  .scrolled header .logo td,
  header .logo td{
    font-size: 12px !important;
  }
  header .contact i{
    margin-right: 3px !important;
  }
  header .logo,
  .logo{
    top: 19px !important;;
  }
}
@media (max-width:1160px) {
  nav.menu li{
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width:1050px) {
  header .logo td:nth-child(1){
    width: 60px;
  }
  header .logo td{
    font-size: 16px;
  }
  header .logo{
    margin-top: 10px;
  }
  header .logo table{
    width: 205px;
  }
}
@media (max-width:1000px) {
  nav.menu li{
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width:960px) {
  header .logo{
    margin-top: -8px;
    width: 118px;
  }
}
@media (max-width:340px) {
  header .logo{
    margin-top: -5px;
    width: 96px;
  }
}

/**
NAV MOBILE
**/
.menu_nav{
  position: absolute;
  padding: 6px 15px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	right: 7px;
	top: 22px;
  /*background: #91d122;*/
  z-index: 1000000000000;
}
.menu_nav.open{

  position: fixed;
}
#nav-icon {
    width: 24px;
    height: 31px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #91d122;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#nav-icon.open span {
    background: #fff;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}
@media (max-width:960px) {
  .menu_nav{
    display: block;
  }
}
/**
MAIN
**/
.scrolled #main{
  padding-top: 60px;
}
@media (max-width:680px) {
  .post{
    padding-top: 30px;
  }
  #main,
  .scrolled #main{
    padding-top: 70px;
  }
}
/**
ONE BLOCK IN A ROW BIG
**/
.one_block .block{
width:90%;
font-weight: 300;
margin:0 auto 80px;
position: relative;
overflow: hidden;
height: 400px;
background: #fff;
webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
-moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
}
.one_block .block a{
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.one_block .block a .date{
  margin-bottom: 20px;
}
.one_block .block a:hover .image{
  transform: scale(1.05);
transition: .3s;
left: -10%;
}
.one_block .block a .image{
  background-size: cover !important;
  transition: .3s;
}
.one_block .block a .text,
.one_block .block a .image{
  display: table-cell;
  height: 100%;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
}
.one_block .block a .text .readon{
  color: #2b307b;
text-transform: uppercase;
position: absolute;
bottom: 30px;
width: 50%;
text-align: right;
right: 20px;
}
}
.single-post .categories,
.three_blocks .block .text .categories,
.one_block .block a .text .categories{
  margin-bottom: 20px;
  color: #2b307b;
  font-size: 20px;
}
.three_blocks .block .text .categories{
  margin-bottom: 10px;
}
.one_block .block a .text .la{
  font-size: 25px;
  top: 4px;
  color: #2b307b;
  position: relative;
}
.one_block .block a .text{
  padding: 40px;
}
@media (max-width:680px) {
  .one_block .block a:hover .image{
    transform: scale(1);
  }
  .one_block .block a .text, .one_block .block a .image{
    width: 100%;
    display: block;
  }
  .one_block .block .short{
    margin-bottom: 40px;
  }
  .one_block .block a .image{
  height: 200px;
  }
  .one_block .block{
    height: auto;
  }
  .one_block .block{
    margin-bottom: 50px;
  }
}
@media (max-width:340px) {
  .one_block .block a .text h2{
    font-size: 20px;
  }

}


/**
THREE BLOCKS IN A ROW WITH MARGIN
**/

section.archive select{
  padding: 10px;
  border: 1px solid #ececec;
  background:none;
  font-size: 24px;
  color:#555;
  text-align: center;
  cursor: pointer;
  appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 0;
}
section.archive .posts_sort{
  margin-bottom: 60px;
}
section.archive h1{
  text-align: center;
padding: 50px 0 25px 0;
font-weight: normal;
font-size: 40px;
}
section.archive {
  background: #f9f9f9;
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;

}
section.archive .center{
  box-sizing: border-box;
  padding-bottom: 30px;
  position: relative;
}
section.archive .center.archive_intro{
  padding-top:60px;
  padding-bottom:40px;

}
.three_blocks_holder {

    padding-top: 50px;
    padding-bottom: 50px;
}
.three_blocks .block .readon{
  color: #2b307b;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 20px;
}
/*
.three_blocks .block:hover .la{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
}
*/

.three_blocks {
    padding-bottom: 70px;
}
.news_banner_holder{

  padding-top: 80px;
}
.news_banner_holder .holder{
  text-align: center;
  padding-bottom: 60px;
}
.news_banner_holder h4{
  color:#000 !important;
}
.three_blocks h4{
  font-weight: 500;
  text-transform: normal;
  color: #fff;
  font-weight: 100;

  font-size: 34px;
  text-align:  center;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.three_blocks a:hover {
    text-decoration: none;
}
.three_blocks .items {
    margin-top: 15px;
    width: 100%;
    margin:0 auto;
}
.three_blocks .next {
    bottom: 40px;
    margin-top: 20px;
    position: absolute;
    right: 40px;
}
.three_blocks .block.auto_height {
    height: auto;
    margin-top: 0;
}
.three_blocks .block h2{
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
}
.three_blocks .block {
    float: left;
    width: 30%;
    font-weight: 300;
    margin: 30px 5% 20px 0;
    position: relative;
    /*overflow: hidden;*/
    min-height: 300px;
    background: #f9f9f9;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
  /*  webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);*/
}
.three_blocks .block a{
  text-decoration: none;
}
.three_blocks .block a:not(.btn) {
font-weight: 300;
min-height: 110px;
display: block;
}
.three_blocks .block .la{
  font-size: 31px;
float: right;
color: #2b307b;
margin-bottom: 20px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
top: -2px;
}
.three_blocks .block .date {
    margin-bottom: 1em;
    font-style: italic;
}
.three_blocks .block:hover {
    text-decoration: none;
}
.three_blocks .block .text {
    padding: 40px;
    min-height: 300px
}
.specialisaties .three_blocks .block .text{
  min-height: initial;
}
.three_blocks .block div p {
    margin-top: 0;
}
.three_blocks .block .more {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.three_blocks .block:nth-child(3n) {
    margin-right: 0;
}
.three_blocks .block:nth-child(3n+1) {
  clear: left;
}
.team_banner .intro h3{
  font-size: 20px;
  font-weight: 600;
}
.team_banner .intro{
  margin-bottom: 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.team_banner h2{
  color: #91d122;
font-size: 30px;
}
.team_banner .phonenr .la{
  font-size: 26px !important;
  color:#fff;
  background: #91d122;
  margin-right: 5px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 4px;
  position: relative;
top: 1px;
}
.team_banner .phonenr{

}
.three_blocks .block :hover .image {
  transform: scale(1.05);
transition: .3s;
}
.three_blocks .image {
  transition: .3s;
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover !important;
}
.three_blocks .title {
    display: inline-block;
    font-size: 1.8em;
    position: relative;
    top: -4px;
}
@media (max-width:900px) {

  section.archive .posts_sort{
    margin-bottom: 50px;
  }
  section.archive .center.archive_intro{
    padding-bottom: 0;
  }
  section.archive .center{
    padding-bottom:10px;
    padding-right: 0;
    padding-left: 0;
  }
  section.archive h1{
    font-size: 28px;
    padding-top: 0;
    padding-bottom: 20px;
  }
    .three_blocks .block {
        width: 47%;
        margin-right: 6%;
    }
    .three_blocks .block:nth-child(2n) {
        margin-right: 0;
    }
    .archive.category-nieuws .slide .quote{
      width: 100%;
    }
    .three_blocks .block:nth-child(4) {
        margin-left: 0;
    }
}
@media (max-width:680px) {
  body.archive h2{
    font-size: 28px;
  }
  .news_banner_holder{
    padding-top: 40px;
  }
  .three_blocks .block :hover .image {
    transform: scale(1);
  transition: .3s;
  }
  .three_blocks .block .readon{
    bottom: 20px;
  }
  section.archive{
    margin-top: 80px;
  }

    .three_blocks {
        padding-bottom: 30px;
    }
    .archive .three_blocks {
        padding-bottom: 0;
        margin-bottom: -40px;
    }
    .three_blocks .block {
        width: 100%;
        height: auto;
    }
    .three_blocks .more {
        margin-top: 1em;
    }
    .three_blocks .block .text {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .three_blocks .block .la{
      margin-bottom: 0;
    }
    .three_blocks .block{
      padding-bottom: 20px;
    }
}

/**
FORM STYLING
**/
input, textarea{
  color: #282828;
font-size: 1em;
padding: 10px;
border: 1px solid #D3CFCF;
font-family: 'Raleway', sans-serif;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/**
BlOCKS ON BG
**/
.blocks_on_bg .btn_holder{
  text-align: center;
  margin-top: 40px;
}
.blocks_on_bg{
  padding-top: 60px;
    background: #f9f9f9;
  padding-bottom: 100px;
}
.blocks_on_bg .block .text{
  width: 250px;
  margin: 0 auto;
}
.blocks_on_bg .block{
  float: left;
  /*width:33.33%;
  width:calc(100% * 0.33333);
  width: calc((100% / 3) - 0.1px);*/
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.blocks_on_bg .block .title{
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0;
}
.blocks_on_bg .intro h2{
  font-weight: 100;

font-size: 34px;
}
.blocks_on_bg .intro h4{
  font-weight: normal;
  font-size: 30px;
  color: #333;
  text-transform: none;
  margin-top: 30px;
}
.blocks_on_bg .intro .la
{
  color:#2b307b;
  font-size: 190px;
  display: inline;
  background: none;
  opacity: 0.8;
}
.blocks_on_bg .la{
  color: #fff;

font-size: 60px;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 33px;
width: 100px;
height: 100px;
line-height: 100px;
opacity: 0.9;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background: #2b307b;
opacity: 0.8;
}
.blocks_on_bg .intro{
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto 60px;
}
@media (max-width:680px) {
  .blocks_on_bg .intro{
    margin-bottom: 20px;
  }
  .blocks_on_bg{
    padding-top:10px;
    padding-bottom:50px;
  }
  .blocks_on_bg .block{
    width: 100%;
  }
}
/**
SOCIAL SHARE
**/
.share td a{
  display: inline-block;
  position: relative;
  margin-top: -14px;
}
.share td{
  vertical-align: middle;
}
.share td:nth-child(1){
  padding-right: 10px;
}
.share td a.linkedin img{
  width: 54px !important;
  position: relative;
  top: 13px;
}
@media (max-width:680px) {
  .share td a.linkedin img{
    width: 44px !important;
    position: relative;
    top: 13px;
  }
  .share td a img{
      width: 40px !important;
  }
}
/**
WAAROM ONS
**/
.why_us .intro{
  float:left;
  width: 40%;
}
.why_us .blocks{
  float:left;
  width: 60%;
}
.why_us{
  padding-top: 60px;
  padding-bottom: 100px;
}
.why_us .block .text{
  width: 250px;
  margin: 0 auto;
}
.why_us .block{
  box-sizing: border-box;
}
.why_us .block .title{
  font-size: 19px;
}
.why_us .intro h2,
.why_us .intro h4{
  font-weight: normal;
  font-size: 30px;
  color: #333;
  text-transform: none;
  margin-top: 30px;
}
.why_us .intro .la
{
  color:#91d122;
  font-size: 190px;
  display: inline;
  background: none;
}
.why_us .la{
  color: #fff;
font-size: 40px;
text-align: center;
display: block;
margin-left: auto;
margin-right: 20px;
width: 50px;
height: 50px;
line-height: 50px;
opacity: 0.9;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background: #91d122;
}
.why_us .intro{
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto 60px;
}
@media (max-width:680px) {
  .why_us .block{
    width: 100%;
  }
}
/**
TEAM BANNER
**/
.team_banner {
    margin-top: 50px;
    margin-bottom: 90px;
}
.team_banner .all {
  position: relative;
    padding-bottom: 0;
    margin-bottom: -40px;
}
.team_banner .all .items {
    margin-top: 30px;

}
.team_banner h3{
font-size: 28px;
font-weight: normal;
}
.team_banner .all .block .clearfix{
  margin: 0 auto;
    width: 650px;
}
.team_banner .all .image {
    background-size: cover !important;
    margin-right: 40px;

    box-sizing: border-box;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 250px;
    height: 250px;

}
.team_banner .all .block a:hover{
  text-decoration: none;
}
.team_banner .all .block .text .btn{
  margin-top: 20px;
}
.team_banner .all .block .text .la {
  font-size: 30px;
  float: right;
}
.team_banner .all .block .text span{
  font-size: 18px;
}
.team_banner .all .block .text {
    margin: 0 auto;
    width: 400px;
    padding: 30px 20px 0;
    position: relative;
    box-sizing: border-box;

    /*background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);*/
}
.team_banner .triangle{
    width: 40px;
    height: 40px;
    background:#91d122;
    margin: -100px auto 40px;
}
.team_banner .all .block .text .content{
  padding: 20px 0;

}

.team_banner .all .block .text .content ul{
  margin-bottom: 1.5em;
  margin-left: 1em;
}

.team_banner .all .next {
    top: 0;
    margin-top: 0;
    opacity: 0.25;
}
.team_banner .all .block a{
  display: block;
  width: 100%;
  height: 100%;
}
.team_banner .all .block:nth-child(2n+1) {
  clear: left;
}
.team_banner .all .block {
  overflow: hidden;
  position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin:0 auto;

  position: relative;
  padding-bottom:0;
  padding-top:150px;
  box-sizing: border-box;
  width: 100%;
  float: left;

}
.team_banner .all .block h2 {
  font-size: 22px;
 margin-bottom: 19px;
 padding-bottom: 0;
}
@media (max-width:680px) {
  .team_banner{
    margin-bottom: 30px;
  }
  .team_banner .all .block .clearfix{
    width: 100%;
  }
    .team_banner .all .block table{
      table-layout: fixed;
    }
    .team_banner .all .block tbody,
    .team_banner .all .block table,
    .team_banner .all .block tr,
    .team_banner .all .block td{
      display: block;
      width: 100%;
    }
    .team_banner .all .block {
        width: 100%;
        margin-right: 0%;
        display: block;
        margin-bottom: 0  ;
    }
    .team_banner .all .block:hover .overlay {
        display: none;
    }
    .team_banner .triangle{
      margin-bottom: 95px;
    }
    .team_banner .all .image{
      margin-right: auto;
      margin-left: auto;
      float: none;
    }
    .team_banner h3{
      text-align: center;
    }
    .team_banner .all .block .text{
      width: 100%;
    }
}


/**
SLIDER
==============
**/


/**
DEFAULT STUFF UNSLIDER
**/

.unslider {
    /*overflow: auto;*/
    margin: 0 0 0 0;
    padding: 0;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel>li {
    float: left;
}
.unslider-vertical>ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    : pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    : pointer;
}
.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

/**
CUSTOM STUFF
**/

.slides {
    height: 560px;
    overflow: hidden;
    /*max-width: 1200px;*/
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.slide a:not(.btn) {
    color: #fff;
    font-weight: bold;
}
.slides .contact a:last-child{
  margin-bottom: 0;
}
.content_block a:not(.btn){font-weight: bold;
}
.content_block .contact.bollen{
  text-align: center;
}
.slides .contact a:hover,
.contact.bollen a:hover{
  transform: scale(1.1);
  transition: .3s;
}
.contact.bollen a{
  font-weight: 500;
  transition: .3s;
}
.contact.bollen a,
.slides .contact a{
  margin-bottom: 0.5em;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  display:inline-block;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  color:#000;
  text-decoration: none;
}
.contact.bollen a:nth-child(3),
.slides .contact a:nth-child(3){
  background: #ffce91;
}
.contact.bollen a:nth-child(2),
.slides .contact a:nth-child(2){
  background: #f3f2a8;
}
.contact.bollen a:nth-child(1),
.slides .contact a:nth-child(1){
  background: #91d122;
}
.contact.bollen .la,
.slides .contact .la{
    font-size: 30px;
  padding: 5px;
margin-top: 14px;

  }
.slides .contact .intro{
  margin-bottom: 40px;
  text-align: center;
}


.slides .contact.relative a{
  font-weight: 500;
}
.slides .contact.relative{
  position: relative;
  left: 0;
top: 10px;
}
.slides .contact{
  font-size: 18px;
  padding: 5px;
  position: absolute;
  left:40px;
  bottom:60px;
  z-index: 10;
  text-align: center;
}
.slides ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.slides.top {
    height: 600px;
}
.slides.top.full, .slides.full .slide, .slides.full {
    height: auto;
    min-height: auto;
}
.slides.full .center, .slide.full img {
    width: 100%;
    line-height: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.lower .slide, .slides.lower {
    height: 600px;
}
.top .slide h1, .slides.lower h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}
.archive.category-nieuws .slides .overlay{
  background: rgba(45, 45, 45, 0.45) none repeat scroll 0 0
}
.slides .overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    /*background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;*/
}
.slide span.normal p{
  font-size: 1.4em;
}
.top .slide {
    height: 600px;
}
.slide {
    background-size: cover !important;
    height: 560px;
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
}
.slide a{
  color:#fff;
}
.slide .left{
  padding: 0;
}
.slide h2, .slide h3, .slide h4, .slide h5, .slide h6, .slide h1 {
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold;
}
.slide .quote {
    padding: 35px 0;
}
.slide .quote h3, .slide .quote h2, .slide .quote h1 {
    margin-bottom: 26px;

    font-size: 50px;
}
.slide .quote h3:only-child, .slide .quote h2:only-child, .slide .quote h1:only-child {
    margin-bottom: 3px;
}
.top .slide .quote {

}
.slide .quote .btn {
    margin-top: 2em;
    background: #91d122;
    color: #fff;
    display: inline-block;
}
.slide .text_center .quote {

}
.slide .quote{
  max-width: 800px;
}

.slide .title {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    display: block;
}
.slide .text {
    font-size: 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
}
.slide .center {
    height: 100%;
    max-width: 90%;
}
.slide .content {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}
.slide .content.text_left {
    text-align: left;
}
.slide .content.rechts {
    float: right;
}
.slide .content .valing {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
li.slide {
  margin-left: 0;
}
@media (max-width:680px) {
  .slides .contact a:hover,
  .contact.bollen a:hover{
    transform: scale(1);
    transition: .3s;
  }
  .slide .quote h3, .slide .quote h2, .slide .quote h1{
    font-size: 30px;
  }
  .slides .contact h1{
    color:#91d122;
    font-weight: bold;
    font-size: 32px;
  }
  .slides .contact{
    padding: 20px 20px 20px ;
    /*background: rgba(255,255,255,0.5);*/
    box-sizing: border-box;
    width: 90%;
    left: 5%;
  }
  .slides .contact.relative{
    background: none;
    width: 100%;
    text-align: center;
  }
    .slides .overlay{
      /*position: relative;*/
    }
    .slides .contact a{
      width: 75px;
      height: 75px;
    }
    .slide span.normal p{
      font-size: 1.2em;
    }
    .slide .center {
        max-width: 100%;
    }
    .slide .title {
        font-size: 25px;
    }
    .slide .text {
        font-size: 20px;
    }
    .slide .content {
        width: 100%;
        max-width: 100%;
    }
    .slide .quote {
        padding-left: 5%;
        padding-right: 5%;
        max-width: auto;
        width: 100%;
        box-sizing: border-box;
    }
    .top .slide,
    .slides.top   {
        height: auto;
        min-height: 550px;
        height: auto;

    }
    .slides,.slide {
        height: auto;
        min-height: 450px;
        height: auto;

    }
    /*
    .top .slide .overlay,
    .slides.top .overlay{
      padding-top: 30px;
      padding-bottom: 90px;
    }*/

    .slides.top.lower .slide, .slides.top.lower {
        min-height: 400px;
        height: 400px;
    }
    .slide .quote {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .slide, .unslider .slides, .unslider-wrap .slide {
        height: 400px;
        /*min-height: 400px;*/
    }
    .slides .contact a span{
      display: none;
    }
    .slides .contact .la{
      font-size: 38px;
    }
}
/**
SINGLEPOST
**/

.post {
    padding-bottom: 60px;
}
.post h1 {
    margin-bottom: 30px;
}
.post ul {
    padding-bottom: 0em;
    margin-bottom: 0;
}
.post .slide_image {
    height: 450px;
    position: absolute;
    z-index: -1;
}
.post .left {
    box-sizing: border-box;
    float: left;
    padding-right: 5%;
    padding: 50px 50px 50px 0;
    width: 65%;
}
.post .left a:hover{
  text-decoration: underline;
}
.post .left a{
  color:#545995;
  font-weight: bold;
}
.post.left h3, .post.left h2 {
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 0.2em;
}
.post .date {
    display: block;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: -7px;
}
.post .share {
    margin-top: 35px;
}
.post .share img {
    margin-right: 10px;
    position: relative;
    top: 11px;
}
.post .right {
    box-sizing: border-box;
    float: left;
  padding-top: 110px;
    width: 30%;
}
.post .right a{
  text-decoration: none;
}
.post .right .la{
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.post .right .afspraak h3{
  font-weight: 100;
}
header a i,
.post .right .afspraak a i{
  transition: all 0.5s ease;
}
header a:hover i,
.post .right .afspraak a:hover i{
  transition: all 0.5s ease;
transform: scale(1.2);
}
.rotate_img{
transition: all 1.5s ease;
}
.rotate_img:hover{
  transition: all 1.5s ease;
transform: scale(1.2);
}
.post .right .afspraak{
  background: #91d122;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post .right a {
    font-size: 18px;
    font-weight: 300;
    display: block;

}
.post .right .btn {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 17px;
}
.post .slides{
  min-height: 450px;
  height: 450px;
}
@media (max-width:900px) {
  .post .left img{
    width: 100%;
  }
  .post .right a{
    font-size: 16px;
  }
    .post .left {
        width: 100%;
        margin-right: 0;
        padding: 50px 5% 0;
    }
    .post .right {
        width: 100%;
        margin-top: 40px;
        padding:1em 5%;
    }
    .post .center {
        padding-left: 0%;
        padding-right: 0%;
    }
    .post .slides{
      min-height: 350px;
      height: 350px;
    }
}
@media (max-width:680px) {
  header a:hover i,
  .post .right .afspraak a:hover i{
  transform: scale(1);
  }
  .rotate_img:hover{
  transform: scale(1);
  }
}

/** SINGLE TEAM**/
.single_team{
  padding-top: 50px;
  padding-bottom: 70px;
}
.single_team .banner_image {
    height: 500px;
    background-size:cover !important;
}
.single_team .left{
  width: 37%;
  float: left;
  background: rgba(255,255,255,1);
  padding: 20px 40px;
  margin-top: 100px;
  -webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
  -moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
  box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
}
.single_team .over{
  margin-top: 2em;
}
.single_team .right{
  width: 50%;
  padding-right:20px;
  padding-left: 5%;
  padding-top: 40px;
  box-sizing: border-box;
  float: left;
}
.single_team .right .image{
    height: 100%;
    position: fixed;
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
  background-size:cover !important;
}
@media (max-width:1060px)  {
  .single_team .right .image{
    width: 300px;
    height: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
  }
}
@media (max-width:810px)  {
  .single_team .right .image{
    width: 200px;
    height: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
}
@media (max-width:680px)  {
  .single_team .right .image{
    width: 80vw;
    height: 80vw;
    -webkit-border-radius: 80vw;
    -moz-border-radius: 80vw;
    border-radius: 80vw;
    margin:0 auto;
  }
  .single_team .left,
  .single_team .right{
    width: 100%;
    float: none;
  }
  .single_team .right{
    padding-bottom: 30px;
  }
}
/**CUSTOM LIST STYLE**/
.team_banner ul,
.custom_list ul{
  list-style: none;
  margin-left: 12px;
  padding: 0;
  margin-bottom: 1.5em;
}
.team_banner li,
.custom_list li {
  padding-left: 16px;
}
.team_banner li:before,
.custom_list li:before {
  content:"\f105";
padding-right: 8px;
font-family: 'Line Awesome Free';
color: #91d122;
font-weight: 900;
font-size: 26px;
position: relative;
top: 3px;
margin-left: -34px;
}
.custom_list ul.white li:before{
  color: #fff;
  font-size: 24px;

}
.custom_list ul.white {
  font-size: 18px;
}
/**OPENINGSTIJDEN**/
.openingstijden{
  background: #f3f2a8;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 60px;
}
.openingstijden table{
  width: 100% !important;
}
/**
BANNER BLOKS
===================
ONE BLOCK
TWO BLOCKS
**/
.content_block table{
  margin-bottom: 1.5em;
}
.content_block h2{
    font-weight: 100;
    font-size: 34px;
}
.content_block .max_width{
  max-width: 500px;
}
.one .content {
    padding: 50px 15%;
    text-align: center;
}
.one_half {
    display: table;
      overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1345px;
    margin: 0 auto;
    background-size: cover !important;
}
.one_half.points{
  background: #91d122;
}
.one_half.points ul{
  margin-bottom: 0;
}
.one_half.points li{
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 20px;
}
.one_half .extra_marge{
  padding-top:240px;
  padding-bottom:40px;
  position: relative;
  z-index: 10;
}

.one_half .triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1380px 1000px;
  border-color: transparent transparent #beea transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.total_1 .block{
  margin: 0 auto;
  max-width: 900px;
}
.one_half .block {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: top;
}
.one_third .block {
    display: table-cell;
    width: 33%;
    height: 100%;
    vertical-align: top;
}
.one .block .content_block .center{
  max-width: 700px;
}
.one .block .content_block,
.one_half .block .content_block{
  padding: 50px;

  position: relative;
}
.one .block .content_block p:last-child,
.one_half .block .content_block p:last-child{
  margin-bottom:0;
}
.one_half .center {
    max-width: 500px;
}
.one_half .block:nth-child(1) .center {
    margin-right: 100px;
}
.one_half .block:nth-child(2) .center {
    margin-left: 20px;
}
.one_half .content {
    box-sizing: border-box;
    height: 100%;
    padding: 50px 0;
}
.one_half .image {
    min-height: 400px;
    background-size: cover !important;
}
.one_half .video {
    position: relative;
    height: 100%;
}
.one_half .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.one .block .content_block, .one_half .block .content_block{
  height: 100%;
}
.one_half.leftTitle{
  text-align: right;
}
.one_half.opsomming .row:nth-child(2n+1) .block:nth-child(1){
  background: #fff;

}
.one_half.opsomming .row{
  width: 100%;
  display: table;
}
.one_half.opsomming .row:nth-child(2n+1) .block:nth-child(2){
  background: #fcfcfc;
}
.one_half.opsomming .row .block:nth-child(1){
  background:#cbeeee;
  text-align: right;
}
.one_half.opsomming .row .block:nth-child(2){
  background:#c7eaea;
}
@media (max-width:680px) {
  .one_half h2{
    font-size: 22px !important;
  }
  .one_half .block.less_padding_top .content_block{
    padding-top: 30px;
  }
  .content_block table{
    width: 100% !important;
  }
  .one_half.points li{
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .one_half .extra_marge{
    padding-bottom: 0;
    padding-top: 40px;
  }
  .one_half .triangle{
    background: #beea ;
    width: 100%;
    height: 100%;
  }
  .one_half.opsomming .row:nth-child(2n+1) .block:nth-child(1){
    background: #fcfcfc;

  }
  .one_half.opsomming .row .block:nth-child(1) .content_block h2{
  margin-bottom: 0;
  }
  .one_half.opsomming .row .block:nth-child(2) .content_block{
  padding-top: 30px;
  }
  .one_half.opsomming .row .block:nth-child(1) .content_block{
  padding-bottom: 0;
  }
  .one_half.opsomming .row .block:nth-child(1){
    text-align: left;
  }
  .one_half.opsomming .row .block:nth-child(2){
    background:#cbeeee;
  }
    .bg_mobile_only .content_block{
      background: #91d122;
    }
    .one .content {
        padding: 40px 0 50px 0;
    }
    .one_half.leftTitle .position_0{
      text-align: center;
    }
		.content_block h2 span,
		.content_block h2{
			font-size: 26px;
		}
    .one_half .center {
        width: 100%;
        max-width: 100%;
				box-sizing: border-box;
				padding-left: 5%;
				padding-right: 5%;
    }
    .one_half .empty{
      display: none;
    }
    .one_half .content {
        padding-top: 40px;
    }
		.one_half{
			display: block;
		}
    .one_half .block:not(:first-child) .content_block{
      padding-top: 0;
    }
    .one_half .block {
        display: block;
        width: 100%;
    }
    .one_half .block:nth-child(2) .content {
        padding-top: 0;
    }
    .one_half .block:nth-child(2) .center {
        margin-left: 0;
    }
    .one_half .block:nth-child(1) .center {
        margin-right: 0;
    }
    .one .block .content_block, .one_half .block .content_block{
      padding-left:20px;
      padding-right:20px;
      padding-top:40px;
      padding-bottom:40px;
    }
}

/**
SPECIALISATIES BANNER
**/

.specialisaties_banner{
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover !important;
}
.specialisaties_banner .block{
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.specialisaties_banner h3{
  font-size: 20px;
}
.specialisaties_banner  .text {
    padding: 40px;
}
.specialisaties_banner  .block {
    float: left;
    font-weight: 300;
    margin: 20px;
    position: relative;
    /*overflow: hidden;*/
    min-height: 300px;
    color: #666;
    background: #fff;
    webkit-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
    box-shadow: -2px 4px 32px -9px rgba(0,0,0,0.15);
}
.specialisaties_banner .intro{
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto 60px;
  color: #fff;
}
.specialisaties .block table td:nth-child(2){
  width: 40px;
}
.specialisaties .block a{
  text-decoration: none;
}
  .specialisaties .block table{
  width: 100%;
}
/**
SPECIALISATIES
**/
.specialisaties .three_blocks .block .la{
  margin-bottom: 0;
}
section.specialisaties h1{
  text-align: center;
  padding: 70px 0 30px 0;
  font-weight: normal;
  font-size: 40px;
}
section.specialisaties .three_blocks{
  /*background: linear-gradient(#91d122, #22b8fe);*/
  background: linear-gradient(#f9f9f9, #f9f9f9);
}
section.specialisaties .three_blocks .block{
  min-height: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section.specialisaties .three_blocks .block a:not(.btn){
  min-height: auto;
}
section.specialisaties h2{
  margin-bottom: 0;
  color:#000;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width:680px) {
  section.specialisaties h1{
    font-size: 28px;
    padding-bottom: 15px;
  }
  section.specialisaties .three_blocks .block{
    width: 90%;
  }
}
/**
GOOGLE MAP
**/

#map_holder {
    position: relative;
}
#google_map {
    height: 700px;
    width: 100%;
}
.infowindow {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    padding: 18px 20px 25px 33px;
    font-weight: 500 !important;
}
.infowindow a {
    color: #7ca3b4;
    font-weight: bold;
}
.infowindow  h4 {
  color:#fff;
    font-size: 1.5em;
    font-weight: 500 !important;
    margin: 0 0 10px;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div {
    background-color: transparent !important;
    box-shadow: none !important;
    height: auto !important;
    width: auto !important;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div>div {
    background-color: #91d122 !important;
    box-shadow: none !important;
    width: 50px;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child {
    margin-right: 2px;
    margin-top: 18px;
}
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child>img {}
.gm-style-iw {
    background: #91d122;
    color: #fff;
    left: 22px !important;
    top: 22px !important;

}
.gm-style-iw a {
    color: #fff;
}
.gm-style-iw+div {
    display: none;
}
#map_holder .contact_info h4{
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 20px;
}
#map_holder .contact_info{
  background: #c7eaea;
padding: 30px;
font-size:18px;
position: absolute;
top: 160px;
left: 40px;
z-index: 10;

}
#map_holder .contact_info td{
  padding-bottom: 20px;
}
#map_holder .contact_info td:nth-child(1){
  padding-right: 10px;
}
#map_holder .contact_info td i{
  font-size: 30px;
}
@media (max-width:680px) {
#google_map{
  height: 500px;
}
.infowindow{
  text-align: center;
}
#map_holder .center{
  background: #cbeeee;
}
#map_holder .contact_info{
  position: relative;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding-right: 0;
padding-left: 0;
padding-bottom: 40px;
padding-top: 40px;
}
}
/**
CONTACT FORM 7
**/
#wpcf7-f4-o1{
  text-align: center;
}
#wpcf7-f259-o2 textarea,
#wpcf7-f259-o2 input{
  -webkit-box-shadow: 0 0 12px 0 rgba(56, 69, 84, 0.2);
  box-shadow: 0 0 12px 0 rgba(56, 69, 84, 0.2);
  border: none;
  text-align: left;
}
.wpcf7-form .btn {
    background: #91d122 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 5px 10px;
}
.wpcf7-form p {
    padding: 10px 0 0;
}
.wpcf7-form-control.wpcf7-textarea, .wpcf7-form .textarea {
    margin-top: 10px;
}
.wpcf7-form label {
    display: block;
    /*position: relative;*/
    top: 30px;
    transition: all 0.5s ease 0s;
    z-index: 10;
    margin-bottom: 12px;
}
.wpcf7-form textarea, .wpcf7-form input:not([type='submit']) {
    max-width: 600px;
    min-width: 400px;
}
.wpcf7-not-valid-tip {
    color: #ff6868;
    display: inline-block;
    margin: 10px 0 5px 0;
}
.wpcf7-form input {
    text-align: center;
}
div.wpcf7{
  margin-top: -30px;
}
div.wpcf7-mail-sent-ok {
    background: #91d122;
    color: #fff;
    border: none;
    padding: 10px 0;
}
div.wpcf7-validation-errors {
    background: #ff6868;
    color: #fff;
    border: none;
    padding: 10px;
}
div.wpcf7-response-output {
    margin: 0;
}
@media (max-width:680px) {
    .wpcf7-form textarea, .wpcf7-form input:not([type='submit']) {
        max-width: 100%;
        min-width: 100%;
    }
}

/**
BTN
**/

input[type="submit"], a.btn:hover {
    text-decoration: none;
}
.btn.extra_marge_button {
    display: inline-block;
    margin: 24px 0;
}
.btn a {
    color: #fff;
}
.wpcf7-form .btn, input[type="submit"], .btn {
    background: #91d122;
    cursor: pointer;
    -webkit-border-radius: 4px;
    min-height: 46px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    : pointer;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 17px;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-appearance: none;
    transition: all 0.5s ease 0s;
}
input[type="submit"]:hover {
    background: #5a94ae;
    transition: all 0.5s ease 0s;
}
.btn.white{
  background: #fff;
  color:#555;
}
.btn:before {
    content: "";
    position: absolute;
    background: #2b307b;
    color: #fff;
    bottom: 0;
    left: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.09s ease-in;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn:hover {
color:#fff;
}
.btn:hover:before {
    left: 0;

}
@media (max-width:680px) {
  .page-id-81 h2{
    font-size: 20px;
  }
    .wpcf7-form .btn, input[type="submit"], .btn {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
}
/**TABLE TARIEVE**/
.one_half.opsomming .row .tarieven tr:nth-child(2n+1){
  background: rgba(255,255,255, 0.4);
}
.one_half.opsomming .row:nth-child(2n+1) .tarieven tr:nth-child(2n+1),
.tarieven tr:nth-child(2n+1){
  background: rgba(166,166,166, 0.1);
}
.tarieven table{
  border-collapse: collapse;
}
.tarieven td:nth-child(2){
  width: 75px;
}
.tarieven td{
  padding: 10px 5px;
}
/**BANNER CONTENT**/

.banner_content  a{
  color:#2b307b;
  font-weight: bold;
}
.banner_content {
    margin-top: 60px;
    margin-bottom: 50px;
}
.banner_content ul{
  margin-bottom: 1.5em;
}
.banner_content .left {
    width: 65%;
    float: left;
    margin-right: 5%
}
.banner_content h1 {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 1em;
}
.banner_content .right {
    width: 30%;
    float: left;
    margin-top: 69px;
}
@media (max-width:680px) {
  .banner_content .left {
    width: 100%;
  }
  .bg_mobile_only .content_block .tarieven tr:nth-child(2n+1),
  .one_half.opsomming .row .tarieven tr:nth-child(2n+1){
    background: rgba(255,255,255, 0.4);
  }
}
/**
FOOTER
**/
.post-type-archive-specialisaties footer{
  background: #fff;
  color: #000;
}
footer a{
  text-decoration: none;
}
footer{
  line-height: 2;
  background:#fdfdfd;
  background:#f8f8f8;
  color:#000;
  padding:50px 0;
  border-top:6px solid #91d122;
}
.search footer,
.single footer,
footer.bleu_top{
  border-top:6px solid #91d122;
}
footer table{
  width: 100%;
}
footer .contact {
  float: right;
}
footer .logo {
  display: none;
  line-height: 1.3;
  float: right;
}
footer .logo td:nth-child(1){
  width: 75px;
}
footer .logo img{
  width: 60px;
display: block;
}
footer td{
  vertical-align: top;
}
footer ul {
	list-style: none;
}

footer .cred{
  margin-top: 40px;
}
.post-type-archive-specialisaties footer a{
  color: #000;
}
footer .contact td:nth-child(1){
  width: 20px;
}
footer .contact i{
  font-size: 25px;

position: relative;
top: 3px;
margin-right: 10px;
}
@media (max-width:680px) {
  footer .contact td:nth-child(1){
    width: 100%;
  }
  footer .contact i{
  display: inline-block;
  font-size: 35px;
  color:#91d122;
  margin-top: 7px;
  }
  footer td{
    display: block;
  }
  footer .contact{
    float: none;
    text-align: center;
  }
}
/**
BREADCRUMB
**/
#breadcrumbs{
  display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  z-index: 1;
/*background: rgba(0,0,0,0.2);
  color: #fff;
  padding: 12px 15px;*/
	box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;

}
#breadcrumbs a{
  text-decoration: none;
}
@media (max-width:680px) {
	#breadcrumbs{
		max-width: 90%;
	}
}

/**SEARCH BALK**/

#search_balk .close span, .search_btn {
    cursor: pointer;
}
#search_balk .close {
    font-weight: 100;
    font-size: 4em;
    display: block;
    /*margin-top: -4em;*/
    color: #fff;
}
#search_balk {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    box-sizing: border-box;
    display: table;
    height: 100%;
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 900000000;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
#search_balk .title {
    font-size: 5em;
    color: #fff;
}
#search_balk.smaller {
    top: 50px;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
#search_balk .center {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding-bottom: 140px;
    box-sizing: border-box;
}
#zoek-form-error input, #search_balk input {
    border: none;
    padding: 10px 20px;
    top: -5px;
    position: relative;
    width: 60%;
    font-size: 16px;
    height: 46px;
    box-sizing: border-box;
}
#search_balk input{
  padding: 11px 20px 12px;
}
#zoek-form-error .btn, #search_balk .btn {
    background: #91d122 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 47px;
    margin-left: -20px;
    cursor: pointer;
    top: -2px;
    padding: 14px 52px 5px;
}
#search_balk .btn span {
    position: relative;
    top: -5px;
}
#search_balk.search_page .center{
  padding-left: 0;
}
#search_balk.search_page .title {
     font-size: 3em;
    margin-bottom: 10px;
  color:#000;
    display: inline-block;
}
#search_balk.search_page .close {
    display: none;
}
#search_balk.search_page .center {
    display: block;
    text-align: left;
    padding-bottom: 40px;
}
#search_balk.search_page .btn:hover {
  color:#91d122;
}
#search_balk.search_page .btn {
    color: #fff;
    background: #91d122;
    position: relative;
    top: -1.5px;
    cursor: pointer;
    height: 46px;
}

#search_balk.search_page .btn:before {
    background: #fff;
    color:#91d122;
}
section.searchpage{
  padding-right: 30px;
  padding-left: 30px;
}
#search_balk.search_page {
    padding: 150px 20px 90px;
    background: #f3f3f3 none repeat scroll 0 0;
    display: block;
    position: relative;
    z-index: 1;
    left: 0;
    margin: 0 auto;
    /*max-width: 1400px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
#search_balk .close{
  cursor: pointer;
}
@media (max-width:680px) {
    #search_balk.search_page .btn {
        margin-left: 0;
        text-align: center;
    }
    #search_balk{
      left: 0;
    display: none;
      padding-right:5% !important;
      padding-left:5% !important;
      box-sizing: border-box;
    }
    #search_balk.search_page .title{
      text-align: center;
      display: block;
    }
    #search_balk.search_page{
      margin-bottom: 0;
    }
    #search_balk .center{
      padding: 0;
    }
    #zoek-form-error input, #search_balk input {
        width: 100%;
        margin: 10px 0;
    }
    #zoek-form-error .btn, #search_balk .btn {
        margin-left: 0;
    }
    section.searchpage {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/**
SEARCH RESUTLS
**/
body.search .search_results{
	padding-top:0;
	padding-bottom:50px;
  padding-left: 30px;
}
body.search .top{
	background: #f3f3f3;
	padding: 40px 0;
	border-top: 45px #fff solid;
	margin-bottom: 40px;
}
body.search .top input{
	padding: 10px;
	background: none;
	border:none;
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	margin-right: 20px;
	width: 40%;
	margin-left: -8px;
}
body.search .no_results{
  padding-bottom: 40px;
  padding-left: 30px;
}
body.search .search_results .item{
	padding-bottom:15px;
	margin-bottom:15px;
}
body.search .search_results .item:last-child{
  padding-bottom:0;
	margin-bottom:0;
}
body.search .search_results .item .crumb{
	color:#545995;
  font-weight: 400;
}
body.search .search_results a:hover{
	text-decoration: none;
}
body.search .search_results .item .title{
	font-size: 1.3em;
}
body.search .search_results_for h1{
	margin-bottom: 1em;
}
body.search .search_results_for{
	padding-top:50px;
}
@media (max-width:680px) {
  body.search .search_results,
  body.search .no_results{
    margin-top: 40px;
  }
	body.search .top .btn.white{
		width: 100%;
		box-sizing: border-box;
		display: block;
		margin-top: 20px;
	}
	body.search .top input{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		box-sizing: border-box;
	}
}
/**
ERROR
**/
.error {
    height: 922px;
    position: relative;
}
.error .oeps .content {
  background: RGBA(255,255,255,1);
  padding: 20px;
  max-width: 500px;
}
.error .oeps {
	position: absolute;
	margin-top: 300px;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
	text-align: left;
}
.error #zoek-form-search {
	margin-top: 20px;
}
.error input {
	border:none;
	border-bottom:1px solid #000;
	color: #000;
  padding-left: 0;
	background: none;
	width: 300px;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-right: 20px;
}
.error .slide {
    height: 922px;
}
@media (max-width:680px) {
	.error .slide,
	.error{
		height: 500px;
		overflow: hidden;
	}
	.error input{
		width: 100%;
	}
	.error .btn{
		display: block;
		margin-top: 20px;
	}
	.error .oeps{
		margin-top:150px;
	}
}

/**
PERFECT SCROLL BAR
**/

.ps-container {
    overflow: hidden !important;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #fff;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #fff;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #fff;
    opacity: 0;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #fff;
}
.ps-container>.ps-scrollbar-x-rail {
    border-radius: 4px;
    bottom: 3px;
    display: none;
    height: 8px;
    opacity: 0;
    position: absolute;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    height: 8px;
    position: absolute;
    transition: background-color 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.ps-container.ps-in-scrolling:hover {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail {
    background-color: #91d122;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #91d122;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail {
    background-color: #91d122;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #91d122;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 1;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-scrollbar-y-rail{
  right: 10px !important;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
      background-color:none;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
      background-color:none;
    opacity: 0;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color:none;
    opacity: 0;
}
.phone.menu_corrector {
    display: none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots li button::before {
    font-size: 35px !important;
    width: 22px !important;
    height: 23px !important;
    content: '•' !important;
    color: #fff !important;
}
/**CORRECTORS**/
.marge_top{
  margin-top: 30px;
  }
.marge_bottom{
  margin-bottom: 30px;
  }
  @media (max-width:680px) {
    .marge_top{
      margin-top: 10px;
      }
    .marge_bottom{
      margin-bottom: 10px;
      }
  }

  /**OVERLAY POPUP**/
  #overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    cursor: pointer;
  }
  #callpopup .close{
    font-size: 25px;
position: absolute;
right: 110px;
top: -21px;
color: #fff;
background: #91d122;
padding: 0 10px 4px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
line-height: 1.2;
cursor: pointer;
  }
  #callpopup{
    z-index: 1001;
    text-align: center;
    font-size: 20px;
    position: fixed;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
  }
