* {box-sizing: border-box;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "din-2014";
	font-size: 14px;
	line-height: 22px;
	color: #545454;
    font-weight: 300;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}


ul {
	list-style: none;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}


li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	background: #efefef;
	padding: 30px;
	margin: 30px;
	height: 200px;
	position: relative;
}

li a {
	display: block;
	padding: 10px 20px;
	background: #666;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 100%;
	border: 2px solid #666;
	text-transform: uppercase;
}

li a:hover {
	color: #666;
	background: #fff;
}

