/* line 316, ../sass/main.scss */
.mix {
  display: none;
}

/* line 320, ../sass/main.scss */
.work-item {
  float: left;
  width: 100%; /*25%*/
  position: relative;
}

/* line 326, ../sass/main.scss */
.work-item > img {
  display: block;
  height: 253px;
  max-width: 100%;
  margin:0 auto;
}

/*=========================================
	Our Works
==========================================*/
/* line 290, ../sass/main.scss */
.work-filter {
  margin-bottom: 35px;
}

/* line 294, ../sass/main.scss */
.work-filter ul li {
  display: inline-block;
}

/* line 298, ../sass/main.scss */
.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

/* line 309, ../sass/main.scss */
.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #EE742B;
  border-radius: 6px;
  color: #3b3b3b;
  padding: 5px 17px;
}



/* line 332, ../sass/main.scss */
.overlay {
  background-color: rgba(50, 45, 40, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  z-index:9999;
  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);
}

/* line 357, ../sass/main.scss */
.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);
}

/* line 368, ../sass/main.scss */
.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
  color:#FFF;

}

/* line 377, ../sass/main.scss */
.work-item .overlay a:hover {
  color: #fff;
}

/* line 381, ../sass/main.scss */
.work-item .overlay h4 {
  font-size: 10px;
  line-height: 24px;
  margin: 10px 0 8px;
}

/* line 387, ../sass/main.scss */
.work-item .overlay p {
  font-size: 14px;
  line-height: 18px;
}

/*=========================================
	Our Team Member
==========================================*/
/* line 398, ../sass/main.scss */
.member-thumb {
  position: relative;
}

/* line 402, ../sass/main.scss */
.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

/* line 409, ../sass/main.scss */
.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

/* line 415, ../sass/main.scss */
.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

/* line 423, ../sass/main.scss */
.member-thumb:hover .overlay {
  cursor: pointer;
  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);
}


