/* 	Subplex Portfolio Display Style Sheet */

.be_project {
	display: inline-block;
	overflow: hidden;
	width: 25%;
	position: relative;
	margin-bottom: -18px;
/*	pointer-events: none;	*/
}



.be_project:nth-child(odd) img {
	margin-right: 0px;
}

.be_project:nth-child(even) img {
	margin-right: 0px;
}


.be_project img {
	width: 96%;
	margin: 4%;
	transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	-webkit-transition: 0.1s all ease-in;
}

.be_project h3 {
	background-color: rgba(0, 0, 0, 0.9);
    bottom: 14px;
    font-size: 1em;
    font-weight: normal;
    left: 14px;
    line-height: 1;
    overflow: hidden;
    padding: 10px 40px 10px 10px;
    position: absolute;
    transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
    width: 75%;
	z-index:2;
	font-family: marvel, sans-serif;
	pointer-events: none;
}


.be_project p {
	margin: 0;
}

.be_project a {
	margin: 0;
}

.desaturated {
	filter: grayscale(100%); 
	-moz-filter: grayscale(100%); /* Select Firefox support */
	-webkit-filter: grayscale(100%); /* Webkit support */
}

#projectgrid {
	overflow: hidden; /* EXPERIMENTAL - To combat unwanted scrollbar appearing in project grid */
}

.sat {
	filter: grayscale(0%); 
	-moz-filter: grayscale(0%); /* Select Firefox support */
	-webkit-filter: grayscale(0%); /* Webkit support */
	opacity: 1;
}

.slideout {
	bottom: 0px;
	left: 5em;
}

.slidein {
	bottom: 14px;
	left: 0.8em;
}