#get-away{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ffffff+100&0.6+0,0.66+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.63) 51%, rgba(255,255,255,0.66) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.63) 51%,rgba(255,255,255,0.66) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.63) 51%,rgba(255,255,255,0.66) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#a8ffffff',GradientType=0 ); /* IE6-9 */
    	bottom: 50px;
    	color: #eb5f5f;
    	cursor: pointer;
    	display: block;
    	font-size: 18px;
		font-weight:bold;
    	left: 25%;
    	line-height: 70px;
    	outline: medium none;
    	position: fixed;
    	text-align: center;
    	transform: translate3d(0px, 5rem, 0px);
    	width: 50%;
    	z-index: 100;
	border: 2px solid rgba(255, 255, 255, .2);  
	border-radius: 36px 36px 0 0; 
	box-shadow:0px -4px 11px rgba(0,0,0,.1);
}
#get-away:hover{
	background-color: rgba(235, 95, 95, 0.9);
    	color: #ffffff;
}