/*
Theme Name: Betaalvereniging Overstapservice
Theme URI: http://www.yard.nl/
Author: Yard
Author URI: http://www.yard.nl/
Description: Yard starterstheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yard-starterstheme

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Vendors
  1.1 Bootstrap
2.0 Utils
  2.1 Placeholders
  2.2 Mixins
  2.3 Variables
3.0 Base
  3.1 Reset
  3.2 Base
  3.3 Typograhy
4.0 Layout
  4.1 Forms
  4.2 Header
  4.3 Navigation
  4.4 Sidebar
  4.5 WP Classes
5.0 Components
  5.1 Buttons
  5.2 Carousel
6.0 Pages
  6.1 Contact
  6.2 Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Vendor, libraries and frameworks
--------------------------------------------------------------*/
/*@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";*/
/*@import "bootstrap/scaffolding";*/
/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 900px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 900px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 900px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 900px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
/*// Components
@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 900px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 900px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 900px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 899px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 899px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 899px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 899px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import "layout/layout-with-colors";*/
/*--------------------------------------------------------------
2.0 Utils
--------------------------------------------------------------*/
/*@import "utils/variables";
@import "utils/mixins";
@import "utils/placeholders";*/
/*--------------------------------------------------------------
3.0 Base, boilerplate
--------------------------------------------------------------*/
/*@import "base/reset";
@import "base/base";
@import "base/typography";*/
/*--------------------------------------------------------------
4.0 Layout, main parts of our website
--------------------------------------------------------------*/
body {
  font: 12px Verdana;
  position: relative;
  padding: 0;
  margin: 0;
}

body:not(.page-template-template-homepage) {
  background: url(img/float_content.jpg) repeat-y;
}

a img {
  border: 0;
}

#wrap {
  max-width: 1300px;
}

#header {
  background: url(img/top_content.jpg) no-repeat;
}
#header #header-top {
  float: right;
  height: 12px;
  margin: 15px 4px 14px;
  width: 220px;
}
#header #header-top span {
  margin: 0 4px;
}
#header #header-top li {
  border-left: 1px solid #FFF;
  float: left;
  padding: 0 6px;
}
#header #header-top li:first-child {
  border-left: none;
}
#header h1 {
  clear: both;
  margin: 0 0 8px 20px;
}

#header {
  color: #fff;
  font-size: 10px;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header ul, #sidebar-right ul, #sidebar-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header li {
  float: left;
}

ul#header-bottom {
  background: url(img/float_menu_content.jpg);
  height: 53px;
  margin-left: 20px;
  padding-top: 1px;
}

#sidebar-right {
  background: url(img/3_particulieren.jpg) no-repeat;
  float: right;
  margin-top: -151px;
  width: 220px;
}

.page-incassanten #sidebar-right {
  background: url(img/1_incassant.jpg) no-repeat;
}

.page-particulieren #sidebar-right {
  background: url(img/3_particulieren.jpg) no-repeat;
}

.page-ondernemers #sidebar-right {
  background: url(img/2_ondernemer.jpg) no-repeat;
}

#sidebar-right ul {
  background: url(img/box_right.png) no-repeat;
  height: 202px;
  padding-top: 160px;
}

#sidebar-right ul a {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  padding: 1px 0;
  width: 172px;
}

#sidebar-right form {
  margin: 2px 0 0;
}

#sidebar-right input {
  float: left;
}

#sidebar-right input[type=text] {
  border: 1px solid #dfdfdf;
  font-size: 10px;
  height: 14px;
  width: 148px;
  color: #686868;
}

#sidebar-right p {
  margin: 20px 0 0;
}

#sidebar-left {
  background: url(img/submenu_bottom.jpg) no-repeat 0 100%;
  float: left;
  margin: 30px 0 20px 20px;
  width: 209px;
  padding-right: 20px;
}

#sidebar-left ul {
  background: url(img/submenu_top.jpg) no-repeat;
  padding: 19px 0 36px 0;
}

#sidebar-left li {
  background: url(img/submenu_float.jpg);
  padding: 0 25px 0 14px;
}

#sidebar-left .last {
  padding-bottom: 139px;
}

#sidebar-left a {
  border-bottom: 1px solid #dfdfdf;
  color: #686868;
  display: block;
  font-weight: bold;
  padding: 10px 7px;
  text-decoration: none;
}

#sidebar-left a:hover, #sidebar-left .current_page_item a {
  color: #7ab51d;
}

#content {
  margin-top: 35px;
}
#content .container {
  margin-left: 0;
  width: 815px;
}
#content h2 {
  color: #7ab51d;
  font: italic bold 24px arial;
  margin: 0 0 24px;
}
#content h3 {
  font-size: 14px;
}
#content h4 {
  font-size: 12px;
}
#content h2 + p {
  font-weight: bold;
}
#content a {
  color: #7ab51d;
}
#content a.pdf {
  /*The background image*/
  background: url(img/icon_pdf.gif) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  line-height: 20px;
  /* To center the text vertically with the icon */
}
#content .left-column, #content .right-column {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#content .left-column {
  border-right: 1px solid #dfdfdf;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}
#content #timeline {
  margin-bottom: 20px;
  width: 506px;
  overflow-x: auto;
}

@media (min-width: 1200px) {
  #content .container {
    margin-left: 40px;
    width: 77%;
  }
  #content .container.has_sidebar {
    margin-left: 249px;
    width: 62%;
  }
}
@media (max-width: 1200px) {
  #content .container {
    margin-left: 40px;
    width: 60%;
  }
  #content .container.has_sidebar {
    margin-left: 249px;
    width: 55%;
  }
}
@media (max-width: 900px) {
  #wrap {
    position: absolute;
  }

  #sidebar-left {
    background: url("") no-repeat 0 100%;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #sidebar-left ul {
    background: url("") no-repeat 0 100%;
    padding: 10px 0 0 20px;
  }
  #sidebar-left ul > li {
    background: url("") no-repeat 0 100%;
    padding: 0 5px 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* this fix is needed for IE7- */
    font-size: 90%;
  }
  #sidebar-left ul > li.last {
    padding-bottom: 10px;
  }

  #sidebar-right {
    background: url("");
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 60%;
    margin-top: 0;
    padding-top: 0;
    height: 80px;
  }
  #sidebar-right ul {
    background: url("");
    height: 65px;
    overflow: hidden;
    padding-top: 0;
  }
  #sidebar-right ul > li {
    background: url("");
    padding: 0 5px 0 5px;
    zoom: 1;
    display: inline;
    float: left;
  }
  #sidebar-right ul > li:nth-child(3) {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -30px;
  }
  #sidebar-right ul > li:nth-child(3) #s {
    position: absolute;
    left: 100px;
    bottom: 15px;
    top: 6px;
  }
  #sidebar-right ul > li:nth-child(3) #search {
    position: absolute;
    top: 8px;
    left: 270px;
  }

  #content {
    padding: 0 30px 0 30px;
    margin: 5% 0 140px 0;
  }
  #content .container {
    width: 100%;
    margin-left: 0;
  }
  #content .container.has_sidebar {
    margin-left: 0;
    width: 100%;
  }
  #content .container #timeline {
    width: 506px;
    overflow-y: auto;
    overflow-x: scroll;
    _overflow: auto;
    margin: 0 0 1em;
  }
  #content .container #timeline table {
    margin: 0;
    border-collapse: collapse;
  }
  #content .container #timeline::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  #content .container #timeline::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #content .container h2 {
    clear: both;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  #content .container {
    margin-left: 40px;
    width: 60%;
  }
  #content .container.has_sidebar {
    margin-left: 249px;
    width: 50%;
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  #content .container.has_sidebar {
    margin-left: 249px;
    width: 45%;
  }
  #content .container #timeline {
    width: 400px;
  }
}
@media (max-width: 799px) {
  #content .container #timeline {
    width: 506px;
  }
}
@media (max-width: 774px) {
  #sidebar-right ul > li:nth-child(3) #s {
    bottom: 14px;
  }
}
@media (max-width: 560px) {
  #header ul#header-bottom {
    background: url("");
    border-bottom: 1px solid #dfdfdf;
    height: 92px;
    height: auto;
    overflow: auto;
  }

  #content .container #timeline {
    width: 350px;
  }

  #sidebar-right ul a {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  #content h2 {
    clear: both;
  }
}
.show {
  display: block;
  width: 70%;
}

.hide {
  display: none;
}

#downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#downloads h4 {
  margin: 12px 0 0;
}

#downloads p {
  margin: 0;
}

#footer {
  background: url(img/float_bg.jpg);
}

#footer p {
  color: #979797;
  float: left;
  font-size: 10px;
  margin: 0;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
  margin-right: 45px;
}

#footer img {
  float: left;
}

#footer span {
  float: left;
  padding: 20px;
}

/*--------------------------------------------------------------
5.0 Components, small widgets or micro elements
--------------------------------------------------------------*/
/*@import "components/buttons";
@import "components/carousel";*/
/*--------------------------------------------------------------
6.0 Pages, specific styling for a single page
--------------------------------------------------------------*/
/*@import "pages/contact";*/
.page-template-template-homepage #wrap {
  margin: 0 auto;
  max-width: 900px;
  background: url(img/background.jpg) no-repeat;
}
.page-template-template-homepage .segment {
  width: 818px;
  padding: 0 33px 0 20px;
  position: relative;
}
.page-template-template-homepage .segment#content .container {
  margin-left: 0;
}
.page-template-template-homepage .segment .container {
  position: relative;
  width: 100%;
}
.page-template-template-homepage #header {
  height: 142px;
  background: url("");
}
.page-template-template-homepage #header h1 {
  margin: 0;
}
.page-template-template-homepage .search-form {
  height: 110px;
  margin-top: 20px;
}
.page-template-template-homepage .search-form legend {
  margin: 15px 10px 10px 3px;
}
.page-template-template-homepage .search-form input {
  float: left;
  height: 24px;
}
.page-template-template-homepage .search-form input[type=text] {
  border: 1px solid #dfdfdf;
  font-size: 13px;
  color: #686868;
  height: 20px;
  width: 160px;
  margin-left: 20px;
}
.page-template-template-homepage .content-block {
  text-align: left;
  color: #686868;
  padding: 0 1.8em;
  width: 200px !important;
}
.page-template-template-homepage .content-block h2 {
  font: italic bold 18px arial !important;
  margin-bottom: 0.2em !important;
}
.page-template-template-homepage .content-block a {
  text-decoration: none;
}
.page-template-template-homepage .content-block a:hover {
  font-weight: bold;
}
.page-template-template-homepage .content-block p {
  font-weight: normal !important;
}
.page-template-template-homepage #content {
  margin: 0;
}
.page-template-template-homepage #content .sections {
  background: url(img/footer.jpg) no-repeat 0 100%;
  list-style: none;
  margin: 0;
  padding: 21px 0 35px;
  /* centered columns styles */
}
.page-template-template-homepage #content .sections.row-centered {
  text-align: center;
}
.page-template-template-homepage #content .sections .button-onderzoek {
  display: block;
  padding-top: 15px;
}
.page-template-template-homepage #content .sections li {
  float: left;
  margin-left: 19px;
  width: 247px;
}
.page-template-template-homepage #content .sections li.two-cols {
  background: url(img/float_box.jpg);
  background-size: contain;
  margin-top: 20px;
  width: 513px;
}
.page-template-template-homepage #content .sections li.two-cols h2 {
  margin: 20px 10px 20px 3px;
  font: italic bold 18px Arial;
}
.page-template-template-homepage #content .sections li.two-cols h2 a {
  text-decoration: none;
}
.page-template-template-homepage #content .sections li.two-cols img {
  float: left;
  width: 247px;
  padding-right: 15px;
}
.page-template-template-homepage #content .sections li.two-cols .description {
  margin-right: -1px;
  padding: 0 20px 0 0;
  height: 100%;
  background: none !important;
}
.page-template-template-homepage #content .sections li.col-centered {
  display: inline-block;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: 0;
}
.page-template-template-homepage #content .sections li.col-fixed {
  /* custom width */
  width: 320px;
}
.page-template-template-homepage #content .sections li.col-min {
  /* custom min width */
  min-width: 320px;
}
.page-template-template-homepage #content .sections li.col-max {
  /* custom max width */
  max-width: 320px;
}
.page-template-template-homepage #content .sections h2 {
  margin: -3px;
}
.page-template-template-homepage #content .sections p {
  margin: 0;
}
.page-template-template-homepage #content .sections div {
  background: url(img/float_box.jpg);
  height: 96px;
  padding: 20px 20px 0;
}
.page-template-template-homepage #content .sections div p {
  color: #686868;
  padding-bottom: 20px;
}
.page-template-template-homepage #content .sections div a {
  color: #7ab51d;
  text-decoration: none;
}
.page-template-template-homepage #content .sections div a:hover {
  font-weight: bold;
}
@media (max-width: 900px) {
  .page-template-template-homepage .container.home:after {
    margin-bottom: -30px;
  }
  .page-template-template-homepage .segment {
    width: auto;
    padding: 0 0 0 20px;
  }
  .page-template-template-homepage #content {
    margin-left: 0;
  }
  .page-template-template-homepage #content .container {
    max-width: 100%;
  }
  .page-template-template-homepage #content .container .sections {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    background: url("");
  }
  .page-template-template-homepage #content .container .sections li.col-centered {
    margin-bottom: 30px;
    margin-top: 1px;
  }
  .page-template-template-homepage #content .container .sections li.col-centered h2 {
    margin: -3px;
  }
}

div#faq-questions ul {
  margin: 5px 0 5px 25px;
  padding: 0;
}

div#faq-questions textarea {
  display: none;
  border: 1px solid #999999;
  margin: 5px 0 0 0;
  width: 400px;
  height: 70px;
  font-family: Arial;
  font-size: 11px;
}

div#faq-questions h3 {
  font-size: 1em;
  padding: 15px 0 0 0;
  margin: 0;
  color: #7ab51d;
}

div#faq-questions h4 {
  padding: 8px 0 4px 0;
  margin: 0;
  font-size: 11px;
}

div#faq-questions h4 {
  color: #333333;
  font-weight: normal;
  font-size: 1em;
}

div#faq-questions h5 {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 3px;
}

div#faq-questions h4 a {
  color: #000;
  display: table;
  margin-left: 25px;
  margin-top: -15px;
}

div#faq-questions div.answer {
  margin-left: 25px;
  padding: 0 0 5px 0;
}

div#faq-questions form {
  padding: 5px 10px 10px 10px;
  display: none;
  margin: 0;
}

div#faq-questions form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#faq-questions form li {
  list-style-image: none;
  padding: 2px 0 2px 0;
}

div#faq-questions input#submit-button {
  border: 1px solid #215582;
  font-size: 9px;
  margin: 5px 0 0 3px;
  background-color: #E5E5E2;
  cursor: pointer;
}

#menu-faq-checkbox,
label[for="menu-faq-checkbox"] {
  display: none;
}

label[for="menu-faq-checkbox"] {
  cursor: pointer;
  clear: both;
  margin-left: 30px;
  margin-top: 10px;
  width: 31px;
  height: 31px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=");
}

#menu-faq-checkbox:checked ~ #sidebar-left {
  max-height: 200px;
}

@media only screen and (max-width: 774px) {
  #sidebar-left {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    transition: max-height 500ms linear;
  }

  #sidebar-left ul > li {
    display: list-item;
  }

  label[for="menu-faq-checkbox"] {
    display: block;
  }
}
/*--------------------------------------------------------------
7.0 Cookiestuff
--------------------------------------------------------------*/
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.3em 2%;
  background: #9c9c9c;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 11px;
  /*font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); */
  z-index: 99999;
  text-align: center;
  color: #fff;
}

.cc-cookies a, .cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}

.cc-cookies a:hover {
  text-decoration: none;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  /*background: #7DAF3B; margin-top:0.5em; */
  padding: 0.1em 0.3em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.cc-cookies a.cc-cookie-decline, .cc-cook ies-error a.cc-cookie-decline {
  /*background: #af3b3b; */
  margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}

.cc-cookies img {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -47.5%;
  max-height: 60px;
  margin-top: 10%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cc-cookies a.cc-cookie-link {
  background: none;
  margin-left: 5px;
}

.cc-cookies span#cookie-message {
  padding: 0 22%;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }

  .cc-cookies img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies img {
    display: none;
  }
}
/* Custom */
div#cc-cookie-config {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 145px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  z-index: 999;
  line-height: 18px;
  font-size: 11px;
}

span#cc-cookie-config-header {
  display: block;
  paddding: 2px;
  /*font-weight:bold; font-size:13px; */
  text-align: center;
  cursor: pointer;
}

span#cc-cookie-config-header:hover {
  text-decoration: underline;
}

div#cc-cookie-config p {
  padding: 3px 8px 3px 8px;
  margin: 0;
}

div#cc-cookie-config a {
  color: white;
}

form#cc-cookie-config-form {
  padding: 0 2px 2px 4px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0 !important;
}

form#cc-cookie-config-form input {
  margin: 5px;
}

form#cc-cookie-config-form input[type="radio"] {
  width: 20px !important;
  background: none !important;
  border: none !important;
  margin-top: 2px;
}

a#cc-cookie-config-information {
  text-decoration: underline;
  text-align: center;
}

#more-info {
  cursor: pointer;
}

#info-pannel {
  display: none;
  width: 420px;
  margin: 4px auto;
  padding: 4px;
  text-align: left;
}

.cc-cookies.hidden {
  display: none;
}

.cookie-social-sharing-message {
  background: url("img/cookieless_sharing.jpg") no-repeat 0 4px transparent;
  margin: 30px 0 10px;
  padding: 5px 5px 5px 230px;
  color: #CACACA;
  font-size: 11px;
  border: 1px dashed #CACACA;
}



table.zebra-table {
  width: 100%;

  border: 1px solid #eef5e4;
}

table.zebra-table thead th, table.zebra-table tbody td {
  padding: 5px 10px;
  width: 50%;
}

table.zebra-table thead th {
  color: white;
  background: #85AF3C;
}

table.zebra-table tbody td {
  background: white;
}

table.zebra-table tbody tr:nth-child(even) td {
  background: #eef5e4;
}