html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #434343;
	font-size: 16px;
}

body {
	margin: 0;
}

header {
	width: 100%;
	background: #fafafa;
	border-bottom: 1px solid #dadada;
}

a {
	color: #434343;
}

section {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
	margin: 0 auto;
	padding: 50px;
}

section p span {
	font-size: 18px;
	font-weight: bold;
}

header .tv {
	background: url('images/tv.png') no-repeat;
	background-size: contain;
	width: 900px;
	height: 600px;
	margin: 0 auto;
}

header .tv .defects {
	background-image: url('images/defects/1.jpg');
	background-size: cover;
	width: 764px;
	height: 431px;
	position: relative;
	left: 68px;
	top: 59px;
	z-index: 1;
	transition: background-image 1s ease-in-out;
}

header .tv .logo {
	background: rgba(0,0,0, 0.8);
	color: white;
	width: 300px;
	height: 140px;
	margin: 0 auto;
	padding: 15px 0 0 5px;
	font-size: 28px;
	text-align: center;
	position: relative;
	top: 140px;
	border: 1px solid #ccc;
}

header .contact {
	background: #efefef;
	border-bottom: 1px solid #dadada;
	height: 50px;
	line-height: 50px;
	text-align: center
}

@media only screen and (max-width: 1024px) {
	header .contact {
		padding-top: 32px;
		line-height: 16px;
		font-size: 16px;
		height: 180px;
	}
	header .contact span {
		padding-top: 15px;
		display: block;
		font-size: 18px;
	}

	header .contact span a {
		display: inline-block;
		padding-bottom: 25px;
		font-size: 18px;
	}

	header .tv {
		zoom: 0.4;
	}

	section {
		padding: 20px;
	}
}
