.node-type-block-page #main-container{
    box-shadow: none;
    border: none;
    background: transparent;
}

.intro{
    background: #76a638;
    color: #fff;
    font-size: 15px;
    min-height: 255px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-left: 1px solid #fafafa;
    position: relative;
    
    line-height: 25px;
    font-family: Arial;
}

.intro .text,
.intro .resume{
    padding: 30px;    
    padding-bottom: 0;
    /*color: #85b8d2;*/
    color:#8c8c8c;
}

.node-type-block-page .intro .text p{
	color: #FFFFFF;
}

.intro.alt .resume{
    padding-top: 60px;
    font: normal 13px/25px Arial;
    color: #8c8c8c;
    -webkit-font-smoothing: antialiased;
    width: 530px;
}

.i18n-nl .intro.alt .resume{
    font: normal 14px/22px Arial;
}

.intro .text h2,
.intro .resume h2{
    font-size: 30px;
    font-family: 'AvenirLight', Arial;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 35px;
    color: #FFFFFF;
}

.i18n-nl .intro .text h2,
.i18n-nl .intro .resume h2{
	font-size: 25px;
	line-height: 30px;
}

.i18n-de .intro .text h2,
.i18n-de .intro .resume h2{
	font-size: 24px;
	line-height: 29px;
}


.intro .intro-img{
    float: right;
    margin: 0 0 0 55px;
}
.intro.hide .intro-img{
    margin-bottom: 0;
}

.intro .text{
    margin-bottom: 30px;
}

.intro .expand{
    position: absolute;
    width: 14px;
    height: 15px;
    display: block;
    background: transparent url('../images/expand.png') no-repeat 0 0;
    bottom: 30px;
    /*right: 350px;*/
    left: 553px;
}

.intro.products .expand{
    left: 350px;
}

.intro.hide .expand{
    bottom: 30px;
    /*right: 290px;*/
    left: 553px;
    background-position: 0 0;
}

.intro.products.hide .expand{
    left: 350px;
}

.intro.hide a:hover.expand{
	/*background-position: right top;*/
	background: url("../images/expand.png") no-repeat scroll right top transparent;
}

.intro a:hover.expand{
	background: url("../images/expand.png") no-repeat scroll right -16px transparent;
}

.intro.show .expand{
    background-position: 0 -16px;
}

/*.intro .expand{
    bottom: 30px;
    right: 290px;
    background-position: 0 -16px;
}*/

.blocks{
    
}

.blocks .block{
    width: 255px;
    float: left;
    margin-right: 40px;
    background: #f9f9f9;
    color: #6e767e;
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    
    height: 292px;
}
.blocks .block .img-link{
    height: 125px;
    display: block;
}
.blocks .block img{
    height: 125px;
}
.blocks .block img.colors{
    display: none;
}

.blocks .block h3{
    text-transform: uppercase;
    color: #76a638;
    height: 35px;
    margin-bottom: 5px;
    font-family: 'Avenir', Arial;
    font-size: 15px;
    line-height: 19px;
}
.blocks .block h3 a{
    color: #76a638;
    text-decoration: none;
    font-family: 'AvenirLight';
}
.blocks .block h3 a:hover{
    color: #fff;
}

.blocks .block:focus,
.blocks .block:hover,
.blocks .block.hover{
    background: #76a638;
    color: #fff;
}

.blocks .block:focus h3 a,
.blocks .block:hover h3 a,
.blocks .block.hover h3 a{
    color: #fff;
    font-weight: bold;
}

.blocks .block:focus img.colors,
.blocks .block:hover img.colors,
.blocks .block.hover img.colors{
    display: block;
}
.blocks .block:focus img.gray,
.blocks .block:hover img.gray,
.blocks .block.hover img.gray{
    display: none;
}


.blocks .block.last{
    margin: 0;
}

.blocks .block .block-content{
    padding: 30px 20px 20px 20px;
}