/**
 * jQuery UI To Top Skins for Bueza Theme
 * To change color or background please use the theme 
 * Color Scheme Css.
 */ 
#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom: 20px;
  right: 20px;
  overflow:hidden;
  width:30px;
  height:30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#toTopHover:after {
	content: "\f0d8";
	display: block;
	width: 100%;
	height: 30px;
}

#toTopHover {
  display:block;
  position: relative;
  overflow:hidden;
  font-family: FontAwesome;
  font-size: 23px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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