@font-face {
	font-family: GeoSans;
	src: url('https://s3.amazonaws.com/facepalmgames.com/the-swapper/images/GeosansLight.ttf');
}
@font-face {
	font-family: GeoSans-Oblique;
	src: url('https://s3.amazonaws.com/facepalmgames.com/the-swapper/images/GeosansLight-Oblique.ttf');
}


html {
	font-family: GeoSans, Arial, sans-serif;
	font-size: 12pt;
	color: #b5b5b5;
	background: #fff url(https://s3.amazonaws.com/facepalmgames.com/the-swapper/images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0 20px;
}

.humble_widget iframe {
  margin-top: 0px;
  margin-bottom: 0px;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; 
  border-radius: 8px; 

  -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

#wrapper {
	width: 865px;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}

.links {
	font-size: 18pt;
	color: #b5b5b5;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 30px;
}

.links.bottom {
	padding-top: 0;
}

.links a {
	color: #b5b5b5;
	text-decoration: none;
	padding: 0 20px 4px 20px;
	border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px;
}

/*.links a.first {
	padding-left: 0;
}

.links a.last {
	padding-right: 0;
}*/

.links a:hover {
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}

	
.bg_light {
	background-color: rgba(0,0,0,0.18);
	padding-top: 15px;
	padding-bottom: 15px;
}

.bg_light_no_padding {
	background-color: rgba(0,0,0,0.18);
	padding-top: 15px;
	padding-bottom: 15px;
}



.trailer_button {
	font-size: 18pt;
	color: #b5b5b5;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px auto;
	width: 280px;
	padding: 5px 0 3px 0;
}

	.trailer_button:hover {
		cursor: pointer;
		background-color: rgba(255,255,255,0.2);
	}
	
	#close_trailer {
		display: none;
	}


#bbutton {
	float: right;
	position: relative;
	top: 165px;
	right: -12px;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

	#bbutton:hover {
		cursor: pointer;
		zoom: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
#bbutton2 {
	float: right;
	position: relative;
	top: 280px;
	right: -120px;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

	#bbutton2:hover {
		cursor: pointer;
		zoom: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}

#bbutton3 {
	float: right;
	position: relative;
	top: 395px;
	right: -230px;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

	#bbutton3:hover {
		cursor: pointer;
		zoom: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}

/*************************************************************************************/
/* STORE *****************************************************************************/
/*************************************************************************************/

.humble_purchase_text {
	text-decoration: none;
	margin-bottom: -11px;
}

.humble_purchase_text a {
	text-decoration: none;
}

#store {
	margin-left: 160px;
	margin-right: 160px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#store_button {
	padding: 10px 0px 10px 0px;
}

#humble_purchase_text , #humble_purchase_text_ost{
	padding: 6px 0px 6px 0px;
	margin: -30px 0px 0px 0px;
	left: 160px;
	right: 160px;
	text-align: center;
	position: absolute;
	background-color: rgba(145,255,145,0.2);
}

#humble_purchase_text:hover, #humble_purchase_text_ost:hover {
	cursor: pointer;
	background-color: rgba(150,255,150,0.25);
}

.store_button {
	background-color: rgba(255,255,255,0.05);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;

	-moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

.store_button:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.15);
}

.store_button_left {
	float: left;
	width: 100%;
}

.store_button_right {
	float: right;
	width: 49%;
}

/*************************************************************************************/
/* SYSTEM REQUIREMENTS ***************************************************************/
/*************************************************************************************/

.system_requirements {
	margin-bottom: 8px;
}

#system_requirements {
	padding: 20px;
	background-color: rgba(255,255,255,0.05);
	text-align: left;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;

	-moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

#system_requirements:hover {
	cursor: pointer;
}

#system_requirements_button {
	padding: 10px 0px 10px 0px;
}
#system_requirements_button_show , #system_requirements_button_hide {
	margin: -10px 0px 10px 0px;
	left:0;
	right:0;
	text-align: center;
	position: absolute;
}

/*************************************************************************************/
/* SOUNDTRACK ************************************************************************/
/*************************************************************************************/

.soundtrack {
	margin-bottom: 8px;
}

#soundtrack {
	padding: 20px;
	background-color: rgba(255,255,255,0.05);
	text-align: left;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;

	-moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

#soundtrack_button {
	padding: 10px 0px 10px 0px;
}
#soundtrack_button_show , #soundtrack_button_hide {
	margin: -10px 0px 10px 0px;
	left:0;
	right:0;
	text-align: center;
	position: absolute;
}

/*************************************************************************************/
/* PROMO *****************************************************************************/
/*************************************************************************************/

#promo {
	width: 865px;
	height: 567px;
	background: #b5b5b5 url(https://s3.amazonaws.com/facepalmgames.com/the-swapper/images/promo/1.jpg) no-repeat center center;
}

.promo_text {
	position:relative;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.1);
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
}

.promo_text a {
	text-align: center;
	color: #b5b5b5;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px;
}

.promo_text a:hover {
	background-color: rgba(255,255,255,0.05);
}

.review {
	text-align: left;
	padding-left: 160px;
	padding-right: 160px;
}

.review_link {
	padding-top: 5px;
	font-style: italic;
	font-size: 12pt;
	text-align: right !important;
	float:right;
}

.strong {
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	font-family: GeoSans, Arial, sans-serif;
}

.weak{
	color: #6D6D6D;
}

.weak a{
	color: #6D6D6D;
}

.weak a:hover{
	color: #b5b5b5;
}

.subscribe {
	position: relative;
	font-weight: bold;
	color: #b5b5b5;
	margin-top: 10px;
}

.subscribe label {
	font-size: 16pt;
	font-style: italic;
	text-transform: uppercase;
}
	input {
		color: #464646;
		padding: 4px 6px;
		border: solid 1px #b5b5b5;
	}

	input[type=submit] {
		background-color: #d5d5d5;
		border-color: #d5d5d5;
	}
	
		input[type=submit]:hover {
			background-color: #E7E7E7;
			cursor: pointer;
		}
		
		input[type=submit]:active {
			position: relative;
			top: 1px;
			left: 1px;
		}
	
	#email {
		width: 217px;
	}
	

.subscribe span {
	margin-left: -999em;
	position: absolute;
}
.subscribe:hover span {
	border-radius: 1px 1px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-size: 14pt;
	position: absolute; left:589px; top: 32px; z-index: 99;
	padding: 9px 9px 9px 9px; 
	margin-left: 0; width: 250px;
	background-color: rgba(255,255,255,0.05);
}

#video {
	display: none;
	width: 865px;
}

#video2 {
	width: 865px;
	margin-bottom: 30px;
}

	
#screenshots {
	margin: 0;
	padding: 0;
}

	#screenshots a, #screenshots a img {
		text-decoration: none;
		margin: 0 -1px -4px -1px;
		padding: 0;
		border: 0;
		width: 862px;
	}

.footer {
	background-color: rgba(0,0,0,0.2);
	padding: 32px 0;
}

	.footer a {
		color: #b5b5b5;
		font-size: 14px;
		text-decoration: none;
		padding: 2px 10px;
		border-radius: 1px; 
		-moz-border-radius: 1px; 
		-webkit-border-radius: 1px;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 12pt;
	}

	.footer a:hover {
		background-color: rgba(255,255,255,0.05);
	}