body { 
	background: hsl(0,0%,0%);
	font-size:90%;
	overflow:hidden;
}

#LauncherArea {
	width: 975px;
	height: 420px;
	-webkit-box-sizing: border-box;
	background: hsl(201, 98%, 61%);
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 4px 4px hsla(0, 0%, 0%, .4);
	box-shadow: inset 0 4px 4px hsla(0, 0%, 0%, .4);
	position:relative;
}
#LauncherArea > div {
	width: 975px;
	border:20px solid transparent;
	height: 420px;
	-webkit-box-sizing: border-box;
	position:relative;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	-webkit-box-pack: start;
}
#LauncherArea > div > section {
	-webkit-box-flex:0;
	-webkit-box-sizing: border-box;
}
#LauncherArea > div > section:first-child {
	-webkit-box-flex:1;
}

div.reflection { 
	display:inline-block; 
	position:relative; 
}
.round { 
	border-radius:20px; 
	margin:0; 
}
.round + canvas {
	border-radius:20px  20px 0 0; 
	margin:0; 
	position:absolute; 
	bottom:-27px; 
	left:0; 
}

h1, h2, h3 {
	font-weight:normal;
	color: hsl(0, 0%, 100%);
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }


.box {
	background: hsla(201, 77%, 68%, 1);
	padding:14px;
	border-radius: 24px;
	color: hsl(0, 0%, 100%);
	font-weight:bold;
}

.box.small {
	border-radius:16px;
	padding:10px;
}

.box h2 { 
	text-align:center;
	margin-bottom:10px;
}

.box p {
	margin:0 0 14px 0;
}
.box :first-child {
	margin-top:0; 
}
.box :last-child, .box p:empty {
	margin-bottom:0; 
}

.arrow { 
	display:inline-block;
	background-repeat:no-repeat;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
.arrow.left {
	background-position:top left;
}
.arrow.right {
	background-position:top right;
}
.arrow.big { 
	width:50px;
	height:30px;
	background-image:url(http://cache.lego.com/universe/images/launcher/v2/arrow_big.png);
}

.imagelink {
	text-decoration:none;
	position:relative;	
	display:inline-block;
}

.imagebutton {
	bottom:30px;
	left:0;
	right:0;
	position:absolute;
	text-align:center;
}

.backToStart {
    position:absolute;
    left: 20px;
    bottom: 20px;
    color: hsla(0, 0%, 100%, .8);  
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.backToStart::before {
	display:inline-block;
	height:13px;
	width:16px;
	vertical-align:middle;
	content: "";
	background-image:url(http://cache.lego.com/universe/images/launcher/v2/arrow_tiny.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	margin-right:4px;
	opacity:.8;
}
.backToStart:hover {
	color:#fff;
}
.backToStart:hover::before {
	opacity:1;
}

/* LADINGPAGE */

#LandingPageTouts {
}

#LandingPageTouts > section {
}

#LadingPageSkip {
	text-align: center;
	color: #fff;
	font-weight:bold;
	margin-top: 30px;
}

#LandingPageActivate {
		
}

#LandingPageActivate h2 {
	position:absolute;
	top:12px;
	padding:10px;
	left:0;
	right:0;
	text-align:center;
	font-size:28px;
}
#LandingPageActivate .imagebutton {}
#LandingPageUseCode h2 {
	position:absolute;
	top:12px;
	padding:10px;
	left:0;
	right:0;
	text-align:center;
	font-size:18px;
}
#LandingPageUseCode .imagebutton {}

/* ENTER CODE */

#enterCodeBox {
	width: 420px;
	height: 380px;
	margin-right:30px;
}

#enterCodeBoxInput { 
	margin:15px 0;
}

#enterCodeBoxInput .codeinput {
	width:420px;
	float:none;
}

#LEGOIDNotLoggedInButton { 
	text-align:right;
}

#EnterCode fieldset > div {
	clear:both;
	margin:4px 0;
}

#enterCodeBoxButtonBar { 
	height:40px;
	text-align:right;
}

#enterCodeBoxButtonBar .button {
	min-width:140px;
}

#enterCodeBox .box {
	margin:15px 0;
}

#enterCodeBox .spinner {
	background: hsla(201, 77%, 68%, .5) url(http://cache.lego.com/universe/images/launcher/ajax-loader.gif) center center no-repeat;
	position:absolute;
	top:0px; right:0px; left:0px; bottom:0px;
	border-radius:20px;
}

#enterCodeBox .box ul {
	margin:0;
	list-style-position:outside;
	list-style-type:square;
}
#enterCodeBox .box ul li {
	float:left;
	width:172px;
	margin: 0 10px 6px 14px;
}

li.hover { 
	position:relative;
	text-decoration:underline;
	cursor:help;
}
li.hover div.bubble {
	position:absolute;
	bottom:32px;
	top:auto;
	right:auto;
	min-height:38px;
	height:auto;
	left:50%;
	margin-left:-100px;
	width:200px;
	opacity:1;
	display:none;
}
li.hover div.bubble::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid hsla(0, 0%, 100%, .9);
	border-bottom:0;
	right:98px;
	bottom:-5px;
	top:auto;
	left:auto;
}

li.hover.show div.bubble {
	opacity:1;
	display:block;
}

#enterCodeBoxOutputButtons {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	-webkit-box-pack: justify;
	text-align:center;
	margin-top:15px;
}
#enterCodeBoxOutputButtons > div {
	-webkit-box-flex:1;
}
#enterCodeBoxOutputButtons .button {
	min-width:80px;
}

.enterCodeContinue {
	position:absolute;
	bottom:25px;
	width:420px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	-webkit-box-pack: start;
}
.enterCodeContinue > div {
	-webkit-box-flex:0;
}
.enterCodeContinue > div:first-child {
	-webkit-box-flex:1;
}
.enterCodeContinue h3 {
	position:relative;
	top:10px;
}
.enterCodeContinue .button {
}
.enterCodeContinue .signOut
{
    line-height: 30px;    
}


#enterCodeBoxOutput { 
	display:none;
}

#EnterCodeImage {}

#EnterCodeImage h3 {
	position:absolute;
	top:12px;
	padding:10px;
	left:0;
	right:0;
	text-align:left;
	font-size:24px;
}
#EnterCodeImage h2 {
	position:absolute;
	top:42px;
	padding:10px;
	left:0;
	right:0;
	text-align:right;
	font-size:32px;
}

#enterCodeBoxContent
{
    font-size: 12px;    
}

#tos { clear: both; }
#tos label
{

}

.legoIdMessage
{
    color: Red;
    position: absolute;
    top: -120px;
    left: 0px;    
}


#AddCodeLoginButtons {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	margin:20px 0 0 0;
}
#AddCodeLoginButtons #LEGOIDNotLoggedInButton {
	-webkit-box-flex:0;
	-webkit-box-sizing: border-box;
}
#AddCodeLoginButtons #LEGOIDLoginButton {
	-webkit-box-flex:1;
	-webkit-box-sizing: border-box;
	text-align:right;
}
#AddCodeLoginButtons #LEGOIDLoginButton .button.big { min-width:120px; }
#AddCodeLoginButtons #LEGOIDLoginButton .button.subtle { margin-top:12px; }

#AddCodeLoginButtons #LEGOIDLoginButton {
	-webkit-box-flex:1;
	-webkit-box-sizing: border-box;
	text-align:right;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	-webkit-box-pack: end;
}

#AddCodeLoginButtons #LEGOIDLoginButton > div {
	-webkit-box-flex:0;
	-webkit-box-sizing: border-box;
	margin:0; padding:0;
}

#AddCodeLoginButtons #LEGOIDLoginButton #BackButton { 
	display:none; 
}
#AddCodeLoginButtons #LEGOIDLoginButton #BackHome { 
	-webkit-box-flex:1;
	
}

/* VIDEO CONTROLS */

.controls { 
	position:absolute;
	left:0;
	bottom:0;
	border-top:0;
	right:0;
	background:hsla(0, 0%, 0%, .5);
	border-radius: 0 0 20px 20px ;
	padding: 6px 6px 2px 6px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.controls .control {
	-webkit-box-flex:1;
}
.control.progress {
	padding-right:20px;
	width:400px;
}
.controls a {
	display:inline-block;
	height:34px;
	border-radius: 12px;
	background:hsla(0, 0%, 100%, .7);
	margin:4px;
	position: relative;
}
.controls .play { 
	width:70px;
}
.controls a::after {
	display:block;
	content: "";
	position: absolute;
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
	-webkit-mask-image: url(http://cache.lego.com/universe/images/launcher/v2/icons.png);
	-webkit-mask-size: 20px 100px;
	background: -webkit-linear-gradient(top, 
			hsla(0,0%,60%,1) 0%,
			hsla(0,0%,40%,1) 50%,
			hsla(0,0%,30%,1) 51%,
			hsla(0,0%,10%,1) 100%
		);
}
.controls a:hover::after {
	background: -webkit-linear-gradient(top, 
			hsla(0,0%,50%,1) 0%,
			hsla(0,0%,30%,1) 50%,
			hsla(0,0%,20%,1) 51%,
			hsla(0,0%,00%,1) 100%
		);
}
.controls.paused a.play::after {
	-webkit-mask-position: 0 -40px;
}
.controls a.play::after {
	-webkit-mask-position: 0 -20px;
}
.controls a.rewind::after {
	-webkit-mask-position: 0 0;
}
.controls a.mute::after {
	-webkit-mask-position: 0 -80px;
}
.controls.muted a.mute::after {
	-webkit-mask-position: 0 -60px;
}
.controls .rewind {
	width:40px;
}
.controls .mute {
	width:40px;
}
.controls .progressbar {
	width:100%;
	vertical-align:middle;
	margin:10px;
	position:relative;
	top:4px;
	height:14px;
	border-radius:14px;
	display:inline-block;
	background: hsla(0, 0%, 100%, .2);
}
.progressbar b { 
	display:block;
	width:1%;
	border-radius:14px;
	height:14px;
	min-width:14px;
	background: hsla(0, 0%, 100%, .6);
}

/* CONGRATULATIONS */

#Congratulations {
	background-image: url(http://cache.lego.com/universe/images/launcher/v2/starburst.png);
	background-repeat:no-repeat;
	background-position: -185px -20px;
	background-clip: border-box;
}

#CongratulationsMSG {
    position: absolute;
    top: 0; left:0;    
}
#CongratulationsMSG h1 {
    position: relative;
    left: 40px;
    font-size: 30px;
}
#CongratulationsMSG h2 {
    position: relative;
    left: 160px;
}

#CongratulationsImage {
    position: absolute;
    top: 20px;
    left: 0;
}

#CongratulationsMediaPlaceHolder {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 9999;
}

.slideshow {
    position: relative;
    width: 500px;
    height: 300px;
}
.slideshow ul {
    display: block;
}
.slideshow li {
    display: block;
    width: 500px;
    height: 300px;
    position: absolute;
    top: 0; left:0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
}
.slideshow .next 
, .slideshow .prev
{
    display: block;
    text-indent: -9999px;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    left: 10px;
    cursor: pointer;
    background: url(http://cache.lego.com/universe/images/launcher/v2/launcherslideshowarrows.png) 0 0 no-repeat;
}
.slideshow .next {
    left: auto;
    right: 10px;
    background-position: 100% 0;
}

/*
#Video1 {
	width:607px; 
	height:353px;
}

#VideoControl { 
	position:relative;
	display:inline-block;
}

#VideoControl .controls {
	opacity: 0;
	-webkit-transition: all .2s ease-in;
}
#VideoControl:hover .controls {
	opacity: 1;
}

#Congratulations {
	background-image: url(http://cache.lego.com/universe/images/launcher/v2/starburst.png);
	background-repeat:no-repeat;
	background-position: 435px -40px;
	background-clip: border-box;
}
#Congratulations > section {
}

#Congratulations h1, #Congratulations h2 {
    text-align: center;
}
#Congratulations h1 { padding-bottom: 15px; }

#FlashMsg { line-height:340px; text-align:center; }
*/
/*
#Congratulations .box { 
    text-align: center;
    background-color: #fedc25; 
    padding: 10px; 
    font-size: 13px; 
    font-weight: bold;
    color: #be961c;
    margin-top:20px;
}
*/
/*
#CongratulationsMSG { 
	width:300px;
	height:380px;
	color: #FFF;
	text-align:center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: center; 
	-webkit-box-pack: center;
}

#CongratulationsMSG > div {
	-webkit-box-flex:0;
	-webkit-box-sizing: border-box;
}

#CongratulationsMSG p {
	margin:10px;
}

#CongratulationsContinueButton {
   text-align: center;
   margin-top: 20px;
}

#CongratulationsLink {
	font-weight:bold;
	position:absolute;
	bottom:25px;
	width:300px;
}
*/

/* CLUB page*/
#ClubPage {
	background-image: url(http://cache.lego.com/universe/images/launcher/v2/starburst.png);
	background-repeat:no-repeat;
	background-position: 380px -40px;
	background-clip: border-box;
}
#ClubPage > section {
}

#RadioButtons {
	width: 450px;
	text-align:center;
	position:relative;
	top: 40px;
}

#RadioButtons fieldset {
	margin:60px auto;
	display: block;
	width: 100px;
}
#RadioButtons label {
	display:block;
	font-size: 22px;
	text-align: left;
	margin:10px;
}
#RadioButtons input {
	float:none;
	vertical-align: middle;
	width: 24px !important;
	height: 24px;
	border-radius: 24px;
	position:relative;
	top:-2px;
}
#RadioButtons input:checked::after {
	top:1px;
	left:1px;
}


/*ACTIVATE PAGE*/

#ActivateTouts {
}
#ActivateTouts > section {
}

#ActivateFrame {
	width: 420px;
	height: 380px;
	margin-right:30px;
}

#LEGOIDPlaceholder {
	position:absolute;
	top:0; left:0; bottom:0; right:0; 
}

#LEGOIDBelowFrame { 
	position:absolute;
	bottom:25px;
	width:420px;
	min-height:30px;
}

#LEGOIDPlaceholder iframe {
	background:transparent;
	width:935px;
	height:380px;
}

#ActivateFrame .field.checkbox {
	position:relative;
	margin: 2px 0;
	overflow:visible;
}

#ActivateFrame .field.checkbox input {
	position:absolute;
	left: 130px;
}

#ActivateFrame .field.checkbox label {
	box-sizing: border-box;
	padding-left: 160px;
	display: block;
}

#ActivateButton {
}
#ActivateButton a {
}

#ForgotLinks {
}

#SignUpButton {
	margin:20px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
}

#SignUpButton > div {
	-webkit-box-flex:1;
	-webkit-box-sizing: border-box;
}

#SignUpButton > div#SignUpButtonParent { 
	-webkit-box-flex: 0;
}

#SignUpButton h3 {
	line-height:32px;
}

#ActivateButton {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	margin:20px 0 0 0;
}
#ForgotLinks {
	-webkit-box-flex:10;
	-webkit-box-sizing: border-box;
}

#ActivateForgotButton {
	-webkit-box-flex:1;
	-webkit-box-sizing: border-box;
	text-align:right;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch; 
	-webkit-box-pack: end;
}

#ActivateForgotButton > div {
	-webkit-box-flex:0;
	-webkit-box-sizing: border-box;
	margin:0; padding:0;
}

#ActivateForgotButton #ButtonBack {
	-webkit-box-flex:10;
	text-align:left;
	display:none;
}

#ActivateForgotButton #ButtonBack .button {
	vertical-align:bottom;
	margin-top:12px;
}

#LEGOIDLink { min-width: 120px; margin-left: 35px; }

#ForgotLinks a {
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	display: block;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-decoration:none;
}

.countryCode { width: 290px; }

#AlreadyMember { position: absolute; bottom: -30px; right: 0px; z-index: 1; font-weight: bold; font-size: 16px; }

/* ACTIVATE */
#HeaderActivate {}
#LOEGIIDLogo { 
	float:right; 
	margin:9px 0 0 0;
}

#LEGOIDWhatIs { 
	position:absolute;
	z-index:9999;
	font-size:.78em;
	font-weight:bold;
	top:55px;
	right:30px;
}
#LEGOIDWhatIs a {
	text-decoration:none;
}

#ActivateButton .legoIdMessage
{
    position: absolute; top: 50px; left: 0px;    
}

/* Resend Activation Mail*/

#HeaderResendActivationMail { display:none; }
.resend #HeaderResendActivationMail { display: block; } 
.resend #HeaderActivate { display:none; }

/* SIGN UP */
#HeaderSignup { display:none; }
.signup #HeaderActivate { display:none; }
.signup #HeaderSignup { display:block; }
.signup #LOEGIIDLogo { 
	float:right; 
	margin:-3px 0 0 0;
}
.signup #LEGOIDWhatIs { top: 43px; }

/* FORGOT USERNAME */
#HeaderForgotUsername { display:none; }
.forgotusername #HeaderActivate { display:none; }
.forgotusername #HeaderForgotUsername { display:block; }
.forgotusername #LOEGIIDLogo { 
	float:right; 
	margin:-3px 0 0 0;
}
.forgotusername #LEGOIDWhatIs { top: 43px; }

#HeaderForgotPassword { display:none; }
.forgotpassword #HeaderActivate { display:none; }
.forgotpassword #HeaderForgotPassword { display:block; }
.forgotpassword #LOEGIIDLogo { 
	float:right; 
	margin:-3px 0 0 0;
}
.forgotpassword #LEGOIDWhatIs { top: 43px; }


#ActivateImage {}

#ActivateImage h3 {
	position:absolute;
	top:12px;
	padding:10px;
	left:0;
	right:0;
	text-align:left;
	font-size:24px;
}
#ActivateImage h2 {
	position:absolute;
	top:42px;
	padding:10px;
	left:0;
	right:0;
	text-align:right;
	font-size:32px;
}


a.disabled
{
	cursor: default !important;
    opacity: 0.6;
}

#loader {
	left: 50%;
	top: -5px;
	right: -5px;
	bottom: -5px;
	z-index:10000; 
	border-radius:20px;
	background: hsla(201, 98%, 61%, .4) url(http://cache.lego.com/universe/images/launcher/ajax-loader2.gif) center center no-repeat;
	display: none;
}