
.portfolio-style1 article {
    position: relative;
    overflow: hidden;
    -webkit-transition:all 0.3s linear 0s;
       -moz-transition:all 0.3s linear 0s;
        -ms-transition:all 0.3s linear 0s;
         -o-transition:all 0.3s linear 0s;
            transition:all 0.3s linear 0s;
}

/*.csbody .cshero_portfolio_filters.portfolio-style1 li a:before {
	border-width: 16px;
}
*/
.cshero_portfolio_filters.portfolio-style1 {
	margin: 20px 0 40px; 
}

.cshero_portfolio_filters.portfolio-style1 ul li {
	margin: 0 3px 5px;
}

.portfolio-style1 .cshero-portfolio-wrap {
	position: relative;
}
.portfolio-style1 .cshero-portfolio-wrap:before,
.portfolio-style1 .cshero-portfolio-wrap:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.portfolio-style1 .cshero-portfolio-wrap:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	z-index: 1;
}

.portfolio-style1 .cshero-portfolio-wrap:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.portfolio-style1 .cshero-portfolio-wrap:hover:before,
.portfolio-style1 .cshero-portfolio-wrap:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cshero-portfolio.portfolio-style1 > .cshero-header .cshero-title {
	line-height: 1;
	margin-bottom: 0;
}


.portfolio-style1 .cshero-portfolio-item-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}

.portfolio-style1 .cshero-portfolio-item-content-inner {
	width: 100%;
	height: 100%;
    position: absolute;
}

.portfolio-style1 .cshero-portfolio-element-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio-style1 .cshero-portfolio-item-content-inner .cshero-portfolio-element {
	padding: 0 20px;
}

.portfolio-style1 .cshero-portfolio-item-content .cshero-portfolio-description {
	text-transform: none;
}

.portfolio-style1 a.port-link-detail {
    border: 1px solid;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 10px;
    padding: 10px;
    text-align: center;
    margin-right: 3px;
}

.portfolio-style1 a.port-link-popup {
    border: 1px solid;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 10px;
    padding: 10px;
    text-align: center;
    margin-left: 3px;
}

.portfolio-style1 .cshero-post-category,
.portfolio-style1 .cshero-post-description {
	
}

.portfolio-style1 .cshero-nav ul li a i {
	font-size: 60px;
	line-height: 1;
	position: relative;
	z-index: 5;
}

.portfolio-style1 .cshero-portfolio-title {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 0;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.portfolio-style1 .cshero-portfolio-title:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}

.portfolio-style1 .cshero-portfolio-category {
	margin-top: 10px;
}

.portfolio-style1 .cshero-portfolio-category a {
	color: #fff;
}

.portfolio-style1 .link-wrap {
	margin-top: 15px;
}

.portfolio-style1 .cshero-portfolio-container .link-wrap a.icon-link {
	font-size: 13px;
	line-height: 1;
	height: auto;
	width: auto;
	padding: 12px;
}

.portfolio-style1 .cshero-portfolio-container .padding-wrap .bullet {
	display: block;
    float: left;
    overflow: hidden;
    position: relative
}

.portfolio-style1 .cshero-portfolio-container .padding-wrap .bullet span {
	border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}

.cshero-portfolio-title {
	background: url(../images/portfolio-logo.png) no-repeat top center;
	padding-top: 60px;
}

/* Hover */
.portfolio-style1 article:hover .cshero-portfolio-item-content {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}

.csbody .portfolio-style1 a.port-link-detail:hover,
.csbody .portfolio-style1 a.port-link-popup:hover {
	background: #fff !important;
}
.csbody .cshero-portfolio-view-all {
	margin-top: 10px;
}