@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic,400italic&subset=latin,cyrillic-ext);
.btn {
  padding: 15px;
  box-shadow: 0;
  border: none;
  outline: none !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}
.btn-default {
  background: #25358e;
  border-bottom: 2px solid #000c4d;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-default:hover {
  background: #172884;
  border-bottom: 2px solid #000c4d;
  color: #fff;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus {
  background: #001274;
  border-top: 2px solid #000c4d;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.btn-primary {
  background: #fcb131;
  border-bottom: 2px solid #c28214;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
  background: #e8a534;
  border-bottom: 2px solid #c28214;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
  background: #dc9722;
  border-top: 2px solid #c28214;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.btn-success {
  background: #5cb85c;
  border-bottom: 2px solid #308032;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover {
  background: #47a447;
  border-bottom: 2px solid #308032;
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.btn-success:focus {
  background: #379338;
  border-top: 2px solid #308032;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.form-control {
  background: #fafafa;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 13px;
  padding: 10px 6px 10px 6px;
  height: 38px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 12px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form label.error {
  color: #ff0000;
}
.form-actions {
  background: #fafafa;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  border-top: 1px solid #cecece;
}
.form-actions .btn {
  min-width: 240px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
}
.block-content h1,
.block-content-wygwam h1,
.block-content h2,
.block-content-wygwam h2,
.block-content h3,
.block-content-wygwam h3,
.block-content h4,
.block-content-wygwam h4,
.block-content h5,
.block-content-wygwam h5,
.block-content h6,
.block-content-wygwam h6,
.block-content .h1,
.block-content-wygwam .h1,
.block-content .h2,
.block-content-wygwam .h2,
.block-content .h3,
.block-content-wygwam .h3,
.block-content .h4,
.block-content-wygwam .h4,
.block-content .h5,
.block-content-wygwam .h5,
.block-content .h6,
.block-content-wygwam .h6 {
  margin: 24px 0 4px 0;
}
.block-content h1,
.block-content-wygwam h1 {
  font-size: 30px;
  font-weight: 700;
}
.block-content h2,
.block-content-wygwam h2 {
  font-size: 26px;
  font-weight: 700;
}
.block-content h3,
.block-content-wygwam h3 {
  font-size: 22px;
  font-weight: 700;
}
.block-content h4,
.block-content-wygwam h4 {
  font-size: 18px;
  font-weight: 700;
}
.block-content h5,
.block-content-wygwam h5 {
  font-size: 16px;
  font-weight: 700;
}
.block-content h6,
.block-content-wygwam h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-content .lead,
.block-content-wygwam .lead {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
}
.block-content p,
.block-content-wygwam p {
  line-height: 1.8;
}
.block-content blockquote,
.block-content-wygwam blockquote {
  border-left: 3px solid #25358e;
  padding: 5px 25px;
  margin: 20px 0;
  font-weight: 300;
  font-style: italic;
  line-height: inherit;
  font-size: 18px;
}
.block-content blockquote footer,
.block-content-wygwam blockquote footer,
.block-content blockquote strong,
.block-content-wygwam blockquote strong {
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.block-content ul,
.block-content-wygwam ul,
.block-content ol,
.block-content-wygwam ol {
  padding: 0;
  margin: 20px 0 20px 15px;
}
.block-content ul li,
.block-content-wygwam ul li,
.block-content ol li,
.block-content-wygwam ol li {
  margin: 0 0 6px 0;
}
.block-content a,
.block-content-wygwam a {
  text-decoration: underline;
}
.block-content a:hover,
.block-content-wygwam a:hover {
  text-decoration: none;
}
.block-content table,
.block-content-wygwam table {
  background: #fff;
}
.block-content .table thead th,
.block-content-wygwam .table thead th {
  background: #25358e;
  color: #fff;
}
.block-content-wygwam {
  font: normal 14px/1.65 "Open Sans", sans-serif;
  padding: 10px;
}
body#totalcareparking {
  font: normal 14px/1.65 "Open Sans", sans-serif;
  background: #333;
}
#header {
  background: #fff;
}
#header .navbar-desktop {
  border: none;
  background: #fff url(../img/navbar.png) bottom left repeat-x;
}
#header .navbar-desktop .navbar-header .navbar-brand {
  height: 90px;
  margin: 0;
  padding: 15px 5px;
}
#header .navbar-desktop .navbar-header .navbar-lang {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  border-radius: 3px;
}
#header .navbar-desktop .navbar-top {
  float: right;
  padding: 5px 15px 0 15px;
}
#header .navbar-desktop .navbar-top .navbar-topnav {
  list-style: none;
  text-align: right;
  margin: 4px 0 6px 0;
}
#header .navbar-desktop .navbar-top .navbar-topnav li {
  display: inline-block;
  margin: 0 0 0 10px;
}
#header .navbar-desktop .navbar-top .navbar-topnav li a {
  color: #333;
  font-size: 13px;
  outline: none;
}
#header .navbar-desktop .navbar-top .navbar-topnav li a:hover {
  color: #333;
  text-decoration: underline;
}
#header .navbar-desktop .navbar-top .helpdesk {
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #666;
  background: transparent url(../img/icon-helpdesk.png) left center no-repeat;
}
#header .navbar-desktop .navbar-top .helpdesk a {
  color: #666;
}
#header .navbar-desktop .navbar-top .helpdesk a:hover {
  color: #666;
  text-decoration: none;
}
#header .navbar-desktop .navbar-top .helpdesk span {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0 5px 0 30px;
  display: block;
}
#header .navbar-desktop .navbar-top .social {
  list-style: none;
  float: right;
  margin: 0;
  padding: 4px 0 0 15px;
  display: none !important;
}
#header .navbar-desktop .navbar-top .social li {
  margin: 0 0 0 6px;
  display: inline-block;
}
#header .navbar-desktop .navbar-top .social li a {
  display: block;
  width: 32px;
  height: 32px;
}
#header .navbar-desktop .navbar-top .social li.facebook a {
  background: transparent url(../img/icon-facebook.png) center center no-repeat;
}
#header .navbar-desktop .navbar-top .social li.twitter a {
  background: transparent url(../img/icon-twitter.png) center center no-repeat;
}
#header .navbar-desktop .vbps {
  float: right;
  margin: 2px 0 0 0;
  display: none !important;
}
#header .navbar-desktop .navbar-collapse {
  background: #25358e;
}
#header .navbar-desktop .navbar-nav li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  padding: 15px 10px;
}
#header .navbar-desktop .navbar-nav li.active a {
  color: #fcb131;
  background: none;
}
#header .navbar-desktop .navbar-lang {
  margin: 6px 0 0 0;
  padding: 7px 10px 6px 5px;
  list-style: none;
}
#header .navbar-desktop .navbar-lang li {
  display: inline-block;
  margin: 0 0 0 3px;
}
#header .navbar-desktop .navbar-lang li a {
  display: block;
  width: 24px;
  height: 24px;
}
#header .navbar-desktop .navbar-lang li.nl a {
  background: transparent url(../img/flags/nl.png) 0 0 no-repeat;
}
#header .navbar-desktop .navbar-lang li.en a {
  background: transparent url(../img/flags/gb.png) 0 0 no-repeat;
}
#header .navbar-desktop .navbar-lang li.de a {
  background: transparent url(../img/flags/de.png) 0 0 no-repeat;
}
#header .navbar-desktop .navbar-lang li a span {
  display: none;
}
#header .navbar-mobile {
  margin: 0;
  padding: 0 0 15px 0;
  border-radius: 0;
}
#header .navbar-mobile.navbar {
  min-height: 80px;
}
#header .navbar-mobile .navbar-header {
  display: block;
  width: 100%;
}
#header .navbar-mobile .navbar-header .navbar-brand {
  padding: 5px 0;
  margin: 0;
  height: auto;
}
#header .navbar-mobile .navbar-header .helpdesk {
  display: block;
  float: right;
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 12px;
  color: #666;
  background: transparent url(../img/icon-helpdesk.png) left center no-repeat;
}
#header .navbar-mobile .navbar-header .helpdesk a {
  color: #666;
}
#header .navbar-mobile .navbar-header .helpdesk a:hover {
  color: #666;
  text-decoration: none;
}
#header .navbar-mobile .navbar-header .helpdesk span {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0 5px 0 30px;
  display: block;
}
#header .navbar-mobile .navbar-header .social {
  list-style: none;
  float: right;
  margin: 10px 10px 0 0;
  padding: 0 0 0 15px;
  display: none !important;
}
#header .navbar-mobile .navbar-header .social li {
  margin: 0 0 0 6px;
  display: inline-block;
}
#header .navbar-mobile .navbar-header .social li a {
  display: block;
  width: 32px;
  height: 32px;
}
#header .navbar-mobile .navbar-header .social li.facebook a {
  background: transparent url(../img/icon-facebook.png) center center no-repeat;
}
#header .navbar-mobile .navbar-header .social li.twitter a {
  background: transparent url(../img/icon-twitter.png) center center no-repeat;
}
#header .navbar-mobile .navbar-controls {
  display: block;
  margin: 0;
  padding: 4px 15px;
  background: #25358e;
  border: 1px solid #001274;
  border-bottom: none;
  border-radius: 3px;
}
#header .navbar-mobile .navbar-controls .navbar-toggle {
  border: none;
  padding: 10px;
  display: inline-block;
  float: left;
  background: #fcb131;
  border-bottom: 2px solid #c28214;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
#header .navbar-mobile .navbar-controls .navbar-toggle:hover {
  background: #e8a534;
  border-bottom: 2px solid #c28214;
  color: #fff;
}
#header .navbar-mobile .navbar-controls .navbar-toggle:active,
#header .navbar-mobile .navbar-controls .navbar-toggle.active,
#header .navbar-mobile .navbar-controls .navbar-toggle:focus {
  background: #dc9722;
  border-top: 2px solid #c28214;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
}
#header .navbar-mobile .navbar-controls .navbar-toggle .icon-bar {
  background: #fff;
}
#header .navbar-mobile .navbar-controls .navbar-label {
  color: #fff;
  line-height: 52px;
}
#header .navbar-mobile .navbar-controls .navbar-lang {
  margin: 2px 0 0 0;
  padding: 10px 0 6px 0;
  list-style: none;
  float: right;
}
#header .navbar-mobile .navbar-controls .navbar-lang li {
  display: inline-block;
  margin: 0 0 0 6px;
}
#header .navbar-mobile .navbar-controls .navbar-lang li a {
  display: block;
  width: 24px;
  height: 24px;
}
#header .navbar-mobile .navbar-controls .navbar-lang li.nl a {
  background: transparent url(../img/flags/nl.png) 0 0 no-repeat;
}
#header .navbar-mobile .navbar-controls .navbar-lang li.en a {
  background: transparent url(../img/flags/gb.png) 0 0 no-repeat;
}
#header .navbar-mobile .navbar-controls .navbar-lang li.de a {
  background: transparent url(../img/flags/de.png) 0 0 no-repeat;
}
#header .navbar-mobile .navbar-controls .navbar-lang li a span {
  display: none;
}
#header .navbar-mobile .navbar-collapse {
  background: #001274;
  border: none;
  border-radius: 0 0 3px 3px;
  margin: -3px 0 0 0;
  box-shadow: 0 0 3px #000 inset;
  max-height: 340px;
  overflow-x: visible;
  overflow-y: scroll !important;
}
#header .navbar-mobile .navbar-collapse.collapse {
  display: none !important;
}
#header .navbar-mobile .collapse.in {
  display: block !important;
}
#header .navbar-mobile .nav {
  float: none !important;
}
#header .navbar-mobile .nav > li {
  display: block;
  float: none;
}
#header .navbar-mobile .nav > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#header .navbar-mobile .nav > li.active > a,
#header .navbar-mobile .nav > li.parent-active > a {
  color: #fcb131;
  background: none;
}
#header .navbar-mobile .nav > li > ul {
  margin: 6px 0;
  padding: 0 0 0 30px;
  list-style: none;
}
#header .navbar-mobile .nav > li > ul > li {
  margin: 0 0 6px 0;
  padding: 0;
}
#header .navbar-mobile .nav > li > ul > li > a {
  color: #fff;
  display: block;
  padding: 6px 0 6px 0;
}
#hero-unit {
  margin: 140px 0 0 0;
  background: #ccc url(../img/hero-unit.jpg) top center no-repeat;
  background-size: cover;
}
#hero-unit .container {
  position: relative;
  min-height: 440px;
}
#hero-unit .container .block-book-now {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}
#hero-unit .container .block-book-now .block-title {
  background: #31adfc;
  padding: 6px 40px;
  display: inline-block;
  margin: 0 0 10px 0;
}
#hero-unit .container .block-book-now .block-title strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
#hero-unit .container .block-book-now .block-content p {
  margin: 0;
}
#hero-unit .container .block-book-now .form {
  margin: 10px 0 0 0;
}
#hero-unit .container .block-book-now .form .container-fluid > .row {
  margin-bottom: 10px;
}
#hero-unit .container .block-book-now .form .container-fluid > .row div[class*="col-"] {
  margin: 0;
  padding: 0;
}
#hero-unit .container .block-book-now .form .container-fluid > .row div[class*="col-"]:first-child .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#hero-unit .container .block-book-now .form .container-fluid > .row div[class*="col-"]:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.homepage #hero-unit .container .block-book-now {
  padding: 70px 30px 30px;
  position: relative;
}
.homepage #hero-unit .container .block-book-now .block-title {
  position: absolute;
  left: -10px;
  top: 20px;
}
#hero-unit .page-title {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}
#hero-unit .page-title h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #000;
  font-size: 26px;
}
#hero-unit .page-title h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
#main {
  background: #f2f2f2;
}
body.static #main {
  margin: 140px 0 0 0;
}
#main .container > hr {
  border-color: #000;
  border-width: 2px 0 0 0;
  margin: 50px 0;
}
#main .block-breadcrumbs {
  margin: 15px 0 25px 0;
}
#main .block-breadcrumbs .block-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
#main .block-breadcrumbs .block-content ul li {
  display: inline-block;
  color: #666;
  font-size: 13px;
  margin: 0 6px 0 0;
}
#main .block-breadcrumbs .block-content ul li:after {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 8px;
  display: inline-block;
  margin: 0 0 0 6px;
  color: #aaa;
}
#main .block-breadcrumbs .block-content ul li.last:after {
  content: "";
}
#main .block-breadcrumbs .block-content ul li a {
  color: #666;
  text-decoration: none;
}
#main .block-breadcrumbs .block-content ul li a:hover {
  text-decoration: underline;
}
#main .block-page-text .figure {
  margin: 0 0 20px 0;
}
#main .block-page-text .block-title {
  margin: 0 0 10px 0;
}
#main .block-page-text .block-title h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
#main .block-page-text .block-title h2 {
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
.return #main .block-page-text {
  text-align: center;
  margin-top: 50px;
  background: #fff;
  border-bottom: 2px solid #e7e7e7;
  padding: 30px;
  position: relative;
}
.return #main .block-page-text:before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 120px;
  display: block;
  margin: 0 auto;
  color: #fcb131;
}
.return #main .block-page-text .block-content hr {
  margin: 30px 0;
}
.return #main .block-page-text .block-content p:last-child {
  margin: 0;
}
#main .block-sitemap .block-content ul ul {
  margin: 10px 0 8px 20px;
}
#main .block-booking-frame {
  margin: 15px 0 25px 0;
}
#main .block-booking-frame .frame {
  border: none;
}
#main .block-booking-frame .visible-xs .frame {
  height: 3800px;
}
#main .block-booking-frame .visible-sm .frame {
  height: 3800px;
}
#main .block-booking-frame .visible-md .frame {
  height: 1600px;
}
#main .block-booking-frame .visible-lg .frame {
  height: 1600px;
}
#main .block-booking-form {
  padding: 30px;
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #e7e7e7;
  margin: 30px 0;
}
#main .block-booking-form .block-content .form .fieldset {
  margin-bottom: 30px;
}
#main .block-booking-form .block-content .form .fieldset > legend {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
#main .block-booking-form .block-content .form .fieldset .buttons-set {
  margin-top: 30px;
  text-align: center;
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 20px 10px;
}
#main .block-booking-form .block-content .form .fieldset .buttons-set .btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
#main .block-booking-form .block-content .fieldset.totals {
  background: #efefef;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
#main .block-booking-form .block-content .fieldset.totals h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
#main .block-booking-form .block-content .fieldset.totals #pricerules {
  padding: 5px;
}
#main .block-booking-form .block-content .fieldset.totals #pricerules .table {
  background: none;
}
#main .block-booking-form .block-content .fieldset.totals #pricerules .table td {
  border: none;
}
#main .block-booking-form .block-content .fieldset.totals #pricerules .table td.totals {
  border-top: 2px solid #000;
  font-weight: 700;
}
#main .block-booking-form .block-content .block-section-three {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#main .block-usps {
  background: #25358e;
  margin: 20px 0;
  padding: 6px;
}
#main .block-usps .block-content {
  color: #fff;
  text-align: center;
}
#main .block-usps .block-content ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
#main .block-usps .block-content ul li {
  display: inline;
  font-size: 13px;
  line-height: inherit;
  margin: 0 0 0 12px;
  padding: 2px 0 2px 18px;
  background: transparent url(../img/usp-check.png) left center no-repeat;
}
#main .block-section {
  background: #fff;
  min-height: 390px;
  border-bottom: 2px solid #e7e7e7;
  margin: 0 0 50px 0;
}
#main .block-section .figure {
  margin: 0;
  position: relative;
}
#main .block-section .figure .caption {
  position: absolute;
  bottom: -15px;
  left: 25px;
  width: 78px;
  height: 78px;
  padding: 12px 0 0 0;
  background: #31adfc;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  border-radius: 46px;
}
#main .block-section .block-title {
  padding: 0 30px;
  margin: 30px 0 4px 0;
}
#main .block-section .block-title h2 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
#main .block-section .block-content {
  padding: 0 30px 10px 30px;
  min-height: 120px;
}
#main .block-section .actions {
  padding: 0 30px 20px 30px;
}
#main .block-benefits {
  margin: 0 0 50px 0;
}
#main .block-benefits .block-title {
  text-align: center;
  margin: 0 0 25px 0;
}
#main .block-benefits .block-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#main .block-benefits .benefit {
  background: #fff url(../img/benefit-check.png) left center no-repeat;
  border-bottom: 2px solid #e7e7e7;
  margin: 0 0 20px 0;
  padding: 25px 20px 25px 100px;
  min-height: 120px;
}
#main .block-benefits .benefit p:last-child {
  margin: 0;
}
#main .block-benefits .block-content .actions {
  text-align: center;
  margin: 10px 0 0 0;
}
#main .block-benefits .block-content .actions .btn {
  min-width: 300px;
}
#main .block-steps {
  margin: 0 0 50px 0;
}
#main .block-steps .block-title {
  text-align: center;
  margin: 0 0 35px 0;
}
#main .block-steps .block-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#main .block-steps .steps {
  background: transparent url(../img/line-steps.png) top center no-repeat;
  background-size: contain;
}
#main .block-steps .step {
  margin: 0 0 30px 0;
}
#main .block-steps .step .step-no {
  display: block;
  margin: 0 auto 20px auto;
  width: 68px;
  height: 68px;
  padding: 14px 0 0 0;
  background: #fcb131;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 34px;
}
#main .block-steps .step .step-text {
  padding: 0 20px;
  text-align: center;
}
#main .block-steps .block-content .actions {
  text-align: center;
  margin: 10px 0 0 0;
}
#main .block-steps .block-content .actions .btn {
  min-width: 300px;
}
#main .block-beoordelingen .block-content ul {
  list-style: none;
  margin: 20px 0;
}
#main .block-beoordelingen .block-content ul li {
  margin: 0 0 20px 0;
  padding: 0;
}
#main .block-beoordelingen blockquote footer {
  text-transform: capitalize;
}
#main .sidebar .block {
  background: #fff;
  border-bottom: 2px solid #e7e7e7;
  margin: 0 0 30px 0;
}
#main .sidebar .block .block-title {
  padding: 20px 20px 0 20px;
  margin: 0 0 6px 0;
  font-size: 18px;
}
#main .sidebar .block .block-content {
  padding: 0 20px 20px 20px;
  font-size: 13px;
}
#main .sidebar .block .block-content p:last-child {
  margin: 0;
}
#main .sidebar .block-subnav .block-content ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}
#main .sidebar .block-subnav .block-content ul li {
  margin: 14px 0 0 0;
}
#main .sidebar .block-subnav .block-content ul li.book-now {
  padding: 15px 0 0 0;
  border-top: 1px solid #e7e7e7;
}
#main .sidebar .block-subnav .block-content ul li a {
  text-decoration: underline;
  font-size: 14px;
}
#main .sidebar .block-book-now .form {
  margin: 10px 0 0 0;
}
#main .sidebar .block-book-now .form .container-fluid > .row {
  margin-bottom: 10px;
}
#main .sidebar .block-book-now .form .container-fluid > .row div[class*="col-"] {
  margin: 0;
  padding: 0;
}
#main .sidebar .block-book-now .form .container-fluid > .row div[class*="col-"]:first-child .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#main .sidebar .block-book-now .form .container-fluid > .row div[class*="col-"]:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#footer {
  color: #fff;
  background: #333;
  padding: 0;
}
.booking #footer {
  padding: 80px 0 0 0;
}
#footer .booking-form {
  background: #fff;
  padding: 10px 0;
  margin: 0 0 50px 0;
}
.booking #footer .booking-form {
  display: none;
}
#footer .social {
  list-style: none;
  margin: 15px 0;
}
#footer .social li {
  margin: 0 8px 0 0;
  display: inline-block;
}
#footer .social li a {
  display: block;
  width: 32px;
  height: 32px;
}
#footer .social li.facebook a {
  background: transparent url(../img/icon-facebook.png) center center no-repeat;
}
#footer .social li.twitter a {
  background: transparent url(../img/icon-twitter.png) center center no-repeat;
}
#footer .block-book-now-footer .form {
  margin: 10px 0 0 0;
}
#footer .block-book-now-footer .form label {
  color: #333;
  padding: 14px 0 0 0;
}
#footer .block-book-now-footer .form .container-fluid > .row {
  margin-bottom: 10px;
}
#footer .block-book-now-footer .form .container-fluid > .row div[class*="col-"] {
  margin: 0;
  padding: 0;
}
#footer .block-book-now-footer .form .container-fluid > .row div[class*="col-"]:first-child .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .block-book-now-footer .form .container-fluid > .row div[class*="col-"]:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#footer .block-footer-section {
  margin: 0 0 80px 0;
}
#footer .block-footer-section .block-title {
  margin: 0 0 20px 0;
}
#footer .block-footer-section .block-title strong {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .block-footer-section .block-content a {
  color: #fff;
  text-decoration: none;
}
#footer .block-footer-section .block-content .quicknav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .block-footer-section .block-content .quicknav li {
  margin: 0 0 15px 0;
}
#footer .block-footer-section .block-content .quicknav li a {
  color: #fff;
  text-decoration: none;
}
#footer .block-footer-section .block-content .quicknav li a:hover {
  text-decoration: underline;
}
#footer .footer-links {
  border-top: 1px solid #222;
  padding: 20px 0;
}
#footer .footer-links .block-footer-links .block-content {
  text-align: center;
}
#footer .footer-links .block-footer-links .block-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-links .block-footer-links .block-content ul li {
  display: inline-block;
  font-size: 13px;
  color: #ccc;
  margin: 0 10px;
}
#footer .footer-links .block-footer-links .block-content ul li:first-child {
  border: none;
  padding: 0;
}
#footer .footer-links .block-footer-links .block-content ul li a {
  color: #ccc;
  text-decoration: none;
}
#footer .footer-links .block-footer-links .block-content ul li a:hover {
  text-decoration: underline;
}
/* datepicker */
input.select-date {
  background-image: url(../img/datepicker.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer !important;
}
.datepicker.dropdown-menu {
  padding: 2px;
  background: #f5f5f5;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 240px;
}
.datepicker.dropdown-menu .datepicker-days table,
.datepicker.dropdown-menu .datepicker-months table,
.datepicker.dropdown-menu .datepicker-years table {
  width: 100%;
}
.datepicker thead {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
.datepicker thead th {
  font-weight: normal;
}
.datepicker tbody {
  background: #fff;
}
.datepicker td,
.datepicker th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  font-weight: 700;
  color: #333;
  background: none !important;
  background-color: none;
  background-image: none;
  border: none;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #fff;
  background: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
  box-shadow: 0 0 10px 3px #3276b1 inset;
  background: #428bca;
  border-color: #428bca;
  border-radius: 0;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active[disabled] {
  box-shadow: 0 0 10px 3px #3276b1 inset;
  background: #428bca;
  border-color: #428bca;
  border-radius: 0;
}
