.ezfc-form {
  position: relative;
}
.ezfc-form * {
  box-sizing: border-box;
}
.ezfc-element {
  position: relative;
}
.ezfc-element.ezfc-hidden,
.ezfc-element[data-element="hidden"] {
  display: none;
}
/**
    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-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 {
  display: inline-block;
  vertical-align: top;
}
.ezfc-col-1 {
  width: 15.66%;
  padding-right: 1%;
}
.ezfc-col-2 {
  width: 32.32%;
  padding-right: 1%;
}
.ezfc-col-3 {
  width: 48.9%;
  padding-right: 1%;
}
.ezfc-col-4 {
  width: 65.66%;
  padding-right: 1%;
}
.ezfc-col-5 {
  width: 82.32%;
  padding-right: 1%;
}
.ezfc-col-6 {
  width: 99%;
  padding-right: 1%;
}
@media (max-width: 767px) {
  .ezfc-col-1,
  .ezfc-col-2,
  .ezfc-col-3,
  .ezfc-col-4,
  .ezfc-col-5,
  .ezfc-col-6 {
    width: 99%;
  }
}
/**
    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;
  -o-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 {
  height: 3em;
}
/**
  clearfix
**/
.ezfc-clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ezfc-clear {
  display: inline-block;
}
html[xmlns] .ezfc-clear {
  display: block;
}
* html .ezfc-clear {
  height: 1%;
}
/**
  jqueryui
**/
.ezfc-slider-element {
  margin: 0.5em 0;
}
/**
 * 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;
  }
}
.transition-default {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
