/**********************************************************************
=BODY
**********************************************************************/

@media print {
	* {background: #FFF !important;}

	/* Hide elements */
	#backgroundCover, #social_icons,  #sliver, #header_search, nav, #featured_slider, #featured_buttons, #sidebar, #footer_wrapper, #sub_img_con, #main_img_con, #footer01_wrapper, #footer02_wrapper, .toTop{
		display: none !important;
	}
	
	/* Show URL */
	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") ";}
	a[href^="http://"] {color:#000;}
	
	header, #featured_contents ul li {min-height: 0 !important;}
	#main{height: auto !important;}
	#featured_contents i { height: auto; width:0 ;}
	#logo_title img{ width: 0 !important;}
	
	#header_wrapper { height: 40px !important;}
	h1#logo_title { text-indent: 0px; font-size:24px;}
	#middle_wrapper { padding-bottom: 0 !important;}
	#success_story { box-shadow: none ;}
	#footer01_wrapper, #footer02_wrapper, #top_to .col6 #to_workshop, #top_to .col6 #to_location { height:0 !important;}
	#logo_title.col3 { width:100% !important;}
 }