/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media screen and (max-width: 1200px){
.width{
	width:1000px;
}
.nav li {
	padding: 16px 10px;
}
}