/* 
SASS FOR ALL LANDINGS
*/
/* MAIN PROJECT COLOR */
.f-w-600 {
  font-weight: 600;
}

.f-w-800 {
  font-weight: 700;
}

.lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 0px) {
  .lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 767px) {
  .lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np {
    font-size: 18px;
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np {
    font-size: 22px;
    margin-top: 120px;
  }
}

.lp_cta1_white, .lp_cta_modal_white {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 0px) {
  .lp_cta1_white, .lp_cta_modal_white {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 767px) {
  .lp_cta1_white, .lp_cta_modal_white {
    font-size: 18px;
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .lp_cta1_white, .lp_cta_modal_white {
    font-size: 22px;
    margin-top: 120px;
  }
}

@media (min-width: 0px) {
  .cta_small_exercise {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-rigth: 10px;
  }
}

@media (min-width: 767px) {
  .cta_small_exercise {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .cta_small_exercise {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-rigth: 5px;
  }
}

.lp_cta2 {
  margin-top: 30px;
}

.lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lp_cta_modal_white {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lp_cta_modal_bm {
  margin-top: 20px;
  margin-bottom: 40px;
}

.lp_cta_modal_nm {
  margin-top: 0px;
  margin-bottom: 0px;
}

.lp_cta_modal_nm_np {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.unlock_lesson, .unlock_lesson_done {
  margin-top: 20px;
}

@media (min-width: 0px) {
  .unlock_lesson, .unlock_lesson_done {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .unlock_lesson, .unlock_lesson_done {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .unlock_lesson, .unlock_lesson_done {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}

.start_exercise {
  background-color: grey;
}

.btn_lg, .lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np, .lp_cta1_white, .lp_cta_modal_white {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-green, .lp_cta1, .lp_cta2, .lp_cta_modal, .unlock_lesson, .unlock_lesson_done, .start_exercise, .lp_cta_modal_bm, .lp_cta_modal_nm, .lp_cta_modal_nm_np {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #fff;
  background: #8CC739;
  -webkit-box-shadow: inset 0px 1px 0px #8CC739, 0px 5px 0px 0px #70a02d, 0px 10px 5px #999;
          box-shadow: inset 0px 1px 0px #8CC739, 0px 5px 0px 0px #70a02d, 0px 10px 5px #999;
}

.btn-green:hover, .lp_cta1:hover, .lp_cta2:hover, .lp_cta_modal:hover, .unlock_lesson:hover, .unlock_lesson_done:hover, .start_exercise:hover, .lp_cta_modal_bm:hover, .lp_cta_modal_nm:hover, .lp_cta_modal_nm_np:hover {
  top: 3px;
  color: #fff;
  -webkit-box-shadow: inset 0px 1px 0px #8CC739, 0px 2px 0px 0px #70a02d, 0px 4px 3px #aaa;
          box-shadow: inset 0px 1px 0px #8CC739, 0px 2px 0px 0px #70a02d, 0px 4px 3px #aaa;
}

.btn-white, .cta_small_exercise {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: darkgrey;
  font-weight: 700;
  background: white;
  -webkit-box-shadow: inset 0px 1px 0px white, 0px 2px 0px 0px #e6e6e6, 0px 4px 3px #aaa;
          box-shadow: inset 0px 1px 0px white, 0px 2px 0px 0px #e6e6e6, 0px 4px 3px #aaa;
}

.btn-white-default, .lp_cta1_white, .lp_cta_modal_white {
  position: relative;
  padding-left: 1.5em;
  border: 1px solid #e7e7e7;
  padding-right: 1.5em;
  color: gray;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white-default:hover, .lp_cta1_white:hover, .lp_cta_modal_white:hover {
  color: black;
}

.btn-white-default:focus, .lp_cta1_white:focus, .lp_cta_modal_white:focus {
  outline: none;
}

.btn-select {
  position: relative;
  padding: 0;
  min-width: 236px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-select:focus {
  outline: none;
}

.btn-info-lang {
  background-color: #8CC739;
  border-color: #8CC739;
}

.btn-select.btn-select-light .btn-select-value {
  background-color: #fff;
  color: #000;
  line-height: 35px;
  font-size: 20px;
}

.btn-mywords {
  color: #f68e1f;
  margin: 3px;
  background-color: white;
  border-color: #f68e1f;
}

.btn-fav-add {
  color: #e7e7e7;
  background-color: white;
  border-color: #e7e7e7;
}

.btn-fav-add:hover {
  color: #f68e1f;
  border-color: #f68e1f;
}

.btn-go-read {
  color: #f68e1f;
  background-color: white;
  border-color: #f68e1f;
}

.btn-go-read:hover {
  color: #a85a07;
  border-color: #a85a07;
}

.btn-fav-remove {
  color: #ad6262;
  background-color: white;
  border-color: #ad6262;
}

.btn-mywords-remove, .btn-learn-remove {
  color: #ad6262;
  background-color: white;
  margin: 3px;
  border: 1px solid #d0a5a5;
}

.btn-mywords-remove:hover, .btn-learn-remove:hover {
  color: #d0a5a5;
}

.btn-learn {
  color: #5bc0de;
  margin: 3px;
  background-color: white;
  border-color: #5bc0de;
}

.btn-learn:hover {
  color: #2390b0;
}

.btn-audio {
  color: #e7e7e7;
  margin: 3px;
  background-color: white;
  border-color: #e7e7e7;
}

.btn-audio:hover {
  color: #b4b4b4;
}

.btn-learn-remove {
  border: 1px solid #d0a5a5;
}

.btn-learn-remove:hover {
  color: #6f3a3a;
}

.lp_h1 {
  font-size: 2em;
  font-family: "ubunturegular", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 30px;
}

.lp_h2 {
  font-size: 2em;
  font-family: "ubunturegular", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lp_p1 {
  font-size: 1.5em;
  color: darkgrey;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "ubunturegular", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.navbar-default {
  background-color: white;
  border: none;
}

.navbar-default .navbar-nav > li > a:focus:hover, .navbar-default .navbar-nav > li > a:hover {
  color: #f68e1f;
}

.nav > li {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.section_child, .section_features, .section_references, #references {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_features {
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #f68e1f;
  color: white;
  border-radius: 5px;
}

.section_references, #references {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px 0 20px;
}

.section_references .carousel-indicators, #references .carousel-indicators {
  bottom: -40px;
}

.section_references .carousel-indicators li, #references .carousel-indicators li {
  border-color: #f68e1f;
}

.section_references .carousel-indicators li.active, #references .carousel-indicators li.active {
  background-color: #f68e1f !important;
}

.section_references .carousel-text, #references .carousel-text {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section_footer {
  padding: 30px 0 0;
  background-color: #272727;
  color: white;
}

.section_footer .list-unstyled li {
  display: inline;
}

.section_footer .list-unstyled li:after {
  color: #f68e1f;
}

.section_footer a {
  padding: 4px 0;
  color: #EFEDE7;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6;
}

.section_footer a:hover {
  color: #f68e1f;
}

@media (min-width: 0px) {
  .section_footer .list-unstyled li:after {
    content: '|';
    padding-left: 4px;
    color: #f68e1f;
  }
}

@media (min-width: 767px) {
  .section_footer .list-unstyled li:after {
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 4px;
    color: #f68e1f;
  }
}

.section_bottom {
  margin-top: 10px;
  background-color: #efede7;
}

.section_bottom {
  position: relative;
  overflow: auto;
  padding-top: 15px;
}

.section_bottom:before {
  top: 0px;
  background-position: left top;
  background: linear-gradient(-135deg, white 7.5px, transparent 0), linear-gradient(135deg, white 7.5px, transparent 0);
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  background-size: 15px 15px;
}

.section_bottom {
  position: relative;
  overflow: auto;
  padding-bottom: 15px;
}

.section_bottom:after {
  bottom: 0px;
  background-position: left bottom;
  background: linear-gradient(-45deg, white 7.5px, transparent 0), linear-gradient(45deg, white 7.5px, transparent 0);
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  background-size: 15px 15px;
}

.footer_love {
  font-size: 12px;
  color: lightgrey;
}

.modal-fullscreen {
  background: rgba(255, 255, 255, 0.98) !important;
}

.modal {
  top: 0% !important;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pricing-wrapper {
  position: relative;
}

.pricing-head {
  text-align: center;
  padding: 5px 0;
  background: #8CC739;
  position: absolute;
  top: -10px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 5;
}

.pricing-head h3 {
  margin: 0;
  line-height: normal;
  color: #fff;
}

.pricing-active {
  border-color: #8CC739 !important;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
  border-radius: 6px;
}

.pricing-content {
  text-align: center;
  padding: 2.5em 0;
}

.pricing-content h3 {
  font-weight: bold;
}

.pricing-content .info {
  padding-left: 2em;
  padding-right: 2em;
  font-style: normal;
  margin-bottom: 1em;
}

.pricing-content span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: italic;
}

.pricing-active .pricing-content i {
  font-weight: bold;
}

.pricing-content i {
  font-size: 24px;
  font-style: normal;
}

.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 30px;
}

.pricelist.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.pricelist.nav-tabs {
  text-align: center;
}

.more-banner {
  padding: 20px 0 70px;
  background-color: #f8a750;
  color: white;
  position: relative;
}

.more-banner h2 {
  color: #fff;
}

.more-button {
  border-radius: 25px;
  bottom: -20px;
  color: #8493FD;
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #f8a750 url(/assets/icons/arrow-down.png) no-repeat center center;
  background-size: 40%;
  cursor: pointer;
  -webkit-transition: fill .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: fill .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: fill .3s ease-in-out,transform .3s ease-in-out;
  transition: fill .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.pricelist-main {
  padding: 30px 0;
}

.panel-custom .panel-heading {
  background: #f8a750;
  color: #fff;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-custom .panel-title {
  font-size: 20px;
  padding: 0.5em;
}

.panel-title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-custom {
  width: 100%;
  position: relative;
}

.panel-body {
  border: 1px solid #f68e1f;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0px !important;
}

.panel-custom .panel-heading .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
}

.service-wrapper {
  margin: 80px 0 60px;
}

.service-item {
  padding-bottom: 10px;
  border: 1px solid #f8a750;
  border-radius: 6px;
}

.service-header {
  padding: 10px;
  background: #f8a750;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: normal;
}

.service-content, .service-content .service-td {
  padding: 10px;
}

.service-table {
  border-top: 1px solid #f68e1f;
}

.service-table-header {
  background: #fff;
  color: #323233;
  font-weight: bold;
  padding: 10px;
}

.service-table-content {
  padding: 0;
}

.service-td {
  width: 33.333%;
  float: left;
  text-align: center;
}

.service-wrapper .fa-check {
  color: #8CC739 !important;
  font-size: 1.5em;
}

.mb-20 {
  margin-bottom: 20px;
}

.image-gift-active {
  border: 3px solid #f68e1f;
  padding: 10px;
  margin: 3px;
  padding-bottom: 20px;
  border-radius: 5px;
}
/*# sourceMappingURL=landings.css.map */