
/**************************
*         CUSTOM        *
**************************/

@import url(); /* font-google */

body {

}

.footer-up  {
  text-align: right;
  float: right;
}

#toTop {
  display:none;
  float: right;
  text-align: right;
  text-decoration:none;

  bottom:0px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:-999px;
  z-index: 999;
  background:url(/themes/custom//plugin/back-to-top/images/ui.png) no-repeat left top
}

#toTopHover {
  float: right;
  text-align: right;
  background:url() no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  opacity: 0;
  z-index: 999;
  -moz-opacity: 0;
  filter:alpha(opacity=0)
}

#toTop:active, #toTop:focus{
  outline:none
}