body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

p {
	margin: 0 !important;
	padding: 10px 0;
	clear: both;
}
h1 {
	clear: both;
	text-transform: uppercase;
	zmargin: 0 !important;
	padding: 10px 0;
}
.box, .box a {
	color: white;
}
section {
	padding: 5px;
}
.sepa-col-50 {
	width: 50px;
}.sepa-col-25 {
	 width: 25px;
 }
.column {
	display: inline-block;
	vertical-align: top;
}
.col-75 {
	width: 74%
}
.col-60 {
	width: 58%;
}
.col-53 {
	width: 53%;
}
.col-50 {
	width: 48%;
}
.col-41 {width:41%}
.col-40 {width:40%}
.col-25 {
	width: 24%;
}
.column img {
	vertical-align: top;
	float: right;
}
.centred {
	margin: 20px 0;
	text-align: center;
}
a.downloadButton{
	text-decoration: none;
	min-width: 125px;
	display: inline-block;
}
.downloadButton {
	background: rgb(70, 144, 23);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 14px;
	color: white !important;
	cursor: pointer;
}
.downloadButton.green {
	background: rgb(70, 144, 23);
}
.downloadButton.blue {
	background: #00d4ff;
}

.downloadButton.disabled {
	background: gray;
	cursor: not-allowed;
}

.centred{
	margin: inherit 0;
}

.downloadButton.green:hover {
	background: #56b21b;
}
.downloadButton.blue:hover {
	background: #00a3ff;
}
.downloadButton.blue.right {
	float: right;
}
.row {
	height: 46%;
	padding: 5px;
}
.read-more {
	text-align: center;
}
#gp{
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	color: black;
}
.page {
	width: 950px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 7px;
}
.box {
	width: 950px;
	padding: 0 7px;
	margin: 0 auto;
}
.page a {
	color: black;
}

.page header h1{
	font-weight: 300;
	font-size: 200%;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top {
	background: black;
}
.height-60 {
	height: 60px;
}
footer.height-60 {
	zbackground: black;
}
#thumbs {
	width: 500px;
	overflow: hidden;
}
#cycle-2 {
	clear: both;
}
#cycle-2  div {
	display: inline-block;
}
#cycle-2  div img {
	margin-top: 12px;
	width: 125px;
	float: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.cycle-prev, .cycle-next {
   position: absolute;
   font-size: 25px !important;
   cursor: pointer;
   margin-top: 175px;
}
#controls {
   display: none;
   font-size: 24px;
color: white;
text-shadow: 0 0 4px #000;
-moz-text-shadow: 0 0 4px #000;
-webkit-text-shadow: 0 0 4px #000;
}
#big-pic:hover #controls {
   display: block;
}

.cycle-prev {margin-left: 10px;}
.cycle-next {margin-left: 475px;}
.cycle-slide-active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
.buttons-line {
	margin: 29px 0;
}
.height-100 {
	height: 100px;
}
.height-170 {
	height: 170px;
	zbackground: brown;
	display: none;
}

.page #description {

}
.page #description p{
	font-size: smaller;
	zline-height: 135%;
}
.page .boxed, .manual .boxed{
	background: none repeat scroll 0% 0% #E1E1E1;
	padding: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.manual{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium;
}
.manual h1{
	font-size: xx-large;
	text-align: center;
}
.manual section h1{
	font-size: medium;
	margin: 0 0 0 0;
	text-align: left;
}
/*
.manual section{
	border-bottom: 1px solid gray;
}

.manual section:last-of-type{
	border-bottom: none;
}
*/
.manual section li
{
	margin-bottom: 0.5em;
}
.manual p{max-width: 1200px}


#game-properties{
	margin: 2em auto;
	font-weight: bold;
	opacity: .5;
}
#game-properties:hover{
	opacity: 1;
}

#game-properties div{
	margin-right: 12px;
	display: inline-block;
}
#game-properties div i{
	width: 60px !important;
	height: 46px !important;
}


.fa{display: inline !important;}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 31.6%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;
	}
}
.social-buttons {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.social-buttons:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.social-buttons span {
   padding: 7px;
}
.social-buttons a:nth-of-type(1):hover span {
   color: #6383a8;
   cursor: pointer;
}
.social-buttons a:nth-of-type(2):hover span {
   color: white;
   cursor: pointer;
}
.social-buttons a:nth-of-type(3):hover span {
   color: #5EAADE;
   cursor: pointer;
}
.social-buttons a:nth-of-type(4):hover span {
   color: #BC2D1D;
   cursor: pointer;
}
@import url("sprites_svg.css");