/* GENERAL */

div[id^="mod_roos_kunstgras_wrapper_"] {
    
}
/*grid*/
.columns {
	padding:0;
}
.view {
  	width: 32.3%;
	height: auto;
	margin: 10px 1% 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #F8F8F8;
	border:1px solid #C0E0EF;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
        border-top-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	vertical-align:top;	
	transform: translateZ(0); /*chrome hack */
}
@media (max-width: 767px) {
	.view {
		width:98%;
	}
}
.view .mask, .view .content {
    width: 100%;
    height: 280px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
	-moz-border-radius-topleft: 12px!important;
	-webkit-border-top-left-radius: 12px!important;
    border-top-left-radius: 12px!important;
	-moz-border-radius-bottomright: 12px!important;
	-webkit-border-bottom-right-radius: 12px!important;
	border-bottom-right-radius: 12px!important;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
    -webkit-backface-visibility: hidden; /*chrome hack*/
    -webkit-transform: translateZ(0); /*chrome hack*/
}
.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 10px;
    /* background-color: rgba(218, 61, 106, 0.8); */
    background-color: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
}
.view p {
	font-size: 2.0em;
	position: relative;
	color: #FFF;
	padding: 10px 20px 0 20px;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}
.fa-search-plus {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.fa-search-plus:hover {
	color:#002;
	transition: all 0.3s ease-in-out 0s;
}
.project img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.project .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.project .mask {
    pointer-events: none;
}
.project h2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.project p {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.project:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.project a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.project:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.project:hover h2,
.project:hover p,
.project:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
	transform: translateZ(0);
	border-radius:0;
}
.project:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.project:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/* detail pagina */
.projectimg {
	padding: 0 0 5px 0;
	width: 100%;
}
.projectimg img {
	margin: 0;
	border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.projectthumb img {
	max-height:70px;
	opacity: 0.5;
	margin-bottom: 5px;
}
.projectthumb img:hover {
	opacity:1.0;
	transition: all 0.3s ease-in-out 0s;
}
/*einde detailpagina*/																			      