#reds_arrowup-button {
	position: fixed;
	cursor: pointer;
	display: none;
    z-index: 10000;
}

#reds_arrowup-button.reds_arrowup-shadow {
    -webkit-box-shadow: 0 0 24px 0 rgba(37,36,36,.6);
    -moz-box-shadow: 0 0 24px 0 rgba(37,36,36,.6);
    box-shadow: 0 0 24px 0 rgba(37,36,36,.6);
}

#reds_arrowup-button__inner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    margin-top: -6px;
}

#reds_arrowup-button__inner:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	margin: 0 auto 0;
	display: block;
}
