/* BACK TO TOP CSS */

.back-to-top {
	position: fixed;
	bottom: 3em;
	right: 0px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background-color: #ff9933;
	font-size: 10px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	display: none;
	border-radius: 4px;
	}
.back-to-top:hover {	
	background-color: #ff9933;
	}
.back-to-top:active {	
	background-color: #ff9933;
	}
.back-to-top:visited {	
	background-color: #ff9933;
	}
/* Stylesheet: back-to-top Modified On 2016-02-19 14:15:32 */
