.ab_latest_portfolio {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/********** Gallery upload **********/
.gallery_images .gallery-item{
	margin: 3.333333% 3.3333333% 0 0;
	width: 30%!important;
	background: #f7f7f7;
	position: relative;
	display: inline-block;
}

.gallery_images .gallery-item:nth-child(3n+3){
	margin-right: 0;
}

.gallery_images img{
	width: 80px;
	height: 80px;
	border: 1px solid #d3d7da!important;
}

#manage_gallery{
	margin-top: 10px;
	cursor: pointer;
}

#empty_gallery{
	cursor: pointer;
	margin-left: 10px;
}

#icon-edit.icon32-posts-listings {
	display: none;
}

.gallery-item a{
	display: inline-block;
}

/********** Featured Gallery **********/
.ABp_featured_portfolio{
	display: block;
}

.ABp_featured_portfolio .featured_item{
	width: 31.62%;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	margin: 10px;
}

.ABp_featured_portfolio .featured_item.current{
	position: relative;
}


.feature_gallery_wrapper{
	width: 1170px;
	margin: 0 auto;
	font-size: 0;
}

#pointer{
	position: absolute;
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	z-index: 10;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #222;
}

#portfolio_content_details{
	background: #141414;
	width: 100%;
	display: none;
	position: relative;
	clear: both;
	text-align: left;
	margin-bottom: 30px;
}

#portfolio_content_details .featured_gallery_post_wrapper{
	padding: 80px;
	position: relative;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper{
	text-align:center;
	cursor: pointer;
	z-index: 100;
	display: inline-block;
	width: 100%;
	font-size: 0;
	margin-bottom: 45px;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close{
	width:40px;
	height:40px;
	position:relative;
	display: inline-block;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next{
	width:28px;
	height:52px;
	position:relative;
	display: inline-block;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous{
	margin-right:20px;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next{
	margin-left:20px;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous:after{
	content:"";
	width:38px;
	height:1px;
	background:#858585;
	position:absolute;
	top: 21%;
	right:0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top: 73%;
	right:0;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next:after{
	content:"";
	width:38px;
	height:1px;
	background:#858585;
	position:absolute;
	top: 21%;
	right: -40%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	top: 73%;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close:after{
	content:"";
	width:56px;
	height:1px;
	background:#858585;
	position:absolute;
	top: 32%;
	left: -19%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close:hover:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous:hover:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next:hover:before,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .close:hover:after,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .previous:hover:after,
#portfolio_content_details .featured_gallery_post_wrapper #navigation_wrapper .next:hover:after{
	background: #fff;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_image{
	margin: 0 auto;
	text-align:center;
	display: block;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content{
	width: 1010px;
	display: block;
	margin: 60px auto 0;
	font-size: 0;
}

.section_body_fullwidth #portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content{
	width: 1170px;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .description_wrapper{
    width: 70.623%;
    margin-right: 5.75%;
	display: inline-block;
	vertical-align: top;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_title{
	color:  #ffffff;
	font-size: 24px;
	font-weight: 800;
	line-height: 40px;
	text-align: left;
	text-transform:uppercase;
	margin-bottom:10px
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_title a{
	color:  #fffefe;
	line-height: 38px;
	word-wrap: break-word;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_description{
	margin-bottom: 38px;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_description p{
	color:  #6b6b6b;
	font-size: 17px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info{
	width: 23.248%;
	display: inline-block;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .info_title{
	color:  #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-flex;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_linkto{
	margin-top:45px;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_linkto a{
	font-family: 'Crimson Text', serif;
	color:  #c3c3c3;
	font-size: 22px;
	font-style: italic;
	line-height: 31px;
	text-align: left;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_linkto a:hover{
	color: #fff;
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_date span,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_category span,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_client span,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_skill span{
	font-family: 'Crimson Text', serif;
	color:  #868686;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	width: 43%;
	display:inline-block
;vertical-align: top;
}

#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_date .date_names,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_category .cat_names,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_client .client_names,
#portfolio_content_details .featured_gallery_post_wrapper .gallery_post_content .gallery_post_info .gallery_post_skill .skills_names{
	font-family: 'Crimson Text', serif;
	color:  #868686;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
}

.gallery_post_date,
.gallery_post_client,
.gallery_post_category,
.gallery_post_skill{
	margin-bottom: 10px;
}


.gallery_post_share .share_title{
	color:  #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	text-align: left;
	margin-right: 20px;
}

.gallery_post_share .twitter_share,
.gallery_post_share .fb_share,
.gallery_post_share .gplus_share,
.gallery_post_share .mail_share{
	width: 40px;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	background: #1f1f1f;
}

.gallery_post_share .mail_share{
	margin-right: 0;
}

.gallery_post_share .twitter_share i,
.gallery_post_share .fb_share i,
.gallery_post_share .gplus_share i,
.gallery_post_share .mail_share i{
	line-height: 40px;
	color: #b4b4b4;
	font-size: 17px;
	-webkit-transition: all 190ms ease-in-out;
	-moz-transition: all 190ms ease-in-out;
	-o-transition: all 190ms ease-in-out;
	transition: all 190ms ease-in-out;
}

.gallery_post_share .twitter_share:hover i,
.gallery_post_share .fb_share:hover i,
.gallery_post_share .gplus_share:hover i,
.gallery_post_share .mail_share:hover i{
	color: #fff;
}