#banner{
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #000;  

}

.retina{
  position: absolute;
  width: 728px;
  height: 90px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

#logoCircle{
  position: absolute;
    top: -30px;
    left: 75px;
}

.linesWrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.lines{
  flex: 1; 
  background-color: yellow;
}

#lines1, #lines7{
  background-color: #fdba39;
}
#lines2, #lines8{
  background-color: #eb8a25;
}

#lines3, #lines9{
  background-color: #ee7128;
}

#lines4, #lines10{
  background-color: #e50417;
}

#lines5, #lines11{
  background-color: #2198dd;
}

#lines6, #lines12{
  background-color: #0c3e8c;
}

.guideInc{
position: absolute;
    top: 39px;
    left: 123px;
    width: 54px;
    height: auto;
}

.checkWrapper{
  position: absolute;
  width:155px;
  height: 67px;
  top:10px;
  left:270px;
}

.check{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

#bg{
  background-color: #000;

}

.buttonLine{
    position: absolute;
top: 55px;
    left: 522px;
    width: 79px;
    height: 3px;
    background-color: #f5e33d;
}

#buttonLine1{
  background-color: #f5e33d;
}

#buttonLine2{
  width: 0px;
  background-color: #e50417;
}


.logo{
  position: absolute;
  bottom:15px;
  right:20px;
  width:60px;
  height: auto;
}