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

/*GENERAL*/
body {margin: 0;}
.page-link {
    position: relative;
    text-decoration: none;
    font-weight: 500;
}
.page-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: orange;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.page-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-link {
    text-align: right;
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: 700 !important;
    margin-right: 10px !important;
    color: whitesmoke;
    font-size: 14px;
}
.menu-link:before {
    height: 4px;
    background-color: orange;  /* orange */
}

nav ul a {
    float: right !important;
}

.footer-link {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    color: white;
    padding-bottom: 10px;
}
.footer-link:before {
    height: 2px;
    background-color: orange;
}
.presentation-summary-link {
    font-family: Montserrat, sans-serif;
    color: #2bbbad;
    padding-bottom: 5px;
}
.presentation-summary-link:before {
    height: 2px;
    background-color: #2bbbad;
}


/**/

/*NAVBAR*/
.main-nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 0 20px;
    background-color: rgb(48, 82, 95);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px;
    padding-right: 50px;
}

.logo-text {
    font-family: 'Marck Script', cursive;
    font-size: 50px !important;
    text-decoration: dashed;
}

@media only screen and (max-width: 1370px) {
  .logo-text {
    font-size: 29px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    #main-btn {
        z-index: 900;
        position: absolute;
        margin-left: 40px;
    }
}

/*@media only screen and (max-width: 1370px) {*/
.menu-link-list, .menu-link-list li {
    float: right !important;
}


@media only screen and (max-width: 768px) {
  .logo-text {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 1370px) {
    #author-img {
        /*display: none;*/
    }
}

.menu-link-list-margin {
    float: right;
}

@media (max-width: 1370px) {
  .flex-l {
    display: flex;
    flex-direction: column; /* Stack on top */
  }
  /*.box-a {*/
    /*order: 2; !* Go down, bring Box B up *!*/
  /*}*/
}

@media only screen and (min-width: 1200px) {
    .hide-for-xl {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .hide-for-not-xl {
        display: none;
    }
}



.btn-offer-large {
    font-weight: bold;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 30px;
    margin-top: 20px;
    margin-right: 20px;
    height: 74px;
    line-height: 74px;
}

/*MAIN ANIMATION*/
.main-animation {
    position: relative;
    z-index: 10;
}
@keyframes slideInLeftShip {
  from {
    transform: translate3d(-250%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeftShip {
  animation-name: slideInLeftShip;
}
@keyframes slideInLeftCloud1 {
  from {
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeftCloud1 {
  animation-name: slideInLeftCloud1;
}
.cloud {
    animation-duration: 50s;
    position: absolute;
    z-index: 50;
    width: 200px;
    height: 25px;
}
#cloud1 {
    left: 270px;
    top: 30px;
}
#cloud2 {
    animation-duration: 50s;
    left: -200px;
    top: 10px;
}
#sun {
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: 5;
    width: 40px;
}
#mountains {
    position: absolute;
    left: -50px;
    top: 10px;
    z-index: 100;
}
#ship {
    animation-duration: 45s;
    position: absolute;
    left: 350px;
    top: 265px;
    z-index: 100;
}

/*PROMOTION*/
.btn-see-offer {
    background-color: #00acc1;
    right: 0 !important;;
    left: auto !important;
    margin: 10px !important;
    font-size: 24px !important;
    padding: 10px !important;
}
.extra-price {
    color: orange;
    font-size: 60px;
}

.offer-description {
    z-index: 100;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    margin: 10px 0px 10px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 36px !important; ;
    width: 100%;
    text-align: center;
    background-color: #2bbbad;
    color: white !important;
}

.offer-description span {
    position: relative;
    color: white;
    background-color: #9b1785;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1450px) {
    #vocab-img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1450px) {
  .offer-description {
    font-size: 18px !important;
  }

  .extra-price {
      font-size: 30px !important;
  }
}


.modal-offer-description {
    margin: 10px 0px 10px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 36px !important; ;
    width: 100%;
    text-align: center;
    background-color: #2bbbad;
    color: white !important;
}

.modal-offer-description strong {
    font-weight: 700;
}


/*FAQ*/
.faq-question {
    font-weight: bold;
    margin-bottom: 5px !important;
}
.faq-answer {
    margin-top: 5px !important;
    margin-bottom: 45px;
}

/*LINES*/
.line {
    height: 5px;
	width: 400px;
}
#line1 {
    animation-duration: 3s;
    background-color: orange;
}
#line2 {
    animation-duration: 3s;
    background-color: orange;
}

/*CONTAINERS*/
.container-wrapper-gray {
    background-color: rgb(48, 82, 95);
    padding-top: 5px;
    padding-bottom: 5px;
}
.container-wrapper-blue {
    background-color: rgb(48, 82, 95);
    /*background-color: rgba(153, 227, 245, 0.29);*/
    /*background-color: white;*/
    /*background-color: rgba(120, 177, 191, 0.29);*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-wrapper-blue .header {
    color: white !important;
}


.container-wrapper-blue .description {
    color: white;
}

.container-wrapper-blue .page-link {
    color: orange;
}


.bonus-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*CONTENT*/
.header {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
    color: rgb(48, 82, 95) !important;
}
.description {
    font-family: Montserrat, sans-serif;
    color: black;
    font-size: 26px;
    margin-bottom: 40px;
}
.description strong {
    font-weight: 700;
}

/*SOCIAL ICONS*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon-list {margin-top: 25px;}
.social-icon {
    color: black;
    margin-right: 40px;
    font-size: 60px;
    width: 80px;
    height: 80px;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}
.social-icon-blog:before { content: "\e956"; }
.social-icon-blog:hover { color: green; }
.social-icon-instagram:before { content: "\ea92"; }
.social-icon-instagram:hover { color: deeppink; }
.social-icon-twitter:before { content: "\ea96"; }
.social-icon-twitter:hover { color: deepskyblue; }
.social-icon-youtube:before { content: "\ea9d"; }
.social-icon-youtube:hover { color: red; }

/*OTHER*/
.extra-space {
    padding-top: 100px;
}
.presentation-slides {
    margin-top: 30px;
}
.contact-panel {
    margin-top: 100px;
}
.btn-send {
    margin-top: 50px;
}
.box {
    width: 200px;
    height: 300px;
    background-color: #00C853;
    margin: 10px;
}

.card-title-top-left {
    top: 0 !important;
    left: 0 !important;
}

.card-title-bottom-right {
    bottom: 0 !important;
    right: 0 !important;
    left: unset !important;
}

.card-title-bottom-left {
    bottom: 0 !important;
}

.field-error {
    color: red !important;
}

#thank_you {
    position: fixed;
    top: 100px;
    left: 32%;
    width: 36%;
    z-index: 2000;
    background-color: #2bbbad !important;
}

#email_error {
    position: fixed;
    top: 100px;
    left: 32%;
    width: 36%;
    z-index: 2000;
    background-color: #f5582e !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(43, 187, 173);
    background: rgba(43, 187, 173, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 3px;
    top: 0 !important;
    font-size: 3rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(43, 187, 173, 1);
}

#return-to-top:hover i {
    color: #fff;
    top: -7px !important;
}

.material-icons-hover:hover {
    color: #2bbbad;
}

.slick-next, .slick-prev {
    color: white !important;
}

#modal-offer-details-plus, #modal-offer-details-starter {
    max-height: 100% !important;
}

.footer-btn {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-right: 30px !important;
}

.modal-content {
    padding-bottom: 0px !important;
}

.modal-footer {
    height: 60px !important;
}

.offer-level {
    float: none !important;
    padding: 5px 15px !important;
}

@media only screen and (max-width: 1450px) {
    .header {
        font-size: 40px;
    }

    .description {
        font-size: 18px !important;
    }
}