@charset "UTF-8";
.btn {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btn.btn-primary {
  color: #E1DECF;
  background: #4F443E;
  border-color: transparent;
  border-width: 2px;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: transparent !important;
  color: #4F443E !important;
  border-width: 2px;
  border-color: #4F443E !important;
}
.btn.btn-primary:focus {
  box-shadow: none !important;
}
.btn.btn-primary-invert {
  background: #E1DECF;
  color: #4F443E;
}
.btn.btn-primary-invert:hover, .btn.btn-primary-invert:active {
  background: #4F443E !important;
  color: #E1DECF !important;
}
.btn.btn-outline-primary {
  color: #4F443E;
  background: transparent;
  border-color: #4F443E !important;
  border-width: 2px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  background: #4F443E !important;
  color: #E1DECF !important;
  border-width: 2px;
  border-color: transparent !important;
}
.btn.btn-outline-primary:focus {
  box-shadow: none !important;
}
.btn.margin-right {
  margin-right: 20px;
}

@font-face {
  font-family: DakotaHandwriting;
  src: url(../font/handwriting-dakota_CS.ttf);
}
@font-face {
  font-family: Verdana;
  src: url(../font/Verdana.ttf);
}
@font-face {
  font-family: VerdanaBold;
  src: url("../font/Verdana Bold.ttf");
}
@font-face {
  font-family: VerdanaBoldItalic;
  src: url("../font/Verdana Bold Italic.ttf");
}
@font-face {
  font-family: VerdanaItalic;
  src: url("../font/Verdana Italic.ttf");
}
body {
  width: 100%;
  font-family: Verdana;
  font-size: 10.5pt;
  /* toto tu nebylo */
}
.font-normal {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1, h2, h3, h4, h5 {
  font-family: DakotaHandwriting;
}

h1, .h1 {
  font-size: 30pt;
  /* puvodne ubk 35 27 18 */
}

h2, .h2 {
  font-size: 23pt;
}

h3, .h3 {
  font-size: 15pt;
  padding: 0 0 1rem 0;
}

.top-menu {
  background: white;
  padding: 0.5rem 0 0.5rem 0;
  box-shadow: none;
  margin-right: 0rem;
  color: #4F443E;
}
.top-menu a {
  color: #4F443E;
}
.top-menu .search,
.top-menu .login {
  margin-right: 0.5rem;
  /*        vertical-align: middle;*/
}
.top-menu .navbar-toggler.active {
  visibility: hidden;
}

.navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.navigation:after {
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 9985;
  right: 0;
}
@media screen and (max-width: 500px) {
  .navigation:after {
    display: none;
  }
}
.navigation.active {
  display: block;
}
.navigation .navbar {
  box-shadow: 0 -5px 25px 0px #4F443E;
  background: #221B15;
  float: left;
  height: 100%;
  display: block;
  width: 300px;
  left: -300px;
}
.navigation .navbar.visible {
  animation: slide-right 0.1s linear both;
}
@media screen and (max-width: 500px) {
  .navigation .navbar {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    left: -100%;
  }
}
.navigation .navbar .navbar-toggler {
  z-index: 9990;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 20pt;
}
.navigation .navbar .navbar-nav {
  padding: 1rem 0 1rem 0;
  display: block;
  float: left;
}
.navigation .navbar .navbar-nav > li {
  padding: 0 1rem 0 1rem;
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .navigation .navbar .navbar-nav > li {
    padding: 0 2rem 0 1.2rem;
  }
}
.navigation .navbar .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navigation .navbar .navbar-nav > li a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-family: Verdana, "Open Sans", Sans-Serif;
  float: left;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .navigation .navbar .navbar-nav > li a {
    padding: 0;
  }
}
.navigation .navbar .navbar-nav > li a:hover, .navigation .navbar .navbar-nav > li a.active {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.navigation .navbar .navbar-nav .dropdown-menu {
  width: auto;
  min-width: 15rem;
  left: 2rem;
}
.navigation .navbar .navbar-nav .dropdown-menu li {
  width: 100%;
  float: left;
  padding: 0 0.25rem 0.25rem 0.25rem;
}
.navigation .navbar .navbar-nav .dropdown-menu li a {
  padding: 0;
}
.navigation .navbar .navbar-toggler-icon {
  height: 100%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  cursor: pointer;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
  border: none;
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  padding: 0.25em;
}

main {
  padding-top: 3rem;
  background: #f8f8f8;
}
@media screen and (max-width: 500px) {
  main {
    padding-top: 1rem;
  }
}

footer {
  background: #221B15;
  color: #5B5650;
  width: 100%;
  float: left;
}
footer .footer-links {
  text-align: center;
}
footer .footer-links a {
  text-transform: uppercase;
  font-weight: bold;
  color: #5B5650;
  padding: 0 1rem 0 1rem;
}
footer .footer-links li {
  float: none;
  margin: auto;
  display: inline-block;
}

label {
  font-weight: bold;
  padding: 0 0 0 0.75em;
}

input,
select,
textarea,
.form-control.countries {
  border: none !important;
  padding: 1em;
  background-color: #EDEDED !important;
  border-radius: 0.25rem;
}
input:focus,
select:focus,
textarea:focus,
.form-control.countries:focus {
  background: #EDEDED;
  border-color: #A7A29F !important;
  box-shadow: 0 0 0 0.2rem #A7A29F !important;
}

select {
  -webkit-appearance: none;
}

@media screen and (max-width: 500px) {
  .d-sm-none {
    display: none !important;
  }
}

.bg-brown {
  background: #221B15;
}

.color-white {
  color: white !important;
}

.text-underline {
  text-decoration: underline !important;
}

.badge.badge-primary {
  background-color: #221B15;
}

.w-80 {
  width: 80%;
}

.flag_locale {
  width: auto;
  height: 30px;
  padding-bottom: 4px;
  /*vertical-align: middle;*/
}

.jumbotron-fluid {
  position: relative;
  max-height: 50rem;
  overflow: hidden;
}
.jumbotron-fluid .logo {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 100%;
  max-height: 250px;
}
.jumbotron-fluid .logo img {
  width: auto;
  height: 100%;
  margin: auto;
}
.jumbotron-fluid img {
  width: 100%;
  height: auto;
}

.spoiler {
  background: #f8f8f8;
}

.registration {
  color: #f8f8f8;
  background-size: cover;
}

.carousel-control-prev, .carousel-control-next {
  color: #221B15;
  font-size: 25pt;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-prev:active, .carousel-control-next:hover, .carousel-control-next:focus, .carousel-control-next:active {
  color: black;
}

.carousel-item {
  text-align: center;
}

.carousel-control-prev {
  left: -1.5rem;
  width: 3rem;
}
@media screen and (max-width: 500px) {
  .carousel-control-prev {
    left: 0;
  }
}

.carousel-control-next {
  right: -1.5rem;
  width: 3rem;
}
@media screen and (max-width: 500px) {
  .carousel-control-next {
    right: 0;
  }
}

.fullwidth-cta {
  min-height: 27rem;
  background-size: cover;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .fullwidth-cta {
    min-height: 15rem;
  }
}
.fullwidth-cta .cta-text {
  display: inline-block;
  text-align: center;
  margin: auto;
  color: #f8f8f8;
}

.courses-slider h3 {
  padding: 1rem 0 1rem 0;
}

#map {
  width: 100%;
  height: 18rem;
  margin-top: -3rem;
}

#courseMap {
  width: 100%;
  height: 25rem;
}

.course-item h3 {
  font-weight: bold;
}
.course-item .course-image {
  position: relative;
  cursor: pointer;
}
.course-item .course-image .flag {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.course-item .course-image .registered {
  position: absolute;
  right: 1rem;
  bottom: 4rem;
  color: green;
  background: white;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

.filter-dropdown a {
  color: #A7A29F;
}
.filter-dropdown a:hover {
  text-decoration: none;
}
.filter-dropdown a.active {
  color: #4F443E;
}

@media screen and (max-width: 500px) {
  .distance-wrapper .distance_label {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .distance-wrapper .location_input {
    width: 60% !important;
  }
  .distance-wrapper .location_input #city {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .distance-wrapper .distance_input {
    width: 38%;
    float: left;
  }
}

.course-image-footer {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .course-image-footer {
    padding-top: 1rem;
  }
}

.avatar-registration-upload {
  color: #A7A29F;
  background: #EDEDED;
  display: block;
  margin: auto;
  cursor: pointer;
  width: auto;
}
@media screen and (max-width: 500px) {
  .avatar-registration-upload {
    max-width: 100%;
  }
}
.avatar-registration-upload .avatar-placeholder {
  font-size: 11rem;
  padding: 2rem;
}

.form-control.countries {
  padding: 0;
}
.form-control.countries .ss-single-selected {
  height: 100%;
  background-color: #EDEDED !important;
}

legend {
  display: none;
}

label.required {
  position: relative;
}
label.required:after {
  display: inline;
  content: "";
  color: red;
  font-family: "Font Awesome 5 Free";
  font-size: 75%;
  position: relative;
  right: -5px;
  top: -5px;
}

.nav-tabs {
  margin-bottom: 1rem;
  border: none;
  float: left;
}
.nav-tabs .nav-item {
  background: #E1DECF;
  color: #221B15;
  margin-right: 5pt;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 15px;
}
.nav-tabs .nav-item.active, .nav-tabs .nav-item:hover {
  background: #221B15;
  color: #f8f8f8;
}
@media screen and (max-width: 500px) {
  .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
}

.tab-content {
  border: none;
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  float: left;
  width: 100%;
  margin-top: -0.5rem;
}

.avatar-profile-upload {
  cursor: pointer;
}

.state_PAID {
  color: green !important;
  font-weight: bold;
}
.state_WAITING {
  color: darkred !important;
}
.state_REFUND {
  color: black !important;
}
.state_APPROVED {
  color: orange !important;
}
.state_DECLINED {
  color: blue !important;
}
.state_CANCELLED {
  color: darkgrey;
}

#org-table_wrapper {
  font-size: 10pt;
}
#org-table_wrapper tr.active td {
  overflow-x: visible;
}
#org-table_wrapper td {
  position: relative;
}
#org-table_wrapper td .subrow-wrapper {
  left: 0.5rem;
  top: 4rem;
  position: absolute;
  width: 35rem;
  z-index: 100;
}

.gallery img {
  width: 100%;
  padding: 1rem 0 0 0;
  height: auto;
}
@media screen and (max-width: 500px) {
  .gallery {
    column-count: 1 !important;
  }
}

.embed-responsive-lfc.video-editmode .pimcore_tag_video {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-video {
  position: relative !important;
  height: inherit !important;
  border: 0 !important;
}

.lesson {
  position: relative;
  cursor: pointer;
  color: black;
  /*
      .not-ordered {
          .fa.fa-shopping-cart {
              position: relative;
        !*      left: -webkit-calc(50% - (120/2));*!
              bottom: -1rem;
            !*  opacity: 30%;*!
              color: rgba(160,160,160,0.60);
              padding: 0.1rem 0.5rem 0.1rem 0.5rem;
              z-index: 1;
              font-size: 400%;
         !*     @media screen and (max-width: 1200px){
                  bottom: -67px;
                !*  font-size: 4.5em;*!
              }
              @media screen and (max-width: 992px){
                  bottom: -50px;
  !*                font-size: 3em;*!
              }
              @media screen and (max-width: 768px){
                  bottom: -75px;
            !*      font-size: 6em;*!
              }
              @media screen and (max-width: 500px){
                  bottom: -67px;
             !*     font-size: 4.5em;*!
              }*!
          }
      }*/
}
.lesson:hover {
  text-decoration: none;
  color: black;
}
.lesson .preview {
  position: relative;
}
.lesson.inactive {
  cursor: default;
}
.lesson.inactive .preview img {
  /* zatmavení obrázku */
  filter: brightness(60%);
}
.lesson .locked, .lesson .not-ordered {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  color: white;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  z-index: 1;
  cursor: pointer;
}
.lesson .locked_c {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  color: white;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  z-index: 1;
  cursor: default;
}
.lesson .RazitkoShop {
  opacity: 60%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: auto;
  z-index: 1;
  cursor: pointer;
}
.lesson .RazitkoApproved {
  position: absolute;
  left: -0.9rem;
  bottom: -0.9rem;
  width: 45%;
  height: auto;
  z-index: 1;
  cursor: pointer;
  /*   @media screen and (max-width: 1200px){
         width: 140px;
     }
     @media screen and (max-width: 992px){
         width: 100px;
     }
     @media screen and (max-width: 768px){
         width: 170px;
     }
     @media screen and (max-width: 500px){
         width: 140px;
     }*/
}
.lesson .RazitkoReady {
  position: absolute;
  height: auto;
  z-index: 1;
  cursor: pointer;
  transform: rotate(-4deg);
  width: 40%;
  left: 0.5rem;
  bottom: 0.5rem;
  /*  @media screen and (max-width: 1200px){
        left: 2.5rem;
        bottom: 1.7rem;
    }
    @media screen and (max-width: 992px){

        left: 1rem;
        bottom: 1rem;
    }
    @media screen and (max-width: 768px){
       !* width: 170px;*!
        left: 3rem;
        bottom: 2rem;
    }
    @media screen and (max-width: 500px){
       !* width: 140px;*!
        left: 2.5rem;
        bottom: 1.7rem;
    }*/
}
.lesson .carouselOverclick {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lesson .contains-exam {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  z-index: 1;
}
.lesson .not-ordered {
  cursor: pointer;
}
.lesson .locked-explanations {
  position: absolute;
  left: 1rem;
  top: 0;
  padding: 1rem 0 1rem 1rem;
  width: 75%;
  height: auto;
  text-align: left;
  color: white;
  z-index: 1;
}
.lesson .locked-explanations .link {
  cursor: pointer;
}
.lesson .locked-explanations .link:hover {
  text-decoration: underline;
}

.Zvyrazni_Preview {
  color: red !important;
}

.NadpisBalicekSmall {
  font-family: DakotaHandwriting;
  text-align: center;
  font-size: 1em;
}

.NadpisBalicekLarge {
  font-family: DakotaHandwriting;
  text-align: right;
  font-size: 2em;
}

.img-cart {
  padding: 0.25rem;
  background-color: #f8f8f8;
  border: 2px solid #4F443E;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.tabtext-cart-middle-left {
  /*   color: $brown;*/
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: left;
}

.tabtext-cart-middle-right {
  /*   color: $brown;*/
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: right;
}

.tabtext-cart-middle-right-font {
  /*   color: $brown;*/
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: right;
  font-family: DakotaHandwriting;
  font-size: 1.5em;
}

.m_img-cart {
  background-color: #f8f8f8;
  border: 1px solid #4F443E;
  border-radius: 0.25rem;
  padding: 0.1rem;
  max-width: 80px;
  height: auto;
}

.m_tabtext-cart-middle-left {
  /*   color: $brown;*/
  padding: 0.1rem;
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: left;
}

.m_tabtext-cart-middle-right {
  /*   color: $brown;*/
  padding: 0.1rem;
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: right;
  font-size: 1em;
  text-wrap: none;
}

.m_tabtext-cart-middle-right-font {
  /*   color: $brown;*/
  padding: 0.1rem;
  color: #0a0a0a;
  vertical-align: middle !important;
  text-align: left;
  font-family: DakotaHandwriting;
  max-font-size: 0.9em;
}

.packageCarousel {
  cursor: pointer;
}

.test {
  color: red;
}

/*# sourceMappingURL=lfc.css.map */
