/*------------------------------------------------------------------------
* Copyright (c) 2008-2013 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
/* Landscape phones and down */
@media (min-width: 240px) and (max-width: 320px) {

}

@media (max-width: 480px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1200px) {
    #menusys_mega li .menu-title{ font-size: 120% !important;}
    #menusys_mega li a{padding: 0 10px !important;}
    #zt-search div.search{width: 200px !important;}
}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {


}
/* Large desktop */
@media (min-width: 1200px) {}

/*Super Large desktop */
@media (min-width: 2400px) { 
	
}