
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- */

@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/open_sans.woff') format('woff');
}

@font-face
{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open_sans_italic.woff') format('woff');
}

@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans_bold.woff') format('woff');
}

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 12px;
	color: #505050;
	margin: 0px;

	line-height: 1.2;

	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
}

div.body
{
	padding: 30px;
}

.p30 { padding: 30px; }

/* platform select */
a.platform
{
	position: absolute;
	display: block;
	top: 40%;
	width: 480px;
	height: 350px;
	padding: 0;
	margin-top: -105px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	color: #999999;
	font-size: 28px;
	font-weight: 100;

	text-decoration: none;
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	border-color: #f0f0f0;
}

a.platform.left
{
	left: 25%;
	margin-left: -170px;
}

a.platform.right
{
	right: 25%;
	margin-right: -170px;
}

a.platform img
{
	margin: 125px 0 5px 0;
}

a.platform span
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #0d6fab;
	font-size: 12.5px;
	font-style: italic;
	color: #ffffff;
	border-radius: 0 0 20px 20px;
}

a.platform .description
{
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: #0d6fab;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}

a.platform:hover .description
{
	display: block;
}

a.platform .description h4
{
	position: relative;
	line-height: 14px;
	margin: 120px 0 10px;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
}

a.platform .description p
{
	position: relative;
	display: inline-block;
	color: #b1d1e4;
	margin: 0 50px 10px;
	font-size: 12px;
	line-height: 18px;
}

