body {
  padding-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
}
body .odsaditobsah {
  margin-top: 90px;
}
body .clr {
  clear: both;
}
body a {
  color: #2ed3ae;
}
body a:hover,
body a:focus {
  color: #333;
  text-decoration: none;
}
body p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: justify;
}
body .center {
  text-align: center;
}
@media (min-width: 1200px) {
  body .container {
    width: 96%;
  }
}
body .navbar-default {
  background-color: transparent;
  border: none;
  padding: 50px 30px;
  transition: 0.5s all ease-in-out;
  padding-bottom: 15px;
}
body .navbar-default.full-color {
  background-color: #333;
  padding-top: 15px;
}
@media (max-width: 991px) {
  body .navbar-default {
    padding: 10px;
    background-color: #333;
  }
  body .navbar-default.full-color {
    padding: 10px;
  }
  body .navbar-default .navbar-right {
    display: none;
  }
  body .navbar-default .navbar-toggle {
    background-color: #2ed3ae;
    border: 1px solid #333;
  }
  body .navbar-default .navbar-toggle:focus,
  body .navbar-default .navbar-toggle:hover {
    background-color: #333;
    border: 1px solid #fff;
  }
  body .navbar-default .navbar-toggle:focus .icon-bar,
  body .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  body .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
  }
}
body .navbar-default .navbar-brand {
  color: #fff;
}
body .navbar-default .navbar-brand:hover,
body .navbar-default .navbar-brand:focus {
  color: #2ed3ae;
}
body .navbar-default .navbar-nav > li > a {
  color: #fff;
}
body .navbar-default .navbar-nav > .active > a,
body .navbar-default .navbar-nav > .active > a:focus,
body .navbar-default .navbar-nav > .active > a:hover {
  color: #2ed3ae;
  background-color: transparent;
}
body .navbar-default .navbar-nav > li > a:focus,
body .navbar-default .navbar-nav > li > a:hover {
  color: #2ed3ae;
  background-color: transparent;
}
body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-nav > .open > a:focus,
body .navbar-default .navbar-nav > .open > a:hover {
  color: #2ed3ae;
  background-color: transparent;
}
body .dropdown-menu > li > a:focus,
body .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2ed3ae;
}
body .no-slider {
  background-color: #333 !important;
  color: #fff !important;
}
body .owl-carousel {
  overflow: hidden;
}
body .owl-carousel .item {
  background-color: #333;
  position: relative;
}
body .owl-carousel .item span.bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
}
@media (max-width: 991px) {
  body .owl-carousel .item span.bg {
    height: 470px !important;
  }
}
@media (max-width: 700px) {
  body .owl-carousel .item span.bg {
    height: 500px !important;
  }
}
body .owl-carousel .item .slider-content {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 70%;
  height: 300px;
  padding: 40px;
  color: #fff;
  z-index: 999;
}
@media screen and (max-width: 1390px) {
  body .owl-carousel .item .slider-content {
    width: 100%;
    height: auto;
  }
}
body .owl-carousel .item .slider-content .subheading {
  color: #2ed3ae;
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
}
body .owl-carousel .item .slider-content .heading {
  color: #fff;
  font-size: 70px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1390px) {
  body .owl-carousel .item .slider-content .heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  body .owl-carousel .item .slider-content .heading {
    font-size: 38px;
  }
}
body .owl-carousel .item .slider-content p.description {
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  body .owl-carousel .item .slider-content p.description {
    font-size: 18px;
  }
}
body .owl-carousel .item .scroll-down {
  position: absolute;
  bottom: 20px;
  right: 70px;
  color: #fff;
  font-size: 130px;
  opacity: 0.3;
  line-height: 1.3;
  transition: 0.3s all ease-in-out;
}
body .owl-carousel .item .scroll-down:hover {
  opacity: 0.5;
  color: #2ed3ae;
}
@media screen and (max-width: 900px) {
  body .owl-carousel .item .scroll-down {
    display: none;
  }
}
body .owl-carousel .owl-nav [class*=owl-] {
  width: 60px;
  height: 75px;
  color: #333;
  font-size: 14px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
body .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #2ed3ae;
  margin-left: 0px;
  margin-right: 0px;
}
body .owl-carousel .owl-nav {
  margin: 0;
}
body .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
}
body .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  border: 0px solid black;
  right: 0;
}
body .owl-carousel .owl-nav .owl-prev i,
body .owl-carousel .owl-nav .owl-next i {
  font-size: 40px;
  line-height: 70px;
}
body .stripe {
  width: 100%;
  min-height: 100px;
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
}
body .stripe .heading {
  font-size: 35px;
}
body .stripe .heading:after {
  content: '';
  display: block;
  border-top: 1px solid #2ed3ae;
  width: 150px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
body .stripe .heading span {
  font-weight: 600;
}
body .stripe.variant_1 {
  background-color: #2ed3ae;
  color: #fff;
}
body .stripe.variant_1 .heading:after {
  display: none;
}
body .stripe.variant_1 .contact-us {
  position: absolute;
  color: #fff;
  top: 0;
  height: 67px;
  bottom: 0;
  right: 150px;
  margin: auto;
  font-size: 21px;
  border: 2px solid #fff;
  padding: 16px 30px;
  box-sizing: border-box;
}
body .stripe.variant_1 .contact-us:hover {
  background-color: #fff;
  color: #2ed3ae;
}
@media screen and (max-width: 1300px) {
  body .stripe.variant_1 .contact-us {
    position: relative;
    right: 0;
    display: block;
    width: 270px;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  body .stripe.variant_1 {
    text-align: center;
  }
  body .stripe.variant_1 .description {
    text-align: center;
  }
}
body .stripe.variant_2 {
  background-color: #f8f8f8;
  color: #333;
}
body .stripe.variant_2 .heading {
  font-size: 50px;
}
body .stripe.variant_3 {
  background-color: #fff;
  color: #333;
}
body .stripe.variant_3 .heading {
  font-size: 50px;
}
body .stripe.footer-stripe {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 20px;
}
body .social {
  margin-top: 10px;
}
body .social a {
  color: #fff;
}
body .social a i {
  font-size: 30px;
  margin-left: 5px;
}
body .social a:hover {
  text-decoration: none;
  color: #2ed3ae;
}
iframe {
  max-width: 100%;
  height: auto;
  min-height: 350px;
}
iframe.map {
  width: 100%;
  height: 450px;
}
.contact-detail {
  font-size: 30px;
  text-align: center;
}
.contact-detail .social {
  margin-top: 36px;
}
.contact-detail .social a {
  color: #2ed3ae;
}
.contact-detail .social a:focus,
.contact-detail .social a:hover {
  color: #333;
}
.contact-detail .social a i {
  font-size: 70px;
}
.configurator {
  display: block;
  width: 300px;
  height: 155px;
  background-color: #fff;
  border: 1px solid #1ea037;
  position: fixed;
  left: 0px;
  bottom: 50px;
  z-index: 999;
  border-radius: 0px 5px 5px 0px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -263px;
  -webkit-box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991px) {
  .configurator {
    display: none;
  }
}
.configurator.opened {
  margin-left: 0px;
}
.configurator a {
  display: block;
  width: 100%;
  color: #1ea037;
  font-size: 19px;
  color: #000;
}
.configurator a:hover,
.configurator a:focus {
  text-decoration: underline !important;
}
.configurator a.reset {
  color: #000;
}
.configurator .toggler {
  width: 40px;
  height: 100%;
  background-color: #1ea037;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.configurator .toggler span {
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 40px;
}
