/* 4. portfolio */
.filter-menu{}
.filter-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #666;
  display: inline;
  font-family: dosis;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 2px;
  padding: 6px 15px;
  position: relative;
  text-transform: uppercase;
}
.filter-menu button:last-child:before{display:none}
.filter-menu button.active , .filter-menu button:hover {color:#2ac5ee}
.row-portfolio{margin:0 -10px}
.row-portfolio .portfolio-item{padding: 0 10px;}
.portfolio-wrapper {
  position: relative;
}
.related-wk .portfolio-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  background: hsl(0, 0%, 20%) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.portfolio-caption.caption-border.text-center {
  text-align: left;
  z-index: 2;
}
button:focus {
    outline: none;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity:.15}
.view-icon {
  height: 42px;
  left: 0;
  margin-top: -21px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
  z-index: 9;
}
.portfolio-wrapper:hover .view-icon {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.view-icon > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #2ac5ee;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  width: 40px;
}
.view-icon > a:hover {
  background: #2ac5ee;
  color: #fff;
}
.portfolio-caption {
  padding: 15px;
}
.portfolio-caption > h4 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
}
.work-tag > a {
  color: #555;
  font-size: 13px;
  letter-spacing: 1px;
}
.portfolio-caption {
  padding: 15px;
}
.portfolio-caption {
  padding: 15px;
}
.caption-border {
  box-shadow: 0 1px 3px 2px rgba(1, 152, 117, 0.03);
}
/* portfolio style 2 */
.portfolio-style-2{}
.portfolio-style-2 .portfolio-caption {
  bottom: 31px;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.portfolio-wrapper:hover .portfolio-caption {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

/* call to action */
.call-to-action > h3 {
  font-weight: 500;
  letter-spacing: 1.5px;
}
.call-to-action > p {
  margin: 0;
}
.call-to-action a {
  margin-top: 12px;
}
/* portfolio-style-3 */
.portfolio-style-3{}
.portfolio-style-3 .portfolio-caption {
  bottom: 20px;
  top: inherit;
}
.portfolio-style-3 .portfolio-wrapper:hover .portfolio-caption {
  bottom: 0;
  top: inherit;
}
.row-portfolio.m-0{margin:0;}
.portfolio-style-4 .portfolio-thumb::before {
  background: #222222 none repeat scroll 0 0;
}
.portfolio-style-4 .portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: 0.7;
}
.portfolio-style-4 .portfolio-caption > h4 {
  color: #fff;
}
.portfolio-style-4 .work-tag > a {
  color: #fff;
}
.portfolio-style-4 .portfolio-caption {
  bottom: 50%;
  top: inherit;
}
.portfolio-style-4 .portfolio-wrapper:hover .portfolio-caption {
  transform:translateY(50%);
  bottom:50%;
}
.portfolio-grid-2 .portfolio-item {
  width: 50%;
}
.portfolio-grid-4 .portfolio-item{width:25%}
.no-space .portfolio-item{margin-bottom:0;}
.width-8{width: 66.6667%;}


.portfolio-style-2 .portfolio-caption > h4,.portfolio-style-2 .work-tag > a,.portfolio-style-2 .work-tag  {
  color: #fff;
}
.portfolio-style-2 .portfolio-caption > h4:hover a, .portfolio-style-2 .work-tag > a:hover {
  color: #222222333;
}
.portfolio-style-2  .portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: 0.64;
}
.portfolio-caption > h4 a:hover, .work-tag > a:hover {
  color: #2ac5ee;
}
#contactForm .btn.btn-primary.btn-md.btn-form-submit:hover{
	background:#222;
	border-color:#222;
	
}
.blog-post-small .embed-responsive-16by9 {
  min-height: 228px;
}
