/* scroll to top */
#to-top-bar {
	background: #fff;
	padding: 15px 0;
	min-height: 64px;
	border-top: 1px solid #bbb;
	margin-bottom: 5px;
}
#toTop {
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  z-index: 14;
  font-size: 14px;
  text-transform: uppercase;
  color: #272727;
}
#toTop span {
	border-radius: 40px;
	border: 2px solid #272727;
	padding: 7px 7px 8px 7px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#toTop:hover span {
	background: #ccc;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}