html, body, div, a, img {
    margin: 0;
    padding: 0;
    border: 0;
}

#banner, #button-exit {
    width: 728px;
    height: 90px;
} 


#banner {
   position: absolute;
    overflow: hidden;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 400;
}

#button-exit {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 8
}

#border {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
}

#guide {
    left: 0;
    top: 0;
    position: absolute;
}

#background {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 27px;   
    background: rgba(130,195,235,1);
    background: -moz-linear-gradient(top, rgba(130,195,235,1) 0%, rgba(81,153,197,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,195,235,1)), color-stop(100%, rgba(81,153,197,1)));
    background: -webkit-linear-gradient(top, rgba(130,195,235,1) 0%, rgba(81,153,197,1) 100%);
    background: -o-linear-gradient(top, rgba(130,195,235,1) 0%, rgba(81,153,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,195,235,1) 0%, rgba(81,153,197,1) 100%);
    background: linear-gradient(to bottom, rgba(130,195,235,1) 0%, rgba(81,153,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c3eb', endColorstr='#5199c5', GradientType=0 );
}
.offer #background {
    height: 24px;
}

#bottom {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
}

#card {
    left: 30px;
    margin-top: 36px;
    top: -250px;
    position: absolute;
    overflow: hidden;
    z-index: 5;
}
#card img {
	width: 73px;
	height: auto;
}
.offer  #card {
    
}



#cta {
    right: 0;
    bottom: -1px;
    position: absolute;
    opacity: 0;

}
#cta  img {
	
}
.offer #cta {
     bottom: -2px;
}



#flag1 {
    left: 17px;
    margin-top: 2px;
    top: -250px;
    position: absolute;
    z-index: 6;
    
}
#flag1 img {
    width: 73px;
    height: auto;
    vertical-align: top;
}
.offer #flag1 {
    margin-top: 4px;
}
.offer #flag1 img{
  
}
.noAction #flag1 img {
   width: 99px;
}

#flag2 {
    left: 35px;
    top: 185px;
    position: absolute;
    opacity: 0;
}


#offerends {
    top: 0;
    left: 0;
    position: absolute;


    visibility: hidden;
    
}
#offerends img {
    vertical-align: top;
}
.offer #offerends {
    visibility: visible;
}


#allnew {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    margin-left: 2px;

}

.offer #allnew img{
   display: none;
}



.txt {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.offer .txt {
    top: 5px
}

.offer #txt2 {
    top: 0
}
.offer #txt4.txt {
    top: 6px;
}
#txt4:before {
    content:"";
    position: absolute;
    left: 268px;
    top: 24px;
    width: 157px;
    height: 31px;
    border-left: 1px solid #0c2340;
    border-right: 1px solid #0c2340;
}
.offer #txt4 {
   top: 20px
}
#shine {
    left: -126px;
    top: 0;
    position: absolute;

    top: 0;
    z-index: 7;
    

}
.shine_holder {
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 36px;
    height: 46px;
    width: 72px;



}
.for_shine, #shine2{
     position: absolute;
    right: 10px;
    width: 90px;
    height: 12px;
    overflow: hidden;
    bottom: 7px;
    z-index: 2;
    
}
.for_shine {
   
   
}
#shine2 {
    right: auto;
    opacity: 0.7;
    left: -200px;
    bottom: 0;

}
#shine2:before {
    content:"";
    transform: rotate(20deg);
    position: absolute;
    left: 0;
    top: -15px;
    width: 80px;
    height: 100px;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(39%, rgba(255,255,255,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c3eb', endColorstr='#82c3eb', GradientType=1 );

}