#banner{
  position: absolute;
  width: 300px;
  height: 50px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #000;  

}

.retina{
  position: absolute;
  width: 300px;
  height: 50px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 300px;
  height: 50px;
  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: -50px;
    left: -25px;
}

.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: 21px;
    left: 34px;
    width: 33px;
    height: auto;
}

.checkWrapper{
  position: absolute;
  width:92px;
  height: 40px;
  top:5px;
  left:30px;
}

.check{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

#bg{
  background-color: #000;

}

.buttonLine{
    position: absolute;
top: 32px;
    left: 220px;
    width: 45px;
    height: 2px;
    background-color: #f5e33d;
}

#buttonLine1{
  background-color: #f5e33d;
}

#buttonLine2{
  width: 0px;
  background-color: #e50417;
}


.logo{
  position: absolute;
  bottom:7px;
  right:7px;
  width:36px;
  height: auto;
}