.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}

header {
	margin: 60px auto 20px;
	text-align: center;
}

body {
background: white;
}

.teaser {
	width: 650px;
	margin: 200px auto 0;
	text-align: center;
}
.teaser.videos {
	width: 930px;
}

.teaser p {
	margin: 60px 0 40px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Arial;
}
.teaser.videos p {
	border-top: 4px solid black;
	padding-top: 25px;
	letter-spacing: -1px;
	margin-top: 70px;
	margin-bottom: 20px;
}
.teaser p span {
	padding: 3px;
	border: 3px solid #000;
	border-left: none;
	border-right: none;
}
.teaser.videos p span {
	border: none;
	font-size: 28px;
	font-weight: bold;
	text-transform: initial;
}
.videos iframe {
	margin: 5px;
}

.videos .social {
	margin-top: 50px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.social a {
	background: url(/wp-content/themes/loptimum/images/sprite-social.png) top left no-repeat;
	width: 45px;
	height: 45px;
	overflow: hidden;
	display: block;
	text-indent: 100%;
	line-height: 60px;
}
.facebook a {
	background-position: 0 0;
}
.facebook a:hover {
	background-position: -1px -45px;
}
.instagram a {
	background-position: 0 -90px;
}
.instagram a:hover {
	background-position: 0 -135px;
}
.twitter a {
	background-position: 0 -180px;
}
.twitter a:hover {
	background-position: -1px -225px;
}

