@charset "utf-8";
/* CSS Document */
.empcont{
	width: 90%;
	margin-left: 7%;
	margin-right: 2%;
}

.img-wrapper
{
	width: 28%;
	height: 350px;
	position: relative;
	
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 20px;
	
}
.img-wrapper .namebefore{
	color: #ffffff;
	text-align: right;
	text-transform: capitalize;
	margin: 0;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 10px;
	position: absolute;
	bottom: -10px;
	width: 96%;
	margin-left: 0%;
	z-index: 15;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	height: 50px;
	line-height: 24px;
	right: 0%;
	border-bottom: 1px solid #e5e5e5;
	
	vertical-align: middle;
	font-family: 'cairo' , sans-serif;
	transition: all 0.3s ease;
	overflow: hidden
}
.img-wrapper:hover .namebefore{
	height: 90px

}
.img-wrapper .namebefore span{
	font-size: 18px;
}
.linz{
	width: 90%;
	margin-left: 5%;
	height: 1px;
	 
	margin-top: 30px
}
.sozial .fa{
	
	float: right;
	margin-right: 4%;
	font-size: 21px;
	color: #ffffff;
	line-height: 50px;
	text-align: center
	
}
.sozial{
	width: 90%;
	bottom: 0px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%
}
.imgcont{
	width: 100%;
	height: 360px;
	overflow: hidden;
		
}

.gridsh{
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	width: 100%;
	height: 360px;
	position: absolute;
	z-index: 10
}
.img-wrapper img
{
	height: 360px;
	width: 100%;
/*	//filter: grayscale(0%) brightness(70%);*/
	transition: 1s;
	
}
.img-wrapper:hover img{
transform: scale(1.1)
	
}
.img-wrapper h2 i{
	width: 20px;
	height: 20px;
	margin-right: 5px
}
.img-wrapper h2 i:hover{
	background-color: transparent
}
.img-wrapper h2
{
	opacity: 0.8;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 0px;
	font-family: 'cairo' , sans-serif;
	
	z-index: -1;
	
/*
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
*/
	transition: 1s;
	font-size: 0px
}

.img-wrapper:hover h2
{
	z-index: 1;
	height: 200px;
	bottom: 0px;
	font-size:17px; 
	padding-top: 140px
/*	transform: perspective(400px) rotateX(0deg);*/
}

.img-wrapper ul
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li
{
	background: #333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transform: perspective(800px) rotateY(90deg);
	transition: .5s;
	transform-origin: left;
}

.img-wrapper:hover ul li
{
	transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1)
{
	transition-delay: .2s;
}

.img-wrapper:hover ul li:nth-child(2)
{
	transition-delay: .6s;
}

.img-wrapper:hover ul li:nth-child(3)
{
	transition-delay: .8s;
}

.img-wrapper:hover ul li:nth-child(4)
{
	transition-delay: 1s;
}

.img-wrapper ul li a
{
	
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i
{
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i:hover
{
	color: #fff;
	background: rgba(255,255,255,0);
}

@media screen and (max-width: 500px) {
	.img-wrapper
{
	width: 95%;
	margin-bottom: 50px
	
}
	.img-wrapper img
{
	
}
	.img-wrapper .namebefore{
	font-size: 15px;
	
}
}

@media screen and (min-width: 505px) and (max-width: 1100px){
	.imgcont{
	width: 100%;
	height: 290px;
	overflow: hidden;
		
}

.gridsh{
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(4,50,130,0.60) 100%);
	width: 100%;
	height: 290px;
	position: absolute;
	z-index: 10
}
.img-wrapper img
{
	height: 290px;
	width: 100%;
/*	//filter: grayscale(0%) brightness(70%);*/
	transition: 1s;
	
}
	.img-wrapper
{
	width: 28%;
	height: 290px;
	position: relative;
	
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 20px;
	
}
	.img-wrapper .namebefore{
	color: #ffffff;
	text-align: right;
	text-transform: capitalize;
	margin: 0;
	padding-top: 20px;

	padding-bottom: 10px;
	position: absolute;
	bottom: -10px;
	font-size: 14px;
	width: 90%;
padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	z-index: 15;
	font-weight: 600;
	letter-spacing: 0px;
	height: 50px;
	line-height: 24px;
	right: 0%;
	border-bottom: 1px solid #e5e5e5;
	
	vertical-align: middle;
	font-family: 'cairo' , sans-serif;
	transition: all 0.3s ease;
	overflow: hidden
}
	.img-wrapper .namebefore span{
    font-size: 15px;
}
.img-wrapper:hover .namebefore{
	height: 100px

}
	
}