@CHARSET "UTF-8";
body {
	background-color: #e4e4e4;	
	color: #666666;	
	font: 14px/16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #666666;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;	
}

.text_shadow {
	text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#102530')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#102530');
	filter:DropShadow(Color=#102530, OffX=0, OffY=3);
	zoom: 1;	
}

/* ===================================================================== */
/* ===================================================================== */
/* STRUCTURAL */

section.row {
	width: 1006px;
	margin: 0 auto;
	text-align: left;
}

section.row .col2_xl div.col,
section.row .col2 div.col,
section.row .col1,
section.row .col4,
section.row .col3,
section.row .col3_dl,
section.row .col3_dr,
section.row .col2_dr div.col,
section.row .col2_tl div.col {
	padding: 1% 2%;
}

section.row.nm div.col3_dl,
section.row.nm div.col2 {
    margin: 0;
    padding: 0;
}

section.row.nm div.col3_dl div.col,
section.row.nm div.col2 div.col {
    padding: 1% 3%;
}

section.row.nm .col2_tl div.col.left {
	padding: 2% 3%;
}

section.row.nm .col2_tl div.col.right {
	padding: 1% 3% 1% 2%;
}

section.row .col1.page_nav {
	padding: 0;	
}
	
section.row div.title div.col {
	margin-bottom: 0;
	padding-bottom: 0;	
}

section.row div.title div.col.right {
	padding-left: 0;	
	margin-left: 0;	
	padding-right: 0;	
	margin-right: 0;
}
	
body.news section.row.nm div.col2_tl {
    margin: 0 0;
}

/* ----------------------------------------------------------- */
/* HEADER */

/* --------------------- */
/* Header top grey bar*/
header section.row.top {
	background: #ccc; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fafafa,  #cccccc); /* for firefox 3.6+ */
	background: -0-linear-gradient(top, #fafafa,  #cccccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa,  #cccccc); /* IE10+ */
	background: linear-gradient(top,  #fafafa,  #cccccc); /* W3C */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 956px;
}

header section.row.top div.col2 div.col {
	padding:0 1%;
	margin-top: 2px;
	margin-bottom: 2px;
}

header section.row.top div.col2 div.col.left {
	margin-top: 1%;
	margin-bottom: 1%;
}

header ul {
	float: right;
}

header section.row.top ul  {
	padding-top: 0.6em;
}

header section.row.top ul li {
	border-right: 1px solid;
}

header section.row.nav {
	padding: 0;
}

header section.row.nav div.col {
	padding: 1% 0;
}

header section.row.nav div.col.left {
	padding: 0;	
}

header section.row.nav div.col.right {
	margin-top: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* --------------------- */
/* 	Header top white bar 
*	main menu
*/
header section.row.nav div.shadow {
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
	opacity: 0.2;
	height: 74px;
	position: absolute;
	z-index: -1;
	width:1006px;
	margin-top: -5px;
}

header section.row.nav div.col2_tr {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index:2;
	 margin: 0 5px!important;
}

header section.row.nav header ul {
	float: right;	
}

header ul li {
	float: left;
}


header ul li a {
	display: block;
	margin: 0 9px 0 0;
	padding: 0 0 0 9px;
}

header nav ul li a {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0.7em;
	padding: 0 0.5em 5px 0.5em;
	text-align: center;
}

header nav ul li a.selected {
	font-weight: 800;		
}

/* --------------------- */
/* Main navigation */
header nav {
	display: block;	
	margin-top: 2px;
}

header nav ul li a:hover {
	text-decoration: none;
	color: #d73333;
}

header nav ul li div.sub_menu {
 	display: none;
    opacity: 0; 
    padding-top: 16px;
    background: url(../i/selected.png) 30px top no-repeat;
    position: absolute;
    z-index: 5;
}

header nav ul li div.menu_shadow {
	position: absolute;
	background: #000;
    height: 30px;
    width: 410px;
    height: 150px;
    z-index: -1;
    -moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
  	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2; 
	margin-top:5px;
}

header nav ul li ol {
	opacity: 1;
	margin:0;
	margin:5px;
	margin-top: 0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #ccc; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#fafafa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#fafafa)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc,  #fafafa); /* for firefox 3.6+ */
	background: -0-linear-gradient(top, #cccccc,  #fafafa); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc,  #fafafa); /* IE10+ */
	background: linear-gradient(top,  #cccccc,  #fafafa); /* W3C */
	height: 150px;
}
	
header nav ul li ol li.right,
header nav ul li ol li.left {
    border: 0 none;
    float: none;
    margin: 0;
    padding: 0;
    float:left;
    width: 200px;
    padding: 0 1.5% 0 3%;
}

header nav ul li ol li.left ul li a {
	padding-bottom: 6px;
}

header nav ul li ol li.right {
	padding: 0 3% 0 1.5%;
}

header nav ul li ol span,
header nav ul li ol a {
    border: 0 none;
    color: #333;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    padding:0;
    margin:0;
    text-align: left;
}

header nav ul li ol li ul li a:hover {
	color: #d73333;	
}

header nav ul li ol a.big {
    color: #999;
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
}

header nav ul li ol li ul,
header nav ul li ol li ul li {
	margin: 5px 2px;	
	display: block;
	float: none;
}

header nav ul li ol li.right ul li {
		margin: 2px;
}

header nav ul li ol span {
	margin-top: 10px;
	color: #999;	
	font-size: 11px;
	text-transform: uppercase;
}

header nav ul li ul a:hover {
	background: none;	
}

header nav ul li:hover div.sub_menu {
    display: block;
    opacity: 1;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ARTICLE */
article {
	background: url(../i/shadow_top.png) top center no-repeat;
	padding-top: 16px;	
	z-index: 2;
}

body.news article {
	background-image: none;
}


/* -------------------------------------------------------- */
/* HEADER - HEROS */
section.row.hero_txt h2 {
	margin-top: 1em;
	font: 34px/36px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

section.row.hero_txt h2 a,
section.row.hero_txt h2 span {
	font: 24px/24px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	display: block;
}
	
section.row.hero_txt h2 span a {
	display: inline;	
	text-decoration: underline;
}

h2.media-heading {
		font: 24px/24px  "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
	
section.row.hero_txt h2 span a:hover {
	text-decoration: none;
}

section.row.hero_txt h2 span a.selected {
	font-weight: bold;
	color: #D73333;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* SUB PAGE MENU */
body.retro ul li.page_item,
div.page_nav ul li {
	float: left;
}

body.retro ul li.page_item a,
div.page_nav ul li a {
	display: block;
	margin: 0 9px 0 0;
	padding: 0 0 0 9px;
}

body.retro ul li.page_item a,
div.page_nav nav ul li a {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 1em 0 1em;
	padding: 0.5em 0.5em 1em 0.5em;
	text-align: center;
}
body.retro ul li.page_item.current_page_item a,
div.page_nav nav ul li.current-cat a,
div.page_nav nav ul li a.selected {
	font-weight: bold;
	background: url(../i/pointer.png) center bottom transparent no-repeat;			
}

body.retro ul li.page_item a:hover,
div.page_nav nav ul li a:hover {
	text-decoration: none;	
	color: #dd7777;
	
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* RETRO */
div.ekp_timeline div.col.right.imgrespond img {
	width: 100%;
	height: auto;
}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* GAME */
div.game_cell {
	overflow: hidden;	
}

section#game_cells div.col3_dl div.col,
section#game_cells div.col3_dl {
	padding-bottom: 0;
	margin-bottom: 0;
}

section#game_cells div.col3 div.col,
section#game_cells div.col3 {
	padding-top: 0;
	margin-top: 0;
}

section#game_cells div.col3_dl div.col.right div.ekp_caption_cell,
section#game_cells div.col3 div.ekp_caption_cell {
	margin-top: 3em;	
}

section#game_cells div.col3_dl div.ekp_caption_cell.game-featured {
	height: 420px;
}

div.grid_favourites div.ekp_caption_cell {
	height: 105px;	
}

section#game_cells div.col3_dl div.ekp_caption_cell.game-featured img.tile {
	height: 420px;
	width: auto;	
}

section#game_cells div.col3_dl div.col.right div.ekp_caption_cell.first {
	margin-top: 0em;
}

section#game_cells div.col3_dl div.col.right div.ekp_caption_cell.second {
	margin-top: 40px;
}

section.row.topselect .col4 {
	padding: 0% 2%;
	margin-top:0.5%;
	margin-bottom: 0;
}

section.row.topselect .col4 div.col {
	margin-bottom: 0;
	margin-top: 0;
}


section.row.topselect {
	padding: 0;
	margin-top:0px;
	margin-bottom: 0;
}

div.assoc_links ul li,
div.game_features ul li {
	margin-bottom: 0.6em;		
	padding-left: 25px;
	background: url(../i/raquo_red.png) left 2px no-repeat;
}

div.assoc_links ul li a {
	color: #dd7777;
}

div.game_features {
	/*padding-right: 0!important;*/
}

ul.video_thumbs li {
	margin-bottom: 0.4em;	
}

a.overlay_video {
	display: block;
	margin-top: 0px;
	position: absolute;
	width: 120px;
	height: 90px;
	background-color: #1f1f1f;
	color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
  	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

img.overlay_video {
	position: absolute;
	width: 40px;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin-top: 25px;
	margin-left: 40px;
}

div.ekp_slider a.overlay_video {
	width: 180px;
	height: 120px;
}

div.video_cell_small img.overlay_video,
div.ekp_slider img.overlay_video {
	width: 60px;
	height: auto;
	margin-top: 30px;
	margin-left: 60px;
}

div.video_cell_large {
	margin-top: 2em;
	padding-top: 2em!important;
}


/* ----------------------------------------- */
/* ----------------------------------------- */
/* Game sub menu */
section.game_menu {
	margin-bottom: 5px;	
}

section.game_menu div.col1 {
	padding-top:0;
	padding-bottom:0;
}

section.game_menu ul li {
	float: left;
}



section.game_menu ul li a {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0;
	padding: 1em 1.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

section.game_menu ul li a.first {
	margin-left: 0;
	padding-left: 0;
}

section.game_menu ul li a.selected {
	font-weight: 800;		
}

section.game_menu  ul li a:hover {
	background: #e4e4e4;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* HOME PAGE */
section.row.home_hero {
	height: 270px;	
}

section.row.home_hero div.col {
	margin: 0;
	padding: 0 2%;	
}

section.row.home_hero div.col.left {
	padding: 0 0 0 5%;	
}

section.row.home_hero div.main_image_right img {
	width: 100%;
	height: auto;
}

section.row.home_hero div.main_image {
	position:absolute;
	width: 400px;
	height: 300px;
	margin-top: -30px;
	overflow: hidden;
	text-align: right;
}

section.row.home_hero div.main_text {
	background: #fff;
	padding: 4%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-left: 50px;
	height: 180px;
	width: 320px;
	margin-top: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
}

section.row.home_hero div.main_text p {
	margin: 0.8em 0;
}


section.row.home_hero div.main_text a {
	color: #d73333;
}

section.row.home_hero div.main_shadow {
	background-color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:alpha(opacity=20);
	opacity: 0.2;
	height: 200px;
	margin-left: 40px;
	margin-top: 20px;
	position: absolute;
	z-index: -1;
	width: 340px;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* CONTACT */
#wrapper_map {
	height: 1024px;
	width: 100%;
	position: absolute;
	z-index:-2;
	top:0;
	left:0;	
}

#map_canvas_street,
#map_canvas {
	height: 400px;	
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* BLOG */
div.news_article {
	border-bottom: 8px solid #e4e4e4;
	padding-bottom: 1em;
}
                 
div.news_item {
	border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1em;
    padding-bottom: 1em;
}


div.news_item div.ni {
	float:left;
	width:50%;
	overflow: hidden;
}

div.news_item div.ni.left {
	max-height: 300px;	
}

div.news_item div.ni.left img {
	width: 100%;
	height: auto;		
}

div.news_item div.ni.right {
	padding: 2% 1% 2% 3%;	
	width:46%;
}

div.news_item div.ni.right div.posted {
	margin-bottom: 1em;	
}

div.news_item div.ni.right h3 {
	margin-bottom: 1em;	
}


div.news_item div.bubble {
	/*background: #d73333;
	height: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 5;
    background: url(../i/bubble_white.png) left top transparent no-repeat;*/
}

div.divider {
	background: #666;
	margin: 14% 15% 10% 15%;
	height: 6px;	
}

div#sidebar {
	padding:0;	
}

div#sidebar ul {
	margin: 3% 9% 3% 6%;	
}


ul.wp-tag-cloud li,
ul.sidebar li  {
	display: block;
	border-bottom: 1px solid #ccc;	
	margin:0;
	padding: 0;
}

ul.sidebar li:last-child,
ul.sidebar li.last {
	border-bottom: 0;	
}

ul.wp-tag-cloud li a,
ul.sidebar li a {
	color: #d73333;
	font-weight: 800;
	display: block;
	padding: 0.6em 0 0.6em 0.5em;
	text-decoration: none;
}

ul.wp-tag-cloud li a.selected,
ul.sidebar li a.selected {
	background-color: #999;
	color: #fff;
}

ul.wp-tag-cloud li a:hover,
ul.sidebar li a:hover {
	color: #f4f4f4;
	background-color: #d73333;
}

ul.sidebar li.title,
ul.sidebar li.desc {
	margin-bottom: 1em;
	border: 0;
}

	
/* ----------------------------------- */
/* ----------------------------------- */
/* This is the latest news sidebar used
through out the site */
div.latest_news {
	
}

div.latest_news ul li {
	margin-bottom: 0.6em;
}

div.latest_news ul li div.img {
	float: left;
	width: 25%;
	margin-right: 2%;
}

div.latest_news ul li div.img img {
	width: 100%;
	height: auto;
}

div.latest_news ul li div.text {
	float: left;
	width: 73%;
}

/* ----------------------------------- */
/* comments */
a.open_comments {
	padding-left: 0.4em;
	padding-right: 0.4em;	
	margin-bottom: 0.5em;
}

div.comments ul li {
	margin-bottom: 0.6em;
}

div.comments ul li div.img {
	float: left;
	width: 15%;
	margin-right: 2%;
}

div.comments ul li div.text {
	float: left;
	width: 83%;
}

div.comments span {
	display: block;
	margin: 0.3em 0;
	font-size: 110%;	
}

div.comments span.required {
	display: inline;
}

/* ----------------------------------- */
/* ----------------------------------- */
div#actions div.btn {
	float: left;
	width: 30%;
	margin:0 2%;	
	border-right: 1px solid #ccc;
}

div#actions div.btn.last {
	border:0;
	margin-right: 0;	
}
	
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* GRID FAVOURITES 
* This is used on the homepage under the main intro
*/
div.grid_favourites ul li {
	float: left;
	width: 32%;
	margin: 0 0 0 1%;
}

div.grid_favourites ul li.center {
	margin: 0 1%;
}

div.grid_favourites ul li.left {
	margin: 0 1% 0 0;
}
	
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* SHOP */
div.shop_nav ul li {
	float: left;
}


div.shop_nav ul li a {
	display: block;
	margin: 0 9px 0 0;
	padding: 0 0 0 9px;
}

div.shop_nav nav ul li a {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 1em 0 1em;
	padding: 0.5em 0.5em 1em 0.5em;
	text-align: center;
}

div.shop_nav nav ul li a.selected {
	font-weight: bold;
	background: url(../i/pointer.png) center bottom transparent no-repeat;			
}

div.shop_nav nav ul li a:hover {
	text-decoration: none;	
	color: #dd7777;
	
}

/* ----------------------- */

div.shop_feature img {
	width: 100%;
	height: auto;	
	margin-bottom: 20px;
}

div.shop_feature a {
	display: block;	
}

div.shop_cell a img.respond {
	width: 75%;
}

div.shop_feature a img.respond {
	width: 60%;
}
	
div.shop_feature div.shop_cell {
	padding: 1em 2em;
	position:absolute;
	margin-top: -170px;
	margin-left: 510px;
	width: 400px;
	opacity: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #ccc; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#fafafa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#fafafa)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc,  #fafafa); /* for firefox 3.6+ */
	background: -0-linear-gradient(top, #cccccc,  #fafafa); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc,  #fafafa); /* IE10+ */
	background: linear-gradient(top,  #cccccc,  #fafafa); /* W3C */
	height: 190px;
	z-index:2;
	border: 3px solid #fff;
}

div.shop_feature div.shop_cell h2 {
	font-weight: bold;	
}

div.shop_feature div.main_shadow {
	background-color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:alpha(opacity=20);
	opacity: 0.2;
	height: 210px;
	margin-top: -180px;
	margin-left: 500px;
	position: absolute;
	width: 420px;
	z-index:0;
}

div.shop_cell {
	background: #ccc; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e4e4e4,  #ffffff); /* for firefox 3.6+ */
	background: -0-linear-gradient(top, #e4e4e4,  #ffffff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4,  #ffffff); /* IE10+ */
	background: linear-gradient(top,  #e4e4e4,  #ffffff); /* W3C */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2em;
	margin-bottom: 1em;
}

div.shop_cell div.pack {
	margin: 0 auto;
	width: 50%;
	margin-bottom: 0.7em;
}

div.shop_cell div.pack img {
	width: 100%;
	height: auto;	
}

div.shop_cell div.data {
	text-align: left;
}

div.shop_cell div.data h2.bold {
	margin: 0;
	padding: 0;
}

div.shop_cell div.data div {
	margin: 0.7em 0 0.2em 0;	
}
	
div.shop_cell input.tcp_add_to_shopping_cart,
div.shop_cell a.button {
	float: left;
	width: 48%;
	margin: 0 1%;	
}

div.shop_cell.product_page input.tcp_add_to_shopping_cart,
div.shop_cell.product_page a.button {
	width: 100%;
}


div.shop_cell input.tcp_count,
div.shop_cell input[type="number"],
div.shop_cell input[type="text"] {
	display: inline;
	width: auto;
	background: #fff!important;
	text-align: right;
	margin-left: 0.5em;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* FAVOURITES */
section#favourite {
	/*background: url(../i/shadow.png) top center repeat-y;	*/
}

body.news section#favourite  {
	/*background: none;	*/
}
		
section#favourite.row{
	padding-top: 1%;	
	padding-bottom: 1%;	
}

section#favourite div.col3 {
	padding-top: 0;
}

section#favourite div.col3 div.col {
	margin-top: 0;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* Subscribe */
section#signup_system3.row {
	padding-top: 1%;	
	padding-bottom: 1%;	
	border-top: 1px solid #CCCCCC;
}

section#signup_system3.row label {
	font-weight: bold;
	display: block;
	margin: 0.4em 0;	
}

section#signup_system3.row button {
	margin: 0.8em 0;	
}
		
section#signup_system3.row input {
	/*background-color: #f1f1f1!important; */
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* TESTIMONIALS */
	
div.testimonials {
	background: #ccc; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fafafa,  #ededed); /* for firefox 3.6+ */
	background: -0-linear-gradient(top, #fafafa,  #ededed); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa,  #ededed); /* IE10+ */
	background: linear-gradient(top,  #fafafa,  #ededed); /* W3C */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin:0.5em 0 1.5em 0;
	padding: 2em;
	border: 1px solid #ededed;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* PLATFORMS */
section#platform {
	padding-top: 2%;
	padding-bottom: 2%;
}

section#platform div.title div.right {
	padding-left: 0;
	font-size:13px;
}


section#platform div.platform_logos ol {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:108px;
}

section#platform div.platform_logos ol li {
	float: left;	
	width: 12.5%;
}

section#platform div.platform_logos ol li a {
	border-bottom: 1px solid #fff;	
	display: block;
}

section#platform div.platform_logos ol li a:hover {
	border-bottom: 1px solid #d73333;
}

section#platform div.platform_smlprt {
	padding-top: 0;
}

section#platform div.platform_smlprt div.left {
	font-size: 0.9em;	
}

section#platform div.platform_smlprt div.right a {
	text-decoration: underline;	
}

section#platform div.platform_smlprt div.right a:hover {
	color: #d73333;
	text-decoration: none;	
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* FOOTER */
footer {
	background: url(../i/shadow_foot.png) bottom center no-repeat;	
}

body.news footer {
	background: none;	
}
	
	
footer section#foot {
	padding-top: 1%;
	padding-bottom: 4em;
	color: #999;
}

footer ul {
	float: right;	
}

footer ul li {
	float: left;
	border-right: 1px solid;
}

footer nav ul li {
	border: 0;	
}

footer ul li a {
	font-size: 0.9em;
	display: block;
	margin: 0 9px 0 0;
	padding: 0 0 0 9px;
}

footer nav {
	padding-bottom: 0.5em;	
}

footer nav ul li a {
	font-size: 1.1em;
	display: block;
	margin: 0 1em 0 0;
	padding: 0 0 0 1em;
}

/* ===================================================================== */
/* ===================================================================== */
/* HEADINGS */
h1 span {
	display: none;
}

h1 img {
	margin-left: 0.8em;
	margin-top: 3px;
	margin-bottom: 1px;
}

h2 {
	font: 34px/36px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h2.large {
	font: 44px/46px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.text_para p:first-child,
div.ekp_timeline li p:first-child,
div.shop_feature div.shop_cell div.data h2, 
h2.small {
	font: 18px/21px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
}

h2.xsmall {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.testimonials h2,
div.shop_cell div.data h2,
section.row.home_hero div.main_text h2 {
	font: 24px/26px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h3 {
	font: 18px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div.col3_dl div.latest_news h3 {
	font: 14px/16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h3.logo {	
	font: 21px/23px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;	
	
}

h3.logo span.token {
	float: left;	
}

h3.logo span.logo {
	display: block;
	background: url(../i/logo_text.png) no-repeat left center transparent;
 	height: 25px;
    margin-top: -1px;
    width: 95px;
}


h3.logo span {
	font-weight: bold;
	text-transform: none;
}

h3.logo.sml {
	font: 15px/17px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;	
	font-weight: normal;
	color: #999;
	margin-bottom: 0.4em;
}

/* ===================================================================== */
/* ===================================================================== */
/* */
div.text_para p:first-child {
	margin-top: 0.5em;	
}

/* ===================================================================== */
/* ===================================================================== */
/* COLORS */

.red {
	color: #d73333;	
}

.black {
	color: #000;	
}

/* --------------------------------------- */
/* BACKGROUNDS */
.bg_white {
	background-color: #fff;	
}

.bg_f4f4f4 {
	background-color: #f4f4f4;	
}

.bg_d7d7d7 {
	background-color: #d7d7d7;
}

/* --------------------------------------- */
/* LINES */
.line_ccc {
	border-color: #ccc!important;	
}

/* ===================================================================== */
/* ===================================================================== */
/* LIST (COMMON) */
li.last {
	border-right: 0!important;	
}

dl dt {
	margin-bottom:0.4em	
}

dl dd {
	margin-bottom: 1.2em;	
}

dl dd.bold {
	font-weight: bold;
}

/* ===================================================================== */
/* ===================================================================== */
/* PADDING */
.row_pad {
	padding: 1% 2%;	
}

.pad_tb  {
	padding-top: 1em;
	padding-bottom: 1em;	
}


.pad {
	padding: 1em 1.5em;	
}

.pad_trb.cover {
	padding: 0.5em 0 0.5em 0;	
	width: 60%;
}

.game_logo img,
.pad_trb.cover img {
	width: 100%;
	height: auto;	
}

.pad_b  {
	padding-bottom: 3%;	
}

.pad_bsml  {
	padding-bottom: 2%;	
}

.pad_bxxl  {
	padding-bottom: 10%;	
}

.pad_t  {
	padding-top: 3%;	
}

.pad_tsml  {
	padding-top: 1%;	
}

.pad_r  {
	padding-right: 2%;	
}


/* ===================================================================== */
/* ===================================================================== */
/* BORDER */
.border_bottom {
	border-bottom: 1px solid;
}

.border_top {
	border-top: 1px solid;
}

/* ====================================================================================== */
/* ====================================================================================== */
/*  CAPTION  ++PLUGIN++ */
.ekp_caption_cell {
	cursor: pointer;	
}

.ekp_caption_cell.oversize {
	text-align: center;	
	background-color: #f1f1f1;
}

.ekp_caption_cell .ekp_cc_txt {
	display: none;
	overflow:hidden;
	background: url("../i/black.png")  top left repeat transparent;
	/*background-color: #1f1f1f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
  	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	*/
	color: #fff;
    
	width: 100%;
	position: absolute;
	margin-top: 70;
	width: 100px;
	height:30px;	
	text-align: left;
}

.caption_cell_sml_game .ekp_cc_txt {
	height: 0;	
}

.ekp_caption_cell a,
.ekp_caption_cell a:hover {
	text-decoration:none;	
}

.ekp_caption_cell .ekp_cc_txt span.title {
	font-weight: bold;	
}

.ekp_caption_cell .ekp_cc_txt span.title,
.ekp_caption_cell .ekp_cc_txt span {
	display:inline-block;
	padding:0 10px;
	margin-top: 0.5em;	
}

.ekp_caption_cell .ekp_cc_txt span.img {
	padding: 0;	
}

.ekp_caption_cell .ekp_cc_txt span.title {
	display: block;
	font-size: 13px;
}

.ekp_caption_cell {
	overflow:hidden;
	margin-bottom: 1.0em;
}

.ekp_caption_cell.game-tile {
	max-height: 170px;
}

.ekp_caption_cell img {
	width: 100%;
	height: auto;	
}

.ekp_caption_cell.oversize img {
	height:	170px;
	width: auto;
}

.ekp_caption_cell.oversize span img {
	width: 100%;
	height: auto;	
}

.ekp_caption_cell em {
	padding-top: 20px;
	font-style: normal;
}

.ekp_caption_cell span.img img {
	width: auto;		
}

/* ===================================================================== */
/* ===================================================================== */
/* FORM SELECT BOX ++PLUGIN++ */
select, 
.selectbox {
    background: url("../i/select.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 1em 0.7em;
    width: 99%;
}

div div.selectbox-wrapper {
    background-color: white;
    border: 1px solid #CCCCCC;
    float: none;
    margin: -1px 0 0 !important;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index:100;
}

div.selectbox-wrapper ul {
    background-color: #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.selectbox-wrapper ul li.selected {
    background-color: #666;
    color: #fff;
}

div.selectbox-wrapper ul li.current {
    background-color: #e4e4e4;
    color: #333;
}

div.selectbox-wrapper ul li {
    cursor: pointer;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0.7em 0.5em;
}

/* ===================================================================== */
/* ===================================================================== */
/* FORM */
fieldset legend {
	display: none;
}

form.mixed .selectbox,
form.mixed select {
    background: url("../i/select.png") no-repeat scroll right center #e4e4e4;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 1em 0.7em;
    width: 99%;
}

form.mixed div.selectbox-wrapper ul {
    background-color: #e4e4e4;
}

textarea,
input {
	padding:0.7em 0.9em;
	width: 100%;
	background-color: #e4e4e4;
	color: #666;	
	border:1px solid  #e4e4e4;
	font: 14px/16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.tcp_add_to_shopping_cart,
input.tcp_checkout_button, 
input.tcp_delete_item_shopping_cart, 
input.tcp_modify_item_shopping_cart, 
.tcp_sc_checkout a,
div.nav-previous a,
input#submit,
button,
a.button {
	background: #333;
	color: #fff!important;
	display: block;
	padding: 0.7em 0.5em;
	width: 50%;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:  10px;
	border-radius: 10px;
	border: 3px solid #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font: 14px/16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input#submit.full,
button.full,
a.button.full {
	width: 100%;	
}

input.tcp_add_to_shopping_cart:hover,
input.tcp_checkout_button:hover, 
input.tcp_delete_item_shopping_cart:hover, 
input.tcp_modify_item_shopping_cart:hover, 
.tcp_sc_checkout a:hover,
button:hover,
button.hover,
a.button:hover {
	background: #d73333;
	text-decoration: none;
}


/* ------------- */
/* blue button */
button.blue,
a.button.blue {
	background: #0d79ba;
}	

/* ------------- */
/* red button */
input.tcp_add_to_shopping_cart,
.tcp_sc_checkout a,
button.red,
a.button.red {
	background: #d73333;
}

input.tcp_add_to_shopping_cart:hover,
.tcp_sc_checkout a:hover,
button.blue:hover,
button.blue.hover,
a.button.blue:hover 
button.red:hover,
button.red.hover,
a.button.red:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* ------------- */
/* more news 
blog button */
button.more_news,
div.nav-previous a,
a.button.more_news {
	width: 100%;
	color: #1f1f1f;
	background: #d73333;
	padding: 0.9em 0.5em;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:  10px;
	border-radius: 10px;
	border: 3px solid #fff;
}
	
button.more_news:hover,
button.more_news.hover,
div.nav-previous a:hover,
a.button.more_news:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Search Form */
form#searchform {
	float: right;
	padding-top: 2px;
}

form#gamesearch {
	margin-top: 3em;
	padding-right: 12%;
}

form#gamesearch.press {
        margin-top: 0em;
        padding-right: 2%;
}

form#gamesearch label,
form#searchform label {
	display: none;	
}

form#gamesearch input,
form#searchform input {
	float: left;
}

form#gamesearch input#q,
form#searchform input#s {
	background: url(../i/search.png) 3px center #fff no-repeat;
	padding-left: 22px!important;
}
	
	
form#searchform input#q,
form#searchform input#s {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:  10px;
	border-radius: 10px;
	margin-right: 5px;
}

form#searchform input#searchsubmit,
form#searchform input#searchsubmit {
	background: #333;
	color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius: 4px;
	margin-right: 0px;
	display: none;
}

/* ===================================================================== */
/* ===================================================================== */
/* TIMELINE ++PLUGIN++ */
.ekp_timeline {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.ekp_timeline ul li {
	display: block;
	float: left;
}

.ekp_timeline ul.date {
	background: url(../i/dotted.png) left bottom transparent repeat-x;	
}

.ekp_timeline ul.date li {
	width: 100px;
	text-align: center;
	padding: 12px 0;
}

.ekp_timeline ul.date li.selected a,
.ekp_timeline ul.date li a:hover {
	text-decoration: none;
	font-weight:bold;
}

.ekp_timeline ul.date li.selected {
	background: url(../i/pointer.png) center bottom transparent no-repeat;	
}

.ekp_timeline ul.article {
	clear: both;
	position: relative;
	left:0;
	padding-top: 16px;
}

.ekp_timeline ul.article li {
	padding:0 40px;
}

.ekp_timeline ul.article li div.col.left {
	padding-right: 1em;
}

.ekp_timeline ul.article li div.col.right {
	padding-left: 1em;
}

.ekp_timeline .next, 
.ekp_timeline .previous {
	height: 80px;
	width: 50px;
	position:absolute;
	z-index:10;
	cursor: pointer;
}
	
/* ===================================================================== */
/* ===================================================================== */
/* TIMELINE ++PLUGIN++ */
.ekp_slider {
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #e4e4e4;
}

.ekp_slider ul li {
	display: block;
	float: left;
}

.ekp_slider ul.article {
	clear: both;
	position: relative;
	left:0;
	padding-top: 16px;
}

.ekp_slider ul.article li {
	padding:0;
}

.ekp_slider ul.article li div.col.left {
	padding-right: 1em;
}

.ekp_slider ul.article li div.col.right {
	padding-left: 1em;
}

.ekp_slider .next, 
.ekp_slider .previous {
	height: 80px;
	width: 50px;
	position:absolute;
	z-index:10;
	cursor: pointer;
}

/* ===================================================================== */
/* ===================================================================== */
/* ROTATOR ++PLUGIN++ */
.ekp_rotator_static,
.ekp_rotator {
	overflow: hidden;
	clear: both;	
	margin:0;
	padding:0;
	color: #ccc;
}

div.ekp_rotator.bordered {
	margin:0 auto;	
	width:100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

div.ekp_rotator div.front {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

div.ekp_rotator img {
	border:0;
	padding:0;
	margin:0;
	float:left;	
}

ul.ekp_rotator_static,
ul.ekp_rotator {
	list-style-type: none;	
	margin-top: 20px;
	padding: 5px 0px 0px 3px;
	border-top: 1px solid #e4e4e4;
}

div.ekp_slider ul.ekp_rotator_static,
div.ekp_slider ul.ekp_rotator {
	margin-top: 0;
	border-top: 0;
}
	
ul.ekp_rotator_static {
	margin-top: 10px;
	margin-bottom: 20px;
}


ul.ekp_rotator_static li,
ul.ekp_rotator li {
	float: left;
}

ul.ekp_rotator_static li a,
ul.ekp_rotator li a {
	display: block;
	height: 90px;
	width: 120px;	
	border: 4px solid #fff;
	overflow: hidden;
}

ul.ekp_rotator li a.lightbox {
	display: none;
	height: 0;
	width: 0;	
}

ul.ekp_rotator_static li a img,
ul.ekp_rotator li a img {
	width: 100%;
	height: auto;	
	
}

ul.ekp_rotator li.selected a {
	border: 4px solid red;	
}

ul.ekp_rotator_static li.selected a {
	border: 4px solid #fff;	
}
	
ul.ekp_rotator_static li a:hover {
	border: 4px solid red;	
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* */
@media screen and (max-width: 768px) {
	/* --------------------------------------------------------------- */
	/* --------------------------------------------------------------- */
	/* HEADER */
	
	header section.row.nav div.shadow {
		width:768px;
	}
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* */
@media screen and (max-width: 480px) {
	/* --------------------------------------------------------------- */
	/* --------------------------------------------------------------- */
	/* HEADER */
	header ul {
	    float: none;
	}
	
	h1 img {
	    margin-left: 0;
	}
	
	/**
	 *
	 */
	header section.top div.col2 {
		padding: 0.6em 0;
	}
	
	header section.top div.col2 div.col.left {
		display: none;
	}
	
	header section.top ul li {
		width: 25%;
		border-right: 0!important;
		text-align: center;
	}
	
	header section.top ul li a {
		margin:0;
		padding:0;
	}
		
	/**
	 *
	 */
	header section.row.nav div.col {
		text-align:center;
	}
		
	header section.row.nav div.shadow {
		display: none;
	}
	
	header section.row.nav ul {
		margin:0 2%;
	}
	
	header section.row.nav ul li {
		width: 20%;
		margin:0;
		padding: 0 0.3em;
	}
	
	header section.row.nav ul li.item-0 {
		display: none;
	}
	
	
	header section.row.nav ul li a {
		font: 14px/16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		margin:0;
		padding: 5px 0 11px 0;
	}
	
	/**
	*
	*/
	header nav ul li div.menu_shadow {
		display:none;
	}
	
	header section.row.nav ul li div.sub_menu ol {
		height: auto;
		border: 4px solid;
		border-top: 0;
	}
	
	header section.row.nav ul li div.sub_menu ol li {
		width: 100%;
	}
	
	header section.row.nav ul li div.sub_menu ol li a {
		text-align: left;
	}
	
	
	header section.row.nav ul li div.sub_menu {
	    background-position:5px top;
	    margin-right: 10px;
	}
	
	/* --------------------------------------------------------------- */
	/* --------------------------------------------------------------- */
	/* FOOTER */
	footer section#foot {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	footer section#foot div.col.left {
		margin-top: 2em;
	}
	
	footer ul {
	    float: none;
	}
		
	footer ul li {
	    width: 20%;
	    border-right: 0;
	    text-align:center;
	}
	
	footer ul {
		border-top:1px solid;
		padding-top: 1em;
	}	
	
	footer nav ul {
		border-top:0px solid;
	}
	
	footer ul#menu-main-menu li:first-child {
		display: none;
	}
	
	
	footer ul li a,
	footer nav ul li a {
		margin:0;
	    padding: 0 1em 1em 0;
	    border-top: 0;
	}
	
	/* --------------------------------------------------------------- */
	/* --------------------------------------------------------------- */
	/* HOME PAGE */
	section.row.home_hero {
		height: auto;	
	}
	
	section.row.home_hero div.col {
		padding: 0 auto;	
	}
	
	section.row.home_hero div.col.left {
		padding: 0 0 0 0;	
	}
	
	section.row.home_hero div.col.right {
		margin-bottom: 0.5em;
	}
	
	section.row.home_hero div.main_image {
		position: relative;
		width: auto;
		height: auto;
		margin-top: auto;
		text-align: center;
		overflow: hidden;
		width: 96%;
	}
	
	section.row.home_hero div.main_image_right img,
	section.row.home_hero div.main_image img {
		width: 100%;
		height: auto;
	}
	
	section.row.home_hero div.main_text {
		margin-left: 0;
		width: auto;
		margin-top: 0;
	}
	
	section.row.home_hero div.main_shadow {
		border: 0;
		width: 0;
		height: 0;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* SEARCH */
	form#searchform {
		display: none;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* GAME */
	ul.ekp_rotator_static li a,
	ul.ekp_rotator li a {
		display: block;
		height: 85px;
		width: 110px;	
		border: 4px solid #fff;
		overflow: hidden;
	}
	
	section#game_cells div.col3_dl div.ekp_caption_cell.game-featured {
		height: auto;
	}
	
	
	section#game_cells div.col3_dl div.ekp_caption_cell.game-featured img.tile {
		height: auto;
		width: 100%;	
	}
		
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* FAVOURITES */
	section#favourite div.col3 div.col {
		margin-bottom: 1.5em !important;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* SIGNUP */
	section#signup_system3.row {
	    padding-top: 3%;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* PLATFORMS */
	section#platform {
		padding-top: 1em;
		padding-bottom: 2em;
	}
	
	section#platform div.title div.right {
		padding-left: 2%;
		padding-top: 0.6em;
	}
	
	section#platform .align_right {
		text-align: left!important;
	}
	
	section#platform div.platform_logos ol {
		height: auto;
		border-bottom: 0;
		margin-top: 1em;
	}
	
	section#platform div.platform_logos ol li {
		width: 25%;
		text-align: center;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* TOP SELECT */
	section.row.topselect {
		margin-top: 0.7em;
	}
	
	section.row.topselect div.col4 div.col.empty {
		display: none;
	}
	
	section.row.topselect div.col4 div.col {
		width: 50%!important;
		float: left!important;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* HEADINGS */
	li h3 {
		font: 16px/18px "Helvetica Neue",Helvetica,Arial,"sans-serif";
		font-weight: bold;
	}
	
	section.row.hero_txt h2 {
	    font: bold 24px/26px "Helvetica Neue",Helvetica,Arial,sans-serif;
	    margin-top: 0;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* PADDING */
	.pad_bxxl {
	    padding-bottom: 1em;
	}
	
	.pad_tsml  {
		padding-top: 1em;	
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* OBJECT */
	object, embed, iframe {
		width: 100%;
		height: auto;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* CONTACT */
	#map_canvas_street,
	#map_canvas {
		height: 200px;	
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* */
@media screen and (max-width: 480px) and (orientation: portrait) {
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* HEADINGS */
	li h3 {
		font: 14px/16px "Helvetica Neue",Helvetica,Arial,"sans-serif";
		font-weight: bold;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* PLATFORMS */
	section#platform div.platform_logos ol li {
		width: 50%;
		text-align: center;
	}
	
	/* ------------------------------------------ */
	/* ------------------------------------------ */
	/* OBJECT */
	object, embed {
		width: 100%;
		height: auto;
	}
	
}

