.portfolio {
	padding: 0px 0px;
	text-align:center;
}
.gallery {
	padding: 50px 0px;
	text-align: center;
}
.port-folio-top h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin: 0px 0px 20px 0px;
  font-family: 'Roboto', sans-serif;
}
.port-folio-top h4 {
	font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #000;
  width: 50%;
  margin: 0em auto 2em;
}
.port-folio-bottom {
	padding: 1px 0px 0px 0px;
}
.portfolio-bwn {
	margin: 25px 0px;
}
.portfolio-bwn a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	border: 2px solid #000;
	padding: 10px 40px;
	background: url(../images/port-anc.png)no-repeat 10px 15px;
}
.portfolio-bwn a:hover{
	text-decoration: none;
	border:2px solid #FE8301;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
span.port-line {
	background: #999;
	display: block;
	width: 1170px;
	height: 1px;
	margin: 45px auto 0px;
}
/*-- MIXTUP PART --*/
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	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 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.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:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 6em;
	font-size: 15px;
	color: #7E7C7C;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 8%;
}
/* 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;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin: 1em 0em;
	text-align: center;
}
/*--team--*/
.team{
	background:#fff;
	padding:0 0 9% 0;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
}
div#portfoliolist {
		padding: 10px 0px;
}	
.portfolio-wrapper img {
  width: 100%;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		margin:0em 0em 0px 0px;
		padding: 0px;
}
.portfolio img {
		max-width:100%;
		display: block;
		margin: 0px auto 0px;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
}

.b-wrapper:hover {
	background:rgba(120, 50, 5, 0.39);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- MIXTUP PART --*/
@media(max-width:1280px){
span.port-line {
  width: 1000px;
}
}
@media(max-width:1024px){
.port-folio-top h3 {
	font-size: 30px;
}	
span.portab-line {
	margin: 15px auto;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 4em;
}
span.port-line {
	width: 700px;
}
.port-folio-top h4 {
  width: 65%;
}
}
@media(max-width:768px){
.port-folio-top h3 {
	font-size: 28px;
}
.gallery {
	padding: 30px 0px;
}	
.port-folio-top h4 {
	font-size: 18px;
	width: 80%;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 7em;
}
.portfolio-bwn a {
	font-size: 13px;
}
span.port-line {
	width: 570px;
}
.portfolio-wrapper {
  float: left;
  width: 50%;
}
}
@media(max-width:640px){
.port-folio-top h3 {
	font-size: 23px;
}	
.port-folio-top h4 {
	font-size: 13.5px;
}
.port-folio-bottom {
	padding: 5px 0px 0px 0px;
}
#filters li span {
	font-size: 0.8em;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 6em;
}
span.port-line {
  width: 470px;
}
}
@media(max-width:480px){
.port-folio-top h3 {
	font-size: 23px;
}	
.port-folio-top h4 {
  font-size: 12px;
  width: 85%;
}
.port-folio-bottom {
	padding: 1px 0px 0px 0px;
}
#portfoliolist .portfolio {
	width: 33%;
}
span.port-line {
	display: none;
}
h2.b-animate.b-from-left.b-delay03 {
  padding-top: 4em;
}
}
@media(max-width:320px){
.port-folio-top h3 {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}	
.port-folio-top h4 {
	font-size: 12px;
  line-height: 1.5em;
}
span.portab-line {
	width: 240px;
}
#filters li span {
	padding: 5px 5px;
	font-size: 0.65em;
}
ul#filters {
	margin: 0.4em 0em;
}
#portfoliolist .portfolio {
	width: 50%;
}
.gallery {
	padding: 20px 0px;
}
.portfolio-bwn a {
	font-size: 11px;
}
.portfolio-bwn {
	margin: 15px 0px;
}
span.port-line {
	display: none;
}
h2.b-animate.b-from-left.b-delay03 {
  padding-top: 2.5em;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 15%;
}
.portfolio-bwn a {
  font-size: 11px;
  padding: 5px 14px 5px 40px;
  background: url(../images/port-anc.png)no-repeat 10px 8px;
}
}
