@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	margin:0;
	padding:0;	
}

a img {
	border:none;	
}

.header {
	position:relative;
	width:100%;
	height:48px;
	background:#000;	
	float:left;
}

.headContainment {
	width:1060px;
	margin:12px auto 0 auto;
	display:block;
}

.facebookTop {
	display:inline-block;
	float:left;
	margin:2px 0 0 37px;
}	
.preorderTop {
display: inline-block;
float: left;
margin-left: 340px;
color: #000;
cursor: pointer;
border-color: white;
border-radius: 3px;
width: 150px;
height: 18px;
border-style: solid;
background-color: #fff;
line-height: 18px;
font-family: arial;
font-weight: bold;
text-align: center;
}

.socialTop {
	float:right;
	margin-right:50px;	
}

.socialTop a {
	float:left;	
}

#container {
	float:left;
	position:relative;
	width:100%;
	min-width:1060px;	
	height:2309px;
	margin:0;
	padding:0;
	text-align:center;
}

#container.home {
	background:url(images/okami_backTopHome.jpg) no-repeat center top, url(images/okami_back.jpg) no-repeat center top;
}

#container.screens {
	background:url(images/okami_backTopScreens.jpg) no-repeat center top, url(images/okami_back.jpg) no-repeat center top;
}

#container.characters {
	height:2512px;
	background:url(images/okami_characters_back.jpg) no-repeat center top;
}

#container.gameinfo {
	height:2239px;
	background:url(images/okami_gameinfo-back.jpg) no-repeat center top;
}

.galleryPreloadArea {
	display:none;	
}

.contentContainer {
	width:1060px;
	margin:0 auto;	
	text-align:left;
}

.nav {
	position:absolute;
	height:102px;
	width:1088px;
	z-index:5;
	top:0;
}

.nav a {
	position:relative;
	display:block;	
}

.nav a.homeLogo {
	position:absolute;	
	display:block;
	top:18px;
	left:400px;
	z-index:3;
}

.nav ul {
	list-style:none;	
	padding:0;
	margin:0;
}

.nav ul li.left {
	float:left;	
}

.nav ul li.right {
	float:right;	
}

.nav a#videos {
	display:inline-block;
	width:172px;
	height:102px;
}

.nav a#gameinfo {
	display:inline-block;
	width:221px;
	height:102px;
}

.nav a#screens {
	display:inline-block;
	width:194px;
	height:102px;
}

.nav a#characters {
	display:inline-block;
	width:237px;
	height:102px;
}

.nav a img {
	position:absolute;
	left:0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.nav a img.top:hover {
	opacity:0;
}

.nav a#videos.selected {
	display:inline-block;
	width:172px;
	height:102px;
	background:url(images/videosSelected.png) no-repeat;
}

.nav a#screens.selected {
	display:inline-block;
	width:194px;
	height:102px;
	background:url(images/screensSelected.png) no-repeat;
}

.nav a#gameinfo.selected {
	display:inline-block;
	width:221px;
	height:102px;
	background:url(images/gameinfoSelected.png) no-repeat;
}

.nav a#characters.selected {
	display:inline-block;
	width:237px;
	height:102px;
	background:url(images/charactersSelected.png) no-repeat;
}

img.left {
	float:left;	
}

img.right {
	float:right;	
}

.homeContent {
	position:relative;
	height:823px;
	width:1060px;
}

.gameinfoContent {
	position:relative;
	width:998px;
	top:290px;
	left:40px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#fff;
	letter-spacing:1px;
	line-height:24px;
}

.gameinfoContent p {
	margin:0px 20px 29px 0px;
}

.gameinfoContent p:nth-child(3) {
	width:434px;
}

.characterContent {
	position:relative;
	height:1023px;
	width:1060px;
}

.characterBox {
	position:relative;
	width:1055px;
	height:690px;
	top:294px;
	left:28px;
}

.characterList {
	width:475px;
	float:left;
	line-height:0;
	background: url(images/characters/selectText.jpg) top left no-repeat;
	padding-top:51px;
}

.characterList a {
	margin:0;	
	position:relative;
}

img.selectedImage {
	position:absolute;	
	z-index:2;
	bottom:4px;
	left:0;
}

ul#characters {
	margin:0;
	padding:0;
	list-style:none;	
}

ul#characters li {
	float:left;	
	margin:0;
	padding:0;
}

.characterPlayer {
	float:left;
	margin-left:1px;
	width:552px;
	height:439px;
}

.characterPlayer p {
	margin:-7px 35px 0px 60px;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:18px;
	color:#513b16;
	letter-spacing:1px;
	line-height:22px;
}

.videoBox {
	position:relative;
	left:450px;
	top:310px;
}

.videoPlayer {
	width:440px;
	height:294px;
}

.theViewer {
	position:relative;
	width:440px;
	height:294px;	
	display:block;
}

.videoList {
	width:440px;
	height:63px;
	margin:12px 0 0 -12px;
}

.videoList ul {
	list-style:none;
	padding:0;
	margin:0;	
}

.videoList ul li {
	float:left;	
	display:inline-block;
}

.videoList a.selected {
	display:inline-block;
	background: url(images/selectedThumb.png) no-repeat;
}

.videoList a.selected img {
	opacity:.6;
}

.screenList a.selected {
	display:inline-block;
	background: url(images/screenThumbSelect.jpg) no-repeat;
}

.screenList a.selected img {
	opacity:.55;
}

.screenBox {
	position:relative;
	top:290px;
	left:155px;
	max-width:780px;
}

.screenPlayer {
	width:744px;
	height:419px;
	margin-left:17px;
	margin-bottom:17px;
}

.screenPlayer .theViewer {
	width:744px;
	height:419px;
}

.bottomContent {
	position:relative;
	width:1060px;
}

.hdvisuals {
	position:relative;
	margin:15px 0 0 385px;
}

.movesupport {
	position:relative;
	margin:73px 0 0 664px;
}

.trophysupport {
	position:relative;
	margin:8px 0 0 355px;
}

.criticalacclaim {
	position:relative;
	margin:24px 0 0 115px;
}

.facebookBox {
	position:relative;
	width:304px;
	height:255px;
	background:#FFF;
	margin:54px 0 0 502px;
}	

.facebookBox2 {
	position:relative;
	width:304px;
	height:255px;
	background:#FFF;
	margin:86px 0 0 632px;
	float:left;
}	

.bottomContent p, .bottomContent h1 {
	display:none;	
	line-height:0;
}

.footer {
	position:absolute;
	width:1060px;
	bottom:30px;
}

.footer img, .footer p {
	float:left;	
}

.legalTopRow {
	width:896px;
	margin:0 auto;	
	display:block;
	text-align:center;
	padding-left:30px;
}

.legalBottomRow {
	width:926px;
	margin:0 auto;	
}

.legalBottomRow img {
	float:right;	
}

.legalBottomRow p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:8px;
	padding-top:15px;
	max-width:550px;
}

#capcom_esrb_img {
margin-top: 28px;
}


/* preorder stuff */
.btn_wrapper {
width: 100%;
margin:0 auto;
}

.ordr_btns {
float: left;
margin: 20px !important;
width: 20% !important;
-webkit-appearance: none;
}

.btn_platforms {
background: #FFF;
border: 1px solid #ccc;
height: 40px;
line-height: 40px;
position: relative;
z-index: 0;
color: #000;
width: 200px;
padding-left: 10px;
font-size: 16px;
}
.btn_retailers {
background: #fff;
border: 1px solid #ccc;
height: 40px;
line-height: 40px;
position: relative;
z-index: 0;
color: #000;
width:200px;
padding-left: 10px;
font-size: 16px;

}

.btn_gothere {
background: #777;
border: 1px solid #ccc;
height: 40px;
line-height: 40px;
position: relative;
z-index: 0;
color: #FFF;
width:200px;
font-size: 16px;
}


div#fob_pc {
    background: transparent url(images/PC_FOB_ENG.jpg) no-repeat  scroll 0 0 / 100% auto;
    height: 200px;
    margin: 30px auto;
    width: 163px;
    border: 1px solid #ccc;
    cursor: pointer;
}

div#fob_xb {
    background: transparent url(images/XBO_FOB_ENG.jpg) no-repeat scroll 0 0 / 100% auto;
    height: 200px;
    margin: 30px auto;
    width: 163px;
    border: 1px solid #ccc;
    cursor: pointer;
}

div#fob_ps {
    background: transparent url(images/PS4_FOB_ENG.jpg) no-repeat scroll 0 0 / 100% auto;
    height: 200px;
    margin: 30px auto;
    width: 163px;
    border: 1px solid #ccc;
    cursor: pointer;
}

div#fob_sw {
    background: transparent url(images/SW_FOB_ENG.jpg) no-repeat scroll 0 0 / 100% auto;
    height: 200px;
    margin: 30px auto;
    width: 163px;
    border: 1px solid #ccc;
    cursor: pointer;
}


ul.foblist {
height: auto;
margin: auto 0;
width: 700px;
float: left;
}

.preorder_goodness {
height: auto;
display: block;
width: 1000px;
margin: 0 auto;
}
ul.foblist li {
display: inline;
padding: 0;
float: left;
height: auto;
margin: 0;
width: 25%;
}

/* bump for the settings icon since it has a dark bg */

#cb_noshow_gdpr_settings {
   margin-top: 10px !important;
}

#cb_noshow_gdpr_settings::before {
   color: #fff;
}
