@charset "utf-8";

/*	version: "v2.1.0 - Apollo"	*/


span {
	display: inline-block;
}

/* General Styles */
#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#main-panel {
	overflow: hidden;
}

img {
	width: 100%;
	height: 100%;
}

.full {
	width: 728px;
	height: 90px;
}

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.hidden {
	opacity: 0;
}



/* Frame Styles */

.frame, .frame_img {

}

.frame {
	top: 0;
	left: 0;
}

#smoke-canvas {
    position: absolute;
    z-index: 4;
}


/* Copy Styles */
#copyContainer {
    height: 460px;
    padding-left: 20px;
    top: 0;
    width: 250px;
    z-index: 5;
}

.copyHolder {
	font-size: 20px;
}

.copy {
	opacity: 0;
	letter-spacing: 0.6px;
	line-height: 22px;
	font-weight:bold;
	
	-moz-transform: translate(-20px, 0px);
	-webkit-transform: translate(-20px, 0px);
	transform: translate(-20px, 0px);
}

p {
	margin: 0;
}

.line1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	color: #464646;
}
.line2 {
	font-style: italic;
	color: #005826;
	margin-top:2px;
}

#copy-1 {
	top: 15px;
}

#copy-2 {
	top: 15px;
	vertical-align: bottom;
}

#desc-txt {
    bottom: 3px;
    padding: 0 20px;
    width: 402px;
    z-index: 5;
	opacity: 0;
}

#desc_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    margin: 0;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: #464646;
	text-shadow: 0 0 5px rgba(255,255,255,1),  0 0 10px rgba(255,255,255,1) , 0 0 15px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ffffff , 0 0 50px #ffffff , 0 0 60px #ffffff , 0 0 70px #ffffff , 0 0 80px #ffffff , 0 0 100px #ffffff ;
}


/* CTA Styles */
#cta-container {
	float: right;
    height: 100px;
    margin-right: -10px;
    position: relative;
    text-align: center;
    top: 65px;
    width: 295px;
    z-index: 5;
}

#cta {
	border: 1px solid #fff;
	border-radius: 2px;
    bottom: 10px;
	right: 6px;
    margin: 0 17px;
    padding: 5px 20px 4px;
    text-align: center;
    z-index: 5;
	overflow: hidden;
	opacity: 0;
	position: relative;
}

#ctaCopy {
	color: #fff;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

#carat {
	height: 12px;
    margin-top: -2px;
    vertical-align: middle;
    width: 5px;
}

#sheen {
	left: 0;
	top: -20px;
	height:150px;
	transform: rotate(20deg) translateX(-180px);
	opacity:.65;
}

#main-panel:hover #cta {
	
}

/* Logo Styles */

#lockupBg, #lockupBg, #logo_img {
	height: 90px;
	
	top: 0;
	right: 0;
}