body {
	background:#1a1a1a;
	margin:0;
	padding:0;
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
}

nav ul,nav ol{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
}

a,a:visited{
	text-decoration:none;
	color:#e12d0a;
}

a:hover {
	color:#bd0f08;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.content-container-theme {
	background:url(Images/JumpStart-Content-Background.jpg) no-repeat top center #000000;
    background-size:cover;
    margin-top: 45px;
 	min-height: 560px;
}

.content-container {
	margin:0 auto;
    padding:10px 0;
}

#main-nav {
	background:url(Images/JS-header-bg.gif) repeat-x #d51305;
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	border-bottom:0px #7b1302 solid;
	height:45px;
    width: 100%;
    position: fixed;
}

#main-nav .logo {
	background:url(Images/jumpstart-logo-white.png) no-repeat;
	width:159px;
	height:45px;
	display:block;
	text-indent:-9999px;
	float:left;
	border-right:0px #7b1302 solid;
    margin:0 25px;
}

#main-nav .top-nav {
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.5px;
	float:left;
	line-height:45px;
	margin:0;
}

#main-nav .top-nav a {
	color:#ffffff;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#main-nav .top-nav a:hover {
	text-shadow: 0 0 8px #FFF, 0 0 8px #FFF;
}

#main-nav .top-nav li {
	background:url(Images/downdown.png) no-repeat center right;
	float:left;
	list-style:none;
	padding:0 20px 0 10px;
	border-right:1px #7b1302 solid;
    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#main-nav .top-nav li:hover {
	background:url(Images/dropdown-over.png) no-repeat center right;
}

#main-nav .top-nav .last-item {
	border-right:1px #7b1302 solid;
}

#main-nav .header-login {
	float:right;
}

#main-nav .login {
	background:url(Images/JS-Login.png) no-repeat 0 0;
	width:81px;
	height:28px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:7px 5px 0 0;
}
#main-nav .login:hover {
	background-position:0 -28px;
}
#main-nav .login:active {
	background-position:0 -56px;
}

#main-nav .signup {
	background:url(Images/JS-Signup.png) no-repeat 0 0;
	width:89px;
	height:28px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:7px 5px 0 0;
}
#main-nav .signup:hover {
	background-position:0 -28px;
}
#main-nav .signup:active {
	background-position:0 -56px;
}


#main-nav .signout {
	background:url(Images/JS-Sign-Out-btn.png) no-repeat 0 0;
	width:89px;
	height:28px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:7px 5px 0 0;
}
#main-nav .signout:hover {
	background-position:0 -28px;
}
#main-nav .signout:active {
	background-position:0 -56px;
}

#main-nav .playnow {
	background:url(Images/JS-Play-Now-btn.png) no-repeat 0 0;
	width:89px;
	height:28px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:7px 5px 0 0;
}
#main-nav .playnow:hover {
	background-position:0 -28px;
}
#main-nav .playnow:active {
	background-position:0 -56px;
}
#main-nav input {
	width:120px;
	text-align:left;
	border-radius:4px;
	font-size:12px;
	color:#838383;
	margin:7px 5px 0 0;
	padding: 6px 4px;
	float:left;
}

input[type="text"],input[type="password"], select {
	background: #eeeeee;
    border: 1px solid #ffffff;
    background:url("Images/input-bg.gif") repeat-x scroll 0% 0% rgb(255, 255, 255);
	border-radius: 4px;
	transition: border .4s linear, background .4s linear;
	-moz-transition: border .4s linear, background .4s linear;
	-webkit-transition: border .4s linear, background .4s linear;
	-o-transition: border .4s linear, background .4s linear;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
      color:black;
}

input:focus[type="text"], input:hover[type="text"], select:focus[type="text"], select:hover[type="text"], input:focus[type="email"], input:hover[type="email"],  select:focus[type="email"], select:hover[type="email"],
input:focus[type="password"], input:hover[type="password"], input:focus[type="password"], input:hover[type="password"], select:focus, select:hover  {
	border:1px solid #7b1302;
	background: #ffffff;
	outline: none;
}

#game-selector {
    width: 260px;
	float:left;
	margin:35px 0 30px 7px;
	text-align:left;
}

.game-selector-bg {
	background:#a90700;
	border: 1px solid #7b0001;
	box-shadow: 0px 0px 7px 0px rgb( 7, 7, 7 );
}

#game-selector li {
	margin:4px -5px;
	padding:8px 0 5px 7px;
	background:url(Images/texture-red.gif) repeat #d41106;
	border:1px #77090d solid;
}

#game-selector li.current {
	background:url(Images/texture-white.gif) repeat #ffffff;
}

#game-selector li.current:hover h3, #game-selector li.current h3 {
    color: #ac240e;
}

#game-selector li.current:hover h4, #game-selector li.current h4 {
    color: #ac240e;
}

#game-selector h3 {
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
	line-height: 22px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:-0.5px;
}

#game-selector h4 {
    color: #ffffff;
    font-size: 13px;
	line-height: 18px;
	padding:0;
	margin:0;
}

.game-content {
	float:right;
    width:400px; 
 	margin-bottom: 25px; 
}

.main-promo-bg {
	width:394px;
	background:#a90700;
	border: 1px solid #7b0001;
	box-shadow: 0px 0px 7px 0px rgb( 7, 7, 7 );
	margin: 10px auto 0px;
}

.main-promo {
	/*width:395px;*/
	margin:4px -5px;
	padding:8px 0 5px 7px;
	background:url(Images/texture-red.gif) repeat #d41106;
	border:1px #77090d solid;
	overflow:auto;
}

.main-promo h5 {
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:0px;
	float:left;
    letter-spacing:-0.5px; 
}

.main-promo span {
    color: #ffffff;
    font-size: 13px;
    vertical-align:bottom; 
	margin:0 0 0 7px;
}

.game-content .logo {
	text-align:center;
	margin:10px auto 0;
}

.game-content .play-button {
	background:url(Images/JS-play-now.png) no-repeat scroll 0% 0% transparent;
	width:413px;
	height:87px;
	display:block;
	margin:0 auto;
	text-align:center;
	text-indent:-9999px;
}
.game-content .play-button:hover {
	background-position:0 -87px;
}
.game-content .play-button:active {
	background-position:0 -174px;
}

footer {
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	background:#1a1a1a;
/*	border-top:1px #ffffff solid; */
	padding-top:10px;
}

footer a,a:visited{
	text-decoration:none;
	color:#e12d0a;
}

footer a:hover {
	color:#bd0f08;
}


.footer {
	background:url(Images/footer-divide.jpg) no-repeat top center;
    width:100%; 
	padding:5px 0 0 0;
    text-align: center;
    margin:30px auto 20px;
	font-size:11px;
	color:#ffffff;
	clear:both;
}

footer .footer-menu {
	overflow:hidden;
	max-width:1270px;
	margin:0 auto;
}

.footer .copyright {
	width:100%;
	margin:10px auto;
}

footer .column {
	padding:0 15px;
	list-style: none;
	float:left;
}

footer .column ul {
	padding: 0;
	margin: 0;
}

footer .column ul li {
	list-style: none;
}

footer .column li {
	font-size:12px;
	line-height:18px;
}

footer h3 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 25px;
}
#error-container{
    /* margin: 0 0 0 120px; */
margin-left: auto;
margin-right: auto;
/* width: 70%; */
/* background-color: #b0e0e6; */
/*width: 11em;*/
padding: 5px 0px 5px 0px;
}
.error-list{color:Red;padding-left:30px;}

ul.error-list
{
    list-style-type:square;
    color:Red;
    font-size:large;
    font-size: 20px;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 5px !important;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

a.SODTopNavHover:hover{
color: #FFFFFF !important;
text-decoration: underline;
text-shadow: 0 0 8px #FFF, 0 0 8px #FFF;
}

.navtabs > li > .jsmegamenu-box {
    top: 45px !important;
}
.navtabs > li > .jsmegamenu-box {
    position: fixed;
    top: 50px;
    width: 100%;
}
.navtabs > li > a 	{
	padding-bottom: 10px;
}
.topnavbuttons .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.topnavbuttons .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.jsbrandselect{display:none; clear:both;}
@media (max-width: 480px) {
    #arcticPromo {
        display:none;
    }
    #arcticPromoClose {
         display:none;
    }
.game-content .play-button {
	background: url("Images/JS-play-now-hp-btn-sm.png") no-repeat scroll 0% 0% transparent;
	width: 240px;
	height: 48px;
	}
.game-content .play-button:hover {
	background-position:0 -50px;
}
.game-content .play-button:active {
	background-position:0 -100px;
}
.game-content .logo img, .main-promo img {
    width:100%;
    height:auto;
}
.main-promo-bg{
	width:100%;
	}
.main-promo{
	padding: 8px 7px 5px 7px;
	}	
		
}
@media (max-width: 767px) {
.game-content {
    float: none;
    margin: 0 auto 25px auto;
	width:100%;	
}

 .jsbrandselect {
        display: block;
        clear: both;
        text-align: center;
        margin: 0px;
        background-color: #14C3D8;
        padding: 5px;
    }
.jsbrandselect img{
	margin:0 5px 5px 0;
	}
}
.navbar-default {
    background-color: transparent;
    border: 0;
}
.navbar {
	margin-bottom:0;
	border-radius: 0;
	top:0;
	position: fixed;
	width: 100%;
	height:auto;
    z-index: 1; 
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-default .navtabs > li > a {
    color: #FFF !important;
    transition: all 0.5s ease 0s;
    font-family: arial;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.jsmegamenu-box {
  color: #333;
  background: #fff;
  border-radius: 0;
  top: 50px !important;
  border:4px solid #d4120a;
  border-top:0;
  padding: 5px 0;
}
.navtabs .open a {
    margin-top: 5px;
    color: #000;
    padding: 10px 15px;
}
@media (max-width:767px) {  
	.navmenu-icons{
		display:none;
	}
	.hidden-sm {
    display: none !important;
	}
	.navmenucontainer {
    min-height: 10px;
    margin: 10px 0px;
	}
    	#slidemenu{
    display: none;
	}
	#game-selector{
	display: none;
}
}
@media (min-width:767px) {  
	.hidden-sm {
    display: block !important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.jsbrands-logo {
		margin-top:0px;
	}
     .navbar {
        position:relative;
        height: 45px;
        min-height: 45px;
    }
    .content-container-theme {margin-top: 0;}	
}
@media (max-width:1440px) {  
	.navmenu-icons img{
		width:48px;
		height:48px;
	}
	}
    */
/*Stand alone styles*/
.unity-install {
    content: url("Images/unity-install.png");
    width: 994px;
    height: 300px;
}
.sl-download1-img {
    content:url("Images/screenshot01.jpg");
    width:400px;
    height:200px;
}
.sl-download2-img {
    content:url("Images/screenshot02.jpg");
    width:400px;
    height:200px;
}
.sl-download3-img {
    content:url("Images/screenshot03.jpg");
    width:128px;
    height:128px;
}
.sl-download1
{
	/*float:left;*/ 
	/*width:450px;*/ 
	margin:0 2px 0 0; 
	border:2px solid #724710; 
	background-color: #fff;
}
.sl-download2
{
	/*float:left;*/ 
	/*width:450px;*/ 
	border:2px solid #724710; 
	background-color: #fff;
}

.sl-download3
{
	/*float:left;*/ 
	margin:20px auto 0 auto; 
	/*width:905px;*/ 
	border:2px solid #724710; 
	background-color: #fff;
}

.sl-note
{
	float:left; 
	margin:20px auto 0 auto; 
	width:925px; 
	background-color:#f0ad4e; 
	border:1px solid #eea236; 
	padding:5px 10px;
}

.sl-steps
{	 
	width:70px; 
	height:90px; 
	text-indent: -9999px; 
	position:relative; 
	top:-7px; 
	left:5px; 
	float:left;
}
.sl-step1
{
	background:url(Images/js-steps.png) -5px -5px no-repeat;
}

.sl-step2
{
	background:url(Images/js-steps.png) -80px -5px no-repeat; 
}

.sl-step3
{
	background:url(Images/js-steps.png) -155px -5px no-repeat; 
}
.content-container-theme-standalone {
	background:url(Images/JS-homepage-bg-spring.jpg) no-repeat top center /cover #000000 !important;
    height:auto !important;
}

.content-container-standalone {
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	min-width:1024px;
    background-color:white;
	max-width:1200px;
	height:auto !important;
	margin:0 auto;
    padding-top:45px;
}
/*Stand alone styles*/

.content-top {
	background:url(POM/Images/PoM-content-container.png) no-repeat 0 0;
	width:1001px;
	padding-top:55px;
	margin:0 auto;
}

.content-middle {
	background:url(POM/Images/PoM-content-middle.png) repeat;
	padding:0px 50px;
	overflow:hidden;
	text-align:left;
}

.content-bottom {
	background:url(POM/Images/PoM-content-container.png) no-repeat 0 -55px;
	width:1001px;
	height:47px;
    margin:0px auto
}

.option-cotainer {
	font-family:Arial, Helvetica, sans-serif;
    clear:both;
    width:1001px;
    margin:25px auto 0;
    text-align:center;
	color:#daf1fc;
}
.background {
    background:url(Images/standalone-login-bg.jpg) top center no-repeat #5CC5F2 !important;
	margin:0;
	padding:0;
}


.launch-button {
    background: url(Images/Penguins-play-now.png) no-repeat scroll 0% 0% transparent;
    width: 277px;
    height: 89px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
    margin: 5px auto 0;
}
.launch-button:hover {
	background-position:0 -89px;
}
.launch-button:active {
	background-position:0 -178px;
}
#arcticPromo {
    float: left;position: fixed;z-index: 1;width: 400px;height: 360px;top: 5%;left: 33%;
}
#arcticPromoClose {
    float: left; position: absolute; right: 80px; top: 50px; z-index: 1;
}