.projects .layout_full .item {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.projects .layout_full .item img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.projects .layout_full .item .mm_projekte_name {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 3.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.projects .layout_full .item .mm_projekte_name::before,
.projects .layout_full .item .mm_projekte_name::after {
	pointer-events: none;
}

.projects .layout_full .item .mm_projekte_name,
.projects .layout_full .item .mm_projekte_name > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.projects .layout_full .item .mm_projekte_name > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.projects .layout_full .item .mm_projekte_name h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.projects .layout_full .item .mm_projekte_name h2 span {
	font-weight: 800;
}

.projects .layout_full .item .mm_projekte_name h2,
.projects .layout_full .item .mm_projekte_name p {
	margin: 0;
}

.projects .layout_full .item .mm_projekte_name span {
	letter-spacing: 1px;
	font-size: 1.875rem;
}


/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.projects .layout_full .item {
		display: inline-block;
		float: none;
		width: 100%;
	}
}

.projects .layout_full .item .mm_projekte_name::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(51,56,62,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(51,56,62,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.projects .layout_full .item .mm_projekte_name {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.projects .layout_full .item .mm_projekte_name span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.projects .layout_full .item .mm_projekte_name::before,
.projects .layout_full .item p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.projects .layout_full .item p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.projects .layout_full .item:hover .mm_projekte_name span {
	color: #fff;
	opacity: 1;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,0,0);
}

.projects .layout_full .item:hover .mm_projekte_name::before ,
.projects .layout_full .item:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.projects .layout_full .item .mm_projekte_name {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.projects .layout_full .item {
	position: relative;
	overflow: hidden;
	text-align: center;
	
}

.projects .layout_full .item img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
/*----------------------------------------------------*/


.l_list .effect-julia {
	position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    height: auto;
    background: #5F3F3B;
    text-align: center;
    cursor: pointer;
}

.l_list .effect-julia img {
	position: relative;
	display: block;

	max-width: 100%;
	opacity: 0.8;
}

.l_list .effect-julia .figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.l_list .effect-julia .figcaption::before,
.l_list .effect-julia .figcaption::after {
	pointer-events: none;
}

.l_list .effect-julia .figcaption,
.l_list .effect-julia .figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.l_list .effect-julia .figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.l_list .effect-julia h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.l_list .effect-julia h2 span {
	font-weight: 800;
}

.l_list .effect-julia h2,
.l_list .effect-julia p {
	margin: 0;
}

.l_list .effect-julia p {
	letter-spacing: 1px;
	font-size: 68.5%;
}







div.effect-julia {
	background: #2f3238;
}

div.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.effect-julia .figcaption {
	text-align: left;
}

div.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
	text-shadow: 0px 0px 10px #7D7D7D;
}

div.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-470px,0,0);
	transform: translate3d(-470px,0,0);
}

div.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

div.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

div.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

div.effect-julia p:nth-of-type(4) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

div.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

div.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

div.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

div.effect-julia:hover p:nth-of-type(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

div.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

div.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.l_list div.effect-julia {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

div.effect-sadie .figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(51,56,62,0) 0%, rgba(51,56,62,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

div.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	
}

div.effect-sadie .figcaption::before,
div.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

div.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	text-transform: none;
    font-size: 15px;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

div.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

div.effect-sadie:hover .figcaption::before ,
div.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

div.effect-sadie .figcaption {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.effect-sadie {
	position: relative;
	overflow: hidden;
	text-align: center;
	
}

div.effect-sadie img {
	position: relative;
	display: block;
	
	max-width: 100%;
	opacity: 0.8;
}