body, html{
  margin:0px;
  padding:0px;
}

.container{
  position: absolute;
  width : 720px;
  height: 90px;
  background-color: #fff;
  overflow: hidden;
}

#logo {
  position:absolute;
    bottom: 30px;
    right: 15px;
}

#logo_white {
  position:absolute;
    bottom: 30px;
    right: 15px;
}

.images{
  position:absolute;
  width : 720px;
  height: 90px;
  top: 0;
  left: 0;
}

#dontshine {
  left: -27px;
  top: 4px;
}

 .usp{
  position:absolute;
  width : 720px;
  height: 90px;
  left: -30px;
}


.button {
    position: absolute;
    width: 133px;
    height: 38px;
    right: 106px;
    top: 28px;
    box-sizing: border-box;
}
.button img{
    margin-top: 10px;
    margin-left: 7px;
}

#buttonPink{
  border: 1px solid #e898a9;
  background-color: #fff;
}

.buttonShadow{
-webkit-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
-moz-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
}

.clicktag{
  position: absolute;
  width:100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 2;

}

.overlay{
  position: absolute;
  width:100%;
  height: 100%;
 background-color: #fff;
 z-index: 9999;

}

.panel{
  position: absolute;
left:100px;
top:8px;
}
.white{
position: absolute;
 width:100%;;
 height: 100%;
 background-color:#fff;

}

.panelFront, .panelBack{
  position: absolute;
}
