.gray-border-bott {
 display: none;
 }

.back-to-top:hover {
	color: #000000 !important;
	background-color: #cea92f;
	text-decoration: none;
}
 
.back-to-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 3rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 4rem;
	text-align: center;
	cursor: pointer;
}

.moreinfo-button {
  	float: left;
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.02) inset;
    box-sizing: border-box;
    color: #565656;
    display: inline-block;
 /*   font-size: 1rem; */
    font-weight: bold;
    line-height: 40px;
    min-height: 40px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: center;
}