* {
	margin: 0;
	padding: 0;
	outline:0;
	border:0;
}
body {
	background:#f9f9f9;
	background-size:cover;
	background-attachment:fixed;
	font-family: 'Ropa Sans', sans-serif;
	text-align:center;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
	line-height:17px;
	overflow: hidden;
}

.mainContent {
	opacity: 0;
	transition: opacity .4s;
}

.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

body.loaded {
	overflow: auto;
}

body.loaded .spinner {
	display: none;
}

body.loaded .mainContent {
	opacity: 1;
}

table{
	background-attachment:fixed;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:35%;
	cursor:crosshair;
}

table td{
	width:50%;
	padding:0 10px;
	text-align:center;
	font-size:13px;
}

table td span a{
	display: block;
	text-indent: 0;
	margin-top: 20px;
}

table td span a img{
	width:23px;
}
table td span div{
	width:30%;
	margin-left: 28%;
}
table td span.dis div{
	margin-left: 42%;
}
table td span.dis p{
	margin-bottom: 17px;
	margin-top:0px;
}
.swoosh {
	position:fixed;
	top:5%;
	left:4%;
	width:120px;
}

.badges {
	top:3%;
	right:4%;
	position:fixed;
	width:100px;
}
.download{
	display: inline-block;
	width: 500px;
	position: fixed;
	bottom: 3%;
	color: #444;
	left: 50%;
	text-decoration: none;
	margin-left: -250px;
}

.downloadLink {
	display: inline-block;
}

.download:hover {
	text-decoration:underline;
}
.social {
	position:fixed;
	bottom:2.5%;
	left:4%;
}
.social img{
	width:30px;
}
.social a{
	margin-right:6px;
	float:left;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
}
.social a:hover{
	opacity:1;
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
}

@media screen and (max-width:400px) {
	.badges, .download {
		display:none;
	}
	.swoosh {
		width: 60px;
		top:10px;
		left:10px;
	}
	table{
		background-size:100%;
		height:500px!important;
		background-attachment:scroll;
	}
	.social {
		right: 5px;
		left: auto;
		bottom: 5px;
		position: relative;
		margin: 20px 9px;
	}
}

@media screen and (max-width:800px) {
	table td{
		display:none;
	}
}

@media screen and (max-height:800px) {
	table{
		background-size:450px;
	}
}
@media screen and (max-height:750px) {
	table{
		background-size:400px;
	}
}
@media screen and (max-height:700px) {
	table{
		background-size:370px;
	}
}
@media screen and (max-height:650px) {
	table{
		background-size:350px;
	}
}
@media screen and (max-height:600px) {
	table{
		background-size:300px;
	}
	.badges {
		width: 80px;
	}
	.swoosh {
		width: 100px;
	}
	table{
		background-size:300px;
	}
}

/*MOBILE*/

	.mobile .badges, .mobile  .download {
		display:none;
	}
	.mobile .swoosh {
		width: 100px;
	}
	.mobile table td span{
		display:none;
	}
	.mobile .swoosh {
		width: 60px;
		top:10px;
		left:10px;
	}
	.mobile .social{
		right: 5px;
		left: auto;
		bottom: 5px;
		position: relative;
		margin: 20px 9px;
	}
	
	.mobile table{
		background-size:100%;
		height:500px!important;
		background-attachment:scroll;
	}
	
	.ipad table {
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-position:center;
		background-size:75%;
		background-attachment:scroll;
		cursor:crosshair;
	}
	
	.ipad table td span{
		display:none;
	}
	
	.ipad .download {
		display:none;
	}