@font-face {
  font-family: 'Platform';
  src: url('../fonts/Platform-Bold-Web.eot');
  src: url('../fonts/Platform-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Platform-Bold-Web.woff') format('woff'), url('../fonts/Platform-Bold-Web.ttf') format('truetype'), url('../fonts/Platform-Bold-Web.svg#Platform') format('svg');
}


body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #006600;
}

p {
    font-size: 14px;
}
p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #006600;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1D1D1B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Platform';
    font-weight: 700;
    color: #242B62;
}

.stuff_date {
  font-weight: bold;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eaeaea;
}

.bg-darkest-gray {
    background-color: #818181;
}

.btn-primary {
    border-color: #006600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #006600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #242B62;
    color: #fff;
    background-color: #242B62;
}
.competitie .btn-lg.btn-block {
  background-color: #006600;
  color: #fff;
  margin-bottom: 40px;
}
.competitie .btn-lg.btn-block:hover {
    background-color: #242B62;
}
.btn-back {
  margin-bottom: 20px;
}
.btn-back:hover {
  background-color: #242B62;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #006600;
    background-color: #006600;
}

.btn-primary .badge {
    color: #006600;
    background-color: #fff;
}

.btn-xl {
    border-color: #006600;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    height:100px;
    width:100px;
    padding:22px 0px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(255 255 255 / 0.2);
    border:3px solid #fff;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #006600;
    color: #fff;
    background-color: #006600;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #006600;
    background-color: #006600;
}

.btn-xl .badge {
    color: #006600;
    background-color: #fff;
}

.btn-primary {
    border-color: #006600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #006600;
}

.btn-secondary {
    border-color: #767676;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #767676;
}

.icon{
    margin-left: 0px;
    margin-right: 10px;
    float:left;
    margin-top: 10px;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 0px;
    position: absolute;
    top: 0;
    z-index: 102;
    right: 0;
    left: 0;
    bottom: 0;
        text-shadow: 0 4px 75px #000;
}

header .intro-text .intro-lead-in {
      margin-bottom: 25px;
      font-size: 40px;
      line-height: 40px;
}

.trainerblok-tekst{
    padding:2%;
    height:250px;
    overflow: hidden;
    position: relative;
}

.trainerblok-foto{
    height:250px;
    overflow: hidden;
      position: relative;
}
.navbar-nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
}

#services p,
 #komerbij p,
 #FAQ p,
 #wiezijnwij p,
 #competitie p {
   margin-bottom: 40px;
 }

.competitie .btn-lg.btn-block {
  background-color: #006600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-default {
    border-color: transparent;
    background-color: #006600;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #006600;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #1D1D1B;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #006600;
    background-color: #006600;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #006600;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
}
.navbar-default .nav li a:focus {
  color: #fff;
}
.navbar-default .nav li a:hover {
    outline: 0;
    color: #242B62;
}
.navbar-default .nav li.stay-active a:hover {
    color: #fff;
}
.navbar-default .navbar-nav>.stay-active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active-state>a {
    border-radius: 0;
    color: #fff;
    background-color: #242B62;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active-state>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active-state>a:focus {
    color: #fff;
    background-color: #242B62;
}

.lisatr-container {
  padding: 0 !important;
}

.lisatr-category {
  background-color: #006600 !important;
}
.navbar-brand img {
  height: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-shrink .navbar-brand img {
  height: 75px!important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header {
  height: 100vh;
  text-align: center;
  color: #fff;
}


header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Platform";
    font-size: 50px;
    line-height: 1;
}
.sub-intro {
  font-size: 1.5rem;
  color:#fff;
}
.headersmall {
height:30VH;
overflow: hidden;
}

@media(max-width: 767px) {
.water{margin-top:-45px !important;}
  header,
  header img  {
    height: 500px;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .club-icons {
    margin-top: 50px;
  }
  .trainerblok-caret {
    display: none;
  }
  .trainerblok-caret-left {
    display: none;
  }
  .container-hockeyblok {
    margin-bottom: 20px;
  }
}
@media(min-width:768px) {
    .sponsor-home{display:flex}
    header img {
      max-width: 100%;
      width: 100%;
      height: 95vh;
      -o-object-fit: cover;
         object-fit: cover;
    }

    .sub-intro {
      font-size: 40px;
      color: #fff;
    }

    header .intro-text {
        padding-top: 180px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header.small .intro-text {
      padding-top: 170px;
    }

    header.small .intro-text .intro-heading {
      font-size: 90px;
    }

    header .intro-text .intro-heading {
        margin-bottom: -10px;
        text-transform: uppercase;
        font-family: "Platform";
        font-size: 140px;
        line-height: 1;
    }
}

section {
    padding: 100px 20px;
}


.water{
    position: relative;;
    bottom: 0;
    padding: 0px 0px;
    background: url(../img/delfshaven-bg-water.png) repeat-x center, linear-gradient(to bottom, rgba(0,0,0,0) 50%, #ffffff 50%) ;
    height:78px;
    width:100%;
    margin-top: -93px;
    z-index: 999
}
body:not(.index) .water{margin-top: -50px;}
.water-zwart{
    padding: 0px 0px;
    background: url(../img/hce-bg-water-zwart_new.png) repeat-x, linear-gradient(to bottom, rgba(0,0,0,0) 50%, #006600 50%) ;
    height:78px;
    width:100%;
    margin-bottom: -50px;
}
.water-zwart.bg-light-gray{
    background-color: #eaeaea;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
     font-family: "Platform";
    font-size: 40px;
    color: #242B62;
}
.trainerblok-tekst h3,
.service-heading,
.club-icons .icon {
    color: #242B62;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 85px 0px 75px;
    }
}


@media(min-width:768px) {
    #services p,
    #komerbij p,
    #FAQ p,
    #wiezijnwij p,
    #competitie p {
      margin-bottom: 40px;
    }


    p {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .text-muted{
      font-size:15px;
    }




    #menu img{
      min-height: 100%;
        width: 100%;
         opacity: 0.7;
    }
    #menu{
        overflow: hidden;
        max-height: 550px;
    }
}

.subheader2 {
  background-image: url(../img/20181006-IMG_8274.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.7
}
.subheader2{
    width: 100%;
    height:200px;
}
.subheader2 img{
    width: 100%;
    opacity: 0.7;
}


.subheader {
  background-image: url(../img/20181006-IMG_8227-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.7
}
.subheader{
    width: 100%;
    height:200px;
}
.subheader img{
    width: 100%;
    opacity: 0.7;
}
@media(min-width:768px) {
    .subheader{
        width: 100%;
        height:100vh;
        overflow: hidden;
    }
    .subheader2{
        width: 100%;
        height:100vh;
        overflow: hidden;
    }
}
.trainerblok-tekst{
    padding:2%;
    padding-top: 1%;
    height:250px;
    overflow: hidden;
    position: relative;
}
.trainerblok-tekst h2{
    font-size:30px;
}
.trainerblok-foto{
    height:250px;
    overflow: hidden;
      position: relative;
}
.trainerblok-foto img{
    width:100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.trainerblok-caret{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:30px solid #fff;
    position: absolute;
    right:0px;
    top: 160px;
}

.trainerblok-caret-left{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left:30px solid #fff;
    position: absolute;
    left:0px;
    top: 160px;
}

.service-heading {
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}
.portfolio-img-container {
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}
.portfolio-img {
    position: relative;
    float: left;
    width:  100%;
    height: 700px;
    opacity: .7;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(167,205,135,.9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.modules {
  margin-top: 80px;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height:auto;
}
.portfolio-box img{
        width: 100%;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
        background: rgba(52,152,219,.9);
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.no-padding {
    padding: 0;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #006600;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

/* section#contact {

   background: url(../img/googlemaps.png) no-repeat center center fixed;
  background-size: cover;
} */

/* section#contact .section-heading {
    color: #fff;
} */
section#contact .section-subheading {color:#fff !important;}
section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #006600;
    -webkit-box-shadow: none;
            box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0 100px;
    text-align: center;
    background: #006600;
}
footer .title {
    color:#fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.quicklinks li{
  text-align: left;
  margin-left: 0px;
  text-transform: uppercase;
}
footer ul.quicklinks li a {
  font-weight: bold;
  font-size: 13px;
}
footer ul.quicklinks li a:hover {
  color: #767676;
}
ul.social-buttons {
    margin-bottom: 0;
    margin-left: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}


ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #006600;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 500;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.panel {
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-group .panel {
    border-radius:0px;
    margin-bottom: 0;
}
.panel-heading {
    border-bottom: 1px solid #F7F7F7;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 15px;
}

/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#wedstrijd_info_block_right_locatie_website a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.overview_column {

    padding: 0;
    float: left;
    display: inline;
    position: relative;

}
.overview_column.left {
    float: left;
        width: 49%;
}
.overview_column.right {
    float: right;
        width: 49%;
}
.overview_column .categorie_name {
    height: 35px;
    line-height: 35px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}
.overview_column.left .categorie_name {
    float: left;
    background: #000;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;

}
.overview_column.right .categorie_name {
    float: right;
    background: rgb(29, 29, 27);
    color: #ffffff;
    margin: 20px 00px 5px 0px;
}
.overview_row {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    float:left;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #F7F7F7;
    cursor: pointer;
    margin-right: 1%;
    border-bottom: 2px solid #006600;

}
.overview_row_visited {
    background: rgb(29, 29, 27);
    color: #FFFFFF;
}
.info-icon {
    background: url('../img/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../img/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../img/referee_icon.png');
    background-position: 0;
    float: left;
    width: 14px;
    height: 13px;
    margin: 3px 5px 0 0;
}
.overview_row.overview_row_visited .info-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .time-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .referee-icon {
    background-position: -15px 0;
}
.overview_row > div {

    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}
.overview_row > div > img {
    display: inline;
    vertical-align: -1px;
    margin-right: 5px;
}
.wedstrijd_overview_row_top, .wedstrijd_overview_row_bottom {
    width: 100%;
}
.wedstrijd_overview_row_match {
    width: 50%;
    float:left;
    text-align: left;
}
.wedstrijd_overview_row_match.wide {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.wedstrijd_overview_row_referees {
    display: none;
}
.wedstrijd_overview_row_referees span {
    color: blue;
}
.wedstrijd_overview_row_time {
    width: 25%;
    float:right;
}
.wedstrijd_overview_row_time.wide {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wedstrijd_overview_row_ishome {
    width: 25%;
}
.match-ishome {
    float: right;
    width: 40px;
    text-align: left;
}
.overview_info {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    margin: 0 0 11px;
    display: none;
}
.overview_info_block {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overview_info_block table tr:nth-child(odd)
{
  height:25px;
  line-height: 25px;
  text-indent: 5px;
  background:#F7F7F7;
}
.overview_info_block table tr:nth-child(even)
{
  height:25px;
    text-indent: 5px;
  line-height: 25px;

}
#wedstrijd_info_block_right_locatie_routeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.wedstrijd_info_block_header_data {
    font-size: 14px;
    font-weight: bold;
}
#wedstrijd_locatie_route {
    display: none;
}
#overview_filter {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 15px 10px;
     margin-bottom: 20px;
     background: #F7F7F7;
}
#wedstrijd_filter_home_away {
    float: left;
}
.overview_filter_checkbox {
    float: left;
    background: #FFFFFF;
    padding: 6px 20px 6px 5px;
    margin: 0 5px 0 0;
}
#wedstrijd_filter_organisations {
    float: left;
}
.overview_schedule_filter {
    float: left;
    display: inline;
}
.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.center {
    text-align: center;
}
.match-canceled {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
}
/* End Wedstrijdschema */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 50px -15px 20px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-brand img {
      height: 50px !important;
    }
}

@media(max-width:768px) {
	.navbar-brand img {
		height: 75px !important;
	}

	.overview_row {
		background: #f7f7f7 none repeat scroll 0 0;
		border-bottom: 2px solid #006600;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		float: left;
		margin-bottom: 5px;
		margin-right: 0%;
		padding: 15px 10px;
		width: 100%;
	}

	.overview_row_visited {
		background-color: #333;
	}

	.phone-footer {
		margin-top: 30px;
	}

	.navbar-shrink .navbar-brand img {
		height: 50px!important;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.overview_column.left {
		float: left;
		width: 100%;
	}

	.overview_column.right {
		float: right;
		width: 100%;
	}

	.sub-intro {
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}
}

.stuff_article_inner p {
	font-size: 15px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height:455px;
}

.news img {
	display: block;
	max-width: 100%;
	height: auto;
}


/*Sponsorpage*/

.sponsorbanner {
    margin: 0 auto;
}

.sponsoritem{
    width:31%;
    height:250px;
    background:#efefef;
    padding: 2%;
    float:left;
    margin-right: 1%;
    margin-bottom: 2%;
    overflow: hidden;
    border-bottom:1px solid #c0c0c0;
}

.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.sponsoritem_image img{
    max-width: 100%;
}

.sponsoritem_title h3{
    background:#006600;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color:#fff;
    padding:10px 5px;
}
.list-inline>li {
    float: left;
    padding-left: 0px;
}

@media (max-width: 900px) {
    .entry_form select,
    .entry_form textarea,
    .entry_form input {
        width: 150px;
    }

    .sponsoritem {
        width: 49%;
    }
}
.overview_column.left .categorie_name {
    background: #242B62;
}
.overview_column.right .categorie_name {
    background: #006600;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.sponsorbalk {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 9999;
}
.sponsor-slider-2 .sponsor-item a,
.sponsor-slider-2 .sponsor-item img {
  height: 50px;
}
.sponsor-item{
  padding: 10px 0;
}
.sponsor-item a{
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  height:150px;
  width:100%;
  display:block;
}
.sponsor-item img{
    position: relative;
    max-width: 100%;
    object-fit: contain;
}
