/*--Reset Styles--*/
@charset "utf-8";
/* CSS Document */

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--!Reset Styles--*/
/*--| Fonts |--*/
/*-HEAVY-

/*------------Constant Classes------------*/
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/
.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}
.boldIt 
{
    font-weight: bold;
}
.block 
{
    margin: 0px;
    padding: 0px;
    display: block;
}
.strikeIt 
{
    text-decoration: line-through;
}
.italIt 
{
    font-style: italic;
}
.red {
	border: 1px solid #f00;
}
/*--------------!Constant Classes--------------*/
/*--Primary Styles--*/
div.container {
	margin: 0% auto;
	padding: 0%;
	width: 158px;
	max-width: 158px;
	max-height: 598px;
	height: 598px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	background-color: #fff;
}
a.click-mii {
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
img {
	margin: 0%;
	padding: 0%;
	width: 100%;
}
section.inner-shell {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	display: block;
	/*border: 1px solid #f00;*/
}
section.top-content {
	margin: 0%;
	padding: 10% 7% 5% 7%;
    width: 85%;
	display: block;
}
section.mid-content {
	margin: 0%;
	padding: 0%;
	width: 100%;
	display: block;
}
section.lower-content {
	margin: 0%;
	padding: 12% 7% 15% 7%;
    width: 87%;
	min-height: 200px;
	display: block;
	background-color: #b10738;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
section.top-content header {
	margin: 0% 0% 0% 0%;
    padding: 0px;
    width: 100%;
	height: 148px;
	position: relative;
	display: block;
}
section.top-content header h1 {
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 148px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	/*
	font-family: "Hel Bold Con";
	*/
	/*9.5 - 10*/
	font-size: 77%;
	line-height: 110%;
	color: #636466;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/hdr-1-kids.gif);
	background-repeat: no-repeat;
	background-size: 72%;
	background-position: center center;
	position: absolute;
	display: block;
	/*border: 1px solid #f00;*/
}
section.top-content header h2{
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 148px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	/*
	font-family: "Hel Bold Con";
	*/
	/*9.5 - 10*/
	font-size: 77%;
	line-height: 110%;
	color: #636466;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/hdr-1-kids.gif);
	background-repeat: no-repeat;
	background-size: 72%;
	background-position: center center;
	position: absolute;
	display: none;
	/*border: 1px solid #f00;*/
}
section.top-content header h2.hdr-4{
	background-image: url(../images/hdr-1-everyone.gif);
}
section.top-content header h2.hdr-3{
	background-image: url(../images/hdr-1-him.gif);
}
section.top-content header h2.hdr-2{
	background-image: url(../images/hdr-1-her.gif);
}
section.pitch {
	display: block;
    margin: 0% auto;
    padding: 10% 0% 0% 0%;
	width: 100%;
	position: relative;
}
/*--| FLIP ICON |--*/
.flip-container {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 75%;
  	-webkit-perspective: 1000;
  	-moz-perspective: 1000;
  	perspective: 1000;
	position: relative;
}
.flip-toggle.flip-1 .flipper {
  	-webkit-transform: rotateY(-360deg);
  	-moz-transform: rotateY(-360deg);
  	transform: rotateY(-360deg);
}
.flip-toggle.flip-2 .flipper {
  	-webkit-transform: rotateY(-720deg);
  	-moz-transform: rotateY(-720deg);
  	transform: rotateY(-720deg);
}
.flip-toggle.flip-3 .flipper {
  	-webkit-transform: rotateY(-1080deg);
  	-moz-transform: rotateY(-1080deg);
  	transform: rotateY(-1080deg);
}
.flip-toggle.flip-4 .flipper {
  	-webkit-transform: rotateY(-1440deg);
  	-moz-transform: rotateY(-1440deg);
  	transform: rotateY(-1440deg);
}
.flip-toggle.flip-5 .flipper {
  	-webkit-transform: rotateY(-1800deg);
  	-moz-transform: rotateY(-1800deg);
  	transform: rotateY(-1800deg);
}
.flip-container, .front, .back {
	margin: 0px auto;
	padding: 0px;
  	width: 100px;
  	height: 100px;
}
.flip-toggle.flip-1 .flipper {
	margin: 0px;
	padding: 0px;
  	-webkit-transition: 2s;
  	-webkit-transform-style: preserve-3d;
  	-moz-transition: 2s;
  	-moz-transform-style: preserve-3d;
  	transition: 2s;
  	transform-style: preserve-3d;
  	position: relative;
}
.flip-toggle.flip-2 .flipper, .flip-toggle.flip-3 .flipper, .flip-toggle.flip-4 .flipper {
	margin: 0px;
	padding: 0px;
  	-webkit-transition: 2s;
  	-webkit-transform-style: preserve-3d;
  	-moz-transition: 2s;
  	-moz-transform-style: preserve-3d;
  	transition: 2s;
  	transform-style: preserve-3d;
  	position: relative;
}
.front, .back {
  	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility: hidden;
  	backface-visibility: hidden;
  	position: absolute;
  	top: 0;
  	left: 0;
}
.front {
  	z-index: 2;
}
.back {
  	-webkit-transform: rotateY(-180deg);
  	-moz-transform: rotateY(-180deg);
  	transform: rotateY(-180deg);
}
/*--| END FLIP ICON |--*/
section.pitch img.lock-up-grn {
	margin: 10% auto 0% auto;
	padding: 0%;
	width: 75%;
	max-width: 100%;
	position: relative;
	z-index: 11;
	visibility: hidden;
}
section.img-display {
	margin: 0%;
	padding: 0% 0%;
	width: 100%;
	display: block;
	position: relative;
	min-height: 183px;
	max-height: 183px;
	overflow: hidden;
}
section.img-display img.product-1 {
	/*margin: -19% 0% 0% -47%;*/
	margin: 0%;
    padding: 0%;
    width: 127%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 160px;
}
section.img-display img.product-2 {
	/*margin: -14% 0% 0% -25%;*/
	margin: 0%;
    padding: 0%;
    width: 122%;
	opacity: 0;
	position: absolute;
	top: -6px;
	left: 160px;
	/*display: none;*/
}
section.img-display img.product-3 {
	/*margin: -17% 0% 0% -26%;*/
	margin: 0%;
    padding: 0%;
    width: 108%;
	opacity: 0;
	position: absolute;
	top: -6px;
	left: 160px;
	/*display: none;*/
}
section.img-display img.product-4 {
	/*margin: -21% 0% 0% -19%;*/
	margin: 0%;
    padding: 0%;
    width: 124%;
	opacity: 1;
	position: absolute;
	top: -25px;
	left: 160px;
	/*display: none;*/
}
section.lower-content a.cta {
	display: block;
    margin: 0% auto 0% auto;
    padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	/*
    font-family: "Futura Reg";
	*/
    font-size: 101%;
	font-weight: bold;
    color: #c00c3f;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    width: 74%;
}
section.brand-lock-up {
	display: block;
	margin: 0% auto;
	padding: 11% 0% 0% 0%;
	width: 100%;
}