
@font-face {
    font-family: Alice;
    src: url('../fonts/Alice-Regular.ttf');
}
body{
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  overflow-x:hidden;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: #666;
}
a:hover{
  color: #272727;
}
h2{
  font-family: 'Open Sans', sans-serif;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;
}
.img-left {
  display: block;
  margin-right: auto;
}

.responsiveIframe{
    position:relative;
}
.responsiveIframe .ratio{
    display:block;
    height:auto;
    width:100%;
}
.responsiveIframe iframe {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


.blue_bg{
  background-color: #000 !important;
      color: #fff !important;
}
.blue_bg h2{
    color: #fff !important;
}
.blue_bg h2 a{
    color: #fff !important;
}

.blue_bg:hover{
  background-color: #39c8f7;
  color: #fff;
}


.red_bg{
  background-color: #ff6600 !important;
      color: #fff !important;
}
.red_bg h2{
    color: #fff !important;
}
.red_bg h2 a{
    color: #fff !important;
}

.red_btn{
    background-color: #ff6600;
    color: #fff;
}
.white{
  color:#fff !important;
}

.navbar{
  margin-bottom: 0px;
  width: 100%;
  float: left;

}
/* MODAL */
.modal-content,
.modal-header,
.modal-footer {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.modal-title {
  font-family: Alice;
  font-size: 50px;
  color: #ff6600;
}
.modal-footer {
  text-align: left;
}
/* END MODAL */
.navbar-default {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #fff;
  border:none;
}


.custom_nav{
  float: right;
}
.custom_nav li{

}
.custom_nav li a {
  font-weight: 600;
  color: #fff !important;
  font-size: 15px;
  padding: 10px;
  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: #ff6600 !important;
    outline: none;
}
.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: #ff6600 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff6600;
    border-color: #fff;
}
.navbar-default .navbar-toggle {
    color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ff6600;
}
.navbar-collapse.in {
    overflow-x: hidden;
}

.dropdown-menu {
   background-color: RGB(46, 120, 52);
   padding: 0px;
   left:-2px;
}
.dropdown-menu li a  {
  border-top: 1px solid #222;
    padding: 10px 10px;
}
.dropdown-menu li:first-child a{
  border-top:none;
}
.dropdown-menu>li a {
 font-size: 12px;
 font-weight: normal;
 text-transform: capitalize;
   color: #fff !important;
}
.dropdown-menu>li a:hover {
 background-color: #ff6600;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
   background-color: #ff6600;
}


#searchForm{
  float: right;
  padding-top: 10px;
  width: 30%;
  height: auto;
  font-style: italic;
}

#searchForm button{
  background-color: #002742;
  color:#fff;
  border-color: #002742;

font-style: normal;
}

#searchForm input[type="submit"]:hover{


}


/*start cotent body css*/
.driehoek{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #ff6600;
    position: absolute;
    left:50%;
    bottom:0px;
    z-index: 500;
}

#photobody {
  display: inline;
  float: left;
  width: 100%;
  height: 265px;
  overflow:hidden;
  position: relative;
}
#photobody img{
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
#photobody_half {
  display: inline;
  float: left;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
#photobody_half img{
  width: 100%;
  height:auto;
}
.header.container {
  position: relative;
  padding: 0;
}
.header nav {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  min-height: 35px;
  height: 40px;
}
.header nav #navbar {
  height: 40px !important;
}
.header .navbar-brand img {
  position: absolute;
  left: 15px;
  top: -70px;
}
.sponsorbalk {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 999;
  width: 100%;
  width: 100%;

}

.sponsor-item {
  width: 250px;
  padding: 2.5px 10px;
  margin: 0 25px;
  background-color: #fff;
  height: 85px;
  float: left;
}
.sponsorbalk .sponsor-item {
  width: calc(100% / 5 - 50px);
  background: transparent;
}
.sponsorbalk .sponsor-item center {
  background: #fff;
  opacity: .75;
}
.sponsor-item img {
  height: 80px !important;
  width: auto !important;
  padding: 5px;
}
/* SUB MENU */
.sub-menu {
  margin-bottom: 40px;
}
.sub-menu .sub img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; height: 100%;
}
.sub-menu .sub {
position: relative;
    height: 200px;
    /* -webkit-box-shadow: 2px 2px 2px #888888; */
    /* box-shadow: 2px 2px 2px #888888; */
    border-radius: 3px;
    overflow: hidden;
}
.sub-menu .sub a {
  display: block;
  height: 100%; width: 100%;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}
.sub-menu .sub a:hover,
.sub-menu .sub a:focus {
  background-color: rgba(0, 0, 0, 0.25);
}
.sub-menu .sub a:hover h3,
.sub-menu .sub a:focus h3 {
  padding: 15px 15px 25px;
  background: rgba(0, 0, 0, 0.75);
}
.sub-menu .sub h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0; padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background .25s ease,
                      padding .25s linear;
  -webkit-transition: background .25s ease,
              padding .25s linear;
  transition: background .25s ease,
              padding .25s linear;
  text-align: center;
  color: #ff6600;
}
/* END >> SUB MENU << */
.main-container {
/*  background-color: #fff;*/
  padding-top: 50px;
}
.kraai-background {
  background-image: url('images/kraai-background.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  min-height: 1525px; /* Height background-image */
  background-size: 945px;
}
.socialmedia-container {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 30px;
    z-index: 300;
}

.socialmedia-container .link {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #4C4C4B;
}
.socialmedia-container .facebook { /** Safari 6, Chrome 19-25 **/ /** FF 4-15  **/
  top: calc(50% - 35px);
}
.socialmedia-container .twitter { /** Safari 6, Chrome 19-25 **/ /** FF 4-15  **/
  top: calc(50% - 0px);
}
.socialmedia-container .instagram { /** Safari 6, Chrome 19-25 **/ /** FF 4-15  **/
  top: calc(50% + 35px);
}

#contentbody {
  display: inline;
  float: left;
  width: 100%;
}

.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;
}


.single_stuff{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #888888;
          box-shadow: 2px 2px 2px #888888;
  height: 345px;
  overflow: hidden;
}
.single_stuff.no-image h2 {
  font-size: 46px;
  padding: 25px 20px 35px 20px;
}
.single_stuff h2 {
  font-family: Alice;
  font-size: 20px;
  padding: 7.5px 20px;
  margin: 0;
}
.single_stuff h2 a,
.single_stuff h2 small {
  color: #ff6600;
  outline: none;
}
.single_stuff h2 a:hover,
.single_stuff h2 a:focus {
  text-decoration: none;
}
.single_stuff .single_stuff_img {
  float: left;
  display: inline;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.single_stuff_bread {
  background-color: #000;
  color: #ff6600;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.single_stuff .single_stuff_img a {
  display: block;
}
.single_stuff .single_stuff_img img{
  max-width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.single_stuff .single_stuff_img h2 {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7.5px 15px;
  margin: 0 10px 40px 0;
}

.single_stuff_article {
  float: left;
  display: inline;
  width: 100%;
  background-color: inherit;
}
.single_sarticle_inner{
  background-color: inherit;
  display: inline;
  float: left;
  padding: 7.5px 15px;
  width: 100%;
  overflow: hidden;
}

.stuff_category {
  background-color: #ff6600;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: 0px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  float:right;
}

a.stuff_category:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.stuff_article_inner{
  float: left;
  display: inline;
  width: 100%;
}
.stuff_date {
  color:#ff6600;
  margin-right: 5px;
}
.stuff_date strong{
  font-size: 20px;
}
.stuff_article_inner h2{
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0;
}
.stuff_article_inner h2>a{
  color: #0B3273;
}
.stuff_article_inner p{
  line-height: 1.5em;
  padding: 10px 0;
  text-align: justify;

}
#scroller{
    height: 85px;
    overflow: hidden;
}
.simply-scroll {
    /* Customisable base class for style override DIV */
    width:100%;
    height: 100px;
    float: left;
    margin-top: 100px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 85px;
    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;
    background-color: #f8f8f8;
    height: 120px;
    line-height: 120px;
    width: 200px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;

        margin-right: 1%;
    text-align: center;
}
.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;
}
/*home*/
.rightbar_content_home{
  float:right;
  display: inline;
  width: 100%;
  min-height: 200px;
  padding: 0 15px;
}
.rightbar_content_home>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;
}
/*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: #ff6600;
  outline: none;
}

/*start middle bar css*/
.middlebar_content_inner {
  display: inline;
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.middlebar_nav{
  padding: 0;
  margin: 0;
}
.middlebar_nav li {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  background-color: #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}
.middlebar_nav li:hover {

  background-color: #ff6600;

}
.middlebar_nav li a{
  display: block;
  text-decoration: none;
}
.middlebar_nav li a:hover {
  display: block;
  text-decoration: none;
  color:#fff;
}

.mbar_title {
  color: #666;
  display: block;
  float: left;
  font-size: 15px;
  width: 100%;
  height:100%;
  padding:15px 10px;
  font-weight: 600;
}
.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;
  background: #ffffff;
  margin-bottom: 20px;

}
.single_blog_sidebar > h2 {
  background-color: #501a00;
  padding: 0 8px;
  color: #ff6600;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.single_blog_sidebar > h2 a {
  color: #ff6600 !important;
}

.single_blog_sidebar table {
  margin-bottom: 0;
}

.single_blog_sidebar p {
  padding: 8px;
  margin-bottom: 0;
}
.singlepost_content .single_stuff_img {
  position: relative;
}
.singlepost_content .single_stuff_img h2 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7.5px 15px;
  bottom: 10px;
}

.single_blog_sidebar .app-download {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.single_blog_sidebar .app-download img {
  width: 140px;
}

.single_blog_sidebar_inner > h2 {
  color: #000;
  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_inner{
  padding:2%;
}

h3.event-heading {
  padding-bottom: 2.5px;
  margin: 0 0 5px;
  font-size: 18px;
}
h3.event-heading a {
  color: #000;
}
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: #000;
}

.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:#ff6600;
  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: #ff6600;
  color: #fff;
  text-decoration: none;
}


/*start footer area*/
#footer{
  float: left;
  display: inline;
  width: 100%;
  background: #383838;
  margin-top:2%;
  padding:2%;
  border-top:5px solid #ff6600;
  color:#c0c0c0;
}
#footer a{
   color:#c0c0c0;
}
/*End footer area*/

/* trainignsschema styling */
.lisatr-category {
  background-color: #ff6600 !important;
}
/* end trainingsschema styling */

/*start single page*/
.singlepost_area{
  float: left;
  display: inline;
  width: 100%;
}
.singlepost_content {
  display: inline;
  float: left;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
    background: #FFF;
}

.singlepost_content img{
  margin-bottom: 10px;
  max-width: 100%;
}
.singlepost_content h1,
.singlepost_content h2 {
  font-family: Alice;
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0;
}
.singlepost_content h1 a,
.singlepost_content h2 a {
  font-family: "Open Sans", sans-serif;
  color: #ff6600;
}
.singlepost_content h1.alice a,
.singlepost_content h2.alice a {
  font-family: "Alice", sans-serif;
}
.singlepost_content p {
  background-color: inherit;
  border: 0 none;
  color: #333333;
  font-size: 13px;
  line-height: 20.8px;
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  vertical-align: baseline;
}
.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 h4.reacties {
  margin: 80px 0 0;
  font-size: 24px;
}
.singlepost_content h3.reactie {
  font-size: 18px;
}
.modal-footer .sharer,
.singlepost_content .sharer {
  margin: 40px 0;
  padding: 0;
}
.modal-footer .sharer li,
.singlepost_content .sharer li {
  display: inline-block;
  list-style: none;
}
.modal-footer .sharer li.facebook .fa-circle,
.singlepost_content .sharer li.facebook .fa-circle {
  color: #3b5998;
}
.modal-footer .sharer li.twitter .fa-circle,
.singlepost_content .sharer li.twitter .fa-circle {
  color: #55acee;
}
.modal-footer .sharer li.google-plus .fa-circle,
.singlepost_content .sharer li.google-plus .fa-circle {
  color: #d34836;
}

.social_area {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
}
.social_area ul{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.social_area ul li{
  display: inline-block;
}
.social_area ul li > a {
  background: none repeat scroll 0 0 grey;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  margin: 0 4px;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.social_area ul li > a:hover{
  /*opacity: 0.75;*/
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.social_area li:nth-child(1) > a {
  background: none repeat scroll 0 0 #3b5998;
  padding: 6px 16px;
}
.social_area li:nth-child(2) > a {
  background: none repeat scroll 0 0 #00acee;
}
.social_area li:nth-child(3) > a {
  background: none repeat scroll 0 0 #dd4b39;

}
.social_area li:nth-child(4) > a {
  background: none repeat scroll 0 0 #0e76a8;

}
.social_area li:nth-child(5) > a {
  background: none repeat scroll 0 0 #c92228;

}
.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%;
}
.singlepage_pagination {
  display: inline;
  float: left;
  margin-top: 40px;
  padding: 0 20px;
  width: 100%;
}
.previous_btn {
  border: 2px solid #ff6600;
  border-radius: 0 10px;
  color: #bbb7b7;
  display: inline-block;
  float: left;
  outline: medium none;
  padding: 8px 10px;
  text-transform: uppercase;
   -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.next_btn{
  border: 2px solid #ff6600;
  border-radius: 10px 0px;
  color: #bbb7b7;
  display: inline-block;
  float: right;
  outline: medium none;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.previous_btn:hover,.previous_btn:focus,.next_btn:hover,.next_btn:focus{
  background-color: #ff6600;
  border-color: #ff6600;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.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: #ff6600;
  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 #ff6600;
  bottom: 10%;
  color: #FFFFFF;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 5%;
  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: #000;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: none;
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*Gameday*/

#gameday{
  width: 100%;
  height:auto;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 5%;
  padding:5%;
  font-family: 'Source Sans Pro', sans-serif;

}
#gameday .matchday{
  text-transform: uppercase;
  line-height: 1em;
  font-size: 17px;

}
#gameday .matchday .tijdstip{
  color: #848484;
}

#gameday .matchday .competitie{
  color: #ff6600;
}

#gameday .HomeTeam{
  text-transform: uppercase;
  text-align: right;
}
#gameday .AwayTeam{
  text-transform: uppercase;
    text-align: left;
}
#gameday .HomeTeam .TeamName{
  font-weight: 500;
  color:#848484;
  font-size: 17px;
  padding-right: 5%;
}
#gameday .AwayTeam .TeamName{
  font-weight: 500;
  color:#848484;
    font-size: 17px;
      padding-left: 5%;
}
#gameday .location{
  text-align: right;
      font-size: 17px;
}
#gameday .sponsor{
  text-align: right;
  position: relative;
}
#gameday .sponsor img{
  max-width: 30%;
}
#gameday .sponsorcategorie{
    text-align: right;
      text-transform: uppercase;
      color:#848484;
      font-size: 17px;
}
/*------------------------------------ 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 {
    height: 35px;
    line-height: 35px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0px 20px 0px 20px;
}
.overview_column.left .categorie_name {
    float: left;
    background: #ff6600;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;
    text-align: left;
    padding-left: 10px;
}
.overview_column.right .categorie_name {
    float: right;
    background: #000;
    color: #ffffff;
    margin: 20px 00px 5px 0px;
    text-align: right;
    padding-right: 10px;
}
.leeftijd-wrap {
   margin-bottom: 5px;
   float: left;
   width: 100%;
}
.leeftijd-wrap .overview_row {
  margin-bottom: 0;
}
.overview_row {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 8px 10px;
    background: #EFEFEF;
    cursor: pointer;

}
.overview_row_visited {
    background: #000;
    color: #FFFFFF;
}

.sponsor-img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  padding: 10px;
}
.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 {
    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: #ff6600;
    border-color: #ddd;
    border: none;
    color: #fff !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: #ff6600;
}
.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%;

  height:100%;
  font-size:300%;
  text-align: center;
  line-height: 150px;
  overflow: hidden;
}
.spelerblok_foto img {
  max-width: 100%;

}
.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;

}

.diensten_title {
background-color:#FFF;
padding:5px;
border-bottom:1px solid #ff6600;
border-top:1px solid #ff6600;
}
tr .even {
background-color:#FFF;
padding:5px;
}
tr .odd {
background-color:#F2F2F2;
padding:5px;
}
/* Breadcrumbs*/

.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom:0px;
    padding: 10px 15px;
    -webkit-box-shadow: 2px 2px 2px #888888;
            box-shadow: 2px 2px 2px #888888;
}
.breadcrumb .first{
  color: #ff6600 !important;
}

/*organisatieschema*/
.theadspecial
{
    padding: 10px 5px !important;
    background-color: #ff6600;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-indent: 10px;

}

/*sponsorpagina*/

.sponsoritem{
    width:31%;
    height:250px;
    background:#efefef;
    padding: 2%;
    float:left;
    margin-right: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.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:#000;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color:#fff;
    padding:10px 5px;
}



/*======================///////////////
      start responsive style
=====================///////////////////////*/

@media(max-width:1199px ){
  .mbar_title {font-size: 14px;width: 100%;}
  .kraai-background {
    background-size: calc(100% - 30px);
    background-position: 10px 15px;
  }

@media(max-width:1024px) {
  /* NAVBAR OVERRIDE */
  .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: 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 .container-fluid {
    padding: 0;
  }
  .header .navbar-brand img {
    z-index: 99999;
  }
  /* END NAVBAR OVERRIDE */
  #photobody,
  #photobody img {
    height: 200px;
  }
  .header nav #navbar {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header nav {height: 50px; min-height: 50px;}
  .navbar {width: 100%;}
  .custom_nav li a {font-size: 14px;padding: 25px 10px;}
  .custom_nav li {border-right: medium none;}
}
@media(max-width:991px ){
  .sponsorbalk {display: none;}
  .sub-menu {display: none;}
  .middlebar_content {width: 100%;}
  .rightbar_content{width:100%;}
  .single_stuff_img img {width: 100%;}
  .socialmedia-container {display: none;}
}
@media(max-width:767px ){
  .navbar .container-fluid {
    padding: 0 15px;
  }
  .header .navbar-brand img {width: 175px; top: -40px;}
  .navbar{ padding-top: 0px;}
  .custom_nav{float:left; width: 100%;}
  .custom_nav li{ width: 100%;}
  .topadd_place>a{width: 100%;}
}
@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;
}
.form-group {
  margin-bottom: 5px;
  background: red;
}
}
