.shinecounter {
  color: #FFFFFF;
  text-shadow:
  0 0 15px #FFFFFF,
  0 0 30px #00ffff,
  0 0 60px #00ffff;
}

.facebookicon
{
  text-shadow:
  2px 2px 0 #0000ff;
}

.twittericon
{
  text-shadow:
  2px 2px 0 #0089ff;
}

.instaicon
{
  text-shadow:
  2px 2px 0 #9300ff;
}

.shinetext
{
    color: #FFFFFF;
    font-family: lovelo-light;
}


section  .positionimage
 {


 }

section  .image
 {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 600px;
    height: 600px;
    background: url("../images/becher.png") no-repeat center;
    background-size: 600px 600px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
 }

 .positionfont
 {
   position: absolute;
   text-align: center;
   bottom: 150px;
   float: right;
 }


.positioncounterdays
{
  position: absolute;
  bottom: 150px;
  float: right;
}

.positioncounterhours
{
  position: absolute;
  bottom: 150px;
  float: right;
}

.positioncounterminutes
{
  position: absolute;
  bottom: 150px;
  float: right;
}

.positioncounterseconds
{
  position: absolute;
  bottom: 150px;
  float: right;
}
