#top-link{
	cursor:pointer;
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	padding:0;
    opacity: 0.8;
	z-index:1;
}

#top-link:hover{
	background:#ddd;
}



#top-link a {
	display: block;
	width: 250px;
	text-align: center;
	background: #59B5FF;
	color: white;
	padding: 5px 0;
	text-decoration:none !important;
}


.bottom_button  {
	display: block;
	width: 250px;
	text-align: center;
	padding: 5px 0;
	text-decoration:none !important;
}

.bottom_button a {
position: fixed;
bottom: 0;
}




#top-link:hover a{
	background:#337AB7;
}

#topicon{
	width:0;
	height:0;
	display:inline-block;
	border-bottom:7px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	margin-right:5px;
}

#backicon{
	width:0;
	height:0;
	display:inline-block;
	border-top:7px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	margin-right:5px;
}

@media (max-width: 767px) {
#top-link{ display: none; width: 0px; }
#top-link a { display: none; }
.bottom_button { display: none;  }
.bottom_button a { display: none;  }
}
