/* style */
#scrollUp {

  height: 40px;
  width: 40px;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background:#666 url(../img/scrolltop/cd-top-arrow.svg) no-repeat center 50%;
  filter: alpha(opacity=70); -webkit-opacity: 0.70; -moz-opacity: 0.70; opacity: 0.70;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -khtml-border-radius:0.8em;-o-border-radius:0.8em;-moz-border-radius: 0.8em;-webkit-border-radius: 0.8em;border-radius: 0.8em; z-index:7;
		
}

#scrollUp:hover {
    background-color: #666;
	filter: alpha(opacity=90); -webkit-opacity: 0.90; -moz-opacity: 0.90; opacity: 0.90;
}
@media only screen and (min-width: 768px) {
	#scrollUp {right: 20px;bottom: 20px;}
	}
@media only screen and (min-width: 1024px){
	#scrollUp {height: 60px;width: 60px;right: 30px;bottom: 30px;}
	}