@charset "utf-8";


/*
borders a3c3-fd --> ffff-df -> ffff-ff
Container background: a3c3-ff -> ffff-ef -> ffff-ff
background in widget: a3c3-fe -> ffff-fe -> fefe-fe
widget top back color: 3642-5a
Switch color in tables  95ba-ff -> ffee-ff -> fbfb-fb
*/
/* @Fontface */
    @font-face {
        font-family: 'xtcfont';
        /*src: url('fonts/weblysleekuil.ttf') format('truetype');*/
            /* url('fonts/yourfont.svg#Yourfont') format('svg')*/
        font-weight: normal;
        font-style: normal;
    }

body, html{
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000;
	font-size: 10pt;
	height: 100%;
	width: 100%;
	//background:url(images/bg4.png) repeat;
	background: #ccc;
	overflow-x: hidden;
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header .row {
  display: flex;
}
header .column {
  height:100px;
  margin-left:auto;
  margin-right:auto;
  padding-left:5px;
}
	

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
	content: ' ';
	display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

hr {
	border:0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #fff;
	width:auto;
}
.clearfloat { /* this class should be placed on a span or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container {
		/*width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		max-width: 1050px;
		background: #ffffff; 
		margin: auto;
} 
.browse h1  {
	height: auto;
	width: 100%;
	font-size: 11pt;
	margin: 2px;
	text-align: left;
	letter-spacing: 3px;
	padding: 0px 0px 10px 0px;
}

header {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
header img {
	height:100%;
}

.stick {
    position:fixed;
    top:0px;
	width: 1050px;
	z-index: 9997;
}

.stick_undertop {
    padding-top:52px;
}

.nav, .page  {
	height: 30px;
	/*width: 100%;*/
	padding: 0px;
	background: #888;
	margin: 0;
	z-index:1997;
	/*background:url(images/menubar.png) repeat-x;*/
}
.nav form, .page form {
	margin: 4px;
	float: left;
}
.nav ul, .page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
.nav li, .page li {
  list-style: none;
  float: left;
  font-size: 1.0em;
  text-align: center;
  line-height: 30px;
  height: auto;
  width: auto;
  display: block-inline;
  color: #fff;
  cursor: pointer;
}
.nav a, .page a  {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0px 10px 0px 10px;
  transition: .3s background-color;
  height: auto;
}

.nav img, .page img {
 vertical-align: -8px;
}
.nav a img, .page a img  {
  text-decoration: none;
  color: #fff;
  display: block-inline;
  transition: .3s background-color;
}
.nav a:hover, .page a:hover  {
	background: #f0b209;
}

.db { 
	display: none;
	visibility: hidden;
    }
.content2 {
	width: 100%;

}
.side_menu {
	width: 200px;
	float: left;
	overflow: hidden;
}
.main_content {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
.main_content img {
	margin: none;
	border: 0px;
}
.social {
	background: #fff;
	border: 1px solid #efefef;
	width: auto;
	overflow: auto;
	display: block;
	margin: 50px 0 0 -60px;
	padding: 3px;
	position: fixed;
	text-align: center;
}
.social #pos {
	padding-bottom: 5px;
}
.side_menu {
	font-size: 10pt;
	padding: 5px;
	padding-top: 20px;
}
.side_menu h2 {
	height: auto;
	width: 100%;
	font-size: 16pt;
	margin: 2px;
	text-align: left;
	letter-spacing: 7px;
	padding: 0px 0px 10px 0px;
	}	

/* browse menu */
.browseby {
	width:auto;
	height:auto;
	margin:5px;
	text-align:left;
	color: #ddd;
	}

.browseby a{
	color: #ddd;
	}

.browseby:hover #select {
	color: #000;
	}

.browseby:hover #select a {
	color: #000;
	}
.browseby #select {
	color: #aaa;
	/*color: #36425a; */
	}
.browseby #select a {
	color: #aaa;
	}
.browseby #select a:hover {
	background: #f0b209;
	transition: .3s background-color;
	}
.facebook {
	max-height:270px;
}
	/* end browse menu */
.home {
	width: 100%;
}

.home h2,.gog h2,.news h2,.testimonials h2{
	height: auto;
	width: 100%;
	font-size: 16pt;
	margin: 2px;
	text-align: left;
	letter-spacing: 7px;
	padding: 0px 0px 10px 0px;
	}

.home #intro img {
	margin-top: none;
	padding: none;
	max-width: 100%;
}

.home #gog2 img {
	padding: 10px;
	max-width: 300px;
}

.home #intro {
	width: auto;
}
.gog {
	float: right;
	width: 300px;
}


/*game info*/
.info {
	width: auto;
	height: auto;
	text-align: left;
	overflow: hidden;
}
.gameinforight {
	float:right;
	width: 340px;
	padding-top: 20px;
	marlin-left: 10px;
	text-align: center;
}
.gameinforight_nav {
	float:right;
	width: 340px;
	padding-top: 35px;
	text-align: center;
}
.map {
	margin-top: 10px;
}
.map #type {
	background: #cdcdcd;
}
.map #year {
	background: #dedede;
}
.map #company {
	background: #efefef;
}
.map #rating {
	background: #fff;
}
.map ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-align: center;
}
.map li {
  list-style: none;
  float: left;
  font-size: 1.2em;
  line-height: 30px;
  height: auto;
  display: block-inline;
  background: #eee;
  margin: 0 5px 10px 0;
}
.map a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0px 10px 0px 10px;
  transition: .3s background-color;
}
.map a:hover {
    background:#f0b209;
}
.blokje {
	padding: 20px 10px 10px 10px;
	background: #efefef;
	margin-bottom: 20px;
	margin-right: 0px;
	border: 1px solid #F8D884;
	overflow: auto;
}
.blokje #title {
	float:left;
	margin: -20px 0 0 -10px;
	display: block;
	font-size: 14pt;
	color: #000;
	background: #F8D884;
	padding: 0 5px 0px 5px;
	clear: both;
}
.blokje:hover {
	/*background: #FCECC2;*/
	border: 1px solid #000;
	transition: .3s background;
}
.blokje img {
	max-width:100%;
}
.download {
	width: 140px;
	padding: 10px;
	background: #FCECC2;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}
.infoad,.amazon {
	float: right;
	display: block-inline;
}
.download:hover {
	background: #f0b209;
	transition: .3s background;
}
.download img {
	padding-right: 10px;
	vertical-align: -4px;
}
.donate {
	float: right;
	width: 200px;
	background: #f70;
	padding: 2px;
}
.downloadad {
	padding: 5px;
	float: left;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.fix {
	position: fixed; 
	top: 0; 
	height: 30px; 
	z-index: 1;
}
#cell {
	padding:5px;
	text-align:left;
	margin:5px;
	display: inline-block;
	width: 350px;
	height: 100px;
	overflow: hidden;
	}

#cell2:hover {
	background: #a8b5d1 left center no-repeat;
}

#element_to_pop_up { 
	background:url(images/midlog.gif) repeat-x;
    background-color:#fff;
    border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
    color:#000;
    display:none;
	min-width:825px;
	min-height:405px;
}
.contact {
	width: 90%;
	text-align: left;
	padding-left: 20px;
}
.contact #form {
	line-height: 30px;
}
.b-close{
    cursor:pointer;
    position:absolute;
	margin: 2px;
	color:#000;
    right:5px;
    top:0px;
}
.b-close:hover {
	color: #fff;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
    background:url(images/midlog.gif) repeat-x;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	/*width: 50%;*/
	/*width:800px;*/
	overflow:hidden;
	margin-left: -400px; /* negative half of the width */
	margin-top: -250px; /* negative half of the height */
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.black_overlay2{
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content2 {
background:url(images/midlog.gif) repeat-x;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	/*width: 50%;*/
	/*width:800px;*/
	overflow:hidden;
	margin-left: -400px; /* negative half of the width */
	margin-top: -250px; /* negative half of the height */
	background-color: white;
	z-index:1002;
	overflow: auto;
}


#affiliates {
	width: auto;
	margin: 2px;
	border: 1px solid #ffffff;
	background-color: #fefefe;
}

#fb-like-box iframe {
  width: 195px !important;
  height: 270px !important;
 }

.sharing {
  overflow: visible !important;
  z-index:-2;
 }


#browse2 span {
	width: inherit;
	height: 570px;
	overflow: hidden;
}

#browse2 span:hover {
	width: inherit;
	height: 570px;
	overflow: auto;
}

#main {
	float: left; /* since this element is floated, a width must be given */
	width: 797px;
}

#page {
	width: 600px;
}

#page2 {
	color: #000;
	float: left;
	display: block-inline;
	font-size: 15pt;
	text-align:center;
	width: 30px;
	padding: 5px;
	margin: 5px;
}

#page2:hover {
	background: #f0b209 left center no-repeat;
	color: #000;
	font-size: 15pt;
	width: 30px;
	padding: 5px;
	margin: 5px;
}

#left {
	width: 490px;
	margin: 2px;
	border: 1px solid #ffffff;
	background-color: #fefefe;
	text-align:left;
}

 #right {
	width: 295px; /* padding keeps the content of the span away from the edges */
	margin: 2px;
	border: 1px solid #ffffff;
	background-color: #fefefe;
	text-align:left;
}

#center2 {
	width: 810px;
	margin: 2px;
	border: 1px solid #ffffff;	
	background-color: #fefefe;
	text-align: left;
}

#screen {
	width: inherit;
	height: 250px;
	margin: 2px;
	border: 1px solid #ffffff;
	background-color: #fefefe;
}
#info {
	width: 300px;
	height: auto;

}
#infobox {
	width: 630px;
	height: auto;
}

#widget {
	/*background: #36425a;*/
	height:19px;
	width:100%;
	font-size: 1vw;
	color: #000;
	margin: 0px;
	text-align: left;
	letter-spacing: 7px;
	padding: 0px 0px 10px 0px;
	/*text-transform: uppercase;*/
	}
	
#amazon {
	width: 120px;
	float:left;
	right: 10px;
}

#comment {
	width: auto;
	margin: 5px;
	border-bottom: px solid #fff;
}
#jadajada {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the span away from the edges */
	/* background-color: #fefefe; */
	height: 100%;
	
}
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding: 0;
	margin: 0px 0px 4px 0px;
}

h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	padding: 0;
	margin: 0px 0px 0px 0px;
}
strong {
	color: #fff;
	margin: 0px;
	text-align: center;
	letter-spacing: 7px;
	text-transform: uppercase;
}



.notused td {
	vertical-align: top;
	font-size: 10pt;
}
.notused ul {
	list-style-position: inside;
	margin-left: -20px;
}
.notused li {
	display: list-item;
	text-indent:-10px
}	

.menu {
	width:100%;
	height:15px;
	background-color:#738A42;
	border-bottom:solid 1px #fff;
	color:#fefefe;
}


#news a {
	border-bottom: 1px dotted;
}

a    {
	text-decoration: none;
	color: #000;
}
a:visited   {
	text-decoration: none;
	color: #000;
}
a:link  {
	text-decoration: none;
	color: #000;
}
a:active  {
	text-decoration: none;
}
a:hover {
	background-color: orange;
}

.nav a    {
	text-decoration: none;
	color: #fff;
}
.nav a:visited   {
	text-decoration: none;
	color: #fff;
}
.nav a:link  {
	text-decoration: none;
	color: #fff;
}
.nav a:active  {
	text-decoration: none;
	color: #fff;
}



body  #mat {
	background-color:#000;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .60;
	-khtml-opacity: 0.6;
	opacity: 0.60;
	height:100%;
	overflow:hidden;
	width:100%;
	z-index:3;
	position:fixed;
	top: 0px;
	left: 0px;
}
body  #dlpopup {
	overflow:hidden;
	width:100%;
	z-index:4;
	position:absolute;
	top: 0px;
	left: 0px;
}
body  #realpopup {
	position:fixed;
	overflow:hidden;
	width:800px;
	z-index:8;
	margin-left: -400px; /* negative half of the width */
	margin-top: -250px; /* negative half of the height */
	left: 50%;
	top: 50%; 
	background:url(images/midlog.gif) repeat-x;
	background-color: #fefefe;
}

#menubar {
	/*background: #fefefe;*/
	list-style: none;
	margin: 0px 0px 0px -3px;
	padding: 0;
	width: 100%;
}
#menubar li {
	margin: 0;
	padding: 0;
}
#menubar a {
	/*background: #fefefe;*/
	color: #000;
	display: block;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menubar a:hover {
	background: #f0b209 left center no-repeat;
	color: #000;
	padding-bottom: 0px;
}

.nav {
	height: 30px;
	overflow: hidden;
}
.hdr_small {
	display: none;
	text-align:left;
}
.hdr_small {
	color: #fff;
	font-size:1.0em;
}

/* slide bar */
.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0px;
	z-index: 999; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #fff; /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	//left: 0; /* Set Slidebar to the left. */
	margin-left: -5px;
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	}

.sb-style-overlay {
	z-index: 9998; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 200px;
	}
	
	.sb-width-thin {
		width: 100%;
	}
	
	.sb-width-wide {
		width: 95%;
	}

.side_menu {
	width: 5px;
	}
@media screen and (max-width: 1500px) {
	.sb-slidebar {
		width: 200px;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
	.social{
		padding: 0;
		margin: 0;
		position: static;
		overflow: hidden;
		text-align: left;
	}
	.social #pos {
		float: left;
		padding-right: 15px;
		text-align: center;
		display: overflow;
	}
	.social #pos-twit {
		margin-top:-15px;
	}
}
@media screen and (max-width: 970px) {
	.gameinforight,.gameinforight_nav {
		width:170px;
		margin-left:10px;
	}
	.gameinforight img,.gameinforight_nav img {
		width:90%;
	}
    .facebook,.donate { /* Hide facebook*/
        display: none;
        visibility: hidden;
    }
	.home #gog2 img {
        /*display: none;
        /*visibility: hidden;*/
		width: 50%;
	}
	.container {
	width: 100%;
	}
	.side_menu {
	width: 5px;
	}
    .news,.home,.testimonials {
    width: 95%; 
    }
	.side_menu h2 {
	font-size: 12pt;
	}	
	header {
	height: 70px;
	}
	header .row {
	height: 70px;
	width: 172px;
	}
	#element_to_pop_up {
	min-width: 600px;
	}
} 

@media screen and (max-width: 635px) {
	.gog,.top5,.gameinforight,.infoad { /* Hide gog*/
    display: none;
    visibility: hidden;
    }
    .affiliates,.weg { 
	display: none;
	visibility: hidden;
    }
	.db { 
    display: block;
	visibility: visible;
    }
	.container {
	width: 100%;
	}
	p {
	font-size: 8pt;
	}
	.home h2,.news h2 {
	font-size: 10pt;
	}
	nav ul li a {
	padding: 1px 5px;
	}
	#cell {
	width: 370px;
	}
	.blokje #title h3 {
	font-size: 7pt;
	}
	#element_to_pop_up {
	min-width: 300px;
	}
	body, html {
		font-size:9pt;
	}
}
@media screen and (max-width: 500px) {
	.container {
	width: 100%;
	}
	header {
	display:none;
	}
	.nav {
	height: 44px;
	}
	.hdr_small {
	display: block;
	}
}
@media screen and (max-width: 320px) {
	#cell {
	width: 280px;
	}


/* animation */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}