body{
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family: 'Open Sans', sans-serif;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: #666;
	cursor: pointer;
}
.page-content {
    padding: 60px 0;
}
a:hover{
  color: #272727;
    text-decoration: none;
}
.text-center {
    text-align: center !important;
}
.matchday-title {
    font-size: 18px;
    background-color: #ea6427;
    padding: 15px 10px;
    color: #fff;
    display: block;
}


.organogram-item {
    position: relative;
    padding: 40px 15px 30px; margin: 10px auto 10px;
    max-height: 180px;
    min-height: 200px;
    background-color: #ea6427;
    color: #fff;
    display: block;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
}
.organogram-item,
.organogram-item span {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 13px;
}
.organogram-item:hover,
.organogram-item:focus {
    color: #fff;
    background-color: #d45922;
}
.inverted-color .organogram-item {
    background-color: #e4a98e;
}
.inverted-color .organogram-item:hover,
.inverted-color .organogram-item:hover {
    color: #fff;
    background-color: #ce977e;
}
.organogram-item span {
  opacity: 0;
}
.organogram-item:hover span {
  opacity: 1;
}
.row-centered {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
.col-centered {
    display:inline-block;
    /* float:none; */
    text-align:left;
    margin-right:-4px;
}

.organogram-item strong {
    text-transform: capitalize;
}

.vacature-item {
    position: relative;
    background-color: #eee;
    display: block;
    color: #000;
    min-height: 185px;
    padding: 60px 15px 15px;
    margin: 50px 0 30px 0;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
}
.vacature-item:hover {
    background-color: #e2e2e2;
}
.vacature-item strong {
    color: #ea6427;
    text-transform: capitalize;
}
.vacature-circle {
    position: absolute;
    top: -50px;
    left: 0; right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.vacature-link {
    color: #ea6427;
}


.contact-form label {
    position: relative;
    display: block;
}
.contact-form label input,
.contact-form label textarea {
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border: none;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact-form label input::-webkit-input-placeholder,
.contact-form label textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #737373;
    font-size: 14px;
}
.contact-form label input:focus,
.contact-form label input.populated,
.contact-form label textarea:focus,
.contact-form label textarea.populated {
    padding-top: 28px;
    padding-bottom: 12px;
}
.contact-form label input:focus::-webkit-input-placeholder,
.contact-form label input.populated::-webkit-input-placeholder,
.contact-form label textarea:focus::-webkit-input-placeholder,
.contact-form label textarea.populated::-webkit-input-placeholder {
    color: transparent;
}
.contact-form label input:focus + span,
.contact-form label input.populated + span,
.contact-form label textarea:focus + span,
.contact-form label textarea.populated + span {
    opacity: 1;
    top: 10px;
}
.contact-form label span {
    color: #ea6427;
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact-form input[type="submit"] {
    background-color: #ea6427;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-weight: 700;
}
.contact-form input[type="submit"]:hover {
    background-color: #da5d25;
}
.contact-form input,
.contact-form textarea {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

.btn-primary{
  background: #ea6427;
  border-color:#ea6427;
  color:#fff;
  border-radius: 10px;
}
.btn-primary:hover{
  background: #1b1b2b;
  color:#fff;
}
.btn-primary a{
    color:#fff;
}
.btn {
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    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;
}
/* section navigatie */
#header{
  float: left;
  display: inline;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 500;
    margin-top: 100px;
}
.navbar{
  margin-bottom: 0px;
  width: 100%;
  float: left;
  border-radius: 0px;
  z-index: 500;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 1);
  border-color: #fff;
  border:none;
  margin-left: 0px;
  z-index: 500;
    height:105px;
}
.navbar-brand{
  height:auto;
    float:left;
  font-size: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
   z-index: 500;
    position: absolute;
}
.navbar-brand img{
	height:80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{

}
.login{
	width:20%;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 500;
}
.custom_nav{
  float: left;
	width:80%;

	margin-top: 71px;
}
.custom_nav li{
	padding:5px 0 5px 0px;
	color:#ea6427;
}
.custom_nav li a {
  font-weight: 500;
  color: #ea6427 !important;
  font-size: 14px;
  padding: 0px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: none;
    color: #ea6427 !important;
    outline: none;
}
.navbar-default .navbar-nav > li > a.active{
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 1.0);
     color: #6698cc !important;
		 font-weight: bold;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ea6832;
    border-color: #fff;
}
.navbar-default .navbar-toggle {
    color: #1b1c2a;
}
.navbar-default .navbar-toggle {
    border-color: #1b1c2a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1b1c2a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ea6427;
}
.navbar-collapse.in {
    overflow-x: hidden;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
   background-color: #ea6427;
}
.affix-top{
  width: 100%;
  z-index:500;
}
.affix{
  width: 100%;
	height:auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin:0px;
  padding: 0px;
  z-index:500;
}
.affix .custom_nav{
margin-top: 30px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.affix .navbar-brand{
	height:50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affix .navbar-brand > img{
	height:40px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default {
    background-color: transparent !important;
}
.main-navigation {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
}
.navbar-default .sub-nav {
    background-color: rgba(239, 239, 239, .90);
    text-align: center;
}

.navbar-default .sub-nav ul li {
    display: inline-block;
}
.navbar-default .sub-nav ul li a {
    float: left;
    color: #000;
    padding: 10px 25px;
}
/* section photos */
#photobody {
  display: inline;
  float: left;
  width: 100%;
  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: 40vh;
  overflow: hidden;
  padding-top: 0px;
  min-height: 450px;
}

#photobody_half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

#photobody_half .container {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); top: 50%;
    left: 0; right: 0;
    z-index: 100;
}
#photobody_half .intro-header-container {
    background-color: rgba(239, 239, 239, .90);
    padding: 25px;
}
#photobody_half .btn-intro {
    position: absolute;
    right: 0; top: -50px;
    line-height: 50px; height: 50px;
    padding: 0 15px;
    background-color: #ea6427; color: #fff;
    border-radius: 0;
    font-size: 20px;
    -webkit-box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
    -webkit-transition: all .25s;
    transition: all .25s;
}
#photobody_half .btn-intro:hover,
#photobody_half .btn-intro:focus {
    background-color: #d25923;
    text-decoration: none;
}
#photobody_half .intro-header-container h2 {
    color: #ea6427;
    margin: 0 0 10px;
}
#photobody_half .intro-header-container p {
    margin: 0;
}


.arrowdown{
  height: 100px;

    position: absolute;
    left: 50%;
    bottom: 125px;
    z-index: 499;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.btn-jubi {
  position: absolute;
    bottom: 50px;
    left: 50%;
    padding: 15px 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
}
/* section instellingen */
section{
  padding:100px 0 100px 0;
}

section h1{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #ea6427;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    section h1 {
        word-break: break-word;
        font-size: 30px;
    }
}

section > hr{
    width:40%;
    height:4px;
    background: #ea6427;
    margin-bottom:25px;
}
section p.text-muted{
    margin-bottom: 50px;
    line-height:1.5em;
    font-size:15px;
    text-align: justify;
}
section p.white{
  color:#fff;
}
section .menu-item{
    background: #465b7a;
}
section .menu-item-img{
  float: left;
  display: inline;
  width: 100%;
  background: #465b7a;
  height: 250px;
  overflow: hidden;
}
section .menu-item-img img{
  max-width: 100%;
}
section .menu-item-artikel{
  float: left;
  display: inline;
  width: 100%;
  height:75px;
  background-color: #ea6427;
  position: relative;

}
section .menu-item-artikel:hover{
  background-color: #6698cc;
}
section .menu-item-artikel-logo{
  background-color: #6698cc;
  height:75px;
  line-height: 75px;
  width: 75px;
  vertical-align: middle;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left:0px;
  top:0px;
  overflow: hidden;
}
section .menu-item-artikel-logo img{
  width:70%;
}
section .menu-item-artikel-titel{
  font-size: 18px;
  height:75px;
  line-height: 75px;
  margin: 0;
  position: absolute;
  left:95px;
}
section .menu-item-artikel-titel a{
  color:#fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
}
aside{
  background: url(../img/header-1.jpg) no-repeat center center;
  background-size: cover;
  height:40vh;
}
aside.onzeclub {
  background: url(../img/asides/onzeclub.jpg) no-repeat center center;
  background-size: cover;
  height:40vh;
}

#nieuws,#sponsoren,#tenue{
  background-color: #fff;
}
#agenda, #ledenadministratie{
  background-color: #ea6427;
}
#agenda h1{
  color:#fff !important;
}
#ledenadministratie h1{
  color:#fff !important;
}
#timeline,#contact,#betrokken,#lidmaatschap{
  background-color: #f0f0f0;
}

/*section agenda*/

#agenda .agendaitem{
  width: 100%;
  padding:10px 0px;
  float: left ;

}
#agenda .agendaitem .agendaitem-datum{
  width: 30%;
  float: left;
  color:#fff;
  font-size:20px;
}
#agenda .agendaitem .agendaitem-omschrijving{
  width: 70%;
  float: left;
  color:#fff;
font-size:20px;

}
#agenda .agendaitem .agendaitem-omschrijving a{

  color:#fff;
font-size:20px;
}
/* content paginas */
.leftbar_content{
  float: left;
  display: inline;
  width: 100%;
  min-height: 200px;
}
.leftbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}

/* nieuws bericht */
.single_stuff{
  float: left;
  display: inline;
  width: 100%;
  height:250px;
  margin-bottom: 20px;
  background: #f0f0f0;

}


.single_stuff_img{
  float: left;
  display: inline;
  width: 50%;
  height:250px;
}

.news-item-image {
    display: block;
    width: 100%;
    height: 100%;
}
.single_stuff_img_right{
  float: right;
  display: inline;
  width: 50%;
  height:250px;
}
.btn-special {
    border-radius: 0;
    -webkit-box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
      box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
      font-size: 15px;
}
.btn-special.white {
    background-color: #fff !important;
    color: #000 !important;
}
.main-login {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: bold;
    color: #000;
}
@media (max-width: 767px) {
    .main-login {
        right: 75px; top: 10px;
    }
    .sub-nav {
      display: none;
    }
}


.single_stuff_img a{
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single_stuff_img img{
  max-width: 100%;
}

.single_stuff_article {
  float: left;
  display: inline;
  width: 100%;
  background-color: inherit;
  -webkit-box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
box-shadow: 0px 9px 10px -3px rgba(0,0,0,0.2);
}
.single_sarticle_inner{
  background-color: inherit;
  display: inline;
  float: left;
  padding: 40px 40px;
  width: 50%;
  height:210px;
  overflow: hidden;
  position: relative;

}

.stuff_category {
  background-color: #ea6427;
  border-radius: 3px;
  color: #fff !important;
  font-size: 14px;
  margin: 0px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  position: absolute;
  right:10px;
  top:10px;
}

a.stuff_category:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.stuff_article_inner{
  float: left;
  display: inline;
  width: 100%;
}
.stuff_date {
  color:#ea6427;
  margin-right: 5px;
}
.stuff_date strong{
  font-size: 20px;
}
.stuff_article_inner h2{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0px 0px 0px 0px;
}
.stuff_article_inner h2>a{
  color: #ea6427;
}
.stuff_article_inner p{
  line-height: 1.5em;
  padding: 10px 0;
  text-align: normal;
    color:#333;
}
.stuff_article_inner img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  float:left;
  margin-top: 10px; margin-right: 10px;
  margin-bottom:10px;
}


#scroller{
    height: 180px;
    overflow: hidden;
     width:100%;
}
.simply-scroll {

    width:100%;
    height: 150px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.simply-scroll .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll .simply-scroll-list li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    height: 150px;
    line-height: 150px;
    width: 150px;
    margin-right: 30px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align: center;
    border:1px solid #ccc;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */  /* Firefox 3.5 - 3.6 */
 box-shadow:         3px 3px 5px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
.simply-scroll .simply-scroll-list li img {

    max-width: 100%;


}
.sponsorscroller{
		margin-top: 50px;

}



.middlebar_content{
  float: left;
  display: inline;
  width: 126%;
  background-color: #fff;
  min-height: 200px
}
.middlebar_content>h2{
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin:0px;
  padding: 5px 25px;
  line-height: 32px;
}

/*second*/
.rightbar_content{
  float:right;
  display: inline;
  width: 92%;
  min-height: 200px;
}
.rightbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}

.stuffpost_paginatinonarea {
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.newstuff_pagnav{
  text-align: left;
}
.newstuff_pagnav li{
  display: inline-block;
}
.newstuff_pagnav li a{
  display: inline-block;
  background: none repeat scroll 0 0 #333;
  border-radius: 5px;
  color: white;
  margin: 0 2px 0 0;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newstuff_pagnav li a:hover,.newstuff_pagnav li a:focus,.newstuff_pagnav li a.active_page{
  background-color: #ea6427;
  outline: none;
}
/* Bestuur */

.bestuur{
	background:#f0f0f0;
  height:450px;
	margin-bottom: 30px;
}
.bestuur, .thumbnail{
	padding:5%;
	border:none;
}
/* Vacature*/

.vacature-overzicht{
    background:#f0f0f0;
    height:200px;
    margin-bottom:30px;

}
/*start middle bar css*/
.middlebar_content_inner {
  display: inline;
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.middlebar_nav{
  padding: 0;
  margin: 0;
}
.middlebar_nav li {
	float: left;
  display: inline;
  width: 100%;
  height:60px;
  background-color: #ea6427;
  position: relative;
	margin-bottom: 5px;
}
.middlebar_nav li:hover {
  background-color: #6698cc;
}
.middlebar_nav li a{
  display: block;
  text-decoration: none;
}

.middlebar_nav li a:hover {
  display: block;
  text-decoration: none;
  color:#fff;
}
.middlebar_nav li a.active{
  background: #6698cc;
  color:#fff;
}

.mbar_title {
  display: block;
  float: left;
  font-size: 15px;
	text-transform: uppercase;
  width: 100%;
  height:100%;
  font-weight: 500;
	line-height: 60px;
	text-indent: 20px;
	color:#fff;
}

.popular_categori{
  float: left;
  display: inline;
  width: 100%;
  border-left: 1px solid #bebebd;
    border-right: 1px solid #bebebd;
}
.popular_categori > h2 {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 5px 25px;
  width: 100%;
}
.poplr_catgnva {
  float: left;
  padding: 20px 15px;
  width: 100%;
}
.poplr_catgnva li{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.poplr_catgnva li a{
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-family: arial;

}
.poplr_catgnva li a:hover{
  color: #7dc34d;
}

/*start right sidebar*/
.single_blog_sidebar{
  float: left;
  display: inline;
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;

}
.single_blog_sidebar > h2 {
  color: #ea6427;
  font-size: 18px !important;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.single_blog_sidebar > h2 a {
  color: #ea6427 !important;
}

.single_blog_sidebar_inner > h2 {
  color: #ea6427;
  font-size: 18px !important;
  font-weight: 500;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}


.single_blog_sidebar_inner{

}

.single_block {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.single_block.half {
  display: inline-block;
  width: 49%;
}
.single_block.half-right {
  width: 49%;
  margin-left: 2%;
  float: right;
}
.single_block a {
  background-color: #6698cc;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.single_block a:hover,
.single_block a:focus {
  background-color: #ea6427;
}
h3.event-heading {
  padding-bottom: 2.5px;
  margin: 0 0 5px;
  font-size: 18px;
}
h3.event-heading a {
  color: #6698cc;
}
h3.event-heading a:hover {
  text-decoration: none;
}
.btn-theme {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #6698cc;
}

.btn-theme:hover,
.btn-theme:focus {
  background-color: #133E86;
  color: #fff;
  text-decoration: none;
}

.btn-group-theme {
  margin: 7.5px 0;
}

.btn-group-theme a {
  margin-bottom: 7.5px;
}

.featured_nav{}
.featured_nav li{
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.featured_img{
  display: block;
  background:#ea6427;
  min-height: 50px;
}
.featured_img img{
  max-width: 100%;
}
.featured_title{
  background: none repeat scroll 0 0 white;
  margin: 0 15px;
  position: relative;


}
.featured_title>a{
  display: block;
  background-color: #fff;
  margin-top: -30px;
  padding: 20px 15px 10px;
}

/*start popular tags area*/
.poplr_tagnav{}
.poplr_tagnav li{}
.poplr_tagnav li a {
  background-color: #fff;
  color: #bbb7b7;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 6px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.poplr_tagnav li a:hover{
  background-color: #ea6427;
  color: #fff;
  text-decoration: none;
}

/*FAQ*/
.faq_title{
	background: #6698cc;
	color:#fff;
}
.faq_title a{
	font-weight: 600;
	color:#fff;
}

/*start footer area*/
#footer{
  float: left;
  display: inline;
  width: 100%;
  background: #1b1b2b;
  color:#fff;
  padding:40px 0px 40px 0;

}
#footer a{
   color:#fff;
}
#footer .footer-title{
  margin-bottom: 20px;
  color:#ea6427;
}

 .fa-inverse{
  color:#1b1b2b !important;
}
/*start footer area*/
footer{
  float: left;
  display: inline;
  width: 100%;
  background: #ea6427;
  color:#fff;
  padding:20px 0px 20px 0;

}
footer a{
   color:#fff;
}

/*End footer area*/

/* trainignsschema styling */
.lisatr-category {
  background-color: #ea6427 !important;
}
/* end trainingsschema styling */

/*start single page*/
.singlepost_area{
  float: left;
  display: inline;
  width: 100%;
}
.singlepost_content {
  background: #fff;
  display: inline;
  float: left;
  padding: 5%;
  width: 100%;
  margin-bottom: 5%;

}

.singlepost_content img{
  max-width: 100%;
  display: block;
}
.singlepost_content h2{

  line-height: 1.5em;
  margin: 0;
  padding: 0px 0 10px;
  color: #ea6427;
}
.singlepost_content h2 a {
  color: #ea6427;
}
.singlepost_content p {
  background-color: inherit;
  border: 0 none;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  text-align: justify;
  vertical-align: baseline;
}
.singlepost_content a {
  color:blue;
}
.singlepost_content blockquote{
  font-family: arial;
  font-style: italic;
}
.singlepost_content ul,
.singlepost_content ol {
  padding: 10px 0 0 10px;
  margin-left: 20px;
}

.singlepost_content ul li {
  list-style: circle;
  margin-bottom: 8px;
}
.singlepost_content_img{
	max-width: 50%;
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.author{
  float: left;
  display: inline;
  width: 100%;
}
.author>a {
  border-radius: 50%;
  display: block;
  float: left;
  height: 100px;
  margin-right: 20px;
  width: 100px;
}
.author a>img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author>a:hover{
  opacity: 0.75;
}
.author_details {
  float: left;
  display: inline;
  width: 68%;
}

.similar_post_area{
  float: left;
  display: inline;
  width: 100%;
}
.similar_post_area > h2 {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 25px;
  padding: 5px 25px;
  width: 100%;
}
.similar_post_area > h2 i {
  color: #ea6427;
  display: inline-block;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.similarpost_nav {
  text-align: center;
}
.similarpost_nav li {
  display: inline-block;
  width: 30%;
  float: none;
  margin: 0px 1%;
}

.scrollToTop {
  background: none repeat scroll 0 0 #ea6427;
  color: #FFFFFF;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
	border-radius: 3px;
  position: fixed;
  right: 2%;
	bottom:2%;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop:hover, .scrollToTop:focus{
  background-color: #6698cc;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: none;
}



/*------------------------------------ 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 {
    min-width: 49%;
    width: 49%;
    padding: 0;
    float: left;
    display: inline;
    position: relative;
}
.overview_column.right {
    float: right;
}
.overview_column .categorie_name {

    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 10px;
    font-weight:600;
}
.overview_column.left .categorie_name {
    float: left;
    background: #ea6427;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;
    text-align: left;
}
.overview_column.right .categorie_name {
    float: left;
    background: #6698cc;
    color: #ffffff;
    margin: 20px 00px 5px 0px;
    text-align: left;
    padding-right: 10px;
}
.overview_row {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #f0f0f0;
    cursor: pointer;

}
.overview_row_visited {
    background: #6698cc;
    color: #FFFFFF;
}
a.team-facebook {
  background-color: #6698cc;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
}
.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_icon2.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 {
    float: left;
    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%;
}
.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%;
}
.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: #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:#efefef;
}
.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: #EFEFEF;
}
#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 */
/* Team overzicht */
.panel-default {
    border-color: #ddd;
    border:none;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -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-default > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
    border: none;
    color: #333 !important;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
.team_view_name {
    color: #ea6427;
}
.team_view_league {
    color: #000000;
}
/* Trainingsschema */

.trainingsschema_overview_row_teamname {
    width: 40%;
    float: left;
    font-size: 15px;
}
.trainingsschema_overview_row_time {
    width: 30%;
    float: left;
    font-size: 15px;
}
.trainingsschema_overview_row_location {
    width: 30%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}
#training-days-filter {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    float: left;
}
.overview-day {
    display: inline-block;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
}
.overview-day.checked {
    background-color: #000000;
    color: #fff;
}
.no-display {
    display: none;
}
.pointer {
    cursor: pointer;
}
/* End Trainingsschema */

.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;
}
/*Teampagina*/

.spelerblok
{
   width: 23%;
   height:200px;
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
  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);
   border-radius: 5px;
}

.spelerblok_foto
{
  width:100%;
  line-height: 165px;
  max-height:165px;
  font-size:300%;
  text-align: center;
  overflow: hidden;
}
.spelerblok_foto img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 165px;
}
.spelerblok_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #444;
    background-color:rgba(192,192,192,0.5);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
    overflow: hidden;
}
@media (max-width: 991px) {
  .spelerblok {
    width: 48%;
    margin-right: 2%;
  }
  .row-centered {
    display: block;
    width:auto;
    height:auto;
  }
  .c-centered {
    float:none;
  }
}
/* Breadcrumbs*/

.breadcrumb {
    background-color: #f0f0f0;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom:0px;
    padding: 10px 0px;

}
.breadcrumb .first{
  color: #ea6427 !important;
}

/*organisatieschema*/
.theadspecial
{
    padding: 15px 5px !important;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-indent: 0px;
    text-transform: Capitalize;
}
.theadspecial-agenda {
  font-size: 22px;
  text-transform: capitalize;
}
.theadspecial-sub
{
    padding: 10px 5px !important;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-indent: 10px;

}

/*sponsorpagina*/

.sponsoritem {
    width:100%;
min-height:150px;
    background:#f0f0f0;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border:1px solid #ccc;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */  /* Firefox 3.5 - 3.6 */
 box-shadow:         3px 3px 5px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.sponsoritem .sponsoritem_info {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(240, 240, 240, .95);
    text-align: left;
    line-height: normal;
    padding: 10px;
    height: 100%;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
    overflow-y: scroll;
}
.sponsoritem .sponsoritem_info strong,
.sponsoritem .sponsoritem_info a {
    color: #ea6427;
}
.sponsoritem:hover .sponsoritem_info {
    opacity: 1;
}
.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.sponsoritem_image img{
  width: 100%;
    max-height:150px;

    -o-object-fit: contain;
       object-fit: contain;
    padding: 0px;
}
.sponsoritem_title{
  position: absolute;
  left:0px;
  bottom:0px;
  width: 100%;
}
.sponsoritem_title h3{
    background:#6698cc;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color:#fff;
    padding:10px 5px;
}
.sponsoritem_title h3 a{
  color:#fff;
  text-decoration: none;
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 20px;
  background-color: #fff;
  left: 40px;
  margin-left: -10px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.table {
  border: none;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right !important;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel p.text-muted {
  text-align: left !important;
}
.timeline > li .timeline-panel h4 {
  text-align: left !important;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 100;
  background-color: #ea6427;
  color: white;
  border-radius: 100%;
  border: 15px solid #fff;
  text-align: center;
  overflow: hidden;
}
.timeline > li .timeline-image img{
  height:100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
  text-align: left;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
  font-weight: bold;
  font-size:25px;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline > li {
    margin-bottom: 50px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: calc(100% - 145px);
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 40px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@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 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
.green{
  border-color:  #008066 !important;
  background-color: #008066 !important;
}
.yellow{
  border-color:  #ecc64a !important;
  background-color: #ecc64a !important;
}
.brown{
  border-color:  #683b11 !important;
  background-color: #683b11 !important;
}
.orange{
  border-color:  #ea6427 !important;
  background-color: #ea6427 !important;
}
/*======================///////////////
      start responsive style
=====================///////////////////////*/
@media(min-width:991px) {
    #navbar {
        text-align: center;
    }
    .custom_nav {
        float: none !important;
        margin: 71px 0 0; width: auto;
        display: inline-block;
    }
}
@media (max-width: 991px) and  (min-width: 767px) {
    .custom_nav {
        margin-top: 100px !important; width: 100%;
    }
}
@media(max-width:1199px ){
  .navbar-collapse{padding-right: 0px;}
  .mbar_title {font-size: 14px;width: 100%;}
}
@media(max-width:991px ){
  .stuff_category {position: initial; display: inline-block; margin-bottom: 15px;}
  .navbar {width: 100%;}
  .middlebar_content {width: 100%;}
  .rightbar_content{width:100%;}
  .single_stuff_img img {width: 100%;}
  .socialmedia-container {display: none;}
}
@media(max-width:767px ){
  .topadd_place>a{width: 100%;}
	.navbar-default{
		height:auto;
	}
  .affix-top .navbar-brand{
      padding:0;
      padding-left: 5px;
  }
  .affix .navbar-brand{
      padding:0;
      padding-left: 5px;
  }

  .navbar-brand{ left:0px; margin: 0px; padding-top:5px !important; width:20%;}
  .navbar-brand img{  height:40px;}
}
@media(max-width:480px ){
  body{background-position: -35px 0px; }
  #searchForm input[type="text"] {width: 86%;}
  .stuff_article_inner h2 > a {font-size: 20px;}
  .footer_inner p {float: none;width: 100%;text-align: center;}
  .similarpost_nav li {margin: 0 0 25px;padding: 0 2%;width: 100%;}
}
@media(max-width:320px ){
  .stuff_article_inner h2{line-height: 1em;}
  .stuff_article_inner h2 > a {font-size: 16px;}
}

.nobackground{
  background: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.teamselectie
{
  background: red;
  position: absolute;
  right:0px;
  top:0px;
  height:400px;
  width: 400px;
  z-index: 500;
}


/* Extra kleuren */

.clubkleur{
	color:#ea6427;
}
.clubcolorsecond{
	color:#6698cc;
}
.bordeaux a {
  background-color: #ea6427;
}
