@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	padding:0 15px;
}
span, strong, a{
	display:inline-block;
}
a{
	outline:none;
	border:0px;
	text-decoration:none;
}
img{
	border:0px;
	max-width:100%;
}
ul, ol, li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.logo{
	 margin: 30px 0 30px;
    text-align: center;
}
.social-links{
	text-align:center;
}
.social-links ul li{
	display:inline-block;
	padding:0 6px;
	margin-bottom:10px;
}
.video-container{
	text-align:center;
}
.social-links img {
    width: 84%;
}
.logo img {
    width: 90%;
}