
/*-----------------------------------------------------------------------------------*/

.magnify-img{
background-image:url(../images/magnify-icon.png);
background-position:right bottom;
background-repeat:no-repeat;
}

.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}

.b-animate-go{
	text-decoration:none;
}
.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 15px;
	font-weight: 400;
	width: 80%;
	line-height: 1.3em;
	margin: 0 auto;
	top: 10%;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}

.b-wrapper:hover {
	background: rgba(149, 64, 41, 0.90);
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 250px;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
    background: none;
}
.portfolio.icon.mix_all {
  padding: 0;
}
/*div#portfoliolist {
  padding: 0.5% 0px;
}*/
	
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width:100%;
	}	
.portfolio img {
		max-width:100%;
		--position: relative;--
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
.next_previous_bar{

opacity:0.9;
position:relative;
z-index:1;
margin-bottom:50px;
}