/*
 * #333333
 * #AEAEAE
 * #DDDDDD
 * #F4F4F4
 * #1BB4B9
 * #B4FCF7 => new pages theme color
 * #00AD45
 * #E04646
 * #F5B120 => Sunny dark / logo dark / logo shadow
 * #FAEB8D => Sunny light / logo light
 * #FFFEE4 => Homepage buttons/tiles without hover
 * #FFFFFF => white
 */
@media print {
  * {
    display: none !important;
    opacity: 0 !important;
    font-size: 0 !important;
  }

}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 3rem;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

/**
 * HEADER
*/
.header-top {
  background: #F4F4F4;
}

.social-links>a, .header-login-register li a, .header-user-menu li a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.logo {
  padding: 10px 0;
}

.header-user-menu {
  float: right;
}

.header-user-menu a {
  color: #FFFFFF;
  display: block;
  line-height: 41px;
}

.header-user-menu ul a i {
  font-size: 18px;
  margin-right: 10px;
}

ul.user-menu .user-menu-profile {
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 42px;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.6s ease 0s;
  visibility: hidden;
  z-index: -99;
}

ul.user-menu li:hover .user-menu-profile,
ul.user-menu:focus-within li .user-menu-profile {
  margin-top: 0;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  z-index: 99999;
}

.user-menu-profile .single-widget-container {
  margin-bottom: 10px;
}

.user-menu-profile .single-title, .user-menu-profile .recent-post-item, .user-menu-profile .recent-post-text h4 {
  margin-bottom: 0;
}

.user-menu-profile .recent-post-text a {
  line-height: 31px;
}

.user-menu-profile .recent-post-text span {
  margin-left: 50px;
}

.user-menu-profile>a {
  text-align: right;
  margin-right: 10px;
}

.user-menu-profile .input-group-append {
  border-radius: 0;
}

.user-menu-profile .form-box {
  border-top: 0;
}

.user-menu-profile .form-box i {
  padding-top: 13px;
}

.user-menu-profile .form-box input {
  height: 100%
}

.user-menu-profile .form-box button {
  height: 38px;
  border-radius: 0;
}

.main-header {
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}

.flashbag {
  margin-top: 1rem;
}

.flashbag.container .alert-success {
  color: #333333;
  background-color: #B4FCF7;
  border-color: #1BB4B9;
}

.mainmenu-area {
  padding: 10px 0;
}

.mainmenu {
  margin-right: -35px;
}

.main-content {
  min-height: calc(100vh - 210px);
}

/**
* FOOTER
*/
.footer-area {
  font-size: 15px;
  background: #F4F4F4;
}

.footer-area .social-links {
  margin-top: 0;
}

.footer-container {
  border-top: 1px solid #333333;
}

.footer-container span, .footer-container span a {
  color: #333333;
}

.footer-container>div>div {
  text-align: right;
}

.single-title > h3 {
  border-bottom: 1px solid #1BB4B9;
}

/**
* UTILITIES
*/
.btn-theme {
  background: #B4FCF7;
  border-radius: 30px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-style: none;
}

.btn-theme:hover {
  background: #1BB4B9;
}

.button-default {
  background: #B4FCF7;
  color: #333333;
}

.button-default:hover {
  background: #B4FCF7;
  font-weight: 600;
}

.btn-buy {
  background: #B4FCF7;
  color: #333333 !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  padding: 1rem 3rem;
  border-radius: 3em;
}
@media only screen and (max-width:480px) {
  .btn-buy {
      font-size: 1.5rem;
      line-height: 2rem;
      padding: 0.5rem 1rem;
  }
}



.account-form {
  margin: 10px 0 10px 70px;
}

.account-form .register-title {
  background: #B4FCF7 none repeat scroll 0 0;
}

.account-form .register-title > h4 {
  color: #333333;
}

.account-form .register-title > i {
  color: #333333;
}

.social-links > a, .header-login-register li a {
  color: #333333;
}

.social-links > a:hover, .header-login-register li:hover a {
  color: #333333;
  font-weight: 700;
}

.register-btn, .login-btn {
  background: #B4FCF7;
  color: #333333;
}

.register-btn:hover, .login-btn:hover {
  background: #B4FCF7;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .account-form, .register-title {
    margin: 10px 0;
  }

  .register-title i.fa {
    margin-left: 10px;
  }

}

.account-form input {
  display: inline-block;
  padding: 0 8px;
  width: 84%;
  border: 0;
  height: 36px;
  font-size: 15px;
}

.account-form .form-check {
  padding-left: 12px;
  margin-bottom: 10px;
}

.account-form input[type="checkbox"] {
  height: initial;
  width: initial;
  margin-left: 0;
  padding: 0;
}

.account-form label.form-check-label {
  margin-left: 35px;
}

.account-form .button-default {
  background: #B4FCF7;
  color: #333333;
}

.account-form .button-default:hover {
  background: #B4FCF7;
  font-weight: 600;
}

.invalid-feedback {
  font-size: initial;
}

.form-error-message {
  margin: 0 0 15px 10px;
}

/*.register-area {
  background: #FFFEE4;
}*/
.register-area::after {
  display: none;
}

.register-area.newsletter-area {
  padding: 0;
  background: #B4FCF7;
}

@media only screen and (max-width:767px) {
  .register-area.newsletter-area {
    text-align: center;
    padding: 20px 0 30px 0;
  }

}

/*.register-area.newsletter-area .register-title {
  background-color: #FFFEE4;
}

@media only screen and (max-width: 620px) {
  .register-area.newsletter-area .register-title {
    padding-left: 8px;
  }
}*/
@media (max-width:767px) {
  .register-info>h4 {
    display: initial !important;
  }

}

.register-area.newsletter-area .register-info h4 {
  line-height: 1.2;
  margin-bottom: 9px;
}

/*@media only screen and (max-width: 620px) {
  .register-area.newsletter-area .register-title {
    padding-left: 8px;
  }
}*/
.register-area.newsletter-area .register-info h2 {
  line-height: 1.2;
  margin-bottom: 9px;
  font-size: 50px;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .register-area.newsletter-area .register-info h2 {
    font-size: 30px;
  }

}

/*.register-area.newsletter-area .register-title i,
.register-area.newsletter-area .register-title h4 {
  color: #333333;
}

.register-area.newsletter-area form {
  margin: 22px 54px 0;
  padding-bottom: 22px;
}

@media only screen and (max-width: 620px) {
  .register-area.newsletter-area .free-content-form.row {
    margin: 22px;
  }
}

.register-area.newsletter-area .free-content-form.row > div {
  padding: 0 3px;
}

.register-area.newsletter-area .free-content-form.row > button {
  margin-left: 3px;
  background: #FAEB8D;
  color: #333333;
  font-size: 15px;
}

.register-area.newsletter-area .free-content-form.row > button:hover {
  background: #F5B120;
}*/
.register-area .account-form {
  border: 1px solid #F4F4F4;
}

.register-area.newsletter-area a.btn-theme {
  background: #F4F4F4;
  color: #333333 !important;
  font-size: 38px;
  line-height: 58px;
}

@media only screen and (max-width:767px) {
  .register-area.newsletter-area a.btn-theme {
    font-size: 23px;
    line-height: 42px;
  }

}

.register-area.newsletter-area a.btn-theme:hover {
  background: #DDDDDD;
}

.breadcrumb-banner-area {
  background: #B4FCF7;
  padding-top: 30px;
}

.breadcrumb-banner-area::after {
  background: none !important;
}

.register-form .form-check {
  margin-bottom: 10px;
  padding-left: 30px;
}

.register-form label.form-check-label {
  padding-left: 10px;
}

.register-form label.form-check-label a, .form-check-label a {
  color: #1BB4B9;
  display: inline-block;
  line-height: initial;
  text-decoration: underline;
}

.register-info {
  padding: 10px 0;
  text-align: center;
}

.register-info h4, .register-info>h1, .register-info h4 span {
  color: #333333;
}

.free-content-form input {
  border: 1px solid #bbb;
  width: 100%;
}

.mainmenu ul#nav li {
  margin-right: 25px !important;
}

.mainmenu ul#nav>li>a {
  font-size: 16px;
}

.mainmenu ul#nav li.current a {
  color: #333333;
  font-weight: 700;
}

.mainmenu ul#nav > li:hover > a, .mainmenu ul#nav li ul.sub-menu > li a:hover {
  color: #333333;
  font-weight: 700;
}

.mobile-menu-area {
  background: #B4FCF7;
}

.mobile-menu-area .mean-nav {
  background-color: #B4FCF7;
}

.mean-container .mean-bar::before {
  color: #333333;
}

.mean-container a.meanmenu-reveal span {
  background: #333333;
}

.breadcrumb-bar ul.breadcrumb {
  font-size: 1rem;
  margin-top: 30px;
  font-weight: 500;
}

@media only screen and (max-width:480px) {
  .breadcrumb-bar ul.breadcrumb {
    font-size: 14px;
  }

}

.breadcrumb>li:first-child:before {
  display: none;
}

.breadcrumb>li {
  margin-right: 0;
}

.breadcrumb li:after {
  content: "•";
  font-size: 25px;
  vertical-align: middle;
  margin: 0 10px;
  color: #AEAEAE;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb-text h1 {
  color: #333333;
  line-height: 52px;
}

@media only screen and (max-width:480px) {
  .breadcrumb-text h1 {
    font-size: 30px;
  }

}

/**
 * HOME
*/
.section-title-wrapper::before {
  background: #AEAEAE;
}

.section-title-wrapper::after {
  color: #AEAEAE;
}

.section-title>p {
  font-size: 18px;
}

.portal-box {
  border: 1px solid #DDDDDD;
  min-height: 310px;
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
  background: #F4F4F4;
  text-align: center;
  padding: 20px;
  transition: all 0.2s ease-in;
  margin-bottom: 30px;
  position: relative;
}

.portal-box.centered {
  height: 310px;
}

.portal-box:hover {
  transform: scale(1.03);
  background: #DDDDDD;
  border-color: #AEAEAE;
  box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.45);
}

.portal-box__header {
  font-size: 23px;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  width: 100%;
}

.portal-box.centered .portal-box__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  margin-bottom: 0;
}

.portal-box__header::after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #333333;
  margin: 0 auto;
  margin-top: 15px;
  transition: all 0.2s ease-in;
}

.portal-box .border-top {
  border-top: 0 !important;
}

.portal-box .border-top::before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #333333;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 0.2s ease-in;
}

.portal-box:hover .portal-box__header::after {
  background: #333333;
}

.portal-box p {
  font-size: 18px;
  color: #333333;
  transition: all 0.2s ease-in;
}

.portal-box p:last-of-type {
  margin-bottom: 0;
}

.portal-box__ico {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333333;
  transition: all 0.2s ease-in;
}

/**
* Pricing
*/
.pricing {
  padding: 60px 0 100px 0;
}

.pricing h1 {
  margin-bottom: 50px;
  text-align: center;
}

.pricing__item {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  overflow: hidden;  /*
  margin-block: 30px;
  min-height: 380px;
  */
}

.pricing__item-header {
  color: #333333;
  padding: 45px 25px;
  text-align: center;
}

.pricing__item--light .pricing__item-header {
  background: #F4F4F4;
}

.pricing__item--medium .pricing__item-header {
  background: #DDDDDD;
}

.pricing__item--hard .pricing__item-header {
  background: #AEAEAE;
}

.pricing__item-header .range {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 45px;
  line-height: 150%;
}

.pricing__item-header .range .days {
  font-size: 16px;
}

.pricing__item-header .price {
  font-size: 50px;
  margin-bottom: 5px;
}

.pricing__item-header .price .currency {
  font-size: 25px;
}

.pricing__item-details {
  padding: 30px;
  font-size: 17px;
}

.pricing__item-details i {
  margin-right: 5px;
  min-width: 20px;
}

.pricing__item--light .pricing__item-details i {
  color: #F4F4F4;
}

.pricing__item--medium .pricing__item-details i {
  color: #DDDDDD;
}

.pricing__item--hard .pricing__item-details i {
  color: #AEAEAE;
}

.pricing__item-details-btn .btn-theme {
  width: 80%;
  line-height: 22px;
  padding: 10px;
  background: #B4FCF7;
  color: #333333 !important;
}

.pricing__item-details-btn-theme {
  margin-top: 35px;
  text-align: center;
}

.pricing__item--light .btn-theme:hover, .pricing__item--medium .btn-theme:hover, .pricing__item--hard .btn-theme:hover {
  color: #333333 !important;
  font-weight: 600;
}

.blog-post-details-text, .set-wrapper {
  font-size: 16px;
}

@media only screen and (max-width:480px) {
  .blog-post-details-text, .set-wrapper {
    font-size: 13px;
  }

}

.cool-notes {
  margin-bottom: 40px;
}

.cool-notes .table-wrapper {
  border: 1px solid #333333;
  padding: 50px 20px;
}

@media only screen and (max-width:1024px) {
  .cool-notes .table-wrapper {
    padding: 20px;
  }

}

.cool-notes table {
  width: 100%;
  position: relative;
}

.cool-notes table td {
  padding: 5px 10px;
}

.cool-notes table:before {
  display: block;
  content: '';
  position: absolute;
  top: -105px;
  right: -52px;
  width: 190px;
  height: 155px;
  background: url('../images/cool-notesv2.png?194') no-repeat center / contain;
}

.cool-notes strong {
  font-weight: 600;
}

@media only screen and (max-width:1024px) {
  .cool-notes table:before {
    width: 150px;
    top: -95px;
  }

}

@media only screen and (max-width:990px) {
  .cool-notes table:before {
    width: 110px;
  }

}

@media only screen and (max-width:520px) {
  .cool-notes .table-wrapper {
    padding: 2px;
  }

  .cool-notes table td {
    padding: 1px 2px;
  }

  .cool-notes table:before {
    top: -72px;
    right: -20px;
    height: 95px;
    width: 85px;
  }

}

.cool-bubble:before {
  display: block;
  content: attr(data-label);
  position: absolute;
  top: -80px; /*-58px;*/
  right: -22px; /*-32px;*/
  width: 120px;
  height: 135px;
  background: url('../images/cool-bubblev4.png?194') no-repeat center / contain;
  font-size: 16px;
  padding: 47px 25px 41px 33px;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
}

@media only screen and (min-width:992px) {
  .promoted-menu-item {
    position: relative;
  }

  .promoted-menu-item:before {
    background-color: #B4FCF7;
    display: block;
    top: 30px;
    left: -5px;
    position: absolute;
    content: attr(data-label);
    width: 130px;
    height: 40px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    padding-top: 10px;
    padding-left: 5px;
  }

  .cool-bubble-menu:before {
    display: block;
    content: attr(data-label);
    background: url('../images/cool-bubblev3.png?194') no-repeat center / contain;
    font-size: 16px;
    padding: 54px 14px 58px 30px;
    font-weight: 600;
    line-height: 18px;
    z-index: 2;
    position: absolute;
    top: -14px;
    /* For Strefa-pdf */
    /*right: -28px;
    width: 150px;
    height: 127px;*/
    /* For e-booki */
    right: -24px;
    width: 130px;
    height: 135px;
    margin: 0 3px;
  }
  /* For e-booki */
  .cool-bubble-menu {
    margin: 0 10px;
  }

  .cool-bubble-menu:hover:before {
    font-weight: 700;
  }

}

@media only screen and (max-width:991px) {
  .cool-bubble-menu, .promoted-menu-item {
    font-weight: 700 !important;
    font-size: 14px !important;
    background-color: #F4F4F4 !important;
  }

}

.blog-post-details-text {
  overflow: visible !important;
}

.answer {
  display: inline-block;
  min-width: 90px;
  min-height: 37px;
  border: 2px dashed #AEAEAE;
  border-radius: 6px;
  vertical-align: middle;
  margin: 0 10px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width:480px) {
  .answer {
    min-height: 32px;
  }

}

.answer.filled {
  min-width: 0;
}

.answer:hover {
  background: #DDDDDD;
}

.option-default-area {
  text-align: center;
  padding-bottom: 20px;
  background: #F4F4F4;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width:480px) {
  .option-default-area {
    min-width: 100px;
    padding: 10px 3px;
  }

}

.option {
  font-size: 15px;
  max-width: 250px;
}

@media only screen and (max-width:480px) {
  .option {
    font-size: 13px;
  }

}

.option-default-area .option {
  margin: 13px auto;
  display: block;
  width: max-content;
  max-width: 100%;
}

@media only screen and (max-width:480px) {
  .option-default-area .option {
    margin: 5px auto;
    padding: 2px 4px;
  }

}

.exercise {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}

.exercise .header {
  font-weight: 500;
  font-size: 25px;
  color: #333333;
  margin-bottom: 5px;
}

.exercise .btn-info {
  color: #333333;
  background-color: #B4FCF7;
  border-color: #333333;
}

.exercise .btn-info:hover {
  background-color: #1BB4B9;
  border-color: #333333;
}

@media only screen and (max-width:480px) {
  .exercise .header {
    font-size: 20px;
  }

}

.exercise .instruction {
  margin-bottom: 20px;
  font-weight: 600;
}

.option-area-drag_n_drop {
  min-height: 65px;
  background: #F4F4F4;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
}

.option-area-drag_n_drop .option {
  margin: 5px;
}

.option-area-single_char input {
  width: 3ch;
  min-width: 3ch;
  text-align: center;
  margin: 0 5px;
}

.option-area-long_text input {
  width: 100% !important;
  min-width: 100%;
  margin: 5px 0;
}

.question-input {
  font-family: monospace;
  margin: 0 10px;
  padding: 5px 7px;
  border: 2px solid #DDDDDD;
  min-width: 100px;
  width: 100px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width:480px) {
  .question-input {
    padding: 2px 4px;
    margin: 0 5px;
    height: 30px;
  }

}

@media only screen and (max-width:480px) {
  .question-row {
    line-height: 28px;
  }

}

.check-icon {
  font-size: 20px;
  margin-right: 5px;
  display: none;
}

.check-icon.show {
  display: inline;
}

.btn-check-answers {
  color: #333333;
  background-color: #F4F4F4;
  border-color: #AEAEAE;
  margin-right: 30px;
  vertical-align: middle;
}

.btn-check-answers:hover {
  background-color: #DDDDDD !important;
}

.js-slot.err {
  border-color: #E04646 !important;
}

/*.js-check-wrong.check-icon.show::before {
  display: block;
  content: "";
}*/

.correct-answer {
/*  margin: 0 5px;*/
  color: #333333;
  font-size: 15px;
  display: inline;
  font-weight: 600;
}

.result-message {
  font-weight: bold;
  display: inline-block;
  max-width: 590px;
  vertical-align: middle;
}

@media (max-width:1194px) {
  .result-message {
    text-align: center;
    max-width: inherit;
  }

}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}

.gly-spin {
  animation: spin 2s infinite linear;
}

.service-page {
  padding: 50px 0;
}

@media only screen and (max-width:620px) {
  .service-page {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.service-page .section-title-wrapper {
  padding-bottom: 15px;
  margin-bottom: 70px;
}

.typography {
  font-size: 20px;
  line-height: 35px;
}

.typography p, .typography h2, .typography h3, .typography h4, .typography h5, .typography h5, .typography h6, .typography ul, .typography ol, .typography table {
  margin-bottom: 25px;
}

.typography ul {
  list-style: inside;
}

.typography ol {
  padding: 0;
  list-style: decimal inside;
}

.typography .img-middle-text {
  float: right;
  margin-left: 25px;
  max-width: 50%;
  max-height: 220px;
  height: auto;
}

.typography a {
  color: #333333;
  text-decoration: underline;
}

.typography a:hover {
  font-weight: 600;
}

.typography ul ul, .typography ol ol {
  margin: 0 0 0 25px;
}

.typography b, .typography strong {
  font-weight: 600;
}

.typography .content-image {
  margin-bottom: 35px;
}

@media only screen and (max-width:520px) {
  .typography .img-middle-text {
    float: none;
    max-width: 100%;
    max-height: inherit;
    margin: 0 0 25px 0;
  }

}

@media only screen and (max-width:767px) {
  .typography .img-middle-text {
    min-width: 50%;
    max-height: inherit;
  }

}

@media only screen and (max-width:767px) {
  .typography img {
    min-width: 100%;
  }

}

.service-page a.btn-success {
  background: #B4FCF7;
  color: #333333;
  text-decoration: none;
  border: 0;
}

.service-page a.btn-success:hover {
  background: #B4FCF7;
  color: #333333;
  font-weight: 600;
}

.contact-form-container .form-control {
  font-size: 15px;
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem #F4F4F4;
}

.contact-form-container .button-default:hover {
  background: #B4FCF7;
  color: #333333;
  font-weight: 600;
}

.custom-footer-menu {
  text-align: center;
  padding: 20px 0;
}

.custom-footer-menu ul, .custom-footer-menu ul li {
  display: inline;
}

.custom-footer-menu a {
  color: #333333;
  padding: 0 5px;
  margin: 0 5px
}

.form-area {
  background-color: #F4F4F4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.form-area form {
  background: #FFFFFF none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  position: relative;
  z-index: 9;
  margin: 0 52px 42px 52px;
  padding: 10px 0;
}

@media (max-width:767px) {
  .form-area form {
    margin: 0 10px 10px;
  }

}

.form-area form>* {
  margin: 10px 52px;
}

@media (max-width:767px) {
  .form-area form>* {
    margin: 10px;
  }

}

.form-area form .form-box i {
  padding: 11px;
}

.form-area form input, .form-area form select {
  border: 0;
  border-radius: 0;
  color: #AEAEAE;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 36px;
  position: absolute;
  width: 90%;
  margin-left: 0;
  padding-left: 21px;
}

.form-area form input[type="checkbox"] {
  height: initial;
  width: initial;
}

.form-area form label.form-check-label {
  margin-left: 35px;
}

.form-area form .button-default {
  margin-top: 11px;
}

.form-area .form-header {
  background: #B4FCF7 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  margin: 42px 52px 0 52px;
  padding-top: 11px;
}

@media (max-width:767px) {
  .form-area .form-header {
    margin: 10px 10px 0;
  }

}

.form-area .form-header h1 {
  color: #333333;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 32px;
}

.form-area .form-header h4 {
  color: #333333;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.form-area .form-header i {
  color: #333333 !important;
}

@media (max-width:767px) {
  .form-area .form-header h4 {
    display: inline-block;
    max-width: 80%;
  }

}

.form-area .form-header i {
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  margin: 0 12px 0 14px;
  line-height: 40px;
  vertical-align: top;
}

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #DDDDDD;
  min-height: 46px;
  width: 100%;
  max-width: 100vw;
}

.cookie.remove{
  display: none !important;
}

.cookie .cookie-body {
  margin: 0 auto;
  padding-top: 0.5rem;
}

.cookie span {
  color: #333333;
  font-size: 1rem;
}
.cookie-column {
  flex-direction: column;
}
.cookie-row {
  flex-direction: row;
  display: flex;
}
.cookie-row:first-child {
  flex: 1;
}
.cookie-row:last-child {
  flex: 3;
}
.cookie .buttons {
  margin: 10px 0;
  margin-right: auto;
}

.cookie{
  a, button, .btn {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.cookie .btn-cookie {
  font-size: 1rem;
  color: #333333;
  background-color: #F4F4F4;
  border: 1px solid #333333;
  cursor: pointer;
}
.cookie .btn-cookie-high {
  height: 3rem;
  background-color: #b4fcf7;
  font-weight: bold;
}

.cookie .btn-cookie:hover {
  background-color: #AEAEAE;
}
.cookie .btn-cookie-high:hover {
  background-color: #b4fcf7;
}

.class-list-area .single-widget-container ul.sidebar-categories li {
  padding-left: 36px !important;
}

.class-list-area .single-widget-container ul.sidebar-categories li::after {
  height: 0;
}

.single-widget-container ul.sidebar-categories li {
  line-height: 21px;
  font-size: 22px;
}

.single-widget-container ul.sidebar-categories li li {
  margin-top: 29px;
}

.single-widget-container ul.sidebar-categories li:hover a {
  color: #333333 !important;
}

.single-widget-container ul.sidebar-categories li:hover::after {
  background: #cacaca !important;
}

.single-widget-container ul.sidebar-categories li > a:hover, .single-widget-container ul.sidebar-categories li.active > a:hover {
  color: #333333 !important;
  font-weight: 600;
}

.single-widget-container ul.sidebar-categories li.active > a {
  color: #1BB4B9 !important;
}

.single-widget-container ul.sidebar-categories li.active::after {
  background: #1BB4B9 !important;
}

@media only screen and (max-width:480px) {
  .single-widget-container ul.sidebar-categories li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .single-widget-container ul.sidebar-categories li li {
    margin-top: 8px;
  }

}

.single-widget-container ul.sidebar-categories li a {
  padding-left: 0;
}

.single-widget-container ul.sidebar-categories li::after {
  top: 7px;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-success {
  border-color: #1BB4B9 !important;
  color: #1BB4B9 !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #1BB4B9 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {

  /*#1BB4B9*/
  border: .25em solid rgba(27, 180, 185, .3) !important;
}

button.swal2-styled.swal2-confirm {
  background-color: #1BB4B9 !important;
}

.homepage-section-title h1 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 1px #333;
}

@media only screen and (max-width:1024px) {
  .homepage-section-title h1 {
    font-size: 2.5rem;
  }

}

.homepage-section-title p {
  font-size: 1.5rem;
}

@media only screen and (max-width:1024px) {
  .homepage-section-title p {
    font-size: 1.2rem;
  }

}

.class-list-text h3 {
  font-size: 2rem;
}

.class-list-text>a {
  color: #333333;
  font-size: 1rem;
  background: #FFFEE4;
  border: 1px solid #FAEB8D;
}

.class-list-text>a:hover {
  font-size: 1rem;
  background: #FAEB8D;
  border-color: #FAEB8D;
}

.class-list-text>span.price {
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.login-form-container>span, .register-form span {
  font-size: 15px;
}

.login-form-container>span, .register-form form span, .account-form form span {
  margin: 15px 0;
  font-weight: 600;
}

.form-box>input {
  font-size: 15px;
}

.form-check {
  font-size: 15px;
}

.button-box button {
  font-size: 15px;
}

/*
.contact-area-container {
font-size: 15px;
}
*/
.class-list-area .blog-post-details {
  text-align: center;
}

.blog-post-details-text iframe {
  max-width: 100%;
  margin: 20px 0;
}

.recent-post-text span i {
  color: #1BB4B9;
}

.blog-post-details > span i {
  color: #1BB4B9;
}

.recent-post-text a:hover {
  color: #333333;
  font-weight: 700;
}

.class-list-item .col-2 a {
  height: 6.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-list-text p>a {
  font-size: 18px;
}

.class-list-item .col-2 a i {
  font-size: 90px;
  color: #DDDDDD;
  margin: 0;
}

.class-list-item:hover .col-2 a i {
  color: #AEAEAE;
  transition: all 0.3s ease 0s;
}

.class-list-item .class-list-text .button-default {
  background: #B4FCF7;
  color: #333333;
  border: 0;
}

.class-list-item:hover .class-list-text .button-default {
  background: #B4FCF7;
  font-weight: 600;
  color: #333333;
}

.class-list-item:hover .class-list-text h3 a {
  color: #333333;
  font-weight: 600;
}

.account-form .d-block {
  margin-top: 0;
  font-size: 13px;
}

.account-form .form-error-icon {
  margin-top: 0;
  margin-right: 7px;
  font-weight: 400;
}

.account-form .form-error-message {
  margin-top: 0;
  font-weight: 400;
}

.payment-form .form-group button.button-default {
  font-size: 16px;
  background: #B4FCF7;
  color: #333333;
}

.payment-form .form-group button.button-default:hover {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .header-bar-logged .header-top-info {
    text-align: left;
  }

  .header-bar-logged .header-bar__coll {
    width: 50%;
  }

  .header-bar-logged .user-menu-profile {
    width: 180%;
  }

}

@media only screen and (max-width:767px) {
  .download-list .class-list-text h3 {
    font-size: 24px;
  }

  .download-list .class-list-text p>a {
    font-size: 15px;
  }

  .download-list .class-list-item .col-2 a i {
    font-size: 50px;
    position: relative;
    top: -18px;
  }

  .donwload-list__item .row {
    display: block;
    clear: both;
    margin: 0;
  }

  .donwload-list__icon-col {
    width: 50px;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
  }

  .donwload-list__desc-col {
    width: calc(100% - 50px);
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 20px;
  }

  .donwload-list__item {
    clear: both;
  }

}

@media only screen and (max-width:767px) {
  .typography {
    font-size: 16px;
  }

  .typography h2 {
    font-size: 23px;
  }

  .typography h3 {
    font-size: 22px;
  }

}

@media only screen and (max-width:1024px) {
  ul.register li .register-form, ul.login li .login-form {
    display: none !important;
  }

}

.meanmenu-reveal {
  transition: none;
}

.pagination > li.current:last-child {
  font-size: inherit;
  margin-left: inherit;
  margin-right: inherit;
  width: 25px;
}

.pagination > li > a {
  width: 100%;
  height: 100%;
}

.single-widget-container > a > span {
  background: #DDDDDD;
  color: #333333;
  font-weight: 600;
}

.single-widget-container > a > span::after {
  border-color: #DDDDDD;
}

.single-widget-item:hover .single-widget-container a span {
  background: #DDDDDD;
  color: #333333;
  font-weight: 700;
}

.single-widget-item:hover .single-widget-container a span::after {
  border-color: #DDDDDD;
}

.single-widget-container .recent-post-item .recent-post-text h4 a {
  font-size: 14px;
}

@media only screen and (max-width:767px) {
  .single-widget-container .recent-post-item .recent-post-text h4 a {
    font-size: 16px;
  }

}

.form-control:focus {
  border-color: #1BB4B9;
}

.blog-two, .blog-three {
  padding: 0 !important;
}

.single-blog-image a, .recent-post-image a {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
}

.blog-post-details-img {
  text-align: center;
}

/* Testimonials */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 250px;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-self: center;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.testimonials {
  margin-top: 50px;
  padding: 0;
}

.testimonials .btn {
  margin-top: 25px;
  color: #333333;
  font-size: 1rem;
  background: #FFFEE4;
  border: 1px solid #FAEB8D;
}

.testimonials .btn:hover {
  font-size: 1rem;
  background: #FAEB8D;
  border-color: #FAEB8D;
  font-weight: 600;
}

.carousel {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.carousel .opinion-box {
  min-width: 90%;
}

.carousel.static {
  display: flex;
  justify-content: center;
}

.carousel.static .opinion-box {
  min-width: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media only screen and (max-width:767px) {
  .carousel.static {
    flex-direction: column;
  }

  .carousel.static .opinion-box {
    min-width: 100%;
  }

}

@media screen and (min-width:900px) {
  .carousel {
    width: 90%;
    margin: 0 auto;
  }

}

.carousel .slide {
  position: relative;
  white-space: normal;
  display: flex;
  align-self: center;
  width: 100%;
}

.carousel .prev, .carousel .next {
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  cursor: pointer;
}

.carousel .prev svg, .carousel .next svg {
  width: 2rem;
  height: 2rem;
}

.carousel .prev {
  left: -4%;
}

.carousel .next {
  right: -4%;
}

.opinion-box {
  font-size: 1rem;
  border: 1px solid #DDDDDD;
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
  background: #F4F4F4;
  padding: 10px;
  transition: all 0.2s ease-in;
  margin: 20px;
  position: relative;
  min-width: 100%;
}

.opinion-box:hover {
  transform: scale(1.03);
  background: #DDDDDD;
  border-color: #AEAEAE;
  box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.45);
}

.opinion-box.opinion-iframe {
  text-align: center;
}
.opinion-box.opinion-iframe iframe {
  width: 100%;
}
.opinion-box.opinion-iframe .fb-post.fb_iframe_widget,
.opinion-box.opinion-iframe .fb-post.fb_iframe_widget span,
.opinion-box.opinion-iframe .fb-post.fb_iframe_widget span iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.opinion-box.opinion-iframe .fb-post.fb_iframe_widget span {
  overflow: hidden;
  max-height: 350px !important;
}

.opinion-box blockquote {
  position: relative;
  padding: 20px 25px;
  margin: 0;
}

.opinion-box .quote {
  position: relative;
}

.opinion-box .quote > svg:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
}

.opinion-box .quote > svg:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 16px;
}

.opinion-box .caption {
  display: flex;
  padding: 0 25px;
  justify-content: center;
}

.opinion-box .caption > * {
  max-height: 64px;
  min-height: 64px;
}

.opinion-box .caption img {
  border-radius: 32px;
  margin-right: 25px;
}

.opinion-box .caption .content {
  display: flex;
  align-items: center;
}

.opinion-box .caption .text {
  display: block;
}

.opinion-box .caption svg {
  width: 18px;
}

.masonry {
  column-count: 2;
  column-gap: 3rem;
}

@media only screen and (max-width:767px) {
  .masonry {
    column-count: 1;
  }
  .masonry .opinion-box {
    margin: 0;
  }
}

.masonry-tile {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.opinion-form .form-box .fa {
  width: 15%;
}
.opinion-form .form-box input {
  margin-left: 0;
  width: 85%;
  display: inline-block;
}
.opinion-form textarea {
  resize: vertical;
}
.opinion-form-message {
  font-weight: 600;
  padding: 3px;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
}
.opinion-form-message.success {
  border: 1px solid #00AD45;
  background-color: #00AD4533;
}
.opinion-form-message.error {
  border: 1px solid #E04646;
  background-color: #E0464633;
}

p b {
  font-weight: 600;
}

.homepage-card-blue {
  display: flex;
  padding: 20px;
  border: 1px solid #AEAEAE;
  margin-bottom: 70px;
  border-radius: 0px;
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
  background: #B4FCF7;
}
@media only screen and (max-width:992px) {
  .homepage-card-blue {
    flex-direction: column;
  }
}

@media only screen and (max-width:767px) {
  .homepage-card-blue {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
}

.homepage-card-text {
  padding-right: 25px;
}
@media only screen and (max-width:992px) {
  .homepage-card-text {
    padding-right: 0;
  }
}
.homepage-card-text p {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
  margin-bottom: 0;
}
.homepage-card-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 150px;
  text-align: center;
}
@media only screen and (max-width:992px) {
  .homepage-card-image img {
    max-height: 420px;
  }
}

.homepage-section-text {
  margin-bottom: 70px;
}
@media only screen and (max-width:767px) {
  .homepage-section-text {
    margin-bottom: 40px;
  }
}

.homepage-section-text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
}
.homepage-section-text b {
  color: red;
  font-weight: 600;
  font-size: larger;
  text-decoration: underline;
}
.homepage-section-text u {
  font-size: 700;
}

@media only screen and (max-width:1024px) {
  .homepage-section-text p {
    font-size: 1.2rem;
  }
}

.homepage-arrows {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
@media only screen and (max-width:767px) {
  .homepage-arrows {
    margin-bottom: 70px;
  }
}
.homepage-arrows svg {
  height: 200px;
  fill: #B4FCF7;
  stroke: #333333;
  stroke-width: 5px;
  padding: 5px;
}
@media only screen and (max-width:767px) {
  .homepage-arrows svg:nth-child(3) {
    display: none;
  }
}

.homepage-register-button {
  text-align: center;
}
.homepage-register-button a.btn {
  margin-top: 25px;
  color: #333333;
  font-size: 1rem;
  background: #B4FCF7;
  border: 1px solid #333333;
}


/* 18.11.2024 - CHANGES - MENU */

header.main-header .mainmenu ul#nav{
  >li{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;

    ul{
      display: none;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      gap: 10px;
      position: absolute;
      background-color: #fff;
      position: absolute;
      top: calc(100% - 20px);
      left: 50%;
      transform: translateX(-50%);
      padding: 10px;
      border: 1px solid #444;
      z-index: 2;

      >li{
        margin-right: 0 !important;
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        text-transform: uppercase;
        transition-property: color, font-weight;
        transition-duration: 0.3s;
        transition-timing-function: ease;

        >a{
          position: relative;
          z-index: 3;
          line-height: 40px;
          display: block;
        }

        &:hover{
          color: #333333;
          font-weight: 700;
        }
      }
    }

    &:focus-within{
      ul{
        display: flex;
      }
    }
  }
}

@media only screen and (max-width:991px) {

  .mean-container .mean-bar li>.fa.fa-chevron-down {
    display: none;
  }
  .mean-container .mean-bar li>ul>li>a {
    text-transform: uppercase;
    font-weight: 600;
  }
}

/* SWAL MESSAGE GRADE */
.message-grade{
  color: red;
  font-weight: 800;
  opacity: 0;
  transition: opacity .5s linear;
  &.active{
    opacity: 1;
  }
}

#js-examiner[data-evaluate] span.js-result-message{
  display: none;
}
