@import url(https://fonts.googleapis.com/css?family=Nunito:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,900);
			
body { margin:0; padding: 0; font-family: 'Roboto', sans-serif;}
a#myAdLink {display:inline-block; background-color:#0B2344; text-decoration: none;}

#myAd{
	width: 728px; height:90px;
	position: relative;
	overflow: hidden;
	opacity:0;
				
}

#border{
	box-sizing: border-box;
	border: 1px solid black;
	z-index:10;
	position: absolute;
	width: 728px; height:90px;				
}
#back{
	width:728px;
	height:90px;
	background: rgba(25,59,96,1);
	background: -moz-linear-gradient(left, rgba(25,59,96,1) 0%, rgba(9,33,67,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,59,96,1)), color-stop(100%, rgba(9,33,67,1)));
	background: -webkit-linear-gradient(left, rgba(25,59,96,1) 0%, rgba(9,33,67,1) 100%);
	background: -o-linear-gradient(left, rgba(25,59,96,1) 0%, rgba(9,33,67,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,59,96,1) 0%, rgba(9,33,67,1) 100%);
	background: linear-gradient(to right, rgba(25,59,96,1) 0%, rgba(9,33,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193b60', endColorstr='#092143', GradientType=1 );
	
	opacity:0;
}


#logo { 
	position: absolute; 
	background: url(logo.svg) no-repeat 0px 0px; 
	width:71px;
	height:21px;
	top:15px;
	left:627px;
}
#lamp01{ 
	position: absolute; 
	background: url(lamp01.png) no-repeat 0px 0px; 
	width:140px;
	height:93px;
	top:0px;
	left:40px;
}
#lamp02{ 
	position: absolute; 
	background: url(lamp02.png) no-repeat 0px 0px; 
	width:140px;
	height:115px;
	top:-22px;
	left:40px;
	opacity:0;
}
#chain{ 
	position: absolute; 
	background: url(chain.png) no-repeat 0px 0px; 
	width:13px;
	height:70px;
	top:10px;
	left:68px;
}
#product{ 
	position: absolute; 
	background: url(product.png) no-repeat 0px 0px; 
	width:124px;
	height:61px;
	top:4px;
	left:21px;
	opacity:0;
}


#text01{
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	color: #EC1428;
	font-weight:900;	
	top:6px;
	left:74px;
}
#text01 span{
	letter-spacing:-3px;
	
}
#text02, #text03, #text04, #text05, #text06, #legal{
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	color: #fff400;
	font-weight:400;
	top:20px;
	left:325px;
	opacity:0;	
}
#text03{
	top:45px;
	left:240px;	
}
#text03 span{
	color:#fff;
}
#text04{
	top:10px;
	left:320px;
}
#text05{
	top:35px;
	left:300px;	
}

#text06{
	top:32px;
	left:235px;
	font-size: 1.35em;
	text-transform: uppercase;	
}
#legal01, #legal02{
	position: absolute;
	font-size: .6em;
	color: #fff;
	font-weight:400;
	top:70px;
	left:21px;
	opacity:0;	
}
#legal02{
	left:310px;	
}
#btn{
	font-family: 'Nunito', sans-serif;
	top:45px;
	left:607px;
	position: absolute;
	display:inline-block;
	width:95px;
	height:7px;
	background-color: #FFF400;
	border-radius: 4px;
    color: #000;
    padding: 5px 6px;
    padding-bottom: 15px;
    text-align: center;
	letter-spacing: .1px; 
	text-transform: uppercase;
	font-size: .85em;
	text-decoration: none;
	overflow:hidden;
}
#shine {
	position: absolute;
	left: -90px;
	top: 0px;
	width: 95px;
	height: 27px;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
}



