html, body {
  height: 100%; }

body {
  padding-top: 90px;
  font-family: "Muli", sans-serif !important; }

a {
  cursor: pointer; }
  a:hover {
    cursor: pointer;
    text-decoration: underline; }

section {
  padding-bottom: 45px; }

.spacing {
  margin-top: 100px;
  margin-bottom: 55px; }

.not-active {
  pointer-events: none;
  cursor: default;
  background: #F2F0F0 !important;
  color: #000 !important;
  border-color: #F2F0F0 !important; }

.breadcrumb {
  background-color: #fafafa; }

.start {
  margin-top: 100px; }

.des {
  font-size: 12px !important;
  line-height: 15px;
  margin-top: -10px; }

.owl-carousel {
  margin-left: 5px; }

.owl-theme .owl-dots {
  display: none; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.padding-button {
  margin-top: 25px;
  margin-bottom: 25px; }

.button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #4a94fc;
  border-radius: 25px;
  color: #4a94fc;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .button:hover {
    background-color: #4a94fc;
    color: #fff;
    text-decoration: none; }

.button-white {
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 25px;
  padding: .375rem 1.2rem;
  color: #fff !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .button-white:hover {
    text-decoration: none;
    background-color: #fff;
    color: #4a94fc !important;
    border-color: #fff; }

.button-border-white {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: .375rem 1.2rem;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .button-border-white:hover {
    text-decoration: none; }

.partnerzy {
  border: 1px solid #4a94fc;
  border-radius: 25px;
  padding: 20px;
  background-color: #fff;
  margin-top: 10px;
  color: #4a94fc; }
  .partnerzy img {
    width: 100%; }
  .partnerzy a {
    font-size: 13px; }

.img-responsive {
  max-width: 100%;
}   

.gray {
  color: #9d9d9d; }

.nav-link-black {
  color: #000 !important; }

.nav-link-black:hover {
  color: #000 !important; }

.nav-link-blue {
  color: #4a94fc !important; }

.nav-link-blue:hover {
  color: #4a94fc !important; }

.navbar {
  background-color: #fff; }

.left-bottom {
  margin-left: 15px;
  margin-bottom: 15px; }

.marg-right {
  margin-right: 15px; }

.funBox {
  border: 1px solid #transparent;
  background-color: red;
  border-radius: 25px;
  padding: 46px;
  margin-top: 10px;
  color: #fff;
  height: 300px;
  opacity: 1; }
  .funBox a {
    color: #fff; }
  .funBox:hover {
    background-color: #4a94fc; }

.funbox1 {
  background: url(../images/box4.png) no-repeat center; }

.funbox2 {
  background: url(../images/box2.png) no-repeat center; }

.akademia {
  background: url("../images/bg-akademia.png");
  color: #fff;
  padding-bottom: 75px;
  margin-bottom: -50px; }

.school_time {
  border: 0.5px solid #fff;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  color: #000;
  background: #fff; }
  .school_time h3 {
    color: #4a94fc; }

.ask-box {
  border: 0.5px solid #e6e6e6;
  border-radius: 20px;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .ask-box p {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9d9d9d; }
  .ask-box .slideDown {
    display: none;
    margin-left: 50px; }
  .ask-box .toggler-up {
    background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-position: 90% 8px; }
  .ask-box .toggler-down {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 90% 8px; }

.news-box {
  border: 0.5px solid #e6e6e6;
  border-radius: 15px;
  padding: 15px;
  height: 250px; }
  .news-box h3 {
    color: #4a94fc; }
  .news-box a {
    text-decoration: none; }

footer .page-footer {
  bottom: 0;
  color: #fff; }

footer .footer-des-log {
  font-size: 10px !important;
  margin-left: 40%; }

.stylish-color-light {
  background-color: #f9f9f9 !important; }

.stylish-color-white {
  background-color: #fff !important; }

.font-small {
  font-size: .9rem; }

footer.page-footer a {
  color: #000; }

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #4a94fc;
  border-radius: 25px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #4a94fc; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: #4a94fc !important; }

.register {
  background: url("../images/reg.png") no-repeat center;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 46px;
  margin-bottom: 46px;
}
  .register h2, .register h4, .register a, .register p {
    color: #fff; }

.opacity8 {
  opacity: 0.8; }

input {
  height: 40px;
  width: 100% !important;
  border-radius: 25px;
  border: 1px solid #4a94fc;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  input:focus {
    outline: none; }

.faq button, .contact button {
  background: transparent; }

.faq h1, .contact h1 {
  color: #4a94fc; }

.faq h3, .contact h3 {
  color: #4a94fc; }

.faq .text-box, .contact .text-box {
  height: 150px; }

.faq input, .contact input {
  margin-bottom: 15px;
  border-color: #e6e6e6; }

.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 15px; }

.select-blue {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  width: 100%;
  text-align: center; }

.styledSelect {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-color: white;
  padding: 0 10px; }
  .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 11px;
    right: 12px; }

.styledSelect-blue {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-color: white;
  padding: 6px 10px;
  color: #6c757d; }
  .styledSelect-blue:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 12px; }

.options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px; }
    .options li:hover {
      border-radius: 10px;
      background-color: #39f;
      color: white; }

.options-blue {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  color: #6c757d;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .options-blue li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px; }
    .options-blue li:hover {
      border-radius: 10px;
      background-color: #39f;
      color: #000; }

.contact .text-box {
  height: 300px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 10px; }
  .contact .text-box:focus {
    outline: none; }

.contact .photo img {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.contact .personal-contact p {
  line-height: 10px; }

.blue {
  background-color: #3c86ee;
  padding-top: 50px;
  padding-bottom: 200px;
  color: #fff !important; }

.patient .blue h2 {
  color: #fff; }

.patient .blue h1 {
  color: #fff; }

.patient h1 {
  color: #4a94fc; }

.patient h2 {
  color: #4a94fc; }

.patient .show img {
  width: 100%; }

.patient .not-full {
  width: auto; }

.politic li {
  list-style-type: decimal;
  text-align: left;
  margin-top: 25px;
  font-weight: bold; }
  .politic li p {
    font-weight: normal;
    margin-left: 10px; }

.politic .alpha {
  list-style-type: lower-alpha; }

.politic .paragraph {
  margin-top: 45px; }

  /* lang bar */
.lang-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-bar ul li {
  display: inline-block;
}

.lang-bar ul li a {
  text-decoration: none;
}

.lang-bar ul li.active {
  font-weight: bold;
}

.password-reminder-btn {
  padding-top: 7px;
}

.lang-bar {
  display: none;
}
