.bx-blue .btn.btn-default {
	outline: none;
	display: inline-block;
	padding-top: 4px;
	background-color: #ff350c;
	border-color: #ff350c;
	color: #FFF;
	font-weight: 400;
	font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	margin-bottom: 0;
}
.bx-blue .btn.btn-default:hover {
	outline: none;
	background-color: #ff350c;
	border-color: #ff350c;
	color: #333;
}
.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}