

/*Global*/

body, body * {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0 none;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.canvasSize {
	position: absolute;
	width: 970px;
	height: 250px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393d47;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("sprite.png");
	background-size:970px 1750px;
}

#exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
    display:block;
}
.fontFix {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


sup {
	vertical-align: super;
	line-height: 0;
}

.border {
    
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;  
	z-index: 115;
}


a, a:visited, a:active, a:hover { 
  color: #393d47;
}


/*Main*/

#slate {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393D47;
    display: block;
	z-index: 50;
}

#clock {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200; 
	color: #fff;
    display: block;
}
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10; 
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-size:970px 250px;
    display: block;
}


#person {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30; 
	background-image: url("person.png");
	background-repeat: no-repeat;
	background-size:970px 250px;
    display: block;
}

#logo {
	position: absolute;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 40;
}

#headline1 {
	position: absolute;
	background-position: 0px -250px;
	top: 0px;
	left: 0px;
	z-index: 40;
}


#headline2 {
	position: absolute;
	background-position: 0px -500px;
	top: 0px;
	left: 0px;
	z-index: 40;
}

#logoEnd {
	position: absolute;
	background-position: 0px -750px;
	top: 0px;
	left: 0px;
	z-index: 60;
}


#tagline {
	position: absolute;
	background-position: 0px -1000px;
	top: 0px;
	left: 0px;
	z-index: 60;
}

#cta {
	position: absolute;
	background-position: 0px -1250px;
	top: 0px;
	left: 0px;
	z-index: 60;
}



#ampersand {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 20;
	left: -54px;
	top: -359px;
}

#linesBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 23;
	left: 0px;
	top: 0px;
}


#ampBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 22;
	left: 0px;
	top: 0px;
}


#glowBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 21;
	left: 0px;
	top: 0px;
}



#line1 {
	fill: #fff;
	width: 1000px;
	height: 125px;
	y: 480px;
	left: 0px;
	z-index: 24;
}


#line2 {
	fill:  #fff;
	width: 1000px;
	height: 125px;
	y: 330px;
	left: 0px;
	z-index: 24;
}
#line3 {
	fill: #fff;
	width: 1200px;
	height: 125px;
	y: 280px;
	left: 0px;
	z-index: 24;
}


#line4 {
	fill: #fff;
	width: 1000px;
	height: 125px;
	y: 380px;
	left: 0px;
	z-index: 24;
}




.ampPath1, .ampPath2{
	fill:none;
	stroke:#F06C00;
	stroke-width:140;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}


.glow{
	fill:#fff;
	stroke:#fff;
	stroke-width:100;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}

.glowPath1, .glowPath2{
	fill:none;
	stroke:#F06C00;
	stroke-width:180;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}


.amp{
	fill:#fff;
}


.fix{
	fill:none;
	stroke:none;
	visibility: hidden;
}


.maskType {
  mask-composite:add;
  -webkit-mask-composite: source-over;
	overflow: visible!important;
}

