/*! load fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/*! END load fonts */
/*! component: .icon_text */
.icon_text {
  text-align: center;
}
.icon_text-item {
  margin: 20px 40px;
}
.icon_text-title {
  font-weight: bold;
  font-size: 14px;
  color: #4A4A4A;
}
.icon_text-icon {
  color: #2980B9;
  font-size: 32px;
}
.icon_text-text {
  color: #4A4A4A;
  font-size: 14px;
}

/*! END component: .icon_text */
/*!  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 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);
  margin: 20px 10px;
  padding: 20px;
}
.slider-item .btn-calltoaction {
  margin-bottom: 0;
}
.slider-intro {
  background: #2980B9;
  -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: 32px;
  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: 24px;
  margin: 0;
}
.slider-price {
  font-weight: bold;
  font-size: 24px;
  color: #33a533;
  text-align: center;
}
.slider-text {
  color: #4A4A4A;
  font-size: 14px;
}
.slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-list li {
  border-bottom: 1px solid #ccc;
  color: #4A4A4A;
  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: .modal */
.modal-content {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 60px 10px 0;
}
.modal-content form {
  background: none !important;
  padding: 0 !important;
}
.modal-content form button {
  width: 100%;
  margin: 0;
}
.modal-content form .form-control {
  text-align: center;
}
.modal-content form label.checkbox {
  font-weight: normal;
  font-size: 13px;
}

/*! END component: .modal */
/*! component: .btn-calltoaction */
.btn-calltoaction {
  background: #6b3f30;
  color: white;
  border: 1px solid white;
  font-size: 18px;
  font-weight: normal;
  margin: 0 20px;
  -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);
  width: auto;
  padding: 3px 12px;
  text-shadow: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  font-family: "Open Sans", sans-serif;
}
.btn-calltoaction:hover, .btn-calltoaction:focus {
  background: #fc5400;
  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 lvl1 */
.lvl1.call {
  background: url(../img/calltoaction_bg.png) no-repeat center center;
  text-align: center;
  padding-bottom: 40px;
}
.lvl1 .call-header {
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.lvl1 .call-header * {
  margin: 0;
  font-size: 18px;
}
.lvl1 .call-header img {
  height: 28px;
}
.lvl1 .call-intro {
  min-height: 190px;
}
.lvl1 .call-claim {
  color: #fff;
  font-size: 22px;
  margin: 20px;
}
.lvl1 .call-subtitle {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.lvl1 .call-form-title {
  color: #2980B9;
  font-size: 18px;
}
.lvl1.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;
}
.lvl1.form .btn {
  margin-left: 0;
  margin-right: 0;
}
.lvl1.form button {
  width: 100%;
}
.lvl1.form label {
  font-weight: normal;
}
.lvl1.form label:not(.checkbox) {
  display: block;
  margin: 10px 0;
}
.lvl1.form label.checkbox {
  font-size: 12px;
}
.lvl1.form label.checkbox input {
  margin-top: 1px;
}
.lvl1.form .form-control {
  text-align: center;
  height: 40px;
}
.lvl1.footer {
  text-align: center;
  background: none;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 170px;
}
.lvl1.footer h1 {
  margin: 0;
  font-size: 18px;
}
.lvl1.footer img {
  height: 28px;
  margin: 0;
}
.lvl1 .footer-subtitle {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

/*! END Call to action lvl1 */
/*! 
	customized generic elements
***************************************/
body {
  background: #2980B9;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
}

#wrapper {
  background: #FFF6E8;
  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;
  min-height: 530px;
  padding: 0 !important;
}
main.call .call-header img {
  height: 26px;
}
main.call .call-claim, main.call .call-subtitle {
  color: #000000;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
main.call .call-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
}
main.call .call-wecallyou {
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: #000000;;
  margin: 0;
}
main.call .call-wecallyou a {
  text-decoration: underline;
  color: #000000;
}
main.call .sand {
  width: 100%;
}

footer.footer.lvl1 {
  background: url(../img/footer.png) top center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
  padding-top: 100px;
}
footer.footer.lvl1 img {
  height: 26px;
}
footer.footer.lvl1 .footer-subtitle {
  margin: 20px 40px 50px;
}

.btn-calltoaction {
  height: 40px;
  line-height: 34px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.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: #f743cf;
}
.component.slider {
  margin-top: 0;
}
.component .slider-item .btn-calltoaction {
  display: block;
  width: 100%;
  margin: 0;
}
.component .slider-title {
  margin: 0 20px;
}

/*# sourceMappingURL=style.css.map */
