/* =Reset default browser CSS
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
a img {
	border: 0;
}

/* Global ----------------------------------------------- */

body, input, textarea {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}
body {
	background-color: #1d2328;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin: 0;
}
strong {
	font-weight: bold;
}
.clear-both {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0;
	font-size: 0;
}

/* Layout ----------------------------------------------- */

#header {
	display: block;
	position: relative;
}
#header.comingSoon {
	background: transparent url('../images/bg_comingsoon_postvideo_1.jpg') center center no-repeat;
	background-size: cover;
}
#feedTheFeed {
	position: absolute;
	background-color: #c17efb;
	right: 0;
	bottom: 0;
	font-weight: bold;
	vertical-align: bottom;
	z-index: 9999;
	padding: 5px 5px 3px 8px;
}
#feedTheFeed a {
	color: #fff;
}
#feedTheFeed span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2px 3px 0;
}
#feedTheFeed #twitterFeed {
	display: inline-block;
	background: transparent url('../images/img_sprite.png') -275px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	opacity: 1;
}
#feedTheFeed #twitterFeed:hover {
	opacity: 0.6;
}
#feedTheFeed #facebookFeed {
	display: inline-block;
	background: transparent url('../images/img_sprite.png') -300px 0px no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	opacity: 1;
}
#feedTheFeed #facebookFeed:hover {
	opacity: 0.6;
}
#content {
	background-color: #455560;
	min-height: 400px;
	text-align: center;
	border-top: 10px solid #c17efb;
	border-bottom: 2px solid #98a0a5;
}
#content h1.logo {
	background: transparent url('../images/img_sprite.png') 0px -115px no-repeat;
	width: 405px;
	height: 85px;
	margin: 60px auto 0 auto;
	text-indent: -9999px;
}
#content p.slogan {
	font-size: 30px;
	color: #98a0a5;
	margin: 25px 0 0 0;
}
#socialLinks {
	margin: 50px 0 0 0;
}
#socialLinks .icon {
	display: inline-block;
	background: transparent url('../images/img_sprite.png') 0px 0px no-repeat;
	width: 55px;
	height: 55px;
	margin: 0 7px 0 7px;
	opacity: 1;
	text-indent: -9999px;
}
#socialLinks .icon:hover {
	opacity: 0.6;
}
#socialLinks #instagramIcon {
	background-position: 0px 0px;
}
#socialLinks #twitterIcon {
	background-position: -55px 0px;
}
#socialLinks #facebookIcon {
	background-position: -110px 0px;
}
#socialLinks #emailIcon {
	background-position: -165px 0px;
}
#footer {
	padding: 0 60px 0 60px;
}
#footer p {
	color: #98a0a5;
	margin: 5px 0 5px 0;
}

