/*
 * ------------------------------------------------------------------------
 * Corpora Premium Template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2012 Sasu Themes. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: dmsumon (Sasu Themes)
 * Websites: http://www.dmsumon.com
  * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/


/* CSS for tablets/iPad
--------------------------------------------------------- */


@media only screen and (min-width: 768px) and (max-width: 949px) {

	.ja-megamenu ul.level0 li.mega a.mega:hover {
  		background: #FF6C00;
	}
	
}


/* CSS for mobile phones/ smart phones/ PDA
--------------------------------------------------------- */


@media only screen and (min-width: 480px) and (max-width: 767px) { 
	
	.ja-megamenu ul.level0 li.mega a.mega:hover {
  		background: #FF6C00;
	}
		
}


/* CSS for mobile phones
--------------------------------------------------------- */

@media only screen and (max-width: 479px) {
	

	.ja-megamenu ul.level0 li.mega a.mega:hover {
  		background: #FF6C00;
	}
	
	#ja-header h1.logo a{
    	background: url("../images/corpora/logo-mobile-port.png") no-repeat scroll left center transparent !important;
	}

	
}