@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);





body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Century Gothic', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Century Gothic', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Century Gothic', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Century Gothic', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Century Gothic', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Century Gothic', sans-serif;
}
.mbr-author-desc {
  font-family: 'Century Gothic', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Century Gothic', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Century Gothic', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #42b507 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #c1c1c1 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  background-color: #42b507;
  border-color: #42b507;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #276b04;
  border-color: #276b04;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #276b04 !important;
  border-color: #276b04 !important;
}
.btn-info {
  background-color: #42b507;
  border-color: #42b507;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #276b04;
  border-color: #276b04;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #276b04 !important;
  border-color: #276b04 !important;
}
.btn-success {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-primary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #1e5303;
  color: #1e5303;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #42b507;
  border-color: #42b507;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #42b507 !important;
  border-color: #42b507 !important;
}
.btn-info-outline {
  background: none;
  border-color: #1e5303;
  color: #1e5303;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #42b507;
  border-color: #42b507;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #42b507 !important;
  border-color: #42b507 !important;
}
.btn-success-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #42b507 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #c1c1c1 !important;
}
.alert-success {
  background-color: #eceeef;
}
.alert-info {
  background-color: #42b507;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #c1c1c1;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #F1C050;
}
.lead blockquote {
  border-color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #81f844;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ffffff;
}
#content5-1q .mbr-section-title,
#content5-1q p {
  color: #fff;
}
#content5-1q .mbr-section-title {
  color: #42b507;
  font-size: 60px;
}
#content5-1q P {
  color: #262626;
}
#features3-8o P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8o H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8o H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#menu-1a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1a .navbar-caption {
  color: #ffffff;
}
#menu-1a .navbar-toggler {
  color: #42b507;
}
#menu-1a .close-icon::before,
#menu-1a .close-icon::after {
  background-color: #42b507;
}
#menu-1a .link,
#menu-1a .dropdown-item {
  color: #42b507;
  font-family: 'Century Gothic', sans-serif;
}
#menu-1a .link {
  font-size: 0.9rem;
}
#menu-1a .dropdown-item,
#menu-1a .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1a .link:hover,
#menu-1a .dropdown-item:hover,
#menu-1a .link:focus,
#menu-1a .dropdown-item:focus {
  color: #ffffff;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-menu {
  background: #e6e6e6;
}
#menu-1a .nav-dropdown-sm .link:focus,
#menu-1a .nav-dropdown-sm .link:hover,
#menu-1a .nav-dropdown-sm .dropdown-item:focus,
#menu-1a .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1a .navbar,
#menu-1a .nav-dropdown-sm,
#menu-1a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1a .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1a .bg-color.transparent .link {
  color: #42b507;
  transition: none;
}
#menu-1a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1a .bg-color.transparent.opened .link:hover,
#menu-1a .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-1a .btn SPAN {
  font-family: 'Century Gothic', sans-serif;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#social-buttons4-8h .mbr-section-title,
#social-buttons4-8h .btn-social {
  color: #42b507;
}
#social-buttons4-8h .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}



#header1-3 .mbr-section-title SPAN {
  font-size: 60px;
  color: #ffffff;
  font-family: 'Century Gothic', sans-serif;
}
#header1-3 .mbr-section-lead P {
  color: #ffffff;
  font-size: 30px;
}
#header1-3 .mbr-section-title {
  color: #ffffff;
  font-size: 100px;
}
#features6-1d H4 {
  font-size: 25px;
  color: #2bc417;
}
#features6-1d P {
  text-align: center;
}
#features3-8d P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8d H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8d H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8e .mbr-section-title,
#social-buttons4-8e .btn-social {
  color: #42b507;
}
#social-buttons4-8e .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8f P {
  text-align: right;
  color: #42b507;
}
#menu-v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-v .navbar-caption {
  color: #ffffff;
}
#menu-v .navbar-toggler {
  color: #42b507;
}
#menu-v .close-icon::before,
#menu-v .close-icon::after {
  background-color: #42b507;
}
#menu-v .link,
#menu-v .dropdown-item {
  color: #42b507;
  font-family: 'Century Gothic', sans-serif;
}
#menu-v .link {
  font-size: 0.8rem;
}
#menu-v .dropdown-item,
#menu-v .nav-dropdown-sm .link {
  font-size: 0.8rem;
}
#menu-v .link:hover,
#menu-v .dropdown-item:hover,
#menu-v .link:focus,
#menu-v .dropdown-item:focus {
  color: #818a91;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  /* box-shadow: -1px -1px black; */
}
#menu-v .nav-dropdown-sm .link:focus,
#menu-v .nav-dropdown-sm .link:hover,
#menu-v .nav-dropdown-sm .dropdown-item:focus,
#menu-v .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-v .navbar,
#menu-v .nav-dropdown-sm,
#menu-v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-v .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-v .bg-color.transparent .link {
  color: #42b507;
  transition: none;
}
#menu-v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-v .bg-color.transparent.opened .link:hover,
#menu-v .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-item[aria-expanded="true"] {
  color: #42b507!important;
}
#menu-v .btn SPAN {
  font-family: 'Century Gothic', sans-serif;
}
#menu-v.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-v .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-8n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8n .navbar-caption {
  color: #ffffff;
}
#menu-8n .navbar-toggler {
  color: #42b507;
}
#menu-8n .close-icon::before,
#menu-8n .close-icon::after {
  background-color: #42b507;
}
#menu-8n .link,
#menu-8n .dropdown-item {
  color: #42b507;
  font-family: 'Century Gothic', sans-serif;

}
#menu-8n .link {
  font-size: 0.8rem;

}
#menu-8n .dropdown-item,
#menu-8n .nav-dropdown-sm .link {
  font-size: 0.8rem;
}
#menu-8n .link:hover,
#menu-8n .dropdown-item:hover,
#menu-8n .link:focus,
#menu-8n .dropdown-item:focus {
  color: #818a91;
}
#menu-8n .link[aria-expanded="true"],
#menu-8n .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  /* box-shadow: -1px -1px black; */
}
#menu-8n .nav-dropdown-sm .link:focus,
#menu-8n .nav-dropdown-sm .link:hover,
#menu-8n .nav-dropdown-sm .dropdown-item:focus,
#menu-8n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8n .navbar,
#menu-8n .nav-dropdown-sm,
#menu-8n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8n .bg-color.transparent .link {
  color: #42b507;
  transition: none;
}
#menu-8n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8n .bg-color.transparent.opened .link:hover,
#menu-8n .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-8n .link[aria-expanded="true"],
#menu-8n .dropdown-item[aria-expanded="true"] {
  color: #42b507!important;
}
#menu-8n .btn SPAN {
  font-family: 'Century Gothic', sans-serif;
}
#menu-8n.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-8n .mbr-navbar__hamburger {
  color: #ffffff;

}
#header5-8i .mbr-section-title {
  color: #42b507;
}
#header5-8i .mbr-section-lead {
  color: #262626;
}
#header5-8i .btn {
  font-size: 12px;
}
#slider2-8l .mbr-section-title,
#slider2-8l .mbr-section-lead {
  color: #fff;
}
#slider2-8l P {
  text-align: left;
}
#slider2-8l H2 {
  text-align: left;
}
#features3-8p P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8p H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8p H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8o .mbr-section-title,
#social-buttons4-8o .btn-social {
  color: #fff;
}
#social-buttons4-8o .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8p .mbr-section-title {
  color: #42b507;
}
#header5-8p .mbr-section-lead {
  color: #262626;
}
#header5-8p .btn {
  font-size: 12px;
}
#slider2-8q .mbr-section-title,
#slider2-8q .mbr-section-lead {
  color: #fff;
}
#slider2-8q P {
  text-align: left;
}
#slider2-8q H2 {
  text-align: left;
}
#features3-8q P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8q H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8q H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8h .mbr-section-title,
#social-buttons4-8h .btn-social {
  color: #fff;
}
#social-buttons4-8h .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8f .mbr-section-title {
  color: #42b507;
}
#header5-8f .mbr-section-lead {
  color: #262626;
}
#header5-8f .btn {
  font-size: 12px;
}
#slider2-8g .mbr-section-title,
#slider2-8g .mbr-section-lead {
  color: #fff;
}
#slider2-8g P {
  text-align: left;
}
#slider2-8g H2 {
  text-align: left;
}
#features3-8u P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8u H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8u H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#social-buttons4-8p .mbr-section-title,
#social-buttons4-8p .btn-social {
  color: #fff;
}
#social-buttons4-8p .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#header5-8h .mbr-section-title {
  color: #42b507;
}
#header5-8h .mbr-section-lead {
  color: #262626;
}
#header5-8h .btn {
  font-size: 12px;
}
#slider2-8i .mbr-section-title,
#slider2-8i .mbr-section-lead {
  color: #fff;
}
#slider2-8i P {
  text-align: left;
}
#slider2-8i H2 {
  text-align: left;
}
#features3-8v P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8v H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8v H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8r .mbr-section-title,
#social-buttons4-8r .btn-social {
  color: #fff;
}
#social-buttons4-8r .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8j .mbr-section-title {
  color: #42b507;
}
#header5-8j .mbr-section-lead {
  color: #262626;
}
#header5-8j .btn {
  font-size: 12px;
}
#slider2-8k .mbr-section-title,
#slider2-8k .mbr-section-lead {
  color: #fff;
}
#slider2-8k P {
  text-align: left;
}
#slider2-8k H2 {
  text-align: left;
}
#features3-8w P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8w H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8w H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8t .mbr-section-title,
#social-buttons4-8t .btn-social {
  color: #fff;
}
#social-buttons4-8t .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8n .mbr-section-title {
  color: #42b507;
}
#header5-8n .mbr-section-lead {
  color: #262626;
}
#header5-8n .btn {
  font-size: 12px;
}
#slider2-8o .mbr-section-title,
#slider2-8o .mbr-section-lead {
  color: #fff;
}
#slider2-8o P {
  text-align: left;
}
#slider2-8o H2 {
  text-align: left;
}
#features3-8y P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8y H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8y H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8x .mbr-section-title,
#social-buttons4-8x .btn-social {
  color: #fff;
}
#social-buttons4-8x .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8p .mbr-section-title {
  color: #42b507;
}
#header5-8p .mbr-section-lead {
  color: #262626;
}
#header5-8p .btn {
  font-size: 12px;
}
#slider2-8q .mbr-section-title,
#slider2-8q .mbr-section-lead {
  color: #fff;
}
#slider2-8q P {
  text-align: left;
}
#slider2-8q H2 {
  text-align: left;
}
#features3-9q P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9q H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9q H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8z .mbr-section-title,
#social-buttons4-8z .btn-social {
  color: #fff;
}
#social-buttons4-8z .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8r .mbr-section-title {
  color: #42b507;
}
#header5-8r .mbr-section-lead {
  color: #262626;
}
#header5-8r .btn {
  font-size: 12px;
}
#slider2-8s .mbr-section-title,
#slider2-8s .mbr-section-lead {
  color: #fff;
}
#slider2-8s P {
  text-align: left;
}
#slider2-8s H2 {
  text-align: left;
}
#features3-8z P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8z H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8z H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-91 .mbr-section-title,
#social-buttons4-91 .btn-social {
  color: #fff;
}
#social-buttons4-91 .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8v .mbr-section-title {
  color: #42b507;
}
#header5-8v .mbr-section-lead {
  color: #262626;
}
#header5-8v .btn {
  font-size: 12px;
}
#slider2-8w .mbr-section-title,
#slider2-8w .mbr-section-lead {
  color: #fff;
}
#slider2-8w P {
  text-align: left;
}
#slider2-8w H2 {
  text-align: left;
}
#features3-91 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-91 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-91 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-95 .mbr-section-title,
#social-buttons4-95 .btn-social {
  color: #fff;
}
#social-buttons4-95 .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8l .mbr-section-title {
  color: #42b507;
}
#header5-8l .mbr-section-lead {
  color: #262626;
}
#header5-8l .btn {
  font-size: 12px;
}
#slider2-8m .mbr-section-title,
#slider2-8m .mbr-section-lead {
  color: #fff;
}
#slider2-8m P {
  text-align: left;
}
#slider2-8m H2 {
  text-align: left;
}
#features3-8x P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8x H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8x H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8v .mbr-section-title,
#social-buttons4-8v .btn-social {
  color: #42b507;
}
#social-buttons4-8v .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8d .mbr-section-title {
  color: #42b507;
}
#header5-8d .mbr-section-lead {
  color: #262626;
}
#header5-8d .btn {
  font-size: 12px;
}
#slider2-8e .mbr-section-title,
#slider2-8e .mbr-section-lead {
  color: #fff;
}
#slider2-8e P {
  text-align: left;
}
#slider2-8e H2 {
  text-align: left;
}
#features3-8t P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8t H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8t H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8n .mbr-section-title,
#social-buttons4-8n .btn-social {
  color: #fff;
}
#social-buttons4-8n .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#testimonials2-8x .mbr-section-title {
  text-align: left;
  color: #25c11d;
  font-size: 60px;
}
#testimonials2-8x .mbr-section-subtitle {
  text-align: left;
  color: #262626;
}
#testimonials2-8x .card-block P {
  text-align: center;
}
#testimonials2-8x .card-footer > small {
  color: #262626;
}
#testimonials2-8x .card-block {
  text-align: center;
  color: #262626;
}
#testimonials2-8f .mbr-section-title {
  text-align: left;
  color: #25c11d;
  font-size: 60px;
}
#testimonials2-8f .mbr-section-subtitle {
  text-align: left;
  color: #262626;
}
#testimonials2-8f .card-block P {
  text-align: center;
}
#testimonials2-8f .card-footer > small {
  color: #262626;
}
#testimonials2-8f .card-block {
  text-align: center;
  color: #262626;
}
#testimonials2-8g .card-footer > small {
  color: #262626;
}
#testimonials2-8g .card-block P {
  color: #262626;
}
#testimonials2-8d .mbr-section-title {
  text-align: left;
  color: #25c11d;
  font-size: 60px;
}
#testimonials2-8d .mbr-section-subtitle {
  text-align: left;
  color: #262626;
}
#testimonials2-8d .card-block P {
  text-align: center;
}
#testimonials2-8d .card-footer > small {
  color: #262626;
}
#testimonials2-8d .card-block {
  text-align: center;
  color: #262626;
}
#testimonials2-8h .card-footer > small {
  color: #262626;
}
#testimonials2-8h .card-block P {
  color: #262626;
  font-size: 18px;
}
#testimonials2-8i .card-footer > small {
  color: #262626;
}
#testimonials2-8i .card-block P {
  color: #262626;
  font-size: 18px;
}
#features3-8s P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8s H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8s H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8t .mbr-section-title,
#social-buttons4-8t .btn-social {
  color: #fff;
}
#social-buttons4-8t .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8y .mbr-section-title {
  color: #42b507;
}
#header5-8y .mbr-section-lead {
  color: #262626;
}
#header5-8y .btn {
  font-size: 12px;
}
#msg-box5-8k H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8k P {
  text-align: left;
  color: #262626;
}
#features3-8j H4 {
  color: #42b507;
}
#features3-9e P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9e H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9e H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-99 .mbr-section-title,
#social-buttons4-99 .btn-social {
  color: #fff;
}
#social-buttons4-99 .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-4d P {
  text-align: right;
  color: #42b507;
}
#form1-9v .form-control-label {
  color: #232323;
}
#form1-9v .mbr-section-title {
  color: #42b507;
  text-align: left;
}
#form1-9v SMALL {
  text-align: left;
  color: #262626;
}
#testimonials1-8h .mbr-section-subtitle {
  text-align: left;
  color: #262626;
}
#testimonials1-8h .card-block P {
  text-align: center;
  font-size: 13px;
}
#testimonials1-8h .card-footer > small {
  color: #262626;
}
#testimonials1-8h .card-footer > div SPAN {
  font-size: 14px;
}
#testimonials1-8h .mbr-section-title {
  text-align: left;
  color: #42b507;
}
#testimonials1-8h .card-footer > div {
  color: #262626;
}
#msg-box5-8l H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8l P {
  text-align: left;
  color: #262626;
}
#features3-9f P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9f H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9f H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8q .mbr-section-title,
#social-buttons4-8q .btn-social {
  color: #fff;
}
#social-buttons4-8q .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8m .mbr-section-title {
  color: #42b507;
}
#header5-8m .mbr-section-lead {
  color: #ffffff;
}
#header5-8m .btn {
  font-size: 12px;
}
#msg-box5-9p H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-9p P {
  text-align: left;
  color: #262626;
}
#msg-box5-8n H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8n P {
  text-align: left;
  color: #262626;
}
#features3-9o P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9o H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9o H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9n .mbr-section-title,
#social-buttons4-9n .btn-social {
  color: #fff;
}
#social-buttons4-9n .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#features3-9h P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9h H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9h H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8l .mbr-section-title,
#social-buttons4-8l .btn-social {
  color: #fff;
}
#social-buttons4-8l .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8d .mbr-section-title {
  color: #42b507;
}
#header5-8d .mbr-section-lead {
  color: #262626;
}
#header5-8d .btn {
  font-size: 12px;
}
#msg-box5-8e H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8e P {
  text-align: left;
  color: #262626;
}
#msg-box5-8g H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8g P {
  text-align: left;
  color: #262626;
}
#msg-box5-8f H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8f P {
  text-align: left;
  color: #262626;
}
#features3-9i P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9i H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9i H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#social-buttons4-8h .mbr-section-title,
#social-buttons4-8h .btn-social {
  color: #fff;
}
#social-buttons4-8h .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#header5-8g .mbr-section-title {
  color: #42b507;
}
#header5-8g .mbr-section-lead {
  color: #262626;
}
#header5-8g .btn {
  font-size: 12px;
}
#header5-8g .mbr-section-lead B {
  color: #42b507;
}
#features3-a0 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-a0 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-a0 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-a1 .mbr-section-title,
#social-buttons4-a1 .btn-social {
  color: #fff;
}
#social-buttons4-a1 .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-90 .mbr-section-title {
  color: #42b507;
}
#header5-90 .mbr-section-lead {
  color: #262626;
}
#header5-90 .btn {
  font-size: 12px;
}
#slider2-91 .mbr-section-title,
#slider2-91 .mbr-section-lead {
  color: #fff;
}
#slider2-91 P {
  text-align: left;
}
#slider2-91 H2 {
  text-align: left;
}
#features3-9d P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9d H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9d H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9g .mbr-section-title,
#social-buttons4-9g .btn-social {
  color: #fff;
}
#social-buttons4-9g .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-92 .mbr-section-title {
  color: #42b507;
}
#header5-92 .mbr-section-lead {
  color: #262626;
}
#header5-92 .btn {
  font-size: 12px;
}
#slider2-93 .mbr-section-title,
#slider2-93 .mbr-section-lead {
  color: #fff;
}
#slider2-93 P {
  text-align: left;
}
#slider2-93 H2 {
  text-align: left;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#features3-9c P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9c H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9c H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9i .mbr-section-title,
#social-buttons4-9i .btn-social {
  color: #fff;
}
#social-buttons4-9i .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#header5-8n .mbr-section-title {
  color: #42b507;
}
#header5-8n .mbr-section-lead {
  color: #262626;
}
#header5-8n .btn {
  font-size: 12px;
}
#slider2-8o .mbr-section-title,
#slider2-8o .mbr-section-lead {
  color: #fff;
}
#slider2-8o P {
  text-align: left;
}
#slider2-8o H2 {
  text-align: left;
}
#features3-8r P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8r H5 {
  text-align: center;
  color: #262626;
}
#features3-8r H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8j .mbr-section-title,
#social-buttons4-8j .btn-social {
  color: #fff;
}
#social-buttons4-8j .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8r .mbr-section-title {
  color: #42b507;
}
#header5-8r .mbr-section-lead {
  color: #262626;
}
#header5-8r .btn {
  font-size: 12px;
}
#slider2-8s .mbr-section-title,
#slider2-8s .mbr-section-lead {
  color: #fff;
}
#slider2-8s P {
  text-align: left;
}
#slider2-8s H2 {
  text-align: left;
}
#features3-8s P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-8s H5 {
  text-align: center;
  color: #ffffff;
}
#features3-8s H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8l .mbr-section-title,
#social-buttons4-8l .btn-social {
  color: #fff;
}
#social-buttons4-8l .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-94 .mbr-section-title {
  color: #42b507;
}
#header5-94 .mbr-section-lead {
  color: #262626;
}
#header5-94 .btn {
  font-size: 12px;
}
#slider2-95 .mbr-section-title,
#slider2-95 .mbr-section-lead {
  color: #fff;
}
#slider2-95 P {
  text-align: left;
}
#slider2-95 H2 {
  text-align: left;
}
#features3-93 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-93 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-93 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9k .mbr-section-title,
#social-buttons4-9k .btn-social {
  color: #fff;
}
#social-buttons4-9k .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-96 .mbr-section-title {
  color: #42b507;
}
#header5-96 .mbr-section-lead {
  color: #262626;
}
#header5-96 .btn {
  font-size: 12px;
}
#slider2-97 .mbr-section-title,
#slider2-97 .mbr-section-lead {
  color: #fff;
}
#slider2-97 P {
  text-align: left;
}
#slider2-97 H2 {
  text-align: left;
}
#features3-92 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-92 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-92 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9m .mbr-section-title,
#social-buttons4-9m .btn-social {
  color: #fff;
}
#social-buttons4-9m .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-98 .mbr-section-title {
  color: #42b507;
}
#header5-98 .mbr-section-lead {
  color: #262626;
}
#header5-98 .btn {
  font-size: 12px;
}
#slider2-99 .mbr-section-title,
#slider2-99 .mbr-section-lead {
  color: #fff;
}
#slider2-99 P {
  text-align: left;
}
#slider2-99 H2 {
  text-align: left;
}
#features3-94 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-94 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-94 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9o .mbr-section-title,
#social-buttons4-9o .btn-social {
  color: #fff;
}
#social-buttons4-9o .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9a .mbr-section-title {
  color: #42b507;
}
#header5-9a .mbr-section-lead {
  color: #262626;
}
#header5-9a .btn {
  font-size: 12px;
}
#slider2-9b .mbr-section-title,
#slider2-9b .mbr-section-lead {
  color: #fff;
}
#slider2-9b P {
  text-align: left;
}
#slider2-9b H2 {
  text-align: left;
}
#features3-96 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-96 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-96 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9q .mbr-section-title,
#social-buttons4-9q .btn-social {
  color: #fff;
}
#social-buttons4-9q .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9c .mbr-section-title {
  color: #42b507;
}
#header5-9c .mbr-section-lead {
  color: #262626;
}
#header5-9c .btn {
  font-size: 12px;
}
#slider2-9d .mbr-section-title,
#slider2-9d .mbr-section-lead {
  color: #fff;
}
#slider2-9d P {
  text-align: left;
}
#slider2-9d H2 {
  text-align: left;
}
#features3-95 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-95 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-95 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9s .mbr-section-title,
#social-buttons4-9s .btn-social {
  color: #fff;
}
#social-buttons4-9s .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9e .mbr-section-title {
  color: #42b507;
}
#header5-9e .mbr-section-lead {
  color: #262626;
}
#header5-9e .btn {
  font-size: 12px;
}
#slider2-9f .mbr-section-title,
#slider2-9f .mbr-section-lead {
  color: #fff;
}
#slider2-9f P {
  text-align: left;
}
#slider2-9f H2 {
  text-align: left;
}
#slider2-9f H6 {
  font-size: 17px;
}
#features3-97 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-97 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-97 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9u .mbr-section-title,
#social-buttons4-9u .btn-social {
  color: #fff;
}
#social-buttons4-9u .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9g .mbr-section-title {
  color: #42b507;
}
#header5-9g .mbr-section-lead {
  color: #262626;
}
#header5-9g .btn {
  font-size: 12px;
}
#slider2-9h .mbr-section-title,
#slider2-9h .mbr-section-lead {
  color: #fff;
}
#slider2-9h P {
  text-align: left;
}
#slider2-9h H2 {
  text-align: left;
}
#features3-98 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-98 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-98 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9w .mbr-section-title,
#social-buttons4-9w .btn-social {
  color: #fff;
}
#social-buttons4-9w .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9i .mbr-section-title {
  color: #42b507;
}
#header5-9i .mbr-section-lead {
  color: #262626;
}
#header5-9i .btn {
  font-size: 12px;
}
#slider2-9j .mbr-section-title,
#slider2-9j .mbr-section-lead {
  color: #fff;
}
#slider2-9j P {
  text-align: left;
}
#slider2-9j H2 {
  text-align: left;
}
#features3-9a P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9a H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9a H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-9z .mbr-section-title,
#social-buttons4-9z .btn-social {
  color: #fff;
}
#social-buttons4-9z .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-9k .mbr-section-title {
  color: #42b507;
}
#header5-9k .mbr-section-lead {
  color: #262626;
}
#header5-9k .btn {
  font-size: 12px;
}
#slider2-9l .mbr-section-title,
#slider2-9l .mbr-section-lead {
  color: #fff;
}
#slider2-9l P {
  text-align: left;
}
#slider2-9l H2 {
  text-align: left;
}
#features3-99 P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-99 H5 {
  text-align: center;
  color: #ffffff;
}
#features3-99 H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-a1 .mbr-section-title,
#social-buttons4-a1 .btn-social {
  color: #fff;
}
#social-buttons4-a1 .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#footer1-8h P {
  text-align: right;
  color: #42b507;
}
#header5-8k .mbr-section-title {
  color: #42b507;
}
#header5-8k .mbr-section-lead {
  color: #262626;
}
#header5-8k .btn {
  font-size: 12px;
}
#msg-box5-8i H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8i P {
  text-align: left;
  color: #262626;
}
#features3-8p P {
  color: #262626;
}
#features3-8q P {
  color: #262626;
}
#features3-8r P {
  color: #262626;
}
#features3-8s P {
  color: #262626;
}
#msg-box5-8m H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-8m P {
  text-align: left;
  color: #262626;
}
#msg-box5-9z H3 {
  text-align: left;
  color: #42b507;
}
#msg-box5-9z P {
  text-align: left;
  color: #262626;
}
#features3-9y P {
  color: #262626;
}
#form2-8k .mbr-section-title {
  color: #42b507;
  text-align: left;
}
#form2-ba .mbr-section-title {
  color: #42b507;
  text-align: left;
}
#form2-8k .mbr-section-subtitle {
  color: #262626;
  text-align: left;
}
#form2-8n .mbr-section-title {
  color: #42b507;
  text-align: left;
}
#form2-8n .mbr-section-subtitle {
  color: #262626;
  text-align: left;
}
#features3-9l P {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
#features3-9l H5 {
  text-align: center;
  color: #ffffff;
}
#features3-9l H4 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#social-buttons4-8f .mbr-section-title,
#social-buttons4-8f .btn-social {
  color: #fff;
}
#social-buttons4-8f .mbr-section-title SPAN {
  color: #42b507;
  font-size: 25px;
}
element.style {
}
mbr-additional.css:646
#slider3-at P {
    color: #2d2d2d;
    text-align: left;
    font-size: 17px;
}
mbr-additional.css:68
.btn-sm, .lead a, .lead blockquote, .mbr-section-subtitle, .mbr-section-hero .mbr-section-lead, .mbr-cards .card-subtitle, .mbr-testimonial .card-block {
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
}
style.css:698
.mbr-section-hero .mbr-section-lead {
    color: #fff;
    font-family: Lora;
    font-size: 1.5rem;
    font-style: italic;
    margin-top: -1em;
}
style.css:447
p.lead, .lead p {
    font-size: 1.07rem;
    font-weight: 300;
    margin-bottom: 2.3125rem;
}
style.css:455
.lead {
    font-size: 1.07rem;
    font-weight: 300;
}
bootstrap.min.css:5
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
bootstrap.min.css:5
dl, ol, p, ul {
    margin-top: 0;
}
bootstrap.min.css:5
address, dl, ol, p, ul {
    margin-bottom: 1rem;
}
bootstrap.min.css:5
*, ::after, ::before {
    box-sizing: inherit;
}
user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
Inherited from div.col-md-8.col-md-offset-3.text-xs-right
bootstrap.min.css:5
.text-xs-right {
    text-align: right!important;
}
Inherited from body
mbr-additional.css:11
body, input, textarea, .mbr-company .list-group-text {
    font-family: 'Century Gothic', sans-serif;
}
style.css:591
body {
    font-family: 'Raleway', sans-serif;
    color: #e60e0e;
}
bootstrap.min.css:5
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    background-color: #fff;
}
bootstrap.min.css:5
body, h6 {
    font-size: 1rem;
}
bootstrap.min.css:5
body, mark {
    color: #000;
}
Inherited from html.desktop.mbr-site-loaded
bootstrap.min.css:5
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}
Pseudo ::before element
bootstrap.min.css:5
*, ::after, ::before {
    box-sizing: inherit;
}
Pseudo ::after element
bootstrap.min.css:5
*, ::after, ::before {
    box-sizing: inherit;
}



#lean_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.popupContainer {
		position: absolute;
		width: 330px;
		height: auto;
		left: 45%;
		top: 60px;
		background: #FFF;
	
}

.one_half {
		width: 50%;
		display: block;
		float: left;
}

.one_half.last {
		width: 45%;
		margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
		font-size: 14px;
		text-transform: uppercase;
}

.popupHeader {
		background: #F4F4F2;
		position: relative;
		padding: 10px 20px;
		border-bottom: 1px solid #DDD;
		font-weight: bold;
}

.popupHeader .modal_close {
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 10px;
	
		cursor: pointer;
		color: #aaa;
		font-size: 12px;
}

.popupBody {
		padding: 20px;
}

/* User Login Form */

.user_login {
		display: none;
}

.user_login label {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;

}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		
}

.user_login input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_login input[type="checkbox"]+label {
		float: left;
}

.user_login .checkbox {
		margin-left: 20px;
		clear: both;
font-size: 14px;
		
}

.forgot_password {
		display: block;
		margin: 20px 0 10px;
		clear: both;
		overflow: hidden;
		text-decoration: none;
font-size: 14px;
		
}
/* User Register Form */

.user_register {
		display: none;
}

.user_register label {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		
}

.user_register input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_register input[type="checkbox"]+label {
		float: left;
}

.user_register .checkbox {
		margin-left: 20px;
		clear: both;

}

.checkbox label, .radio label {
    padding-left: 0;
font-size: 14px;




/* solid-green */
@import url(https://fonts.googleapis.com/css?family=Roboto);

html{
  height: 100%;
}
.formoid-solid-green{
  margin:0 auto;
}
.formoid-solid-green>div,
.formoid-solid-green>.title{
  margin: 8px;
}
.formoid-solid-green .error-field .required{
  color:#FF9999;
}
.formoid-solid-green .error-field input,
.formoid-solid-green .error-field input[type=text],
.formoid-solid-green .error-field input[type=password],
.formoid-solid-green .error-field input[type=email],
.formoid-solid-green .error-field input[type=url],
.formoid-solid-green .error-field input[type=date],
.formoid-solid-green .error-field input[type=number],
.formoid-solid-green .error-field input[type=tel],
.formoid-solid-green .error-field textarea{
  border-color:#D893A1;
  background-color: #FBE6F2;
}
.formoid-solid-green label.error{
  display:inline-block;
  font-size:0.9em;
}
.formoid-solid-green .error,
.formoid-solid-green .error #recaptcha_widget_div{
  padding: 3px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;

  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #c09853;
}
.formoid-solid-green .error h4 {
  color: #b94a48;
  margin: 0;
}

.formoid-solid-green .error .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.formoid-solid-green .column{
  float:left; 
}
/* width = parseInt(100/columns.length)*/
.formoid-solid-green .column1{ width:100%;}
.formoid-solid-green .column2{ width:50%; }
.formoid-solid-green .column3{ width:33%; }
.formoid-solid-green .column4{ width:25%; }
.formoid-solid-green .column5{ width:20%; }



.formoid-solid-green .large{
  width: 100%;
  *width: 94%;
}
.formoid-solid-green .medium{
  width: 50%;
  *width: 47%;
}
.formoid-solid-green .small{
  width: 25%;
  *width: 23%;
}

.formoid-solid-green textarea.large{
  width: 100%;
  *width: 94%;
  height: 20em;
}
.formoid-solid-green textarea.medium{
  width: 100%;
  *width: 94%;
  height: 10em;
}
.formoid-solid-green textarea.small{
  width: 100%;
  *width: 94%;
  height: 5.5em;
}

/* address select style */
.formoid-solid-green .element-address .country {
  position: relative;
}

.frmd{
  display:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}


.blurBg,
.blurBg-true{
  background-attachment: fixed;
  background-image:
    -webkit-linear-gradient(5deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
    -webkit-radial-gradient(40% 60%, ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
    -webkit-radial-gradient(50% -10%, circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
    -webkit-radial-gradient(100% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
    -webkit-radial-gradient(0% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
    -webkit-radial-gradient(90% 60%, ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
    -webkit-radial-gradient(20% 10%, circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);
  
  background-image:
    linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
    radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
    radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
    radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
    radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
    radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
    radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
  /*
    radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%);
  */
}

#formoid-info {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #c09853;
  font-size: 12px;
  max-width: 100%;
}/*


Solid style


*/
@font-face {
  font-family: formoid;
  src:url('formoid.eot');
  src:url('formoid.eot?#iefix') format('embedded-opentype'),
  url('formoid.ttf') format('truetype'),
  url('formoid.woff') format('woff'),
  url('formoid.svg#formoid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('icons.eot');
  src: url('icons.eot#iefix') format('embedded-opentype'),
       url('icons.woff') format('woff'),
       url('icons.ttf') format('truetype'),
       url('icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.formoid-solid-green{
  font-size: 1em;
  line-height: 1.231;

  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.formoid-solid-green label.title{
  font-size: 1em;
  font-weight: 500;
  width: auto;
}
.formoid-solid-green input[type=button]{
  outline: none;
  font-size: 1em;
}
.formoid-solid-green input[type=submit]{
  outline: none;
  font-size: 1.2em;
}
.formoid-solid-green>div{
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
.formoid-solid-green h2 {
  margin: 0.2em 0;
  font-size: 2em;
  font-weight: 300;
  color: #fff;
}
.formoid-solid-green h3.title {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.formoid-solid-green h3.section-break-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.formoid-solid-green label {
  display: block;
  margin-bottom: 3px;
  clear: both;
}

.formoid-solid-green div, .formoid-solid-green span, .formoid-solid-green label, .formoid-solid-green input, .formoid-solid-green textarea, .formoid-solid-green select, .formoid-solid-green button, .formoid-solid-green ul, .formoid-solid-green li, .formoid-solid-green a{
  font-family: inherit;
  color: inherit;
}
/* Global Declaration */

/*
CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/


/* submit + title */
.formoid-solid-green div.submit,
.formoid-solid-green div.title{
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.formoid-solid-green div.submit{
  vertical-align: middle;
  text-align: right;
  border-top: 2px solid #d6dbdf;
  background-color: #F3F5FA;
}
.formoid-solid-green div.title {
  border-radius: 5px 5px 0 0;
}
.formoid-solid-green div.title h2{
  margin-left: 27px;
}


/* Button & submit*/
.formoid-solid-green input[type=button],
.formoid-solid-green input[type=submit]{
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 1px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;

  border: 2px solid #bdc3c7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius:3px;
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
}

.formoid-solid-green input[type=button][disabled] {
  cursor: default;
  opacity: 0.65;
}

.formoid-solid-green input[type=submit]{
  text-align: center;
  opacity: 1;
  color: #ffffff;
  border: none;
  right: 20px;
  margin-right: 27px;
  padding: 11px 41px;
}

.formoid-solid-green input[type=submit]:hover{
  text-decoration: none;
}
.formoid-solid-green input[type=submit]:active{
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
}

/* File input */
.formoid-solid-green .element-file label{
  position: relative;
}
.formoid-solid-green .element-file .title{
  position: static;
}
.formoid-solid-green .element-file .button {
  z-index: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  float: none;
  font-size: 1em;
  color: #fff;

  padding: 1.8% 1.2em 0 1.2em;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);

  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.formoid-solid-green .element-file .button:active{
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
}
.formoid-solid-green .element-file .file_text{
  overflow: hidden;
  color: #A9A9A9;
  background-color: #fff;
  -webkit-transition: border-color .25s ease-in-out;
  transition: border-color .25s ease-in-out;
}

.formoid-solid-green .element-file .file_input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
* html .formoid-solid-green .element-file .file_input,
*+html .formoid-solid-green .element-file .file_input{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
* html .formoid-solid-green .element-file .button,
*+html .formoid-solid-green .element-file .button{
  display: none;
}
* html .formoid-solid-green .element-file label,
*+html .formoid-solid-green .element-file label,
* html .formoid-solid-green .element-file .file_text,
*+html .formoid-solid-green .element-file .file_text{
  border: none;
}
* html .formoid-solid-green .element-file .title,
*+html .formoid-solid-green .element-file .title{
  display: block;
}


/* Radio & checkbox */
.formoid-solid-green div.element-checkbox, .formoid-solid-green div.element-radio{
  overflow:hidden;
  line-height: 2.2;
}
.formoid-solid-green input[type=checkbox],
.formoid-solid-green input[type=radio]{
  z-index:1;
  position:absolute;
  float: left;
  opacity:0.01;
  font-size: 1.3em;
  width: 1.2em;
  height: 1em;
  margin: 0;
  cursor: pointer;
}

.formoid-solid-green input[type=radio]+span,
.formoid-solid-green input[type=checkbox]+span{
  margin-right:-19px;
  padding-top: 0;
  z-index:0;
  position: relative;
  left: 0;
  top: 0;
  vertical-align:top;
  font-size: 1em;
  line-height: 1.3;
  cursor: pointer;
}
.formoid-solid-green input[type=checkbox]+span:before{
  position: relative;
  font-family: formoid;
  margin-right: 0.2em;
  color: transparent;
  font-size: 1em;
  line-height: 1;
  vertical-align:top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* checkbox */
.formoid-solid-green input[type=checkbox]+span:before{
  content: "\e004";
  font-size: 0.65em;
  padding: 0.3em;
  font-weight: bold;
  margin-right: 0.6em;
  line-height: 2;
  border-style: solid;
  border-width: 0.3em;
  -webkit-transition: border-color .5s ease-in-out;
  transition: border-color .5s ease-in-out;
  border-radius:0.3em;
}

/* radio */
.formoid-solid-green input[type=radio]+span:before {
  position: relative;
  font-family: formoid;
  margin-right: 0.2em;
  color: transparent;
  font-size: 1.4em;
  line-height: 1;
  vertical-align:top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}
.formoid-solid-green input[type=radio]+span:before{
  content: "\e001";
}
.formoid-solid-green input[type=radio]:checked+span:before{
  content: "\e000";
}


/* rating */
.formoid-solid-green .rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.formoid-solid-green .rating-input {
  display: none;
}
.formoid-solid-green .rating-star:after {
  font-family: formoid;
  font-size: 2em;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}
.formoid-solid-green .rating:hover .rating-star:hover:after,
.formoid-solid-green .rating:hover .rating-star:hover ~ .rating-star:after,
.formoid-solid-green .rating-input:checked ~ .rating-star:after {
  content: '\e006';
}
.formoid-solid-green .rating-star,
.formoid-solid-green .rating:hover .rating-star {
  position: relative;
  cursor: default;
  clear: none;
  float: right;
  display: block;
  width: 2.4em;
  height: 2em;
}
.formoid-solid-green .rating-star:after,
.formoid-solid-green .rating:hover .rating-star:after {
  content: '\e007';
}



.formoid-solid-green input[type=text],
.formoid-solid-green input[type=password],
.formoid-solid-green input[type=email],
.formoid-solid-green input[type=url],
.formoid-solid-green input[type=date],
.formoid-solid-green input[type=number],
.formoid-solid-green input[type=tel],
.formoid-solid-green textarea,
.formoid-solid-green .element-file .file_text,
.formoid-solid-green select{
  border-style: solid;
  border-width: 2px;
  border-color: #bdc3c7;
  -webkit-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  border-radius:3px;

  padding: 10px 10px 9px 2.3em;
  
  outline:none;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  
  font-size: 1em;
}
.formoid-solid-green .element-address input[type=text],
.formoid-solid-green .element-name input[type=text],
.formoid-solid-green .element-file .file_text,
.formoid-solid-green textarea{
  width: 100%;
  *width: 94%;
}
.formoid-solid-green textarea{
  height: auto;
}
.formoid-solid-green  select{
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.formoid-solid-green .element-address input[type=text] {
  margin-bottom: 6px;
}



/* icons */
/*
\e800 - icon-text
\e801 - icon-select
\e802 - icon-date
\e803 - icon-num
\e804 - icon-file
\e805 - icon-email
\e806 - icon-url
\e807 - icon-pass
\e808 - icon-phone
\e809 - icon-street
\e80A - icon-city
\e80B - icon-profile
*/

.formoid-solid-green .item-cont,
.formoid-solid-green .element-address .country,
.formoid-solid-green .element-name .nameFirst,
.formoid-solid-green .element-name .nameLast,
.formoid-solid-green .element-address .addr1,
.formoid-solid-green .element-address .addr2,
.formoid-solid-green .element-address .city,
.formoid-solid-green .element-address .state,
.formoid-solid-green .element-address .zip {
  position: relative;
}

.formoid-solid-green .icon-place:before {
  position: absolute;
  font: 1em 'icons';
  vertical-align: top;
  top: 15px;
  left: 0.9em;
  pointer-events: none;
  color: #A2A6A8;
  z-index: 2;
}

.formoid-solid-green .element-input .item-cont .icon-place:before,
.formoid-solid-green .element-textarea .item-cont .icon-place:before {
  content: '\e800';
}
.formoid-solid-green .element-select .item-cont .icon-place:before,
.formoid-solid-green .element-multiple .item-cont .icon-place:before,
.formoid-solid-green .element-address .country .icon-place:before {
  top: 12px;
  content: '\e801';
}
.formoid-solid-green .element-date .item-cont .icon-place:before {
  content: '\e802';
}
.formoid-solid-green .element-number .item-cont .icon-place:before,
.formoid-solid-green .element-address .zip .icon-place:before {
  content: '\e803';
}
.formoid-solid-green .element-file .item-cont .icon-place:before {
  content: '\e804';
}
.formoid-solid-green .element-email .item-cont .icon-place:before {
  content: '\e805';
}
.formoid-solid-green .element-url .item-cont .icon-place:before {
  content: '\e806';
}
.formoid-solid-green .element-password .item-cont .icon-place:before {
  content: '\e807';
}
.formoid-solid-green .element-phone .item-cont .icon-place:before {
  content: '\e808';
}
.formoid-solid-green .element-name .nameFirst .icon-place:before,
.formoid-solid-green .element-name .nameLast .icon-place:before {
  content: '\e80B';
}
.formoid-solid-green .element-address .addr1 .icon-place:before,
.formoid-solid-green .element-address .addr2 .icon-place:before {
  top: 0;
  content: '\e809';
}
.formoid-solid-green .element-address .city .icon-place:before,
.formoid-solid-green .element-address .state .icon-place:before {
  content: '\e80A';
}



/* NAME last first */
.formoid-solid-green .element-name .nameFirst{
  width: 40%;
  *width: 39%;
  left: 0;
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.formoid-solid-green .element-name .nameLast{
  width: 55%;
  *width: 50%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
/* ADDRESS */
.formoid-solid-green .element-address .city,
.formoid-solid-green .element-address .zip{
  width: 47%;
  *width: 44%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 6%;
}
.formoid-solid-green .element-address .state,
.formoid-solid-green .element-address .country{
  width: 47%;
  *width: 44%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.formoid-solid-green .element-address .country select{
  cursor: pointer;
}
.formoid-solid-green .element-address label,
.formoid-solid-green .element-name label{
  font-size: 0.8em;
}
.formoid-solid-green .element-address label.title,
.formoid-solid-green .element-name label.title{
  font-size: 1em;
}

/* type number */
.formoid-solid-green input[type=number]::-webkit-inner-spin-button, 
.formoid-solid-green input[type=number]::-webkit-outer-spin-button{ 
  -webkit-appearance: none;
}

/* recaptcha */
.formoid-solid-green .recaptchatable,
.formoid-solid-green .recaptchatable #recaptcha_image,
.formoid-solid-green .recaptchatable #recaptcha_challenge_field_holder input{
  border-collapse: separate !important;
  border: 2px solid #BDC3C7 !important;
  border-radius: 6px;
}
.formoid-solid-green .recaptchatable #recaptcha_image img{
  border-color: transparent;
  border-radius: 6px;
}

/* ERRORs */
.formoid-solid-green .error,
.formoid-solid-green .error #recaptcha_widget_div{
  display: block;
  background-color: #FBDBCF;
  text-shadow: none;
  border: none;
  padding: 15px;
  border-radius: 3px;
  margin-left: 25px;
  line-height: 1;
}
.formoid-solid-green label.error {
  line-height: 1;
  display: block;
}
.formoid-solid-green .error-label {
  line-height: 1;
  color: #900;
}
.tooltip {
  position: relative;
  margin-top: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bottom .tooltip-arrow {
  top: -8px;
  left: 20px;
  border-bottom-color: #FBDBCF;
  border-width: 0 8px 8px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #900;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}


.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}




@media all and (max-width:400px){
  .formoid-solid-green .element-radio .column,
  .formoid-solid-green .element-checkbox .column,
  .formoid-solid-green .element-name .nameFirst,
  .formoid-solid-green .element-name .nameLast,
  .formoid-solid-green .element-address .city,
  .formoid-solid-green .element-address span.state,
  .formoid-solid-green .element-address .zip,
  .formoid-solid-green .element-address .country{
    width: 100%;
    display: block;
    margin-right: 0;
  }
}/* .formoid-solid-green color scheme begin */
/*
    first: #1abc9c;
    second: #16A085;
    third: #62D0BA;
*/

.formoid-solid-green input[type=button]:focus,
.formoid-solid-green input[type=button]:active,
.formoid-solid-green input[type=button]:hover,
.formoid-solid-green input[type=button][disabled] {
  border-color: #1abc9c;
}
.formoid-solid-green div.title{
  background-color: #1abc9c;
  border-top: 1px solid #62D0BA;
  border-bottom: 5px solid #16A085;
}

.formoid-solid-green input[type=submit]{
  background-color: #1abc9c;
}

.formoid-solid-green input[type=submit]:hover{
  background-color: #62D0BA;
}
.formoid-solid-green input[type=submit]:active{
  background-color: #16A085;
}

/* File input */
.formoid-solid-green .element-file .button {
  background-color: #1abc9c;
}
.formoid-solid-green .element-file .file_text{
  border-color: #bdc3c7;
}
.formoid-solid-green .element-file label:hover .file_text{
  border-color: #62D0BA;
}
.formoid-solid-green .element-file .button:hover {
  background-color: #62D0BA;
}
.formoid-solid-green .element-file .button:active {
  background-color: #16A085;
}
.formoid-solid-green .element-file label:active .file_text{
  border-color: #1abc9c;
}

/* element-submit + element-text */
.formoid-solid-green > .submit,
.formoid-solid-green > .title{
  background-color: #bcc3ca;
}
.formoid-solid-green > .submit{
  background-color: #edeff1;
  border-top: 2px solid #d6dbdf;
}

/* checkbox & radio*/
.formoid-solid-green input[type=checkbox]+span:before{
  border-color: #bdc3c7;
}
.formoid-solid-green input[type=checkbox]:hover+span:before{
  border-color: #62D0BA;
}
.formoid-solid-green input[type=checkbox]:checked+span:before{
  color: #1abc9c;
  border-color: #1abc9c;
}

/* radio */
.formoid-solid-green input[type=radio]+span:before{
  color: #bdc3c7;
}
.formoid-solid-green input[type=radio]:hover+span:before{
  color: #62D0BA;
}
.formoid-solid-green input[type=radio]:checked+span:before{
  color: #1abc9c;
}

/* rating */
.formoid-solid-green .rating-star:after,
.formoid-solid-green .rating:hover .rating-star:after {
  color: #bdc3c7;
}
.formoid-solid-green .rating:hover .rating-star:hover:after,
.formoid-solid-green .rating:hover .rating-star:hover ~ .rating-star:after {
  color: #62D0BA;
}
.formoid-solid-green .rating-input:checked ~ .rating-star:after {
  color: #1abc9c;
}


.formoid-solid-green input[type=text]:hover,
.formoid-solid-green input[type=tel]:hover,
.formoid-solid-green input[type=password]:hover,
.formoid-solid-green input[type=email]:hover,
.formoid-solid-green input[type=url]:hover,
.formoid-solid-green input[type=date]:hover,
.formoid-solid-green input[type=number]:hover,
.formoid-solid-green input[type=file]:hover,
.formoid-solid-green textarea:hover,
.formoid-solid-green select:hover {
  border-color: #62D0BA;
}
.formoid-solid-green input[type=text]:focus,
.formoid-solid-green input[type=tel]:focus,
.formoid-solid-green input[type=password]:focus,
.formoid-solid-green input[type=email]:focus,
.formoid-solid-green input[type=url]:focus,
.formoid-solid-green input[type=date]:focus,
.formoid-solid-green input[type=number]:focus,
.formoid-solid-green input[type=file]:focus,
.formoid-solid-green textarea:focus,
.formoid-solid-green select:focus{
  border-color: #1abc9c;
}



/* element icons */
.formoid-solid-green input:focus ~ .icon-place:before,
.formoid-solid-green textarea:focus ~ .icon-place:before,
.formoid-solid-green select:focus ~ .icon-place:before,
.formoid-solid-green .select.open ~ .icon-place:before,
.formoid-solid-green input[type=file]:focus ~ .icon-place:before,
.formoid-solid-green .button:focus ~ .icon-place:before,
.formoid-solid-green .file_text:focus ~ .icon-place:before {
  color: #1abc9c;
}



/* bootstrap select */
.formoid-solid-green .dropdown-menu li.active > a,
.formoid-solid-green .dropdown-menu li.selected > a,
.formoid-solid-green .dropdown-menu li.active > a.highlighted,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted,
.formoid-solid-green .dropdown-inverse li.active > a,
.formoid-solid-green .dropdown-inverse li.selected > a {
  background-color: #1abc9c;
}
.formoid-solid-green .btn.btn-primary:hover,
.formoid-solid-green .btn.btn-primary:focus,
.formoid-solid-green .btn-group:focus .btn.btn-primary.dropdown-toggle {
  border-color: #62D0BA;
}
.formoid-solid-green .btn.btn-primary:active,
.formoid-solid-green .btn-group.open .btn.btn-primary.dropdown-toggle,
.formoid-solid-green .btn.btn-primary.active,
.formoid-solid-green .dropdown-menu li.active > a:hover,
.formoid-solid-green .dropdown-menu li.selected > a:hover,
.formoid-solid-green .dropdown-menu li.active > a.highlighted:hover,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted:hover,
.formoid-solid-green .dropdown-menu li.active > a:focus,
.formoid-solid-green .dropdown-menu li.selected > a:focus,
.formoid-solid-green .dropdown-menu li.active > a.highlighted:focus,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted:focus {
  border-color: #1abc9c;
}
.formoid-solid-green .dropdown-arrow {
  border-bottom: 8px solid #1abc9c;
}
.formoid-solid-green .dropdown-menu {
  border: 2px solid #1abc9c;
}




/* datepicker */
.datepicker {
  border: 2px solid #1abc9c;
}
.datepicker:before {
	border-bottom: 7px solid #1abc9c;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled]{
  color: #ffffff;
  background-image: none;
  background-color: #1abc9c;
}

/* .formoid-solid-green color scheme begin end *//* 

bootstrap 

*/
.formoid-solid-green .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 3px;
}

.formoid-solid-green .dropdown-menu > li > a:hover,
.formoid-solid-green .dropdown-menu > li > a:focus,
.formoid-solid-green .dropdown-submenu:hover > a,
.formoid-solid-green .dropdown-submenu:focus > a {
  text-decoration: none;
}

.formoid-solid-green .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.formoid-solid-green .btn-group > .dropdown-menu{
  font-size: 1em;
}

.formoid-solid-green .btn{
  text-align: left;
  border: 0;
  cursor: pointer;

  width: 100%;
  height: 100%;
  padding: 10px 10px 9px 2.3em;

  outline:none;

  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  border-radius: 3px;

  border: 2px solid #BDC3C7;
  background-color: #fff;

  font-size: 1em;
}
.formoid-solid-green .btn:active,
.formoid-solid-green .btn-group.open .btn.dropdown-toggle,
.formoid-solid-green .btn.active {
  box-shadow: none;
}
.formoid-solid-green .btn.disabled,
.formoid-solid-green .btn[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.formoid-solid-green .select {
  width: 100%;
}

.formoid-solid-green .select .btn .filter-option {
  position: absolute;
  left: 2.4em;
  right: 30px;
  overflow: hidden;
  text-align: left;
}

.formoid-solid-green .select .btn .dropdown-toggle {
  border-radius: 6px;
}
.formoid-solid-green .select .btn .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.formoid-solid-green .select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}

.formoid-solid-green .select .btn > .disabled,
.formoid-solid-green .select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}

.formoid-solid-green .dropdown-menu {
  overflow-x: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 99%;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.formoid-solid-green .dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
}
.formoid-solid-green .open > .dropdown-menu {
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
}
.formoid-solid-green .dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.formoid-solid-green .dropdown-menu li.active > a,
.formoid-solid-green .dropdown-menu li.selected > a,
.formoid-solid-green .dropdown-menu li.active > a.highlighted,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted,
.formoid-solid-green .dropdown-menu li.active > a:hover,
.formoid-solid-green .dropdown-menu li.selected > a:hover,
.formoid-solid-green .dropdown-menu li.active > a.highlighted:hover,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted:hover,
.formoid-solid-green .dropdown-menu li.active > a:focus,
.formoid-solid-green .dropdown-menu li.selected > a:focus,
.formoid-solid-green .dropdown-menu li.active > a.highlighted:focus,
.formoid-solid-green .dropdown-menu li.selected > a.highlighted:focus {
  color: #ffffff;
}
.formoid-solid-green .dropdown-menu li > a {
  padding: 6px 15px 6px;
  text-decoration: none;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  display: block;
  clear: both;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.formoid-solid-green .dropdown-menu li > a:before,
.formoid-solid-green .dropdown-menu li > a:after {
  display: table;
  content: "";
}
.formoid-solid-green .dropdown-menu li > a:after {
  clear: both;
}
.formoid-solid-green .dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.formoid-solid-green .dropdown-menu li > a.highlighted:hover,
.formoid-solid-green .dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.formoid-solid-green .dropdown-menu li > a:before {
  margin-top: 3px;
}

.formoid-solid-green .dropdown-menu li dt {
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
.formoid-solid-green .dropdown-inverse {
  padding-top: 4px;
}
.formoid-solid-green .dropdown-inverse li {
  margin: 0 4px -2px;
}
.formoid-solid-green .dropdown-inverse li:first-child > a,
.formoid-solid-green .dropdown-inverse li:last-child > a {
  border-radius: 0;
  padding-bottom: 7px;
}
.formoid-solid-green .dropdown-inverse li.active > a,
.formoid-solid-green .dropdown-inverse li.selected > a {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.formoid-solid-green .dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.formoid-solid-green .dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.formoid-solid-green .dropdown-inverse li > a.highlighted {
  background: #526476;
}
.formoid-solid-green .dropdown-inverse li > a.highlighted:hover,
.formoid-solid-green .dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.formoid-solid-green .dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
.formoid-solid-green .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.formoid-solid-green .dropdown-arrow {
  margin-top: 0;
  opacity: 0;
  position: absolute;
  left: 13px;
  top: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 10;
}
.formoid-solid-green .open > .dropdown-arrow {
  margin-top: 0;
  opacity: 1;
}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  width: 14em;
  position: absolute;
  background-color: #fff;
  color: #34495e;
  font-size: 1em;
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 8px;
  border-radius: 4px;
  display: none;
  z-index: 10;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -9px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 2.9em;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-image: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span {
  display: block;
  width: 1.5em;
  height: 1.7em;
  line-height: 1.6;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker .datepicker-months td span,
.datepicker .datepicker-years td span {
  width: 3.5em;
  height: 3em;
  line-height: 3;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.old {
  color: #999999;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

