@font-face {
  /*font-family: icomoon;
    src: url(IcoMoon-Free.ttf) format('truetype');
    font-weight: 400;
    font-style: normal*/
}

body {
  min-height: 100vh;
}

.no-padding {
  padding: 0;
}

.position-absolute {
  position: absolute;
}

.height-100-percent {
  height: 100%;
}

/* HEADER */

.header {
  height: 38px;
  width: 100%;
  z-index: 41;
  background: 0 0;
  background-size: auto auto;
  background-size: contain;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.header__logo {
  width: 63px;
  height: 65px;
  /* position: absolute; */
  top: 64px;
  left: 27px;
  display: block;
}

.header__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  margin: auto;
  z-index: 2;
}

.header__nav {
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
}

.header__nav>.nav>li {
  display: inline-block;
  height: 38px;
  position: relative;
}

.header__nav>.nav>li::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  right: 0;
  bottom: 1px;
  width: 25px;
  height: 3px;
  background: #FFF;
  border-radius: 2px;
  opacity: 0;
  transition: all .7s;
}

.header__nav>.nav>li:hover::before {
  opacity: 1;
}

.header__nav>.nav>li>a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 19px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 38px;
  font-weight: 400;
  transition: .3s all ease;
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.header__nav>.nav>li>a:hover {
  background: 0 0;
}

.header__nav-lang-dropdown {
  position: relative;
  float: right;
}

.header__nav-lang-current {
  display: inline-block;
  cursor: default;
  text-transform: uppercase;
  transition: color .2s ease;
  color: #FFF;
  transition: all .3s ease;
}

.header__nav-lang-current:hover {
  color: #e6e6e6;
}

.icon-arrow::before {
  content: "\e94a";
}

.nav-lang-current .icon {
  position: relative;
  top: 1px;
  color: #FFF;
  font-size: 12px;
  transition: color .2s ease;
  transition: all .3s ease;
}

.header__nav-lang-list {
  display: none;
  position: absolute;
  top: 90%;
  left: -15px;
  padding: 6px 0;
  background-color: #FFF;
  color: #222;
  margin: 13px 0;
}

.header__nav-lang-list::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #FFF;
  border-left: 4px solid transparent;
}

.header__nav-lang-list li {
  list-style-type: none;
}

.header__nav-lang-list li a {
  display: block;
  padding: 5px 10px;
  transition: background-color .2s ease;
}

.header__nav-lang-list li a span {
  position: relative;
  color: #222;
  text-transform: uppercase;
  transition: color .2s ease;
}

.header__nav-lang-list li a:hover {
  background-color: #B6B271;
  text-decoration: none;
}

.header__nav-lang-list li a:hover span {
  color: #fff;
}

/* MAIN */

.main {
  /*background-image: url(../img/prague-night.jpg);
    background-size: cover;
    background-position: 50% 50%;*/
}

/* FOOTER */

.footer {
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 0 20px;
  z-index: 40;
  background: #222;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #FFF;
  position: relative;
}

.footer__text-item,
.footer__text-delim {
  line-height: 38px;
  position: relative;
}

.footer__text-delim {
  margin: 0 20px;
  color: #46403F;
}

.footer__text a {
  color: #fff;
  transition: color .2s ease;
}

.footer__text a:hover {
  text-decoration: none;
  color: #d9d9d9;
}

.header__nav-lang-dropdown {
  font-size: 13px;
}

.breadcrumb>li+li::before {
  padding: 0;
  color: #ccc;
  content: "";
}

.breadcrumb {
  background: transparent;
}

#main.main--contact form.contact input,
#main.main--contact form.contact textarea {
  border: none;
  transition: none 0s;
}

.form-control:focus {
  box-shadow: none;
}

#main.main--contact .contact-col-left .content-text p {
  margin-top: 14px;
}

#main.main--contact .contact-col-left .content-text h3 {
  font-weight: 700;
}

#main.main--contact .contact-col-left .contact-info-dane {
  margin-top: 21px;
}

.beam.hidden-1 .before {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.beam.hidden-1 .before::before {
  transform: rotate(-180deg);
  margin-left: -6px;
}

#main.main--contact {
  transition: all 0.8s;
}

#main.main--contact .contact-col-right .form-group {
  margin: 0;
}

.main--contact #c-arrow-bottom::before {
  margin-top: -7px;
  margin-left: -5px;
}

.side-arrow-beam .side-arrow::before {
  margin-top: -7px;
}

.content-height {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: content-box;
}

.my-hidden {
  display: none;
}

#map div[role="img"] {
  cursor: default !important;
}

#main.main--contact {
  max-width: 780px;
}

.main {
  min-height: calc(100vh - 186px);
}

.footer__gdpr .footer__gdpr-delim {
  padding: 0;
  margin: 0;
}

.mixpicker .mixpicker__close {
  background: #B6B271 !important
}

.modal .modal-dialog {
  margin-bottom: 3rem;
}
