* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	text-align: center;
	color: #333333;	
}
img {
	outline:none;
	border:none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -255px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 255px; /* '.push' must be the same height as 'footer' */
}
.clear {
	clear:both;
	height: 1px;
	line-height: 1px;
}
.widther {
	width: 928px;
	margin: 0 auto;
}

.video {
	margin: 50px 0 60px;
}

.logos {
	margin: 28px 0 5px;
}
.logos img {
	height: 20px;
	padding: 0 15px;
}

footer {
	font-size: 11px;
	line-height: 12pt;
}
footer a {
	color :#333333;
}
footer .social {
	position: relative;
	left: -3px;
	top: -54px;
}
footer .social a {
	margin: 0 4px;
}
footer .social .credits {
	/*border-right: 2px solid #333;*/
	padding-right: 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	position: relative;
	/*top: -6px;*/
	margin-right: 16px;
	left: 6px;
}
footer .social .facebook{
	margin-left: 393px;
}
footer .social .facebook img, footer .social .twitter img {
	/*width: 22px;*/
}
footer p {
	margin: 5px 0 10px;
}
footer .banners {
	background-color: #9d404b;
	height: 90px;
	position: relative;
	margin:15px 0 0;
}
footer .banners .widther {
	position: relative;
}
footer .banners .banner1 {
	margin-right: 148px;
}
footer .banners .itunes {
	position: absolute;
	left: 288px;
	top: 6px;
	padding: 20px;
}
footer .banners .order {
	position: absolute;
	right: -37px;
	top: 3px;
	padding: 20px;
}


#credits {
	color: #EAE5E5;
	font-size: 13pt;
	line-height: 18pt;
	text-align: left;
	padding: 60px 45px 70px;
}
#credits div {
	padding: 30px 0 0 18px;
}
#credits p {
	display: block;
}
#credits div span.title {
	display: block;
	font-weight: bold;
	margin-top: 23px;
}