/*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:inherit;font-size:100%;vertical-align:baseline;}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:400;vertical-align:middle}
q,blockquote{quotes:none}
q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}
a img{border:none;outline:none}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
*,:before,:after{box-sizing:border-box}
html,body{width:100%;height:100%;min-height:100%;position:relative;overflow-x: hidden;}
html{line-height:1;}
body{-webkit-backface-visibility:hidden;backface-visibility:hidden; font-family: "mrs-eaves",serif; font-weight: 400;font-size:17px;line-height:1.5;background-color: #fff;color: #fff;}
a{outline:none;text-decoration:none; color: #fff}
img{vertical-align:middle}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body, html{
	width:100%;
	height:100%;
	background: #0a0a0c;
}
html{font-family:Arial, Helvetica, serif; }
#cookie-disabled{height:100%;width:100%;position:fixed;background:#000;z-index:99999;color:#FFF; opacity:0;}
#cookie-disabled #no-cookie{font-size:1vw;text-align:center;width:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}

.ageGateContainer, footer {
	opacity: 0;
}

/* Pre-loader */
/*LOADER*/
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 1000;
	overflow: hidden;
}
#loader {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	text-align: center;
}
#loader .loadingText {
	display: block;
	width: 70%;
	margin: 50px auto 0
}
#loader .loaderLogo {
	display: inline-block;
	width: 48%;
	height: auto;
	border: none;
	background-color: transparent;
}

/*agegate*/
.ageGateContainer {
    width: 95%;
    max-width: 900px;
    min-width: 300px;
    color: #000;
    text-align: center;
    margin: 3% auto;
    border: 3px solid lightgrey;
    z-index: 2;
}
.mainLogo {
	width: 49%;
	max-width: 500px;
	padding-top: 20px;
}
.agTitle, .agTitleNoPass {
	font-size: 18px;
	color: #FFF;
	padding-top: 20px;
}
.agTitleNoPass {
	margin: 20px auto 15px;
}
.linkIt {
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}
.countrySelector {
	width: 225px;
	position: relative;
	background-color: lightGray;
	margin: 0 auto;
}
.countrySelector select {
	display: none;
}
.select-slected {
	background-color: lightGray;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: lightGray;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#month, #day, #year {
/*	NOTE: IF YOU NEED TO ADD BORDER LOOK IN JS FILE AS IT CHANGES BORDER COLOR THERE*/
	display: none;
	background: #FFF;
    color: #000;
    padding: 1% 2%;
    text-align: center;
    margin: 1%;
    font-size: 27px;
	border: 1px solid black;
}
#error {
	color: red;
	display: none;
	font-size: 12px;
}

input[type=submit] {
    padding:5px 15px; 
	color: white;
    background:#666; 
    border:0 none;
    cursor:pointer;
    border-radius: 5px; 
	margin: 2%;
	width: 150px;
	height: 40px;
	font-size: 14px;
}
input:invalid,
input:-moz-submit-invalid,
input:-moz-ui-invalid {
	box-shadow:none;
	border: none;
}
@media screen and (min-width: 1024px) {
	#month, #day, #year {
		width: 30%;
	}
}
/*FOOTER*/
footer {
	width: 100%;
	padding: 25px 0;
	color: #FFF;
	z-index: 1;
}
.footerContainer {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footerIcons {
	margin-bottom: 25px;
}
.footerIcons img {
	max-height: 75px;	
	margin-top: 10px;
}
.footerIcons img:not(last-child) {
	margin-right: 10px;
}
.footerIcons img:last-child {
	height: 45px;
}
hr.fadedLine {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.privacy {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
.copy {
	width: 90%;
	margin: 25px auto;
	font-size: 11px;
	line-height: 2;
}
.segaLogo {
	height: 75px;
}
.xboxLogoFooter {
	
}
/*FOOTER END*/

