/************************************************************************************
Responsive by XD
*************************************************************************************/



/* for 900px or less */
@media screen and (max-width: 1140px) {
	/*.box {width:auto;padding:0 20px;}*/
	
	
}


/* for 900px or less */
@media screen and (max-width: 992px) {
	
	
	
}

/* for 700px or less */
@media screen and (max-width: 768px) {
	
	/*home*/
	
	
	

}


/* for 480px or less */
@media screen and (max-width: 480px) {
	
	
	
}


/* iphone and mobiles   */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
	
	
	

}

@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){body{-webkit-text-size-adjust:none}}