/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* set font */
@font-face {
  font-family: 'Exo2 LI';
  src: url('/Content/fonts/Exo2.0-LightItalic-webfont.eot');
  src: url('/Content/fonts/Exo2.0-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Exo2.0-LightItalic-webfont.woff') format('woff'), url('/Content/fonts/Exo2.0-LightItalic-webfont.ttf') format('truetype'), url('/Content/fonts/Exo2.0-LightItalic-webfont.svg#exo_2.0light_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2 Medium';
  src: url('/Content/fonts/Exo2.0-Medium-webfont.eot');
  src: url('/Content/fonts/Exo2.0-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Exo2.0-Medium-webfont.woff') format('woff'), url('/Content/fonts/Exo2.0-Medium-webfont.ttf') format('truetype'), url('/Content/fonts/Exo2.0-Medium-webfont.svg#exo_2.0medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Set height on form input elements */
input,
select {
  height: 26px;
}
input[type=radio],
input[type=checkbox] {
  height: auto;
}
label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400;
}
/* styles for validation helpers */
.field-validation-error {
  color: #029dd9;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
.validation-summary-errors {
  color: #029dd9;
}
.validation-summary-valid {
  display: none;
}
.extrarowspacing {
  margin-bottom: 5px;
}
.badge {
  margin-left: 2px;
  background-color: #fcfdfd;
  color: #808080;
}
.dropdown-menu .badge {
  margin-left: 2px;
  background-color: #808080;
  color: #fcfdfd;
}
.k-ff {
  overflow: inherit !important;
}
/* ==========================================================================
   Globally Applied Styles
   ========================================================================== */
body {
  font-family: 'LatoRegular', sans-serif;
  color: $black;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 768px) {
  body {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 248px;
  }
}
html {
  position: relative;
  min-height: 100%;
  font-size: 100%;
}
a {
  color: #029dd9;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #029dd9;
  text-decoration: none;
}
strong {
  font-family: 'LatoBold', sans-serif;
}
i {
  font-family: 'LatoItalic', sans-serif;
}
h1,
.h1 {
  font-family: 'LatoBold', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #00516a;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.single h3 {
  margin: 0 0 1.4375rem;
  color: #b3b3b3;
  font-size: 1.25rem;
  line-height: 20px;
}
.single-slider {
  margin-top: 5px;
}
.single-slider .slick-prev,
.single-slider .slick-next {
  margin: 0;
  height: 40px;
  width: 40px;
  background: #fcfdfd;
  color: transparent;
  top: auto;
  bottom: 0;
}
.single-slider .slick-next {
  right: 0;
}
.single-slider .slick-prev {
  left: auto;
  right: 41px;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  line-height: 24px;
}
table.table_attention {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 60px;
}
table.table_attention .inner {
  padding: 0 1.25rem;
}
table.table_attention td {
  border: 1px solid #f1f1f1;
}
table.table_attention th {
  font-weight: normal;
}
table.table_attention thead {
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 16px;
  background-color: #f1f1f1;
}
table.table_attention thead tr th {
  padding: 0.75rem 0;
}
table.table_attention thead tr th .inner {
  border-right: 1px solid #fcfdfd;
}
table.table_attention thead tr th:first-child {
  border-top-left-radius: 2px;
}
table.table_attention thead tr th:last-child {
  border-top-right-radius: 2px;
}
table.table_attention thead tr th:last-child .inner {
  border: 0;
}
table.table_attention tbody tr {
  transition: background 0.4s ease;
}
table.table_attention tbody tr td {
  transition: all 0.4s ease;
  padding: 1.25rem 0;
}
table.table_attention tbody tr td .inner {
  border-right: 1px solid #fcfdfd;
}
table.table_attention tbody tr td:last-child .inner {
  border: 0;
}
table.table_attention tbody tr:hover {
  background: #00516a;
}
table.table_attention tbody tr.clickable:hover {
  cursor: pointer;
}
table.table_attention tbody tr:hover td {
  color: #fcfdfd;
  border-color: #00516a;
}
table.table_attention tfoot tr td {
  padding: 0.625rem 0;
  font-weight: normal;
}
table.table_attention tfoot tr {
  background: #fcfdfd;
}
table.table_attention tfoot tr td {
  border-color: #fcfdfd;
}
table.table_attention.small-only tbody tr:last-child {
  background: #fcfdfd;
}
table.table_attention.small-only tbody tr:last-child th {
  border-color: #fcfdfd;
}
table.table_collapse tfoot tr {
  background: #029dd9;
}
table.table_collapse tfoot tr td {
  border: 0;
  border-radius: 0 0 2px 2px;
}
table.table_collapse tfoot tr td .inner {
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fcfdfd;
}
table.table_collapse tfoot tr td .inner a {
  color: #fcfdfd;
}
table.table_collapse.small-only tbody tr:last-child {
  background: #029dd9;
}
table.table_collapse.small-only tbody tr:last-child th {
  border: 0;
  border-radius: 0 0 2px 2px;
}
table.table_collapse.small-only tbody tr:last-child th .inner {
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fcfdfd;
}
/* Buttons
   ========================================================================== */
.btn {
  height: auto;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #00516a;
  background-color: #fcfdfd;
  border: 1px solid transparent;
  outline: 0px none;
  border-radius: 0.3125em;
  transition: all 0.1s linear;
  text-align: center;
  box-shadow: 0px 1px 1px -1px #909297;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
/* Position the buttons within the panel for better alignment */
.panel-body .btn,
.panel-body .has-error .btn {
  display: inline-block;
  /*margin: 5px 0 0 0;

    @media only screen and (min-width: 1600px) {
        margin: 0;
    }*/
}
/* Default buttons styles */
.btn-default {
  color: #58666e;
  background-color: #fcfdfd;
  border-color: #cccccc;
  box-shadow: 0 1px 1px #555555;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #58666e;
  background-color: #f1f1f1;
  border-color: #cccccc;
  box-shadow: 0 1px 1px #555555;
}
/* Primary buttons styles */
.btn-primary {
  color: #fcfdfd;
  background-color: #029dd9;
  border-color: #029dd9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fcfdfd;
  background-color: #0092c8;
  border-color: #0092c8;
}
/* Info buttons styles */
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fcfdfd;
}
/* Succes buttons styles */
.btn-success {
  color: #fcfdfd;
  background-color: #44a146;
  border-color: #44a146 #44a146 #368138;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fcfdfd;
  background-color: #44a146;
  border-color: #44a146 #44a146 #368138;
}
/* Link buttons styles */
.btn-link {
  background-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
}
.k-input {
  font-size: 12px !important;
  line-height: 30px !important;
  height: auto !important;
  padding: 5px 10px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.k-state-default > .k-select {
  background-color: #fcfdfd !important;
  border-color: #fcfdfd !important;
}
.alert {
  padding: 10px 15px;
}
.panel .alert {
  margin-bottom: 0;
}
.alert-info {
  background-color: #d9edf7;
}
/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fcfdfd url("/Content/Klanten/Pijnacker_en_Nootdorp/images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  padding-right: 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;
}
@font-face {
  font-family: "slick";
  src: url("/Content/fonts/slick.eot");
  src: url("/Content/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/slick.woff") format("woff"), url("/Content/fonts/slick.ttf") format("truetype"), url("/Content/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-next:disabled:before,
.slick-prev:disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fcfdfd;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\2190';
}
[dir="rtl"] .slick-prev:before {
  content: '\2192';
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\2192';
}
[dir="rtl"] .slick-next:before {
  content: '\2190';
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #00516a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #00516a;
  opacity: 0.75;
}
/* Panels
   ========================================================================== */
.read-more {
  display: inline-block;
  padding-left: 0.875rem;
  text-transform: uppercase;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 16px;
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/Triangle-right.png');
  background-repeat: no-repeat;
  background-position-y: 2px;
}
.read-more.white {
  color: #fcfdfd;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAdpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0NzlGQjlFODZDMzExRTRCRTA3OTkxQTVCOUEzNDA4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0NzlGQjlEODZDMzExRTRCRTA3OTkxQTVCOUEzNDA4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZTIyNjFjYi04NjdlLWQwNDYtYTI0ZC00OGE4MTJiODY3NjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzU2RUU0QzYzQTIwNjgxMTgyMkFGNzk2MDE2QkVGNDYiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5odnMtc3BvcnRzdGFkLXV0cmVjaHQtc2l0ZS12MS1ob21lPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LnvPHAAAAPUlEQVR42mL4DwHlDMjgPwKUYxOES7AwoIIOoAQDI0gaTeI9E7oAEIchm/kOiF2QLUIIQAXvoggAAUCAAQD1iU1oV/lPNwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position-y: 2px;
}
.map-block {
  max-height: 207px;
  overflow: hidden;
  min-height: 163px;
}
.map-block figure {
  position: relative;
  margin: 0;
}
.map-block figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1.75rem 1.125rem 2.125rem;
  z-index: 2;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #00516a;
}
@media only screen and (max-width: 40em) {
  .map-block figcaption {
    font-size: 1.25rem;
    line-height: 20px;
  }
}
.map-block figcaption .button {
  display: block;
  float: left;
  margin-top: 41px;
  width: 200px;
}
@media only screen and (max-width: 40em) {
  .map-block figcaption .button {
    margin-top: 20px;
  }
}
.map-block img {
  position: relative;
  width: 100%;
  display: block;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.panel-red {
  background-color: #029dd9;
}
.panel-red > .panel-body {
  color: #fcfdfd;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f1f1f1;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-filter > .panel-heading {
  background-color: #029dd9;
  padding: 10px 15px;
  color: #fcfdfd;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .panel-filter > .panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.panel-filter > .panel-heading a {
  color: #fcfdfd;
  font-weight: bold;
}
.panel-title {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}
.panel-filter > .panel-body {
  padding: 20px;
}
.panel-filterfield {
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel-filterfield .panel-heading {
  padding: 0 0 10px 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-weight: bold;
}
.panel-filterfield .panel-body {
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.advanced-search-link {
  margin-top: 10px;
  float: right;
}
.panel-group {
  margin-bottom: 0;
}
.row-no-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.row .row {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}
.member-area {
  background: #029dd9;
  padding: 1.875rem 1.125rem 2.125rem;
  color: #fcfdfd;
}
.member-area h2 {
  margin: 0 0 1rem;
  font-size: 1.5625rem;
  text-transform: uppercase;
  color: #fcfdfd;
  line-height: 30px;
}
.member-area p {
  margin-bottom: 0.9375rem;
}
.member-area .read-more {
  color: #fcfdfd;
}
.member-area .button {
  margin-bottom: 0;
  width: 200px;
}
.member-area .login-link {
  padding: .75rem 1rem;
  font-size: .9375rem;
  line-height: 16px;
  height: 40px;
  width: 100px;
  background-position-y: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 390px) {
  .member-area .login-link {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .member-area .login-link {
    margin-left: 40px;
  }
}
.calendar-wrap {
  margin-top: 4px;
  background: #fcfdfd;
  position: relative;
  z-index: 2;
}
.calendar-shadow {
  height: 22px;
  background: url('/Content/Klanten/Pijnacker_en_Nootdorp/images/calendar-bg.png') no-repeat top left;
  background-size: 100%;
}
.calendar-intro {
  padding: 1.375rem 0.625rem 1.625rem;
  background-color: #029dd9;
  color: #fcfdfd;
  height: 150px;
}
.calendar-intro h2 {
  font-size: 1.5625rem;
  margin: 0 0 0.25rem;
  color: inherit;
}
.calendar-intro p {
  margin-bottom: 0.875rem;
}
.calendar-slider {
  margin: 0;
  height: 150px;
}
.calendar-slider .event {
  padding: 0 0.625rem;
  border-right: 1px solid #d1d1d1;
}
.calendar-slider .event p {
  line-height: 24px;
  min-height: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .calendar-slider .event p {
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 0;
  }
}
.calendar-slider div.slick-active:nth-child(4) {
  border-right: 0;
}
.calendar-slider div.slick-active:last-of-type {
  border-right: 0;
}
.calendar-slider .event-date {
  margin-bottom: 0.625rem;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 21px;
  color: #029dd9;
  text-transform: uppercase;
}
.calendar-slider .slick-track {
  padding: 1.5625rem 0 0 0;
}
.calendar-slider .slick-list,
.calendar-slider .slick-track {
  height: 100%;
  background-color: #fcfdfd;
}
.calendar-slider .slick-prev,
.calendar-slider .slick-next {
  margin: 0;
  height: 40px;
  width: 40px;
  background: #00516a;
  color: transparent;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .calendar-slider .slick-prev,
  .calendar-slider .slick-next {
    top: -40px;
    bottom: auto;
  }
}
.pager .slick-prev,
.pager .slick-next {
  margin: 0;
  height: 40px;
  width: 40px;
  background: #00516a;
  color: transparent;
  top: auto;
  position: relative;
  display: inline;
  float: left;
}
.calendar-slider .slick-next {
  right: 0;
}
.calendar-slider .slick-prev {
  left: auto;
  right: 41px;
}
.calendar .col-md-3 {
  width: 20.5%;
}
.calendar .col-md-9 {
  width: 79.5%;
}
button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #029dd9;
  border-color: #00516a;
  color: #fcfdfd;
  transition: background-color 300ms ease-out;
}
button.radius,
.button.radius {
  border-radius: 2px;
}
.tags-list li {
  display: inline-block;
  padding: 5px 3px;
}
.tags-list li .button {
  margin: 0;
}
.button_black {
  background-color: #00516a;
}
.button_black:hover {
  background-color: #00516a !important;
}
.button {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  line-height: 16px;
}
.button_light {
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
  background-color: #f1f1f1;
  color: #00516a;
  font-size: 0.875rem;
}
.button_light:hover {
  background-color: #cccccc;
  color: #00516a !important;
}
.years-limit {
  position: relative;
  width: 130px;
  height: 130px;
  padding: 20px 0 25px;
  margin: 0 0 0 auto;
  background-color: #00516a;
  color: #fcfdfd;
  font-family: "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
}
.years-limit div {
  text-align: center;
}
.years-limit .years {
  font-size: 2.1875rem;
}
.years-limit .years span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
}
.carousel {
  margin-bottom: 20px;
}
.banner {
  position: relative;
  width: 100%;
  margin: 32.5px 0;
  text-align: center;
  height: auto;
  background-size: cover;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .banner {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    width: 1140px;
  }
}
.banner-mask {
  background: #fcfdfd;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 100%;
  padding: 0 35px;
  border-radius: 4px;
}
.banner h1 {
  margin: 0;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .banner h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .banner h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner h1 {
    font-size: 35px;
  }
}
.container .jumbotron {
  border-radius: 0;
}
.container {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0 10px;
}
.breadcrumb {
  padding-left: 0px;
  padding-top: 15px;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-family: 'Lato';
}
.breadcrumb > li + li:before {
  content: "\\" !important;
}
.breadcrumb li.active,
.breadcrumb a {
  color: #b3b3b3;
  text-transform: capitalize;
  font-size: 14px;
}
.breadcrumb > li > a > svg {
  float: left;
  display: none;
  height: 18px;
  width: 18px;
  margin: 0 6px 0 0;
  fill: #029dd9;
}
.main h1 {
  font-size: 2.1875rem;
  line-height: 30px;
}
.nieuws-item {
  padding-bottom: 30px;
}
.nieuws-item .meta-author,
.nieuws-item .meta-date {
  width: 100%;
  clear: both;
  float: left;
  color: #b3b3b3;
  font-size: 14px;
}
.nieuws-item .meta-author {
  margin-bottom: 1em;
}
footer {
  width: 100%;
  color: #fcfdfd;
}
@media only screen and (min-width: 768px) {
  footer {
    position: absolute;
  }
}
footer .container {
  padding: 45px;
  background-color: #f1f1f1;
}
footer h4 {
  margin: 0.125rem 0 0.125rem;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #029dd9;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
footer a,
footer a:hover {
  line-height: 22px;
  color: #00516a;
}
footer svg {
  width: 200px;
}
footer .logo svg {
  max-height: 40px;
  max-width: 300px;
  fill: #029dd9;
}
ul.no-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.no-bullet li {
  list-style: none;
  line-height: 1.6;
}
.links {
  margin-top: 15px;
}
.links > a {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #029dd9;
  border-radius: 50%;
  margin-right: 5px;
  padding-top: 12px;
}
.links > a.twitter:hover {
  background-color: #55acee;
}
.links > a.facebook:hover {
  background-color: #3b5998;
}
.links > a.linkedin:hover {
  background-color: #007bb6;
}
.links > a.googleplus:hover {
  background-color: #dd4b39;
}
.links > a svg {
  display: inline-block;
  max-width: 18px;
  max-height: 18px;
  fill: #fcfdfd;
}
#social-bar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon.icon_social.black.icon_fb {
  background-position: 0 0 !important;
}
.icon.icon_social.black {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite-black.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: cover !important;
  margin-top: 7px;
  display: block;
}
.icon.icon_social.icon_fb {
  background-position: -40px 0 !important;
}
.svg .icon_social {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite.svg") no-repeat 0 0;
}
.icon.icon_social {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite.png") no-repeat 0 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon_black_fb {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/Styles/icons/social-sprite-black.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: cover !important;
  margin-top: 7px;
  display: block;
  background-position: -40px 0 !important;
}
@media only screen and (min-width: 768px) {
  .sportaanbieder:hover {
    background-color: #029dd9;
    color: #fcfdfd;
    cursor: pointer;
  }
  .sportaanbieder:hover .sportaanbieder-meta ul li svg {
    fill: #fcfdfd;
  }
  .sportaanbieder:hover h3.sportaanbieder-title,
  .sportaanbieder:hover .sportaanbieder-details,
  .sportaanbieder:hover .sportaanbieder-meta {
    color: #fcfdfd;
  }
}
.sportaanbieder-details {
  color: #00516a;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .sportaanbieder-details {
    padding: 10px 10px;
  }
}
.sportaanbieder-details div {
  height: 90px;
  max-height: 90px;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 24px;
}
.sportaanbieder-meta {
  padding: 10px 20px 0 10px;
  color: #00516a;
}
@media only screen and (max-width: 992px) {
  .sportaanbieder-meta {
    margin-left: 30px;
  }
}
h3.sportaanbieder-title {
  margin-top: 0;
  color: #029dd9;
  transition: all 0.1s linear;
  font-size: 19px;
  line-height: 20px;
}
.sportaanbieder-meta ul {
  list-style: none;
}
.sportaanbieder-meta ul li {
  position: relative;
}
.sportaanbieder-meta ul li svg {
  width: 24px;
  height: 24px;
  fill: #fcfdfd;
  position: absolute;
  left: -2.14285714em;
  top: -2.9px;
  transition: all 0.1s linear;
  background: #00516a;
  padding: 5px;
  border-radius: 50%;
}
.also h2 {
  color: #cccccc;
  font-size: 25px;
}
.also-list li {
  list-style: none;
}
.also-list li figure {
  margin: 0;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.also-list li figure figcaption {
  margin: 0;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  width: 170px;
  padding: 15px 0 5px 0;
  color: #00516a;
}
.panel-heading {
  padding-left: 0px;
}
.panel-body {
  padding-left: 0px;
}
.panel-heading .toggle:after {
  width: 20px;
  font: normal normal normal 12px/17px FontAwesome;
  content: "\f078";
  float: left;
  color: #00516a;
}
.panel-heading .toggle.collapsed:after {
  content: "\f054";
  color: #00516a;
}
/* Forms
   ========================================================================== */
.form-control {
  height: 34px;
  padding: 6px 0 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fcfdfd;
  border: 1px solid #cccccc;
  border-color: #cccccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus,
.k-dropdown-wrap.k-state-focused {
  box-shadow: none !important;
  outline: none !important;
}
.checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
.radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type=radio].custom-radio:checked + .icons .icon-checked,
.radio input[type=radio].custom-radio:checked + .icons .icon-checked {
  color: #1abc9c;
  filter: none;
  opacity: 1;
}
/* Pagination
   ========================================================================== */
.pagination {
  margin: 0 0 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  font-family: 'LatoBold', sans-serif;
  color: #029dd9;
  background-color: #fcfdfd;
  border: 0;
  margin-left: 0px;
  margin-right: 3px;
  border-radius: 4px;
}
.pagination > li > a:hover {
  color: #029dd9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #029dd9;
  border-color: #029dd9;
}
.result-options {
  margin-bottom: 10px;
}
.sportaanbieder {
  transition: all 0.1s linear;
  margin-bottom: 15px;
  min-height: 188px;
}
#lijstResultaten img {
  width: 100%;
  margin: 6px;
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  #lijstResultaten img {
    width: 50%;
  }
}
figure.highlighted {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  text-align: center;
  cursor: pointer;
  background: #029dd9;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  figure.highlighted {
    background: #fcfdfd;
  }
}
figure.highlighted img {
  width: 100%;
}
figure.highlighted figcaption {
  padding: 2em;
  color: #fcfdfd;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.highlighted figcaption::before,
figure.highlighted figcaption::after {
  pointer-events: none;
}
figure.highlighted .icon {
  position: absolute;
  z-index: 11;
  padding: 8px 0;
  color: #fcfdfd;
  font-size: 30px;
  height: 60px;
  width: 60px;
  background-color: #029dd9;
  display: block;
  top: 10px;
  border-radius: 50%;
  right: 10px;
  text-align: center;
}
figure.highlighted img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.highlighted img,
figure.highlighted h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.highlighted h2,
figure.highlighted p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  word-spacing: -0.15em;
  font-weight: 300;
  width: 100%;
  z-index: 11;
}
figure.highlighted h2 span {
  font-weight: 800;
}
figure.highlighted p {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
figure.highlighted figcaption,
figure.highlighted figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.highlighted figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.highlighted:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
figure.highlighted:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
figure.highlighted:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
div.pager a {
  color: #00516a !important;
  background: #fcfdfd !important;
  border: 0 !important;
  margin-left: 0 !important;
  margin-right: 3px !important;
  border-radius: 0 !important;
  position: relative !important;
  float: left !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  text-decoration: none !important;
  filter: none !important;
  background-image: none !important;
  margin: 0 !important;
}
div.pager a.selected,
div.pager a.selected:hover,
div.pager a.selected:active {
  background-color: #00516a !important;
  color: #fcfdfd !important;
}
.detail-line {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.activiteiten-data {
  max-height: 200px;
  overflow-y: auto;
}
.follow-us-sportaabieder {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.follow-us-thumb {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  background-color: #00516a;
  margin-right: 9px;
}
.follow-us-thumb img {
  width: 80px;
  height: 80px;
}
.follow-us-content h3 {
  font-size: 17px;
  font-weight: bold;
}
.follow-us-buttons .twitter-follow-button,
.follow-us-buttons .fb-like {
  float: left;
  margin-right: 10px;
}
.errorPageStatus {
  font-style: italic;
  font-size: 70%;
  color: #808080;
}
.builddate {
  margin-top: 30px;
  margin-bottom: 30px;
}
.quick-search > .panel-body {
  padding: 15px;
}
.quick-search .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quick-search .form-control {
  height: 35px;
  border: 0;
}
.quick-search .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}
.gegevens-panel .row {
  padding-bottom: 15px;
}
.main-slider-wrap {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
.main-slider {
  padding: 0;
  margin: 0;
}
.main-slider li {
  position: relative;
}
.main-slider li img {
  width: 100%;
}
.main-slide-caption {
  padding: 1.25rem;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48.051%;
  background-color: #fcfdfd;
  border-radius: 2px;
  z-index: 3;
}
.main-slide-caption p {
  margin-bottom: 12px;
}
.main-slide-title {
  margin-bottom: 10px;
  font: 35px/30px "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.marker-slider {
  position: absolute;
  top: 10px;
  max-width: 95%;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 7px 0px #00516a;
  -moz-box-shadow: 1px 1px 7px 0px #00516a;
  box-shadow: 1px 1px 7px 0px #00516a;
}
.marker-slider .location {
  padding: 0.3125rem 1.25rem;
  border-right: 1px solid #d1d1d1;
}
.marker-slider .location.current .marker-title,
.marker-slider .location.slick-center .marker-title {
  color: #029dd9;
}
.marker-slider .location.current .marker-address,
.marker-slider .location.slick-center .marker-address {
  color: #00516a;
}
.marker-slider .marker-address,
.marker-slider .marker-title {
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.marker-slider .marker-title {
  margin-bottom: 8px;
  font-family: "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  color: #b3b3b3;
}
.marker-slider .marker-address {
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 15px;
  color: #b3b3b3;
}
.marker-slider div.slick-active:nth-child(2) {
  border-right: 0;
}
.marker-slider div.slick-active:last-of-type {
  border-right: 0;
}
.marker-slider .slick-track {
  padding: 0.625rem 0;
}
.marker-slider .slick-list {
  background-color: #fcfdfd;
}
.marker-slider .slick-list,
.marker-slider .slick-track {
  height: 100%;
}
.marker-slider .slick-prev,
.marker-slider .slick-next {
  margin: 0;
  height: 40px;
  width: 40px;
  background: #00516a;
  color: transparent;
  top: auto;
  bottom: 0;
}
.marker-slider .slick-next {
  right: 0;
}
.marker-slider .slick-prev {
  left: auto;
  right: 41px;
}
.main-slider-nav div.slick-slide {
  float: left;
  height: 100%;
  padding: 0.625rem 0;
  cursor: pointer;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 15px;
  text-transform: uppercase;
}
main-slider-nav div.slick-slide.current .inner {
  border-right: 0 !important;
}
.main-slider-nav div.slick-slide .inner {
  padding: 0.25rem 0.9375rem;
  height: 100%;
  border-right: 1px solid #d1d1d1;
}
.themes-slider {
  margin: 30px auto 0 auto;
}
.themes-slider .slick-slide img {
  width: 100%;
  display: block;
}
.themes-slider .slick-prev,
.themes-slider .slick-next {
  margin: 0;
  height: 40px;
  width: 40px;
  background: #fcfdfd;
  color: transparent;
}
.themes-slider .slick-next {
  right: 60px;
}
.themes-slider .slick-prev {
  left: 60px;
}
.themes-slider .slick-dots {
  top: -35px;
  bottom: auto;
  max-width: 72.5rem;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
}
.themes-slider .slick-dots li {
  margin: 0;
}
.themes-slider .slick-dots li button {
  padding: 0px;
}
.themes-slider .slick-dots li button:before {
  font-size: 0.625rem;
  color: #cccccc;
  opacity: 1;
}
.themes-slider .slick-dots li.slick-active button:before {
  color: #029dd9;
}
.theme {
  color: #fcfdfd;
}
.theme:hover {
  color: #fcfdfd;
}
.theme figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.theme i.icon {
  margin-bottom: 10px;
}
.theme p {
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .theme p {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .theme p {
    font-size: 0.8rem;
    line-height: 14px;
  }
}
.theme figure figcaption {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .theme figure figcaption {
    top: 38%;
  }
}
@media only screen and (max-width: 680px) {
  .theme figure figcaption {
    top: 30%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .theme figure figcaption {
    top: 20%;
  }
}
.custom-arrows .slick-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 12px;
}
.custom-arrows .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 12px;
}
.custom-arrows.white-arrows .slick-prev:before {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/arrows-sprite.png") no-repeat 0 -22px;
}
.custom-arrows.white-arrows .slick-next:before {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/arrows-sprite.png") no-repeat -24px -22px;
}
.custom-arrows.dark-arrows .slick-prev:before {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/arrows-sprite.png") no-repeat 0 1px;
}
.custom-arrows.dark-arrows .slick-next:before {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/arrows-sprite.png") no-repeat -24px 1px;
}
@media only screen and (min-width: 64.063em) {
  .main-slider-wrap {
    position: absolute;
    padding-top: 35px;
  }
  .main-slider-wrap .large-8 {
    width: 67.2%;
    padding-right: 0;
  }
  .main-slider-wrap .large-4 {
    width: 32.8%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .marker-slider {
    height: 90px;
  }
}
/**
     GROTE SLIDER HOME 
*/
/**

*/
.hero {
  position: relative;
}
.hero .col-lg-8 {
  height: 426px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 663px) {
  .hero .col-lg-8 {
    height: auto;
    margin-bottom: 0;
  }
}
.main-slider-wrap {
  position: relative;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
.hero-bg-wrap {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-right: -15px;
}
.hero-bg {
  margin: -5px;
  width: 100%;
  min-height: 605px;
  background-size: cover;
  -webkit-filter: blur(3px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index: 1;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -ms-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
@media only screen and (max-width: 663px) {
  .hero-bg {
    display: none;
    height: auto;
  }
}
.main-slider {
  margin: 0;
}
.main-slider li {
  position: relative;
}
.main-slider li img {
  width: 100%;
}
.main-slide-caption {
  padding: rem-calc(20);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48.051%;
  background-color: #fcfdfd;
  border-radius: 2px;
  z-index: 3;
}
.main-slide-caption p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .main-slide-caption {
    position: relative;
    width: 100%;
    top: 0;
    left: 10px;
  }
}
.main-slide-title {
  margin-bottom: 10px;
  font: 35px/30px "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.main-slider-nav-wrap {
  position: relative;
  top: -70px;
  height: 60px;
  margin: 0 10px;
  background-color: #fcfdfd;
}
@media only screen and (max-width: 1200px) {
  .main-slider-nav-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.main-slider-nav-wrap .slick-timeline {
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: $black;
  z-index: 4;
}
.main-slider-nav-wrap .slick-timeline .slick-timeline-progress {
  height: 100%;
  width: 0%;
  background-color: #029dd9;
}
@media only screen and (max-width: 663px) {
  .main-slider-nav-wrap {
    display: none;
  }
}
.main-slider-nav {
  list-style: none;
  margin: 0;
  height: 100%;
}
.main-slider-nav .slick-list,
.main-slider-nav .slick-track {
  height: 100%;
}
.main-slider-nav div.slick-slide {
  float: left;
  height: 100%;
  padding: rem-calc(10 0);
  cursor: pointer;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: rem-calc(15);
  line-height: 15px;
  text-transform: uppercase;
}
.main-slider-nav div.slick-slide.current {
  position: relative;
  background-color: #f1f1f1;
}
.main-slider-nav div.slick-slide.current .inner {
  border-right: 0 !important;
}
.main-slider-nav div.slick-slide .inner {
  padding: rem-calc(4 15);
  height: 100%;
  border-right: 1px solid #d1d1d1;
}
.sidebar .panel:last-of-type {
  border-bottom: 0;
}
.sidebar .panel {
  padding: 1.5625rem 1.125rem;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-bottom: 0px;
  border-radius: 0px;
}
.sidebar .button {
  width: auto;
}
.contact-list li {
  margin-bottom: 8px;
}
.icon.icon_contact {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/contact-sprite.png") no-repeat 0 0;
}
.icon.icon_contact.icon_phone {
  background-position: 0 -34px !important;
}
.icon.icon_contact.icon_email {
  background-position: 0 -69px !important;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
.icon_nav {
  position: relative;
  margin: -2px 3px 0 0;
  background: #00516a no-repeat;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.icon_nav :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  /*background: url("../Images/icons/menu-sprite.png") no-repeat 0 0;*/
  background-size: cover !important;
}
.icon_demo :after {
  background-position: -49px 0 !important;
}
.icon_cup :after {
  background-position: -16px 0 !important;
}
.icon_flag :after {
  background-position: -32px 0 !important;
}
.icon_social {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite.png") no-repeat 0 0;
}
.icon_social .icon_fb {
  background-position: -40px 0 !important;
}
.icon_social .icon_gp {
  background-position: -80px 0 !important;
}
.icon_social .icon_ww,
.icon_social.icon_ww {
  background-position: -120px 0 !important;
}
.icon_social .black {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite-black.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: cover !important;
  margin-top: 7px;
  display: block;
}
.icon_social .black .icon_fb {
  background-position: 0 0 !important;
}
.svg .icon_social .black {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite-black.svg") no-repeat 0 0;
}
.icon_contact {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/contact-sprite.png") no-repeat 0 0;
}
.icon_contact .icon_phone {
  background-position: 0 -34px !important;
}
.icon_contact .icon_email {
  background-position: 0 -69px !important;
}
.icon_info {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/info.png') no-repeat 0 0;
}
.svg .icon_nav :after {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/menu-sprite.svg") no-repeat 0 0;
}
.svg .icon_social {
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/social-sprite.svg") no-repeat 0 0;
}
.map {
  width: 100%;
  height: 430px;
  border: #ccc solid 1px;
}
.map img {
  max-width: none;
}
.contact-list a,
.online-list a {
  color: #00516a;
}
.online-list > li {
  margin-top: 10px;
}
.online-list > li > a > i {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #029dd9;
  border-radius: 50%;
  margin-right: 5px;
  padding-top: 12px;
}
.online-list > li > a > i > svg {
  display: inline-block;
  max-width: 18px;
  max-height: 18px;
  fill: #fcfdfd;
}
.table_attention tr th {
  background-color: #f1f1f1;
}
.table_attention tr td,
.table_attention tr th {
  padding: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-color: #f1f1f1;
  border-bottom-color: #f1f1f1 !important;
}
.table_attention tr.even,
.table_attention tr.alt,
.table_attention tr:nth-of-type(even) {
  background: #f9f9f9;
}
.svg .icon_nav:after {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/menu-sprite.svg') no-repeat 0 0;
}
.icon.icon_nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  background: url("/Content/Klanten/Pijnacker_en_Nootdorp/images/icons/menu-sprite.png") no-repeat 0 0;
  background-size: cover !important;
}
.icon.icon_nav.icon_demo:after {
  background-position: -49px 0 !important;
}
.icon.icon_nav.icon_cup:after {
  background-position: -16px 0 !important;
}
.icon.icon_nav.icon_flag:after {
  background-position: -32px 0 !important;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fcfdfd;
}
.btn-group button:focus {
  color: #00516a;
}
.panel {
  box-shadow: none;
}
.icon-theme-type {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-size: 40px 40px;
  margin-bottom: 10px;
}
.icon-theme-type.locatie {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-01.svg');
}
.icon-theme-type.marathon {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-02.svg');
}
.icon-theme-type.tennis {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-03.svg');
}
.icon-theme-type.skate {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-04.svg');
}
.icon-theme-type.facebook {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-05.svg');
}
.icon-theme-type.klas {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-06.svg');
}
.icon-theme-type.martialarts {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-07.svg');
}
.icon-theme-type.walk {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-08.svg');
}
.icon-theme-type.disabled {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/icon-09.svg');
}
div.pager {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
}
.col-no-pad {
  padding-left: 0;
}
.col-no-pad.right {
  padding-right: 0;
}
.read-more.news {
  padding-left: 0;
  background: none;
}
.form-button {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}
.new-icon-email {
  background-image: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/faq-icon.svg');
  height: 40px;
  width: 40px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-box {
  padding: 18px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.form-box.left {
  border-right: 1px solid #cccccc;
}
.form-box.right {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
.form-box.left:last-of-type,
.form-box.right:last-of-type,
.form-box.bottom {
  border-bottom: 0;
}
.form-box.bottom {
  border-top: 1px solid #cccccc;
}
.form-box h3 {
  font-size: 20px;
  color: #b3b3b3;
}
/* ==========================================================================
   Support template
   ========================================================================== */
.support-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.support-wrap h1 {
  font-size: 35px;
}
.support-wrap p {
  max-width: 422px;
  margin: 0 auto;
}
.panel-hvs {
  padding-bottom: 60px;
  max-width: 740px;
}
.panel-hvs .panel-body {
  padding: 0;
}
.panel-hvs .panel-heading {
  padding: 0;
}
.panel-hvs .panel-heading h3 {
  margin: 24px 0 13px;
  color: #b3b3b3;
  font-size: 20px;
  font-weight: normal;
}
.panel-hvs ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.panel-hvs ul li {
  padding: 5px 0;
}
.panel-hvs ul li a {
  padding-left: 0.875rem;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
}
.accordion .panel-heading {
  background-color: #fcfdfd;
}
.accordion .panel-title a {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 35px;
  background-color: #029dd9;
  color: #fcfdfd;
  font-family: 'Exo2 Medium', "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -0.8px;
  text-decoration: none !important;
  border-right: 2px solid #029dd9;
  border-left: 2px solid #029dd9;
  transition: border 0.3s ease-out, background 0.3s ease-out;
}
.accordion .panel-title a:before {
  content: '-';
  position: absolute;
  left: 20px;
  top: 4px;
  bottom: 0;
  margin: auto;
  height: 11px;
  width: 10px;
  font: 26px/3px Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: inherit;
  transition: transform 0.3s ease;
}
.accordion .panel-title a.collapsed {
  color: #00516a;
  background-color: #fcfdfd;
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
.accordion .panel-title a.collapsed:hover {
  background-color: #00516a;
  color: #fcfdfd;
  border-right-color: #00516a;
  border-left-color: #00516a;
}
.accordion .panel-title a.collapsed:before {
  content: '+';
  top: 0;
  font-size: 16px;
  line-height: 11px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .panel-title a:hover {
  color: #fcfdfd;
}
.accordion .panel-body {
  padding: 17px 20px;
  border-right: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  font-size: 16px;
  line-height: 24px;
}
.accordion .panel-body a {
  color: inherit !important;
}
.accordion .panel-body .info {
  margin-bottom: 10px;
  font: 20px/30px "Exo2 LI", "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #b3b3b3;
}
.accordion .panel-body .icon {
  margin-right: 10px;
}
.accordion .panel {
  border-color: #f1f1f1;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}
.accordion .panel:nth-child(odd) .collapsed {
  background-color: #fcfdfd;
}
.accordion .panel + .panel {
  margin: 0;
  border-top: 0;
}
/** Header navbar **/
header .navbar {
  border: #f1f1f1;
  margin-bottom: 0 !important;
}
header .navbar .container {
  background-color: #f1f1f1;
  border: #f1f1f1;
}
header .navbar-brand {
  padding: 0 !important;
}
header .container-fluid {
  background-color: #f1f1f1;
  border: #f1f1f1;
  padding: 17px 0 15px;
}
.navbar .navbar-brand svg {
  float: left;
  width: 224px;
  height: 40px;
  fill: #029dd9;
  margin-top: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1025px) {
  .navbar .navbar-brand svg {
    float: none;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar .navbar-brand svg {
    float: none;
    padding-left: 20px;
  }
}
.navbar .navbar-brand img {
  float: left;
  width: 250px;
  height: 40px;
  fill: #029dd9;
  margin-top: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1025px) {
  .navbar .navbar-brand img {
    width: 200px;
    float: none;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar .navbar-brand img {
    width: 150px;
    float: none;
    padding-left: 20px;
  }
}
.navbar-default .navbar-toggle {
  border-color: #f1f1f1;
}
@media only screen and (max-width: 480px) {
  .navbar-default .navbar-toggle {
    margin-right: 0;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f1f1f1;
}
.navbar-default .navbar-toggle .icon-bar {
  margin-top: 6px;
  background-color: #029dd9;
}
.navbar-nav {
  margin-top: 0;
  font-family: "Exo2 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #00516a;
  font-size: 0.9375rem;
  letter-spacing: -0.8px;
}
@media only screen and (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 #fcfdfd;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #00516a;
}
#inputZoekEenSport {
  width: 220px;
  margin-top: 8px;
  font-family: 'Exo2 Medium';
  background: url('/Content/Klanten/Pijnacker_en_Nootdorp/Images/icons/search.png');
  background-repeat: no-repeat;
  background-position: 96% 6px;
  background-color: #fcfdfd;
}
@media only screen and (max-width: 1025px) {
  #inputZoekEenSport {
    width: 200px;
    float: right;
  }
}
#buttonPrint {
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 10px;
}
.capitalizeText {
  text-transform: capitalize;
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #1a1a1a;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #1a1a1a;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #029dd9;
  background-image: -moz-linear-gradient(top, #029dd9, #0092c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#029dd9), to(#0092c8));
  background-image: -webkit-linear-gradient(top, #029dd9, #0092c8);
  background-image: -o-linear-gradient(top, #029dd9, #0092c8);
  background-image: linear-gradient(to bottom, #029dd9, #0092c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00516a;
  background-image: -moz-linear-gradient(top, #00516a, #0092c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00516a), to(#0092c8));
  background-image: -webkit-linear-gradient(top, #00516a, #0092c8);
  background-image: -o-linear-gradient(top, #00516a, #0092c8);
  background-image: linear-gradient(to bottom, #00516a, #0092c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff1a1a1a', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
span.glyphicon.glyphicon-triangle-right {
  color: #00516a;
}
