@font-face {
    font-family: LCD;
    src:url('dredigital.woff') format('woff');       
}
/* Reset
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*normalize 4.2.0*/progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*# sourceMappingURL=normalize.min.css.map */
/* Ad Boilerplate
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ad {
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 250px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
}
#cta {
	bottom: 16px;
	left:20px;
    margin: 0 auto;
    opacity: 0;
	position: absolute;
	text-align:left;
    width: 50%;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	z-index:1000;
}
#cta.In {
	opacity: 1;
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .8em;
    font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
}
.button {
    display: inline-block;
}
.button input, .button a {
    border: none;
    color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: .9em;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 0 -10px;
    padding: .83333em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 0 0;
    background:#2aa5fc;
	background: -webkit-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#0062cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='#0062cf');
    background-size: auto 200%;
}
.button input:hover, .button a:hover {
	background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s
}
#cta #zipCode, #cta .button {
	height:	37px;
}
#bgExitArea{cursor:pointer;display:block;height:100%;position:absolute;width:100%;z-index:999}
/* Creative
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/*Ad specific css here*/
#content div{position:absolute;}

#bg{background:url(bg.jpg);height:250px;width:300px;}
#bgMask{background:#fff;content:'';display:block;height:100%;opacity:0;position:absolute;width:100%;}
#bgMask.In{
	opacity:.8;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

#ball{
	height:150px;
	left:-80px;
	top:300px;
	-webkit-transform:rotate(0);
	   -moz-transform:rotate(0);
			transform:rotate(0);
	width:150px;
}

#ball.In{
	left:80px;
	top:100px;
	-webkit-transform:rotate(-150deg);
	   -moz-transform:rotate(-150deg);
			transform:rotate(-150deg);
	-webkit-transition:all 1s linear;
	   -moz-transition:all 1s linear;
			transition:all 1s linear;
}
#ball.Out{
	-webkit-transform:rotate(-150deg);
	   -moz-transform:rotate(-150deg);
			transform:rotate(-150deg);
	-webkit-transition:all 1s linear;
	   -moz-transition:all 1s linear;
			transition:all 1s linear;
}
#ball.Out2{
	height:300px;
	left:-50px;
	top:-180px;;
	width:300px;
}
#ball.In2{
	left:150px;
	top:188px;
	-webkit-transform:rotate(180deg) scale(.8,.8);
	   -moz-transform:rotate(180deg) scale(.8,.8);
			transform:rotate(180deg) scale(.8,.8);
	-webkit-transition:all .5s ease-out;
	   -moz-transition:all .5s ease-out;
			transition:all .5s ease-out;
	z-index:5;
	}
	#ball div{
		background:url(ball.png);
		height:104px;
		left:25px;
		top:50px;
		-webkit-transform:scale(1,1);
		   -moz-transform:scale(1,1);
				transform:scale(1,1);
		-webkit-transition:all 1s linear;
		   -moz-transition:all 1s linear;
				transition:all 1s linear;
		width:104px; 
		}
		#ball.In div{
			left:100px;
			-webkit-transform:scale(.2,.2);
			   -moz-transform:scale(.2,.2);
					transform:scale(.2,.2);
		}
		#ball.Down div{
			opacity:0;
			-webkit-transition:all .2s;
			   -moz-transition:all .2s;
					transition:all .2s;
		}
		#ball.Out div{
			left:0px;
			opacity:0;
			-webkit-transform:scale(.001,.001);
			   -moz-transform:scale(.001,.001);
					transform:scale(.001,.001);
			top:0;
			-webkit-transition:all 1s linear;
			   -moz-transition:all 1s linear;
					transition:all 1s linear;
		}
		#ball.Out2 div,#ball.In2 div{
			left:0px;
			top:40px;
			z-index:5;
			-webkit-transform:scale(.8,.8) rotate(180deg);
			   -moz-transform:scale(.8,.8) rotate(180deg);
					transform:scale(.8,.8) rotate(180deg);
		}
#flo{
	background-repeat:no-repeat;
	height:250px;
	left:4px;
	top:0px;
	-webkit-transition:top 1s;
	   -moz-transition:top 1s;
			transition:top 1s;
	width:300px;
	}
#flo.f1{background-image:url(flo1.png);}
#flo.f2{background-image:url(flo2.png);}
#flo.f3{
	background-image:url(flo2.png);
	opacity:0;
	-webkit-transition:all .25s linear;
	   -moz-transition:all .25s linear;
			transition:all .25s linear;
}
#flo3.catch{left:8px;top:2px;}

#flo3{
	background-image:url(flo3.png);
	background-repeat:no-repeat;
	height:250px;
	opacity:0;
	top:0px;
	width:300px;
}
#flo3.in{left:4px;opacity:1;}

#cre{
	background:url(cre.gif);
	box-shadow:5px 5px 15px rgba(0,0,0,.3);
	height:95px;
	left:22px;
	opacity:0;
	top:60px;
	width:155px;
}
#cre.In{
	opacity:1;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
			transition: all .5s;
}

#logo{
	background:url(logo.png);
	height:18px;
	left:22px;
	top:12px;;
	width:89px;
}

#text{color:#1e73e9;}
	#t1{font-size:66px;left:300px;top:80px;}
	#t1.In{left:-2290px;transition:all 4s linear;}
	#t2{font-size:14px;left:20px;opacity:0;top:35px;white-space:no-wrap;width:300px;}	
	#t2.In{opacity:1;}

/*---------CRE-----------------------------------------------------------------------------------------*/
#board{
	background:#000;
	box-shadow:2px 2px 5px #777;
	display:block;
	height:88px;
	left:21px;
	opacity:0;
	position:absolute;
	top:60px;
	width:156px;
}
#board.In{opacity:1}
.row{
	display:inline-block;
	height: 43px;
	margin-left:-4px;
	padding-left:10px;
	padding-right:0;
	position:relative;
	text-transform:uppercase;
	width:65px;
}
.lights{
	background:url(light.jpg);
	display:block;
	height:30px;
	left:17px;
	opacity:0;
	position:absolute;
	top:11px;
	width:51px;
	-webkit-transition:all .1s;
	   -moz-transition:all .1s;
			transition:all .1s;
	-webkit-transform:translateZ(0);
	z-index:4;
}
.lit{
	opacity:1;
}

#f1,#f2{border-bottom:1px solid #555;}
#f1,#f3{border-right:1px solid #555;}

#companies{
	margin-left:6px;
	position:relative;
	right:0;
	top:1px;
	width:150px;	
}
.companies{
	color:#fff;
	display:block;
	font-size:10px;
	padding-bottom:0px;
	position:relative;
	text-align:center;
	width:65px;
	z-index:1;
}
.prices{
	color:#f00;
	display:block;
	font-family:'LCD','Open Sans',sans-serif;
	font-size:35px;
	height:40px;
	line-height:20px;
	margin-top:5px;
	position:relative;
	text-align:center;
	width:65px;
	z-index:2;
	
}
.prices::after{
	background:#333;
	content:'';
	display:block;
	height:27px;
	left:5px;
	position:absolute;
	top:-4px;
	width:56px;
	z-index:-1;
}


/* MQ
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*728 x 90*/
@media screen and (min-width: 727px) and (max-width: 729px){
	
}
/*120 x 600*/
@media screen and (min-width: 119px) and (max-width:121px){
	
}
/*160 x 600*/
@media screen and (min-width: 159px) and (max-width:161px){

}
