body {
		min-width: 1000px;
		width: 100%;
}

.wrapper {
		overflow: hidden;
}

a {
		-webkit-transition: all 0.3s ease;
		        transition: all 0.3s ease;
		text-decoration: none;
}

a:hover {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.hide-pc {
		display: none !important;
}
