/**************************************************/
/*** BACK TO TOP BUTTON ***/
.back_to_top_button{

	position:fixed; 
	bottom:100px; 
	right:0; 
	cursor:pointer;
	padding:15px 100px 15px 15px;
	background-color:rgba(0,0,0,0.3);

	border:1px solid white;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;

}


.back_to_top_button i.fa{

	color:white;
	font-size: 2em;

	padding: 0;
	margin:-5px 0 0 0;
}


