header
{
	margin-top: 50px;
	background: rgba(19, 57, 90, 0.7);
	color: #fff;
}

header h1
{
    font-size: 38px;
    line-height: 60px;
}

header p
{
    line-height: 26px;
}

header p.small
{
    font-size: 13px;
    color: #cfefff;
}

header>div.backvideo
{
	width: 100%;
	height: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

video#bgplayer {
    position: absolute;
    top: -130px;
    left: 0;
    min-width: 100%;
/*    min-height: 100%;*/
    width: 100%;
/*    height: 400px;*/
    z-index: -100;
/*
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
*/
    margin: 0;
}

header>section.promo
{
	height: 630px;
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	text-align: center;
	position: relative;
	z-index:15;
}

section.promo>div.container
{
}

div.container>h1
{
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 46px;
}

div.container>p
{
	max-width: 600px;
	margin: 0px auto 30px;
}


/************************************/

article
{
	background: #fff;
	z-index: 20;
}






/************************************/

.features
{
	width: 1100px;
	padding: 30px 0;
	color: #47525e;
	margin: 0 auto
}

.features .row
{
	margin: 0;
}

.features .row > div > img
{
	margin: 0px auto;
	display: block;
}

.features .row > div > h3
{
	text-align: center;
}

.features h2
{
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
}






.screenshots
{
	width: 1100px;
	padding: 30px 0;
	color: #47525e;
	margin: 0 auto
}

.screenshots .row
{
	text-align: center;
}

.screenshots h1
{
	margin: 30px;
}