/* Add here all your CSS customizations */

@media (max-width: 767px) {
    .blog-posts.blog-post-image {
        margin-left: 60px;
    }

    .news .item .image-col-wrapper {
        margin-bottom: 32px;
    }

}

.news .item .image-col {
    height: 260px;
}

.news .item .image-col .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    /*transform: scale(1.1);*/
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 0.8em;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    min-height: 120px;
    padding: 10px 10px 10px 0px;
}

/* modal - magnificPopup */
.modal-block {
   background: transparent;
   padding: 0;
   text-align: left;
   max-width: 600px;
   margin: 40px auto;
   position: relative;
}

.modal-block.modal-block-xs {
   max-width: 200px;
}

.modal-block.modal-block-sm {
   max-width: 400px;
}

.modal-block.modal-block-md {
   max-width: 600px;
}

.modal-block.modal-block-lg {
   max-width: 900px;
}

.modal-block.modal-block-full {
   max-width: 98%;
}

.modal-block.modal-header-color .panel-heading h2 {
   color: #FFF;
}

.modal-block.modal-full-color {
   color: #FFF;
}

.modal-block.modal-full-color .panel-heading {
   border: 0;
}

.modal-block.modal-full-color .panel-heading h2 {
   color: #FFF;
}

.modal-block.modal-full-color .panel-footer {
   border: 0;
}

.modal-block.modal-full-color .panel-body {
   background-color: transparent;
}

.modal-block.modal-full-color .fa {
   color: #FFF !important;
}

/* Modal Wrapper */
.modal-wrapper {
   position: relative;
   padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
   float: left;
   width: 20%;
   text-align: center;
}

.modal-icon .fa {
   font-size: 52px;
   position: relative;
   top: -10px;
   color: #CCC;
}

.modal-icon.center {
   float: none;
   width: auto;
   padding-top: 20px;
}

.modal-icon.center + .modal-text {
   float: none;
   width: auto;
}

.modal-icon + .modal-text {
   float: left;
   width: 80%;
}

/* Modal Text */
.modal-text {
   padding: 0 5px;
}

.modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
   padding: 0;
   margin: -7px 0 4px 0;
}


ol, ul {
   list-style: none;
}

.webticker-wrapper {
   /*height: 30px;*/
   /*display: block;*/
   /*height: auto;*/
}

.webticker-content {
   /*height: 50px;*/
   /*position: absolute;*/
   /*left: 0;*/
   /*right: 0;*/
}

ul#webticker {
   font-size: 1.4rem !important;
   font-weight: normal !important;
}

.label-category {
   min-width: 100px !important;
   text-align: center;
   display: inline-block;
   padding: 4px;
   font-size: 0.9rem !important;
}

.text-xxs {
   font-size: 0.7rem;
}

.text-xs-08 {
   font-size: 0.8rem;
}

.text-xs-09 {
   font-size: 0.9rem;
}

.arrow {
   background: transparent url(/img/arrows.png) no-repeat 0 0;
   width: 47px;
   height: 120px;
   display: inline-block;
   position: relative;
}

.custom-progress-bars .progress-label {
   float: left;
   width: 30%;
   clear: both;
   margin-top: 10px;
}

.custom-progress-bars .progress {
   float: left;
   width: 70%;
   height: 3px;
   margin-top: 20px;
}

.number-display
{
    padding: 6px 12px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px !important;
}

.number-display.fixed-160
{
    width: 160px;
    text-align: left !important;
    border: 0px;
}

.number-display span {
    vertical-align: middle;
}

.number-display2 {
    display: inline-block;
    padding: 6px 6px 6px 6px;
    font-size: 2.4rem;
    font-weight: 500;
    width: 76px;
    /*height: 30px;*/
    border-radius: 4px;
    text-align: left;
    /*line-height: 33px;*/
    line-height: 1;
    margin-bottom: 5px !important;
}

.number-display2 .place {
    vertical-align: top;
    font-size: 1.0rem;
}

.label-status, .label-soort, .label-type {
    min-width: 150px !important;
    text-align: center;
    display: inline-block;
    font-size: 90%;
    line-height: 1.4em;
    font-weight: 400;
    padding: 4px;
}