/*    BROWSER RESETS    */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border: 0;
}

a{
	text-decoration: none;
}

a:hover{
	color: #cb1976;
}

/* HTML 5 COMPATABILITY */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
    display:block;
}

/*   ANGULAR JS RULES   */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

/* GLOBAL RULES */
body{
	background: url('../images/ui/bg-tile.jpg') 50% 0;
	max-width: 100%;
	overflow-x: hidden;
}

body.menu-open{
	overflow-y: hidden;
}

header{
	background: rgba(38,202,211,.56);
	height: 45px;
	width: 100%;
	margin-bottom: 130px;
}

header .logo{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	background: url('../images/ui/logo.png');
	width: 294px;
	height: 170px;
	text-indent: -999%;
}

header .tagline{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -180px;
	margin-top: 60px;
	background: url('../images/ui/tagline.png');
	width: 462px;
	height: 46px;
	text-indent: -100%;
}

.menu-btn{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 440px;
	margin-top: 50px;
	background: url('../images/ui/menu-btn-sprite.png');
	width: 72px;
	height: 72px;
	text-indent: -100%;
	cursor: pointer;
}

.menu-btn:hover{
	background-position: 0 100%;
}

.country-select-btn{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 230px;
	margin-top: 5px;
	background: url('../images/ui/country-icons-sprite.png');
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.country-select-wrapper{
	width: 150px;
	position: absolute;
	left: -85px;
	overflow: hidden;
}

.country-select-btn select{
	background: none;
	border: none;
	width: 170px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: -9999%;
	opacity: 0.0;
}

.country-select-btn select::-ms-expand{
    display: none;
}

.country-select-btn select::after{
	background: none;
	border: none;
	content: '';
}

.country-select-btn::before{
	content: 'Country';
	font-family: 'Karla', Arial, sans-serif;
	font-size: 16px;
	position: absolute;
	left: -75px;
	top: 6px;
}

.country-select-btn::after{
	content: '';
	background: url('../images/ui/arrow-down.png');
	width: 14px;
	height: 11px;
	position: absolute;
	left: 40px;
	top: 13px;
}

.country-select-btn.en-us,
.country-select-btn.es-us{
	background-position: 0 0;
}

.country-select-btn.en-uk{
	background-position: 0 -100%;
}

.country-select-btn.nl-be{
	background-position: 0 -200%;
}

.country-select-btn.en-ca,
.country-select-btn.fr-ca{
	background-position: 0 -300%;
}

.country-select-btn.zh-cn{!
	background-position: 0 -400%;
}

.country-select-btn.da-dk{
	background-position: 0 -500%;
}

.country-select-btn.fi-fl{
	background-position: 0 -600%;
}

.country-select-btn.fr-fr{
	background-position: 0 -700%;
}

.country-select-btn.nl-nl{
	background-position: 0 -800%;
}

.country-select-btn.nn-no{
	background-position: 0 -900%;
}

.country-select-btn.es-es{
	background-position: 0 -1000%;
}

.country-select-btn.sv-se{
	background-position: 0 -1100%;
}

.country-select-btn.en-uk{
	background-position: 0 -1200%;
}

.overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000;
	opacity: 0;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.overlay.active{
	display: block;
	opacity: 0.6;
}

#menu{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 1700px;
	margin-top: -1700px;
	background: url('../images/ui/menu-bg-tile.jpg') 50% 0;
	z-index: 100;
	text-align: center;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

#menu.menu-open{
	margin-top: 0px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

main.menu-open{
	height: 100%;
}

#menu .logo,
#menu .tagline{
	position: relative;
	display: block;
	margin: 10px auto;
}

#menu nav{
	position: relative;
	display: block;
	margin: 40px auto 0;
}

#menu nav a{
	position: relative;
	display: block;
	margin: 0px auto;
	background: url('../images/ui/nav-sprite.png');
	width: 400px;
	height: 130px;
	text-indent: -1000%;
	cursor: pointer;
}

#menu nav a.app{
	background-position: 0 0;
}

#menu nav a.ciy{
	background-position: -100% 0;
}

#menu nav a.videos{
	background-position: -200% 0;
}

#menu nav a.about{
	background-position: -300% 0;
}

#menu nav a.news{
	background-position: -400% 0;
}

#menu nav a.wtb{
	background-position: -500% 0;
}

#menu nav a.subscribe{
	background-position: -600% 0;
}

#menu nav a.home{
	background-position: -700% 0;
}

#menu nav a.app:hover{
	background-position: 0 -100%;
}

#menu nav a.ciy:hover{
	background-position: -100% -100%;
}

#menu nav a.videos:hover{
	background-position: -200% -100%;
}

#menu nav a.about:hover{
	background-position: -300% -100%;
}

#menu nav a.news:hover{
	background-position: -400% -100%;
}

#menu nav a.wtb:hover{
	background-position: -500% -100%;
}

#menu nav a.subscribe:hover{
	background-position: -600% -100%;
}

#menu nav a.home:hover{
	background-position: -700% -100%;
}

.social-links{
	width: 320px;
	height: 80px;
	margin: 40px auto;
	position: relative;
}

.social-links li{
	display: block;
	position: relative;
	background: url('../images/ui/social-icons-btn-sprite.png');
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-indent: -1000%;
	float: left;
	cursor: pointer;
}

.social-links li.youtube{
	background-position: 0 0;
}

.social-links li.facebook{
	background-position: -100% 0;
}

.social-links li.twitter{
	background-position: -200% 0;
}

.social-links li.instagram{
	background-position: -300% 0;
}

.social-links li.youtube:hover{
	background-position: 0 -100%;
}

.social-links li.facebook:hover{
	background-position: -100% -100%;
}

.social-links li.twitter:hover{
	background-position: -200% -100%;
}

.social-links li.instagram:hover{
	background-position: -300% -100%;
}

.close-btn{
	background: url('../images/ui/close-btn-sprite.png');
	width: 72px;
	height: 72px;
	text-indent: -1000%;
	cursor: pointer;
}

#menu .close-btn{
	position: absolute;
	right: 24px;
	top: 24px;
}

.sister-links{
	position: relative;
	margin: 0 auto 40px;
}

.sister-links li{
	background: url('../images/ui/sister-links-sprite.png');
	width: 110px;
	height: 80px;
	display: inline-block;
	text-indent: -9999px;
}

.sister-links li a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.sister-links li.projectmc2{
	background-position: 0 0;	
}

.sister-links li.lalaloopsy{
	background-position: -100% 0;	
}

.sister-links li.lalaloopsygirls{
	background-position: -200% 0;	
}

.sister-links li.littletikes{
	background-position: -300% 0;	
}

.sister-links li.mgaentertainment{
	background-position: -400% 0;	
}

.sister-links li.moxiegirlz{
	background-position: -500% 0;	
}

.sister-links li.zapfcreation{
	background-position: -600% 0;	
}

.sister-links li.mooshka, .sister-links li.numnoms{
	background-position: -700% 0;	
}

.sister-links li.projectmc2:hover{
	background-position: 0 -100%;
}

.sister-links li.lalaloopsy:hover{
	background-position: -100% -100%;
}

.sister-links li.lalaloopsygirls:hover{
	background-position: -200% -100%;
}

.sister-links li.littletikes:hover{
	background-position: -300% -100%;
}

.sister-links li.mgaentertainment:hover{
	background-position: -400% -100%;
}

.sister-links li.moxiegirlz:hover{
	background-position: -500% -100%;
}

.sister-links li.zapfcreation:hover{
	background-position: -600% -100%;
}

.sister-links li.mooshka:hover, .sister-links li.numnoms:hover{
	background-position: -700% -100%;
}

#menu p, .info-links, .info-links a{
	color: #aa7fcf;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 16px;
}

.info-links{
	position: relative;
	margin: 0px auto 40px;
}

.info-links li{
	display: inline-block;
}

.close-btn:hover{
	background-position: 0 100%;
}

#interstitial-wrapper {
	background-image: url("../images/ui/interstitial-bg.png");
	display: block;
	position: fixed;
	width: 746px;
	height: 446px;
	top: -446px;
	left: 50%;
	margin: -180px 0 0 -373px;
	z-index: 102;
	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	-ms-transition: top .5s ease-out;
	-o-transition: top .5s ease-out;
	transition: top .5s ease-out;
}

#interstitial-wrapper.open{
	top: 50%;
	-webkit-transition: top 1s ease-in;
	-moz-transition: top 1s ease-in;
	-ms-transition: top 1s ease-in;
	-o-transition: top 1s ease-in;
	transition: top 1s ease-in;
}

#interstitial img{
	display: block;
	margin: 0 auto;
	position: relative;
	margin: -80px auto 80px;
	width: 41%;

}

#interstitial span{
	display: block;
	position: relative;
	clear: both;
	float: left;
  	width: 80%;
  	margin-left: 8%;
  	color: black;
  	font-size: 23px;
  	font-family: 'Karla', Arial, sans-serif;
  	text-align: center;

}

.cancel {
	background-image: url("../images/ui/cancel-btn-sprite.png");
	position: relative;
	display: block;
	float: left;
	width: 170px;
	height: 51px;
	margin-top: 20px;
	margin-left: 50px;
	cursor: pointer;
}

.agree {
	background-image: url("../images/ui/agree-btn-sprite.png");
	position: relative;
	display: block;
	float: left;
	width: 170px;
	height: 51px;
	margin-left: 265px;
	margin-top: 20px;
	cursor: pointer;
}

.cancel:hover, .agree:hover {
	background-position: 0 100%;
}

/*
Drop Down Controller CSS
*/

#filter-dropdown{
	
/*    border: 1px solid red;

*/  height: 43px;
    left: 14px;
    position: relative;
    top: 80px;
    width: 215px;

}

#label {
  font-size: 22px;
  /* left: 17px; */
  position: relative;
  /* top: 20px; */
  display: block;
  height: 40px;
  width: 91%;
  cursor: pointer;
  padding-top: 11px;
  text-align: center;
  color: white;
}

#filter-dropdown ul{
	height: auto;
	position: relative;
    width: 211px;
    z-index: 99;
    margin: 0;
}

#filter-dropdown ul{
    background-image: url("../images/ui/dropdown-bg.png");
    background-repeat: no-repeat;
	display: block;
    height: 54px;
    position: relative;
    width: 215px;
    color: #456f83;

}

#filter-dropdown li {
  background-color: white;
  display: block;
  height: 34px;
  position: relative;
  top: -6px;
  width: 265px;
  cursor: pointer;
  border-bottom: 3px solid #FF9A66;
}

.filter-dropdown li.on{
	display: block !important;
}


.filter-dropdown li.off{
	display: none !important;
}


.dropdowntext {
  font-size: 22px;
  left: 10px;
  position: relative;
  top: 4px;
}

.dropdowntext:hover{
	color: #81b96e;
}


/*
Drop Down Controller CSS
*/

/*PAGINATION*/
.pagination {
	background: url('/scripts/global/images/videos/pagination-bg.png');
    height: 62px;
    position: relative;
    width:286px;
    margin:0 auto;
    clear:both;
}

.pagination {
    clear: both;
    text-align: center;
    width: auto;
    line-height: 62px;
}


.pagination button.prev-btn{
    float:left;
    left: -5px;
    top: -5px;
}
.pagination button, .carousel button {
    border: medium none;
    cursor: pointer;
    height: 35px;
    text-indent: -9999px;
    width: 35px;
}

.pagination > ul {
    display: inline-block;
    margin: 0 auto;
}

.pagination li span{
	font-size: 28px;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
   	font-family: 'Boogaloo', cursive;
}
.pagination li span{
	color: #FEB38A
}
.pagination li span.active{
	color:#EF4E23;
}

ol, ul {
    list-style: outside none none;
}

.pagination button.next-btn{
    float:right;
    left: 5px;
    top: -5px;
}
.pagination button{
	position:relative;
    border: none;
    cursor: pointer;
    height: 65px;
    text-indent: -9999px;
    width: 65px;
    background: none;
}

.carousel .prev-btn, .carousel .next-btn{
	position:absolute;
	top:100px;
}

.carousel ul{
	display: inline-block;
}


.carousel span.control{
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #FF9A66;
	float:left;
	margin:0 6px;
	cursor: pointer;
}

.carousel span.active{
	height:11px;
	width:11px;
	border: 2px solid #DF3F7B;
	background: #EC83B5
}

#country-select-wrapper {
	background-image: url("../images/ui/country-select-bg-coming-soon.png");
	display: block;
	position: fixed;
	width: 943px;
	height: 567px;
	top: -543px;
	left: 50%;
	margin: -271px 0 0 -471px;
	z-index: 102;
	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	-ms-transition: top .5s ease-out;
	-o-transition: top .5s ease-out;
	transition: top .5s ease-out;
}

#country-select-wrapper.open{
	top: 50%;
	-webkit-transition: top 1s ease-in;
	-moz-transition: top 1s ease-in;
	-ms-transition: top 1s ease-in;
	-o-transition: top 1s ease-in;
	transition: top 1s ease-in;
}

#country-select-wrapper:before{
	content: '';
	background: url('../images/ui/country-select-stickers.png');
	width: 935px;
	height: 639px;
	position: absolute;
	z-index: 5;
}

#country-select-wrapper .close-btn{
	position: absolute;
	right: -60px;
	top: -110px;
}

.select-country-title{
	position: absolute;
	left: 220px;
	top: -130px;
}

#country-select-wrapper ul{
	position: relative;
	width: 750px;
	height: 100%;
	padding: 100px 0px 100px 180px;
	z-index: 10;
}

#country-select-wrapper ul li{
	float: left;
	width: 250px;
	position: relative;
	padding: 20px 0;
}

#country-select-wrapper ul li::before{
	content: '';
	background: url('../images/ui/country-select-icons-sprite.png');
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 0px;
	left: -90px;
}

#country-select-wrapper ul li a{
	font-family: 'Karla', Arial, sans-serif;
	color: black;
	font-weight: bold;
}

#country-select-wrapper ul li a p.country{
	font-size: 20px;
}

#country-select-wrapper ul li a p.language{
	font-size: 16px;
}

#country-select-wrapper ul li.en-au::before{
	background-position: 100% 0;
}

#country-select-wrapper ul li.en-au::before:hover{
	background-position: 0% 0;
}

#country-select-wrapper ul li.nl-be::before{
	background-position: 100% -100%;
}

#country-select-wrapper ul li.nl-be::before:hover{
	background-position: 0% -100%;
}

#country-select-wrapper ul li.pt-br::before{
	background-position: 100% -200%;
}

#country-select-wrapper ul li.pt-br::before:hover{
	background-position: 0% -200%;
}

#country-select-wrapper ul li.en-ca::before,
#country-select-wrapper ul li.fr-ca::before{
	background-position: 100% -300%;
}

#country-select-wrapper ul li.en-ca::before:hover,
#country-select-wrapper ul li.fr-ca::before:hover{
	background-position: 0% -300%;
}

#country-select-wrapper ul li.es-es::before{
	background-position: 100% -400%;
}

#country-select-wrapper ul li.es-es::before:hover{
	background-position: 0% -400%;
}

#country-select-wrapper ul li.fr-fr::before{
	background-position: 100% -500%;
}

#country-select-wrapper ul li.fr-fr::before:hover{
	background-position: 0% -500%;
}

#country-select-wrapper ul li.it-it::before{
	background-position: 100% -600%;
}

#country-select-wrapper ul li.it-it::before:hover{
	background-position: 0% -600%;
}

#country-select-wrapper ul li.nl-nl::before{
	background-position: 100% -700%;
}

#country-select-wrapper ul li.nl-nl::before:hover{
	background-position: 0% -700%;
}

#country-select-wrapper ul li.ru-ru::before{
	background-position: 100% -800%;
}

#country-select-wrapper ul li.ru-ru::before:hover{
	background-position: 0% -800%;
}

#country-select-wrapper ul li.en-uk::before{
	background-position: 100% -900%;
}

#country-select-wrapper ul li.en-uk::before:hover{
	background-position: 0% -900%;
}

#country-select-wrapper ul li.en-us::before{
	background-position: 100% -1000%;
}

#country-select-wrapper ul li.en-us::before:hover{
	background-position: 0% -1000%;
}

/* 
	Global Subscribe
*/

#subscribe{
	background: url('/scripts/global/images/ui/subscribe/subscribe-bg.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	position:fixed;
	font-size: 18px;
    height: 556px;
    left: 50%;
    margin: -278px 0 0 -425px;
    position: fixed;
    top: -638px;
    width: 850px;
    z-index: 100;
    
}

#subscribe.open{
	top: 50%;
	-webkit-transition: top 1s ease-in;
	-moz-transition: top 1s ease-in;
	-ms-transition: top 1s ease-in;
	-o-transition: top 1s ease-in;
	transition: top 1s ease-in;
}

#subscribe-btn{
	cursor: pointer;
}

#subscribe .label-wrapper{
	float:left;
	z-index:1000000;
}

#subscribe .drop-down{
    margin: 0 auto;
    position: relative;
    width: 432px;
}

#subscribe button{
	border:none;
	width:155px;
	height:49px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	margin:0 auto;
}

#subscribe .birthdate-wrapper{
	margin-top: 230px;
    text-align: center;
}

#subscribe .birth-error{
	display: block;
    height: 25px;
    margin-top: 10px;
    clear:both;
}

#subscribe .optinError{
	display:block;
	height:20px;
	text-align: center;
}

#subscribe-option{
	left: 55px;
    position: relative;
}

#subscribe .birthdate-wrapper .drop-down label select{
	width:130px;
	height:32px;
}

#subscribe .birthdate-wrapper .drop-down label{
	margin:7px;
}

#subscribe .birthdate-wrapper button{
	margin-top:50px;
}

#subscribe .birthdate-wrapper h1{
	font-size: 1.3em;
    margin: 10px;
}

#subscribe .optin{
	margin: 150px auto;
    width: 633px;
}

#subscribe .optin.complete, #subscribe .optin.coppa{
	text-align: center;
}

#subscribe .optin .subscribe-email p{
	text-align: center;
}

#subscribe .optin input.email{
	display: block;
    margin: 0 auto;
    width: 200px;
    font-size: 14px;
    height: 25px;
}

#subscribe .option{
	margin-bottom: 10px;
	width: inherit;
	clear:both;
}

#subscribe .option input{
	float:none;
	margin-left:10px;
	margin-top: 7px;
}

#subscribe .option span{
	float:right;
	width:600px;
	margin-left:10px;
	clear:both;
}

#subscribe .birthdate-wrapper button.confirm{
	background: url('/scripts/global/images/ui/subscribe/confirm-btn-sprite.png');
    position: relative;
    height:50px;
    width:170px;

}

#subscribe .birthdate-wrapper button.confirm:hover, #subscribe button.close-sprite-btn:hover{
	background-position: 100% 0;
}

#subscribe .optin button.submit{
	background: url('/scripts/global/images/ui/subscribe/submit-btn-sprite.png');
	height:50px;
    width:170px;
}

#subscribe .optin button.submit:hover, 
#subscribe .birthdate-wrapper button.confirm:hover, 
#subscribe button.close-sprite-btn:hover,
#subscribe button.close:hover{
	background-position: 0 100%;
}

#subscribe .optin-field{
	position:relative;
}

#subscribe .optin-field h1{
	font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}

#subscribe button.close{
	background: url('/scripts/global/images/ui/close-btn-sprite.png');
	position:absolute;
	top:0;
	right:0;
	width:72px;
	height:72px;
	cursor: pointer;
}

#subscribe button.close-sprite-btn{
	background: url('/scripts/global/images/ui/close-text-btn-sprite.png');
	margin-top: 60px;
	width:170px;
	height:50px;
}

#subscribe .complete p{
	line-height: 34px;
}

#subscribe .optin.complete{
	margin:200px auto;
}

#subscribe select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow:0 2px 0 #d8006c, 0 -1px #fff inset;
    background: #f8f8f8;
     color: #d8006c;
    border: 2px solid #d8006c;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;

    position:relative;
}

#subscribe label {position:relative}
#subscribe label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    color: #d8006c;
}

#subscribe label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    color: #d8006c;
}

/* Buttons */
.pink-arrow-btn button{
	background: url('/scripts/global/images/ui/arrows-pink-btn-sprite.png');
	width:62px;
	height:62px;
}

.pink-arrow-btn button.prev-btn{
	background-position: 0 0;
}

.pink-arrow-btn button.prev-btn:hover{
	background-position: 0 100%;
}
	
.pink-arrow-btn button.next-btn{
	background-position: 100% 0;
}

.pink-arrow-btn button.next-btn:hover{
	background-position: 100% 100%;
}	

.cl-both{
	clear:both;
}

.fl-left{
	float:left;
}

.fl-right{
	float:right;
}

.hidden{
	display:none;
}

footer{
	display: block;
	position: relative;
	height: 100px;
	width: 600px;
	text-align: center;
	margin: 60px auto;
}

footer p, footer .info-links, footer .info-links a{
	color: black;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 16px;
}

footer p{
	display: inline-block;
}

footer .info-links a:hover{
	color: #cb1976;
}

footer .info-links{
	position: relative;
	margin: 0px auto 40px;
}

footer .info-links li{
	display: inline-block;
}

/*  SPINNERS */
.spinner {
  margin: 5px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


@media (max-width: 1024px) {
	body.subscribe-open{
		overflow: hidden;
		position:fixed;
		width:100%;
	}

	#subscribe.open{
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	header .logo{
		margin-left: -384px;
	}

	header .tagline{
		margin-left: -80px;
		width: 369.6px;
		height: 36.8px;
		background-size: 100%;
	}

	.menu-btn{
		margin-left: 312px;
	}

	#menu{
		height: 1780px;
		margin-top: -1780px;
	}

	main.menu-open{
		height: 100%;
	}

	#subscribe{
		background-size: 100% 100%;
	    height: auto;
	    margin-left: -42%;
	    overflow: hidden;
	    width: 80%;
	    margin-top: -25%;
	  	height: 480px;
	    background-repeat: none;
	}

	#subscribe .birthdate-wrapper {
    	margin-top: 180px;
    }

	#subscribe .optin-field h1 {
	    font-size: 30px;
	    font-weight: bold;
	    padding-bottom: 2px;
    	padding-top: 20px;
	}

	#subscribe .option {
    	margin: 5px auto;
	}

	#subscribe-option{
		left: 0;
	}

	#subscribe .optin input.email {
		height:20px;
	}

	#subscribe .optin {
 	   margin: 130px auto;
 	   width:80%;
	}


	#subscribe .option, #subscribe .optinError {
    	font-size: 16px;
    }

    #subscribe .optin.complete {
    	margin: 25% auto;
	}

	#subscribe .complete p {
    	line-height: 26px;
	}

	#subscribe button.close-sprite-btn {

	    margin-top: 10px;

	}

	#subscribe-option {
	    margin: 0 auto;
	    width: 90%;
	}
	#subscribe .option span {
		width:90%;
	}

	#country-select-wrapper {
		background-image: url("../images/ui/country-select-bg-coming-soon-med.png");
		width: 760px;
		height: 457px;
		top: -543px;
		left: 50%;
		/*margin: -228px 0 0 -380px;*/
		margin: -169px 0 0 -380px;
	}

	#country-select-wrapper:before{
		display: none;
	}

	.select-country-title{
		left: 50%;
		margin-left: -257px;
	}

	#country-select-wrapper .close-btn{
		right: 0px;
	}

}

@media(max-width: 768px){

	#subscribe{
		background: url('/scripts/global/images/ui/subscribe/subscribe-bg-med.png');
		background-size: 100% 100%;
		margin-left: -42%;
    	margin-top: -36%;
    	height: 425px;
	}

	#subscribe-option {
	    width: 100%;
	}

	#subscribe .option {
	    font-size: 14px;
	}

	#subscribe .birthdate-wrapper button {
    	margin-top: 0;
	}

	#subscribe .optin button.submit{
		background-size: 100% auto;
		background-repeat: none;
		width:120px;
		height:35px;
	}

	#subscribe .optin button.submit:hover, #subscribe .birthdate-wrapper button.confirm:hover{
		background-position: 0 0px;
	}

	#subscribe .option {
	    margin: 0 auto;
	}


}

@media (max-width: 767px) {
	body.subscribe-open.ipod{
		overflow:scroll !important;
		position:relative;
		height:100%;
	}


	header{
		margin-bottom: 330px;
	}

	header .logo{
		margin-top: 170px;
		margin-left: -147px;
	}

	header .tagline{
		margin-top: 340px;
		margin-left: -115px;
		width: 231px;
		height: 23px;
		background-size: 100%;
	}

	.menu-btn{
		margin-left: -36px;
		margin-top: 65px;
	}

	.country-select-btn{
		margin-left: -20px;
	}

	.country-select-btn::before{
		display: none;
	}

	#menu .close-btn{
		position: relative;
		right: auto;
		top: auto;
		margin: 20px auto;
	}

	#menu{
		height: 1780px;
		margin-top: -1780px;
		z-index: 104;
	}

	main.menu-open{
		height: 100%;
	}

	#menu .tagline{
		width: 300px;
	}

	#menu nav a{
		width: 280px;
		height: 91px;
		background-size: 800%;
	}

	#menu p, .info-links, .info-links a{
		font-size: 12px;
	}

	#interstitial-wrapper {
		background-image: url("../images/ui/interstitial-bg-sm.png");
		position: absolute;
		width: 296px;
		height: 877px;
		top: 50px;
		left: 50%;
		margin: 0 0 0 -148px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	#interstitial-wrapper.open{
		display: block;
		top: 50px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	#interstitial img{
		display: block;
		margin: 0 auto;
		position: relative;
		margin: -40px auto 180px;
		width: 80%;
	}

	#interstitial span{
		float: none;
		margin: 30px auto;
	  	font-size: 24px;
	}

	.cancel {
		float: none;
		margin: 20px auto;
	}

	.agree {
		float: none;
		margin: 20px auto;
	}

	#subscribe{
		margin-left: -42%;
    	margin-top: -28%;
    	height:425px;
	}

	#subscribe.ipod.open{
		position:absolute;
		top:15%;
	}

	#subscribe.android select, 
	#subscribe.ipod select{
		font-size: 10px;
		
	}
	

	#subscribe.android, #subscribe.ipod{
		height:425px;
		margin-top:-165px;
	}

	#subscribe.ipod .complete p{
		line-height: 16px;
	}	

	#subscribe.ipod .optin {
    	margin: 125px auto;
	}

	#subscribe.android .optin-field h1, 
	#subscribe.ipod .optin-field h1{
		padding-top:15px;
		font-size:14px;
	}

	#subscribe.android .birthdate-wrapper button.confirm, 
	#subscribe.ipod .birthdate-wrapper button.confirm {
    	margin-top: 0;
	}

	
	#subscribe.android .option span,
	#subscribe.ipod .option span {
		width:83%;
		font-size:14px;
	}

	#subscribe .coppa{
		margin:200px auto !important;
	}


	#subscribe .optin.complete {
    	margin: 140px auto;
    	font-size:14px;
	}

	#subscribe .birthdate-wrapper {
   		margin-top: 140px;
   	}

   	#subscribe .optin-field h1 {
	    padding-top: 45px;
	    font-size:20px;
	}

	#subscribe .optin {
    	margin: 115px auto;
	}

	#subscribe .optin {
    	margin: 100px auto;
	}

	#subscribe .option input {
    	float: none;
    	margin-left: 8%;
   	}

   	#subscribe .option span {
	    float: right;
	}

	#subscribe .option {
    	font-size: 14px;
	}

	#subscribe .option span {
		width:85%;
	}


	#subscribe .option {
	    margin: 0 auto;
	}

	#subscribe .complete p{
		line-height: 24px;
	}

	#subscribe .optin.complete{
		margin:160px auto;
	}

	#subscribe button.close-sprite-btn{
		margin-top: 0px;
	}


	#subscribe .drop-down {
		width: 372px;
	}
	
	#subscribe .birthdate-wrapper button.confirm {
	    margin-top: 20px;
	}

	#subscribe .birthdate-wrapper .drop-down label select {
	    width: 110px;
	}


	#country-select-wrapper {
		background-image: url("../images/ui/country-select-bg-coming-soon-sm.png");
		position: absolute;
		width: 296px;
		height: 1368px;
		top: -1368px;
		left: 50%;
		margin: 0px 0 100px -148px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	#country-select-wrapper.open{
		top: 140px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: block;
	}

	.country-select-wrapper{
		left: -55px;
	}

	#country-select-wrapper .select-country-title{
		width: 320px;
	}

	#country-select-wrapper:before{
		display: none;
	}

	.select-country-title{
		left: 50%;
		margin-left: -150px;
		top: -110px;
	}

	#country-select-wrapper .close-btn{
		right: -30px;
		top: -30px;
	}

	footer{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	footer p, footer .info-links, footer .info-links a{
		color: black;
		font-family: 'Karla', Arial, sans-serif;
		font-size: 12px;
	}

	footer .info-links{
		position: relative;
		margin: 0px auto 40px;
	}

}

@media(max-width: 480px){
	#subscribe, #subscribe.ipod{
		background: url('/scripts/global/images/ui/subscribe/subscribe-bg-sm.png');
		background-size: 100% 100%;
		margin-left: -42%;
    	margin-top: -62%;
	}

	#subscribe.ipod{
		position:fixed;
	}

	#subscribe.android, #subscribe.ipod{
		height:425px;
	}

	#subscribe button.close-sprite-btn{
		margin-top: 5px;
	}

	#subscribe .birthdate-wrapper button.confirm {
	    margin-top: -27px;
	}


	#subscribe .drop-down {
		width: auto;
	}

	#subscribe .optin {
    	width: 95%;
	}

	
	#subscribe .birthdate-wrapper button.confirm {
		margin-top: 20px;
	}

	#subscribe .option span, 
	#subscribe.android .option span,
	#subscribe.ipod .option span {
		width:80%;
	}

	#subscribe .label-wrapper {
		float:none;
		margin: 10px 0;
	}
}
