﻿@charset "UTF-8";
/* CSS Document */

body
{
	font-family: 'Open Sans', sans-serif;
	background-color:#334454;
	color:#FFF;
	font-weight:300;
}

@media (min-width: 920px)
{
	.center
	{
		width:920px;
		position: fixed;
		left: 50%;
		margin-left: -460px;
	}

	.item
	{
		float:left;
		width:50%;
	}

	.item img
	{
		width:458px;
	}
}

.item-half
{
	float:left;
	width:25%;
}

.item-half img
{
	width:100%;
}

@media not all and (min-width: 920px)
{
	.center
	{
		width:100%;
	}

	.item
	{
		width:100%;
	}
}

@media not all and (min-width: 460px)
{
	.item img
	{
		width:100%;
	}
}

.row
{
	width:100%;
	clear:both;
}

h1
{
	font-size:31px;	
	font-weight:300;
}

h3
{
	font-size:24px;	
	font-weight:300;
}

.item img
{
	border:1px solid #23313f;
}

p
{
	font-size:15px;
}

a
{
	background:#2093d6;
	border-radius:3px;
	border-style: solid;
	border-color:#2093d6;
	border-width:1px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	color:#FFF;
	text-decoration:none;
	display:block;
	font-weight:400;
}