.ezfc-theme-slick {
	font-family: "DexaPro", Arial, Helvetica, sans-serif;
}
.ezfc-theme-slick .ezfc-element {
	padding-top: 0;
	padding-bottom: 1.5em;
}
.ezfc-theme-slick .ezfc-label {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0.75em 0;
	text-align: left;
}
.ezfc-theme-slick .ezfc-element-input,
.ezfc-theme-slick .ezfc-element-numbers,
.ezfc-theme-slick .ezfc-element-select,
.ezfc-theme-slick .ezfc-element-textarea {
	border: 0;
	background-color: #efefef;
	color: #666;
	padding: 0.9em 1em;
	width: 100%;
}
.ezfc-theme-slick .ezfc-element-select {
	padding: 0.75em 1em;
}
.ezfc-theme-slick .ezfc-element-checkbox-input,
.ezfc-theme-slick .ezfc-element-radio-input {
	margin: 0 0.5em 0.2em 1em;
}
.ezfc-theme-slick .ezfc-element-daterange {
	width: 49%;
}
.ezfc-theme-slick .ezfc-element-daterange-from {
	margin-right: 1%;
}
.ezfc-theme-slick .ezfc-element-daterange-to {
	margin-left: 1%;
}
.ezfc-theme-slick .ezfc-element-wrapper-image img {
	max-width: 100%;
}
.ezfc-theme-slick .ezfc-text {
	font-size: 1.5em;
	padding: 0.5em;
}
.ezfc-theme-slick .ui-spinner {
	border: 0;
	border-radius: 0;
	width: 100%;
}
.ezfc-theme-slick .ui-spinner-input {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
}
.ezfc-theme-slick .ezfc-price {
	display: inline-block;
	font-size: 1.75em;
	font-weight: 700;
	padding: 0.5em 0;
}
.ezfc-theme-slick .ezfc-element-price {
	font-style: italic;
}
.ezfc-theme-slick .ezfc-btn,
.ezfc-theme-slick .ezfc-step-button {
	border: 0;
	background-color: #efefef;
	color: #666;
	padding: 0.5em 1em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ezfc-theme-slick .ezfc-btn:hover,
.ezfc-theme-slick .ezfc-step-button:hover {
	background-color: #fcfcfc;
	color: #737373;
}
.ezfc-theme-slick .ezfc-success-text {
	display: none;
}
.ezfc-theme-slick .ezfc-required-char {
	color: red;
}
.ezfc-theme-slick input.ezfc-element-fileupload {
	margin: 0.5em 0;
}
.ezfc-theme-slick .ezfc-fileupload-message {
	padding: 0.5em 0;
}
.ezfc-theme-slick .ezfc-upload-button {
	border: 0;
	margin: 0.5em 0;
	padding: 0.5em 1em;
	background-color: #efefef;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ezfc-theme-slick .ezfc-upload-button:hover {
	background-color: #fcfcfc;
	color: #737373;
}
.ezfc-theme-slick .ezfc-element .fa {
	color: #666;
}
.ezfc-theme-slick ::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic;
}
.ezfc-theme-slick :-moz-placeholder {
	color: #aaa;
	font-style: italic;
}
.ezfc-theme-slick ::-moz-placeholder {
	color: #aaa;
	font-style: italic;
}
.ezfc-theme-slick :-ms-input-placeholder {
	color: #aaa;
	font-style: italic;
}
.ezfc-theme-slick .ezfc-step-indicator-item {
	background-color: #efefef;
	color: #666;
}
.ezfc-theme-slick .ezfc-step-indicator-item:before {
	border-color: #efefef;
	border-left-color: transparent;
}
.ezfc-theme-slick .ezfc-step-indicator-item:after {
	border: 15px solid transparent;
	border-left-color: #efefef;
}
.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active {
	background-color: #1c91e9;
	color: #fff;
}
.ezfc-theme-slick
	.ezfc-step-indicator-item.ezfc-step-indicator-item-active:before {
	border-color: #1c91e9;
	border-left-color: transparent;
}
.ezfc-theme-slick
	.ezfc-step-indicator-item.ezfc-step-indicator-item-active:after {
	border-left-color: #1c91e9;
}
.ezfc-theme-slick
	.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover {
	background-color: #4aa8ee;
	border-color: #4aa8ee;
	color: #fff;
	text-decoration: none;
}
.ezfc-theme-slick
	.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:before {
	border-color: #4aa8ee;
	border-left-color: transparent;
}
.ezfc-theme-slick
	.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:after {
	border-left-color: #4aa8ee;
}
.ezfc-placeholder {
	color: #aaa;
	font-style: italic;
}
.ezfc-hover-lighten:hover {
	background-color: #fcfcfc;
	color: #737373;
}