/*==================================================================
[Responsive Stylesheet]

Project:    
Version:    
Last change:    
Primary use:    
==================================================================*/

/*==================================================================
					For Small Mobile Device
==================================================================*/
@media screen and (max-device-width: 320px) { 

}

/*==================================================================
					For Mid Mobile Device
==================================================================*/
@media screen and (max-device-width: 480px) {

}
/*==================================================================
					For Tab Device
==================================================================*/

@media screen and (min-device-width: 480px) and (max-device-width: 767px) { 

}
/*==================================================================
					For Extra Large Device
==================================================================*/

@media screen and (min-device-width: 1100px) { 

}