portfolio_image_single(770, $height, false);
}
?>
		
        
        
			<h3 style="margin-top:30px;border-bottom:1px solid #f1f1f1;padding-bottom:20px;">PROJECT DESCRIPTION</h3>
            <?php 
//echo do_shortcode('[jw_item_title title="'.$project_desc.'"]');
echo wp_kses_post(get_the_content());
?>
			
           
            </div>   
			<div class="pull-right"> <?php 
get_template_part("sidebar");
?>
</div>
    </div>
	
				
</article> 

<?php 
if (!jw_option('port_related')) {
    related_portfolios();
}
?>

<?php 
get_footer();
">
						<?php 
            $more = 0;
            the_content('Read More ...', 'corporative');
            ?>
						<?php 
            wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'corporative'), 'after' => '</div>'));
            ?>
					</div>
				</div>
				
				<?php 
            if (rd_options('reedwan_portfolio_similar') == 1) {
                ?>
					<?php 
                echo related_portfolios(rd_options('reedwan_portfolio_similar_number'), 'portfolio_category', get_the_ID());
                ?>
				<?php 
            }
            ?>
				
				<?php 
            if ($portfolio_comment != 'comment_none') {
                ?>
				<div class="single-comments mts clearfix">
					<?php 
                if ($portfolio_comment == 'comment_disqus') {
                    ?>
						<?php 
                    echo disqus_embed($disqus_shortname);
                    ?>