/*=========================================
	Our Works
==========================================*/
.project-wrapper{width:1170px; margin:0 auto;}

.text-center{text-align:center;}

.work-filter {
  margin-bottom:70px;
}

.work-filter ul li {
    display: inline-block; margin-right:10px;
}
.work-filter ul li:last-child{margin-right:0px;}
.work-filter ul li a {
  color: #9b8a8a;
  display: block;
  font-size: 18px;
  padding: 5px 17px;
  font-family: 'Oswald', sans-serif; font-weight:300;
  text-transform: capitalize; border:1px solid #d9d9d9;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #03b875;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    /*width: 33%;*/
    position: relative;
	margin-bottom:25px;
	margin-right:25px;
	 /*-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); */

}




.work-item:hover
{
    /*box-shadow: 0px 0px 10px #000000;*/
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.8);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.8);
    transition: all 200ms ease-in;
    transform: scale(0.8);
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
  position:relative;
}

/*.project-wrapper figure{margin-right:25px; margin-bottom:25px;}*/

.work-item > h2{position:absolute; z-index:100; color:#fff; font-family: Verdana,Geneva,sans-serif; font-size:18px; line-height:18px; text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000; left:0; right:0; margin:0 auto; top:40px; -webkit-transition:all 1s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;}

.work-item2 > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.work-item:hover h2{opacity: 0;
	filter: alpha(opacity=0);}

.overlay {
	background-color: rgba(0,0,0,.7);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff; 

	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
 /*border: 1px solid #fff;
  border-radius: 50%;*/
  display: inline-block;
  margin-top: 0;
  padding: 7px 10px;
  color:#7cb439;
  font-size:12px;
  text-transform:uppercase;
  transition: all 0.6s ease 0s;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-family: Verdana,Geneva,sans-serif; font-size:18px; line-height:18px; text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;
  margin:80px 0 0 0;
  text-transform:uppercase;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}







.work-item2:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item2 .overlay a {
  /*border: 1px solid #fff;
  border-radius: 50%;*/
  display: inline-block;
  margin-top: 0;
  padding: 7px 10px;
  color:#7cb439;
  font-size:12px;
  text-transform:uppercase;
  transition: all 0.6s ease 0s;
}

.work-item2 .overlay a:hover {
  color: #fff;
}

.work-item2 .overlay h4 {
  font-size: 18px;
  line-height: 24px;
  margin:120px 0 0 0;
  text-transform:uppercase;
}

.work-item2 .overlay p {
  font-size: 14px;
  line-height: 24px;
}

