.wrapper
{
	background: url("space-bg.png") center bottom no-repeat;
}

.container { position: relative; }

#start-screen
{
	position: relative;
	min-height: 100vh;
	padding-top: 90px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	line-height: 1.2;
	color: #fff;
}

#start-screen .scene
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#start-screen > .container
{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 5;
}

#start-screen .s-col
{
	margin-bottom: 35px;
}

#start-screen .__title
{
	font-size: 55px;
	font-weight: 700;
}

#start-screen .__subtitle
{
	font-size: 30px;
}

#start-screen .__subtitle2
{
	font-size: 25px;
	color: #fff;
}

#start-screen .__subtitle i
{
	font-family: 'Times New Roman';
}

#start-screen .__text
{
	margin-bottom: 45px;
}

#demos
{
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}

#demos .__inner { margin-bottom: -45px; }

#demos .__item
{
	position: relative;
	width: 100%;
	margin-bottom: 45px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease-in-out, hidden .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out, hidden .4s ease-in-out;
	-webkit-transition: -webkit-opacity .4s ease-in-out, hidden .4s ease-in-out;
	transition: -webkit-opacity .4s ease-in-out, hidden .4s ease-in-out;
}

#demos .__item.is-showing
{
	opacity: 1;
	visibility: visible;
}

#demos figure
{
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	-webkit-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

#demos .__item:hover figure
{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

#demos figure img
{
	display: block;
	width: 100%;
}

#demos .__name
{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

#demos .__name a { color: inherit; }

#demos .__name em { font-weight: 400; }


#buy .partners-logo__bg
{
	/*top: 1%;*/
}

#buy h2
{
	margin-bottom: 80px;
	font-family: Catamaran,sans-serif;
}

#buy .__copy
{
	margin-top: 90px;
	font-size: 13px;
	color: #fff;
}

@media only screen and (min-width: 576px)
{
	#start-screen .__title { font-size: 70px; }

	.header__right
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 768px)
{
	#start-screen .__title { font-size: 80px; }
}

@media only screen and (min-width: 992px)
{
	#start-screen .__title { font-size: 100px; }

	#demos
	{
		margin-top: -150px;
		-webkit-transform: translateY(-7%);
		-ms-transform: translateY(-7%);
		transform: translateY(-7%);
	}
}
