/* 9.MEDIA QUERIES
---------------------------------------------------------------------- */

/* iOS / Mobile */
/*@media screen and (max-device-width:1024px)
	{
	 	div.anythingSlider .back { left: 0; }
		div.anythingSlider .forward { right: 0; }
	}*/
	
/* iPad */
@media
	(min-device-width:1024px) and (max-width:989px),
    screen and (max-device-width:480px),
	(max-device-width:480px) and (orientation:landscape),
    (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait)
	{
		.wrapper{ width: inherit; overflow:hidden; }
		
		#centre{ width: inherit; min-width: 320px; }
		#content{ width:inherit; }
		
		.mindmap{ left:70px; }
		#txt-bring-gadgets{ font-size: 17px; }
		.main-img{ margin-right: -50px; }
	}
	
@media (max-device-width:1024px) and (orientation:landscape)
{
		
}
/* iPhone */
@media
	handheld and (max-width: 480px),
	screen and (max-device-width: 480px),
	screen and (max-width: 600px)
	{
	 	body{ font-size: 80%; }
		.wrapper{ min-width: 320px; width: inherit; overflow:hidden; padding: 10px; }
		
		#right{ display: none; }
		
		#centre{ width: inherit; min-width: 320px; }
		#content{ width:inherit; }
		#content .column, #centre .inner{ float: none; left: auto; right: auto; width: inherit; margin:0; padding:0; }

	}