
/*Portfolio Section
----------------------------------------------------------------------------------------------------*/	

.porfolio_items li{
	display: inline-block;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.porfolio_items li img{


}
.linkto {

}

.video_icon{
		background-image:url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.zoom{
	background-image:url(../images/zoom_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.item_thumb{
	position:relative;
	display:block;
	float:left;
	width:100%;
}

.item_thumb a img{
	float:left;
}
	
.linkto{   
    display: inline-block;
    height: 40px;
	border-radius: 20px;
    opacity: 0;
    position: absolute;
    top:50%;
    width:40px;
    z-index: 11;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
}

.portfolio_item_container{
 background-color:#f2f2f2;
	background-image: url(../images/portfolio_bottom_strip.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: center;
    z-index: 333;
   }


.link_btn {
	width:100%;
	display:none;
}
a.zoom {
	margin-right:60px;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:54px;
	height:54px;
	display:block;
	left:23%;
	top:50%;
	margin-top:-20px;
	position:absolute;
	cursor:pointer;
	opacity:0;
}
a.video_icon {
	margin-right:60px;
	background-image:url(../images/video_icon.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:54px;
	height:54px;
	display:block;
	left:23%;
	top:50%;
	margin-top:-20px;
	position:absolute;
	cursor:pointer;
	opacity:0;
}
a.link_post {
	background-image:url(../images/link_post.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:54px;
	height:54px;
	display:block;
	right:23%;
	top:50%;
	margin-top:-20px;
	position:absolute;
	cursor:pointer;
	opacity:0;
}



 .two_third .portfolio_item_container,  .two_third_last .portfolio_item_container{
 float:none;

   }  
.portfolio_item_text h4{
	margin-bottom:0px;

}   
.portfolio_item_container:hover {
background-color:#333 !important;

}
.portfolio_item_container:hover > h4 a {
	color:#fff;
}
.portfolio_item_text{
	text-align:center;
	 clear:both;
	
	}
.portfolio_item_text h4 {
padding:10px 0px 5px ;
font-size:14px;
}
.portfolio_item_text h4 a{
  color: #444444;
    font-weight: 400;
    letter-spacing: 1px;
}	
.portfolio_item_text p{
color:#AEAEAE;
margin-bottom:0px;
padding-bottom:15px;
font-style:italic;
}


.portfolio_item_text h4{
font-weight:300;


}

.portfolio_item_title{
padding:0px 10px;
letter-spacing:1px;
}
.content_wide{
width:100%;
}
.content_wide1{
width:612px;
}
.kaya_news_items .widget_container ul li a{
background-image:none;
}

.content_box {
	margin-top:8px;
}
#relatedposts ul li{
	width:212px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
.es-carousel  .item_thumb{
	position:relative;
	display:block;
}


#portfolio_nav{
	float:left;
	margin:10px 0px;
	width:100%;
}
.prev_portfolio_item {
	float:left;
	border-bottom: 3px solid #DDDDDD;
    color: #999999;		
	font-weight:bold;
	font-style:italic;
}
.next_portfolio_item {
	float:right;
	font-weight:bold;
	font-style:italic;
	border-bottom: 3px solid #DDDDDD;
    color: #999999;
}
#relatedposts{
width:105%;
}