button.css3button {
	background: #ef6054!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px!important;
	font-family: Open Sans, sans-serif !important;
	font-size: 27px;
	line-height: 130%;
	font-weight: bold;
	color: #fff;
	padding: 12px 5px;
	width: 100% !important;
	white-space: normal;
	cursor: pointer;
	text-transform: uppercase;
}
button.css3button i {
	position: relative;
	right: 0;
	bottom: 4px;
	font-size: 10px;
	padding-left: 8px
}
button.css3button:focus, button.css3button:hover {
	background: #eb3d2f!important;
	color: #fff;
	outline: 0;
	border: 0px;
}
.wj-hide {
	overflow-x: hidden !important;
}
.wj-hide body {
	overflow: hidden !important;
}

