@charset "utf-8";

.hide{
	display: none !important;
}
/*
body:after {
	content: '240px less';
	position: fixed;
	bottom: 22px;
	width: 100%;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	padding: .1em 0;
	background: #333;
	background: hsla(0, 0%, 7%, .4);
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	text-shadow: 0px 1px 2px #111;
	text-align: center;
}
*/