/*
#------------------------------------------------------------------------
# AppsPro Tech - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* iPads (portrait and landscape) ----------- */
@media screen and (max-width: 960px) {
	body {
		min-width: 760px;
	}
	#gkPageTop,
	#gkBanners,
	#gkPage,
	#gkMainMenu,
	#gkHeader,
	#gkBottom2,
	body > footer { width: 720px !important }
	img,
	.gkIsImage { max-width: 100%; height: auto; width: auto; /* ie8 */ }
	.big .gkTab ul.gkTabs { height: 400px }
	.big .gkTab ul.gkTabs li { margin: 0 8% 20px !important; }
	.big .gkTab ul.gkTabs + .gkArrow div  { margin-left: 160px; }
	#gkMainMenu.hasSearch { text-align: center }
	#gkMainMenu.hasSearch .gkMenu { float: none; display: inline-block; }
	#gkSearch { display: none }
	#gkContent { width: 100% }
	#gkLeft,
	#gkRight { display: none; }
	
	body > footer nav { float: none; margin: 0 auto; }
	body > footer nav ul.menu { display: inline-block; }
	body > footer p { float: none; }
	
	body .itemsContainer { width: 100%!important; }
	body .itemsContainer .itemsContainerWrap { margin: 0!important; }
	body .itemsContainer .itemImage img { min-width: 100%!important; max-width: 100%!important; }
}