/* ///////////////////////// NUMBER ONE /////////////////////////*/
#numOne{
position: relative;
display: inline-block;
margin: 40px;
background-color: #fff;
width: 160px;
height: 600px;
cursor: pointer;
border: 1px solid #000;
}
#numOne .label{
	width: 302px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -21px;
	font-size: 10px;
	font-family: sans-serif;
	color: #AAA;
	text-align: left;
}
#numOne .resistance{
width: 126px;
height: 19px;
background-image: url(../img/resistance.png);
position: absolute;
left: 17px;
top: 16px;
z-index: 0;
opacity: 0.0;
}
#numOne .is{
width: 15px;
height: 19px;
background-image: url(../img/is.png);
position: absolute;
left: 17px;
top: 39px;
z-index: 0;
opacity: 0.0;
}
#numOne .futile{
width: 65px;
height: 19px;
background-image: url(../img/futile.png);
position: absolute;
left: 37px;
top: 39px;
z-index: 0;
opacity: 0.0;
}
#numOne .thickRule{
width: 0px;
height: 0px;
background-color: #fff;
position: absolute;
border-top:5px solid #000;
left: 17px;
bottom: 534px;
z-index: 1;
}
#numOne .firstEver{
width: 126px;
height: 14px;
background-image: url(../img/the-first-ever-rc-coupe.png);
position: absolute;
background-size: contain;
left: 17px;
top: 71px;
opacity: 0.0;
z-index: 2;
}
#numOne .thinRule{
width: 0px;
height: 0px;
background-color: #fff;
border-top:2px solid #000;
position: absolute;
left: 17px;
bottom: 511px;
z-index: 2;
}
#numOne .logo{
position: absolute;
left: 17px;
bottom: 75px;
width: 112px;
height: 21px;
background-image: url(../img/logo.png);
opacity: 0.0;
}
#numOne .learnMore{
transition: background-image 0.3s;
width: 112px;
height: 30px;
background-image: url(../img/learn-more.png);
position: absolute;
left: 24px;
bottom:32px;
z-index: 0;
cursor: pointer;
opacity: 0.0;
}
#numOne .learnMore:hover{
background-image: url(../../../img/learn_more_button-Hover.png);
}
#numOne .rcShown{
    width: 111px;
    height: 10px;
    background-image: url(../img/rc-f-sport-shown.png);
    background-position: center center;
    position: absolute;
    left: 25px;
    bottom: 11px;
    opacity: 0.0;
    z-index: 0;
}
#numOne #cover{
width: 126px;
height: 100px;
background-color: #fff;
position: absolute;
left: 17px;
top: 66px;
z-index: 1;
}
/* ///////////////////////// NUMBER ONE /////////////////////////*/