/* Global */
img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Dosis', sans-serif;
}


body{
    background: #e4f5fc; /* Old browsers */
    background: -moz-linear-gradient(top, #e4f5fc 0%, #bfe8f9 48%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4f5fc 0%,#bfe8f9 48%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 48%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.container{
    background:  #ffffff;
}

.container_page {
    background: #ffffff;
    border: 2px solid #ccc;
    border-top: 0px;
    border-bottom: 0px;
}


.thumbnails li> .fff .caption {
    background:#fff !important;
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails {
    margin-bottom: 0px;
    padding-left: 0px;
}


.navbar-inverse{
    border-radius: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
    margin-bottom: 0px;
}

.caption p {
    color: #999;
}

.caption .subtext {
    margin-bottom: 3px;
    float: left;
    width: 100%;
    /*border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;*/
    padding-bottom: 3px;
    margin-top: 5px;
}

.thumbnail{
    position: relative;
}

.thumbnail span{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }


/* Homepage slider */
#topslider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 2px 15px;
    background: rgba(0,0,0,0.9);
    text-shadow: none;
}
.carousel-indicators {
    top: 10px;
    left: auto;
    right: 30px;
    width: auto;
    margin-left: 0px;
    bottom: auto;
}

#topslider .carousel-caption h4 {
    width: 100%;
}

#topslider .carousel-inner .item a {
    color: #027b19;
}

#topslider .list-group {
    position:absolute;
    top:0;
    right:0;
}
#topslider .list-group-item {
    border-radius:0px;
    cursor:pointer;
    background: #027b19;
    color: #fff;
    font-weight: bold;
}
#topslider .list-group .active {
    background: #fff;
    color: #027b19;
}

@media (min-width: 992px) {
    /*#topslider {padding-right:33.3333%;}
    #topslider .carousel-controls {display:none;}*/
}
@media (max-width: 991px) {
    .carousel-caption p,
    #topslider .list-group {display:none;}
}


.park_blok {
    min-height: 330px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.parken_overzicht .park_blok {
    min-height: 420px;
}

.parken_overzicht .land_icon {
    top: 105px;
}

.thumbnail a {
    min-height: 125px;
    float: left;
    width: 100%;
}


.land_icon {
    width: 30px;
    height: 30px;
    background-size: cover !important;
    position: absolute;
    right: 10px;
    top: 146px;
}
.land_icon.nederland {
    background: url('../images/vlag_nl.png');
}
.land_icon.belgië {
    background: url('../images/vlag_be.png');
}

.land_icon.frankrijk{
    background: url('../images/vlag_fr.png');
}

.land_icon.duitsland{
    background: url('../images/vlag_de.png');
}





/*********************************************
        		Theme Elements
*********************************************/

.gold{
    color: #FFBF00;
}

/*********************************************
					PRODUCTS
*********************************************/

.product{
    border: 1px solid #dddddd;
    /*height: 321px;*/
    padding: 0px;
}

.product>img{
    max-width: 100%;
}

.product-rating{
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title{
    font-size: 20px;
}

.product-desc{
    font-size: 14px;
}

.product-price{
    font-size: 22px;
}

.product-stock{
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}

.product-info{
    margin-top: 50px;
}

/*********************************************
					VIEW
*********************************************/




/*********************************************
				ITEM
*********************************************/

.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}

.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.service1-item > img {
    max-height: 110px;
    max-width: 110px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.service1-item > img:hover {
    cursor: pointer;
    opacity: 1;
}

.item-container {
    min-height: 650px;
}



.service-image-left > center > img,.service-image-right > center > img{
    max-height: 270px;
}

.share_icons {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 5px;
    font-family: 'Dosis', sans-serif;
    background: #dddddd;
    font-size: 17px;
    line-height: 30px;
}

/* ribon */

.destacados{
    padding: 30px 0;
    text-align: center;

}

.box1 {
    /* See "NOTE 3" */
    position:relative;
    z-index:1;
    width:100%;
    /*padding:20px;*/
    /*margin:20px auto;*/
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background:  #FFFFFF;
    border-radius: 4px;
}

.box1 h3 {
    position:relative;
    padding: 0px 26px;
    margin: -14px -10px 5px;
    font-size:20px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#cc0000;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;

    border-radius: 4px 4px 0 0;
}

.box1 h3:before,
.box1 h3:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent maroon;
}

.box1 h3:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}






.box1 h4 {
    height: 80px;
    position:relative;
    padding: 10px 9px;
    margin: 0 -10px 20px;
    font-size:18px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
   /* background:#027b19;*/
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;


    background: #027b19; /* Old browsers */
    background: -moz-linear-gradient(left,  #027b19 0%, #3b9348 8%, #3b9348 93%, #027b19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #027b19 0%,#3b9348 8%,#3b9348 93%,#027b19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #027b19 0%,#3b9348 8%,#3b9348 93%,#027b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027b19', endColorstr='#027b19',GradientType=1 ); /* IE6-9 */
    border-radius: 4px 4px 0 0;

}

.box1 h4:before,
.box1 h4:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent #647D01;
}

.box1 h4:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}

.content_park {
    padding: 10px;
}

.footer {
    background: #ccc;
    color: #000;
    padding-top: 11px;
}

.filter_block.filter_block_reset {
    padding: 0px;
}

.container_page_footer{
    border: 2px solid #ccc;
    border-top: 0px;
    border-bottom: 0px;
}

.container.container_page {
    min-height: 900px;
}

.filter_block {
    padding: 5px 15px;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.filter_block .filter_title {
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
    background: #449d44;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 5px;
}


ul.pagination li a {
    border: none;
    color: #000;
}

ul.pagination li.disabled a {
    border: none;
    color: #000;
    font-weight: bold;
}


.park_info_small {
    min-height: 130px;
}

/* Mobiel */
@media (max-width: 768px) {
    .filter_menu{
        display: none;
    }

    .show_filters{
        color: #FFFFFF
    }
    .filter_menu.show_mob{
        display: block;
    }

    .filter_menu_left h3 {
        background: #449d44;
        padding: 10px;
        color: #fff;
    }
}


.callout-dark {
    padding: 55px;
    background: none;
    margin: 30px;
    min-height: 300px;
    border: solid 5px;
}
.callout-dark .center_text{
    background: rgba(999, 999, 999, 0.5);
    padding: 5px 0px 20px 0px;
    border-radius: 10px;
}


.callout-dark h1 {
    font-weight: bold;
    line-height: 1.4;
}

.callout-dark p {
    color: #000;
    font-size: 17px;
}

.callout-mage {
    padding: 30px;
    background-color: #743C58;
    color: #fff;
}