@charset "utf-8";
/*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%;min-height:100%;position:relative;overflow-x: hidden;}
body {line-height:1;overflow-x: hidden;}
body{-webkit-backface-visibility:hidden;backface-visibility:hidden; font-family: poppins, sans-serif;  font-weight: 300;font-size:10px;line-height:1.7;background-color: #FFF;color: #FFF;letter-spacing: 1.5px;}
a{outline:none;text-decoration:none}
img{vertical-align:middle}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.container {width: 100%;height: auto;color: #FFF;position: relative;}
.innerContainer {
	max-width: 1980px;
    margin: 0 0 0 2%;
    position: relative;
    z-index: 1;
}
.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;
}
.sectionHeader {
	font-size: 8vw;
	font-style: italic;
	line-height: 60px;
	margin-left: 5%;
	text-align: left;
}
p {
	text-align: left;	
	font-size: 3.25vw;
}
h1 {
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    line-height: 2.25;
}
h2 {
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.5;
}
.shadow {
	text-shadow: 0px 0px 5px rgb(0,0,0), 0px 0px 10px rgb(0,0,0), 0px 0px 18px rgb(0,0,0);
}
.sectionTitle {
    font-weight: 700;
    font-size: 4.75vw;
    line-height: 1.25;
    width: 70%;
}
.redShadow {
	text-shadow: 2px 2px 0px #9d252f;
}
.blueShadow {
	text-shadow: 2px 2px 0px #175da6;
}
@media screen and (min-width: 640px) {
	.sectionTitle {
		font-size: 30px;
	}
	p {
		font-size: 18px;
	}
	.redShadow {
		text-shadow: 0px 0px 5px #9d252f, 0px 0px 10px #9d252f, 0px 0px 15px #9d252f;
	}
	.blueShadow {
		text-shadow: 0px 0px 5px #175da6, 0px 0px 10px #175da6, 0px 0px 15px #175da6;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.sectionTitle {
		font-size: 35px;
	}
	p {
		font-size: 18px;
	}
	.innerContainer {
		margin: 0 0 0 5%;
	}

}
@media screen and (min-width: 1400px) {


	.sectionTitle {
		font-size: 41px;
	}
	p {
		font-size: 21px;
	}
/*
	.redShadow {
		text-shadow: 4px 4px 0px #9d252f;
	}	
	.blueShadow {
		text-shadow: 4px 4px 0px #175da6;
	}
*/
}

/* End Reset */

/*Nav*/
nav {
	width: 100%;
}
button.hamburger {
	display: block;
	position: fixed;
	z-index: 30;
	right: 15px!important;
	top: 10px;
	border: none;
}
nav {
    background-size: auto 75px;
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
	height: 70px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    z-index: 20;
	background-color: #FFF;
}
.segaLogo {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 20;
}

.hamMenuTitle {
	position: absolute;
	color: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	right: 65px;
	top: 50%;
	transform: translate(0, -50%);
	font-style: italic;
	z-index: 20;
	display: block;
}
.hamUL {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,.85);
    z-index: 10;
    height: 100vh;
    margin-top: 70px;
}
.hamUL .container {
	width: 100%;
    color: #FFF;
    position: relative;
}
.hamUL li {
    display: block;
    border-bottom: 3px solid rgba(25, 117, 222, .75);
    background-color: transparent;
    padding: 2%;
}
.hamUL li a {
    outline: none;
    text-decoration: none;
}
nav ul li a p {
    color: #175da6;
	font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
nav ul li a p:hover {
	text-shadow: 0px 0px 2px rgb(255,255,255), 0px 0px 5px rgb(255,255,255), 0px 0px 8px rgb(255,255,255);
}
.mailIcon {
	position: fixed;
    height: 37px;
    padding: 8px;
    border: 1px solid lightgray;
    top: 1.5%;
    right: 195px;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	button.hamburger, .hamMenuTitle, .ps4MenuLogo, .hamUL > a .social_icon {
		display: none;
	}

	.hamUL li {
		display: inline-block;
		border-bottom: none;
		width: 14%;
		max-width: 200px;
		padding: 1%;
	}
	.hamUL {
		background-color: transparent;
		height: auto;
		margin-top: 0;
		top: 50%;
		transform: translate(0, -45%);
	}
	.mailIcon {
		right: 125px;
	}
}

@media screen and (min-width: 1024px) {
	nav ul li a p {
		color: #175da6;
		font-weight: 600;
		vertical-align: middle;
		text-transform: uppercase;
		font-size: 15px;
		text-align: center;
	}
}

/*END NAV*/
/*EFLAGS*/
.currentFlag {padding: 5px;border: none;cursor: pointer;height: 35px; display: inline-block; vertical-align: middle;}
/*.langByFlag {display: inline-block; vertical-align: middle;  color: #175da6; font-weight: 600;text-transform: uppercase; font-size: 15px; text-align: center;}*/
/*.mainFlagAndText {border: 1px solid lightgray;}*/
.eflagsGroup { position: fixed; z-index: 5; top: 1.5%;right: 75px; display: none;}
.home .eflagsGroup {top: 1.3%;}
.eflagsGroup:after {content: '';border: 4px solid transparent;border-top: 4px solid #fff;margin-left: 2px;margin-bottom: 6px;display: inline-block;vertical-align: bottom;}
.eflagsDropContent {display: none; position: absolute; width: 100%; z-index: 10000; text-align: center; background-color: rgba(255, 255, 255, .5); border-left: 1px solid lightgray;border-right: 1px solid lightgray;border-bottom: 1px solid lightgray;}
.eflagsDropContent li {display: block;border-bottom: 1px solid lightgray;width: 100%;}
.eflagsDropContent a {color: black;padding: 5px;text-decoration: none;display: block;}
.eflagsDropContent a img {height: 20px;}
.eflagsDropContent a:hover {background-color: #FFF;}
.hideFlag {display:none;}
.efigs img {margin-right: 10px;}
/*.efigs img, .efigs p {display: inline-block; font-size: 15px;}*/

.navPreOrderButton {
	position: fixed;
    z-index: 5;
    top: 1.5%;
    right: 78px;
    height: 37px;
    border: 1px solid lightgray;
    width: 110px;
	display: none;
}
.navBtnText {
    color: #175da6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.showInNav {
	display: block;
}
.mainFlagAndText {
	border: 1px solid lightgray;
    height: 37px;
    width: 100px;
    position: relative;
}
.langByFlag {
    display: inline-block;
    vertical-align: middle;
    color: #175da6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.efigs img, .efigs p {
    display: inline-block;
    font-size: 11px;
}
/* eflages responsive */
@media screen and (min-width: 1200px) {
	.mailIcon, .eflagsGroup, .navPreOrderButton {top: 10%}
}
@media screen and (min-width: 769px) {
	.eflagsGroup {right: 20px;}
	.navPreOrderButton {right: 8px;}
}
@media screen and (max-width: 950px) {
	.home .eflagsGroup { top: 0;}
}
@media screen and (max-width: 600px){
	.currentFlag { height: 35px; }
}
/*END EFLAGS*/

/*minigames start*/
.gameplay {	
	background-color: #be303f;
	padding-top: 80px;
	position: relative;
/*	background-color: #be303f;*/
	background: #be303f url("../img/events/repeat_bg_stripe.jpg") top left repeat;
}
.featuredVideoGroup {
	width: 100%;
	max-width: 1100px;
    margin: 0 auto;
}
.lgVid, .smVid {
	width: 46%;
	display: inline-block;
	margin: 1.5%;
	position: relative;
	box-shadow: 2px 2px rgba(0,0,0,.2);
	z-index: 11;
	vertical-align: top;
}
.smVid {
	width: 30%;
	margin: 1%;
	vertical-align: top;
}
.lgVid img, .lgVid video, .smVid img, .smVid video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lgVid img, .smVid img {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.eventName {
	text-transform: uppercase;
	text-align: center;
	background-color: #811525;
	font-size: 2vw;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eventDesc {
	text-align: center;
	background-color: #811525;
	font-size: 1.65vw;
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
    color: white;
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
}
.lgVid hr {
	position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.surroundingSpaceH2 {
    padding-top: 5%;
    padding-bottom: 5%;
	width: 90%;
    margin: 0 auto;
	max-width: 1000px;
	z-index: 1;
    position: relative;
    text-shadow: 0px 0px 7px #000;
}
#titleArea {
	max-width: 1200px;
}
#titleArea h2 {
	font-size: 3.5vw;
}
.pushLeft {
	float: left;
	margin-bottom: 8%;
}
.eventBtnWrapper {
	width: 90%;
    max-width: 300px;
	margin: 0 auto;
	padding: 5% 0 3%;
	z-index: 1;
    position: relative;
}
.eventsBtn {
    color: white;
    background-color: #175da6;
    padding: 15px 15px;
    border: 2px solid #104174;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
	font-weight: 700;
	box-shadow: 2px 2px 5px white inset, 3px 3px 10px rgba(0, 0, 0, .75)
}
.eventsBtn:hover {
	background-color: #FFF;
	color: #104174;
		box-shadow: -2px -2px 5px #175da6 inset, 0px 0px 5px rgba(0, 0, 0, .85)
}
.eventsMario {
    position: absolute;
    top: 12%;
    right: -17%;
    max-width: 483px;
	display: none;
}
.eventsSonic {
	position: absolute;
    top: 12%;
    left: -13%;
    max-width: 519px;
	display: none;
}
.eventsLuigi {
    position: absolute;
    top: 35.5%;
    left: -9%;
    max-width: 600px;
	display: none;
}
.eventsTails {
    position: absolute;
    top: 35%;
    right: -14%;
    max-width: 600px;
	display: none;
}
.eventsDaisy {
    position: absolute;
    top: 57.5%;
    right: -10%;
    max-width: 450px;
	display: none;
}
.eventsKnuckles {
    position: absolute;
    top: 63.5%;
    left: -6%;
    max-width: 600px;
	display: none;
}
.eventsYoshi {
    position: absolute;
	top: 80.5%;
    left: -11%;
    max-width: 573px;
	display: none;
}
.eventsAmy {
    position: absolute;
    top: 82.5%;
    right: -6%;
    max-width: 460px;
	display: none;
}
.eventsWario {
    position: absolute;
    top: 86%;
    right: -15%;
    max-width: 630px;
	display: none;
}
.eventsMetalSonic {
    position: absolute;
    top: 84.35%;
    left: -18%;
    max-width: 470px;
	display: none;
}
.star {
    -webkit-animation: stars 5.2s infinite;
    animation: stars 5.2s infinite;
    position: absolute;
}
.starGroup .star:first-child {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    width: 22%;
    left: 0%;
    top: 16%;
}
.starGroup .star:nth-child(2) {
    -webkit-animation-duration: 6.6s;
    animation-duration: 6.6s;
    width: 17%;
	top: 64%;
    left: 66%;
}
.starGroup .star:nth-child(3) {
	-webkit-animation-duration: 5.75s;
    animation-duration: 5.75s;
	width: 20%;
    top: 33%;
    right: 70%;
}
.starGroup .star:nth-child(4) {
    -webkit-animation-duration: 3.9s;
    animation-duration: 3.9s;
    width: 16%;
    top: 41%;
    right: 5%;
}
.starGroup .star:nth-child(5) {
    -webkit-animation-duration: 6.4s;
    animation-duration: 6.4s;
    width: 26%;
    top: 92%;
    right: 3%;
}
.starGroup .star:nth-child(6) {
    width: 14%;
    top: 11%;
    right: -4%;
}

.starGroup .star:nth-child(7) {
	-webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    width: 17%;
    top: 35%;
    right: 20%;
}
.starGroup .star:nth-child(8) {
	-webkit-animation-duration: 5.25s;
    animation-duration: 5.25s;
    width: 19%;
    top: 74%;
    right: 81%;
}
.starGroup .star:nth-child(9) {
	-webkit-animation-duration: 6.0s;
    animation-duration: 6.0s;
    width: 13%;
    top: 86%;
    right: 61%;
}
.starGroup .star:nth-child(10) {
	-webkit-animation-duration: 3.7s;
    animation-duration: 3.7s;
    width: 23%;
    top: 9%;
    right: 71%;
}
.starGroup .star:nth-child(11) {
	-webkit-animation-duration: 4.8s;
    animation-duration: 4.8s;
    width: 16%;
    top: 55%;
    right: 59%;
}
.starGroup .star:nth-child(12) {
	-webkit-animation-duration: 6.6s;
    animation-duration: 6.6s;
    width: 21%;
    top: 74%;
    right: 11%;
}
@-webkit-keyframes stars {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
    35% {
        -webkit-transform: scale(1.7);
        opacity: .22;
        transform: scale(1.7)
    }
    70% {
        opacity: .67
    }
    90% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
}

@keyframes stars {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
    35% {
        -webkit-transform: scale(1.7);
        opacity: .22;
        transform: scale(1.7)
    }
    70% {
        opacity: .67
    }
    90% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
}
@media screen and (min-width: 640px) {
	.lgVid, .smVid {
		box-shadow: 4px 4px rgba(0,0,0,.2);
	}
	.smVid .eventName {
		font-size: 1.1vw;
	}
	#titleArea h2 {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.smVid {
		width: 22%;
	}
	.starGroup .star:first-child {
		left: 0%;
		top: 15%;
	}
	.starGroup .star:nth-child(2) {
		top: 64%;
		left: 47%;
	}
	.starGroup .star:nth-child(3) {
		top: 37%;
		right: 83%;
	}
	.starGroup .star:nth-child(4) {
		top: 41%;
		right: 5%;
	}
	.starGroup .star:nth-child(5) {
		top: 92%;
		right: 3%;
	}
	.starGroup .star:nth-child(6) {
		top: 11%;
		right: -4%;
	}
	.starGroup .star:nth-child(7) {
		top: 27%;
		right: 39%;
	}
	.starGroup .star:nth-child(8) {
		top: 72%;
   		right: 79%;
	}
	.starGroup .star:nth-child(9) {
		top: 89%;
		right: 69%;
	}
	.starGroup .star:nth-child(10) {
		top: 4%;
		right: 54%;
	}
	.starGroup .star:nth-child(11) {
		top: 55%;
		right: 59%;
	}
	.starGroup .star:nth-child(12) {
		top: 74%;
		right: 11%;
	}
}
@media screen and (min-width: 1024px) {
	.starGroup .star:first-child {
		left: 0%;
		top: 11%;
	}
	.starGroup .star:nth-child(7) {
		top: 22%;
		right: 39%;
	}
	.starGroup .star:nth-child(11) {
		top: 54%;
		right: 64%;
	}
	#titleArea h2 {
		font-size: 22px;
	}
}
@media screen and (min-width: 1100px) {
	.eventName {
		font-size: 22px;
	}
	.smVid .eventName {
		font-size: 12px;
	}
	.eventDesc {
		font-size: 16px;
	}
}
@media screen and (min-width: 1400px) {
	.surroundingSpaceH2 {
		padding-top: 72px;
		padding-bottom: 32px;
	}
	.eventBtnWrapper {
		padding: 3% 0;
	}
	.eventsMario, .eventsSonic, .eventsLuigi, .eventsTails, .eventsDaisy, .eventsKnuckles, .eventsAmy, .eventsYoshi {
		display: block;
	}
	.starGroup .star:first-child {
		width: 18%;
		left: -10%;
		top: 2%;
	}
	.starGroup .star:nth-child(2) {
		top: 77%;
		left: 24%;
	}
	.starGroup .star:nth-child(3) {
		top: 28%;
		right: 54px;
	}
	.starGroup .star:nth-child(4) {
		top: 41%;
		right: 5%;
	}
	.starGroup .star:nth-child(5) {
		top: 92.5%;
		right: 3%;
	}
	.starGroup .star:nth-child(6) {
		top: 4%;
		right: 6%;
	}
	.starGroup .star:nth-child(7) {
		top: 23%;
		right: 40%;
	}
	.starGroup .star:nth-child(8) {
		top: 63%;
  		right: 39%;
	}
	.starGroup .star:nth-child(9) {
		top: 92%;
		right: 61%;
	}
	.starGroup .star:nth-child(10) {
		top: 4%;
		right: 54%;
	}
	.starGroup .star:nth-child(11) {
		top: 56%;
		right: 79%;
	}
	.starGroup .star:nth-child(12) {
		top: 69%;
		right: 11%;
	}
}
@media screen and (min-width: 1500px) {
	.pushLeft {
		margin-left: 30px;
	}
	.featuredVideoGroup {
		max-width: 1250px;
		text-align: center;
	}
	.smVid {
		width: 31.1%;
	}
	.fiftyPercent {
		width: 47.75%;
	}
	.smVid .eventName {
		font-size: 16px;
	}
	.eventsMario {
		top: 6%;
	}
	.eventsSonic {
		top: 6%;
		z-index: 0;
	}
	.eventsLuigi {
		top: 25.25%;
		left: -9%;
	}
	.eventsTails {
		top: 25.5%;
		right: -12%;
	}
	.eventsDaisy {
		top: 43.5%;
		right: -12%;
	}
	.eventsKnuckles {
		top: 46%;
		left: -6%;
	}	
	.eventsYoshi {
		top: 62.5%;
		left: -8.5%;
	}
	.eventsAmy {
		top: 63.5%;
		right: -7%;
	}
	.eventsWario, .eventsMetalSonic {
		display: block;
	}
	.starGroup .star:first-child {
		width: 18%;
		left: -10%;
		top: 2%;
	}
	.starGroup .star:nth-child(2) {
		top: 77.5%;
		left: 2%;
	}
	.starGroup .star:nth-child(3) {
		top: 39%;
		right: 90%;
	}
	.starGroup .star:nth-child(4) {
		top: 37%;
		right: 2%;
	}
	.starGroup .star:nth-child(5) {
		top: 95%;
		right: 37%;
	}
	.starGroup .star:nth-child(6) {
		top: 3%;
		right: 10%;
	}
	.starGroup .star:nth-child(7) {
		top: 23%;
		right: 50%;
	}
	.starGroup .star:nth-child(8) {
		top: 62%;
		right: 37%;
	}
	.starGroup .star:nth-child(9) {
		top: 80%;
		right: -6%;
	}
	.starGroup .star:nth-child(10) {
		top: 4%;
		right: 54%;
	}
	.starGroup .star:nth-child(11) {
		top: 56%;
		right: 79%;
	}
	.starGroup .star:nth-child(12) {
		top: 69%;
		right: 11%;
	}
}
@media screen and (min-width: 1600px) {
	.eventsMario {
		right: -13%;
	}
	.eventsSonic {
		left: -10%;
	}
	.eventsLuigi {
		left: -6%;
	}
	.eventsTails {
		right: -9%;
	}
	.eventsDaisy {
		right: -10%;
	}
	.eventsKnuckles {
		left: -4%;
	}
	.eventsYoshi {
		left: -6.5%;
	}
	.eventsAmy {
		right: -5%;
	}
	.eventsWario {
		right: -11%;
	}
	.eventsMetalSonic {
		left: -16%;
	}
}
@media screen and (min-width: 1800px) {
	.eventsMario {
		right: -8%;
	}
	.eventsSonic {
		left: -5%;
	}
	.eventsLuigi {
		left: -1%;
	}
	.eventsTails {
		right: -5%;
	}
	.eventsDaisy {
		right: -7%;
	}
	.eventsKnuckles {
		left: -1%;
	}
	.eventsYoshi {
		left: -4.5%;
	}
	.eventsAmy {
		right: -3%;
	}
	.eventsWario {
		right: -6%;
	}
	.eventsMetalSonic {
		left: -10%;
	}
}
@media screen and (min-width: 1920px) {
	.eventsMario {
		right: -6%;
	}
	.eventsSonic {
		left: -3%;
	}
	.eventsLuigi {
		left: 1%;
	}
	.eventsTails {
		right: -1%;
	}
	.eventsDaisy {
		right: -4%;
	}
	.eventsKnuckles {
		left: 1%;
	}
	.eventsYoshi {
		left: -3.5%;
	}
	.eventsAmy {
		right: -1%;
	}
	.eventsWario {
		right: -3%;
	}
	.eventsMetalSonic {
		left: -6%;
	}	
	.starGroup .star:first-child {
		width: 15%;
		left: -8%;
		top: 1%;
	}
	.starGroup .star:nth-child(2) {
		top: 77.5%;
		left: 2%;
	}
	.starGroup .star:nth-child(3) {
		top: 38%;
		right: 92%;
	}
	.starGroup .star:nth-child(4) {
		top: 36%;
		right: 2%;
	}
	.starGroup .star:nth-child(5) {
		top: 93.5%;
		right: 37%;
	}
	.starGroup .star:nth-child(6) {
		top: 0%;
		right: 15%;
	}
	.starGroup .star:nth-child(7) {
		top: 22%;
		right: 50%;
	}
	.starGroup .star:nth-child(8) {
		top: 61.5%;
		right: 37%;
	}
	.starGroup .star:nth-child(9) {
		top: 80%;
		right: -7%;
	}
	.starGroup .star:nth-child(10) {
		top: 4.5%;
		right: 51%;
	}
	.starGroup .star:nth-child(11) {
		top: 56%;
		right: 79%;
	}
	.starGroup .star:nth-child(12) {
		top: 69%;
		right: 11%;
	}
}
@media screen and (min-width: 2050px) {
	.eventsMario {
		right: 1%;
	}
	.eventsSonic {
		left: 0%;
	}
	.eventsLuigi {
		left: 2%;
	}
	.eventsTails {
		right: 1%;
	}
	.eventsDaisy {
		right: -2%;
	}
	.eventsYoshi {
		left: -1.5%;
	}
	.eventsAmy {
		right: 1%;
	}
	.eventsWario {
		right: 0%;
	}
	.eventsMetalSonic {
		left: -3%;
	}	
}
@media screen and (min-width: 2250px) {
	.eventsMario {
		right: 2%;
	}
	.eventsSonic {
		left: 1%;
	}
	.eventsDaisy {
		right: 1%;
	}
	.eventsYoshi {
		left: .5%;
	}
	.eventsAmy {
		right: 3%;
	}
	.eventsWario {
		right: 1%;
	}
	.eventsMetalSonic {
		left: 1%;
	}	
}


/*footer area*/
footer {
	width: 100%;
	background-color: #FFF;
	position: relative;
}
.footerContainer {
	width: 90%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.footerContainer p {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.officialLogoFooter {
	width: 50%;
	max-width: 168px;
	display: inline-block;
	margin: 3% auto;
	vertical-align: top;
}
.legalGroup {
	width: 100%;
	max-width: 460px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
	vertical-align: bottom;
}
.esrb {
	height: 72px;
	width: auto;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: bottom;
}
.esrbPolicy {
	height: auto;
	margin-bottom: 30px;
	display: inline-block;
}
.webaddress {
	width: 100%;
	max-width: 280px;
}
.legalGroup h3 {
    color: #022662;
    font-weight: 500;
    font-size: 12px;
    margin: 35px auto 20px;
}
.logoGroup {
	width: 100%;
/*	max-width: 180px;*/
	vertical-align: top;
	display: inline-block;
}
.switchFooter {
	width: 47%;
	max-width: 110px;
	margin: 0 auto 30px;
	display: inline-block;
}
.segaLogoFooter {
	width: 47%;
	max-width: 120px;
	margin: 0 1%;
	display: inline-block;
}
@media screen and (min-width: 703px) {
	.legalGroup {
		margin: 3% 20px;
	}
}
@media screen and (min-width: 900px) {
	.logoGroup {
		width: 180px;
		margin-top: 3%;
	}
	.switchFooter, .segaLogoFooter {
		width: 100%;
	}
}
/*loader*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 11px;
  border-radius: 50%;
  background: #004c9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

#loader-bg {
	display: block;
	position: fixed;
	background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#loader {
	color: #FFF;
	display: block;
	position: absolute;
	z-index: 300;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: poppins, sans-serif;
	text-align: center;
	text-shadow: 0 0 2.2vw #004c9a, -1px -1px 0 #004c9a, 1px -1px 0 #004c9a, -1px 1px 0 #004c9a, 1px 1px 0 #004c9a;
	font-size: 11vw;
	letter-spacing: -.5vw;
}

@media only screen and (min-width:769px) {
	#loader {
		font-size: 107.47px;
		letter-spacing: -2px;
	}
}
#loading-dots {
	position: absolute;
}
/* Newsletter section */
/*As this is a new section, it is heavily commented to make it easier to update for various sites*/
/*FURTHER NOTE: THIS NEWSLETTER WAS DESIGNED AS A MODAL, IF YOU NEED WITHOUT MODAL LOOK AT CATHERINE FULL BODY*/
/*
.newsletterBG {    
	width: 100%;
    height: 100%;
    color: #000;
    background-color: rgba(0,0,0,.85);
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
*/
.newsletterBG {
	width: 100%;
	height: 540px;
	max-width: 450px;
	color: #000;
	background-color: #FFF;
	position: fixed;
	top: 0;
	right: 0;
/*    display: none;*/
	transform: translateX(450px);
	transition: transform 0.4s;
	margin-top: 0;
	z-index: 12;
}

/*This controls the actual wrap around the newsletter area. This controls the width of that wrapper as well*/
/*
.newsletterBG .innerWrapper {
	display: block;
	position: fixed;
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.newsletterBG .innerWrapper {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	right: 0;
	top: 80px;
	transition: all 0.4s;
}
.newsletterHeader {
	text-align: center;
/*	background: rgba(255,255,255,1);*/
}
.hide {
	transform:translateX(0);
}
.fa-times, .closeBtn {   
	color: #175da6;
	font-size: 25px;
	position: absolute;
	top: 90px;
	left: 10px;
	cursor: pointer;
	display: block;
	z-index: 1;
	width: 25px;
}
/*NEW*/
.signUpForm {
	display: none;
}
.ageForm {
	display: block;
	text-align: center;
}
.age {
	border: none;
    border-bottom: 1px solid blue;
    width: 90%;
    margin-top: 50px;
    font-size: 18px;
}
.submitButton, .backToHome {
	background-color: #175da6!important;
    border-radius: initial;
    height: auto;
	clear: both;
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin: 25px 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.submitButton:hover, .backToHome:hover {
	background-color: #457db7!important;
}
.errorAge {
	color: red;
	font-size: 10px;
	text-transform: uppercase;
	opacity: 0;
}
/*NEW END*/
/*Main title "NEWSLETTER" */
.newsletterHeader h2 {
color: #175da6;
    text-align: center;
    font-size: 35px;
    padding-top: 10px;
    font-weight: 800;
}
/*Smaller header text Sign up...*/
.newsletterHeader h3 {
	font-style: normal;
	font-weight: 300;
	font-family: open-sans, san-serif;
	font-size: 20px;
}
/*_signup is the form itself, the .newsletter class above refers to the section that sits above the actual form*/
#mc_embed_signup {
	background: rgba(255,255,255,1);
/*	background: transparent;*/
}
/*This controls the little mail icon and input for email address, allows them to sit next to eachother and fill the gap caused by inline-block*/
.mc-field-group .fa.fa-envelope, #mc_embed_signup .mc-field-group input {
	display: inline-block;
	margin-right: -5px;
}
/*This controls the mail icon*/
.mc-field-group .fa.fa-envelope {
    font-size: 25px;
    padding: 15px;
    color: #FFF;
    background-color: #175da6;
    width: 55px;
    height: 55px;
	position: relative;
}
.mailWhite {
	width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*This controls the input field where you type in the email address*/
#mc_embed_signup .mc-field-group input {
	background: #FFF;
    height: 55px;
    width: 80%;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid #175da6;
	border-radius: initial;
	font-weight: 400;
}
/*This controls the label elements, this is the area that has the check boxes and small text about what they are checking for. The
class .privacyNewsletter refers to the span around privacy policy text which gets linked to the privacy policy*/
#mc_embed_signup .mc-field-group label, .privacyNewsletter {
    display: block!important;
    margin-bottom: 3px;
    font-size: 11px;
}
/*style the privacy Policy text*/
a.privacyNewsletter {
	color: red!important;
	display: inline!important;
	font-weight: 600;
	text-decoration: underline;
}
/*controls the sign button. In this case I have the hover state being the same. */
#mc_embed_signup .button, #mc_embed_signup .button:hover {
	background-color: #175da6!important;
	border-radius: initial;
	margin: 0 auto;
	height: auto;
	padding: 10px 22px;
}
#mc_embed_signup .button:disabled {
	opacity: .7
}
#mc_embed_signup .clear {
    clear: both;
    text-align: center;
}
/*Controls the error message that comes up if you don't fill in the email address after clicking into it.*/
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 4px 0 1em 0;
    padding: 5px 10px;
    background-color: transparent;
	color: red;
}
/*Controls the positioning and width of the email address input box and the text next to the checkboxes*/
#mc_embed_signup .mc-field-group.input-group ul li {
    width: 75%;
    margin-left: 17%;
	margin-top: 15px;
}
/* removes the base check box */
.myCheckbox input {
	display:none!important;
}
/* This is for the custom checkbox itself. */
.myCheckbox span {
	border: 2px solid #175da6;
    display: inline-block;
    font-size: 25px;
    height: 30px;
    width: 30px;
    padding: 0;
    float: left;
    vertical-align: middle;
    border-radius: 4px;
	position: relative;
    top: -4px;
    margin: 4px 13px 0 -45px;
	cursor: pointer;
}
/* This is the check mark within the custom checkbox */
.myCheckbox input:checked + span {	
	left: 10.75px;
    top: 0;
    width: 10px;
    height: 19px;
    border: solid #175da6;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);	
}
/* This is the box around the checkmark when checked. The original empty checkbox gets replaced by just the checkmark so we need to add this in to make
the box still exists. This is why it is a pseudo class */
.myCheckbox input:checked + span:before {	
    content: "";
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -9px;
    border: 2px solid #313367;
    border-radius: 4px;
    transform: rotate(-45deg);
}
/*controls the success message */
#mc_embed_signup div.response {
    margin: 0 auto;
    padding: 1em 0 .5em 0;
    font-weight: bold;
    top: -1.5em;
    z-index: 1;
    width: 95%;
    font-size: 11px;
    color: darkgreen!important;
}
/*controls the success message (specifically the color) */
@media screen and (min-width: 400px) {
/*	controls where the checkbox/small text sits */
	#mc_embed_signup .mc-field-group.input-group ul li {
		margin-left: 14%;
	}
/*	controls width of both the email input box and the text next to checkbox*/
	#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group.input-group ul li {
		width: 85%;
	}
}
@media screen and (min-width: 500px) {
	/*	controls where the checkbox/small text sits */
	#mc_embed_signup .mc-field-group.input-group ul li {
		margin-left: 11%;
	}
	/*	controls width of both the email input box and the text next to checkbox*/
	#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group.input-group ul li {
		width: 87%;
	}
}
/* Newsletter section end */

#scrollup {
	font-size: 50px;
    color: black;
	position: fixed;
    right: 1%;
    bottom: 1%;
    width: 50px;
    z-index: 1000;
	cursor: pointer;
	display: none;
}