@charset "utf-8";
/*
Theme name: KAPTENIKOOL
Author: 89.ee
Description: Kaptenikooli jaoks loodud wordpressi teema.
Versin: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,300,70);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
* {
  margin: 0;
}
html, body {
  height: 100%;
  margin: 0!important;
  padding: 0;
}
.button {
  float: left;
  width: auto;
  padding: 5px 15px;
  color: #ffffff;
  background-color: darkcyan;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.button:hover {
  background-color: darkslategray;
}
.startQuiz {
  margin-top: 40px;
}
.tryAgain {
  float: none;
  margin: 20px 0;
}

/* clearfix */

.quizArea, .quizResults {
  zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.quizArea:after, .quizResults:after {
  clear: both;
}
.questionCount {
  font-size: 14px;
  font-style: italic;
}
.questionCount span {
  font-weight: bold;
}
ol.questions {
  margin-top: 20px;
  margin-left: 0;
}
ol.questions li {
  margin-left: 0;
}
ul.answers {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul.responses li {
  margin: 10px 20px 20px;
}
ul.responses li p span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.complete ul.answers li.correct, ul.responses li.correct p span {
  color: #6C9F2E;
}
ul.responses li.incorrect p span {
  color: #B5121B;
}
.quizResults h3 {
  margin: 0;
}
.quizResults h3 span {
  font-weight: normal;
  font-style: italic;
}
.quizResultsCopy {
  clear: both;
  margin-top: 20px;
}

/* BASE QUIZ STYLES */


/* These styles ensure that the necessary elements are hidden for toggling */


/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */

.startQuiz, .nextQuestion, .backToQuestion, .questions li.question, .questions li.question .responses, .questions li.question .responses .correct, .questions li.question .responses .incorrect, .quizResults {
  display: none;
}

/* If response messages are disabled or only shown on quiz completion,
   nextQuestion button IS checkAnswer button - so it must be displayed */

.nextQuestion.checkAnswer {
  display: block;
}
ol.questions, ul.answers, ul.responses, ol.questions li, ul.answers li, ul.responses li {
  list-style-type: none;
}

/* Accessibility */

.quizName span:first-child {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* base styles - override these in your theme stylesheet */

.slickQuizWrapper .button {
  float: left;
  width: auto;
  padding: 5px 15px;
  color: #ffffff !important;
  background-color: darkcyan;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.slickQuizWrapper .button:hover {
  background-color: darkslategray !important;
}
.slickQuizWrapper .button.backToQuestion {
  background: #ccc;
}
.slickQuizWrapper .button.tryAgain {
  float: none;
}
.slickQuizWrapper .buttonWrapper .button {
  margin-top: 20px;
}
.slickQuizWrapper .buttonWrapper .button.disabled {
  margin-top: 20px;
  cursor: default;
  background-color: #888;
  opacity: 0.5;
}
.slickQuizWrapper .nameLabel, .slickQuizWrapper .emailLabel {
  margin-top: 20px;
}
.slickQuizWrapper input, .slickQuizWrapper input + label {
  cursor: pointer;
}
.slickQuizWrapper input:disabled, .slickQuizWrapper input:disabled + label {
  opacity: .8;
  cursor: not-allowed;
}
.slickQuizWrapper .quizArea, .slickQuizWrapper .quizResults {
  margin-bottom: 40px;
}

/* clearfix */

.slickQuizWrapper .quizArea, .slickQuizWrapper .quizResults {
  zoom: 1;
}
.slickQuizWrapper .quizArea:before, .slickQuizWrapper .quizArea:after, .slickQuizWrapper .quizResults:before, .slickQuizWrapper .quizResults:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.slickQuizWrapper .quizArea:after, .slickQuizWrapper .quizResults:after {
  clear: both;
}
.slickQuizWrapper .questionCount {
  font-size: .9em;
  font-style: italic;
}
.slickQuizWrapper .questionCount span {
  font-weight: bold;
}
.slickQuizWrapper .question > h3 p {
  display: inline-block;
  margin: 0;
}
.slickQuizWrapper ul.responses, .slickQuizWrapper ol.questions, .slickQuizWrapper ol.questions li {
  margin-left: 0;
  padding-left: 0;
}
.slickQuizWrapper ul.answers {
  margin-bottom: 20px;
}
.slickQuizWrapper ul.responses li {
  margin: 10px 20px 20px;
}
.slickQuizWrapper ul.responses li p span {
  display: block;
  font-weight: bold;
}
.slickQuizWrapper ul.answers li.correct, .slickQuizWrapper ul.responses li.correct p span {
  color: #6C9F2E;
}
.slickQuizWrapper ul.responses li.incorrect p span {
  color: #B5121B;
}
.slickQuizWrapper .quizResultsCopy h3 {
  margin: 0;
}
.slickQuizWrapper .quizResultsCopy h3 span {
  font-weight: normal;
  font-style: italic;
}
.slickQuizWrapper .quizResultsCopy {
  margin-top: 20px;
}

/* Share Buttons */

.slickQuizWrapper .quizShare {
  margin: 1em 0;
}
.slickQuizWrapper .quizShare a {
  display: inline-block;
  background: #efefef;
  color: #5993A8;
  margin-right: 10px;
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition-duration: 0;
}
.slickQuizWrapper .quizShare a:hover {
  background: #e1e1e1;
  border: none;
  color: #4a4a4a;
  text-decoration: none;
}
.slickQuizWrapper .quizShare a:hover i {
  background-position: left -34px;
}
.slickQuizWrapper .quizShare i, .slickQuizWrapper .quizShare span {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
.slickQuizWrapper .quizShare i {
  width: 24px;
  margin: 0 3px 0 0;
}
.slickQuizWrapper .quizShare .facebook {
  margin-right: 0;
}
.full-page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px;
}
.full-page:after {
  content: "";
  display: block;
}
.bg-faded {
  border-top: 3px solid #282b6c;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  background: #e8e8e8;
  background: -webkit-linear-gradient(white, #e8e8e8);
  background: -o-linear-gradient(white, #e8e8e8);
  background: -moz-linear-gradient(white, #e8e8e8);
  background: linear-gradient(white, #e8e8e8);
  border-bottom: 1px solid #61c6c1;
  padding: 0;
}
.right-overlay-content {
  position: fixed;
  background-color: #EEEDED;
  top: 0;
  bottom: 0;
  min-width: 125px;
}
.btn-inverted {
  border: 1px solid #61c6c1;
  color: white;
  background-color: #61c6c1;
  margin-left: 15px;
}
.btn-inverted:hover, .btn-inverted:focus {
  border: 1px solid #61c6c1;
  outline: 0;
  color: #61c6c1;
  background-color: transparent;
}
.nav-buttons {
  padding: 30px;
  padding-bottom: 0;
  padding-right: 0;
}
.btn-os {
  border: 1px solid #61c6c1;
  color: #FFFFFF;
  background-color: #61c6c1;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-ls {
  text-decoration: none;
  color: #61C6C1;
  text-transform: uppercase;
}
.btn-ls:focus, .btn-ls:hover {
  text-decoration: none;
  color: #4e9e9a;
}
.btn-os:hover {
  border: 1px solid #61c6c1;
  background-color: transparent;
  color: #61c6c1;
}
.btn-os:focus {
  border: 1px solid #61c6c1;
  background-color: transparent;
  color: #61c6c1;
}
.modal-content {
  border: 0;
  border-radius: 0!important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.65);
}
.modal-left {
  background-color: #EEEDED;
  padding: 20px;
  text-align: left;
}
.modal-right {
  background-color: rgb(249, 249, 249);
  padding: 20px;
}
.modal-full {
  background-color: white;
  padding: 20px;
}
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
.modal-full article h2 {
  font-size: 32px;
  font-family: 'Lato', Arial, sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.modal-full article h2 small {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.modal-full article p {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: rgb(60, 66, 91);
  line-height: 1.813;
}
.modal-left article h2 {
  font-size: 42px;
  font-family: 'Lato', Arial, sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px;
}
.modal-left article h2 small {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.modal-left article p {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: rgb(60, 66, 91);
  line-height: 1.813;
}
.modal-right article h3 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: rgb(56, 74, 80);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}
.modal-right article p {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: rgb(60, 66, 91);
  line-height: 1.813;
  margin-bottom: 25px;
}
.modal-dialog.modal-lg.custom {
  width: 100%!important;
}
.modal-right article, .modal-left article {
  padding: 20px;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-default {
  border: 1px solid #61c6c1;
  color: #61c6c1;
  background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
  border: 1px solid #61c6c1;
  outline: 0;
  color: white;
  background-color: #61c6c1;
}
.btn-inverted {
  border: 1px solid #61c6c1;
  color: white;
  background-color: #61c6c1;
  margin-left: 15px;
}
.btn-inverted:hover, .btn-inverted:focus {
  border: 1px solid #61c6c1;
  outline: 0;
  color: #61c6c1;
  background-color: transparent;
}
.btn-gray {
  color: white;
  background-color: gray;
  margin-left: 15px;
}
.btn-gray:hover, .btn-gray:focus {
  border: 1px solid gray;
  outline: 0;
  color: gray;
  background-color: white;
}
.btn-blue {
  color: white;
  background-color: #282b6c;
  margin-left: 15px;
}
.btn-blue:hover, .btn-blue:focus {
  border: 1px solid #282b6c;
  outline: 0;
  color: #282b6c;
  background-color: white;
}
.modal-footer .modal-left h2 small {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-left: 20px;
}
.modal-footer .modal-left h2 {
  display: inline-block;
}
.modal-footer .modal-left {
  border-top: 1px solid #e5e5e5;
}
.modal-footer .modal-right {
  border-top: 1px solid #e5e5e5;
}
.modal-footer a.btn.btn-link.btn-sm.btn-ls.pull-right {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 20px;
}
.modal-footer .btn.btn-gray {
  margin-top: 4px;
}
button#free-first {
  display: inline-block;
  float: left;
  margin-top: 4px;
}
button#payd-first {
  display: inline-block;
  float: left;
  margin-top: 4px;
}
.form-control {
  border: 1px solid rgb(60, 66, 91);
  border-radius: 0!important;
  height: 40px;
  margin-bottom: 7px;
}
.col-md-12.modal-full article {
  padding: 20px;
}
span.required {
  color: #DB4437;
  padding-left: 5px;
}
label {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: rgb(60, 66, 91);
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block!important;
}
.btn-md {
  height: 50px;
  font-size: 18px;
}
div#materjal {
  height: 35px;
}
.modal-full article h3 {
  font-size: 22px;
  font-family: 'Lato', Arial, sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  padding-left: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}
select.form-control.in-table {
  height: auto;
  margin: 0;
  font-size: 16px;
  border: 1px solid rgb(197, 197, 197);
}
td.table-select {
  padding: 5px;
}

/* EABI MOODUL */

.eabi_maksekeskus_select ul {
  display: table;
  margin: 0;
  border: 0 none !important;
}
.eabi_maksekeskus_select li {
  float: left;
  list-style: none;
  height: 90px;
  min-width: 94px;
  overflow: hidden;
  padding: 2px;
  background: transparent;
  margin: 0 !important;
  width: auto;
}
.eabi_maksekeskus_select li > a {
  display: block;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  border: 3px solid #eee;
  position: relative;
  background: #fff;
  text-decoration: none;
}
.eabi_maksekeskus_select *, .eabi_maksekeskus_select *:before, .eabi_maksekeskus_select *:after {
  box-sizing: content-box;
}
.eabi_maksekeskus_select li > a:hover {
  border-color: #1477a0;
  text-decoration: none;
}
.eabi_maksekeskus_select li > a.selected {
  border-color: #ffc000;
}
.eabi_maksekeskus_select li > a.selected:hover {
  border-color: #1477a0;
}
.eabi_maksekeskus_select li > a > img {
  margin: auto !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  padding: 12px !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
}
.eabi_maksekeskus_select li > a > span {
  margin: auto;
  position: absolute;
  text-transform: uppercase;
  display: block;
  width: 84px;
  line-height: 84px;
  text-align: center;
  color: #666;
}
ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding-left: 3px;
}
ul#payment_form_banklinkmaksekeskus {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -45px;
}
ul li label img {
  float: right;
  padding: 0;
  border: 0;
  margin-top: 0px;
}
ul li label {
  /* display: block; */
}
ul li label p.first {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: -5px;
}
ul li label p.second {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 204px;
}
.payment_box.payment_method_banklinkmaksekeskus {
  background-color: #EEEDED;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*  END EABI MOODUL */

.login-btn {
  margin-top: 15px!important;
}
.close-btn {
  margin-top: 15px!important;
}
form .modal-footer {
  background-color: rgb(249, 249, 249);
}
.col-md-12.modal-full {
  background-color: rgb(249, 249, 249);
  border-bottom: 1px solid #e5e5e5;
}
img.img-responsive {
  max-width: 100%;
}
main h1, main h2, main h3, main h5 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
}
main h4 {
  text-transform: uppercase;
  color: #e8e8e8;
  font-family: 'Fjalla One', sans-serif;
}
main h1, .h1 {
  font-size: 36px;
}
main h3, .h3 {
  font-size: 24px;
}
main h4, .h4 {
  font-size: 18px;
}
main h5, .h5 {
  font-size: 14px;
}
main h6, .h6 {
  font-size: 12px;
}
main p {
  margin: 0 0 10px;
}
ul.why-us {
  font-size: 18px;
  line-height: 1.8em;
}
ul.schools {
  font-size: 18px;
  line-height: 1.8em;
}
ul.schools li {
  border-bottom: 1px solid lightGrey;
  width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
main h1, .h1, main h2, .h2, main h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.row.about {
  padding: 30px 0 30px 0;
}
footer {
  color: white;
  background-color: #282b6c;
  min-height: 230px;
  padding: 45px;
  text-align: center;
  /* margin-top: 30px; */
  padding-bottom: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}
footer h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #e8e8e8;
  font-family: 'Fjalla One', sans-serif;
}
footer a {
  color: #61c6c1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #4e9e9a;
}
main hr {
  width: 100px;
  border-top: 2px solid #61c6c1;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.read-more {
  margin-left: auto;
  margin-right: auto;
}
.read-more-close {
  margin-left: auto;
  margin-right: auto;
}
p.copyright {
  padding-top: 30px;
  color: #777777;
}
.embed-container {
  position: relative;
  overflow: hidden;
  max-height: 438px;
  /* height: auto; */
}
div#my-video {
  position: relative;
  padding-bottom: 59.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* height: auto; */
  background-color: #EEEDED;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 4em;
  height: 4em;
  width: 4em;
  position: absolute;
  top: 35%;
  left: 42%;
  padding: 0;
  cursor: pointer;
  color: #61C6C1;
  opacity: 1;
  border: 0.06666em solid #61C6C1;
  background-color: #282B6C;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.moodulid {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 2px solid #61c6c1;
}
.hele {
  color: #61c6c1;
}
.inner-moodul {
  /* margin-top: 10px; */
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
ul.nav.navbar-nav.pull-right {
  padding-top: 20px;
}
a.nav-link {
  color: #777!important;
  text-transform: uppercase;
}
li.nav-item.dropdown.open {
  background-color: #e7e7e7;
  color: #555;
}
a.nav-link {
  padding: 20px 10px 30px 10px!important;
}
ul.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 0;
  margin: 0;
}
ul.dropdown-menu .nav-link {
  padding: 10px 20px 10px 15px!important;
}
.user-info h3 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: left;
}
.user-info p {
  line-height: 20px;
  margin-bottom: 0;
}
.user-info p:first-of-type {
  margin-bottom:10px
}
.user-info .btn-sm {
  font-size: 12px!important;
}
.user-info > .col-xs-12 {
  padding: 0;
  margin-bottom: 15px;
}
.user-info > .col-xs-12 > .col-xs-12:first-child {
  padding-left: 0;
}
@media only screen and (max-width : 543px) {
	.user-info > .col-xs-12 > .col-xs-12:nth-child(2) {
 		padding: 15px 0;
	}
}
.user-info .current-school-info > br:first-of-type {
  display: none;
}
.user-info.user-info-third > p:first-of-type {
  margin-bottom: 15px;
}
.line {
  /* padding-top: 20px; */
  padding-bottom: 30px;
  margin-top: 25px;
  border-top: 2px solid #61c6c1;
}
.table thead th {
  padding: .75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 0px solid #eceeef;
}
td.text-xs-center.last {
  padding: 1.75rem;
}
.table td, .table th {
  padding: 5px 10px 5px 10px;
}
.inner-moodul table tbody tr {
  cursor: pointer;
}
.inner-moodul table tbody tr.last-tr {
  cursor: auto;
}

/* Overlay style */

.container.overlay-content {
  padding-top: 15px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1450;
  background: rgb(255, 255, 255);
}

/* Overlay closing cross */

.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(lib/images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Effects */

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow-y: scroll; */
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
.overlay-content article h1 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 36px;
}
.overlay-content article h2 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 30px;
}
.overlay-content article h3 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.overlay-content article h4 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 18px;
}
.overlay-content article h5 {
  font-family: 'Lato', Arial, sans-serif;
  color: #282b6c;
  font-size: 14px;
}
.overlay-content article p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: rgb(60, 66, 91);
  line-height: 1.813;
}
.overlay-content article a {
  color: #61c6c1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.overlay-content article a:hover, .overlay-content article a:focus {
  text-decoration: none;
  color: #4e9e9a;
}
.col-md-12.intro {
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-md-12.intro article h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-family: 'Lato', Arial, sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
}
.lessons-menu ul li.current a:before {
  background: #00BCD4;
}

/* Lessons Menu */

.lessons-menu {
  float: right;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-top: 100px;
  padding-right: 10px;
}
.lessons-menu h4 {
  padding: 15px 20px 14px;
  margin: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border-radius: 3px 3px 0px 0px;
  position: relative;
  z-index: 1;
}
.lessons-menu ul {
  float: right;
  clear: both;
  margin: -1px 0px 0px;
  padding: 15px 25px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 0px 0px 3px 3px;
}
a.trigger-overlay-inside {
  display: inline-block;
}
.lessons-menu ul li {
  float: right;
  display: block;
  clear: both;
  margin: 0px;
  padding: 10px 0px 0px 30px;
  position: relative;
}
.lessons-menu ul li a:before {
  background: #F9F9F9;
  border: 2px solid rgb(137, 137, 137);
  border-radius: 10px;
  content: "";
  height: 12px;
  left: -2px;
  position: absolute;
  top: 13px;
  width: 12px;
  z-index: 1;
}
.right-overlay {
  min-width: 125px;
  /* position: fixed; */
  /* right: 0; */
  background-color: #EEEDED;
  /* bottom: 0; */
  float: right;
  /* top: 0; */
  /* margin-left: 10px; */
}
body.overlay-open {
  overflow: hidden;
}
.tooltip {
  z-index: 1500;
  top: -7px!important;
  right: 56px!important;
}
.tooltip-inner {
  background-color: #3C425B;
}
.tooltip-arrow {
  border-left-color: #3C425B!important;
}
.form-error {
  text-align: left;
  font-weight: 600;
  display: none;
}
.form-success {
  text-align: left;
  font-weight: 600;
  display: none;
}
main.dashboard {
  text-align: left;
  padding: 0px 0 30px 0!important;
  padding-bottom: 230px!important;
}
hr.left-line {
  float: left;
  margin: 0;
}
article.read-more-article {
  text-align: left;
}
article.read-more-article hr {
  margin: 0;
  margin-bottom: 15px;
}
textarea#message {
  height: auto;
}
.woocommerce-page main {
  text-align: left!important;
}
.woocommerce .order_details {
  padding-left: 0!important;
}
.woocommerce-page main h2, .h2 {
  font-size: 20px!important;
  text-transform: uppercase!important;
}
p.woocommerce-thankyou-order-received {
  text-transform: uppercase!important;
  font-weight: 600!important;
  font-size: 16px!important;
  color: #2B2C6C!important;
}
.woocommerce table.shop_table {
  border-radius: 0!important;
}
.input-text {
  border: 1px solid #ccc!important;
  border-radius: 0!important;
  height: 40px!important;
  padding-left: 10px!important;
  margin-bottom: 7px!important;
}
.col-2 {
  width: 100%!important;
}
.woocommerce-account main {
  padding: 0;
  padding-bottom: 230px;
}
.woocommerce-account nav {
  margin-bottom: 0;
}
.woocommerce-checkout main {
  padding: 0;
  padding-bottom: 230px;
}
.woocommerce-checkout nav {
  margin-bottom: 0;
}
.profile-usertitle-time-left {
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-right: 20px;
}

/* Profile container */

.profile {
  /* margin: 20px 0; */
  border-right: 1px solid #E6E6E6;
  /* padding-bottom: 30px; */
  display: flex;
}

/* Profile sidebar */

.profile-sidebar {
  padding: 0 0 10px 0;
  background: #fff;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  text-align: left;
  /* margin-top: 20px; */
  padding-top: 40px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  padding-left: 7px;
  text-transform: capitalize;
  padding: 10px;
  display: flex;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active {
  border-bottom: none;
  width: 100%;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
  /* width: 100%; */
  display: flex;
  /* padding-left: 0; */
}

/* Profile Content */

.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
p.myaccount_user {
  padding-top: 40px;
}
.woocommerce-account .col-md-3.equal {
  display: flex;
}
.woocommerce-account .col-md-9.equal {
  padding-bottom: 42px;
}
.woocommerce-checkout .col-md-3.equal {
  display: flex;
}
.woocommerce-checkout .col-md-9.equal {
  padding-bottom: 42px;
}
.padding-top-user {
  padding-top: 20px;
}
.no-margin {
  margin: 0!important;
}
p.order-info {
  padding-top: 20px;
}
p.woocommerce-thankyou-order-received {
  padding-top: 20px;
}
.modal.signup .shop_table.shop_table_responsive.cart {
  display: none;
}
.modal.signup .cart-collaterals {
  display: none;
}
main.home {
  text-align: center!important;
  padding: 30px 0 30px 0!important;
  padding-bottom: 230px!important;
}
main.home h2, .h2 {
  font-size: 30px!important;
  text-transform: none!important;
}
textarea#order_comments {
  height: auto!important;
}
select#billing_country {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem\9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(lib/images/select.png) no-repeat right .75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 12px 20px;
  border: 1px solid #ccc;
  -moz-appearance: none;
}
#s2id_billing_country {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem\9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(lib/images/select.png) no-repeat right .75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 12px 20px;
  border: 1px solid #ccc;
  -moz-appearance: none;
}
.select2-container .select2-choice {
  padding: 0!important;
  border: 0!important;
  max-width: 100%!important;
  -webkit-appearance: none!important;
  /* padding: .375rem 1.75rem .375rem .75rem; */
  padding-right: .75rem\9!important;
  /* color: #55595c; */
  /* vertical-align: middle; */
  background: #fff!important;
  /* -webkit-background-size: 8px 10px; */
  /* background-size: 12px 20px; */
  /* border: 1px solid #ccc; */
  -moz-appearance: none!important;
}
.select2-drop-active {
  border: 1px solid #ccc!important;
}
.select2-search input {
  border: 0!important;
  background-position: 100% -22px!important;
}
.checkbox, .radio {
  position: relative!important;
  display: block!important;
  margin-bottom: .75rem!important;
}
.checkbox label, .radio label {
  padding-left: 1.25rem!important;
  margin-bottom: 0!important;
  font-weight: 400!important;
  cursor: pointer!important;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block!important;
  /* margin: 8px 8px -13px -17px!important; */
}
label.checkbox {
  margin-top: -8px!important;
  margin-left: 20px!important;
}
.woocommerce-page.modal-open .modal-full article h3 {
  margin-bottom: 0;
}
.woocommerce.woocommerce-page main {
  padding-bottom: 230px;
}
h1.page-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.products li {
  position: relative!important;
  display: block!important;
  margin-bottom: .75rem!important;
  background-color: #F9F9F9!important;
  border: 1px solid #e5e5e5!important;
  padding: 20px!important;
  margin: 0 3.8% 2.992em 0!important;
}
span.price {
  font-size: 20px!important;
}
.products h3 {
  text-transform: uppercase!important;
  font-size: 18px!important;
}
a.button.add_to_cart_button.ajax_add_to_cart {
  border: 1px solid #61c6c1;
  color: #61c6c1;
  background-color: transparent;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}
a.button.add_to_cart_button.ajax_add_to_cart:hover {
  border: 1px solid #61c6c1;
  outline: 0;
  color: white;
  background-color: #61c6c1;
}
.woocommerce .woocommerce-breadcrumb a {
  text-transform: uppercase;
  font-size: 12px;
}
nav.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 12px!important;
}
label.false {
  color: #D65453;
}
label.true {
  color: #1A8427;
}
.slickQuizWrapper label {
  cursor: default;
  pointer-events: none;
}
li.wright-wrong {
  padding-bottom: 40px;
}
.video-container {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2B323E;
  margin-right: 125px;
}
.video-js {
  padding-top: 50%;
}
.vjs-fullscreen {
  padding-top: 0px
}
.video-js {
  width: 100%!important;
  max-width: 1920px!important;
  max-height: 1080px;
  margin-top: 2%;
  /* background-color: #3C425B!important; */
  /* height: auto; */
}
.video-js .vjs-control-bar {
  width: 100%!important;
  /* padding-left: 6%!important; */
  position: absolute;
  /* bottom: 0px!important; */
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #FFF;
  border-color: #61c6c1 #61c6c1 transparent;
}
.nav-tabs {
  border-bottom: 1px solid #61c6c1;
}
.lms-modal h2 {
  font-size: 22px;
  font-family: 'Lato', Arial, sans-serif;
  color: rgb(60, 66, 91);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0px;
  margin-bottom: 20px;
}
.lms-modal .modal-dialog.modal-lg {
  width: 70%;
}
.lms-modal .modal-content {
  /* background-color: #EEEDED; */
}
.lms-modal a.nav-link {
  padding: 10px 20px 10px 20px!important;
  font-weight: 600;
}
footer .btn.btn-gray {
  margin: 0;
}
.black {
  color: #000;
}
.inner-moodul.equal.locked {
  opacity: 0.80;
  pointer-events: none;
}
.quizResults li.incorrect label {
  color: #D65453;
}
.quizResults li.incorrect input {
  opacity: .8;
  cursor: not-allowed;
}
.quizResults li.correct label {
  color: #1A8427;
}
.quizResults li.correct input {
  opacity: .8;
  cursor: not-allowed;
}
.quizResults li.incorrect p {
  color: #D65453;
  text-transform: uppercase;
  font-weight: 700;
}
.quizResults li.correct p {
  color: #1A8427;
  text-transform: uppercase;
  font-weight: 700;
}
.quizResultsCopy p {
  margin-top: 30px!important;
}
.quizResultsCopy h3.quizScore {
  margin-bottom: 5px!important;
  margin-top: 30px!important;
  font-size: 18px!important;
}
.quizResultsCopy h3.quizLevel {
  font-size: 18px!important;
}
.question h3 {
  font-size: 18px;
}
.question ul {
  padding-left: 28px;
  margin-bottom: 0!important;
}
.slickQuizWrapper .question > h3 p {
  display: inline!important;
  margin: 0;
}
.lisa-sisu {
  width: 100%;
  padding: 5px;
  padding-left: 0px;
}
li.wright {
  color: #1A8427;
}
a.btn.btn-inverted.btn-sm.next-question {
  margin: 0;
  margin-left: 15px;
}
ol.vquestions {
  list-style: none;
  padding-left: 0;
}
main.additional {
  padding-bottom: 250px!important;
  padding-top: 30px;
}
a.btn.btn-inverted.btn-sm.q-next {
  margin-top: 20px;
  margin-left: 0;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.slickQuizWrapper.hard_quiz h2 {
  font-size: 28px;
  text-transform: uppercase;
}
h3.qresult {
  font-size: 18px;
}
ul.answers.card-block {
  padding: 0;
  margin: 0;
}
.question.card {
  padding: 25px;
  padding-top: 15px!important;
  padding-left: 20px!important;
  border-radius: 0;
}
ul.answers.card-block.image input.radio-1.hard_quiz {
  position: absolute;
  margin-top: 25px;
}
ul.answers.card-block.image {
  padding-top: 30px;
}
ul.answers.card-block.image label {
  padding-left: 15px;
}
ul.answers.card-block.reqular input.radio-1.hard_quiz {
  /* position: absolute; */
  /* margin-top: 5px; */
}
ul.answers.card-block.reqular {
  padding-top: 30px;
}
ul.answers.card-block.reqular label {
  /* padding-left: 5px; */
}
.answers.card-block.image li {
  display: flex;
  min-height: 75px;
}
.row.additional-material {
  padding-bottom: 90px;
}
.additional-material article h3 {
	text-align: center;
}
#error, #success {
  display: none;
  position: absolute;
  left: 30px;
  width: 88%;
  right: 0;
  top: 30%;
  z-index: 200;
}
#error span, #success span {
  display: block;
  font-size: 28px;
  z-index: 300;
  text-align: center;
}
#error span p, #success span p {
  margin-top: 6em;
}
#success span p {
  color: #9bd32d;
  font-size: 18px;
}
#error span p {
  color: #c0392b;
}





#error-partner, #success-partner {
  display: none;
  position: absolute;
  left: 30px;
  width: 88%;
  right: 0;
  top: 30%;
  z-index: 200;
}
#error-partner span, #success-partner span {
  display: block;
  font-size: 28px;
  z-index: 300;
  text-align: center;
}
#error-partner span p, #success-partner span p {
  margin-top: 6em;
}
#success-partner span p {
  color: #9bd32d;
  font-size: 18px;
}
#error-partner span p {
  color: #c0392b;
}




#error-contact, #success-contact {
  display: none;
  position: absolute;
  left: 30px;
  width: 88%;
  right: 0;
  top: 30%;
  z-index: 200;
}
#error-contact span, #success-contact span {
  display: block;
  font-size: 28px;
  z-index: 300;
  text-align: center;
}
#error-contact span p, #success-contact span p {
  margin-top: 6em;
}
#success-contact span p {
  color: #9bd32d;
  font-size: 18px;
}
#error-contact span p {
  color: #c0392b;
}




.green {
  color: #808080;
}
label.error {
  color: #c0392b;
}
.disabled {
  overflow: hidden;
}
.disable-events {
  pointer-events: none;
}
.partners h3 {
  text-transform: none!important;
}
main.page {
  padding-bottom: 290px;
  padding-top: 20px;
}
input#wppb-recover-password-button {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  border: 1px solid #61c6c1;
  color: #61c6c1;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
input#wppb-recover-password-button:hover {
  border: 1px solid #61c6c1;
  outline: 0;
  color: white;
  background-color: #61c6c1;
}
button#back-to-login {
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 16px;
}
article.recover-password fieldset.form-group.col-md-12 {
  padding: 0;
}
div#wppb-recover-password ul {
  padding: 0;
  list-style: none;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
  width: 100%!important;
  float: none!important;
}
input#username_email {
  display: block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .25rem;
  border: 1px solid rgb(60, 66, 91);
  border-radius: 0!important;
  height: 40px;
  margin-bottom: 20px;
}
ul.answers.card-block.image li input {
  margin-top: 40px;
}
.answers.card-block li {
  display: flex;
  min-height: 40px;
}
ul.answers.card-block {
  padding-top: 30px;
}
ul.answers.card-block label {
  padding-left: 15px;
}
ul.answers.card-block li input {
  margin-top: 4px;
}
ul.answers {
  margin-left: 0;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ol li.vquestion.card {
  margin: 20px;
  margin-left: 15px;
  padding: 25px;
}
ol li.vquestion.card ul.answers li input {
  margin-top: 40px;
}
a.btn.btn-inverted.btn-sm.answer-question {
  margin-top: 20px;
  margin-left: 0px;
}
a.btn.btn-inverted.btn-sm.again-questions {
  margin-top: 20px;
  margin-left: 0px;
}
p.vastasid {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
}
li.without-image .checkbox_input {
  margin-top: 6px!important;
}
li.without-image .simple_input {
  margin-top: 6px!important;
}
button.btn.btn-default.b-start {
  margin-top: 17px;
}
ol.eksam-questions {
  padding-left: 0;
}
a.btn.btn-inverted.btn-sm.eksam-next {
  margin-left: 0;
  margin-bottom: 20px;
}
a.btn.btn-inverted.btn-sm.eksam-prev {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 20px;
}
li.without-image input {
  margin-top: 4px!important;
}
a.btn.btn-inverted.btn-sm.eksam-answer-question {
  margin-left: 0;
  margin-top: 20px;
}
.wrong p {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.right p {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}
a.btn.btn-inverted.btn-sm.eksam-again-questions {
  margin-left: 0;
}
button.btn.btn-default.b-back-to {
  margin-top: 17px;
}
.admin-bar .beeta {
  top: 30px;
}
.beeta {
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 1031;
  top: -2px;
  left: 50px;
}
a.beeta-btn {
  background-image: url(lib/images/beeta.png);
  height: 80px;
  width: 80px;
  display: block;
  z-index: 1011;
}
ul#shipping_method li input {
  margin-left: -24px!important;
}
ul#shipping_method li label {
  margin-left: 28px!important;
}
.place-order label.checkbox {
  margin: 0!important;
  margin-left: 21px!important;
  margin-top: -21px!important;
}
.place-order input.input-checkbox {
  margin-left: 2px!important;
  margin-top: 15px!important;
}
input#place_order {
  margin-top: -31px;
  margin-bottom: 10px;
}
.form-row.place-order {
  padding: 13px!important;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: block!important;
}
.vjs-big-play-button {
}
.vjs-res-button {
	float: right;
	line-height: 3em;
	font-family: VideoJS;
	right: 52px;
}

/* Don't show hover effects on title */
ul li.vjs-menu-title.vjs-res-menu-title:hover {
	cursor: default;
	background-color: transparent;
	color: #CCC;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Needed to keep text visible in video.js 4.9 */
.vjs-res-button .vjs-control-text {
	width: auto;
	height: auto;
	clip: auto;
}
h3.qstatus {
    font-size: 18px;
}
ul.statuses {
    /* display: block; */
    /* position: absolute; */
    /* bottom: 15px; */
}
a.btn.btn-inverted.btn-sm.q-again {
    margin: 0;
}
a.btn.btn-inverted.btn-sm.q-check-answers {
    margin: 0;
}
.inner-moodul.equal.locked.inner-id-360 {
    pointer-events: all;
    opacity: 1;
}
.video-js {
    margin-top: 0;
}
article.more-padding {
    padding-bottom: 49px;
}

.col-md-4.come-to-school {
    padding-top: 80px;
}
ul.statuses li.right {
    margin-top: -70px;
}
a.btn.btn-inverted.btn-sm.q-check-answers {
    margin-top: 5px;
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

a.btn.btn-inverted.btn-sm.q-again {
    /* margin-top: 20px; */
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
a.btn.btn-inverted.btn-sm.q-a-not-passed {
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
a.btn.btn-inverted.btn-sm.q-check-answers {
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
a.btn.btn-inverted.btn-sm.q-a-passed {
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
a.btn.btn-inverted.btn-sm.q-passed {
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
a.btn.btn-inverted.btn-sm.q-not-passed {
    margin-left: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
h3.question_status {
    font-size: 18px;
}
.answers.card-block.image li.without-image {
    min-height: 35px;
}
textarea#message-partner {
    height: auto!important;
}
article.equal-extra {
    margin-bottom: 20px;
}
.row.dashboard-full {
    min-height: 500px;
}
a.pp_next {
    display: none!important;
}
a.pp_previous {
    display: none!important;
}
a.pp_arrow_next {
    display: none!important;
}

a.pp_arrow_previous {
    display: none!important;
}

p.currentTextHolder {
    display: none!important;
}

.free-register-checkbox {
  position: relative;
}
.free-register-checkbox label.error  {
  position: absolute;
  top: 25px;
}
.free-register-checkbox input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 15px;
}
.free-register-checkbox label.checkbox {
  position: absolute;
  left: 5px;
  top: 7px;
}
label.error + label.checkbox {
  height: 40px;
}
.coupon-modal .christmas.col-xs-12 {
	padding: 25px 0 0;
}
.coupon-modal .christmas.col-xs-12 .col-xs-5 {
	padding: 0;
}
.coupon-modal .christmas.col-xs-12 .col-xs-5 hr{
	width: 100%;
}
.coupon-modal .christmas.col-xs-12 .col-xs-2 img.christmas-tree {
	width: 100%;
	-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
}

.coupon-modal .christmas-present {
  text-align: center;
  margin-bottom: 40px;
}

.coupon-modal .christmas-present img {
  width: 100px;
}

.coupon-modal h2, h3, h5 {
  text-align: center;
}

.coupon-modal article h3 {
  margin-bottom: 10px;
}

.coupon-modal article hr {
  width: 100px;
  border-top: 2px solid #61c6c1;
  margin: 30px auto;
}

.coupon-modal article .list-p {
  margin-bottom: 5px;
}

.coupon-modal article ol {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: rgb(60, 66, 91);
  line-height: 1.813;
}

.coupon-modal article h5 {
  color: rgb(60, 66, 91);
  line-height: 30px;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
	#first .modal-right > article:first-of-type {
		 height: calc(50% + 62px);
	}
}

@media screen and (min-width: 992px) {
	#first .modal-right > article:first-of-type {
	  height: calc(50% + 18px);
	}

	#first .top-article {
		padding-top: 110px;
	}
}
.blog-post {
  padding-bottom: 30px;
}

.blog-post__image {
  display: block;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-color: #61c6c1;
}

.blog-title {
  margin-top: 10px;
}

.blog-title__link {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #61c6c1;
  color: #282b6c;
}

.blog .blog-title__link:hover {
  color: #5d5f8a;
  text-decoration: none;
}

.blog-post__date {
  margin-bottom: 10px;
  font-style: italic;
}

.blog .blog-post:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  background-image: url(https://kaptenikool.ee/wp-content/themes/kaptenikool/lib/images/logo_icon.png);
  background-size: cover;
  background-position: center;
}

.blog .blog-post:last-child:after {
  display: none;
}

.single-post .blog-post {
  padding-bottom: 0;
}

.single-post .blog-post__image {
  height: 450px;
}

.single-post .blog-post__content {
  padding-top: 20px;
}

.single-post .blog-post__content img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.single-post .blog-post__content iframe {
  width: 100%;
}

.single-post .blog-post__content a {
  color: #282b6c;
}

.blog .navigation {
  position: relative;
}

.blog .navigation a {
  color: #282b6c;
}

.blog .navigation .older {
  position: absolute;
  right: 0;
  padding-right: 0.9375rem;
}

.single-post .blog-post__content .youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  margin-right: 0;
  background-color: transparent;
}

.single-post .blog-post__content .youtube-container iframe,
.single-post .blog-post__content .youtube-container object,
.single-post .blog-post__content .youtube-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-post .blog-post__content img,
.single-post .blog-post__content iframe,
.single-post .blog-post__content object,
.single-post .blog-post__content embed {
  max-width: 100%;
}
