.button {
	color: #b6b5b5;
	border: 1px solid;
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	font-weight: 800;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	padding: 0 15px;
}
.button  b {
	margin-left: 10px;
}
.button:hover {
	background: #e6aa8a;
	border: 1px solid #e6aa8a;
	color: white;
}

div[class*="box"] a:hover .button,
.button2:hover {
    background: #e6aa8a;
	color: white;
	border: 1px solid #e6aa8a;
}

.button2 {
    border: 1px solid;
    border-radius: 35px;
    font-size: 11px;
    font-weight: 900;
    line-height: 33px;
    margin-top: 5px;
    padding: 7px 12px 5px 13px;
    text-transform: uppercase;
	color: #b6b5b5;
}

.box-9 .button {
	background: white;
	margin-bottom: 70px;
	color: #6d6c74;
}
.box-9 .button:hover {
	color: #fff;
	background: #E4A989;
}

#submitCategoryFilter.button2,
#submitTourFilter.button2 {
    padding: 0 30px;
    line-height: 30px;
}