.job-partners {
	padding-bottom: 50px;
}

/*Our-clients*/
.our-clients {
	margin-bottom: 0;
	text-align: center;
}

.our-clients li {
	padding: 0;
	width: 155px;
	height: 40px;
	margin: 3px;
	margin-bottom: 6px;
	border: 1px solid #eee;
	border-radius: 2px !important;
	position: relative;
	overflow: hidden;

}

#effect-2 figure img {
	padding: 0 3px 0 3px;
	width: 155px;
	height: 40px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

#effect-2 figure .img-hover {
	top: 0;
	left: 0;
	width: 155px;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 35px;
	background-color: #ff9333;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

#effect-2 figure .img-hover:hover {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}
