@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; }
html{ overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
a{ text-decoration:none !important; }
@media (min-width: 1200px) {
	.container{ width:1280px !important; }
}