body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #003c7e;
}
p{
    font-size: 14px;
    color: #767676;
}
p strong {
    color: #7f7f7f;
}
p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #003c7e;
    word-break: break-word;
}

a:hover,
a:focus,
a:active,
a.active {
    color: rgba(247, 147, 30, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

/*
        Slides
*/

.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-darkest-gray {
    background-color: #818181;
}

section {
    padding: 100px 0;
}
.cat-row {
  margin-top: -100px;
  padding-top: 100px;
}
#vereniging{
    padding-bottom:0px;
}

/*
        Buttons
*/
.btn-group-lg>.btn,
.btn-lg {
  font-size: 24px;
}
.btn-primary {
    border-color: #003c7e;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #003c7e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: rgba(247, 147, 30, 1);
}
.competitie .btn-lg.btn-block {
  background-color: #003c7e;
  color: #fff;
  margin-bottom: 40px;
}
.btn-back {
  margin-bottom: 20px;
}
.btn-back:hover {
  background-color: #333;
}

.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: #003c7e;
    background-color: #003c7e;
}

.btn-primary .badge {
    color: #003c7e;
    background-color: #fff;
}

.btn-xl{
    border-color: #003c7e;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding:10px 50px;
    font-weight: 700;
    color: #fff;
    background-color: none;
    border:3px solid #fff;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #003c7e;
    color: #fff;
    background-color: #003c7e;
}

.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: #003c7e;
    background-color: #003c7e;
}

.btn-xl .badge {
    color: #003c7e;
    background-color: #fff;
}

/*
        Navigatie
*/

.navbar-default {
    border-color: transparent;
    background-color: rgba(247, 147, 30, .5);
    width: 100%;
}

.navbar-default .navbar-brand {
    margin-top: 0px;
}
.navbar-default .navbar-brand img{
    max-width: 50px;
    margin-top: -5px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: rgba(247, 147, 30, 1);
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #003c7e;
    background-color: #003c7e;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #003c7e;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding:20px 7.5px;
    color: #fff;
}
.navbar-default .nav li a:focus {
  color: #fff;
}
.navbar-default .nav li a:hover {
    outline: 0;
    color: #003c7e;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: inherit;
}

.navbar-default .navbar-nav>:not(.home).active>a,
.navbar-default .navbar-nav>:not(.home).active-state>a {
    border-radius: 0;
    color: #fff;
    background-color: rgba(247, 147, 30, 1);
}


.navbar.affix{
    background-color: rgba(247, 147, 30, 1);
}

.lisatr-container {
  padding: 0 !important;
}

.lisatr-category {
  background-color: #003c7e !important;
}
.header-content {
  position: absolute;
  z-index: 500;
  left: 50%;
  top: 240px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* .header-content {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 60%;
} */
@media(min-width:991) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.cat-row .btn {
  margin-bottom: 20px;
}
.cat-row .btn-back {
  background-color: rgba(247, 147, 30, 1);
  border-color: rgba(247, 147, 30, 1);
}
#photobody {
  display: block;
  float: left;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;

}
#photobody img{
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#photobody_half {
  display: inline;
  position: relative;
  float: left;
  width: 100%;
  max-height: 35vh;
  overflow: hidden;
  padding: 0px;
}
#photobody_half img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 35vh;
}
#photobody_mobile {
  display: none;
}
#photobody_mobile_half {
  display: none;
}
/*
        Header
*/
header {
    text-align: center;
    color: #fff;
    /* background-attachment: scroll;
    background: url(../img/header/header-omhc.jpg) no-repeat center center fixed;
    background-size: cover !important; */
     height: 60vh;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inset 0 0 5px #000;
    position: relative;
}
header .sponsorbox {
  position: absolute;
    right: 20px;
    z-index: 1000;
    width: 10%;
    height: 500px;
    top: 300px;
}
header .sponsorbox a {
  display: block;
  width: 100%;
  text-align: center;
}
header .sponsorbox a img {
  max-width: 100%;
  max-height: 100%;
  padding: 7.5px 0;
}
/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
img.club-logo {display: none}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
}


header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    word-break: break-word;
}
header .sponsoren{
    height:15%;
    width:100%;
    background: rgba(0,0,0, 0.6);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
}

header.small .header-content {
      top: 10%!important;
    }

 header.small .intro-text {
      padding-top: 150px;
    }
header.small .intro-text .intro-heading {
    margin-top: 10%!important;
  }

@media(min-width:768px) {

    header {
        height: 100vh;
    }

    header.small {
      height: 35vh;

    }

    header.small .header-content {
      top: 10%!important;
    }


    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-style: normal;
        line-height: 40px;
              margin-top: 20px;
    }

    header.small .intro-text {
      padding-top: 170px;
    }

    header.small .intro-text .intro-heading {
      font-size: 45px;

    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'Bitter', serif;
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        margin-top: 65%;
    }
    img.club-logo {
      /* margin-top: 5%; */
    height: 200px!important;
    object-fit: inherit !important;
    width: 200px !important;
    position: absolute;
    right: 20px;
    top: 80px;
    z-index: 999;
        display: block
    }
}


header .carousel-caption {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%; bottom: inherit;
}
header .carousel-caption .btn {
  max-width: 100%;
  overflow: hidden;
}

@media(max-height: 900px) {
  header .intro-text .intro-heading {
    font-size: 40px;
    margin-bottom: 0;
  }
  header .intro-text .intro-lead-in {
    font-size: 20px;
  }
  header .btn-xl {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media(max-width: 1300px) {
    header .sponsorbox{
            width: 50vw!important;
    margin: 20px auto 0;
    display: block;
    bottom: -10% !important;
    right: 0;
    top: 50% !important;
    left: 0 !important;
    filter: drop-shadow(0px 5px 10px black);

    }

    img.club-logo{display:none}

  header .intro-text .intro-heading {
    font-size: 40px;
    margin-bottom: 0;
          margin-top: 30%;
  }
  header .intro-text .intro-lead-in {
    font-size: 20px;
  }
  header .btn-xl {
    padding: 6px 12px;
    font-size: 14px;
  }
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: -20px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
     font-family: 'Bitter', serif;
    font-size: 40px;
    word-break: break-word;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
     font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}


@media(min-width:768px) {
    .icon{
        margin-left: -50px;
        float:left;
        margin-top: 10px;
    }
    #services p,
    #komerbij p,
    #FAQ p,
    #wiezijnwij p,
    #competitie p {
      margin-bottom: 40px;
    }


    p {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .text-muted{
      font-size:15px;
    }




    #menu img{
        width: 100%;
    }
    #menu{
        overflow: hidden;

    }
}



.subheader{
    width: 100%;
    height:200px;
    overflow: hidden;

}

.subheader img{
    width: 100%;
    opacity: 1;
}


.subheader2{
    width: 100%;
    height:180px;
    overflow: hidden;

}

.subheader2 img{
   max-width: 100%;
    opacity: 1;
}
/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background-color: #fff;
  padding: 10px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 100%;
	height: 180px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 180px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 180px;
}
.sponsor-item{
    background: rgba(255,255,255,0.6);
    margin-top: 5%;
    padding: 2%;
    height: 125px;
    line-height: 125px;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
}
.sponsor-item a{
    height:100%;
    width:100%;
    display:block;
    background: rgba(255,255,255,0.7);
    line-height: 125px;

}
.sponsor-item img{
        max-height:110px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.panel-default.organisatie > .panel-heading {
  background-color: #f7931e;
  color: #fff;
  margin-bottom: 5px;
}
.panel-default.organisatie .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  width: auto !important;
  display: inline-block !important;
}
.panel {
    background-color: #F8F8F8;
    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;
}
@media(min-width:768px) {
    .subheader{
        width: 100%;
        height:400px;
        overflow: hidden;
        background: url(../img/drone.jpeg) no-repeat center center fixed;
        background-size: cover;
        -webkit-box-shadow: inset 0 0 3px 0px #000;
        box-shadow: inset 0 0 3px 0px #000;
    }
}


/*nieuws item*/

.nieuws-item{
    width:100%;
    height:400px;
    background: #fff;
    position: relative;
    margin-bottom: 5%;

}

.nieuws-item-img{
    width:100%;
    height:150px;
    overflow: hidden;

}
.nieuws-item-img img{
     width:100%;
}
.nieuws-button{
    position: absolute;
    left: 0px;
    bottom: 0px;
}


/*vervolg pagina opmaak*/
.content{

}
.content img{
  display: block;
}
.content p {
  background-color: inherit;
  border: 0 none;
  color: #333333;
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  vertical-align: baseline;
  line-height: 24px;

}
.content blockquote{
  font-family: arial;
  font-style: italic;
}


.content>.stuff_category{
    float:right;
    background:#003c7e;
    padding:10px 10px;
    border-radius: 5px;
    color:#fff;
}
@media (max-width: 991px) {
 header .sponsorbox {
    width: 20%;
   }

.content>.stuff_category {display: none;}
}
.stuff_date {
  color: #003c7e;
}
.content>.stuff_date{
    color: #c0c0c0;
    font-weight: bold;
}

/*Vervolg pagina - teampagina*/
.spelerblok {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    float: left;
    height: 200px;
    margin-bottom: 5%;

    position: relative;
    width: 100%;
}
.spelerblok_foto {
    font-size: 300%;
    height: 100%;
    line-height: 150px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.spelerblok_foto img {
    max-width: 100%;
}
.spelersnaam {
    background-color: rgba(0, 39, 66, 0.5);
    bottom: 0;
    color: #fff;
    font-size: 12px !important;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 500;
}
.spelersnaam:hover {
    background-color: rgba(0, 39, 66, 0.8);
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 200px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 500;
}
/*Sponsorpage*/

.sponsorbanner {
    max-width: 200px !important;
    margin: 0 auto;
}

.sponsoritem{
    width:100%;
    height:250px;
    background:#efefef;
    padding: 5%;
    float:left;
    margin-bottom: 5%;
    overflow: hidden;
    border-bottom: 1px solid #D5A22B;
}
.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.sponsoritem_image img{
    max-width: 100%;
}
.sponsoritem_title{
  margin: 0px;
  padding:0px;
}
.sponsoritem_title h3{
    background:#333333;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color:#fff;
    padding:10px 5px;
}
/*
    Vereniging slide
*/


.trainerblok-tekst{
    padding:2%;
    height:350px;
    overflow: hidden;
    position: relative;
    width:96%;
}
.trainerblok-tekst h2{
    font-size:30px;
}
.trainerblok-foto{
    height:350px;
    overflow: hidden;
      position: relative;
}
.trainerblok-foto img{
    width:100%;
}

.trainerblok-caret{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:30px solid #f8f8f8;
    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 #f8f8f8;
    position: absolute;
    left:0px;
    top: 160px;
}

.service-heading {
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 15px;

}

#portfolio .portfolio-image{
    width: 100%;
    height:250px;
}
#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(48, 52, 90,.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 25px 15px 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
    height: 40px;
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    padding:10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.modules {
  margin-top: 20px;
}
#menu{

}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height:250px;
    max-height: 565px;
    background: #3498db !important;
}
.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: 1;
       background: rgba(48, 52, 90,.2);
    -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: 'Bitter', 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(48, 52, 90,.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;
}

#FAQ .text-muted{
    color:rgba(0,0,0,0.6);
    font-weight: 400;
}
#FAQ h4{
    color:#003c7e;
    margin-bottom: 30px;
    font-weight: bold;
}
#FAQ .item{
    color:rgba(0,0,0,0.6);
    font-size:1.1em;
    margin-bottom: 3%;
}

#FAQ .item a{
    color:rgba(0,0,0,0.6);
    text-decoration: none;
}
#FAQ .fa-stack{
    font-weight: 400;
}

#FAQ .well {
    background-color: inherit;
    border: 0px solid #e3e3e3;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    font-size: 0.9em
}
.faq-header {
  font-family: 'Bitter', serif;
  font-size: 20px;
  background: rgba(247, 147, 30, 1);
  color: #fff;
  text-align: left;
  padding: 7.5px 15px;
  margin: 0 -15px;
}
.faq-header a {
  color: #fff;
}
.org-header {
  background: rgba(247, 147, 30, 1);
  color: #fff;
  padding: 7.5px 15px;
  margin: 0 15px;
}
.org-header a {
  color: #fff;
}
.thumbnail {
  padding: 0;
}
.faq-collapse{
    color:#003c7e !important;
}
.faq-collapse.collapsed{
    color:rgba(0,0,0,0.6) !important;
}

.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;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  color: #000;
}
.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: #003c7e;
}

.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 {

}
section #contact, .contact-top{

}
section #contact, .contact-map{
    position: absolute;
    left:0px;
    top:0px;
}
footer {
    padding: 25px 0;
    text-align: center;
    background: rgba(247, 147, 30, 1);
}
footer .title {
    color:#fff;
    border-bottom: 1px solid #003c7e;
    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;
   color:#fff;
}
footer ul.quicklinks li a {
  font-weight: bold;
  font-size: 13px;
  color:#fff;
}
footer ul.quicklinks li a:hover {
  color: #767676;
}
ul.social-buttons {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: left;
}
ul.social-buttons li:first-child {
  padding-left: 0;
}
ul.social-buttons li a {
    text-align: center;
    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: #003c7e;
}

.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;
}

.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;
}
.portfolio-snap {
  padding: 0 25px 25px;
  background-color: #fff;
  text-align: center;
}
.portfolio-snap > span {
  height: 35px;
  line-height: 15px;
  overflow: hidden;
  display: block;
}
::-moz-selection {
    text-shadow: none;
    background: #003c7e;
}

::selection {
    text-shadow: none;
    background: #003c7e;
}

img::-moz-selection {
    background: 0 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #003c7e;
}

.panel-default > .panel-heading {
    background-color: #F8F8F8;
    border-color: #f8f8f8;
    color: #333;
    text-align: left;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
    display: block;
    width:100%;
    height:100%;
}
.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-body{
    background: #f8f8f8;
    text-align: left;
}
.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_opmerking {
  float: left;
  display: block !important;
  width: 100%;
}
.overview_column.full-width {
  width: 100%;
}
.overview_column.left {
    float: left;
        width: 49%;
}
.overview_column.right {
    float: right;
        width: 49%;
}
.overview_column .categorie_name {


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 15px;
}
.overview_column.left .categorie_name {
    float: left;
    background: #003c7e;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;

}
.overview_column.right .categorie_name {
    float: left;
    background: #D5A22B;
    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%;

}
.overview_row.no-pointer {
  cursor: auto !important;
}
.overview_row_visited {
    background: #003c7e;
    color: #FFFFFF;
}
.info-icon {
    background: url('images/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('images/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('images/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;
}
.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: #f7f7f7;
    padding: 2%;
    position: relative;
}
.overview_info_block table tr:nth-child(odd)
{
  height:35px;
  line-height: 35px;
  text-indent: 5px;
  background:#fff;
}
.overview_info_block table tr:nth-child(even)
{
  height:35px;
    text-indent: 5px;
  line-height: 35px;

}
#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 */


.won-match {
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}


.test {
  display: none;
}

@media (max-width: 991px) {
    .overview_column.right,
    .overview_column.left {
      width: 100%;
    }
    h2.section-heading img {
      display: none;
    }
    .navbar-default .navbar-brand img {
      margin-top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav li.home {
      display: none;
    }
    footer .footer-logo {
      width: 50%;
      margin-bottom: 40px;
    }
    footer .quicklinks {
      margin-bottom: 40px !important;
    }
    .navbar-collapse {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        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;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -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 {
    	padding: 2px 15px;
    }
    .navbar-brand img {
      height: 46px !important;
      margin-top: 0px;

    }
}

@media(max-width:768px) {
  header .intro-text .btn-circle {
    display: none;
  }
  .headerfoto {
    display: none!important;
  }
  .btn-circle {
    margin-top: 0;
  }
  header.small {
    height: 35vh!important;
  }
  #photobody_mobile_half {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 35vh;
    overflow: hidden;
    position: relative;
  }
  #photobody_mobile_half img {
    height: 35vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #photobody_mobile {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  #photobody_mobile img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       -o-object-position: 45% 0rem;
          object-position: 45% 0rem;
  }
 .header-content {
   top: 25%!important;
   width: 100%;
 }
 header .sponsorbox {
    width: 50vw!important;
    margin: 20px auto 0;
    display: block;
    bottom: -10% !important;
    right: 0;
    top: 30% !important;
    left: 0 !important;
    filter: drop-shadow(0px 5px 10px black);
 }
 header .sponsorbox a img{
     max-height: 100px;
 }
  header .intro-text .club-logo {
    width: 100px;
  }
  header .intro-text .intro-heading {
    margin-top: 15px;
    font-size: 30px;
  }
  header .intro-text .intro-lead-in {
    font-size: 16px;
  }
  .overview_row {
      background: #f7f7f7 none repeat scroll 0 0;
      border-bottom: 2px solid #003c7e;
      -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: #003c7e;
  }
}
@media(min-width:421px) and (max-width:780px) {
	header .sponsorbox {
		bottom: 0%;
	}
}
@media(min-width:361px) and (max-width:420px) {
	header .sponsorbox {
		bottom: 10%;
	}
}
@media(max-width:320px) {
	header .sponsorbox {
		bottom: 15%;
	}
}









/* pager */
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom:0; overflow: hidden; height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255,255,255,0)), color-stop(75%, rgba(0,0,0,0.75)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 15%, rgba(0,0,0,0.75) 75%);


}
.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px; margin:20px;
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*
    media queries
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}

@media screen and (min-width: 1400px) {
  img.club-logo {
    height: 200px!important;
  }
  header .intro-text .intro-heading {
    margin-top: 65%!important;
  }
}

@media screen and (min-width: 1600px) {
  img.club-logo {
    height: 200px!important;
  }
  header .intro-text .intro-heading {
    margin-top: 65%!important;
  }
}
@media screen and (min-width: 1900px) {
  img.club-logo {
    height: 200px!important;
  }
  header .intro-text .intro-heading {
    margin-top: 65%!important;
  }
}
