/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.contact-captcha-invalid::-webkit-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-moz-placeholder {
  /* Firefox 18- */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-ms-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-webkit-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-ms-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.helpme-contact-form-wrapper {
  position: relative;
  margin-bottom: 0;
}
.helpme-contact-form-wrapper .captcha-image {
  max-width: 50% !important;
}
.helpme-contact-form-wrapper.classic-style .captcha-image {
  position: absolute;
  right: 35px;
  top: 0;
  max-height: 45px;
}
.helpme-contact-form-wrapper.classic-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .captcha-change-image {
  color: #444444;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .text-input,
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-textarea {
  border: 1px solid #ededed;
  color: #c3c3c3;
  
}
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-form-row i {
  
  color: #d5d5d5;
  z-index: 6;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-button {
  border: none;
  color: #fff;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-button:hover {
  background-color: #444;
  color: #fff;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .text-input::-webkit-input-placeholder,
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-textarea::-webkit-input-placeholder {
  color: #919191;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .text-input:-moz-placeholder,
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-textarea:-moz-placeholder {
  color: #919191;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .text-input::-moz-placeholder,
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-textarea::-moz-placeholder {
  color: #919191;
}
.helpme-contact-form-wrapper.classic-style.dark-skin .text-input:-ms-input-placeholder,
.helpme-contact-form-wrapper.classic-style.dark-skin .helpme-textarea:-ms-input-placeholder {
  color: #919191;
}
.helpme-contact-form-wrapper.classic-style.light-skin .captcha-change-image {
  color: #fff;
}
.helpme-contact-form-wrapper.classic-style.light-skin .text-input,
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-textarea {
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-form-row i {
  border-right: 3px solid #fff;
  color: #fff;
  z-index: 6;
}
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-button {
  border: 3px solid #fff;
  color: #fff;
}
.helpme-contact-form.three-column .button-row {
  padding-left:15px;
  padding-right:15px;
}
.helpme-contact-form.three-column .helpme-button {
  width:100%;
}

.helpme-contact-form-wrapper.classic-style.light-skin .helpme-button:hover {
  background-color: #fff;
  color: #444;
}
.helpme-contact-form-wrapper.classic-style.light-skin .text-input::-webkit-input-placeholder,
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.helpme-contact-form-wrapper.classic-style.light-skin .text-input:-moz-placeholder,
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-textarea:-moz-placeholder {
  color: #fafafa;
}
.helpme-contact-form-wrapper.classic-style.light-skin .text-input::-moz-placeholder,
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-textarea::-moz-placeholder {
  color: #fafafa;
}
.helpme-contact-form-wrapper.classic-style.light-skin .text-input:-ms-input-placeholder,
.helpme-contact-form-wrapper.classic-style.light-skin .helpme-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.helpme-contact-form-wrapper.classic-style .helpme-invalid {
  border: 3px solid #ff0000 !important;
}
.helpme-contact-form-wrapper.modern-style .text-input,
.helpme-contact-form-wrapper.modern-style .helpme-textarea,
.helpme-contact-form-wrapper.modern-style .helpme-button {
  font-size: 15px !important;
  font-weight: normal !important;
}
.helpme-contact-form-wrapper.modern-style .captcha-image {
  position: absolute;
  right: 0;
  top: -20px;
}
.helpme-contact-form-wrapper.modern-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input,
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea {
  border: 0;
  color: #000;
  background-color: transparent;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input::-webkit-input-placeholder,
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea::-webkit-input-placeholder {
  color: #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input:-moz-placeholder,
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea:-moz-placeholder {
  color: #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input::-moz-placeholder,
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea::-moz-placeholder {
  color: #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input:-ms-input-placeholder,
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea:-ms-input-placeholder {
  color: #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .text-input {
  border-bottom: 3px solid #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-textarea {
  border: 3px solid #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-button {
  border: 3px solid #000;
  color: #000;
}
.helpme-contact-form-wrapper.modern-style.dark-skin .helpme-button:hover {
  background-color: #000;
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input,
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea {
  border: 0;
  color: #fff;
  background-color: transparent;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input::-webkit-input-placeholder,
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea::-webkit-input-placeholder {
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input:-moz-placeholder,
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea:-moz-placeholder {
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input::-moz-placeholder,
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea::-moz-placeholder {
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input:-ms-input-placeholder,
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea:-ms-input-placeholder {
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .text-input {
  border-bottom: 3px solid #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-textarea {
  border: 3px solid #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-button {
  border: 3px solid #fff;
  color: #fff;
}
.helpme-contact-form-wrapper.modern-style.light-skin .helpme-button:hover {
  background-color: #fff;
  color: #000;
}
.helpme-contact-form-wrapper.modern-style .text-input {
  padding-left: 12px;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: transparent;
}
.helpme-contact-form-wrapper.modern-style .text-input.helpme-invalid {
  border: 0 !important;
  border-bottom: 3px solid #ff0000 !important;
}
.helpme-contact-form-wrapper.modern-style .helpme-textarea {
  margin-top: 28px;
  margin-bottom: 45px !important;
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}
.helpme-contact-form-wrapper.modern-style .helpme-textarea.helpme-invalid {
  border: 3px solid #ff0000 !important;
}
.helpme-contact-form-wrapper.modern-style .helpme-form-row {
  margin-bottom: 25px !important;
}
.helpme-contact-form-wrapper.modern-style .text-input,
.helpme-contact-form-wrapper.modern-style .helpme-textarea,
.helpme-contact-form-wrapper.modern-style .helpme-button {
  font-weight: normal !important;
}
.helpme-contact-form-wrapper.modern-style .helpme-button {
  margin-bottom: 45px !important;
  border-width: 3px;
}
.helpme-contact-form-wrapper.modern-style .helpme-button:hover {
  color: #fff;
}
.helpme-contact-form-wrapper .helpme-form-row {
  margin-bottom: 10px;
  position: relative;
}
.helpme-contact-form.three-column .helpme-form-row{
	width:33.1%;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	}

.helpme-contact-form.three-column .helpme-form-textarea-wrap{
	padding-left:15px;
	padding-right:15px;
}
.helpme-contact-form.three-column{
	margin-left:-15px;
	margin-right:-15px;
}
.helpme-contact-form-wrapper .helpme-form-row i {
  float: right;
  width: 39px !important;
  height: 41px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 16px;
}
.helpme-contact-form-wrapper .helpme-form-row i.input-focused {
  color: #fff !important;
  border-right-width: 1px;
  border-right-style: solid;
}
.helpme-contact-form-wrapper .text-input,
.helpme-contact-form-wrapper .helpme-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 400 !important;
}
.helpme-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  background:#fff;
}
.helpme-contact-form-wrapper .helpme-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.helpme-contact-form-wrapper .button-row {
  text-align: center;
}
.helpme-contact-form-wrapper .helpme-button {
  margin: 0 auto;
}
.widget .helpme-contact-form-wrapper .captcha-image {
  max-width: 100% !important;
}
.widget .helpme-contact-form-wrapper.light-skin .text-input,
.widget .helpme-contact-form-wrapper.light-skin .helpme-textarea {
  border: 2px solid #eee;
  background-color: rgba(238, 238, 238, 0.1);
}
.widget .helpme-contact-form-wrapper.light-skin .helpme-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid #eee;
  color: #666;
}
.widget .helpme-contact-form-wrapper.light-skin .helpme-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .helpme-contact-form-wrapper.light-skin .helpme-button {
  border: 2px solid #eee;
  color: #444;
}
.widget .helpme-contact-form-wrapper.light-skin .helpme-button:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.widget .helpme-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .helpme-contact-form-wrapper.light-skin .helpme-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .helpme-contact-form-wrapper.light-skin .helpme-textarea:-moz-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.light-skin .text-input::-moz-placeholder,
.widget .helpme-contact-form-wrapper.light-skin .helpme-textarea::-moz-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .helpme-contact-form-wrapper.light-skin .helpme-textarea:-ms-input-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.dark-skin .text-input,
.widget .helpme-contact-form-wrapper.dark-skin .helpme-textarea {
  border: 2px solid rgba(128, 128, 128, 0.5);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .helpme-contact-form-wrapper.dark-skin .helpme-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid rgba(128, 128, 128, 0.5);
  color: #666;
}
.widget .helpme-contact-form-wrapper.dark-skin .helpme-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .helpme-contact-form-wrapper.dark-skin .helpme-button {
  border: 2px solid rgba(128, 128, 128, 0.5);
  color: rgba(128, 128, 128, 0.5);
}
.widget .helpme-contact-form-wrapper.dark-skin .helpme-button:hover {
  background-color: #eee;
  border-color: #eee;
  color: #444;
}
.widget .helpme-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.widget .helpme-contact-form-wrapper.dark-skin .helpme-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.widget .helpme-contact-form-wrapper.dark-skin .helpme-textarea:-moz-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.dark-skin .text-input::-moz-placeholder,
.widget .helpme-contact-form-wrapper.dark-skin .helpme-textarea::-moz-placeholder {
  color: #666;
}
.widget .helpme-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.widget .helpme-contact-form-wrapper.dark-skin .helpme-textarea:-ms-input-placeholder {
  color: #666;
}
.helpme-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.helpme-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
/* Quick Contact Form
-------------------------------------------------------------------- */
.quick-button-container {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.quick-button-container.go-right {
  right: 25px;
}
.quick-button-container.go-left {
  right: 70px;
}
.quick-button-container .helpme-quick-contact-link {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}
.quick-button-container .helpme-quick-contact-link i {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
}
.quick-button-container .helpme-quick-contact-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media handheld, only screen and (max-width: 767px) {
  .quick-button-container .helpme-quick-contact-link {
    display: none;
  }
}
.helpme-quick-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.helpme-quick-contact-overlay.light-skin {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.helpme-quick-contact-overlay.light-skin .helpme-quick-contact-close {
  color: #000;
}
.helpme-quick-contact-overlay.dark-skin {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.helpme-quick-contact-overlay.dark-skin .helpme-quick-contact-close {
  color: #fff;
}
.helpme-quick-contact-overlay .helpme-quick-contact-wrapper {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.helpme-quick-contact-overlay .helpme-quick-contact-wrapper .captcha-change-image {
  color: #969696;
}
.helpme-quick-contact-overlay .helpme-quick-contact-inset {
  width: 800px;
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transform: translateY(25%) rotateX(-35deg);
  -ms-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
}
.helpme-quick-contact-overlay .helpme-quick-contact-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.helpme-quick-contact-overlay .helpme-quick-contact-close i {
  line-height: 25px;
  font-size: 32px;
  display: inline-block;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.helpme-quick-contact-overlay .helpme-quick-contact-close:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.helpme-quick-contact-overlay.helpme-quick-contact-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.helpme-quick-contact-overlay.helpme-quick-contact-visible .helpme-quick-contact-inset {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0deg);
  -ms-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}
.helpme-progress-button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.helpme-progress-button i {
  border-right: none!important;
}
.helpme-progress-button[disabled],
.helpme-progress-button[disabled].state-loading {
  cursor: default;
}
.helpme-progress-button .helpme-progress-button-content {
  position: relative;
  display: block;
}
.helpme-progress-button .state-success,
.helpme-progress-button .state-error {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.helpme-progress-button.medium .state-success,
.helpme-progress-button.medium .state-error {
  font-size: 14px;
}
.notransition {
  transition: none !important;
}
.helpme-progress-button .helpme-progress-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}
.helpme-contact-form-wrapper.dark-skin .outline-button .helpme-progress-inner,
.helpme-contact-form-wrapper.light-skin .outline-button:hover .helpme-progress-inner {
  background: rgba(0, 0, 0, 0.5);
}
.helpme-contact-form-wrapper.light-skin .outline-button .helpme-progress-inner,
.helpme-contact-form-wrapper.dark-skin .outline-button:hover .helpme-progress-inner {
  background: rgba(255, 255, 255, 0.5);
}
.helpme-progress-button[data-horizontal] .helpme-progress-inner {
  bottom: 0;
  width: 0;
  height: 5px;
  transition: width 0.3s, opacity 0.3s;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
}
.helpme-progress-button[data-vertical] .helpme-progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s;
}