body{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


#container{
	width: 728px;
    height: 90px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
	opacity: 0;
     margin: 0 auto; 
}

.imgs {
    position:absolute;
    top:0px;
    left:0px;
    width:728px;
    height:auto;

}
.hidde{
    opacity: 0;
}
#bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	background-color: #f5f5f0;
}


/*#copy2, #logo1 {
    transform: translateX(728px);
}*/

#bg1, #bg2, #bg3{
    width: auto;
    height: 90px;
}

#frame2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
    transform: translateY(-90px);
    z-index: 99;
}

#border{
    position: absolute;
    top: 0;
    left: 0;
    width:728px;
    height:90px;
    border:1px solid #000;
    z-index: 999;
    opacity: 0.3;
    pointer-events:none;
	box-sizing: border-box;
}

#ctaShine{
    position: absolute;
    top: 13px;
    right: 135px;
    width: 126px;
    height: 36px;
    overflow: hidden;
    border-radius: 25px;
}
#shine{
    position: absolute;
    left: -84px;
    top: -25px;
    width: 85px;
    height: auto;
}

#svg-container {
    position:absolute;
    left: 0px;
	top:0px;
    width: 728px;
    height: 90px;
    -webkit-transform: translate(0,0) scale(1) rotate(0deg);
    transform: translate(0,0) scale(1) rotate(0deg);
	z-index: 1;
}
/*#Layer_1{
   position: absolute;
    width: 480px;
    height: 600px;
    transform: translate(-88px, 25px) scale(0.51) rotate(0deg);
    -moz-transform: translate(-88px, 25px) scale(0.51) rotate(0deg);
    -o-transform: translate(-88px, 25px) scale(0.51) rotate(0deg);
    transform: translate(-88px, 25px) scale(0.51) rotate(0deg);
}*/

.st0{
    fill:none;
    stroke:#E62500;
    stroke-width:6;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dashoffset: 260;
    stroke-dasharray: 260;
  
}

.st1{
    fill:none;
    stroke:#E62400;
    stroke-width:6;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dashoffset: 950;
    stroke-dasharray: 950;
}


#lineHolder{
	position: absolute;
    left: 36px;
    top: 106px;
    width: 50px;
    height: 35px;
    /*transform: translateX(-80px);*/
}

