/****************************************/
/* DEVELOPERS							*/
/****************************************/





#page-developers-sec-1 {
	margin-bottom: 85px;
}






#page-developers .section-content > .content-img {
	width: 100%;
	margin-right: 0;
}






#page-developers-sec-1 .section-content,
#page-developers-sec-3 .section-content {
	opacity: 0;
	-webkit-transform: translate3D(0,20px,0);
	   -moz-transform: translate3D(0,20px,0);
		-ms-transform: translate3D(0,20px,0);
		 -o-transform: translate3D(0,20px,0);
			transform: translate3D(0,20px,0);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 -o-transition: all 0.6s ease;
			transition: all 0.6s ease;
}
#page-developers-sec-1.active .section-content,
#page-developers-sec-3.active .section-content {
	opacity: 1;
	-webkit-transform: translate3D(0,0,0);
	   -moz-transform: translate3D(0,0,0);
		-ms-transform: translate3D(0,0,0);
		 -o-transform: translate3D(0,0,0);
			transform: translate3D(0,0,0);
}




#page-developers-sec-2 {
}


.gallery-style1 {
	display: block;
	margin-left: -6px;
	margin-right: 0;
	direction: ltr;
}
.gallery-style1 .row {
	display: block;
}
.gallery-style1 .gallery-item {
	display: block;
	width: 50%;
	float: left;
	padding-top: 50%;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	-webkit-background-size: 102%;
	   -moz-background-size: 102%;
		 -o-background-size: 102%;
			background-size: 102%;
}
.gallery-style1 .gallery-item:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(229,229,229,0.25) url(../img/icon-zoom.png) 50% 50% no-repeat;
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	   -moz-transition: all 0.35s ease;
		-ms-transition: all 0.35s ease;
		 -o-transition: all 0.35s ease;
			transition: all 0.35s ease;
}
.gallery-style1 .gallery-item:hover:after {
	opacity: 1;
}
.gallery-style1 .gallery-item > img {
	width: 100%;
	height: auto;
	display: none;
	visibility: hidden;
}
.gallery-style1 .gallery-item > span {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 222px;
	max-width: 100%;
	height: auto;
	padding: 0.75em 1em;
	background: #000;
	color: #fff;
	direction: rtl;
	-webkit-transform: translate3D(100%,0,0);
	   -moz-transform: translate3D(100%,0,0);
		-ms-transform: translate3D(100%,0,0);
		 -o-transform: translate3D(100%,0,0);
			transform: translate3D(100%,0,0);
	-webkit-transition: all 0.35s ease 0.15s;
	   -moz-transition: all 0.35s ease 0.15s;
		-ms-transition: all 0.35s ease 0.15s;
		 -o-transition: all 0.35s ease 0.15s;
			transition: all 0.35s ease 0.15s;
}
.gallery-style1 .gallery-item:hover > span {
	-webkit-transform: translate3D(0,0,0);
	   -moz-transform: translate3D(0,0,0);
		-ms-transform: translate3D(0,0,0);
		 -o-transform: translate3D(0,0,0);
			transform: translate3D(0,0,0);
	-webkit-transition: all 0.35s ease;
	   -moz-transition: all 0.35s ease;
		-ms-transition: all 0.35s ease;
		 -o-transition: all 0.35s ease;
			transition: all 0.35s ease;
}

	

	
	
	
	
	


@media (min-width: 480px) {
}
@media (min-width: 768px) {
	.gallery-style1 {
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.gallery-style1 .row {
		display: table-row;
	}
	.gallery-style1 .gallery-item {
		display: table-cell;
		float: none;
		width: auto;
		border-left: 0px solid transparent;
		border-bottom: 0px solid transparent;
		padding-top: 0;
	}
	.gallery-style1 .gallery-item:first-child{
		border-left: 0;
	}
	.gallery-style1 .gallery-item > img {
		width: 100%;
		height: auto;
		display: block;
		visibility: hidden;
	}
	
}
@media (min-width: 992px) {
	#page-developers .section-content > .content-img {
		width: 68.75%;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1580px) {
}

/****************************************/