#scrollUp {
	 background-color: #69C6B5;
	 border-radius: 0;
	 bottom: 50px;
	 color: #fff;
	 font-size: 14px;
	 height: 40px;
	 line-height: 42px;
	 right: 50px;
	 text-align: center;
	 width: 40px;
	 border-radius: 0%;
	 -webkit-transition-duration: 500ms;
	 -o-transition-duration: 500ms;
	 transition-duration: 500ms;
	 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
 #scrollUp:hover, #scrollUp:focus {
	 background-color: #0f1112;
	 color: #fff;
}
 @media only screen and (max-width:767px) {
	 #scrollUp {
		 bottom: 30px;
		 right: 30px;
		 line-height: 32px;
		 width: 30px;
		 height: 30px;
	}
}
 