/*! load fonts */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400italic,700)");
/*! END load fonts */
/*!  component: .slider */
.slider .component-title {
  text-align: center;
}
.slider-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 20px 10px;
  padding: 20px;
}
.slider-item .btn-calltoaction {
  margin-bottom: 0;
}
.slider-intro {
  background: #01a4a8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  position: relative;
}
.slider-intro .fa {
  font-size: 64px;
  margin-bottom: 10px;
}
.slider-intro * {
  position: relative;
  z-index: 1;
}
.slider-intro img {
  position: absolute;
  z-index: 0;
  width: 110%;
  top: -10px;
  opacity: .7;
}
.slider-title {
  font-size: 18px;
  margin: 0;
}
.slider-price {
  font-weight: bold;
  font-size: 24px;
  color: #01a4a8;
  text-align: center;
}
.slider-text {
  color: #333333;
  font-size: 14px;
}
.slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-list li {
  border-bottom: 1px solid #ccc;
  color: #333333;
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
}
.slider-list li:last-child {
  border: none;
}
.slider-list li .fa {
  color: #5cb85c;
  display: block;
  margin-bottom: 10px;
}

/*! END component: .slider */
/*! component: .testimonials */
.testimonials .component-title {
  text-align: center;
}
.testimonials-item {
  margin: 20px;
}
.testimonials-item.slick-slide {
  margin: 0 10px;
}
.testimonials-img {
  margin-bottom: 20px;
  position: relative;
}
.testimonials-img.left {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.testimonials-img.left:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 18px;
}
.testimonials-img.left:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 11px 8px 0;
  border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
  right: 0;
  top: 19px;
}
.testimonials-img.bottom:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  left: 15px;
  top: -20px;
}
.testimonials-img.bottom:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
  left: 14px;
  top: -20px;
}
.testimonials-img p {
  margin-left: 10px;
  display: inline-block;
}
.testimonials-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.testimonials-text {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 13.33333px;
  font-style: italic;
  color: #333333;
  font-size: 14px;
}
.testimonials-text.left {
  display: table-cell;
  vertical-align: top;
}
.testimonials-name {
  font-weight: bold;
  color: #01a4a8;
  font-size: 14px;
}

/*! END component: .testimonials */
/*! component: .btn-calltoaction */
.btn-calltoaction {
  background: #E74C3C;
  color: white;
  border: 1px solid #d62c1a;
  font-size: 18px;
  font-weight: normal;
  margin: 0 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: auto;
  padding: 3px 12px;
  text-shadow: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  font-family: "Raleway", sans-serif;
}
.btn-calltoaction:hover, .btn-calltoaction:focus {
  background: #d62c1a;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.btn-calltoaction.disabled, .btn-calltoaction[disabled] {
  background: grey !important;
  color: white !important;
  border-color: transparent !important;
}

/*! END component: .btn-calltoaction */
/*! Call to action lvl2 */
.lvl2.call {
  background: url(../img/calltoaction_bg.png) no-repeat center #f1f1f1;
  text-align: center;
  padding-bottom: 40px;
}
.lvl2 .call-header {
  background: #01a4a8;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.lvl2 .call-header * {
  margin: 0;
  font-size: 18px;
}
.lvl2 .call-header img {
  height: 28px;
}
.lvl2 .call-claim {
  color: #fff;
  font-size: 24px;
  margin: 20px;
}
.lvl2 .call-items {
  margin: 20px 0;
}
.lvl2 .call-items:after {
  content: '';
  display: table;
  clear: both;
}
.lvl2 .call-item {
  float: left;
  width: 33.3333333333333333%;
}
.lvl2 .call-item .fa {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.lvl2 .call-form-title {
  color: #01a4a8;
  font-size: 18px;
}
.lvl2.form {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: -40px 10px 20px;
  padding: 20px;
}
.lvl2.form .btn {
  margin-left: 0;
  margin-right: 0;
}
.lvl2.form button {
  width: 100%;
}
.lvl2.form label {
  font-weight: normal;
}
.lvl2.form label:not(.checkbox) {
  display: block;
  margin: 10px 0;
}
.lvl2.form label.checkbox {
  font-size: 12px;
}
.lvl2.form label.checkbox input {
  margin-top: 1px;
}
.lvl2.form .form-control {
  text-align: center;
  height: 40px;
}
.lvl2.footer {
  text-align: center;
  background: #01a4a8;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 170px;
}
.lvl2.footer h1 {
  margin: 0;
  font-size: 18px;
}
.lvl2.footer img {
  height: 28px;
  margin: 0;
}
.lvl2.footer .btn-calltoaction {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: -100px;
  z-index: 100;
  margin: 0;
}
.lvl2.footer .btn-calltoaction.visible {
  bottom: 20px;
}
.lvl2 .footer-small {
  font-size: 13px;
  margin-top: 20px;
}
.lvl2 .footer-small a {
  color: #fff !important;
}

/*! END Call to action lvl2 */
/*! 
	customized generic elements
***************************************/
body {
  background: #01a4a8;
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
}

#wrapper {
  background: #EEEEEE;
  margin: 0 auto;
  max-width: 768px;
}
#wrapper:after, #wrapper:before {
  content: '';
  clear: both;
  display: table;
}

main.call {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
main .call-claim {
  font-weight: bold;
  text-shadow: 0 2px rgba(0, 0, 0, 0.4);
}
main .call-item {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
main .call-item .fa {
  font-size: 32px;
  color: #01a4a8;
  width: 48px;
  height: 48px;
  display: inline-block !important;
  line-height: 48px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.lvl2.form .form-control {
  background: #f1f1f1;
}

.btn-calltoaction {
  height: 45px;
  line-height: 40px;
}
.btn-calltoaction.visible {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

/*! 
	customized components
***************************************/
.component {
  margin: 40px 0;
}
.component-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 40px 20px;
  color: #01a4a8;
}
.component .slider-list {
  margin: -20px;
}
.component .slider-list li .fa {
  font-size: 24px;
}

/*# sourceMappingURL=style.css.map */
