.scrollToTop{
	width:100px; 
	height:40px;
	padding:10px; 
	text-align:center; 
	font-weight: bold;
	color: #FFCB05;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: #00274C no-repeat 0px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.scrollToTop:hover{
	text-decoration:none;
	color: white;
}

.btn-primary, .btn-primary:hover{
	background-color: #00274C;
	font-weight: bold;
	color: #FFCB05;
}

.btn-primary:hover, .btn-primary:focus{
	color: white
}	