/* =================================== */
/*	Basic Style 
/* =================================== */


/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 17px;
  margin-bottom:10px;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing:1px;
  background-color: #029183;
  
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0076AE;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
  
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(0,129,197,.2);
	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: 2px solid #06a9a6;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10%;
  padding: 15px 15px;
  background-color: rgba(255,255,255,.8);
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	margin: 40px 0 8px;
	color: #FF2B2B;
	letter-spacing: 1px;
	text-shadow: 1px 1px #fff;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}
