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

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

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

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

#textGel {
  position: absolute;
  left: -30px;
}

#endWrapper{
position: absolute;
width : 728px;
height: 90px;
overflow: hidden;
}

.end{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 800px;
    width: 1000px;
    margin-top: -400px;
    margin-left: -500px
}

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

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

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

#textIdealia{
  top:0px;
}

.button {
    position: absolute;
    width: 128px;
    height: 38px;
    right: 107px;
    top: 28px;
    box-sizing: border-box;
}
.button img{
    margin-top: 12px;
    margin-left: 3px;
}

.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);
}

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

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


  width:161px;
  height:34px;
  left: 283px;
  top: 29px;

}

#buttonPinkBig img{
  margin-top:10px;
  margin-left:20px;
}

#buttonWhite{
  border: 1px solid #fff;
}

.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;

}

.white{
  position: absolute;
  width:100%;
  height: 100%;
 background-color: #fff;
}

.panel{
  position: absolute;
  left:125px;
  top:5px;
}

.panelFront, .panelBack{
  position: absolute;
}

.garden {
  position: relative;
  width : 200px;
  height: 200px;
  border: 1px solid #CCC;


  overflow: hidden;
}

.ball {
  position: absolute;

  width : 500px;
  left  : -150px;
  height: 500px;
  top   : -150px;
  background: url(bgImg.png) no-repeat center center;
  background-size: 100% 100%

}

#tilt.hidden{
  display: none;
}

#Hover{
  display: none;
}

#Hover.visible{
  display: block;
}
