/*mybutttttttttttttttttttttttttttt*/
#mybutt{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  /*margin-bottom: -3px;*/
  /*background: #333;*/
/*  border-top: .08em solid #444;
  border-bottom: 1px solid #444 outset;*/
/*  opacity: 0.95;*/
 -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}

.mycopyright{
  position: absolute;
  left: 10px;
  top: 0;
  width: 100px;
  height: 20px;
  /*text-align: center;*/
  /*border-right: .08em solid #444;*/
  -webkit-transition: all 1.5s steps(25, end);
    transition: all 1.5s steps(25, end);
    overflow:hidden;
    white-space: nowrap;
cursor: default;
}

/*.mycopyright:hover{
  background: #444;
}*/

.mycopyright a:hover{
  text-decoration: none;
}

.mycopyright .myrightfont{
  font-size: 8.5pt;
  vertical-align: 1.5px;
  /*line-height: 10px;*/
  color:#999;
  text-transform: uppercase;
}

#mybutt:hover .mycopyright{
  width: 330px;

}

.mycopyright .myrightfont .mycopyrightc{
  font-size: 8.5pt;
  cursor: pointer;
}

.mysharebuttom1{
  position: absolute;
  right:0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  color: #777;
  cursor: pointer;
}

.mysharebuttom1:hover{
  color: white;
  background: #00ab6c;
}

.mysharebuttom2{
  position: absolute;
  right:20px;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  color: #777;
  cursor: pointer;
}

.mysharebuttom2:hover{
  color: white;
/*  background: #36465d;*/
  background:#55acee;

}

.mysharebuttom3{
  position: absolute;
  right:40px;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  color: #777;
  cursor: pointer;
}

.mysharebuttom3:hover{
  color: white;
  background: #3f729b;
}

.mysharebuttom4{
  position: absolute;
  right:60px;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  color: #777;
  cursor: pointer;
}

.mysharebuttom4:hover{
  color: white;
  background: #55acee;

}



@media screen and (max-width: 520px) {

#mybutt{
  position: fixed;
  top: 0;
  bottom: auto;
}

}

