@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.0.7/css/all.css');
/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0;	border: 0; font-size: 100%; font:inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* End Reset */
/*responsive layout*/
.clearfix{content:" ";width:100%;height:0px;font-size:0;display:table;clear:both}
.wrapper {position: relative;width: 100%; margin: 0 auto;box-sizing: border-box; text-align:center; }
.column, .columns {width: 100%;float: left;box-sizing: border-box;}
.column, .columns {margin-left: 4%;}
.column:first-child, .columns:first-child {margin-left: 0;}
.one.column, .one.columns       { width: 4.66666666667%; }
.two.columns                    { width: 13.3333333333%; }
.three.columns                  { width: 22%;            }
.four.columns                   { width: 30.6666666667%; }
.five.columns                   { width: 39.3333333333%; }
.six.columns                    { width: 48%;            }
.seven.columns                  { width: 56.6666666667%; }
.eight.columns                  { width: 65.3333333333%; }
.nine.columns                   { width: 74.0%;          }
.ten.columns                    { width: 82.6666666667%; }
.eleven.columns                 { width: 91.3333333333%; }
.twelve.columns                 { width: 100%; margin-left: 0; }
.clear 							{clear: both;}
/*end responsive layout*/
body {width: 100%; margin: 0px; padding: 0px; background-color: #fff;color:#000; font-family: "Times New Roman", Times, serif;}
/* text align classes */
.txtalignlft 					{text-align: left;}
.txtalignrt						{text-align: right;}
/* region */
.region {width: 100%; text-align: right; margin:0 auto; padding-top: 10px; height: 20px; background-color: #FFFFFF}
#languages {margin-right: 2%;}
#languages img {margin: 0 5px;}
/* navigation */
.header-bg {width: 100%; background: url(../img/common/naviBg.png) repeat-x; display: inline-block; text-align: center;background-size: 100% 43%;}
/* header */
header {  position: relative; z-index: 2;}
/*navigation*/
.op img {opacity: .5;}
nav ul {  display: flex;  flex-wrap: wrap;  max-width: 1080px;  margin: 10px auto;  z-index: 2; font-size: 1.8rem;}
nav ul,nav li {  flex: 1;  z-index: 2;}
nav li:last-child {  border-bottom: none;  z-index: 2;}
nav li:before {    content: "";    position: absolute;    top: 8px;    left: 0;    width: 2px;    height: 28px;	background: url(../img/common/h-line.png);}
nav a {  text-decoration: none;  color: inherit;  font-size: 1.8rem;}
nav a:hover {  color: #fff;}
nav li {  position: relative;  line-height: 55px;  text-align: center;}
nav input,nav label {  display: none;  width: 36px;  height: 36px;  background: #555;  color: #fff;  text-align: center;  line-height: 36px;  font-size: 1.6rem;  border-radius: 2px;}
nav label {  position: absolute;  top: 8px;  right: 8px;  transition: 0.4s;}
nav label:hover {  cursor: pointer; }
nav label:before {  font-family: FontAwesome; font-size: 24px;  content: attr(data-hamburger-icon);  text-align: center;}
/*nav label:before {  font-family: FontAwesome; font-size: 24px;  content: "\f0c9";  text-align: center;}*/

@media only screen and (max-width: 1080px) {
  nav {    position: relative; z-index: 2; height: 20px; }
  nav ul {    transform: translateY(-110%);    transition: all 0.5s;    /*position: absolute;*/    width: 100%; z-index: 2; }
  nav li {    flex: none;    width: 100%;    border-bottom: solid 1px #777;  z-index: 2;}
  nav input[type="checkbox"]:checked + ul {    transform: translateY(0);    width: 100%;    transition: all 0.5s; background: #a5a5a5;  z-index: 2;}
  nav label {    display: block;  z-index: 2; }
  nav input[type="checkbox"]:checked + ul li:nth-child(1) {    background: #a5a5a5;    color: #fff;   z-index: 2;}
}
/*end navigation */

/*titleHeaders  and titlePositioner additional style */
.titlePositioner {width: 100%; position: relative; top: 100px;}
.vc4logo {width: 20%; float: left; vertical-align: middle;}
.vc4logo img {width: 100%;}
.titleHeaders {
  position: relative;
  width: 75%;
  margin: 0px auto;
  float: left;
}
.titleHeaders .fnt {font-family: 'Spectral SC', serif; font-size: 40px; font-weight:600; font-style: italic;}
.titleHeaders svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.titleHeaders svg tspan {font-size: 125%;}
.titleHeadersSm {
  display: none;
}
#scrollup {width: 50px;height: 50px;position: fixed;bottom: 20px;right: 20px;display: none;text-indent: -9999px;cursor: pointer;z-index: 10001;}
#scrollup img {display: block;width: 100%;}

@media only screen and (max-width: 800px) { 
	.titlePositioner {width: 100%; position: relative; top: 50px;}
	.vc4logo {width: 100%;}
	.vc4logo img {width: 30%;}
	.titleHeaders {display: none;}
	.titleHeadersSm .fnt {font-family: 'Spectral SC', serif; font-size: 45px; font-weight:700; font-style: italic;}
	.titleHeadersSm { display: block; width: 100%; position: relative; top: 50px;} 
	.titleHeadersSm text {text-anchor: middle;}
	.titleHeadersSm svg tspan {font-size: 125%;}
}
@media only screen and (max-width: 320px) { 
.vc4logo {width: 100%; float: none; margin: 0 auto;}
.vc4logo img {width: 50%;}
}

/*footer*/
.footercontent {background-color: #000; padding-bottom: 20px; }
.logoparade {
	width: 100%;
	margin: 0 auto;	
	max-width: 1300px;
}
.psLogos {height: 15px;}
.ps4Logo {height: 10px;}
.logos {
	display: inline-block;
	margin: 20px;
}
.logos img {
	vertical-align: middle;
}
.copyrightc {margin-top: 1.5%}
.copyright { color: #fff; margin-bottom: 20px;font-size:14px; line-height: 18px;width: 90%;margin: 2% auto;}
.copyright a, .copyright a:visited {color:#969696; text-decoration: underline;}
.copyright a:hover {color:#fff; text-decoration: none;}
.segaInfo li {
	font-size:14px; line-height: 18px;
    display: inline-block;
    color: #FFF;
    margin: 1% 1% 0;
}
.segaInfo a, .segaInfo a:visited {color:#969696; text-decoration: underline;}
@media only screen and (max-width: 768px) { 
	.segaInfo {margin-bottom: 10%;}
}

@media only screen and (max-width: 640px) { 
    .logoparade{height:auto}
	.segaInfo {margin-bottom: 10%;}
}
@media only screen and (max-width: 621px) { 
    .copyrightc img {width: 99%; height: auto;}
	.psLogos {height: 15px!important;width: auto!important;}
.ps4Logo {height: 10px!important;width:auto!important;}
	
}
@media only screen and (max-width: 480px) { 
    .copyrightc img {width: 99%; height: auto;}
}
/*end footer*/
/*fancybox*/
.fancybox-overlay .fancybox-opened .fancybox-skin{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fancybox-overlay .fancybox-opened .fancybox-skin{background:0 0;}
.fancybox-overlay .fancybox-opened .fancybox-skin .fancybox-close{width:60px;height:60px;position:absolute;top:-18px;right:-18px;cursor:pointer;z-index:8040;}
.fancybox-next span,.fancybox-overlay .fancybox-close,.fancybox-prev span{background:url(../img/common/close.png);}
.isHover{
	transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
}
.isHover:hover {
	opacity:.6;
	cursor:pointer;
}
/*end fancybox*/

/*EFLAGS*/
.currentFlag {
	padding: 10px;
	border: none;
	cursor: pointer;
}
.eflagsGroup {
	position: absolute;
    z-index: 5;
    right: 0;
}
.eflagsGroup:after {
	content: '';
    border: 4px solid transparent;
    border-top: 4px solid #000;
    margin-left: -10px;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: bottom;
}
.eflagsDropContent {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 10000;
	text-align: center;
}
.eflagsDropContent a {
	color: black;
	padding: 5px;
	text-decoration: none;
	display: block;
}
.eflagsDropContent a:hover {
	background-color: lightBlue;
}
.eflagsGroup:hover .eflagsDropContent {
	display: block;
}
.hideFlag {
	display:none;
}
@media screen and (max-width: 1250px){
	.eflagsGroup {
		top: 80px;
	}
}
@media screen and (max-width: 1080px){
	.eflagsGroup {
		left: 0;
		top: 17px;
		right: auto;
	}
}
@media screen and (max-width: 768px){
	.eflagsGroup:after {
		content: none;
	}
}
/*END EFLAGS*/

/*for screen shots*/

.imgPositionEngScreenShot {
	position: relative;
}
.imgPositionEngScreenShotSideBySide {
	position: relative;
    width: 47%;
    margin: 1%;
    display: inline-block;
}
.imgPositionEngScreenShotSideBySide img {
    width: 100%!important;
}
.engScreenShot p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #000;
    padding: .25%;
}
.engScreenShotSideBySide p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 11px;
    background-color: #000;
    padding: .25%;
}
.fourImgRow {
	width: 90%;
	margin: 0 auto;
}
.fourImgRow img {
	vertical-align: top;
    display: inline-block;
    /* width: 245px; */
    height: 145px;
    width: auto;
}
.hideSmall {
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	.fourImgRow img {
		margin-right: 0;
		width: 49%;
		height: auto;
	}
}

@media screen and (max-width: 600px) {
	.imgPositionEngScreenShotSideBySide {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.fourImgRow {
		width: 70%;
	}
	.fourImgRow img {
		width: 100%;
	}
	.hideSmall {
		display: none!important;
	}
}

