/*@media only screen 
and (max-device-width : 1280px) 
{
	.whitening{height: 180px; padding:20px 0; bottom:20%;}

	.slogan img{margin-top:10px;}
	.hexagon{width: 17%; margin-right: 30px;}
	#footer, #footer a{font-size: 10px;}
	#footer .copyright,#footer .left .menu{margin-top:15px;}
	#footer .copyright{width:400px; margin-left:40px;}
	#footer{height: 45px;}
	#footer #tools input{font-size: 10px;}
}
@media only screen 
and (width : 1280px)  and (max-device-height:600px)
{	
	.top-items{width: 865px;}
	.hexagon{width: 16%; margin-right: 30px;}	
	.whitening{height:170px; bottom:23%; padding:15px 0;}
	.slogan img{margin-top:6px;}
	.hexagon a{font-size: 13px;}
	#footer #tools input{font-size: 10px;}
}
@media only screen and (max-device-height : 768px) and (min-device-height : 600px) { 
 .middle{top:30px}
 .slogan{top:11%;}
}*/