/* Portfolio */
/* Portfolio Filter */
.mix-filter {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.mix-filter li {
  color: #555;
  cursor: pointer;
  padding: 6px 15px;
  margin-right: 2px;
  margin-bottom: 5px;
  background: #eee;
  display: inline-block;
}
.mix-filter li:hover,
.mix-filter li.active {
  color: #fff;
  background: #008839;
}
.mix-grid .mix {
  opacity: 0;
  display: none;
}

/* Portfolio Hover */
.mix-grid .mix {
  position: relative;
  overflow: hidden; 
  margin-bottom: 10px;
}
.mix-grid .mix .mix-inner {
  position: relative;
  width: 100%;
}
.mix-grid .mix .mix-details {
	color: #fff;
	width: 100%;
	height: 100%;
	bottom: -100%;
	text-align: center;
	position: absolute;
	background: rgba(228,79,0,1);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background-color: #008839;
}
.mix-grid .mix:hover .mix-details {
  bottom: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;  
}
.mix-grid .mix .mix-details h4 {
  color: #fff;  
  margin-top: 15px;
  padding: 0 10px;
}
.mix-grid .mix .mix-details p {
  padding: 0 30px;
}
.mix-grid .mix .mix-details i {
  color: #fff;
  font-size: 14px;
}
.mix-grid .mix a.mix-link, 
.mix-grid .mix a.mix-preview {
	color: #fff;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	position: absolute;
	padding: 5px 15px;
	background: #DB3A1B;
	background-color: #00762d;
}
.mix-grid .mix a.mix-preview {
margin-left: 277px; 
margin-top: 50px;
   
}
.mix-grid .mix a.mix-link {
  right: 50%;
  margin-right: 5px;
}
.mix-grid .mix a.mix-link:hover,
.mix-grid .mix a.mix-preview:hover {
  color: #fff;
  padding: 4px 14px;
  text-decoration: none;
  border: solid 1px #eee;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) { 
  .mix-grid .mix.col-md-6.col-sm-6 .mix-details {
    height: 50%;
  }
.mix-grid .mix a.mix-preview {
    
margin-left: 55px; 
margin-top: 25px;
   
}
}
@media (min-width: 768px) and (max-width: 991px) { 
  .mix-grid .mix a.mix-link,
  .mix-grid .mix a.mix-preview {
    
margin-left: 77px; 
margin-top: 40px;
   
}
  }
}

.portfolio-block .item strong {
font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
display: block;
margin-bottom: 4px;
}

@media (min-width: 300px) and (max-width: 768px) { 
.mix-grid .mix a.mix-preview {
margin-left: 35%; 
margin-top: 50px;
font-size:17px;
   
}
h4 {
color: #fff;
margin-top: 20px;
padding: 0 10px;
}
}