/* Image style */
#scrollUp {
    background: rgba(108, 205, 255, 1) url("../../img/up.png") center center no-repeat;
	bottom: 150px;
	left: 10px;
	width: 38px;
	height: 38px;
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#scrollUp:hover {
	opacity: 1;
}

@media screen and (min-width: 1145px){
#scrollUp {
left: 30px;
}
}
@media screen and (max-width: 480px){
#scrollUp {
left: 3px;
}
}

@media screen and (max-width: 650px){
#scrollUp {
  bottom: 20px;
  opacity: 0.7;
}
}