﻿html {}
body, html, table {
margin: 0px; padding: 0px; font-family: 'Noto Sans', sans-serif; font-size: 16px; font-weight : 400; color: #707070; line-height: 24px;}

* {box-sizing: border-box;}

body { background: #fff; text-align: center;}

h1,h2,h3, h4, h5 {margin: 0px; padding: 0; font-family: 'Noto Sans', sans-serif; line-height: 1.25; color: #222;  font-weight: 700; position: relative;}
h1 {font-size: 44px;}
h2 {font-size: 36px; color: #373736; line-height: 45px;}
h3 {color: #373736; font-size: 20px; line-height: 28px;}
h4 {font-size: 17px; line-height: 28px; font-family: 'Roboto', sans-serif;}
.sub h1 {font-size: 30px; font-weight: 400;}
.sub h1 strong {font-size: 60px; font-weight: 700; display: block; margin-top: 20px;}
.sub .mt h1 {text-transform: none;}
.sub .mt h1 strong {font-size: 40px; font-weight: 400; margin: 0 0 25px 0;}
p {padding: 0px; margin: 10px 0px 20px 0px; text-align: left;}
a img {border: 0px solid; display: block;}
img {max-width: none;}
a {text-decoration: none; color: #222;}
a:hover {text-decoration: underline;}
strong, b {font-weight: 700;}
menu {padding-left: 0;}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], select, label, textarea, form {color: #707070; font-family: 'Noto Sans', sans-serif; font-size: 18px; line-height: 28.8px; display: block; width: 100%; text-align: left; max-width: 100%; border: none; outline: none; border-radius: 4px;}
input[type="text"], input[type="email"], input[type="tel"], textarea {border: 1px solid transparent; padding: 20px; background: #fff; margin: 20px 0;}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {border: 1px solid #ffec00;}
textarea {height: 150px;}
::-webkit-input-placeholder { /* Edge */
  color: #707070;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070;
}

::placeholder {
  color: #707070;
}

iframe {max-width: 100%;}
#button {margin-top: 50px;}




.hamburger {
    height: 24px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
    outline: none;}
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 34px;
  height: 24px;
  display: block;
  position: relative;
  vertical-align: sub;}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 3px;
    background-color: #442868;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }




.site {position: relative; width: 100%; text-align: left; overflow: hidden; float: left; text-align: center;}
.flex { display: flex; flex-direction: row; align-items: start; justify-content: space-between; /*flex-wrap: wrap;*/ width: 100%;}
.wrapper {position: relative; margin: 0px auto; max-width: 1140px; display: inline-block; text-align: left; min-width: 1140px; width: 100%;}
.wrapper.flex {display: flex; align-items: center;}
.btn a:not(.eael-gallery-grid-item a) {display: inline-block; cursor: pointer; text-align: center; background: #008ebd!important; border: 1px solid transparent; outline: 0; padding: 10px 20px; color: #fff; position: relative; font-size: 15px; border-radius: 0; font-weight: 700;}
.btn a:not(.eael-gallery-grid-item a):hover {background: transparent !important; text-decoration: none; border: 1px solid #fff;}
.btn2 a:not(.eael-gallery-grid-item a) {background: #fff !important; color: #008EBD; border: 1px solid transparent; font-size: 13px;}
.btn2 a:not(.eael-gallery-grid-item a):hover {border: 1px solid #fff; background: transparent !important; color: #fff;}
.relative {position: relative;}
.trans {-webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.fast {-webkit-transition: all 0.1s linear 0s; -moz-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s; transition: all 0.1s linear 0s;}
.center {text-align: center;}

#header {padding: 0px; background: rgba(255,255,255,0.9); height: 100px; position: absolute; position: relative; height: 75px; left: 0; top: 0; width: 100%; z-index: 1;}
    #header .wrapper {height: 100%;}
    #header .flex {align-items: center; height: 100%;}
        #header h1 {color: #008ebd; text-transform: uppercase; font-weight: 400; font-size: 35px; position: relative; padding-left: 15px;}
        #header h1 a  {color: #008ebd;}
        #header h1::before {content: " "; background: #627582; position: absolute; left: 0; top: 0; width: 3px; height: 100%;}
        #menu {font-size: 16px; font-weight: 600; margin: 0;  margin-right: -20px; line-height: 22px;}
            #menu-hlavni-menu {list-style: none; margin: 0; padding: 0; display: flex;  position: relative;}
                #menu-hlavni-menu > li {padding: 0; height: 49px; margin: 0;}
                    #menu-hlavni-menu > li > a {display: block; height: 39px; z-index: 3; padding: 0 20px; height: 49px; line-height: 49px;}
                    #menu a {color: #627582; /*text-transform: lowercase;*/}
    #header #socials {margin: 0; font-size: 22px; display: inline-block; background: #fff; border-radius: 0 0 12px 12px; padding: 5px 15px 7px 8px;}
        #header #socials a {margin: 0 0 0 8px; color: #008ebd; display: inline-block;}                    
    #header .logo {display: block; margin: 10px 0 0;}
    #header .right {    text-align: right;}
        .menu {height: 100%;}
            .menu .flex {align-items: stretch; height: 100%;}
            .menu > ul > li {margin: 0 18px; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; padding: 0;}
            .menu > ul > li:last-of-type {margin-right: 0;}
            .menu > ul > li:first-of-type {margin-left: 0;}
            .menu ul li a {}
            #menu .menu ul li a:hover {background: #008ebd; color: #fff;}
            .menu .current_page_item > a, .menu .current-menu-parent > a, .menu a:hover {color: #e30016; text-decoration: none;}
            .menu a:hover {text-decoration: none;}
            #header .burger {display: none;}    
            #header .fa-solid {font-size: 20px;}
            
    .elementor-element-768c963 {height: calc(100vh - 75px) !important; min-height: 560px;}
    .elementor-element-c12cbe8 {height: 100%;}
        .elementor-element-c12cbe8 > .elementor-widget-wrap {height: 100%; display: flex; justify-content: stretch; align-items: stretch; flex-direction: column;}      
            .elementor-element-c1f4bf4 {flex: 1;}
            .elementor-element-03f03f7 {height: 39%; display: flex; align-items: center; justify-content: stretch;}
                .elementor-element-03f03f7 > div {width: 100%;}
            
    .home .elementor-element-f7881d4 p, .home .elementor-element-5c7e5be p {display: none; margin: -20px 0 0; padding: 0 20px 10px;}
    .picture {min-height: 150px;}
    .elementor-element-d0342b1 p {margin: 10px;} 
    .elementor-element-d0342b1 p strong {text-shadow: 0px 0px 4px #008EBD; font-size: 20px; text-shadow: 2px 0 0 #008EBD, 0 2px 0 #008EBD, -2px 0 0 #008EBD, 0 -2px 0 #008EBD;}
            
    #slider {padding: 0; color: #fff;}
    #slider .slick-track {display: flex;}
    #slider .slick-list {padding: 50px 0 0;}
        #slider .slick-slide {color: #fff; margin: 0 10px; border-radius: 20px; border: 2px solid #fff; padding: 20px 20px 70px; height: auto; position: relative;}
            #slider .slick-slide > strong {color: #008EBD; margin: -21px -21px 0px; display: block; padding: 10px; background: #fff; border-radius: 20px 20px 0 0;}
            .slick-slide img {display: block;}
        #slider .progres {margin: 10px 0; text-align: center; font-size: 12px;}
        #slider .img {height: 150px;  margin: 0 -20px; width: calc(100% + 40px); max-width: calc(100% + 40px);}
            #slider img {object-fit: cover; width: 100%; height: 100%;}
        #slider .bar {width: 100%; border-radius: 5px; border: 1px solid #fff; height: 10px; overflow: hidden;}
            #slider .bar span {height: 100%; background: #fff; display: block;}
            #slider .ceny {font-size: 12px;}
            #slider .stitek {position: absolute; right: -25px; top: 0; transform: rotate(45deg); padding: 2px 10px; border-radius: 10px;}
            #slider .btn {position: absolute; left: 0; right: 0; margin: auto; bottom: -80px; opacity: 0;}
            #slider .slick-slide:hover .btn {bottom: 20px; opacity: 1;}
            #slider .info {margin: 20px 0 0; display: none;}
            



    @media all and (max-width: 1200px) {
        .wrapper {min-width: 280px !important; padding: 0 4% !important;}
    }

    @media all and (max-width: 1024px) {
        #header .burger {display: block; margin: 15px 0 0;}
        #menu {display: none; position: absolute; right: 4%; background: #fff; padding: 10px; margin: 0; top: 93px; z-index: 9;}
        #menu-hlavni-menu {display: block;}
        #menu-hlavni-menu > li {display: block; height: auto;}
        .menu ul li ul {display: block; visibility: visible; opacity: 1; position: relative; width: auto; top: 0 !important; max-width: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
        .menu ul li ul li a {border: none; padding: 0 20px; height: 35px; text-align: right; font-size: 14px; line-height: 35px;}
        #slider .slick-slide .btn {bottom: 20px; opacity: 1;}        
    }

    @media all and (max-width: 900px) {

    }

    @media all and (max-width: 767px) {

    }

    @media all and (max-width: 600px) {

    }

    @media all and (max-width: 500px) {

    }

    @media all and (max-width: 450px) {

    }

    @media all and (max-width: 400px) {

    }

    @media all and (max-width: 380px) {

    }
