.porfolio_items{
overflow:visible!important;
}
.isotope-item:hover, .widget-isotope-container:hover, .isotope-container:hover, .portfolio-container:hover , .owl-item:hover{ 
z-index: 2!important;
position: relative!important;
}
.owl-item:hover{
	z-index: 99999!important;
	position: relative!important;
}
 .owl-item img:hover{ 
z-index: 88888!important;
}
.single_img .isotope-item:hover, .single_img  .isotope-container:hover , .single_img .portfolio-container:hover{
	z-index: 0!important;
}

.meta-nav-prev {
   background-color: #26CCBE;
	float:right;
	background-image: url("../images/portfolio_next.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 12px;
	width:12px;
	padding: 10px;
   border-radius: 3px 3px 3px 3px;
   margin-top: 15px;
}
.meta-nav-next{
   background-color: #26CCBE;
    background-image: url("../images/portfolio_prev.png");
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    float: right;
    height: 12px;
    padding:10px;
    right: 0;
    width: 12px;
	margin-right: 5px;
     margin-top: 15px;
}
.meta-nav-next:hover, .meta-nav-prev:hover{
	opacity:.7
}
.nav_prev_item{

}
.nav_next_item{
	float:left;
}
.single_img ul, ul.porfolio_items {
	list-style:none!important;
	margin-left:0px;
	    z-index: 0;
	    margin-bottom: 0;
}
#singlepage_nav{
   display: block;
    margin: 0px auto 0;
    overflow: hidden;
    width: 70px;
    z-index: 99;
}

.single_img li img{

}
.single_img .isotope_gallery  li{
	background-color:#FB4400 ;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	display:inline-block;
}
.listimg li{
	margin-bottom:3px;
}
.single_img img{
	display:block;
}

.isotope_gallery li{
	width:32.8%;
}
.single_img  ul.isotope_gallery{
	opacity:0;
}
.portfolio_fullwidth{
	margin-top:25px;

}
.bx-wrapper .slider li{
	min-height:150px;
}
/* Related Post */
#relatedposts ul{
	margin-top:25px;
}
#relatedposts ul li{
    display: block!important;
} 
#relatedposts h3:after {
    background-color: #333333;
    content: " ";
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    margin-top: 1px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    width: 50px;
}
#relatedposts h3{
    position: relative;
}
/* single page portfolio skills */
ul.project_skills{
	margin: 0px;
	margin-top: 20px;
}
.project_skills li {
    background-color: #FA3C02;
    border-radius: 100px;
    color: #FFFFFF;
    list-style: none outside none;
    margin: 5px 0;
    padding: 5px 10px;
    display: table;
    padding-right: 30px;
}
.project_skills li:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 3px solid #FFFFFF;
    border-radius: 100%;
    content: " ";
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 2px;
    padding: 6px;
}
.project_skills li:nth-child(odd) { background:#0494c6; }
.project_skills li:nth-child(even) { background:#FA3C02; }
.portfolio_single_image{
	margin:0px auto;
	display:block;
}
/* portfolio page template */
/* Show Details */
.post_content {
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 20px;
}
.portfolio-container
{
    position: relative;
}
.show-details:hover img
{
    position: relative;
    z-index: 99;
}
.post_description
{
    padding: 210px 10px 0;
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -10px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display:none;
     background-color: #29CCBE;
}
.portfolio3 .post_description, .tax-portfolio_category .portfolio3 .post_description  {
    padding-top: 89% !important;
}
.portfolio2 .post_description ,  .tax-portfolio_category .portfolio2 .post_description{
    padding-top: 69% !important;
}
.portfolio4 .post_description, #relatedposts .post_description  {
    padding-top: 88% !important;
}
.show-details:hover .post_description, .portfolio-container img
{
    display:block;
}
.portfolio-container p
{
    font-size: 12px;
}
 .portfolio_title h2{
  font-weight: lighter;
 }
 .portfolio_title.kaya_title_center {
    margin: 0 auto;
}
 .portfolio_title.kaya_title_right {
    float:right;
}
.widget_kaya-portfolio-widget {
    position: relative;
    z-index: 2;
}
.post_content h4{
  margin-bottom: 0px;
}