/* Order of Contents

1 RESET
2 GLOBAL
3 CONTAINER
4 HEADER
5 MAIN
6 FOOTER
7 MODALS

*/

/*******************************************
	4 HEADER
*******************************************/

#main-wrapper{
	background: url(../../img/home/background.jpg) 0 -44px repeat-x;
	display: none;
}

.rings{
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 500px;
	border-width: 150px;
	border-style: solid;
	position: absolute;
	left: 50%;
	top: -150px;
	margin-left: -400px;
	z-index: 15;
}

#ring-1{
	border-color: #80FFFB;
}

#ring-2{
	border-color: #4D99D0;
}

.character{
	display: block;
	position: absolute;
	z-index: 10;
}

#char-tennis{
	width: 446px;
	height: 492px;
	background: url(../../img/home/character-tennis.png);
	top: 120px;
	left: -50px;
	z-index: 14;
}

#char-bowling{
	width: 167px;
	height: 247px;
	background: url(../../img/home/character-bowling.png);
	top: 30px;
	left: 40px;
}

#char-golf{
	width: 182px;
	height: 271px;
	background: url(../../img/home/character-golf.png);
	top: 27px;
	left: 580px;
}

#char-baseball{
	width: 407px;
	height: 471px;
	background: url(../../img/home/character-baseball.png);
	top: 90px;
	left: 540px;
	z-index: 14;
}

#char-boxing{
	width: 305px;
	height: 316px;
	background: url(../../img/home/character-boxing.png);
	top: 60px;
	left: 750px;
}

header {


	height: 360px;
	overflow: hidden;



}

header h1 {
	width: 420px;
	height: 251px;
	background: url(../../img/home/sprite.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -210px;
	z-index: 20;
}

.inner-wrap{
	height: 360px;
}



header a.link-nintendo {
	display:block;
	width:81px;
	height:21px;
	background:url(../../img/sprite.png) no-repeat;
	position:absolute;
	left:0;
	top:20px;

}

header a.link-wiiu {
	display:block;
	width:92px;
	height:36px;
	background:url(../../img/sprite.png) 0 -32px no-repeat;
	position:absolute;
	right: 74px;
	top:20px;
}

body.home header a.link-wiiu {
	right: -2px;
	top: 15px;
}

header h2 {
	margin:20px 0 0 0;
	color: #0063b2;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size:20px;
	text-align:center;
	position:relative;
	left:-8px;
}

#intro-video-container {
	width:817px;
	height:460px;
	position: absolute;
	z-index: 80;
	top: 44px;
	left: 50%;
	border: 2px solid #87d8e4;
	border-bottom: none;
	display: none;
	background: #000;
	margin-left: -415px;
}

#intro-video-container .close-btn {
	height: 19px;
	width: 51px;
	background: #CCC;
	color: #FFF;
	text-align: center;
	position: absolute;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	padding: 14px 0 19px 0;
	font-size: 24px;
	right: 7px;
	top: 7px;
	z-index:999999999;
}


#intro-video-container object {

}

/*******************************************
	5 MAIN
*******************************************/

#main {
	width:100%;
	min-height: 570px;
}



#slider {
	width:100%;

	height:75px;
	overflow:hidden;
	background:url(../../img/home/slide.jpg) repeat-x;
	margin:0 auto;
	border-top:8px solid #02097b;
}

.video-callout {
	position:absolute;
	z-index:15;
	display:block;
	width:188px;
	height:134px;
	background:url(../../img/home/sprite.png) -26px -344px no-repeat;
	top: 357px;
	left: 50%;
	margin-left: -422px;
	text-decoration:none;
	display: none;
}

.video-callout span {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	margin: 109px auto 0 auto;
	display: block;
	font-family: Montserrat;
}

.video-callout span:after {
	content:'';
	display:inline-block;
	width:8px;
	height:13px;
	margin:0 0 0 7px;
	position:relative;
	background:url(../../img/icon-arrow-active.png) no-repeat;
	top:2px;

}



#main nav {
	width: 845px;
	height: 222px;
	margin: 20px auto 0 auto;
	position:relative;
	z-index:100;
}

#main nav a {
	display:block;
	float:left;
	margin: 0 0 6px;
	position:relative;
	text-decoration:none;


}

#main nav a.second-row {
	margin:-4px 1px 6px;
}

#main nav a.second-row.new .bouncy-button:after {
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
	background:url(../../img/home/sprite.png) -461px -3px no-repeat;
	height:54px;
	width:54px;
}

#main nav a span.text {
	text-decoration:none;
	color:#005bb4;
	display:block;
	position:absolute;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 19px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
#main nav a span.text  {
 -webkit-text-stroke: 0.3px;
 text-shadow:0 0 1px #91C0EE;
}

#main nav a.golf-other span.text  {
 -webkit-text-stroke: 0px;
 text-shadow:0 0 0 #91C0EE;
}


}

/* Safari only override */
::i-block-chrome, header nav a span, #main nav a span.text  {
 -webkit-text-stroke: 0;
 text-shadow:none;
}


#main nav a span.bouncy-button {
	position:absolute;
	top:0;
	left:0;
}

#main nav a.about {
	width: 263px;
	height: 64px;
	top:0;
}

#main nav a.about span.bouncy-button {
	width: 263px;
	height: 64px;
	background:url(../../img/home/sprite.png) -788px -14px no-repeat;
}

#main nav a.about:hover span.bouncy-button {
	background:url(../../img/home/sprite.png) -788px -90px no-repeat;

}

nav a.about span.text {
	top: 23px;
	left: 26px;
}

#main nav a.online {
	width: 263px;
	height: 71px;
	position: relative;
	top: 0px;
	margin: -6px 26px 0 26px;
}

#main nav a.online span.bouncy-button {
	background:url(../../img/home/sprite.png) -788px -167px no-repeat;
	width: 263px;
	height: 71px;
}


#main nav a.online:hover span.bouncy-button {
	background:url(../../img/home/sprite.png) -788px -250px no-repeat;
}

nav a.online span.text {
	top: 30px;
	left: 110px;


}

#main nav a.ways-to-play {
	width: 263px;
	height: 79px;
	position: relative;
	margin-top:-11px;
	margin-bottom: 12px;


}

#main nav a.ways-to-play span.bouncy-button {
	background: url(../../img/home/sprite.png) -788px -332px no-repeat;
	width: 263px;
	height: 78px;


}

#main nav a.ways-to-play .text {
	top: 33px;
}

#main nav a.ways-to-play:hover span.bouncy-button {
	background:url(../../img/home/sprite.png) -788px -421px no-repeat;

}

nav a.ways-to-play span.text {
	top: 24px;
	left: 93px;

}



#main nav a.tennis {
	width: 167px;
	height: 146px;
	top:0;
}

#main nav a.tennis span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) 0 0 no-repeat;
	width: 167px;
	height: 146px;
}

#main nav a.tennis:hover span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) 0 -146px no-repeat;
}

#main nav a.bowling {
	width: 167px;
	height: 146px;
	position: relative;
	top: 0px;

}

#main nav a.bowling span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -171px 0 no-repeat;
	width: 167px;
	height: 146px;
}

#main nav a.bowling:hover span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -171px -146px no-repeat;
}

#main nav a.golf {
	width: 167px;
	height: 146px;
	position: relative;
	top: 0px;
}

#main nav a.golf span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -342px 0 no-repeat;
	width: 167px;
	height: 146px;
}

#main nav a.golf:hover span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -342px -146px no-repeat;
}

#main nav a.baseball {
	width: 167px;
	height: 146px;
	position: relative;
	top: 0px;
}

#main nav a.baseball span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -513px 0 no-repeat;
	width: 167px;
	height: 146px;
}

#main nav a.baseball:hover span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -513px -146px no-repeat;
}

#main nav a.boxing {
	width: 167px;
	height: 146px;
	position: relative;
	top: 0px;
}

#main nav a.boxing span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -684px 0 no-repeat;
	width: 167px;
	height: 146px;
}

#main nav a.boxing:hover span.bouncy-button {
	background:url(../../img/home/home-updates-sprite.png) -684px -146px no-repeat;
}



#features-box {
	width: 845px;
	height: 232px;
	background: url(../../img/home/sprite.png) -23px -726px no-repeat;
	margin: 0 auto;
	position: relative;

}

#features-box .bottom {
	width:845px;
	height:30px;
	background:url(../../img/home/sprite.png) -23px -958px no-repeat;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left:0;

}




#features-box .left {
	padding: 26px 0 26px 30px;
	float:left;
}

#features-box .feature {
	float: left;
	margin: 0 20px 0 0;
	height: 189px;
	z-index: 10;
	position: relative;
}

#features-box .picture {
	width:210px;
	height:129px;
}

#features-box .feature h3 {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	-webkit-transform: translate3d(0, 0, 0);
	color:#242424;

}

/* Implement in chrome and cancel in Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
#features-box .feature h3  {

text-shadow: 0px 0px 1px #E6CACA;
}}

/* Safari only override */
::i-block-chrome, #features-box .feature h3  {
 text-shadow: 0px 0px 1px #E6CACA;

}

#features-box .feature a {
	display: block;
	text-decoration: none;
	color: #00b4ec;
	font-size: 14px;
	position: absolute;
	bottom: -5px;
	width: 212px;
	height: 20px;
	z-index: 10;

}

#features-box .feature a.no {
	position: static;
	height:auto;
	width:auto;

}

#features-box .feature a.no:after {
	display:none;
}

#features-box .feature a:after {
	content:'';
	margin:0 0 0 12px;
	position:relative;
	top:0px;
	height:12px;
	width:12px;
	display:inline-block;
	background:url(../../img/icon-arrow-small.jpg) no-repeat;
}


#features-box .feature-1 .picture {
	background:url(../../img/home/sprite.png) -23px -587px no-repeat;
}

#features-box .feature-2 {
	border-right: 1px solid #d9d9d9;
	padding: 0 20px 0 0;
}

#features-box .feature-2 .picture {
	background:url(../../img/home/sprite.png) -254px -587px no-repeat;
}


#features-box .right {
	padding: 26px 0 26px 0;
	float:left;
}

#features-box .eshop-logo {
	margin: 0 auto 6px auto;
	width: 237px;
	height: 40px;
	background: url(../../img/home/sprite.png) -461px -66px no-repeat;
}


#features-box .eshop {
	width: 137px;
	height: 63px;
	background: url(../../img/home/sprite.png) -464px -70px no-repeat;
	float: left;
	margin: 34px 33px 0 18px;

}

#features-box .more-info {
	text-align: center;
	margin: 0 0 0 0;
	width: 304px;
	height: 200px;

}

#features-box .more-info .eshop-top-logo {
	width:163px;
	height:29px;
	background:url(../../img/home/sprite.png) -455px -235px no-repeat;
	margin: 0 auto;
}

#features-box .more-info h3 {
	color: #0049aa;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0 4px 0;

}

#features-box .more-info h2 {
	color: #0049aa;
	font-weight: bold;
	font-size: 30px;
	-webkit-text-stroke: 0.3px;
	text-shadow: 0 0 1px #91C0EE;

}

#features-box .more-info p {
	color: #535353;
	font-size: 13px;
	line-height: 14px;
	margin: 16px auto 17px auto;
	width: 260px;
}

#features-box .more-info .inline-eshop-logo {
	display: inline-block;
	width: 141px;
	height: 20px;
	background: url(../../img/home/sprite.png) -464px -211px no-repeat;
	margin: 9px 0 0 10px;
	position: relative;
	top: 4px;
}

#features-box .more-info a {
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../../img/home/sprite.png) -485px -146px no-repeat;
	height: 30px;
	width: 262px;
	text-decoration: none;
}

#features-box .more-info a span {
	text-decoration: none;
	font-weight: bold;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	color: #FFF;
	position: absolute;
	left: 40px;
	top: 8px;
}


