/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
a, 
a:active {
	color: #999;
	text-decoration: none;

}
a:hover {
	color: #900;
}
body {
	background-color: #FFF;
	background-image: url(../images/bg_site.png);
	background-repeat: repeat-x;
	background-position: center -3px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}
h5, h6 {
	margin-bottom: 8px;	
}

/* image align */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption-text { font-size: 11px; }
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 8px;
padding-right: 4px;
padding-left: 8px;
margin-top: 2px;
margin-bottom: 8px;
margin-right: 8px;
margin-left: 8px;
}
/* end image align */

.klogo {
	width: 129px;
	background-image: url(../images/konami_logo.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 36px;
}
.topNav {
	margin: 0px;
	padding: 0px;
}
.topNav ul {
	list-style-type: none;
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.topNav li {
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 155px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.topNav li a {
	color: #999;
	text-decoration: none;
}
.topNav li a:hover {
	color: #666;
	text-decoration: none;
}
.submenuBg {
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
}
/* #Page Styles
================================================== */
.pageBg {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content {
	padding: 10px;
}
.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.esrb {
	width: 76px;
	margin-right: auto;
	margin-left: auto;
}
article {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 0px;
}
article a, a:visited {
	color: #990000;
}
article h4 {
	line-height: 24px;
	margin-bottom: 5px;
}
article date {
	font-size: 12px;
	margin-bottom: 15px;
}
.pagetitle {
	font-size: 28px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	margin-right: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #990000;
}
.breadcrumbs {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.breadcrumbs a:hover {
	color: #000000;
}
.wp_pagenavi {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
.games {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.table {
	display: table;
	margin: 0 auto;
}
.games ul {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.games li {
	width: 25%;
	height: 250px;
	display: inline;
	float: left;
	text-align: center;
}
.games li a, a:hover, a:focus {
	background-image: none;
}
.games li a img {
	border: 3px solid transparent;
}
.games li a img:hover, .games li a img:focus {
	border: 3px solid rgba(38,162,202,1.0);
}
.the_content {
	margin-top:15px;	
}
.footer {
	margin-top:35px;	
}

/* Manuals Page */
.manuals {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.manuals ul {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.manuals li {
	width: 25%;
	height: 425px;
	display: inline;
	float: left;
}
.manuals li a, a:hover, a:focus {
	background-image: none;
}
.manuals li a img {
	border: 3px solid transparent;
}
.manuals li a img:hover, .manuals li a img:focus {
	border: 3px solid rgba(38,162,202,1.0);
}

/*************************
Manuals Download Links
**************************/

.manuals li > a {
	display:block;
	width: 90%;
	margin-bottom:4px;
	margin-right:auto;
	margin-left:auto;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background-size:100%;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
}
.manuals li > a:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	text-decoration:none;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}
.manuals li > br {
	display: none;
}


/* Shop Page */
.shop {
	padding-top: 12px;
	padding-bottom: 10px;
	width: 100%;
}

.shop .products {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.shop1 {
	float:left;
	width:25%;
	border-right:solid 1px #CCC;
	text-align: center;
}

.shop2 {
	float:left;
	width:70%;
	padding-left: 12px;	
}

/*.shop .products .shop2 a {
	display:block;
	width: 40%;
	margin-bottom:4px;
	margin-top:18px;
	float:right;
	margin-right:auto;
	margin-left:auto;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background-size:100%;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
	text-transform:uppercase;
}

.shop .products .shop2 a:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	text-decoration:none;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}*/


.shop .products .shop2 .productLink a {
	display:block;
	width: 40%;
	margin-bottom:4px;
	margin-top:18px;
	float:right;
	/*margin-right:auto;
	margin-left:auto;*/
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background-size:100%;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
	text-transform:uppercase;
}

.shop .products .shop2 .productLink a:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	text-decoration:none;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}




.shopfeat img {
	width: 100%;
	height: auto;
}
.items-grid {
	overflow: auto;
	display: table;
	width: 100%;
}
.reset {
	list-style-type: none;
	margin: 0;
}
.items-grid li {
	float: left;
	width: 25%;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	min-height: 407px;
}
.items-grid li img {
	border: 0;
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}

.item-thumb {
	min-height: 260px;	
	padding: 2px;
}

.cat .shopitem a {
	display:block;
	width: 75%;
	margin-bottom:4px;
	margin-top:18px;
	/*float:right;*/
	margin-right:auto;
	margin-left:auto;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background-size:100%;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
	text-transform:uppercase;
}

.cat .shopitem a:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	text-decoration:none;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}
.cat .shopiteminfo a {
	display:block;
	width: 75%;
	margin-bottom:4px;
	/*margin-top:8px;
	float:right;*/
	margin-right:auto;
	margin-left:auto;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #616161;
	background-size:100%;
	background: linear-gradient(top, #616161, #a8a8a8);
	background: -ms-linear-gradient(top, #616161, #a8a8a8);
	background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#a8a8a8));
	background: -moz-linear-gradient(top, #616161, #a8a8a8);
	text-transform:uppercase;
}

.cat .shopiteminfo a:hover {
	color: #FFFFFF !important;
	background: #a8a8a8;
	text-decoration:none;
	background: linear-gradient(top, #a8a8a8, #616161);
	background: -ms-linear-gradient(top, #a8a8a8, #616161);
	background: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#616161));
	background: -moz-linear-gradient(top, #a8a8a8, #616161);
}



/*Home Page*/
#homepage_container .left_column{
  float:left;
  width:120px;
  position:relative;
  padding:5px 10px;
}
#homepage_container .right-column{
  float:right;
  width: 940px;
  position: relative;
}

/*support page */
.add_posts_content h2 {
	font-size: 28px;
}
.add_posts_content table {
	margin: 10px;
}
.osc-res-tab a {
	color: #990000 !important;
}
td {
	vertical-align: top;
}

/*++++++++++++++++++++++++++++++++
Game Info and Buy Page
++++++++++++++++++++++++++++++++*/
.gameinfo li {
	margin-bottom: 15px !important;
}
.boxshot {
text-align: center;	
}
.boxshot img {
	width: 98%;
	height: auto;
}
.buyButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 18px;
	padding: 10px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
}
.buyButton:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}
.buyButton>a {
	color: #ffffff;
}
.buyButton>a:visited {
	color: #ffffff;
}


.manualButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	padding: 10px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #001849;
	background: linear-gradient(top, #001849, #004989  );
	background: -ms-linear-gradient(top, #001849, #004989);
	background: -webkit-gradient(linear, left top, left bottom, from(#001849), to(#004989));
	background: -moz-linear-gradient(top, #001849, #004989);
}
.manualButton:hover {
	color: #FFFFFF !important;
	background: #001849;
	background: linear-gradient(top, #004989, #001849);
	background: -ms-linear-gradient(top, #004989, #001849);
	background: -webkit-gradient(linear, left top, left bottom, from(#004989), to(#001849));
	background: -moz-linear-gradient(top, #004989, #001849);
}
.manualButton>a {
	color: #ffffff;
}
.manualButton>a:visited {
	color: #ffffff;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ngg-galleryoverview {
	display: table !important;
	margin: 0 auto;
}
.esrbicon {
	
	float: left;
	margin-right: 10px;
}
.esrbdesc {
	float: left;
	font-size: 12px;
	max-width: 145px;
}
.platforms {
float: right; width:300px; font-size: 12px; text-align:left;	
}

/*++++++++++++++++++++++++++++++++
MGS Dedicated Page
++++++++++++++++++++++++++++++++*/
.mgsfeat {
	text-align:center;
	max-width:1259px;
	overflow:hidden;	
}

.mgsgames {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.table {
	display: table;
	margin: 0 auto;
}
.mgsgames > ul {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mgsgames.table > ul > li {
width: 400px;
height: 450px;
display: inline;
float: left;
}
/*++++++++++++++++++++++++++++++++
Games List = Hover effect 
++++++++++++++++++++++++++++++++*/
.ch_wrapper {
	margin-right: auto;
	margin-left: auto;
}
.contenthover {
	padding: 20px 20px 10px 20px;
	text-align: left;
}
.contenthover, .contenthover h3, contenthover a {
	color: #fff;
}
.contenthover h3, .contenthover p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	padding: 0;
}
.contenthover a.mybutton {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #990000;
}
.contenthover a.mybutton:hover {
	background-color: #660000;
}
.hoverbg {
	background-image: url(../images/transparentbg.png);
}
.contenthover > h3 {
	line-height: 1;
	font-size:20px;
	font-weight:bold;
}

/************************** 
bumper for external links 
activate using class="cbutton"
**************************/
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 100000;
}
#popupContact {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 275px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
	color: #000000;
}
#popupContact h2 {
	text-align: left;
	color: #666666;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupContactClose {
	right: 6px;
	top: 4px;
	position: absolute;
	cursor: pointer;
}
#externallink {
	text-align: center;
	margin: 100px;
}
/*************************
Retail Links
**************************/

.retail {
	padding-top: 12px;
	padding-bottom: 10px;
	/*text-align: center;*/
}
.retail ul {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.retail li {
	width: 25%;
	height: 325px;
	display: inline;
	float: left;
	text-align:center;
}
.retail li > a, .retail li > p a {
	display:block;
	width: 90%;
	margin-bottom:4px;
	margin-right:auto;
	margin-left:auto;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #990000;
	background-size:100%;
	background: linear-gradient(top, #990000, #CF0000);
	background: -ms-linear-gradient(top, #990000, #CF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
	background: -moz-linear-gradient(top, #990000, #CF0000);
}
.retail li > a:hover, .retail li > p a:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	text-decoration:none;
	background: linear-gradient(top, #CF0000, #990000);
	background: -ms-linear-gradient(top, #CF0000, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CF0000), to(#990000));
	background: -moz-linear-gradient(top, #CF0000, #990000);
}
.retail li > br {
	display: none;
}
.pagecontent {
	width:95%;	
	margin-right: auto;
	margin-left: auto;
}
.pagecontent > table {
	margin-top:12px;	
}
.pagecontent ul {
	list-style-type: disc;
	padding-left: 20px;	
}
.pagecontent a, a:visited {
	color: #990000;	
}

/*************************
Support - Manuals
**************************/
.manuals {
	width:100%;
	margin-right:auto;
	margin-left:auto;	
}
.manuals .item {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	height: 325px;
	display: inline;
	float: left;
	text-align:center;
}
.manuals .item p {
	padding: 0px;
	margin: 2px;
	font-size:12px;	
}

.manuals > .item > h5,h6 {
	display:block;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	color: #900;
	font-weight:bold;
}

/******************************************/
/**************    CTA's  *****************/
/******************************************/
.cta{
display: none;
  overflow-y:auto;
  overflow-x: none;
  position:fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.9);
  left:0;
  top:0;
  font-family: 'Trajan Pro', arial;
  font-size:13px;
  z-index:9999;
}
.cta .controls{
  position:absolute;
  bottom:0px;
  margin-bottom:100px;
  width:100%;
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  background: rgba(0,0,0,0.5);
}
.cta .list-group-item{
  pointer-events:none;
  position:relative;
  display:block;
  padding:10px 10px;
  color:#999;
  overflow:hidden; 
  text-decoration:none;
  -webkit-transition: border-color 0.4s linear, background-color 0.4s linear;
  -moz-transition: border-color 0.4s linear, background-color 0.4s linear;
  -ms-transition: border-color 0.4s linear, background-color 0.4s linear;
  -o-transition: border-color 0.4s linear, background-color 0.4s linear;
}
.cta .list-group-item.standby{
  pointer-events:auto;
}
.cta .list-group-item i{
  color:#fff;
  margin-right:10px;
}
.cta .list-group-item .cta-1{
  position:absolute;
  opacity:0;
  display:none;
  visibility:hidden;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  
}
.cta .list-group-item .cta-1.active{
  display:inline;
  opacity:1;
  visibility:visible;
  display:inline;
}
.cta .list-group1.active{
  background-color:#000;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
}
.list-group1{
  position:relative;
}
.bubble-info{
  left:31px;
  top:-8px;
  display:none;
  margin:0;
  position: absolute;
  text-align:center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #282828;
  -moz-box-shadow: 2px 2px 4px #282828;
  box-shadow: 2px 2px 4px #282828;
  padding:10px;
  font-family: 'Trajan Pro', arial;
}
.bubble{
  right:-144px;
  top:0%;
  display:none;
  margin:0;
  position: absolute;
  width: 110px;
  text-align:center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #282828;
  -moz-box-shadow: 2px 2px 4px #282828;
  box-shadow: 2px 2px 4px #282828;
  padding:10px;
}
.bubble:before,
.bubble-info:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  top: 10px;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
}
.bubble li,
.bubble-info li{
  list-style:none;
  cursor:pointer;
}
.bubble li:hover,
.bubble-info li:hover{
  background:#818181;
  color:#ffffff;
 
}

.ad-overlay-control{
  position:absolute;
  top:0;
  left:0;
  height:46px;
  width:100%;
  background:#000;
  
}

.ctaban {
height:465px;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1120px) {
	.klogo {
		width: 100px;
		background-image: url(../images/konami_logo_99x28.png);
		background-repeat: no-repeat;
		background-position: left 8px;
		height: 36px;
	}
	.games li {
		width: 25%;
		height: auto;
	}
	.games li img {
		width: 90%;
		height: auto;
	}

	.retail li {
		width: 25%;
		height: auto;
	}
	.retail li img {
		width: 90%;
		height: auto;
	}

}

 @media only screen and (min-width: 960px) and (max-width: 1119px) {
 	._mediawall-wrap{
 		margin:0 !important;
 		padding:0 !important;
 		padding:10px !important;
 	}
 	._mediawall-wrap-inner{
 		padding:0 !important;
 		width:100% !important;
 	}
 	#homepage_container .left_column{
 		padding: 0px;
 	}
 	#homepage_container .left_column{
 		width:90px;
 		
 	}
 	#homepage_container .left_column img{
 		width:100%;
 		height:auto;
 	}
 	#homepage_container .right-column{
 		width:840px;
 	}

}
 @media only screen and (min-width: 799px) and (max-width: 859px) {
}
 @media only screen and (min-width: 768px) and (max-width: 798px) {
	.klogo {
		width: 100px;
		background-image: url(../images/konami_logo_75x21.png);
		background-repeat: no-repeat;
		background-position: left 10px;
		height: 36px;
	}
	.submenuBg {
		background-image: url(../images/nav_bg.png);
		background-repeat: repeat-x;
		margin-top: 5px;
	}

}

@media only screen and (max-width: 959px) and (min-width: 768px){
	._mediawall-wrap{
		margin:0 !important;
		padding:0 !important;
		padding:10px !important;
	}
	._mediawall-wrap-inner{
		width:100% !important;
		padding:0 !important;
	}
	
	#homepage_container .left_column{
 		padding: 0;
 	}
 	#homepage_container .left_column{
 		width:90px;
 		
 	}
 	#homepage_container .left_column img{
 		width:100%;
 		height:auto;
 	}
 	#homepage_container .right-column{
 		width:648px;
 	}
 	.rect_large {
		width: 646px !important;
		height: 390px !important;
	}
	.rect_med {
		width: 344px !important;
	}
	.square_small{
		width:300px !important;
		height:200px !important;
	}
	.rect_small{
		width:322px !important;
	}	
	.cell_8,
	.cell_9,
	.cell_10,
	.cell_11{
		width:322px !important;
	}

}


 @media only screen and (max-width: 767px) {
	body {
		background-color: #FFF;
		background-image: url(../images/bg_site.png);
		background-repeat: repeat-x;
		background-position: center 240px;
		font-family: 'Open Sans', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.submenuBg {
		background-image: url(../images/nav_bg.png);
		background-repeat: repeat-x;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.esrb {
		width: 76px;
		margin-right: auto;
		margin-left: auto;
	}
	.copyright {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		text-align: center;
	}
	.retail li > a {
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		color: #FFFFFF !important;
		text-align: center;
		text-decoration: none;
		font-size: 10px;
		line-height: 40px;
		padding: 10px 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #990000;
		background: linear-gradient(top, #990000, #CF0000);
		background: -ms-linear-gradient(top, #990000, #CF0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
		background: -moz-linear-gradient(top, #990000, #CF0000);

	}
	._mediawall-wrap-inner{
		padding:0px !important;
    	margin:0px !important;
 	}
	#homepage_container .left_column{
		padding:10px;
		width:83px;
		
	}
	#homepage_container .left_column img{
 		width:100% !important;
 		height:auto !important;
 	}
 	#homepage_container .right-column{
 		width:300px;
 	}
	.left_column{
		display: none;
	}
	.cta{
		display:block;
	}



}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.retail li > a {
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		color: #FFFFFF !important;
		text-align: center;
		text-decoration: none;
		font-size: 10px;
		line-height: 40px;
		padding: 5px 5px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #990000;
		background: linear-gradient(top, #990000, #CF0000);
		background: -ms-linear-gradient(top, #990000, #CF0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
		background: -moz-linear-gradient(top, #990000, #CF0000);

	}
	._mediawall-wrap-inner{
		padding:0px !important;
    	margin:0px !important;
 	}
	#homepage_container .left_column{
		padding:10px;
		width:83px;
		
	}
	#homepage_container .left_column img{
 		width:100% !important;
 		height:auto !important;
 	}
 	#homepage_container .right-column{
 		width:317px;
 	}
 	.left_column{
		display: block;
	}
	.cta{
		display:none;
	}
	
		
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.retail li > a {
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		color: #FFFFFF !important;
		text-align: center;
		text-decoration: none;
		font-size: 8px;
		line-height: 10px;
		padding: 2px 2px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #990000;
		background: linear-gradient(top, #990000, #CF0000);
		background: -ms-linear-gradient(top, #990000, #CF0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#CF0000));
		background: -moz-linear-gradient(top, #990000, #CF0000);
	}	
				
}



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.ad-cta{
	font-size: 22px;
	position:absolute;
	cursor:pointer;


}
.ad-cta:hover{
	
	color:#990000;
}

.ad-overlay-cta{
	font-size: 22px;
	right:45px;
	top:11px;
	color:#fff;
}
.ad-show{
	
	right:5px;
	top:9px;	

}
.ad-overlay-space{
	position: relative;
	top: 46px;
	width: 100%;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;

	
}
.ad-overlay-space .ad-col{
	width:50%;
}
.ad-overlay-space .ad-col a {
	display: block;
	margin:10px;

}
.ad-overlay-space .ad-col a:hover img{
	background:#888;
}	
.ad-overlay-space .ad-col a img{
	padding: 10px;
	background: #eee;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.ad-overlay-space .ad-col1{
	float:left;
}
.ad-overlay-space .ad-col2{
	float:right;
}
