.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #DE7300;
	position: fixed;
	bottom: 45px;
	right: 40px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
	text-align:center;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 color:#DE7300;
 font-size:17px;
 border-radius:5px;
 background-color:rgba(64,64,64,.4);	
	
}

.scroll-btn .scroll-btn-arrow {
	height: 8px;
	width: 8px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 12px 9px;
    -webkit-box-align: center;
	color: #DE7300;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
	}
}
