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

.porfolio_items li{
	 margin-bottom: 30px;
}
.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;
}
.link_post {
	background-image:url(../images/link_post.png);
	background-repeat:no-repeat;
	background-position:center center;

}
.item_thumb{
	position:relative;
	display:block;
	float:left;
	width:100%;
	background-color:#2273BE;
}

.item_thumb a img{
	float:left;
}
.porfolio_items h4, .portfolio_post_slider h4{

	color:#999!important;

}
.porfolio_items h4 a, .portfolio_post_slider h4 a{
 border-bottom: 1px solid #EEEEEE;
    font-weight: normal;
    margin-bottom: 11px;
    padding-bottom: 3px;
	color:#666;
	font-size:16px;
}
.link_btn {
	width:100%;
	display:none;
}

.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:255px;
	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%;
	position: relative;
    top: -10px;
}
.meta-nav-prev {
	float:right;
	margin-left:3px;	
    background-image: url("../images/pf_next_btn.png")!important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-color:#2273BE;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    transition: all 200ms ease 0s;
}
.meta-nav-next {
	float:right;
	background-color:#2273BE;
    background-image: url("../images/pf_prev_btn.png")!important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	  cursor: pointer;
    margin-right: -2px;
    padding: 5px 10px;
    text-align: center;
    transition: all 200ms ease 0s;
}
#relatedposts{
width:105%;
}
.portfolio_extra{
width:102%;
}
ul.porfolio_items , #relatedposts ul{
list-style:none;
margin-left:0px;
}
.portfolio_post_slider h4{

}
.portfolio_post_slider h4 a{
color:#666;
}