#facebookConnect
{
	cursor: pointer;
	display: block;
	text-align: center;

	padding-top: 60px;
	padding-bottom: 40px;
}

#facebookConnect img
{
	width: 400px;
	user-select: none;
}


.inner
{
	width:100%;
	margin: 0 auto;

	position: relative;
	top:0;
	left:0;
}

.inner-less
{
	width:100%;
	margin: 0 auto;

	position: relative;
	top:0;
	left:0;
}

.inner-more
{
	width:100%;
	margin: 0 auto;

	position: relative;
	top:0;
	left:0;
}

#header
{
	width:100%;
  	position: fixed;
}

#splashArea
{
	width:100%;

	background-image:url(../images/background.png);
	background-size:cover;
	background-position: center right;
}

#header-platforms
{
	position: absolute;
	top:40px;
	left:0;

	z-index: 100;

}

#line-wrapper
{
	position: relative;
	top:0;
	left:0;
}

#line-area
{
	position: absolute;
	top:0;
	left:0;

	width:100%;
}

#line-area-inner
{
	position: relative;
	width:100%;
	text-align: center;
}

#line
{
	height:70px;
	background-image: url("../images/lineTile.png");

	position: relative;
	top:0;
	left:0;
}

#logo
{
	position: absolute;
	width:200px;
	left:50%;
	margin-left: -100px;
	top:-80px;
}

#logo2
{
	position: absolute;
	width:400px;
	left:50%;
	margin-left: -200px;
	top:-40px;
}

#welcome
{
	min-height: 400px;
	background-image: url("../images/tile.png");
	background-repeat: repeat;
}

#welcome-text
{
	padding-top: 180px;
	padding-bottom: 40px;

	width:100%;
	max-width:700px;

	margin:0 auto;
	color:#fff;

	text-shadow:2px 2px 5px #5d1e15;
}

#down
{
	padding-bottom: 60px;
}

.download-area
{
	background-color: #8f151e;
	text-align: center;
	padding-top: 64px;
	padding-bottom: 64px;
}

.download-area-title
{
	font-size: 26px;
	color:#fff;
	text-shadow:2px 2px 5px #574c4f;
}


.download-area-but-img
{
	padding-top: 20px;
}

.dark
{
	background-color: #81121c;
}

.title-white
{
	color:#eea655;
}

.footer-logo
{
	cursor: pointer;
}

.wsubtitle
{
	font-size:34px;
	padding-bottom: 50px;
}

.wparagraph
{
	padding-bottom: 40px;
}

#env1
{
	width:716px;
	height:272px;
	background-image: url("../images/env1.png");
}

#env2
{
	width:716px;
	background-image: url("../images/env2.png");
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

#env3
{
	width:716px;
	height:55px;
	background-image: url("../images/env3.png");
}

#env4
{
	width:716px;
	height:55px;
	background-image: url("../images/env4.png");
}

#main-text2
{
	padding-top: 180px;
	padding-bottom: 100px;

	width:716px;

	margin:0 auto;
	color:#000;

	font-size: 30px;

	text-align: left;

	font-size: 12px;
}

#main-text
{
	padding-top: 180px;
	padding-bottom: 100px;

	width:716px;

	margin:0 auto;
	color:#3f3f3f;

	font-size: 30px;
}

.ftitle
{
	margin-bottom: 20px;
}

.fcontent
{
	color:#606060;
	font-size: 26px;
	padding-bottom: 30px;
}

.button
{
	width:270px;
	height:66px;
	padding-top: 18px;
	color:#fff;
	text-shadow:0px 0px 4px #5c5c5c;
	font-size: 24px;
}

.buttonBlue
{
	background-image: url("../images/button-blue.png");
}

.buttonYellow
{
	background-image: url("../images/button-yellow.png");
}

.fbuttonsArea
{
	margin: 0px auto;
	width:270px;
}

.smallLine
{
	width: 40%;
	height:3px;
	background-color: #d1d1d1;

	margin:0 auto;

	margin-top: 20px;
	margin-bottom: 20px;
}

.underline
{
	color:#fff000;
}

.policy
{
	font-family: sans-serif;
	font-weight: bold;
}

/* media queries --------------------------------------------------- */

@media (max-width: 800px) {

 	.inner
 	{
		width:100%;
	}

	.inner-more
	{
		width:100%;	
	}
	

 }

 @media (min-width: 1140px) {



 }

  @media (min-width: 1600px) {



 }