@charset "utf-8";

/*********************************
6. Portfolio
*********************************/
.portfolio_category{
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #042C54;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.portfolio_category:not(:last-child){
}
.portfolio_category:hover,
.portfolio_category.active{
	color: #24B8EF
}
.portfolio_grid{
	width: 100%;
}
.portfolio_item{
	width: calc((100% - 279px) / 3);
	float: left;
	margin-bottom: 89px;
	margin-right: 93px;
}
.portfolio_item::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.portfolio_item:hover::after{
	visibility: visible;
	opacity: 1;
}
.portfolio_item img{
	max-width: 100%;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
	margin-top: 0;
}
.portfolio_item_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.portfolio_item_title{
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 30px;
}
.portfolio_item_link{
	margin-top: 7px;
}
.portfolio_item_link a{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
}


.portfolio_item{
	position: absolute;
    left: 0%;
    top: 0px;
    border: 1px solid #eee;
	background-color: #fff;
}

.portfolio_grid h5{
	border-bottom:  1px solid #24b8ef;
	padding: 5px 10px;
	margin-bottom: 0px;

}
.portfolio_item h6{
	padding: 8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
}


/************
1. 1600px
************/
@media only screen and (max-width: 1600px){
	.portfolio_item	{width: calc((100% - 186px) / 2);	}
}
/************
7. 959px
************/
@media only screen and (max-width: 930px){
	.portfolio_item	{
		width: calc((100% - 120px) / 2);
		margin-right: 60px;
	}
}
@media only screen and (max-width: 767px){
	.portfolio_item	{
		width: calc(100% - 60px);
		margin-right: 60px;
	}
}
/************
11. 575px
************/
@media only screen and (max-width: 575px){
	.portfolio_category{
		font-size: 16px;
	}
	.portfolio_category:not(:last-child){
		margin-right: 5px;
	}
	.portfolio_item{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 60px;
	}
}