* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Muli, Tahoma, sans-serif;
}

.clear {
	clear: both;
}

div.w {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
	padding: 10px 0;
	width: 100%;
	height: 100px;
	background-color: #cecece;
		-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

div.w:hover {
	background-color: #ffffff;
}

div.w div {
	width: 535px;
	margin: 0 auto;
}

div.w div img {
	display: block;
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;
}

div.w div h1 {
	float: left;
	width: 420px;
	font-weight: normal;
	font-size: 52px;
	color: #ffffff;
	margin: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

div.w:hover h1 {
	color: #d0d0d0;
}

div.w div h1 span {
	display: block;
	margin-top: 7px;
	font-size: 14px;
}

div.w div h1 em {
	display: block;
	margin-top: -8px;
	margin-left: 2px;
	font-size: 17px;
}