body
{	
	text-align: center;
	color: white;
	font-family: Lato, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #0F0F0F url('../img/bg.jpg') no-repeat top center;
}

a:link
{
	color: #1FB8D7;
	text-decoration: none;
}

a:visited
{
	color: #1FB8D7;
	text-decoration: none;
}

a:hover
{
	color: #1FB8D7;
	text-decoration: underline;
}

a:active
{
	color: #2c303c;
	text-decoration: none;
}

.header
{
	margin: auto;
	padding: 10px 0px;
	max-width: 768px;
	height: 140px;
}

.header img
{
	width: 100%;
}

.video
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background: transparent;
}

.title
{
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 10px;
	max-width: 768px;
	font-size: 50px;
	text-align: center;
	background: transparent;
	font-weight: bold;
}

.description
{
	margin: auto;
	padding: 10px;
	margin-bottom: 10px;
	max-width: 768px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	background: transparent;
}

.floatReset
{
	clear: both;
}

.buy_prompt
{
	margin: auto;
	margin-bottom: 0;
	padding: 0;
	max-width: 768px;
	font-size: 20px;
	line-height: 30px;
	background: transparent;
}

.sub_title
{
	margin: auto;
	margin-bottom: 20px;
	padding: 0px;
	max-width: 768px;
	font-size: 50px;
	line-height: 50px;
	background: transparent;
	text-align: center;
	font-family: Lato Black, Lato, sans-serif;
	color: #FFF;
}

.buy_bar
{
	width: 100%;
	padding: 10px 0px;
	margin: 10px 0px;
	background-color: #FFF;
}

.buy_bar a
{
	height: 62px;
	margin: 0px 3px;
	display: inline-block;
}

.buy_bar img
{
	height: 62px;
}

.screenshots
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	max-width: 768px;
	font-size: 17px;
	line-height: 30px;
	background: transparent;
	text-align: left;
	display: inline-block;
}

.screenshots a
{
	float: left;
	width: 32%;
	margin: 5px;
}

.screenshots img
{
	width: 100%;
}

.reviews
{
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	max-width: 768px;
	color: #CCC;
}

.review
{
	float: left;
	width: 30%;
	margin: 12px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

.review_note
{
	color: #FFF;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}

.review a
{
	text-decoration: none !important;
	color: #DDD !important;
}
.review a:hover
{
	color: #FFF !important;
}

.awards
{
	width: 100%;
	padding: 10px 0px;
	margin: 10px 0px;
}

a.award
{
	height: 200px;
	display: inline-block;
	margin: 0px 3px;
}

.award img
{
	height: 250px;
}

a.award2
{
	height: 90px;
	display: inline-block;
	margin: 0px 3px;
}

.award2 img
{
	height: 100px;
}

.social_spacer
{
	height: 60px;
}

.social_bar
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #000;
	padding: 10px 0px;
}

.social_bar_content
{
	margin: auto;
	max-width: 768px;
	height: 100%;
}

.social_bar_left
{
	/*margin-right: 200px;*/
	height: 100%;
	text-align: left;
	float: left;
	font-size: 20px;
	padding-top: 7px;
}

.social_bar_left a
{
	color: #CCC;
}

.social_bar_left a:hover
{
	color: #FFF;
}

.social_bar_right
{
	height: 100%;
	text-align: right;
	float: right;
}

.social_bar_right img
{
	display: inline-block;
	margin: 0px 5px;
	height: 100%;
	opacity: 0.5;
}

.social_bar_right a:hover img
{
	opacity: 1;
}

.clickable
{
	cursor: pointer;
}
