@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,400);
.ezfc-theme-slick {
  font-family: 'Open Sans', sans-serif;
}
.ezfc-element .fa {
  color: #666;
  position:relative;top:9px;
}
.ezfc-theme-slick .ezfc-element-numbers,
.ezfc-theme-slick .ezfc-element-textarea,
.ezfc-theme-slick .ezfc-element-select {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  color: #666;
  padding: 5px;
  width: 100%;
  border-radius:3px;
}
.ezfc-theme-slick .ezfc-element-select {
  padding: 1em;
  border-radius:3px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-radio,
.ezfc-theme-slick .ezfc-element-radio-text,
.ezfc-theme-slick .ezfc-element-checkbox,
.ezfc-theme-slick .ezfc-element-checkbox-text {
  display: inline-block;
  border-radius:3px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-radio-input,
.ezfc-theme-slick .ezfc-element-checkbox-input {
  margin: 0 0.5em 0.2em 1em;
  border-radius:3px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-daterange {
  width: 49%;border-radius:3px;border: 1px solid #ddd;
  background-color: #fff;
}
.ezfc-theme-slick .ezfc-element-daterange-from {
  margin-right: 1%;border-radius:3px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-daterange-to {
  margin-left: 1%;border-radius:3px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-wrapper-image img {
  max-width: 100%;border-radius:3px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-element-wrapper-subtotal .ezfc-text {
  font-size: 1.5em;
  padding: 0.5em;border-radius:3px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.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;border-radius:3px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.ezfc-theme-slick .ezfc-step-button {
  border-radius:50px;border: 1px solid #ddd;
  background-color: red;
  color: #fff;
  font-weight: 800;
  padding: 10px 40px 10px 40px;
  position:relative; 
  float:right;
  right:0px;
  top:15px;
  -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-submit-1,#ezfc-submit-2,.ezfc-theme-slick .ezfc-btn{ 
border-radius:50px;border: 1px solid #ddd;
  background-color: red;
  color: #fff;
  padding: 10px 40px 10px 40px;
  float:right;
  margin-right:15px;
  position:relative;
  top:0px;
  -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: red;
  color: #000;
  border-radius:40px;border: 1px solid #ddd;
}
.ezfc-theme-slick .ezfc-success-text {
  display: none;
}
.ezfc-theme-slick .ezfc-required-char {
  color: #f00;
}
.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;
  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;
  border-radius:10px;border: 1px solid #ddd;
  background-color: #fff;
}
.ezfc-theme-slick .ezfc-upload-button:hover {
  color: #737373;
  border-radius:10px;border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.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;
}

.ezfc-required-notification{
display:none;
}

.ezfc-theme-slick .ezfc-price {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 700;
  padding: 0.5em;
  position:relative;
  top:-65px;
  left:5px;
}
.ezfc-theme-slick .ezfc-element-price {
  font-style: italic;
  position:relative;
}

.ezfc-theme-slick .ezfc-element-input{
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  color: #666;
  padding: 1.5em;
  width: 100%;
  border-radius:3px;
  height:45px;
}
.ezfc-element,.ezfc-price-wrapper-element {
  margin-top: -5px;
  margin-bottom:10px;
  position:relative;
  left:0px;
  top:10px;
}
.ezfc-label {
  display: block;
  font-size: 1.2em;
  font-weight: 800;
  margin: 0;
  text-align: left;
  position:relative;
  left:5px;
  top:0px;
}
#ezfc-submit-35,#ezfc-submit-36{
position:relative;
top:-16px;
}