/* FOR Tablet Landscape */
@media (max-width: 1199px) and (min-width: 992px){

	
}/* END FOR Tablet Landscape */

/* FOR Tablet Potrait */
@media (max-width:991px) and (min-width:768px){
	
	
	
}/* END FOR Tablet Potrait */

/* FOR Smartphone Landscape & Potrait */
@media (max-width:767px){
	
	
	
}/* END Smartphone Landscape & Potrait */


/* FOR Smartphone Potrait Only */
@media screen and (max-width:480px){
	
	
	
}/* END FOR Smartphone Potrait Only */