.ezfc-form {
  position: relative;
}
.ezfc-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ezfc-form.ezfc-form-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ezfc-form.ezfc-form-center * {
  text-align: center;
}
.ezfc-form.ezfc-form-center label {
  text-align: center;
}
.ezfc-element {
  position: relative;
}
.ezfc-element.ezfc-hidden,
.ezfc-element[data-element="hidden"] {
  display: none;
}
.ezfc-element.ezfc-element-wrapper-placeholder {
  margin: 0;
  padding: 0;
  height: 1px;
}
.ezfc-success-text {
  display: none;
}
/**
	submit icon
**/
.ezfc-submit-icon {
  display: none;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ezfc-submit-icon.ezfc-submit-icon-show {
  display: inline-block;
}
/**
	steps
**/
.ezfc-submit-step {
  margin-top: 1.5em;
}
.ezfc-step {
  display: none;
}
.ezfc-step-active {
  display: block;
}
.ezfc-step-button {
  margin: 0.5em 0;
}
.ezfc-step-title {
  font-size: 1.2em;
  margin: 0 0 0.75em;
}
.ezfc-step-indicator {
  font-size: 1.1em;
  padding: 15px 0 45px 0;
  line-height: 30px;
}
.ezfc-step-indicator-item {
  display: block;
  float: left;
  font-weight: bold;
  background: #f9f9f9;
  padding-right: 10px;
  height: 30px;
  line-height: 32px;
  margin-right: 33px;
  position: relative;
  text-decoration: none;
  color: #666;
  cursor: default;
}
.ezfc-step-indicator-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -30px;
  border: 15px solid transparent;
  border-color: #f9f9f9;
  border-left-color: transparent;
}
.ezfc-step-indicator-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -30px;
  border: 15px solid transparent;
  border-left-color: #f9f9f9;
}
.ezfc-step-indicator-item:first-of-type {
  border-radius: 2px 0 0 2px;
  padding-left: 15px;
}
.ezfc-step-indicator-item:first-of-type:before {
  display: none;
}
.ezfc-step-indicator-item:last-of-type {
  border-radius: 0 2px 2px 0;
  margin-right: 25px;
  padding-right: 15px;
}
.ezfc-step-indicator-item:last-of-type:after {
  display: none;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active {
  background: #1C91E9;
  color: #fff;
  cursor: pointer;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active:before {
  border-color: #1C91E9;
  border-left-color: transparent;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active:after {
  border-left-color: #1C91E9;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover {
  background: #41A4F0;
  border-color: #41A4F0;
  color: #fff;
  text-decoration: none;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:before {
  border-color: #41A4F0;
  border-left-color: transparent;
}
.ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:after {
  border-left-color: #41A4F0;
}
.ezfc-message {
  color: #d00;
  display: none;
}
/**
	price
**/
.ezfc-fixed-price {
  background: #fff;
  margin-top: 1em;
  padding: 1em;
  position: absolute;
  top: 0;
  z-index: 100;
}
.ezfc-fixed-price .ezfc-price-wrapper {
  white-space: nowrap;
}
.ezfc-fixed-price-left {
  right: 100%;
}
.ezfc-fixed-price-right {
  left: 100%;
}
@media (max-width: 767px) {
  .ezfc-fixed-price {
    position: relative;
    left: 0;
    margin-top: 0;
    right: inherit;
    top: 0 !important;
  }
}
.ezfc-price-currency-before {
  margin-right: .25em;
}
.ezfc-price-currency-after {
  margin-left: .25em;
}
/**
	description
**/
.ezfc-element-description {
  background: url(assets/img/icon-description.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
/**
  columns
**/
.ezfc-column {
  vertical-align: top;
}
[class*="ezfc-col-"] {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
.ezfc-grid-6 .ezfc-col-1 {
  width: 16.66666667%;
}
.ezfc-grid-6 .ezfc-col-2 {
  width: 33.33333333%;
}
.ezfc-grid-6 .ezfc-col-3 {
  width: 50%;
}
.ezfc-grid-6 .ezfc-col-4 {
  width: 66.66666667%;
}
.ezfc-grid-6 .ezfc-col-5 {
  width: 83.33333333%;
}
.ezfc-grid-6 .ezfc-col-6 {
  width: 100%;
}
.ezfc-grid-12 .ezfc-col-1 {
  width: 8.333333334%;
}
.ezfc-grid-12 .ezfc-col-2 {
  width: 16.66666667%;
}
.ezfc-grid-12 .ezfc-col-3 {
  width: 25%;
}
.ezfc-grid-12 .ezfc-col-4 {
  width: 33.33333333%;
}
.ezfc-grid-12 .ezfc-col-5 {
  width: 41.66666667%;
}
.ezfc-grid-12 .ezfc-col-6 {
  width: 50%;
}
.ezfc-grid-12 .ezfc-col-7 {
  width: 58.33333333%;
}
.ezfc-grid-12 .ezfc-col-8 {
  width: 66.66666667%;
}
.ezfc-grid-12 .ezfc-col-9 {
  width: 75%;
}
.ezfc-grid-12 .ezfc-col-10 {
  width: 83.33333333%;
}
.ezfc-grid-12 .ezfc-col-11 {
  width: 91.66666667%;
}
.ezfc-grid-12 .ezfc-col-12 {
  width: 100%;
}
/**
	responsive
**/
@media (max-width: 767px) {
  .ezfc-wrapper .ezfc-col-1,
  .ezfc-wrapper .ezfc-col-2,
  .ezfc-wrapper .ezfc-col-3,
  .ezfc-wrapper .ezfc-col-4,
  .ezfc-wrapper .ezfc-col-5,
  .ezfc-wrapper .ezfc-col-6,
  .ezfc-wrapper .ezfc-col-7,
  .ezfc-wrapper .ezfc-col-8,
  .ezfc-wrapper .ezfc-col-9,
  .ezfc-wrapper .ezfc-col-10,
  .ezfc-wrapper .ezfc-col-11,
  .ezfc-wrapper .ezfc-col-12 {
    width: 100%;
  }
  .ezfc-wrapper .ezfc-element-daterange {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.ezfc-element-wrapper-group {
  padding-left: 0;
  padding-right: 0;
}
.ezfc-element-wrapper-group:after {
  display: table;
  clear: both;
  content: " ";
}
/**
	some element styling
**/
.ezfc-inline.ezfc-element-radio-container {
  display: inline-block;
  text-align: center;
}
.ezfc-inline-options .ezfc-element-radio-container,
.ezfc-inline-options .ezfc-element-checkbox-container {
  display: inline-block;
  padding-right: 1em;
}
.ezfc-element > .fa {
  color: #000;
  position: absolute;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 16px;
  z-index: 1;
}
.ezfc-form .ezfc-element.ezfc-has-icon {
  padding-left: 50px;
}
.ezfc-element-wrapper-image img {
  max-width: 100%;
  height: auto;
}
.ezfc-element-option-has-image {
  display: inline-block;
  padding: 0 0.75em 0.75em 0;
  text-align: center;
}
.ezfc-element-option-has-image input {
  display: none;
}
.ezfc-element-option-has-image img {
  height: auto;
  max-width: 100%;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ezfc-element-option-has-image img.ezfc-selected {
  opacity: 1;
}
.ezfc-element-option-has-image img.ezfc-selected:hover {
  opacity: 1;
}
.ezfc-element-option-has-image img:hover {
  cursor: pointer;
  opacity: 0.4;
}
.ezfc-element-option-has-image .ezfc-element-radio-text,
.ezfc-element-option-has-image .ezfc-element-checkbox-text {
  display: block;
  padding-top: 0.25em;
}
.ezfc-element-wrapper-custom_calculation {
  padding: 0 !important;
  margin: 0 !important;
}
.ezfc-debug-info {
  background-color: #F7F7F7;
  border: #CFCFCF 1px solid;
  color: #333;
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 16px;
  padding: 0.5em;
}
.ezfc-element-colorpicker .colorpicker {
  top: 100%;
}
.ezfc-element-wrapper-spacer {
  min-height: 3em;
}
.ezfc-element-checkbox-container label,
.ezfc-element-radio-container label {
  display: inline-block;
  font-weight: 400;
}
.ezfc-autowidth {
  width: auto;
}
/**
	star rating
**/
.ezfc-rating {
  border: none;
  float: left;
}
.ezfc-rating > input {
  display: none;
}
.ezfc-rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.ezfc-rating > .ezfc-rating-half:before {
  content: "\f089";
  position: absolute;
}
.ezfc-rating > label {
  color: #ddd;
  float: right;
}
.ezfc-rating > input:checked ~ label,
.ezfc-rating:not(:checked) > label:hover,
.ezfc-rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.ezfc-rating > input:checked + label:hover,
.ezfc-rating > input:checked ~ label:hover,
.ezfc-rating > label:hover ~ input:checked ~ label,
.ezfc-rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
/**
	preview fixes
**/
.ezfc-preview .ezfc-btn:hover,
.ezfc-preview .ezfc-step-button:hover {
  cursor: pointer;
}
/**
	collapse
**/
.ezfc-collapse-title-wrapper {
  display: block;
}
.ezfc-collapse-title-wrapper:hover {
  cursor: pointer;
}
.ezfc-collapse-icon {
  display: inline-block;
  margin-right: 6px;
}
/**
  clearfix
**/
.ezfc-clear:after,
.ezfc-form-elements:after {
  content: " ";
  display: table;
  clear: both;
}
html[xmlns] .ezfc-clear {
  display: block;
}
* html .ezfc-clear {
  height: 1%;
}
/**
  jqueryui
**/
.ezfc-slider-element {
  margin: 0.5em 0;
}
/**
	payment dialog
**/
.ezfc-payment-dialog {
  background-color: #fff;
  color: #222;
  display: none;
  min-width: 300px;
  max-width: 500px;
  position: fixed;
  width: 50%;
  left: 25%;
  z-index: 2001;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ezfc-payment-dialog.ezfc-payment-dialog-open {
  display: block;
}
.ezfc-payment-dialog .ezfc-label {
  display: inline-block;
  margin-bottom: 0.1em;
  width: 49%;
}
@media (max-width: 767px) {
  .ezfc-payment-dialog .ezfc-label {
    width: 100%;
  }
}
.ezfc-payment-dialog .ezfc-payment-content {
  padding: 2.5em;
}
.ezfc-payment-dialog .ezfc-payment-heading {
  margin-top: 0;
}
.ezfc-payment-dialog .ezfc-payment-description-text {
  margin-bottom: 1em;
}
.ezfc-payment-dialog .ezfc-element-payment-stripe-expiry-separator {
  margin: 0 0.5em;
}
.ezfc-payment-dialog .ezfc-btn {
  width: 48%;
}
.ezfc-payment-dialog .ezfc-btn:disabled {
  background-color: #666 !important;
}
.ezfc-payment-dialog .ezfc-btn .fa {
  margin-right: 0.25em;
}
.ezfc-payment-dialog .ezfc-payment-cancel {
  background-color: #ca2e2e;
  color: #fff;
  margin-right: 3.5%;
}
.ezfc-payment-dialog .ezfc-payment-cancel:hover {
  background-color: #d85353;
}
.ezfc-payment-dialog .ezfc-payment-submit {
  background-color: #21a93f;
  color: #fff;
}
.ezfc-payment-dialog .ezfc-payment-submit:hover {
  background-color: #29d44f;
}
.ezfc-payment-dialog .ezfc-form-input-group {
  border: #efefef 1px solid;
  padding: 1em;
}
.ezfc-payment-dialog .ezfc-form-button-group {
  margin-top: 1em;
  white-space: nowrap;
}
.ezfc-payment-dialog input,
.ezfc-payment-dialog button {
  background: #efefef;
  border: 0;
  margin: 0.2em 0 0.2em 0;
  padding: 0.5em 0.8em;
  width: 49%;
}
.ezfc-payment-dialog input.ezfc-input-small,
.ezfc-payment-dialog button.ezfc-input-small {
  width: 4em;
}
@media (max-width: 767px) {
  .ezfc-payment-dialog input,
  .ezfc-payment-dialog button {
    width: 100%;
  }
}
@media (max-width: 468px) {
  .ezfc-payment-dialog {
    min-width: 100%;
    left: 0;
    width: 100%;
  }
}
.ezfc-payment-dialog-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.ezfc-payment-dialog-modal.ezfc-payment-dialog-open {
  display: block;
}
/**
 * included from bootstrap
 */
.ezfc-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ezfc-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ezfc-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.ezfc-progress.active .ezfc-progress-bar,
.ezfc-progress-bar.active {
  -webkit-animation: ezfc-progress-bar-stripes 2s linear infinite;
  -o-animation: ezfc-progress-bar-stripes 2s linear infinite;
  animation: ezfc-progress-bar-stripes 2s linear infinite;
}
.ezfc-progress-bar[aria-valuenow="1"],
.ezfc-progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.ezfc-progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
}
.ezfc-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@-webkit-keyframes ezfc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes ezfc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes ezfc-progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/**
	fx
**/
.ezfc-fade-in {
  -webkit-animation: ezfc-fade-in 0.5s 1 ease-in-out;
  -moz-animation: ezfc-fade-in 0.5s 1 ease-in-out;
  -ms-animation: ezfc-fade-in 0.5s 1 ease-in-out;
  animation: ezfc-fade-in 0.5s 1 ease-in-out;
}
@-webkit-keyframes ezfc-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ezfc-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
	mixins
**/
.transition-default {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ezfc-valign {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
