
.widepg .button {
	text-align: center;
}

.widepg .btn-primary {
	min-width: 270px;
}

.btn-primary {
	min-height: 50px;
	line-height: 28px;
	border: none;
	background-color: #ec4433;
	font-size: 18px;
	color: white!important;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	min-width: 200px;
	border-radius: 3px;
	border: none;
}

.btn-primary:hover {
	color: white!important;
	background: #ff3001;
}

a.btn-primary {
	line-height: 40px;
}

.xbtn {
	min-height: 50px;
	line-height: 28px;
	padding: 10px 30px;
	white-space: normal;
	background-color: #F26D5F;
	font-size: 18px;
	color: #000000!important;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	display: inline-block;
	text-align: center;
}

.btn-act {
	background-color: #92c9f9;
	font-weight: bold;
	color: #3d4750;
	font-size: 0.95rem;
	border-radius: .25rem;
	border: 1px solid transparent;
	padding: .375rem .75rem;
}

