
a.back-to-top {
	display: none;
	width: 50px;
	height: 55px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background:#f15f43 url(../up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #00c7fc;
}
.header img {
  float: left;
  width: 50px;
  height: 50px;
  background: transparent;
}

.header h3 {
  position: relative;
  top: 18px;
  left: 10px;
  color: #f15f43;
}
