@charset "UTF-8";
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1) translate(0);
    }
    to {
        transform: scale(1.2) translate(0);
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1) translate(0);
    }
    to {
        transform: scale(1.2) translate(0);
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
ol,
p,
sup {
    padding: 0;
    border: 0;
    font: inherit;
}
ol,
p {
    vertical-align: baseline;
}
sup {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    overflow-y: scroll;
}
#page {
    padding-top: 140px;
    overflow: hidden;
}
#page.header-simple {
    padding-top: 100px;
}


@media screen and (max-width: 1100px) {
    #page {
        padding-top: 60px !important;
    }
}
.full_container .inner-container,
.simple_container .inner-container {
    max-width: 1200px;
    margin: 0 auto;
}
body.woocommerce-page #page {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
body.woocommerce-page #page #main {
    padding-top: 20px !important;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    text-align: left;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    text-align: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
.entry-content,
.entry-title {
    max-width: 1140px;
    margin: 0 auto;
}
.entry-content {
    min-height: 60vh;
    padding-bottom: 30px;
}
.entry-content p {
    max-width: 1180px;
}
.entry-content li {
    margin-left: 20px;
    list-style: circle;
}
.entry-content ol li {
    margin-left: 20px;
    list-style: decimal;
}
.entry-content ul {
    margin-bottom: 10px;
}
.entry-content li > a {
    color: #70ac54;
}
.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.entry-content .alignwide {
    margin-left: calc(-1200px / 2 + 100% / 2);
    margin-right: calc(-1200px / 2 + 100% / 2);
    max-width: 1200px;
    width: auto;
}
@media screen and (max-width: 1200px) {
    .entry-content .alignwide {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 768px) {
    .entry-content .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-columns {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column;
    }
}
.wp-block-column {
    flex: 1;
}
.akce-top {
    max-width: 600px !important;
}
.price-block {
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    background: #70ac54;
    color: #fff;
    border-bottom: 4px solid #211d21;
    margin-top: -45px;
}
@media screen and (max-width: 540px) {
    .price-block {
        font-size: 18px;
        margin-top: 0;
    }
}
.blog-info ul,
.stehovani-col h3 {
    margin-bottom: 0;
}
.sl-overlay {
    z-index: 9999;
}
.more-posts-wrap {
    margin: 40px auto 15px;
}
.archiveList,
.single.single-post .entry-content,
.single.single-post .entry-title {
    max-width: 960px;
    margin: 0 auto;
}
.single.single-post .entry-title {
    padding: 30px;
}
.single.single-post .entry-content {
    font-size: 15px;
    background: #fff;
    padding: 30px;
}
.single.single-post .inside-article {
    background: #f5f5f5;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-top: 15px;
}
.single.single-post h1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.archive .page-header {
    text-align: center;
}
.archiveList {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
}
.archiveList > div {
    width: calc(94% / 3);
    margin: 10px;
}
@media screen and (max-width: 768px) {
    .archiveList > div {
        width: 48%;
    }
}
@media screen and (max-width: 540px) {
    .archiveList > div {
        width: 100%;
    }
}
.archiveList .easy-box {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.archiveList .easy-box h2 {
    font-size: 1.2rem;
    min-height: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.archiveList .easy-box a {
    text-decoration: none;
    cursor: pointer;
}
.archiveList .easy-box .box-inner {
    display: block;
    box-sizing: border-box;
    border: 1px solid #e3efdd;
    transition: all 500ms ease-in-out;
}
.archiveList .easy-box,
.archiveList .easy-box .box-inner .content .text,
.archiveList .easy-box .box-inner .name {
    text-decoration: none !important;
}
.archiveList .easy-box .box-inner .content {
    min-height: 260px;
    padding: 15px;
    color: rgba(0, 0, 0, 0.85);
}
.archiveList .easy-box .box-inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.archiveList .easy-box .box-inner img {
    width: 100%;
    height: auto;
    transition: all 500ms ease-in-out;
}
.archiveList .easy-box .box-inner .more,
.price-informations strong,
p b,
p strong {
    font-weight: 700;
}
.archiveList .easy-box .box-inner .more:hover {
    color: #70ac54;
}
.archiveList .easy-box .box-inner .foto {
    overflow: hidden;
    max-height: 238px;
}
.archiveList .easy-box .box-inner:hover {
    text-decoration: none;
    border: 1px solid #8dbd76;
}
.archiveList .easy-box .box-inner:hover img,
.slidesKatalog .slide-item.building:hover img {
    transform: scale(1.1);
}
.tech-rozcestnik {
    border-bottom: 1px solid #70ac54;
}
.tech-rozcestnik img {
    max-height: 300px;
}
.contact-form-block {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
}
@media screen and (max-width: 960px) {
    .contact-form-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.contact-form-block .entry-content {
    min-height: auto;
}
.contact-form-block .btn-conversion {
    background-color: #70ac54 !important;
    border: 0;
    color: #fff !important;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
    font-weight: 700 !important;
    min-width: 190px;
    float: right !important;
    border-radius: 0.2rem !important;
}
.contact-form-block .btn-conversion.active,
.contact-form-block .btn-conversion:active,
.contact-form-block .btn-conversion:focus,
.contact-form-block .btn-conversion:hover {
    background-color: #5a8a43 !important;
}
@media screen and (min-width: 960px) {
    .contact-form-block button {
        margin-top: -75px !important;
    }
}
.rozcestnik-foto {
    max-height: 365px;
    overflow: hidden;
}
.pripravujeme {
    font-size: 45px;
    line-height: 150px;
    height: 150px;
    border: 1px solid #70ac54;
    color: #70ac54;
    font-weight: 700;
    text-transform: uppercase;
}
.navigation .main-nav li.menu-item-has-children .sub-menu li,
.pripravujeme-prekryti {
    position: relative;
}
.pripravujeme-prekryti img {
    opacity: 0.3;
}
.pripravujeme-prekryti::after {
    content: "Připravujeme";
    font-size: 45px;
    border: 1px solid #70ac54;
    color: #70ac54;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 90%;
    height: 85%;
    margin: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 3px #211d21;
}
.wp-block-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
}
.wp-block-table table > tbody > tr > td,
.wp-block-table table > tbody > tr > th,
.wp-block-table table > tfoot > tr > td,
.wp-block-table table > tfoot > tr > th,
.wp-block-table table > thead > tr > td,
.wp-block-table table > thead > tr > th {
    padding: 5px !important;
    line-height: 16px;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
}
.wp-block-table table > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e4e4e4;
    font-weight: 700;
    text-align: left;
}
.wp-block-table table > caption + thead > tr:first-child > td,
.wp-block-table table > caption + thead > tr:first-child > th,
.wp-block-table table > colgroup + thead > tr:first-child > td,
.wp-block-table table > colgroup + thead > tr:first-child > th,
.wp-block-table table > thead:first-child > tr:first-child > td,
.wp-block-table table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.wp-block-table table > tbody + tbody {
    border-top: 2px solid #e4e4e4;
}
.wp-block-table table > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.wp-block-image img {
    height: auto;
    width: auto;
}
#breadcrumbs {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 10px;
}
#breadcrumbs a {
    color: #70ac54;
    font-weight: 400;
}
#breadcrumbs a.active,
#breadcrumbs a:active,
#breadcrumbs a:focus,
#breadcrumbs a:hover,
p a.active,
p a:active,
p a:focus,
p a:hover {
    color: #5a8a43;
}
.house {
    width: 25px;
    height: 25px;
    position: relative;
}
.house::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 16px;
    height: 20px;
    background: url(../assets/icons/base/004-home.svg) no-repeat center center;
    background-size: contain;
}
.house,
.icon {
    display: inline-block;
}
.icon--sm,
.icon--sm .elementor-button-icon {
    font-size: 0.55em;
}
.icon--xs,
.icon--xs .elementor-button-icon {
    font-size: 0.75em;
}
.icon--md,
.icon--md .elementor-button-icon {
    font-size: 1em;
}
.icon--lg,
.icon--lg .elementor-button-icon {
    font-size: 1.5em;
}
.icon--xl,
.icon--xl .elementor-button-icon {
    font-size: 2.4em;
}
.btn {
    padding: 0.65rem 0.95rem;
    background: #adadad;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 0.2rem;
    text-decoration: none;
}
.wp-block-button.btn-primary a,
a.btn-primary {
    background-color: #70ac54;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-primary.elementor-size-md,
.wp-block-button.btn-primary a.elementor-size-md,
a.btn-primary.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.wp-block-button.btn-primary a.active,
.wp-block-button.btn-primary a:active,
.wp-block-button.btn-primary a:focus,
.wp-block-button.btn-primary a:hover,
a.btn-primary.active,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:hover {
    background-color: #5a8a43;
}
.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #70ac54;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
    border-color: #5a8a43;
}
.btn.btn-primary {
    background-color: #70ac54;
    color: #fff;
}
.btn.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #70ac54;
}
.wp-block-button.btn-secondary a,
a.btn-secondary {
    background-color: #211d21;
}
.btn-outline-secondary.elementor-size-md,
.wp-block-button.btn-secondary a.elementor-size-md,
a.btn-secondary.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    background-color: #060506;
}
.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #211d21;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn.btn-outline-secondary.active,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover {
    border-color: #060506;
}
.btn.btn-secondary {
    background-color: #211d21;
    color: #fff;
}
.btn.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #211d21;
}
.wp-block-button.btn-success a,
a.btn-success {
    background-color: #399f66;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-success.elementor-size-md,
.wp-block-button.btn-success a.elementor-size-md,
a.btn-success.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.wp-block-button.btn-success a.active,
.wp-block-button.btn-success a:active,
.wp-block-button.btn-success a:focus,
.wp-block-button.btn-success a:hover,
a.btn-success.active,
a.btn-success:active,
a.btn-success:focus,
a.btn-success:hover {
    background-color: #2c794e;
}
.btn-outline-success {
    background-color: transparent;
    border: 1px solid #399f66;
}
.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.btn.btn-outline-success.active,
.btn.btn-outline-success:active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:hover {
    border-color: #2c794e;
}
.btn.btn-success {
    background-color: #399f66;
    color: #fff;
}
.btn.btn-outline-success {
    background-color: transparent;
    border: 1px solid #399f66;
}
.wp-block-button.btn-info a,
a.btn-info {
    background-color: #4a90e2;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-info.elementor-size-md,
.wp-block-button.btn-info a.elementor-size-md,
a.btn-info.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.wp-block-button.btn-info a.active,
.wp-block-button.btn-info a:active,
.wp-block-button.btn-info a:focus,
.wp-block-button.btn-info a:hover,
a.btn-info.active,
a.btn-info:active,
a.btn-info:focus,
a.btn-info:hover {
    background-color: #2275d7;
}
.btn-outline-info {
    background-color: transparent;
    border: 1px solid #4a90e2;
}
.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn.btn-outline-info.active,
.btn.btn-outline-info:active,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:hover {
    border-color: #2275d7;
}
.btn.btn-info {
    background-color: #4a90e2;
    color: #fff;
}
.btn.btn-outline-info {
    background-color: transparent;
    border: 1px solid #4a90e2;
}
.wp-block-button.btn-warning a,
a.btn-warning {
    background-color: #ffdd57;
    color: 100%;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-warning.elementor-size-md,
.wp-block-button.btn-warning a.elementor-size-md,
a.btn-warning.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.wp-block-button.btn-warning a.active,
.wp-block-button.btn-warning a:active,
.wp-block-button.btn-warning a:focus,
.wp-block-button.btn-warning a:hover,
a.btn-warning.active,
a.btn-warning:active,
a.btn-warning:focus,
a.btn-warning:hover {
    background-color: #ffd324;
}
.btn-outline-warning {
    background-color: transparent;
    border: 1px solid #ffdd57;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.btn.btn-outline-warning.active,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover {
    border-color: #ffd324;
}
.btn.btn-warning {
    background-color: #ffdd57;
    color: 100%;
}
.btn.btn-outline-warning {
    background-color: transparent;
    border: 1px solid #ffdd57;
}
.wp-block-button.btn-danger a,
a.btn-danger {
    background-color: #cb152c;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-danger.elementor-size-md,
.wp-block-button.btn-danger a.elementor-size-md,
a.btn-danger.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.wp-block-button.btn-danger a.active,
.wp-block-button.btn-danger a:active,
.wp-block-button.btn-danger a:focus,
.wp-block-button.btn-danger a:hover,
a.btn-danger.active,
a.btn-danger:active,
a.btn-danger:focus,
a.btn-danger:hover {
    background-color: #9d1022;
}
.btn-outline-danger {
    background-color: transparent;
    border: 1px solid #cb152c;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.btn.btn-outline-danger.active,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:hover {
    border-color: #9d1022;
}
.btn.btn-danger {
    background-color: #cb152c;
    color: #fff;
}
.btn.btn-outline-danger {
    background-color: transparent;
    border: 1px solid #cb152c;
}
.wp-block-button.btn-light a,
a.btn-light {
    background-color: #fdfffc;
    color: 100%;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-light.elementor-size-md,
.wp-block-button.btn-light a.elementor-size-md,
a.btn-light.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-light.active,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover,
.wp-block-button.btn-light a.active,
.wp-block-button.btn-light a:active,
.wp-block-button.btn-light a:focus,
.wp-block-button.btn-light a:hover,
a.btn-light.active,
a.btn-light:active,
a.btn-light:focus,
a.btn-light:hover {
    background-color: #dbffc9;
}
.btn-outline-light {
    background-color: transparent;
    border: 1px solid #fdfffc;
}
.btn-outline-light.active,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover,
.btn.btn-outline-light.active,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover {
    border-color: #dbffc9;
}
.btn.btn-light {
    background-color: #fdfffc;
    color: 100%;
}
.btn.btn-outline-light {
    background-color: transparent;
    border: 1px solid #fdfffc;
}
.wp-block-button.btn-gray a,
a.btn-gray {
    background-color: #6e6e6e;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-gray.elementor-size-md,
.wp-block-button.btn-gray a.elementor-size-md,
a.btn-gray.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-gray.active,
.btn.btn-gray:active,
.btn.btn-gray:focus,
.btn.btn-gray:hover,
.wp-block-button.btn-gray a.active,
.wp-block-button.btn-gray a:active,
.wp-block-button.btn-gray a:focus,
.wp-block-button.btn-gray a:hover,
a.btn-gray.active,
a.btn-gray:active,
a.btn-gray:focus,
a.btn-gray:hover {
    background-color: #555;
}
.btn-outline-gray {
    background-color: transparent;
    border: 1px solid #6e6e6e;
}
.btn-outline-gray.active,
.btn-outline-gray:active,
.btn-outline-gray:focus,
.btn-outline-gray:hover,
.btn.btn-outline-gray.active,
.btn.btn-outline-gray:active,
.btn.btn-outline-gray:focus,
.btn.btn-outline-gray:hover {
    border-color: #555;
}
.btn.btn-gray {
    background-color: #6e6e6e;
    color: #fff;
}
.btn.btn-outline-gray {
    background-color: transparent;
    border: 1px solid #6e6e6e;
}
.wp-block-button.btn-gray-light a,
a.btn-gray-light {
    background-color: #adadad;
    color: 100%;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-gray-light.elementor-size-md,
.wp-block-button.btn-gray-light a.elementor-size-md,
a.btn-gray-light.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-gray-light.active,
.btn.btn-gray-light:active,
.btn.btn-gray-light:focus,
.btn.btn-gray-light:hover,
.wp-block-button.btn-gray-light a.active,
.wp-block-button.btn-gray-light a:active,
.wp-block-button.btn-gray-light a:focus,
.wp-block-button.btn-gray-light a:hover,
a.btn-gray-light.active,
a.btn-gray-light:active,
a.btn-gray-light:focus,
a.btn-gray-light:hover {
    background-color: #949494;
}
.btn-outline-gray-light {
    background-color: transparent;
    border: 1px solid #adadad;
}
.btn-outline-gray-light.active,
.btn-outline-gray-light:active,
.btn-outline-gray-light:focus,
.btn-outline-gray-light:hover,
.btn.btn-outline-gray-light.active,
.btn.btn-outline-gray-light:active,
.btn.btn-outline-gray-light:focus,
.btn.btn-outline-gray-light:hover {
    border-color: #949494;
}
.btn.btn-gray-light {
    background-color: #adadad;
    color: 100%;
}
.btn.btn-outline-gray-light {
    background-color: transparent;
    border: 1px solid #adadad;
}
.wp-block-button.btn-default a,
a.btn-default {
    background-color: #e4e4e4;
    color: 100%;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-default.elementor-size-md,
.wp-block-button.btn-default a.elementor-size-md,
a.btn-default.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.wp-block-button.btn-default a.active,
.wp-block-button.btn-default a:active,
.wp-block-button.btn-default a:focus,
.wp-block-button.btn-default a:hover,
a.btn-default.active,
a.btn-default:active,
a.btn-default:focus,
a.btn-default:hover {
    background-color: #cbcbcb;
}
.btn-outline-default {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}
.btn-outline-default.active,
.btn-outline-default:active,
.btn-outline-default:focus,
.btn-outline-default:hover,
.btn.btn-outline-default.active,
.btn.btn-outline-default:active,
.btn.btn-outline-default:focus,
.btn.btn-outline-default:hover {
    border-color: #cbcbcb;
}
.btn.btn-default {
    background-color: #e4e4e4;
    color: 100%;
}
.btn.btn-outline-default {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}
.wp-block-button.btn-body a,
a.btn-body {
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
}
.btn-outline-body.elementor-size-md,
.wp-block-button.btn-body a.elementor-size-md,
a.btn-body.elementor-size-md {
    padding: 22px 17px;
}
.btn.btn-body.active,
.btn.btn-body:active,
.btn.btn-body:focus,
.btn.btn-body:hover,
.wp-block-button.btn-body a.active,
.wp-block-button.btn-body a:active,
.wp-block-button.btn-body a:focus,
.wp-block-button.btn-body a:hover,
a.btn-body.active,
a.btn-body:active,
a.btn-body:focus,
a.btn-body:hover {
    background-color: #1a1a1a;
}
.btn-outline-body {
    background-color: transparent;
    border: 1px solid #333;
}
.btn-outline-body.active,
.btn-outline-body:active,
.btn-outline-body:focus,
.btn-outline-body:hover,
.btn.btn-outline-body.active,
.btn.btn-outline-body:active,
.btn.btn-outline-body:focus,
.btn.btn-outline-body:hover {
    border-color: #1a1a1a;
}
.btn.btn-body {
    background-color: #333;
    color: #fff;
}
.btn.btn-outline-body {
    background-color: transparent;
    border: 1px solid #333;
}
.wp-block-button.btn-conversion a,
.wp-block-button.btn-secondary a,
a.btn-conversion,
a.btn-secondary {
    background: #70ac54;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 2px;
}
.wp-block-button.btn-conversion a.active,
.wp-block-button.btn-conversion a:active,
.wp-block-button.btn-conversion a:focus,
.wp-block-button.btn-conversion a:hover,
.wp-block-button.btn-secondary a.active,
.wp-block-button.btn-secondary a:active,
.wp-block-button.btn-secondary a:focus,
.wp-block-button.btn-secondary a:hover,
a.btn-conversion.active,
a.btn-conversion:active,
a.btn-conversion:focus,
a.btn-conversion:hover,
a.btn-secondary.active,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:hover {
    background-color: #5a8a43;
}
@media screen and (max-width: 640px) {
    .wp-block-button.btn-conversion a,
    .wp-block-button.btn-secondary a,
    a.btn-conversion,
    a.btn-secondary {
        padding: 15px 20px;
        height: auto;
        line-height: 20px;
    }
}
.wp-block-button.btn-inverse a,
a.btn-inverse {
    background: #211d21;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 2px;
}
.wp-block-button.btn-inverse a.active,
.wp-block-button.btn-inverse a:active,
.wp-block-button.btn-inverse a:focus,
.wp-block-button.btn-inverse a:hover,
a.btn-inverse.active,
a.btn-inverse:active,
a.btn-inverse:focus,
a.btn-inverse:hover {
    background-color: #060506;
}
@media screen and (max-width: 640px) {
    .wp-block-button.btn-inverse a,
    a.btn-inverse {
        padding: 15px 20px;
        height: auto;
        line-height: 20px;
    }
}
.styledTable,
table.table--noBorder,
table.table--noBorder td,
table.table--noBorder tr {
    border: 0;
}
.styledTable td {
    border: 0;
    padding: 20px;
}
@media (max-width: 767.98px) {
    .styledTable td.empty {
        display: none;
    }
}
.styledTable tr:not(.hide):not(.status-publish).active {
    background-color: #e4e4e4;
}
.styledTable thead {
    background-color: #70ac54;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.styledTable thead th {
    width: 25%;
    padding: 15px 30px;
}
@media (max-width: 767.98px) {
    .styledTable thead th {
        width: 50%;
    }
}
.styledTable tbody .entry-title {
    font-size: 15px;
    color: #70ac54;
    font-weight: 400;
}
.styledTable tbody tr:nth-child(odd) td {
    width: 25%;
}
.styledTable tbody tr:nth-child(odd) td.text-gray {
    color: #6e6e6e;
}
.styledTable tbody tr:nth-child(odd) td,
.styledTable tbody tr:nth-child(odd) td .entry-title {
    font-size: 15px;
    color: #70ac54;
    font-weight: 400;
    line-height: 23px;
}
.styledTable tbody tr:nth-child(odd) td .entry-title.text-body {
    color: #333;
}
.styledTable tbody tr:nth-child(odd) td:last-of-type:not(.table-row-center) {
    display: flex;
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .styledTable tbody tr:nth-child(odd) td {
        width: 50%;
    }
}
.styledTable tbody tr:nth-child(even):not(.status-publish) {
    background-color: #e4e4e4;
    height: 200px;
}
.styledTable tbody tr:nth-child(even):not(.status-publish) .text {
    position: relative;
}
.styledTable .hide {
    display: none;
}
.styledTable .table-toggle {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.styledTable .table-toggle i {
    transform: rotate(180deg);
    font-size: 18px;
    margin-left: 10px;
}
.styledTable .table-toggle.active i {
    transform: rotate(0);
}
@media (max-width: 767.98px) {
    .styledTable .table-row-sm-hide {
        display: none !important;
    }
}
.styledTable .table-row-mini {
    width: 4% !important;
    padding: 15px !important;
}
.styledTable .table-row-small {
    width: 8% !important;
    padding: 15px !important;
}
@media (max-width: 767.98px) {
    .styledTable .table-row-small {
        padding: 5px !important;
    }
}
.styledTable .table-row-middle {
    width: 14% !important;
    padding: 15px !important;
}
.styledTable .table-row-center {
    margin: auto;
    display: table-cell;
    text-align: center;
}
.styledTable .table-row--bottomLines td {
    border-bottom: 1px solid #e4e4e4;
}
.styledTable .table-row--smallSides {
    padding: 15px 20px !important;
}
.styledTable--noColor tbody tr:nth-child(odd) td:not(.text-gray) {
    color: #000;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
@media (max-width: 767.98px) {
    #people-search .styledTable thead th:last-child {
        width: 100px;
    }
    #people-search .styledTable tbody td {
        padding: 8px;
    }
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../assets/fonts/open-sans-v17-latin_latin-ext-300.eot);
    src: local("Open Sans Light"), local("OpenSans-Light"), url(../assets/fonts/open-sans-v17-latin_latin-ext-300.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/open-sans-v17-latin_latin-ext-300.woff2) format("woff2"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-300.woff) format("woff"), url(../assets/fonts/open-sans-v17-latin_latin-ext-300.ttf) format("truetype"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-300.svg#OpenSans) format("svg");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.eot);
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.woff2) format("woff2"), url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.woff) format("woff"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.ttf) format("truetype"), url(../assets/fonts/open-sans-v17-latin_latin-ext-regular.svg#OpenSans) format("svg");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../assets/fonts/open-sans-v17-latin_latin-ext-700.eot);
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../assets/fonts/open-sans-v17-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/open-sans-v17-latin_latin-ext-700.woff2) format("woff2"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-700.woff) format("woff"), url(../assets/fonts/open-sans-v17-latin_latin-ext-700.ttf) format("truetype"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-700.svg#OpenSans) format("svg");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url(../assets/fonts/open-sans-v17-latin_latin-ext-800.eot);
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(../assets/fonts/open-sans-v17-latin_latin-ext-800.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/open-sans-v17-latin_latin-ext-800.woff2) format("woff2"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-800.woff) format("woff"), url(../assets/fonts/open-sans-v17-latin_latin-ext-800.ttf) format("truetype"),
        url(../assets/fonts/open-sans-v17-latin_latin-ext-800.svg#OpenSans) format("svg");
}
.text-primary,
p a {
    color: #70ac54;
}
.text-secondary {
    color: #211d21;
}
.text-success {
    color: #399f66;
}
.text-info {
    color: #4a90e2;
}
.text-warning {
    color: #ffdd57;
}
.text-danger {
    color: #cb152c;
}
.text-light {
    color: #fdfffc;
}
.text-gray {
    color: #6e6e6e;
}
.text-gray-light {
    color: #adadad;
}
.text-default {
    color: #e4e4e4;
}
.text-body,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
}
.lh15 {
    line-height: 1.5 !important;
}
#footer a:hover span.content--line,
.text-underline {
    text-decoration: underline;
}
.font-weight-normal {
    font-weight: 400;
}
p {
    margin: 0 0 1.25em;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans";
    line-height: 1.15;
    font-weight: 900;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
h2,
h3,
h4 {
    font-size: 1.8rem;
    font-weight: 700;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #63984a;
}
h1.has-text-align-center::after,
h2.has-text-align-center::after,
h3.has-text-align-center::after,
h4.has-text-align-center::after,
h5.has-text-align-center::after {
    margin: 8px auto;
}
h1 {
    font-size: 2.5rem;
    margin-top: 0;
}
@media screen and (max-width: 640px) {
    h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px) {
    h2 {
        font-size: 25px;
    }
}
h3,
h4 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.1rem;
}
.text_small,
small {
    font-size: 0.8em;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.reference-title h2 {
    font-size: 45px;
    font-weight: 900;
}
@media screen and (max-width: 640px) {
    .reference-title h2 {
        font-size: 35px;
        text-align: center;
    }
}
.kt-row-layout-inner h2::after,
.kt-row-layout-inner h3::after {
    content: "";
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 2px;
    width: 150px;
    background: #70ac54;
}
h2.title::after,
h3.title::after {
    display: none;
}
#content {
    font-size: 14px;
    line-height: 23px;
}
@media screen and (max-width: 1200px) {
    #content {
        padding: 0 20px;
    }
}
a:focus {
    outline: 0;
}
.sliderHome {
    overflow: hidden;
    position: relative;
    max-height: 800px;
}
@media screen and (max-width: 960px) {
    .sliderHome {
        max-height: 420px;
        min-height: 420px;
    }
}
@media screen and (max-width: 400px) {
    .sliderHome {
        max-height: 420px;
        min-height: 420px;
    }
}
@media screen and (max-width: 960px) {
    .sliderHome .slick-track {
        height: 420px;
    }
}
@media screen and (max-width: 400px) {
    .sliderHome .slick-track {
        height: 420px;
    }
}
.sliderHome .slide-item,
.sliderHome img {
    transition: all 6s cubic-bezier(0.7, 0, 0.3, 1);
}
.sliderHome img {
    width: 100%;
    transition-delay: 2s;
    transform: scale(1.2);
}
@media screen and (max-width: 760px) {
    .sliderHome img {
        margin-left: -35%;
    }
}
.sliderHome .slide-item.slick-active img {
    transform: scale(1);
    animation: zoomin 6s 1 ease-in-out;
}
.sliderHome .slide-item {
    max-height: 800px;
    display: flex !important;
    align-items: center;
    background: #adadad;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .sliderHome .slide-item img {
        max-height: 420px;
        width: auto;
    }
}
.sliderHome .slide-item::after {
    content: "";
    display: block;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.sliderHome .text {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    z-index: 999;
    position: absolute;
    top: 46%;
    width: 100%;
    box-sizing: border-box;
}
.sliderHome .text a {
    font-size: 18px !important;
}
.sliderHome .text span {
    font-size: 30px;
}
@media screen and (max-width: 640px) {
    .sliderHome .text {
        top: 35%;
        font-size: 30px;
    }
    .sliderHome .text span {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .sliderHome .text {
        top: 35%;
        font-size: 20px;
        line-height: 20px;
        padding: 10px;
    }
    .sliderHome .text span {
        font-size: 16px;
    }
    .sliderHome .text a {
        display: inline-block;
        margin-top: 20px;
    }
}
.slick-current .zoomin {
    transition: all 6s cubic-bezier(0.7, 0, 0.3, 1);
}
.wpforms-field-label {
    text-align: left;
}
@media screen and (max-width: 640px) {
    .wpforms-one-half,
    .wpforms-one-third {
        width: 100% !important;
        margin: 0 !important;
    }
}
.wpcf7 input {
    height: 38px;
}
.navigation .main-nav li.menu-item-has-children .sub-menu a:hover,
.wpcf7 input.wpcf7-submit {
    background: #70ac54;
    color: #fff;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #211d21;
}
.wpcf7 input,
.wpcf7 textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
}
#search--result > div {
    margin-top: 10px;
    margin-bottom: 10px;
}
#search--result .search--article {
    display: flex;
    align-items: flex-start;
}
#search--result .search--article .search--content.with-image {
    padding-left: 20px;
}
ol {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}
.sluzba-box a {
    min-height: 235px;
    border-radius: 4px;
}
.sluzba-box a h3::after {
    float: none;
    margin: 10px auto;
}
blockquote {
    font-size: 0.875rem;
    line-height: 24px;
}
blockquote.wp-block-quote {
    border: 0;
    background-color: transparent;
    padding: 0 0 0 45px;
    font-style: normal;
    border-radius: 2px;
    background-clip: padding-box;
    position: relative;
}
@media screen and (max-width: 640px) {
    blockquote.wp-block-quote {
        padding: 0 0 0 15px;
    }
}
blockquote.wp-block-quote:before {
    display: block;
    width: auto;
    height: auto;
    content: "";
    transform: translate(0);
    opacity: 1;
    top: 5px;
    bottom: 5px;
    left: 0;
    border-left: 3px solid #70ac54;
    border-radius: 0 !important;
    position: absolute;
}
@media screen and (max-width: 640px) {
    .title {
        text-align: center;
    }
}
.title.with-subtitle .title {
    margin-top: 0;
}
.title .subtitle {
    padding-left: 100px;
    left: 0;
    top: -8px;
    font-weight: 700;
    color: #70ac54;
    position: relative;
}
.title .subtitle::before {
    display: block;
    width: 80px;
    border-bottom: 2px solid #70ac54;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
}
@media screen and (max-width: 640px) {
    .title .subtitle {
        padding-left: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .title .subtitle::before {
        display: none;
    }
}
.main-nav-bottom a:hover,
.navigation .main-nav li a:hover,
.title span.colored {
    color: #70ac54;
}
.title.svetly .title {
    color: #fff;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"],
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate,
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-down"].aos-animate,
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
#header.sticky {
    position: fixed;
    background: white;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#header .search {
    margin-left: 30px;
    margin-right: 15px;
}
#header .search .search--icon {
    cursor: pointer;
}
#header .search .search--icon::before,
.mobile--phone .fa {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 18px;
}
#header .search .search--icon::before {
    padding: 8px;
    background-size: 20px;
    background-position: center center;
    border-radius: 20px;
    border: 1px solid #fff;
}
#header .search .search--icon:hover::before {
    border: 1px solid #000;
}
#header--cta,
.mobile--phone {
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}
#header--cta {
    background: #70ac54;
    font-weight: 700;
}
.mobile--phone {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #212529;
    font-size: 18px;
    font-weight: 900;
}
@media screen and (max-width: 1440px) {
    .mobile--phone {
        font-size: 16px;
    }
}
.mobile--phone .fa {
    margin-bottom: 6px;
    margin-top: 6px;
}
.mobile--phone .text {
    font-weight: 400;
}
@media screen and (max-width: 1410px) {
    .mobile--phone {
        display: none;
    }
}
.navigation {
    background: transparent;
    height: 100px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid #70ac54;
}
.navigation .inner-container {
    display: flex;
    align-items: center;
    max-height: 100px;
}
@media screen and (max-width: 1268px) {
    .navigation {
        display: none;
    }
}
.navigation .right-side {
    background: #f5f5f5;
    min-width: 200px;
    height: 100px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1650px) {
    .navigation .right-side a .text {
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    .navigation .right-side {
        display: none;
    }
}
@media screen and (max-width: 1472px) { /*Radek Nolč úprava*/
    .navigation .right-side {
        display: none;
    }
}
.navigation #header--main--navigation,
.navigation .main-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}
.navigation .main-nav {
    line-height: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
@media screen and (max-width: 1200px) {
    .navigation .main-nav {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 20px;
    }
}
.navigation .main-nav ul {
    margin: 0;
    padding: 0;
}
.navigation .main-nav li {
    position: relative;
    cursor: pointer;
}
.navigation .main-nav li a {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 1em;
    text-decoration: none;
    color: #212529;
    background: 0 0;
    line-height: 18px;
    display: flex;
    text-align: center;
}
.navigation .main-nav li.menu-item-has-children {
    transition: all 0.6s ease;
}
.navigation .main-nav li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 8px;
    background-size: 10px;
    background: url(../assets/icons/base/down-arrow-black.svg) no-repeat center center;
}
.navigation .main-nav li.menu-item-has-children .sub-menu {
    background: #fff;
    width: 280px;
    top: 100%;
    padding: 5px 0;
    margin: 0 0 0 -75px;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    transform: translateY(20%);
    transition: all 0.6s ease;
    visibility: hidden;
    z-index: 100;
    list-style: none;
    border-radius: 2px;
    background-clip: padding-box;
    border-color: transparent !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.navigation .main-nav li.menu-item-has-children .sub-menu a {
    display: block;
    padding: 7px 20px;
    line-height: 29px;
    font-weight: 400;
    font-size: 15px;
    background: #fff;
    color: rgba(0, 0, 0, 0.85);
}
.navigation .main-nav li:hover > .sub-menu {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 100;
}
.navigation > li > ul {
    display: none;
    width: 200px;
    background: #fff;
}
.navigation > li:hover > ul {
    display: block;
    position: absolute;
    top: 60px;
}
.logo {
    max-height: 59px;
    background: transparent;
    padding: 20px 40px 20px 20px;
    max-width: 249px;
}
.logo img {
    max-height: 70px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .logo img {
        height: auto;
        min-width: 249px;
    }
}
#header--cta:hover {
    background: #63984a;
}
#burgermenu,
.main-nav-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav-bottom a {
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.blog.blog-sc h3::after,
.main-nav-bottom > li > ul,
.realizace-list .portfolio a.title h3::after {
    display: none;
}
#burgermenu {
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    background: #efefef;
	color: #000;
}
#burgermenu .menuicon {
    display: block;
    margin-top: -7px;
    cursor: pointer;
    color: #000;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#burgermenu .menuicon__bar,
#burgermenu .menuicon__circle {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}
#burgermenu .menuicon__circle {
    fill: none;
}
#burgermenu .menuicon__bar {
    fill: #000;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
}
#burgermenu .menuicon:hover__bar {
    fill: #6e6e6e;
}
.mobile--strip {
    display: none;
    width: 100%;
    height: 60px;
    background: #efefef;
    color: #fff;
    justify-content: space-between;
    position: fixed;
    top: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
    z-index: 99999;
}
@media screen and (max-width: 1268px) {
    .mobile--strip {
        display: flex;
    }
}
.mobile--strip .icons {
    display: flex;
}
.mobile--strip .mobile--logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.mobile--strip .mobile--logo img {
    max-height: 44px;
    min-width: 160px;
    width: auto;
    padding-left: 20px;
}
.sidenav {
    height: calc(100% - 60px);
    width: 0;
    max-width: 400px;
    position: fixed;
    z-index: 999;
    top: 60px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 40px;
}
.sidenav a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: left;
}
.sidenav a:hover {
    color: #70ac54;
}
.sidenav a#mobile--cta,
.sidenav a.mobile--mail {
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}
#mobile--langswitcher > span,
.sidenav a#mobile--cta span,
.sidenav a.mobile--mail span {
    width: 25px;
    height: 22px;
    padding: 7px 5px 5px;
    display: inline-block;
    margin: 0 auto;
    background-size: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    font-size: 17px;
}
.sidenav a.mobile--mail {
    padding: 0;
}
.admin-bar .sidenav {
    top: 92px;
}
.admin-bar #header.sticky,
.admin-bar .mobile--strip {
    top: 32px;
}
.link--strip {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 15px;
}
.mobile-nav .current-menu-item a {
    color: #70ac54;
}
#header--topbar #menu-top-menu li,
.mobile-nav .menu-item-has-children {
    position: relative;
}
.mobile-nav .menu-item-has-children .sub-menu-toggle {
    color: #000;
    background: #fff;
    display: block;
    width: 50px;
    height: 46px;
    background-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    z-index: 999;
}
.mobile-nav .menu-item-has-children .sub-menu-toggle:focus {
    outline: 0;
}
.mobile-nav .menu-item-has-children .sub-menu-toggle .fa-angle-down {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mobile-nav .menu-item-has-children .sub-menu a {
    padding-left: 40px;
}
.mobile-nav .menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
}
.mobile-nav .menu-item-has-children.current_page_parent .sub-menu {
    display: block;
}
.mobile-nav .sub-menu {
    background: #fff;
    display: none;
}
.closebtn {
    display: none;
    font-size: 36px;
    margin-left: 50px;
}
.open .closebtn {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #70ac54;
    margin: -8px 0 0;
}
.open .menuicon {
    display: none !important;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 16px;
    }
}
a#mobile--cta {
    max-width: 200px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px;
}
#mobile--langswitcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#mobile--langswitcher .custom-lang-switcher {
    margin-top: -4px;
}
#mobile--langswitcher .wpml-ls-native {
    color: #000;
    font-size: 11px;
}
#header--topbar #header--langswitcher .wpml-ls-legacy-dropdown,
#mobile--langswitcher .wpml-ls-legacy-dropdown {
    width: 60px;
}
#header--topbar #header--langswitcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#mobile--langswitcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    background: 0 0;
    border: 0;
}
#mobile--langswitcher .wpml-ls-legacy-dropdown a {
    padding: 2px 10px;
}
#mobile--langswitcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: -3px;
    color: #000;
    font-size: 11px;
}
#mobile--langswitcher .wpml-ls-sub-menu {
    background: #fff;
    border: 0;
    border-radius: 4px;
    padding: 5px;
    line-height: 30px;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
    width: 70px;
}
#mobile--langswitcher .wpml-ls-sub-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -2.5px;
}
#mobile--langswitcher .wpml-ls-sub-menu a {
    border: 0;
    border-bottom: 1px solid #f8f8f8;
    text-align: center;
}
#header--topbar {
    background: #e4e4e4;
    height: 40px;
    line-height: 40px;
}
#header--topbar .inner-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-self: stretch;
}
@media screen and (max-width: 940px) {
    #header--topbar {
        display: none;
    }
}
#header--topbar #header--topbar--menu {
    margin-left: auto;
}
#header--topbar a {
    text-decoration: none;
    font-size: 12px;
    color: #212529;
}
#footer .menu a:hover,
#header--topbar #menu-top-menu li a:hover,
#header--topbar a .header--address:hover,
#header--topbar a .header--mail:hover,
#header--topbar a .header--phone:hover,
#header--topbar a .header--time:hover,
#header--topbar a.header--address:hover,
#header--topbar a.header--mail:hover,
#header--topbar a.header--phone:hover,
#header--topbar a.header--time:hover,
#header--topbar a:hover {
    color: #70ac54;
}
#header--topbar #menu-top-menu {
    display: flex;
}
#header--topbar #menu-top-menu li a {
    padding: 5px 10px;
    color: #212529;
    text-decoration: none;
}
#header--topbar #header--langswitcher {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header--topbar #header--langswitcher > span {
    font-size: 20px;
    margin-right: 2px;
    margin-left: 20px;
}
#header--topbar .header--address,
#header--topbar .header--mail,
#header--topbar .header--phone,
#header--topbar .header--time {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
#header--topbar .header--address span,
#header--topbar .header--mail span,
#header--topbar .header--phone span,
#header--topbar .header--time span {
    margin-right: 5px;
    font-size: 15px;
}
#header--topbar a .header--address,
#header--topbar a .header--mail,
#header--topbar a .header--phone,
#header--topbar a .header--time,
#header--topbar a.header--address,
#header--topbar a.header--mail,
#header--topbar a.header--phone,
#header--topbar a.header--time {
    color: #212529;
}
@media screen and (max-width: 1200px) {
    #header--topbar .header--address,
    #header--topbar .header--time {
        display: none;
    }
}
#footer,
.copyright-bar {
    color: #fff;
}
#footer {
    z-index: 99;
    position: relative;
    font-size: 14px;
    padding-top: 50px;
}

#footer .first-coll {
    min-width: 20%;
    padding-right: 10%;
    padding-top:40px;
}


@media screen and (max-width: 540px) {
    #footer {
        padding-top: 50px;
    }
}
#footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#footer .wp-block-columns {
    padding: 40px;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 20px;
    backdrop-filter: blur(50px);
    max-width: 1520px;
}
@media screen and (max-width: 1120px) {
    #footer .wp-block-columns {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    #footer .wp-block-columns {
        flex-direction: row;
    }
    #footer .wp-block-columns .wp-block-column {
        flex-basis: 50%;
        margin: 0;
    }
}
@media screen and (max-width: 540px) {
    #footer .wp-block-columns {
        flex-direction: column;
    }
    #footer .wp-block-columns .contentFooter {
        display: none;
        padding-bottom: 30px;
    }
    #footer .wp-block-columns .widget-title {
        margin-top: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        position: relative;
    }
    #footer .wp-block-columns .widget-title .toggle-footer {
        text-align: center;
        display: block;
        width: 50px;
        height: 38px;
        position: absolute;
        right: 0;
        top: -3px;
        border: 0;
        z-index: 999;
    }
}
@media screen and (min-width: 541px) {
    #footer .wp-block-columns .toggle-footer {
        display: none;
    }
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer .footer--address,
#footer .footer--mail,
#footer .footer--phone,
#footer .footer--time {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
#footer .footer--address span.fa,
#footer .footer--mail span.fa,
#footer .footer--phone span.fa,
#footer .footer--time span.fa {
    font-size: 20px;
    margin-right: 5px;
    width: 27px;
    display: inline-block;
    text-align: center;
}
#footer .footer--mail .fa-envelope {
    height: 20px;
    display: inline-block;
    background: url(../assets/icons/base/001-mail.svg) no-repeat center center;
}
#footer .footer--phone .fa {
    height: 20px;
    display: inline-block;
    background: url(../assets/icons/base/002-telephone.svg) no-repeat center center;
}
#footer .footer--address,
#footer a {
    line-height: 35px;
}
#footer .footer--address .fa {
    height: 20px;
    display: inline-block;
    background: url(../assets/icons/base/003-pin.svg) no-repeat center center;
}
#footer .toggle-footer .fa-angle-down {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#footer .menu a {
    position: relative;
    padding-left: 14px;
}
#footer .menu a::before {
    position: absolute;
    content: "";
    border: solid #70ac54;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 0;
    top: 7px;
}
#footer a:hover,
.blog.blog-sc .blog-text article:hover h3 {
    color: #70ac54;
}
#footer .widget-title {
	color: #70ac54;
}
.copyright-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    text-align: center;
    font-size: 11px;
}
@media screen and (max-width: 768px) {
    .copyright-bar {
        flex-direction: column;
    }
}
.copyright-bar .site-info a.marketing {
    background: url(../assets/images/marketing.png) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
    width: 165px;
    height: 46px;
    display: block;
}
.search--icon--mobile {
    cursor: pointer;
}
.search--icon--mobile::before {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 18px;
}
#searchBar,
.mobile--search {
    align-items: center;
    justify-content: center;
}
.mobile--search {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-right: 20px;
}
.mobile--search .search--icon--mobile::before {
    margin-bottom: 6px;
    margin-top: 6px;
}
#searchBar {
    background: #e4e4e4;
    height: 130px;
    display: none;
    opacity: 0;
    transition: all 250ms ease-in-out;
    max-height: 0;
}
#searchBar.open {
    display: flex;
    opacity: 1;
    max-height: 130px;
    position: absolute;
    top: 60px;
    width: 90%;
    padding: 0 5%;
}
#searchBar .search-form {
    width: 100%;
    max-width: 400px;
    position: relative;
}
#searchBar .search-form .search-field {
    width: 60%;
    height: 45px;
    line-height: 45;
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #d5d5d5;
}
#searchBar .search-form .search-submit {
    height: 43px;
    width: 30%;
    line-height: 41px;
    background: #211d21;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}
#searchBar .search-form .search-submit:hover {
    background: #110f11;
}
.search-open #searchBar {
    display: flex;
    opacity: 1;
    max-height: 130px;
}
#footer--socialnav,
#header--socialnav {
    display: flex;
}
#header--socialnav {
    margin-left: 30px;
}
#mobile--socialnav {
    display: flex;
    margin-top: 20px;
}
#footer--socialnav svg,
#mobile--socialnav svg {
    width: 30px;
    height: 30px;
}
#mobile--socialnav .social.icon {
    margin-left: 5px;
    margin-right: 5px;
}
#footer--socialnav,
#mobile--socialnav {
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    #footer--socialnav {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
#footer--socialnav .social.icon,
.blog.blog-sc .column a,
.slidesKatalog .slide-item.building a,
.slidesRealizace .slide-item.building a,
.social.icon {
    text-decoration: none;
}
.social.icon {
    display: flex;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid transparent;
    transition: all 250ms ease-in-out;
    padding: 0;
}
.social.icon .fa {
    font-size: 20px;
    margin-left: 5px;
}
.social.icon.facebook:hover .fa {
    color: #3b5999;
}
.social.icon.instagram:hover .fa {
    color: #e4405f;
}
.social.icon.pinterest:hover .fa {
    color: #c8232c;
}
.social.icon.twitter:hover .fa {
    color: #3ea1ec;
}
.social.icon.linkedin:hover .fa {
    color: #0e76a8;
}
.social.icon.youtube:hover .fa {
    color: #cd201f;
}
.searchForm__list {
    display: none;
    padding: 10px;
    margin: 0;
    z-index: 101;
    position: absolute;
    left: 1px;
    top: 45px;
    min-width: 200px;
    background: #fff;
}
.searchForm__list > li {
    list-style-type: none;
}
.searchForm__list > li > a {
    padding: 0 0.5rem;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #111;
}
.searchForm__list > li > a:hover {
    color: #111 !important;
}
.katalog-detail .simple-gallery .galleryitem a,
.searchForm__list.searchForm__list--active {
    display: block;
}
.searchForm__list .selected {
    background: #cdcdcd;
}
.animated-images {
    position: relative;
    min-height: 480px;
}
.animated-images .image--one {
    max-width: 300px;
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0;
}
.animated-images .image--one img,
.animated-images .image--three img,
.animated-images .image--two img {
    max-width: 300px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05) !important;
    border: 6px solid #fff;
}
.animated-images .image--two {
    max-width: 460px;
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 70px;
}
.animated-images .image--three img,
.animated-images .image--two img {
    max-width: 460px;
}
.animated-images .image--three {
    max-width: 440px;
    position: absolute;
    right: 0;
    top: 0;
}
.animated-images .image--three img {
    max-width: 440px;
}
.animated-images .text--circle {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 5;
    background: #70ac54;
    color: #fff;
    height: 190px;
    width: 190px;
    border-radius: 50%;
}
.animated-images .text--circle::before {
    position: absolute;
    content: "";
    display: block;
    height: 240px;
    width: 240px;
    opacity: 0.7;
    background: #70ac54;
    border-radius: 50%;
    left: -25px;
    top: -25px;
}
.animated-images .text--circle .text {
    position: absolute;
    z-index: 10;
    padding-top: 35px;
}
.animated-images .text--circle .text .heading {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    line-height: 75px;
}
.animated-images .text--circle .text .heading.default {
    font-size: 20px;
    line-height: 1em;
    color: #211d21;
}
.slidesKatalog {
    max-width: 1540px;
    margin: 0 auto 30px;
    min-height: 336px;
    max-height: 336px;
    overflow: hidden;
}
.slidesKatalog .slide-item.building {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center;
    background: #211d21;
    background: rgba(33, 29, 33, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
    .slidesKatalog .slide-item.building {
        margin-left: 0;
        margin-right: 0;
    }
}
.slidesKatalog .slide-item.building .image {
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.slidesKatalog .slide-item.building .image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.slidesKatalog .slide-item.building .name,
.slidesRealizace .slide-item.building .image .name {
    color: #fff;
    text-decoration: none;
    max-height: 192px;
    font-size: 20px;
    font-weight: 700;
}
.slidesKatalog .slide-item.building .price {
    color: #70ac54;
    text-decoration: none;
    font-weight: 700;
    padding-top: 10px;
}
.slick-dots li.slick-active button:before {
    color: #70ac54 !important;
}
.slick-dots li button:before {
    font-size: 34px !important;
}
.slidesReference .reference-wrap {
    padding: 52px 25px 60px;
    margin: 60px 15px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 332px;
    overflow: scroll;
    position: relative;
}
@media screen and (max-width: 1440px) {
    .slidesReference .reference-wrap {
        min-height: 332px;
        /*height: auto;*/
    }
}
@media screen and (max-width: 640px) {
    .slidesReference .reference-wrap {
        margin: 0;
        padding: 15px 15px 80px;
        height: auto;
    }
}
.slidesReference .reference-wrap .name {
    font-weight: 800;
    font-size: 24px;
    color: #70ac54;
    margin: 20px auto 0;
}
.slidesReference .reference-wrap .obsah {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.7em;
    display: block;
    font-style: italic;
}
.slidesReference .reference-wrap .quote {
    line-height: 0;
    font-size: 185px;
    color: #e4e4e4;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: 55px;
    height: 60px;
}
.slidesPartneri {
    margin-top: 45px;
    margin-bottom: 30px;
}
.slidesPartneri .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
}
.slidesRealizace {
    max-width: 1540px;
    margin: 0 auto;
}
.slidesRealizace img {
    max-width: 100%;
}
.slidesRealizace .slide-item.building {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
    .slidesRealizace .slide-item.building {
        margin-left: 0;
        margin-right: 0;
    }
}
.slidesRealizace .slide-item.building:hover img {
    transform: scale(1.1);
}
.slidesRealizace .slide-item.building .image {
    max-height: 240px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
}
.slidesRealizace .slide-item.building .image img {
    width: 100%;
    height: auto;
    max-height: 226px;
    min-height: 226px;
    transition: all 0.3s ease-in-out;
}
.slidesRealizace .slide-item.building .image .name {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    height: 60px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .slidesRealizace .slide-item.building .image .name {
        height: 90px;
    }
}
.blog.blog-sc .images-post > a::before,
.slidesRealizace .slide-item.building .image::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 2;
    background-color: #211d21;
}
.slidesRealizace .slide-item.building .price {
    color: #70ac54;
    text-decoration: none;
    font-weight: 700;
    padding-top: 10px;
}
.cta-row .telefon a,
.cta-row p {
    font-weight: 900 !important;
    font-size: 32px;
}
.cta-row p {
    margin: 0;
}
@media screen and (max-width: 1100px) {
    .cta-row p {
        font-size: 27px;
        line-height: 34px;
    }
}
.cta-row .telefon a {
    color: #fff;
}
.cta-row .kt-row-column-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 500px) {
    .cta-row .wp-block-button__link {
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .cta-row .btn-inverse {
        margin: 0 auto;
        float: none;
    }
}
.blog.blog-sc {
    display: flex;
    padding-top: 30px;
}
@media screen and (max-width: 768px) {
    .blog.blog-sc {
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.blog.blog-sc .column {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 20px;
    width: calc(100% / 3);
    max-height: 357px;
}
@media screen and (max-width: 1100px) {
    .blog.blog-sc .column {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .blog.blog-sc .column {
        width: 100%;
        margin: 0 0 15px;
        max-height: unset;
    }
}
.blog.blog-sc h3 {
    line-height: 1.2em;
    font-size: 30px;
}
@media screen and (max-width: 1100px) {
    .blog.blog-sc h3 {
        font-size: 25px;
    }
}
.blog.blog-sc .blog-text {
    background: #efefef;
}
.blog.blog-sc .blog-text > div {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 357px;
}
@media screen and (max-width: 640px) {
    .blog.blog-sc .blog-text > div {
        height: auto;
    }
}
.blog.blog-sc .blog-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 18px;
}
.blog.blog-sc .blog-text .date {
    color: #211d21;
    opacity: 0.5;
    font-size: 12px;
}
.blog.blog-sc .ltx-date-post .date-day {
    font-size: 24px;
    display: block;
    line-height: 1em;
    margin: 0 0 -5px;
}
.blog.blog-sc .images-post {
    position: relative;
    height: 357px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .blog.blog-sc .images-post {
        height: auto;
    }
}
.blog.blog-sc .images-post img {
    transition: all 0.3s ease;
    max-width: 100%;
    min-width: 100%;
    vertical-align: middle;
    height: 100%;
}
.blog.blog-sc .images-post:hover img {
    transform: scale(1.1);
}
.blog.blog-sc .images-post .ltx-date-post {
    position: absolute;
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #70ac54;
    color: #fff;
    border-radius: 50%;
    z-index: 5;
    font-weight: 900;
    top: 35px;
    left: 35px;
    text-align: center;
    font-size: 12px;
    text-transform: lowercase;
    line-height: 26px;
}
@media screen and (max-width: 640px) {
    .blog.blog-sc .images-post .ltx-date-post {
        top: 5px;
        left: 5px;
        transform: scale(0.7);
    }
}
.blog.blog-sc .images-post .description {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 25px 35px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .blog.blog-sc .images-post .description {
        padding: 10px;
    }
}
.blog.blog-sc .images-post .description a h3 {
    color: #fff;
}
@media screen and (max-width: 640px) {
    .blog.blog-sc .images-post .description a h3 {
        font-size: 16px;
    }
}
.blog-info li {
    list-style: none;
    margin-left: 0;
}
.content-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}
.katalog-list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
    .katalog-list {
        padding: 0;
    }
}
.katalog-list .katalog-item {
    margin: 0.5% 0.5% 20px;
    width: 31%;
    padding: 0.5% 
}
@media screen and (max-width: 640px) {
    .katalog-list .katalog-item {
        width: 100%;
    }
}
.cta-row .telefon a,
.katalog-list .katalog-item a,
.realizace-detail .content-container .cta-block a {
    text-decoration: none;
}
.katalog-list .katalog-item .image img {
    max-width: 100%;
    height: auto;
}
.katalog-list .katalog-item .content {
    padding: 15px 0px;
}
@media screen and (max-width: 640px) {
    .katalog-list .katalog-item .content {
        padding: 0px;
    }
}
.katalog-list .katalog-item h3 {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 640px) {
    .katalog-list .katalog-item h3 {
        text-align: center;
    }
    .katalog-list .katalog-item h3::after {
        margin: 8px auto;
    }
}
.katalog-list .katalog-item .parametry {
    margin-top: 10px;
    margin-bottom: 20px;
}
.katalog-list .katalog-item .parametry .param {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #cecece;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media screen and (max-width: 640px) {
    .katalog-list .katalog-item .parametry .param {
        font-size: 13px;
    }
}
.katalog-list .katalog-item .parametry .param-value {
    font-weight: 700;
    float: right;
}
.katalog-list .katalog-item .price {
    margin-bottom: 20px;
    font-weight: 700;
    color: #70ac54;
    font-size: 20px;
    text-align: right;
}
.katalog-list .katalog-item .price strong {
    color: #211d21;
    font-size: 16px;
}
.katalog-list .katalog-item .btn {
    max-width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.katalog-list.cenik {
    justify-content: space-evenly;
}
.katalog-list.cenik .cenik-block {
    margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
    .katalog-list.cenik .cenik-block {
        margin: 10px auto;
    }
}
.katalog-detail {
    padding-top: 15px;
    padding-bottom: 15px;
}
.katalog-detail h2,
.katalog-detail h3 {
    position: relative;
    margin-bottom: 30px;
}
.katalog-detail h2::after,
.katalog-detail h3::after {
    content: " ";
    width: 44px;
    height: 2px;
    background-color: #70ac54;
    position: absolute;
    left: 0;
    bottom: -18px;
}
.katalog-detail h3 {
    font-size: 20px;
}
.katalog-detail .header-content {
    display: flex;
    background: #efefef;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.katalog-detail .header-content .gallery {
    width: 57%;
    padding-right: 3%;
}
.katalog-detail .header-content .gallery .slick-slide {
    max-height: 400px;
}
.katalog-detail .header-content .gallery .slick-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
@-moz-document url-prefix() {
    .katalog-detail .header-content .gallery .slick-slide img {
        width: 100%;
        max-width: 650px;
    }
}
.katalog-detail .header-content .right-info {
    width: 40%;
}
.katalog-detail .bottom-info {
    display: flex;
}
.katalog-detail .bottom-info h2 {
    font-size: 25px;
}
.katalog-detail .bottom-info .popisWrapper {
    width: 57%;
    padding-right: 3%;
}
.katalog-detail .bottom-info .right-info {
    width: 40%;
}
.katalog-detail .cena-wrapper {
    margin-top: 20px;
    background: #fff;
    color: #211d21;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 3px 6px #00000029;
}
@media screen and (max-width: 640px) {
    .katalog-detail .cena-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .katalog-detail .cena-wrapper .btn-conversion {
        font-size: 17px;
    }
}
.katalog-detail .cena-wrapper .btn-conversion {
    width: 100%;
    box-sizing: border-box;
    line-height: 31px;
}
.katalog-detail .cena-wrapper .klasiska-cena {
    font-size: 1.5rem;
    line-height: 1.21;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
@media screen and (max-width: 640px) {
    .katalog-detail .cena-wrapper .klasiska-cena {
        font-size: 1.2rem;
    }
}
.katalog-detail .cena-wrapper .klasiska-cena .castka-value {
    float: right;
    text-align: right;
    color: #211d21;
    font-size: 25px;
}
@media screen and (max-width: 640px) {
    .katalog-detail .cena-wrapper .klasiska-cena .castka-value {
        font-size: 20px;
    }
}
.katalog-detail .cena-wrapper .klasiska-cena .castka-value .dph {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.katalog-detail .cena-wrapper p {
    margin-top: 15px;
    font-size: 12px;
}
.katalog-detail .parametry {
    color: rgba(0, 0, 0, 0.85);
    padding-top: 30px;
}
.katalog-detail .parametry > span {
    display: flex;
    border-top: 1px dashed #6e6e6e;
    padding: 6px 10px 7px;
}
.katalog-detail .parametry > span .data {
    float: right;
    text-align: right;
    flex: 1;
    font-weight: 900;
    min-width: 54px;
}

.katalog-detail .parametry > span .data p {
    margin-bottom: 0;
}

.katalog-detail .simple-gallery {
    display: flex;
    flex-wrap: wrap;
}
.katalog-detail .simple-gallery .galleryitem {
    margin: 2px;
    cursor: pointer;
    position: relative;
}
.katalog-detail .simple-gallery .galleryitem:hover a::before {
    content: "";
    display: block;
    position: absolute;
    background: #70ac54;
    opacity: 0.4;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    z-index: 999;
}
.katalog-detail .galleryitem {
    max-width: 150px;
}
@media screen and (max-width: 640px) {
    .katalog-detail .galleryitem {
        max-width: 48%;
        box-sizing: border-box;
    }
}
.katalog-detail .galleryitem img {
    width: 100%;
}
.katalog-detail .vcene ul {
    margin-bottom: 30px;
}
.katalog-detail .nadramec ul > li,
.katalog-detail .vcene ul > li {
    line-height: 35px;
    padding-left: 44px;
    position: relative;
    border-bottom: 1px dashed #e4e4e4;
    font-size: 14px;
}
.katalog-detail .nadramec ul > li::before,
.katalog-detail .vcene ul > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background-size: contain !important;
}
.katalog-detail .vcene ul > li::before {
    background: url(../assets/icons/base/home-approved.svg) no-repeat center center;
}
.katalog-detail .nadramec ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.katalog-detail .nadramec ul > li {
    width: 50%;
    box-sizing: border-box;
}
.katalog-detail .nadramec ul > li::before {
    background: url(../assets/icons/base/add-house.svg) no-repeat center center;
}
.katalog-detail .nadramec .price {
    font-weight: 700;
    float: right;
    margin-right: 20px;
}
.katalog-detail .slick-list {
    margin-top: 10px;
}
.katalog-detail .slider-nav .slick-slide {
    width: 200px;
    margin: 0 10px;
}
@-moz-document url-prefix() {
    .katalog-detail .slider-nav .slick-slide img {
        width: 100%;
        max-width: 197px !important;
    }
}
.contact-form {
    border-radius: 4px;
    background: #fff;
    padding: 20px 45px;
    min-height: 400px;
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    box-shadow: 0 4px 6px 0 #e8e8e8;
    text-align: left;
}
@media screen and (max-width: 640px) {
    .contact-form {
        padding: 20px;
    }
}
.contact-form::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
}
.contact-form input {
    border: 1px solid #e0e0e0;
}
.contact-form .wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form .btn-conversion {
    background-color: #70ac54 !important;
    border: 0;
    color: #fff !important;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
    font-weight: 700 !important;
    min-width: 190px;
    float: right !important;
    border-radius: 0.2rem !important;
}
.contact-form .btn-conversion.active,
.contact-form .btn-conversion:active,
.contact-form .btn-conversion:focus,
.contact-form .btn-conversion:hover {
    background-color: #5a8a43 !important;
}
.bottomKontakt {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.bottomKontakt .bottomKontaktInner {
    max-width: 1140px;
    width: 100%;
}
.bottomKontakt .bottomKontaktInner h2::after {
    margin: 0 auto;
    display: block;
    width: 150px;
    position: relative;
}

@media screen and (max-width: 1185px) { /*Radek Nolč úprava*/
    .katalog-detail .header-content {
        padding: 15px;
    }
    .katalog-detail .content-container {
        flex-direction: column;
        width: 100%;
    }
    .katalog-detail .bottom-info .popisWrapper,
    .katalog-detail .bottom-info .right-info,
    .katalog-detail .header-content .gallery,
    .katalog-detail .header-content .right-info,
    .katalog-detail .nadramec ul > li {
        width: 100%;
    }

	.katalog-detail .header-content .gallery .slick-slide { /*Radek Nolč úprava*/
		max-height: 700px;
	}
}

@media screen and (max-width: 768px) {
    .katalog-detail .header-content {
        padding: 15px;
    }
    .katalog-detail .content-container {
        flex-direction: column;
        width: 100%;
    }
    .katalog-detail .bottom-info .popisWrapper,
    .katalog-detail .bottom-info .right-info,
    .katalog-detail .header-content .gallery,
    .katalog-detail .header-content .right-info,
    .katalog-detail .nadramec ul > li {
        width: 100%;
    }

	.katalog-detail .header-content .gallery .slick-slide { /*Radek Nolč úprava*/
		max-height: 400px;
	}
}
.cena-na-klic {
    border-top: 1px dashed #211d21;
    padding-top: 10px;
    margin-top: 10px;
}
.infodph {
    font-size: 10px;
    margin-top: 3px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.price-informations .row {
    display: flex;
    justify-content: space-between;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
}
.tooltip .ico {
    font-size: 12px;
    padding: 5px;
    border-radius: 10px;
    display: block;
    float: right;
    height: 10px;
    text-align: center;
    line-height: 10px;
    background: #211d21;
    color: #fff;
    margin-left: 4px;
    margin-top: 5px;
    width: 9px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px !important;
    font-weight: 400;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.realizace-detail {
    padding-top: 20px;
}
.realizace-detail .content-container {
    flex-direction: column;
}
.realizace-detail .content-container .bottom-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.realizace-detail .content-container .cta-block,
.realizace-detail .content-container .galerie {
    width: 50%;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .realizace-detail .content-container .cta-block,
    .realizace-detail .content-container .galerie {
        width: 100%;
    }
}
.realizace-detail .content-container .cta-block {
    background: #f5f5f5;
    margin-top: 85px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .realizace-detail .content-container .cta-block {
        margin-top: 20px;
    }
}
.realizace-detail .content-container .cta-block strong {
    display: inline-block;
    margin-bottom: 20px;
}
.realizace-detail .content-container .cta-block .call {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    background: #211d21;
    color: #fff;
    padding: 30px;
}
.realizace-detail .content-container .cta-block .call a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #70ac54;
}
.realizace-detail .content-container .galerie {
    background: #fff;
    padding-right: 20px;
}
@media screen and (max-width: 640px) {
    .realizace-detail .content-container .galerie {
        padding-right: 0;
    }
}
.realizace-detail .content-container .simple-gallery {
    display: flex;
}
.realizace-detail .content-container .simple-gallery figure {
    width: 25%;
}
@media screen and (max-width: 640px) {
    .realizace-detail .content-container .simple-gallery figure {
        width: 50%;
    }
}
.realizace-detail .content-container .simple-gallery figure img {
    max-width: 100%;
    margin: 2px;
}
.realizace-list {
    display: flex;
    flex-wrap: wrap;
}
.realizace-list .portfolio {
    width: calc(100% / 3);
    padding: 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .realizace-list .portfolio {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 540px) {
    .realizace-list .portfolio {
        width: calc(100% / 1);
    }
}
.realizace-list .portfolio a {
    position: relative;
    z-index: 999;
}
.realizace-list .portfolio a.title {
    margin-top: -10px;
    display: flex;
    background: #211d21;
    padding: 0 15px;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
}
.realizace-list .portfolio a.title h3 {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}
.realizace-list .portfolio:hover a.title {
    background: #70ac54;
}
.realizace-list .portfolio h3 {
    font-size: 18px;
    min-height: 40px;
}
.realizace-list .portfolio img {
    width: 100%;
    height: auto;
}
.realizace-list .portfolio,
.realizace-list .portfolio .image {
    position: relative;
    transition: all 500ms ease-in-out;
}
.realizace-list .portfolio:hover > .image a::before {
    content: "";
    width: 100%;
    height: 275px;
    position: absolute;
    display: block;
    background: #70ac54;
    opacity: 0.4;
    z-index: 99;
}
.kontakt-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    box-sizing: border-box;
    background: #f4f4f4;
    border-bottom: 2px solid #70ac54;
}
@media screen and (max-width: 640px) {
    .kontakt-block {
        flex-direction: column;
        margin: 0 0 20px;
    }

	.kontakt-block .content h3 {
		font-size: 21px;
		padding-bottom: 2px;
	}

	.kontakt-block .content .info {
		font-size: 15px;
		line-height: 1.7;
	}

	.kontakt-block .content a {
		font-size: 16px;
	}
}
.kontakt-block .image {
    margin-right: 35px;
    margin-bottom: -5px;
}

.kontakt-block .image img {
    max-width: 215px;
    height: auto;
    max-height: 215px;
}

@media screen and (max-width: 640px) {
    .kontakt-block .image {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        background: #f5f5f5;
    }

	.kontakt-block .image img {
		max-width: 100%;
		max-height: 100%;
	}
}
/*
.kontakt-block .image img {
    max-width: 170px;
    height: auto;
    max-height: 228px;
}
*/

.kontakt-block .content h3 {
    margin-top: 0;
    font-size: 20px;
}
@media screen and (max-width: 640px) {
    .kontakt-block .content h3 {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
.kontakt-block .content h3::after {
    display: none;
}
.cenik-block .content h3,
.kontakt-block .content a {
    color: #70ac54;
}
@media screen and (max-width: 640px) {
    .kontakt-block .content {
        padding-bottom: 24px;
        text-align: center;
    }
}
.cenik-block .content {
    text-align: center;
    background: #fff;
    padding: 5px 18px;
    border-top: 3px solid #211d21;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 #e8e8e8;
}
.cenik-block .content h3::after {
    margin: 8px auto;
}
.cenik-block .polozky {
    margin-bottom: 20px;
}
.cenik-block .polozka,
.projekty-wrapper {
    display: flex;
    justify-content: space-between;
}
.cenik-block .polozka {
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.cenik-block .polozka .cena {
    font-weight: 700;
}
.cenik-block .polozka .cena span {
    font-size: 10px;
    font-weight: 400;
}
.projekty-wrapper {
    flex-wrap: wrap;
}
.projekty-wrapper .taxonomy-card {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .projekty-wrapper .taxonomy-card {
        max-width: 48%;
    }
}
.projekty-wrapper .taxonomy-card h2::after {
    content: "";
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 2px;
    width: 150px;
    background: #70ac54;
}
.archiveRowList .foto img,
.projekty-wrapper .taxonomy-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.projekty-wrapper .taxonomy-card .image {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.projekt-detail {
    max-width: 100%;
}
.galerieProjekt {
    width: 100%;
    clear: both;
}
.galerieProjekt .simple-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.galerieProjekt .simple-gallery .galleryitem {
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (max-width: 540px) {
    .galerieProjekt .simple-gallery .galleryitem {
        padding: 0;
        max-width: 50%;
    }
    .galerieProjekt .simple-gallery .galleryitem img {
        padding: 3px;
    }
}
.archiveRowList {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.archiveRowList .row-block {
    width: 100%;
    max-width: 100%;
    display: block;
    min-width: 100%;
    clear: both;
}
@media screen and (max-width: 640px) {
    .archiveRowList .row-block {
        margin-bottom: 20px;
    }
}
.archiveRowList .row-inner {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    border-bottom: 4px solid #fff;
}
@media screen and (max-width: 768px) {
    .archiveRowList .row-inner {
        flex-direction: column;
    }
}
.archiveRowList h2 {
    font-size: 20px;
}
.archiveRowList .content {
    width: calc(100% - 200px);
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .archiveRowList .content {
        flex-direction: column;
        width: 100%;
    }
    .archiveRowList .content br {
        display: none;
    }
    .archiveRowList .content .btn-wrap {
        margin-top: 20px;
    }
    .archiveRowList .content span {
        padding-right: 5px;
    }
}
.archiveRowList .content .title {
    min-width: 220px;
}
.archiveRowList .foto {
    width: 200px;
}
@media screen and (max-width: 640px) {
    .archiveRowList .foto {
        width: 100%;
    }
}
.archiveRowList .foto img {
    height: auto;
    max-height: 96px;
}
@media screen and (max-width: 640px) {
    .archiveRowList .foto img {
        max-height: 150px;
    }
}
.archive-description {
    margin-top: 30px;
}
.sliderProjektWrap {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 1136px;
}
@media screen and (max-width: 640px) {
    .sliderProjektWrap {
        height: 250px;
    }
    .sliderProjektWrap .slick-slide {
        max-width: 100%;
    }
}
.sliderProjekt .slick-dots {
    bottom: 20px;
}
.sliderProjekt img {
    max-width: 600px;
    height: 400px;
}
@media screen and (max-width: 640px) {
    .sliderProjekt img {
        height: 250px;
        max-width: 320px;
    }
}
.downfile {
    color: #000;
    display: flex;
}
.downfile:hover {
    text-decoration: none !important;
}
.downfile::before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background: url(/wp-content/themes/easyhomes/assets/images/file.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.single-projekty_easy .content-container {
    width: 100%;
}
.sliderProjektWrap .nemovitost-flag {
    top: 0;
}
.nemovitost-flag {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 9999;
    padding: 17px 25px;
    font-weight: 700;
    line-height: 24px;
}
.nemovitost-flag.novinka {
    background: #70ac54;
    border: 1px solid #70ac54;
    color: #fff;
}
.nemovitost-flag.rezervovano,
.nemovitost-flag.rezervovany {
    background: #ff6100;
    border: 1px solid #ff6100;
    color: #fff;
}
.nemovitost-flag.prodano,
.nemovitost-flag.prodany {
    background: #ff3232;
    border: 1px solid #ff3232;
    color: #fff;
}
.nemovitost-flag.prodano::after,
.nemovitost-flag.prodany::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 30px 20px;
    border-style: solid;
    border-color: #ff3232 transparent #ff3232 #ff3232;
    position: absolute;
    right: -27px;
    top: -1px;
}
.nemovitost-flag.novinka::after,
.nemovitost-flag.rezervovano::after,
.nemovitost-flag.rezervovany::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -30px;
    top: -1px;
}
.nemovitost-flag.rezervovano::after,
.nemovitost-flag.rezervovany::after {
    border-left: 30px solid #ff6100;
}
.nemovitost-flag.novinka::after {
    border-left: 30px solid #70ac54;
}
.gallery,
.sliderProjektWrap {
    position: relative;
}
.row-block.prodano .entry-title,
.row-block.prodany .entry-title {
    color: #fff !important;
}
.row-block.prodano .content,
.row-block.prodany .content {
    background: #ff3232;
    color: #fff !important;
}
.row-block.prodano .btn.btn-primary,
.row-block.prodany .btn.btn-primary {
    background-color: #ff3232;
    color: #fff;
    border: 1px solid #fff;
}
.row-block.prodano .btn.btn-primary:hover,
.row-block.prodany .btn.btn-primary:hover {
    color: #ff3232 !important;
    background: #fff !important;
}
.row-block.novinka .entry-title {
    color: #fff !important;
}
.row-block.novinka .content {
    background: #70ac54;
    color: #fff !important;
}
.row-block.novinka .btn.btn-primary {
    background-color: #70ac54;
    color: #fff;
    border: 1px solid #fff;
}
.row-block.novinka .btn.btn-primary:hover {
    color: #70ac54 !important;
    background: #fff !important;
}
.row-block.rezervovano .entry-title,
.row-block.rezervovany .entry-title {
    color: #fff !important;
}
.row-block.rezervovano .content,
.row-block.rezervovany .content {
    background: #ff6100;
    color: #fff !important;
}
.row-block.rezervovano .btn.btn-primary,
.row-block.rezervovany .btn.btn-primary {
    background-color: #ff6100;
    color: #fff;
    border: 1px solid #fff;
}
.row-block.rezervovano .btn.btn-primary:hover,
.row-block.rezervovany .btn.btn-primary:hover {
    color: #ff6100 !important;
    background: #fff !important;
}
.finalstav {
    font-size: 20px;
    font-weight: 700;
}

/* Záložky (navigace) v Kontaktech*/
.zalozky-block .tablink {
	background-color: #f4f4f4;
	color: black;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 17px 16px;
	font-size: 17px;
	font-weight: bold;
	width: 25%;
    border-bottom: 2px solid #70ac54;
}

.zalozky-block .tablink:hover {
	background-color: #629600;
	color: white;
}

@media screen and (max-width: 640px) {
	.zalozky-block .tablink {
		width: 50%;
	}
}

@media screen and (max-width: 381px) {
	.zalozky-block .tablink {
		width: 100%;
	}
}

/*Zobrazit pobočky u Najdete nás ve světě*/
.kadence-column_2ab040-55 {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.kadence-column_2ab040-55 .kt-inside-inner-col .has-text-align-right {
	margin: auto auto;
}

@media screen and (max-width: 640px) {
	.kt-inside-inner-col p {
		text-align: center;
	}
}

.zobrazit-pobocky-hidden {
	display: none;
}

/*Výrobní haly*/
.vyroba-block {
	background-color: white;
	padding: 3px 3px 30px 3px;
	border: 1px solid #ededed;
}

/*
.vyroba-block img {
	width: 100%;
}

@media screen and (min-width: 640px) {
	.vyroba-block img {
		height: 200px;
	}
}
*/

.vyroba-block .content {
	padding-left: 30px;
}

.vyroba-block .openinghours {
	font-weight: bold;
}

.vyrobni-haly-button {
	background-color: #70ac54;
	border: none;
	color: white;
	padding: 11px 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	margin: 8px 2px;
	cursor: pointer;
	max-width: 50%;
}

/*Fakturační údaje*/
.fakturacni-udaje-block {
	background-color: #f4f4f4;
	padding: 20px 20px 30px 20px;
	border-bottom: 2px solid #70ac54;
	min-height: 185px;
}

.fakturacni-udaje-block .icon {
	color: #70ac54;
}

.fakturacni-udaje-block .strong {
	font-weight: bold;
}

.fakturacni-udaje-block .green {
	color: #70ac54;
}

/* Kontaktní formulář */
#contact-wrapper {
    /*border: 1px solid blue;*/
	width: 100%;
	vertical-align: top;
}
#image {
    display: inline-block;
    width:450px;
    height:450px;
	margin-left: -130px;
    /*border: 1px solid red;*/
}
#form {
    display: inline-block;
    width:775px;
    height:400px;
    /*border: 1px solid green;*/
}

@media screen and (max-width: 1150px) {
	#image {
		display: none;
	}

	#form {
		width: 100%;
	}
}

@media screen and (min-width: 1150px) {
	#form {
		margin-left: 30px;
	}
}

@media screen and (max-width: 640px) {
	.contact-form-block {
		padding-bottom: 90px;
	}
}

/*Mapa sidebar*/
@media screen and (max-width: 768px) {
	.kb-image_4c043b-03 img {
		max-height: 277px;
	}
}

/*Fixed jump-to by header*/
:target::before {
  content: "";
  display: block;
  height: 110px; /* fixed header height*/
  margin: -110px 0 0; /* negative fixed header height */
}

/*Fix nových kontaktů footeru*/
.page-id-11696 .fa-angle-down:before {
	content:"";
}

.car {
    display: flex;
    align-items: center;
    grid-gap: 50px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .car {
        flex-direction: column;
    }
}

.car + .car {
    padding-top: 30px;
    border-top: 1px dotted #cecece;
}

.car__image {
    position: relative;
    flex: 0 0 auto;
    width: 450px;
    aspect-ratio: 4/3;
}

@media (max-width: 1200px) {
    .car__image {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .car__image {
        width: 100%;
    }
}

.car__image a {
    display: block;
    width: 100%;
}

.car__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.car__title {
    margin-top: 0;
}

.car__title > a {
    color: #70ac54;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.car__excerpt {
    font-size: 20px;
}

.car__footer {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.car__button {
    background: #70ac54;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 2px;
    width: 200px;
}

.car__price {
    font-size: 20px;
    color: #70ac54;
    font-weight: 700;
}

.car__button:hover {
    background-color: #5a8a43;
}

.car__content {
    flex: 1;
}

#acf_custom_widget-2 {
	padding-bottom: 20px;
}

#block-4 svg {
color: #70ac54;
}

.wp-social-link {
background-color: transparent !important;
}	

#footer > div.copyright-bar > div:nth-child(1) > div:nth-child(3) {
  font-size: 12px !important;
	margin-bottom: 20px !important;
}

#footer {
   /* background: 
        url('https://easyhomes.cz/wp-content/uploads/2024/07/easyhomes_paticka_foto_final.webp') !important;*/
    background: 
         url('https://easyhomes.jakubpesek.com/wp-content/uploads/2026/05/exterier_03-1.png') !important;
       
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    padding-top:60px;
}

#footer::before {
        content: '';
        width:100%;
        height: 100%;
        background-color: #00000099;
        position: absolute;
        left:0;
        top: 0;
    }

@media (max-width: 767px) {
    #footer {
        background: rgba(0, 0, 0, 1) !important;
    }
}

html {
	overscroll-behavior: none !important;}

  .copyright-bar {
      max-width: 1200px !important;
      margin: 0 auto !important; /* Center the content */
  }


/* Skryje všechny span na stejné úrovni kromě prvního a zachová zanořené spany */
body.postid-20905 #parametry2 > span:not(:first-of-type),
body.postid-20897 #parametry2 > span:not(:first-of-type),
body.postid-20970 #parametry2 > span:not(:first-of-type),
body.postid-20996 #parametry2 > span:not(:first-of-type),
body.postid-21904 #parametry2 > span:not(:first-of-type),
body.postid-21896 #parametry2 > span:not(:first-of-type),
body.postid-22119 #parametry2 > span:not(:first-of-type){
    display: none;
}


.zvyhodnena-cena{
	display: flex;
 	justify-content: space-between;
	padding: 6px 10px 7px;
	text-align: right;
}
.zvyhodnena-cena .castka {
  text-decoration: line-through;
  font-weight: bold;
}
