/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Black.eot');
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Black.woff2') format('woff2'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Black.woff') format('woff'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Black.ttf') format('truetype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.eot');
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.woff') format('woff'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.ttf') format('truetype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.eot');
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.woff') format('woff'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-SemiBold.svg#Roboto-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.eot');
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.woff') format('woff'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.ttf') format('truetype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.eot');
    src: url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.woff') format('woff'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.ttf') format('truetype'),
        url('/wp-content/themes/enfold-child/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Header */
.responsive #top #header,
/* Top bar */
.responsive #top #header #header_meta,
/* Search icon */
.responsive #top #header #menu-item-search a,
/* Cart icon */
.responsive #top #header a.cart_dropdown_link,
/* Social icon */
.responsive #top #header #header_main nav .social_bookmarks,
/* Logo */
.responsive #top #header #header_main .inner-container .logo,
/* Main menu, cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu,
/* Widgets */
.responsive #top #header #header_main .inner-container .widget,
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {    
    display: flex;
    position: relative;
}

/* Top bar */

.responsive #top #header #header_meta {
    flex-basis: 100%;    
}

/* Height */

#top #header #header_main .container.av-logo-container {
    height: inherit;   /* Auto height: Header takes the height of the contents */
}


/* Header inner container */

#top #header #header_main .container.av-logo-container .inner-container {
  height: inherit; 
  position: relative !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* Header content and Topbar */

.responsive #top #header {
    flex-wrap: wrap;
}

/* Header contents: Logo, Menu, Social Icons and Widgets. */

.responsive #top #header #header_main {
    flex-basis: 100%;    
}

/* Transparent header 
--------------------------------*/

.responsive.html_header_transparency #top #wrap_all #header {
    position: absolute;
}

/* Main content: 
-----------------------*/

.responsive #top #main { 
    padding-top: 0px; /* Gap between the content and header */
} 

/* Fixed header 
--------------------------------*/

/* Fixed header */

.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header { 
    position: fixed; 
} 

/* Fixed header and page content gap. 
   Padding value should be same as the fixed header height. */

.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main { 
    padding-top: 105px !important; 
} 

@media only screen and (max-width: 767px) {
.html_header_sticky #top #wrap_all #main {
    padding-top: 80px !important;
}
.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main { 
    padding-top: 80px !important; 
} 
}

/* Logo */

.responsive #top #header #header_main .inner-container .logo {
    order: 0;
    flex-basis: auto;
    /*width: auto;*/

    /* Define scalable min width of the logo on small screens */
    min-width: 100px;
    /* Define scalable max width of the logo on big screens */
    /* Logo width: (auto | 100% | px );  Set auto to display the uploaded image size */
    max-width: 180px;
    
    z-index: 9;
}

/* Logo image size */

.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
    width: auto;
        
    /* Height specification is not required. It is proportional to the max width of the logo */
    height: auto;    
    align-items: center;
    align-self: center;
    justify-content: center;
}

/* Vertically center transparency logo */

.responsive #top #header .logo span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Menu outer container: Menu with siblings cart and social icons */

.responsive #top #header #header_main .inner-container .main_menu {
    order: 0;
    flex-basis: auto;   /* Use calc to minus the width of the logo */
    align-items: center;
    align-self: center;
    flex-grow: 1;
    justify-content: center;
}

.avia-menu {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* Navigation */

#header .av-main-nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    padding-left: 50px;
}

/*  Activate burger menu  */

@media only screen and (max-width: 1000px) {
    #top #header .av-main-nav>li.menu-item {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
}

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

/* Mobile menu position fix */
.responsive #top .av-logo-container .avia-menu {
    display: flex!important;
    align-items: center;
}}

/* Mega menu position fix */
#header li .avia_mega_div,
#header li:hover .avia_mega_div {
    right: 0 !important; /* submenu position */
    left: auto!important; /* submenu position */
    max-width: 50vw;
}

/* Widgets */

.responsive #top #header #header_main .inner-container .widget {
    order: 0;
    flex-basis: auto;
    padding: unset;
    clear: none!important;

    align-self: center;
    align-items: center;
    z-index: 1;

}

.responsive #top #header #header_main .inner-container .widget>div {
    width:100%;
    line-height: 14px;
    padding:0 10px;
}

/* Flex support and position fix */
.responsive #top #header #header_main nav .social_bookmarks {
    display: flex;
     top: auto;
     margin-top: 0;
     align-items: center;
}
/* Inherit height for flex alignment */
#top .av-logo-container .social_bookmarks li {
    height: inherit;
}

/* Cart position fix */

#top #header #header_main #menu-item-shop a.cart_dropdown_link {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .responsive #top #menu-item-shop.cart_dropdown {
        display: flex;
        align-items: center;
    }
    .cart_dropdown .dropdown_widget .avia-arrow {
        display: none;
    }
}

.logo img {
    max-width: 175px;
}

.menu-item-language img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.menu-item-language.wpml-ls-item-cs > a .avia-menu-text::after {
    content: "CZ";
    margin: 0 8px;
    font-weight: 500;
}

.menu-item-language.wpml-ls-item-en > a .avia-menu-text::after {
    content: "EN";
    margin: 0 8px;
    font-weight: 500;
}

.menu-item-language.wpml-ls-item-sk > a .avia-menu-text::after {
    content: "SK";
    margin: 0 8px;
    font-weight: 500;
}

.menu-item-language.wpml-ls-item-de > a .avia-menu-text::after {
    content: "DE";
    margin: 0 8px;
    font-weight: 500;
}

.menu-item-language .dropdown_available::before {
    font-family: "spinbotics";
    content: "\E800";
    font-size: 6px;
    margin-left: 5px;
    position: absolute;
    top: 0px;
    right: 8px;
}

.menu-item-language .avia-menu-text {
    display: flex;
    align-items: center;
}

.avia-menu-text {
    color: #1D1D1F;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.menu-item a:hover .avia-menu-text {
    color: #006635;
}

.current-menu-item a .avia-menu-text {
    color: #75c145;
}

.current-menu-item.wpml-ls-item a .avia-menu-text {
    color: #1d1d1d;
}

.menu-item-language a .avia-menu-text {
    color: #1d1d1d;
}

.wpml-ls-current-language {
    margin-left: auto;
}

.wpml-ls-current-language .sub-menu {
    top: 85%;
    width: 100px;
}

.menu-item.current-menu-item a:hover::before {
    background: #006635;
}

.menu-item.menu-item-language a:hover .avia-menu-text {
    color: #1D1D1F !important;
}

.menu-item-language a:hover::before {
    opacity: 0;
}

.menu-item-language a::before {
    opacity: 0 !important;
}

.menu-item-language .sub-menu a:hover .avia-menu-text::after { 
    color: #fff;  
}

/* Homepage */

.btn-main,
.avia-button.avia-size-medium,
.avia-button.avia-size-large {
    padding: 14px 24px;
    border-radius: 24px;
    background: #66973c;
    transition: background-color ease-in 0.1s;
}

.wpcf7-submit,
.zcwf_button.formsubmit {
    padding: 14px 24px !important;
    border-radius: 24px !important;
    background: #66973c;
    transition: background-color ease-in 0.1s;
}

.zcwf_button.formsubmit + .zcwf_button {
    padding: 14px 24px !important;
    border-radius: 24px !important;
    background-color: #fff !important;
    transition: background-color ease-in 0.1s;
    margin-left: 10px;
}

.btn-main:hover,
.avia-button.avia-size-medium:hover,
.avia-button.avia-size-large:hover {
    background-color: #006635;
    transition: background-color ease-in 0.1s;
}

.wpcf7-submit:hover,
.zcwf_button.formsubmit:hover {
    background-color: #006635 !important;
    transition: background-color ease-in 0.1s;
}

.btn-main,
.avia-button.avia-size-medium,
.avia-button.avia-size-large {
    color: #FFF !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal; 
    border: none !important;
}

.zcwf_lblLeft .zcwf_button {
    min-height: 51px;
    font-size: 14px;
}

.avia-button.avia-size-small {
    padding: 14px 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: none;
    transition: background-color ease-in 0.1s;
}

.avia-button.avia-size-small {
    color: #75c145 !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal; 
    border: none !important;
}

.avia-button.avia-size-small:hover {
    background-color: #fff;
}

.avia-button.avia-size-small .avia_iconbox_title:hover {
    text-decoration: underline !important;
}

.wpcf7-submit,
.zcwf_button.formsubmit {
    color: #FFF !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal; 
    border: none !important;
}

.zcwf_button.formsubmit + .zcwf_button {
    color: #75c145 !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal; 
    border: solid 1px #75c145 !important;
}

.av-subheading_above p,
.subheading_above h1 {
    color: #75c145 !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 32px;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

h1,
.typed-element,
.heading_above h2 {
    color: #1D1D1F !important;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.heading_above {
    margin-top: 5px !important;
}

.blue-sub h1,
.blue-sub p {
    color: #1D1D1F !important;
}

h2 {
    color: #1D1D1F !important;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 60px;
    text-transform: uppercase !important;
}

h3 {
    font-weight: 700 !important;
}

.typed-cursor {
    color: #006635;
    font-size: 64px;
}

p, li {
    color: #565656;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.pracovnik-section li {
    list-style-type: '- ';
}

h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

span {
    font-family: "Roboto", sans-serif;
}

p strong {
    color: #1D1D1F !important;
    font-weight: 600;
    line-height: 32px;
}

.main-section .av-special-heading {
    padding-bottom: 0px !important;
}

.button-side-text p {
    color: #1D1D1F;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.button-side-text {
    margin-top: -67px;
    margin-left: 325px;
}

.banner-text {
    padding-top: 0px;
    padding-bottom: 30px;
}

.belowmain-section p {
    font-size: 14px;
}

.text-bubble {
    border-radius: 50px;
    background: #1D1D1F;
    box-shadow: 0px 2px 4px 0px rgba(96, 211, 251, 0.30);
    display: inline-block;
}

.text-bubble p {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding: 0 25px;
}

.belowmain-section {
    position: relative;
    z-index: 1;
}

.belowmain-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #006635 0%, #75c145);
    border-image-slice: 1;
    z-index: -1;
}

.customers-text p {
    color: #565656;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
} 

.prace-grid {
    max-width: 1260px;
    margin: 0 auto;
}

.prace-third p {
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0px 10px 15px;
    border: 1px solid #fff !important;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
    min-height: 7.5em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.zakladatele-section .prace-third p {
    border: 1px solid #f2f2f2 !important;
}

.os-text p:first-child {
    padding-top: 20px;
}

.os-text p:first-child strong {
    font-weight: 600;
}

.os-text p:nth-child(2) {
    line-height: 2em;
    min-height: 6em;
}

.os-light img {
    position: relative;
    top: 65px;
    z-index: -1;
    scale: 1.2;
}

.os-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 5px 65px 0px rgba(0,0,0,0.1);
    padding: 30px;
}

#top .roznetypy-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 25px;
}

.prace-third p strong {
    font-weight: 700;
    color: #1D1D1F;
    font-size: 14px;
}

.prace-third p br {
    display: none;
}

#top .stabilita-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 25px;
}

.prace-third .avia-image-container {
    margin: 0;
}

.many-more-block {
    background-color: #fff;
    border-radius: 10px;
    vertical-align: middle;
}

.many-more-block p {
    border-radius: 10px;
}

.prace-third img {
    border-radius: 10px 10px 0px 0px !important;
}

.img-to-left img {
    float: left;
    max-width: 50px;
    margin-right: 20px;
    margin: 10px 20px 10px 0px;
}

.img-to-left p {
    font-size: 12px;
    line-height: 18px;
}

.footer-logos img {
    max-height: 50px;
    width: auto;
}

.footer-links p strong {
    font-size: 24px;
    font-weight: 600;
}

.footer-links p a {
    color: #1D1D1F;
}

.footer-links p a:hover {
    color: #75c145;
    text-decoration-line: underline !important;
}

.footer-links-main {
    margin-bottom: 40px;
}

.copyright {
    color: #1D1D1F;
    font-size: 12px;
}

.footer-links .content {
    padding-bottom: 10px;
}

.footer-links .column-top-margin {
    margin-top: 10px;
}

.wpcpro-wrapper .wpcp-carousel-section .wpcp-single-item {
    border: none !important;
}

.wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
}

.wpcp-single-content p strong {
    border-radius: 50px;
    background-image: linear-gradient(to bottom right, #75c145, #006635);
    box-shadow: 0px 2px 4px 0px rgba(96, 211, 251, 0.30);
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    font-size: 26px;
    padding: 25px 20px;
}

.main-section .banner-text {
    padding-right: 20%;
}

.footer-logos {
    border-top: solid 1px #e3e3e3 !important;
    position: relative;
    z-index: 0;
}

.gm-style .gm-style-iw-c {
    transform: translate3d(15%,-25%,0);
    -webkit-transform: translate3d(15%,-25%,0);
    background: #000;
    padding: 15px 45px 20px 40px !important;
}

.gm-style .gm-style-iw-tc{
    transform: translate3d(160%,350%,0) rotate(90deg);
}

.gm-style .gm-style-iw-tc::after {
    background-color: #000;
    top: 0px;
}

.bratislava-map .gm-style .gm-style-iw-tc::after {
    top: -5px;
}

.tooltip-one {
    color: #FFF !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tooltip-two {
    color: #F2F5F6 !important;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.tooltip-three {
    color: #FFF !important;
    font-size: 16px;
    font-weight: 500;
}

.contact-form-box {
    position: absolute !important;
    background: #fff;
    right: 0;
    border: 1px solid #F2F5F6 !important;
    border-radius: 10px;
    z-index: 1 !important;
}

.contact-box-form-heading p {
    color: #1D1D1F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.contact-box-form-heading p::after {
    content: "";
    position: absolute;
    background-color: #75c145;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -31px;
    z-index: 2;
}

.contact-form-box-code {
    margin-top: 15px;
}

.contact-form-box {
    padding: 0;
}

.contact-form-box .av_textblock_section {
    padding: 25px 40px 20px 40px;
    border-bottom: solid 1px #ebebeb;
}

.contact-form-box .avia_codeblock_section {
    padding: 0px 40px 25px 40px;
}

#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
    border: 1px solid #D9E5EA !important;
    background-color: #fff !important;
    color: #1D1D1F !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
    margin-bottom: 5px;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    border: 1px solid #D9E5EA !important;
    background-color: #fff !important;
    color: #1D1D1F !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
    margin-bottom: 5px;
}

.ays-pb-modal p, .ays-pb-modal.ays-pb-modal_1 > div > div, .ays_window .ays_pb_timer {
    text-align: left !important;
}

.main_color strong {
    color: #1d1d1d;
}

.wpcf7-form p {
    position: relative;
    margin: 0 !important;
}

.wpcf7-form p label {
    position: absolute;
    top: 20px;
    z-index: 2;
    background: #fff;
    left: 20px;
    padding: 0px 8px;
    color: #1D1D1F;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 26px;
}

.zcwf_col_lab label {
    position: absolute;
    top: 0px;
    z-index: 2;
    background: #fff;
    left: 20px;
    padding: 0px 8px;
    color: #1D1D1F;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 26px;
}

.zcwf_privacy_txt  {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.zcwf_lblLeft .zcwf_row {
    position: relative;
}

.wpcf7-form p label.optional {
    position: absolute;
    top: 20px;
    z-index: 2;
    background: #fff;
    left: auto;
    padding: 0px 8px;
    right: 30px;
}

.main_color abbr.required {
    color: #e30000;
}

.ays_content_box abbr.required {
    color: #e30000;
}

.no-mb {
    margin-bottom: 0 !important;
}

span.suhlasim {
    font-size: 14px;
    font-weight: 500;
}

.wpcf7-list-item {
    margin: 0 5px 0 0 !important;
}

.wpcf7-submit {
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 .wpcf7-response-output {
    border-radius: 10px;
    border-width: 1px !important;
}

.contact-section .avia-button.active {
    background-color: #000;
    text-decoration-line: underline !important;
}

.contact-section .avia-button.active:hover {
    background-color: #006635;
}

.spinbot-section h1 {
    padding-right: 10% !important;
}

.prace-third-overlay {
    height: 140px;
    border-radius: 10px;
    position: relative;
}

.prace-third-overlay {
    display: block;
    border-radius: 10px;
    position: relative;
}

.prace-third-overlay p strong {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 35%;
    z-index: 2;
    left: 20px;
}

.prace-third-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #006635D9 0%, #75c145D9 100%);
    pointer-events: none;
    z-index: 1;
}


.prace-third-overlay .avia-image-container {
    margin-bottom: 0;
}

.efektivni-section h2 {
    padding: 0 25% !important;
}

.efektivni-section h3 {
    font-size: 20px;
    font-weight: 500 !important;
    line-height: normal;
    padding-right: 25% !important;
}

.wpcp-single-content .year-timeline p strong {
    font-size: 14px;
    padding: 10px 65px;
}

.timeline-section {
    position: relative;
    z-index: 1;
}

.timeline-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #006635 0%, #75c145);
    border-image-slice: 1;
    z-index: -1;
}

.year-timeline h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: normal;
    min-height: 3em;
}

.year-timeline h2 + p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
}

.compare-main {
    padding: 40px;
    border-radius: 10px 10px 0px 0px;
    min-height: 390px;
}

.compare-main-purple {
    background: linear-gradient(45deg, #043DE5 0%, #6B34F2 100%), linear-gradient(0deg, #F2F5F6 0%, #F2F5F6 100%), #FBFBFB;
}

.compare-main-blue {
    background: linear-gradient(45deg, #006635 0%, #75c145 100%), linear-gradient(0deg, #F2F5F6 0%, #F2F5F6 100%), #FBFBFB; 
}

.compare-above {
    border-radius: 16px;
    background: #1D1D1F;
    width: fit-content;
    padding: 0px 20px;
    position: relative;
    top: 30px;
    left: 30px;
}

.compare-above p {
    color: #FBFBFB;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.compare-main h3 {
    color: #FFF !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7em;
}

.compare-main p strong {
    color: #A7F8FE !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.compare-main p {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.compare-below {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #F2F5F6;
    background: #FFF;
    padding: 20px 40px;
    min-height: 400px;
}

.compare-below p strong {
    color: #565656 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.compare-below li {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    list-style-type: '- ';
}

.compare-below ul {
    margin-left: 0;
}

.compare-arm h3 {
    color: #1D1D1F;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 50px;
}

.compare-arm img {
    padding: 50px 20px 0px 20px;
}

.ntb-datas-wrapper .image-overlay {
    display: none;
}

#ntb_table tbody tr img {
    max-height: 20px;
}

#ntb_table tbody tr:first-child img {
    max-width: 90px;
    max-height: 100%;
    margin-bottom: 20px;
}

#ntb_table tbody tr:first-child .hover-item {
    color: #1D1D1F !important;
    font-size: 18px !important;
}

#ntb_table tbody tr:nth-child(4) img {
    max-height: 15px;
}

#ntb_table .td_class_21211111 {
    border-radius: 10px 10px 0 0;
    padding: 5px !important;
}

#ntb_table .td_class_00218822 {
    border-radius: 0 0 10px 10px;
    padding: 5px !important;
}

#ntb_table .td_class_71873379 {
    border-top-right-radius: 10px;
}

#ntb_table .td_class_47661112 {
    border-bottom-right-radius: 10px;
}

#ntb_table .td_class_31111831 button span {
    color: #FBFBFB;
    text-align: center;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: normal;
}

#ntb_table .td_class_31111831 button {
    width: auto !important;
    padding: 10px 25px !important;
    position: absolute;
    top: -10px;
}

#ntb_table .td_class_31111831 .hover-item a {
    position: relative;
}

#ntb_table .td_class_47296818 .ntb-el-button.el-button--primary {
    position: absolute;
    bottom: -15px;
    width: auto !important;
    padding: 10px 25px !important;
}

#ntb_table .td_class_47296818 .ntb-el-button.el-button--primary {
    background: #75c145 !important;
}

#ntb_table .td_class_47296818 .ntb-el-button.el-button--primary:hover {
    background: #006635 !important;
    cursor: pointer;
}

#ntb_table .td_class_47296818 .hover-item a {
    position: relative;
}

#ntb_table tbody tr td:first-child .single-item .hover-item {
    color: #565656 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.slide-entry-wrap {
    display: flex;
    align-items: center;
}

.slide-entry-wrap img {
    max-height: 75px;
    filter: grayscale(100%);
    transition: filter ease-in 0.2s;
}

.slide-entry-wrap img:hover {
    filter: grayscale(0%);
    transition: filter ease-in 0.2s;
}

.part-fourth {
    border-radius: 10px;
    background: #FBFBFB;
    position: relative;
}

.part-fourth p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.part-fourth p strong {
    font-weight: 700;
}

.part-fourth .avia-image-container {
    position: absolute;
    top: -40px;
    width: 100%;
}

.part-fourth .avia-image-container img {
    padding: 0 10px;
    max-height: 80px;
    width: auto;
}

.tools-table .flex_column_table {
    margin-bottom: 50px;
}

.zakladatele-section img {
    border-radius: 10px 10px 0px 0px !important;
}

#menu-item-740 {
    display: none;
}

.iconbox_content .entry-content-header {
    display: flex;
    gap: 10px;
}

.iconbox .iconbox_content .iconbox_content_title {
    color: #1d1d1d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
}

.ikony-facts-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
}

.ikony-facts-section .flex_column p {
    display: flex;
    gap: 15px;
    line-height: 1.5em;
    align-items: center;
    min-height: 5em;
}

.ikony-facts-section p img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.ikony-facts-section .flex_column {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
}

.ikony-facts-section .flex_column {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
}

.ikony-facts-section .flex_column_table {
    margin-bottom: 20px;
}

.main-section-nopadding {
    position: relative;
}

.main-section-nopadding .container,
.main-section-nopadding .container .content,
.main-section-nopadding .video-transparent-right {
    position: static;
}

.sub-section-nopadding {
    position: relative;
}

.sub-section-nopadding .container,
.sub-section-nopadding .container .content,
.sub-section-nopadding .video-transparent-right {
    position: static;
}

.hodnoty-section + .sub-section-nopadding .video-transparent-right.video-transparent-right-two video {
    top: 0vw; 
    width: 40vw;
}

.video-transparent-right video {
    position: absolute;
    right: 0;
    top: -9vw;
    width: 50vw;
    z-index: 10;
}

.video-transparent-right-cennik video {
    position: absolute;
    right: 0;
    top: 0;
    width: 40vw;
    z-index: 10;
}

.rozklad-text {
    width: 50%;
    padding-left: 25px;
    position: absolute;
    right: 35px;
    margin-top: 300px;
}

.heading-main-rozklad {
    position: absolute;
    margin-bottom: 250px !important;
    margin-left: 49%;
    text-align: left !important;
    width: auto;
}

.heading-main-rozklad h2 {
    padding: 0 !important;
}

.bullets-rozklad {
    position: absolute;
    right: 0;
}

.scrollsequence-page {
    display: flex !important;
    align-items: center;
}

.rozklad-text h3 {
    font-size: 26px;
    font-weight: 500;
}

.rozklad-text p {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
}

.bullets-rozklad .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 0 solid;
    border-radius: 50%;
    font-size: 0;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #cccccc;
} 

.bullets-rozklad .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #75c145;
}

.digitalni-third {
    border: 1px solid #F2F5F6 !important;
    border-radius: 10px;
    padding-top: 20px;
}

.digital-details {
    border-top: 1px solid #F2F5F6;
    padding: 20px 35px;
}

.digital-details p:nth-child(2) {
    font-size: 16px;
}

.icongrid_title {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.avia-icongrid-text p strong {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

.article-icon-entry {
    background-image: linear-gradient(to bottom right, #75c145, #006635);
    border-radius: 10px;
    max-height: 200px !important;
    min-height: 200px !important;
}

.manual-carousel .content {
    padding: 90px 0;
}

.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner {
    padding: 0em 1em;
}

body .flex_column.avia-link-column.avia-link-column-hover:hover {
    opacity: .8;
    transition: opacity 0.2s ease-in;
}

body .flex_column.avia-link-column.avia-link-column-hover {
    transition: opacity 0.2s ease-in;
}

.avia-icongrid .av-icon-cell-item .avia-icongrid-flipback {
    padding: 1em;
}

.scrollsequence-canvas {
    left: -10vw;
    top: 2vw;
}

.img-spincircle img {
    width: 100%;
    height: 100%;
    min-width: 400px;
    opacity: 0.5;
} 

.video-transparent-right.video-transparent-right-two video {
    top: 0vw;
}

.ziskate-section img {
    padding-left: 10%;
} 

.spinbot-section img {
    padding-left: 0;
} 

.rozklad-dalsi {
    padding-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.rozklad-dalsi:hover {
    text-decoration: underline !important;
}

.rozklad-dalsi::after {
    content: "\E800";
    font-family: "spinbotics";
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-left: 10px;
}

.rozklad-text-7 .rozklad-dalsi {
    display: none;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.footer-links p {
    color: #1D1D1F;
    font-size: 16px;
    line-height: 1.7em;
}

.sequence-box {
    margin-top: 0 !important;
    top: -7vw;
    margin-bottom: -100px !important;
    z-index: 0 !important;
}

.rozklad-section .content {
    padding-bottom: 0 !important;
}

.buttons-tablet {
    display: none;
}

.hodnoty-section .flex_column.av_one_third {
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
    width: 31% !important;
    border: solid 2px #f5f5f5;
    box-shadow: 10px 5px 65px 0px rgba(0, 0, 0, 0.1);
}

.hodnoty-section .flex_column.av_one_third img {
    height: 60px;
    filter: invert(18%) sepia(54%) saturate(7356%) hue-rotate(221deg) brightness(90%) contrast(102%);
    margin: 15px 0; 
}

.hodnoty-section p strong {
    font-weight: 700; 
    font-size: 22px;
}

.hodnoty-section p {
    text-align: center !important;
}

.ikony-facts-section .column-top-margin,
.hodnoty-section .column-top-margin {
    margin-top: 20px;
}

.ikony-facts-section .entry-content-wrapper,
.hodnoty-section .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ikony-facts-section .entry-content-wrapper::before,
.hodnoty-section .entry-content-wrapper::before {
    display: none;
}

.ikony-facts-section .flex_column,
.hodnoty-section .flex_column {
    margin: 0 !important;
}

#scroll-top-link, #av-cookie-consent-badge {
    color: #fff;
    border: none;
    border-radius: 50%;
    background-color: #75c145;
    opacity: 1 !important;
    font-size: 18px;
}

#scroll-top-link:hover, #av-cookie-consent-badge:hover {
    background-color: #006635;
    border: none;
    color: #fff;
}

#menu-item-9903, #menu-item-9904, #menu-item-9905 {
    display: none;
}

#crmWebToEntityForm.zcwf_lblLeft {
    padding: 20px 0 0 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld {
    width: 100% !important;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    font-family: "Roboto", sans-serif;
}

.prace-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: -105%;
    background-color: #F2F5F6;
    width: 320%;
    height: 100%;
}

.prace-grid {
    position: relative;
    padding: 40px 0px;
}

.moduly-grid::before {
    content: none;
}

.digital-details li {
    list-style-type: '- ';
    font-size: 16px;
}

.digital-details ul {
    margin-left: 0;
}

.spinbot-section img {
    border-radius: 10px;
}

.black-box {
    background: linear-gradient(to right, #006635 0%, #75c145);
    border-radius: 50px;
    padding: 3px 0px;
}

.black-box p strong {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

.efektivita-column .av-special-heading::before {
    content: "";
    background: linear-gradient(to right,#006635 0%,#75c145);
    width: 330%;
    height: 8px;
    position: absolute;
    left: -120%;
    top: 190px;
}

.stabilita-section .avia_textblock p {
    color: #1d1d1d !important;
}

.blue-box {
    background: linear-gradient(to right, #006635 0%, #75c145);
    border-radius: 10px;
    margin: 0 10px;
    padding: 5px 10px;
}

.blue-box p strong {
    color: #fff !important;
}

.blue-box p {
    font-size: 18px;
}

.above-blue p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.ako-uppercase p {
    color: #1d1d1b;
    font-weight: 700;
    line-height: 2em;
    min-height: 4.8em;
    padding-top: 15px;
}

.ako-text p {
    color: #1d1d1b;
    font-size: 15px;
    padding: 0 10px;
}

.ako-text p strong {
    color: #75c145 !important;
}

.ako-blue {
    background-color: #75c145;
    border-radius: 0 0 20px 20px;
}

.ako-blue p, .ako-blue p a {
    color: #fff !important;
    padding: 10px 0px;
    margin-bottom: 0;
    margin-top: 25px;
}

.prip-column {
    background-color: #f2f5f6;
    border-radius: 35px;
}

.prip-column .black-box {
    background: #75c145;
    border-radius: 20px 20px 0px 0px;
    padding: 5px 0px;
}

.prip-column .black-box p strong {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

.ako-uppercase p {
    font-size: 17px;
}

.ako-text {
    min-height: 240px;
}

.grecaptcha-badge {
    display: none;
}

/*
.chevron-down-box {
    background: #f2f5f6;
    clip-path: polygon(0% 0%,50% 15%,100% 0%,100% 75%,50% 90%,0% 75%);
    padding: 65px 0px;
    margin-top: -60px;
}
*/

.arrow-boxes {
    background-color: transparent; /* Start with a transparent background */
}

@keyframes background-fill {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: #f2f5f6; /* Replace with your desired color */
    }
}

.background-animated {
    animation: background-fill 5s forwards ease; /* Adjust the duration as needed */
}

.arrow-boxes h4 {
    background: linear-gradient(to right, #006635 0%, #75c145);
    max-width: 200px;
    margin: 0 auto;
    color: #fff;
    padding: 14px 24px;
    border-radius: 24px;
    font-size: 14px;
}

.arrow-boxes p {
    padding: 0 20px;
    min-height:100px;
}

.avia_textblock.chevron-first::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    height: 100%;
    clip-path: polygon(50% 18%, 0 0, 100% 0);
}

.avia_textblock.chevron-down-box::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 65px;
    clip-path: polygon(100% 30%,50% 100%,0 30%,0 0,50% 70%,100% 0);
}

.arrows-cta {
    background-color: #fff;
    padding-top: 30px;
}

.chevron-down-box {
    padding: 95px 0 0 0;
}

.chevron-down-last {
    padding: 100px 0 70px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.chevron-first {
    padding-top: 85px;
}

.avia_textblock.chevron-down-last::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    bottom: 0;
    clip-path: polygon(100% 83%,50% 100%,0 83%,0 100%,50% 100%,100% 100%);
    z-index: -1;
}

.main-white .typed-element,
.main-white .heading_above h2,
.main-white  p {
    color: #fff !important;
}

.main-white .avia-button.avia-size-medium {
    box-shadow: none;
}

.ziskate-section .avia-button.avia-size-medium {
    margin-left: 50px !important;
    margin-top: 70px !important;
}

.anim-first,
.anim-second,
.anim-third,
.anim-fourth {
    opacity: 0;
    transform: translateY(-10%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.anim-first.animated {
    opacity: 1;
    transform: translateY(0);
    animation: avia-ttb 1s ease forwards;
}

.anim-second.animated {
    opacity: 1;
    transform: translateY(0);
    animation: avia-ttb 1s ease forwards;
}

.anim-third.animated {
    opacity: 1;
    transform: translateY(0);
    animation: avia-ttb 1s ease forwards;
}

.anim-fourth.animated {
    opacity: 1;
    transform: translateY(0);
    animation: avia-ttb 1s ease forwards;
}

.avia_textblock.chevron-down-last.anim-fourth.animated::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: -25px;
    width: 100%;
    height: 25px;
}

.section-hide {
    display: none;
}

.blue-text p {
    color: #75c145;
}

.proces-subheading p {
    color: #75c145;
    font-size: 20px;
    padding-top: 20px;
}

.proces-subheading p strong {
    color: #75c145 !important;
}

.proces-heading h2 {
    font-size: 26px;
    line-height: normal;
    padding-bottom: 20px !important;
}

.proces-heading {
    margin-top: 10px;
    padding-bottom: 20px;
}

.modelova-box {
    padding: 35px 45px;
    border-radius: 10px;
}

.modelova-box img {
    max-width: 80px;
    margin: 0 10px;
}

.stiahnut-section .post-entry {
    display: none;
}

.clip-first::after {
    content: "";
    position: absolute;
    width: 128%;
    height: 100%;
    top: 0;
    background: #f2f5f6;
    right: auto;
    left: 0;
    z-index: -1;
    clip-path: polygon(71% 0,100% 50%,71% 100%,0 100%,0 50%,0 0);
}

.clip-second::after {
    content: "";
    position: absolute;
    width: 150%; /* Adjust this width as needed */
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f2f5f6;
    z-index: -1;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 25% 50%, 0 0);
}

.clip-third::after {
    content: "";
    position: absolute;
    width: 128%;
    height: 100%;
    top: 0;
    background: #f2f5f6;
    right: 0;
    left: auto;
    z-index: -1;
    clip-path: polygon(100% 0,100% 50%,100% 100%,29% 100%,0% 50%,29% 0);
}

.avia-button.avia-size-x-large {
    width: 100%;
    padding: 14px 24px;
    border-radius: 24px;
    background: #66973c;
    transition: background-color ease-in 0.1s;
    color: #FFF !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border: none !important;
}

.technicke-grid {
    max-width: 1210px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.modelove-section .content {
    padding-bottom: 0;
}

.roznetypy-section img {
    height: 200px;
    width: auto;
    object-fit: contain;
}

.section-hide .avia-video,
.section-hide video {
    border-radius: 10px;
}

.section-hide .av_one_third .avia-video,
.section-hide .av_one_third video {
    border-radius: 0;
}

.section-picker .avia-button.avia-size-medium {
    min-width: 150px;
}

.section-picker .avia-button.avia-size-medium {
    padding: 14px 24px;
    border-radius: 24px;
    background: #B0B0B0;
    transition: background-color ease-in 0.1s;
}

.section-picker .avia-button.avia-size-medium.active {
    background: #75c145;
}

.elementy-flex .element-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elementy-flex .element-prvok {
    text-align: center;
    flex: 0 0 20%;
}

.blue-features {
    background: #75c145;
    padding: 25px;
    border-radius: 10px;
}

.blue-features ol {
    margin-bottom: 0 !important;
}

.blue-features li {
    color: #fff;
}

.gray-features {
    background: #eee;
    padding: 25px;
    border-radius: 10px;
    min-height: 368px;
}

.gray-features li {
    color: #222;
}

.section-vlastnosti .content {
    padding-top: 20px;
}

.minat-column {
    background-color: #f5f4f4;
    padding: 40px;
}

.minat-column img {
    width: 80px;
    height: 80px;
}

.minat-column .av-special-heading {
    margin-top: 20px !important;
}

.minat-section .flex_column_table {
    margin-top: 15px !important;
}

.autom-column .av-special-heading {
    margin-top: 25px !important;
}

.neplytvat p {
    text-transform: uppercase;
    color: #242424;
    font-weight: 700;
    font-size: 28px;
    padding: 10% 20%;
    line-height: 42px;
}

.porovnanie-section img {
    padding-bottom: 20px;
}

.verdikt {
    padding: 30px 40px;
}

.verdikt h3 {
    color: #242424;
    font-weight: 700 !important;
    font-size: 24px;
}

.konfiguracia-number p {
    display: flex;
    background: #000;
    color: #fff;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.konfiguracia-box {
    padding: 100px 40px 40px;
}

.konfiguracia-quote blockquote {
    border-left-width: 4px;
    border-color: #000 !important;
}

.pripadove-carousel-section .wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
    display: inherit;
    padding: 40px !important;
}

.pripadove-carousel-section .wpcp-single-content p strong {
    border-radius: 0px;
    background-image: none;
    box-shadow: none !important;
    display: inline;
    color:inherit !important;
    font-weight: 700;
    font-size: inherit;
    padding: inherit;
}

.landing-kontaktujte-section .flex_column {
    padding: 5% 15%;
}

.landing-kontaktujte-section p strong {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.landing-kontaktujte-section .kontaktujte-cislo p a {
    color: #1D1D1D;
    font-weight: 700;
    font-size: 36px;
}

.landing-kontaktujte-section .kontaktujte-cislo p a:hover {
    color: #66973c;
}

.landing-faq-section .toggler,
.landing-faq-section .toggle_content {
    border:none !important;
    margin-bottom: 0 !important;
}

.landing-faq-section .toggler {
    padding: 9px 35px 9px 30px;
    color: #000 !important;
}

.landing-faq-section .toggle_content {
    background-color: #fff;
}

.landing-faq-section .toggler:hover {
    background: #fff !important;
}

.landing-faq-section .toggle_icon {
    left: auto;
    right: 10px;
}

.landing-faq-section .av_toggle_section {
    margin-bottom: 7px;
}

.landing-faq-section .toggle_icon span {
    border-color: #000 !important;
}

.landing-faq-section {
    margin-bottom: 50px;
}

.home .landing-faq-section {
    margin-bottom: 0;
}

#wpcpro-wrapper-9989 #sp-wp-carousel-pro-id-9989.wpcp-carousel-section.sp-wpcp-9989 .wpcp-prev-button, #wpcpro-wrapper-9989 #sp-wp-carousel-pro-id-9989.wpcp-carousel-section.sp-wpcp-9989 .wpcp-next-button {
    width: 40px;
    height: 40px;
}

#wpcpro-wrapper-9989.wpcpro-wrapper .wpcp-carousel-section.nav-top-right .wpcp-prev-button {
    right: 48px;
}

.landing-top-section .banner-text p {
    color: #1D1D1F !important;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.form-cta {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    line-height: 2em;
}

.minat-column img {
    max-width: 50px;
    filter: invert(47%) sepia(59%) saturate(391%) hue-rotate(49deg) brightness(99%) contrast(94%);
}

.avia-logo-element-container img {
    max-width: 180px;
}

.custom-html-widget .avia-button img {
    filter: invert(100%);
    max-width: 14Px;
    margin-right: 10px;
}

.custom-html-widget .avia-button {
    min-width: 210px;
}

.footer-landing p strong {
    color: #fff !important;
    text-transform: uppercase;
}

.footer-landing p,
.footer-landing p a {
    color: silver;
    line-height: 20px;
}


@media only screen and (max-width:989px) {
    .responsive #top #header #header_main .inner-container .logo {
        min-width: auto;
        max-width: 100%;
    }
    
    .responsive #top #header #header_main .inner-container .logo {
        order: 1;
    }

    .responsive #top #header #header_main .inner-container .widget {
        order: 2;
        margin-left: auto;
    }

    .responsive #top #header #header_main .inner-container .main_menu {
        order: 3;
        flex-grow: 0;
    }

    .widget_custom_html .btn-main {
        padding: 14px 20px;
    }

    .wpml-ls-current-language .sub-menu {
        width: 100%;
    }

    .wpml-ls-current-language .sub-menu li a {
        padding-left: 50px !important;
    }

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #006635;
    }

    .avia-menu-text:hover {
        color: #000;
        text-decoration-line: underline;
    }

    .wpml-ls-item .avia-menu-text {
        position: relative;
    }

    .wpml-ls-item-cs > a .avia-menu-text::after {
        content: "CZ";
        margin: 0 8px;
        font-weight: 600;
    }
    
    .wpml-ls-item-en > a .avia-menu-text::after {
        content: "EN";
        margin: 0 8px;
        font-weight: 600;
    }
    
    .wpml-ls-item-sk > a .avia-menu-text::after {
        content: "SK";
        margin: 0 8px;
        font-weight: 600;
    }

    .wpml-ls-item-de > a .avia-menu-text::after {
        content: "DE";
        margin: 0 8px;
        font-weight: 600;
    }

    .footer-links .flex_column {
        flex: 0 0 29% !important;
        margin-top: 0 !important;
    }

    .footer-links .entry-content-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-socket.flex_column {
        flex: 0 0 100% !important;
    }

    .typed-cursor {
        font-size: 48px;
    }

    .avia-menu-text {
        font-size: 16px;
    }

    h1,
    .typed-element,
    .heading_above h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wpcp-single-content p strong {
        font-size: 18px;
        line-height: 26px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .ntb_table_wrapper table tbody tr td {
        max-width: 180px !important;
        min-width: 180px !important;
    }

    .compare-below {
        min-height: 585px;
    }

    .compare-main {
        min-height: 415px;
    }

    .rozklad-text {
        width: 45%;
    }


    .buttons-tablet {
        display: block;
    }

    .buttons-desktop {
        display: none;
    }

    .main-section .banner-text {
        padding-bottom: 0;
    }

    .buttons-tablet .content {
        padding-top: 0;
    }

    .contact-form-box {
        position: static !important;
        margin-top: 50px;
    }

    .contact-section .flex_column {
        width: 100% !important;
    }

    .img-spincircle img {
        min-width: 300px;
    }

    .avia-icongrid-text p strong {
        font-size: 18px;
    }

    .ikony-facts-section .flex_column {
        width: 48% !important;
        margin: 0 !important;
        padding: 10px 20px;
    }

    .ikony-facts-section p {
        margin: 0;
    }

    .hodnoty-section p strong {
        font-size: 18px;
    }

    #crmWebToEntityForm.zcwf_lblLeft {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .heading-main-rozklad {
        margin-left: 54%;
    }

    .hodnoty-section + .sub-section-nopadding .video-transparent-right.video-transparent-right-two video {
        top: 10vw;
        width: 50vw;
    }

    .efektivita-column .av-special-heading::before {
        display: none;
    }

    .hide-column {
        display: none !important;
    }

    .stabilita-section {
        background-image: none !important;
        background-color: #e8e8e8;
    }

    .technicke-grid {
        background-color: #fff !important;
    }

    .blue-box {
        padding: 5px 20px;
    }

    .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main {
        padding-top: 0px !important;
    }

    .roznetypy-section .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px;
    }

    .os-box {
        margin-top: 0 !important;
        width: 48% !important;
    }

    .roznetypy-section .flex_column_table .av-flex-placeholder {
        display: none !important;
    }

    #top .roznetypy-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 15px;
    }

    .minat-section .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
    }

    .minat-section .flex_column_table .flex_column {
        width: 49%;
        margin-top: 10px;
    }

    .minat-section .flex_column_table {
        margin-top: 0px !important;
    }

    .autom-column .av_textblock_section p {
        overflow:
        hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient:
        vertical;
    }
}

@media only screen and (max-width:834px) {
    .footer-logos .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        gap: 1%;
    }

    .footer-logos .flex_column_table .av-flex-placeholder {
        display: none !important;
    }

    .footer-logos .flex_column_table .flex_column {
        display: block;
        flex: 0 0 49%;
    }

    .footer-logos .img-to-left p {
        margin: 0;
    }

    .footer-logos .avia-image-container.avia-align-center {
        text-align: left;
    }

    .footer-logos .flex_column {
        align-self: center;
    }

    .tablet-margin {
        margin-top: 20px;
    }

    h1,
    .typed-element,
    .heading_above h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .wpcp-single-content p strong {
        font-size: 20px;
        padding: 15px 20px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .ntb_table_wrapper table tbody tr td {
        max-width: 140px !important;
        min-width: 140px !important;
    }

    .prace-third p {
        font-size: 14px;
        min-height: 13em;
    }

    .zakladatele-section .prace-third p {
        min-height: auto;
    }

    .efektivni-section h2 {
        padding: 0 !important;
    }

    .efektivni-section h3 {
        padding-right: 0 !important;
    }

    .part-fourth p {
        margin-top: 65px;
        margin-bottom: 40px;
    }
    
    .part-fourth .avia-image-container {
        top: -25px;
    }

    #ntb_table .td_class_31111831 button {
        top: -35px;
    }

    .compare-main {
        padding: 30px;
        min-height: 415px;
    }
    
    .compare-below {
        padding: 20px 30px;
    }

    .compare-below {
        min-height: 605px;
    }

    .rozklad-text {
        width: 100%;
        padding-left: 50px;
        top: auto;
        bottom: 50px;
    }

    .rozklad-dalsi {
        display: none;
    }

    .sequence-box {
        top: 0;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }

    .heading-main-rozklad {
        display: none;
    }

    .scrollsequence-canvas {
        top: 10vw;
    }

    .blue-box {
        padding: 5px 20px;
        min-height: 10.5em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .technicke-grid .blue-box p {
        min-height: auto;
    }

    .technicke-grid .blue-box {
        min-height: auto;
        margin: 0 5px;
    }

    .section-vlastnosti .flex_column_table {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 50px;
    }

    .section-vlastnosti .flex_column_table .flex_column {
        flex: 0 0 100%;
        margin-left: 0 !important;
    }

    .section-vlastnosti .flex_column_table .av-flex-placeholder {
        display: none !important;
    }

    .gray-features {
        min-height: auto;
    }

    .neplytvat p {
        padding: 5% 10%;
        font-size: 26px;
        line-height: 38px;
    }

    .konfiguracia-box {
        padding: 90px 30px 25px;
    }

    .landing-kontaktujte-section .flex_column {
        padding: 5% 7%;
    }

    .landing-kontaktujte-section .kontaktujte-cislo p {
        font-size: 32px;
    }

    .landing-top-section .container {
        height: auto !important;
    }

    .landing-top-section .content {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width:820px) {
    .compare-main {
        padding: 25px;
        min-height: 385px;
    }

    .video-transparent-right video {
        top: 0vw;
    }

    .hodnoty-section + .sub-section-nopadding .video-transparent-right.video-transparent-right-two video {
        top: 16vw;
        width: 50vw;
    }
}

@media only screen and (max-width:767px) {
    .hodnoty-section + .sub-section-nopadding .video-transparent-right.video-transparent-right-two video {
        top: auto;
        width: 85vw;
        bottom: 20vw;
    }
    
    .responsive #top #header #header_main .inner-container .widget {
        display: none;
    }

    h1,
    .typed-element,
    .heading_above h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .av-subheading_above p,
    .subheading_above h1 {
        font-size: 14px;
    }

    .button-side-text {
        margin-top: 0;
        margin-left: 0;
    }

    .typed-cursor {
        font-size: 36px;
    }

    .banner-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
        flex-direction: column;
    }

    .belowmain-section::before {
        top: 42%;
    }

    .wpcp-single-content p strong {
        padding: 15px 35px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    #top #main .avia-section .template-page.content {
        padding-top: 20px;
    }

    .co-u-nas .flex_column_table {
        margin-top: 0px !important;
    }

    .prace-grid .avia-image-container-inner {
        width: 100%;
    }

    .prace-grid .avia-image-container-inner img {
        width: 100%;
    }

    .prace-grid .avia-builder-el-first {
        padding-bottom: 0px;
    }

    .ziskate-section .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-logos .flex_column_table .flex_column {
        flex: 0 0 100%;
    }

    .footer-logos img {
        max-height: 45px;
        max-width: 180px;
    }

    .img-to-left img {
        max-width: 40px;
    }

    .img-to-left img {
        margin: 35px 15px 15px 10px;
    }

    .img-to-left p {
        font-size: 11px;
        max-width: 200px;
    }

    .tablet-margin {
        margin-top: 10px !important;
    }

    .footer-links .flex_column {
        flex: 0 0 100% !important;
        margin-top: 0 !important;
    }

    .footer-logos .avia-image-container.avia-align-center {
        text-align: center;
    }

    #ntb_table tbody tr td {
        max-width: 100px !important;
        min-width: 100px !important;
    }

    #ntb_table .td_class_47296818 .ntb-el-button.el-button--primary {
        padding: 10px 12px !important;
    }

    .topRowAsHeader {
        border: none !important;
    }

    #ntb_table .td_class_31111831 button {
        top: -40px;
    }
    
    .compare-below {
        min-height: auto;
    }

    .prace-third p {
        min-height: 4em;
    }

    .efektivni-section h2 {
        padding: 0 !important;
    }

    .space-section {
        display: none;
    }

    .part-fourth .avia-image-container img {
        width: auto;
        margin: 0 auto;
        max-width: 140px;
        min-height: 6.5em;
        object-fit: contain;
    }

    .part-fourth .avia-image-container {
        position: static;
        width: 100%;
    }

    .part-fourth p {
        margin-bottom: 0;
        margin-top: 0;
    }

    .part-fourth {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prace-grid .flex_column_table {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ntb_table_wrapper table tbody tr td {
        max-width: 100px !important;
        min-width: 100px !important;
    }

    .contact-form-box {
        position: static !important;
    }

    .footer-logos .flex_column {
        display: flex !important;
        justify-content: center;
    }

    .compare-main {
        min-height: auto;
    } 

    .onas-details br {
        display: none;
    }

    .gm-style .gm-style-iw-c {
        -webkit-transform: translate3d(-35%,-110%,0px);
        transform: translate3d(-35%,-110%,0px);
    }

    .gm-style .gm-style-iw-tc {
        transform: translate3d(-11px,-16px,0) rotate(0deg);
    }

    .main-section .banner-text {
        padding-right: 0;
    }

    .slide-entry-wrap img {
        filter: grayscale(0%);
    }

    #top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active, #top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover {
        background-color: #75c145;
        border-style: none;
    }

    #top .main_color .avia-smallarrow-slider .avia-slideshow-dots a {
        background-color: #ccc;
        border-style: none;
        margin-right: 5px;
    }

    .article-icon-entry {
        max-height: 200px !important;
        min-height: 100px !important;
        margin-bottom: 20px;
    }

    .avia-icongrid-text p strong {
        font-size: 18px;
    }

    .img-spincircle img {
        min-width: 300px;
        margin-top: 50px;
    }

    .video-transparent-right video {
        top: auto;
        bottom: 0vw;
        width: 90vw;
    }

    .video-transparent-right.video-transparent-right-two video {
        top: auto;
        bottom: 15vw;
        width: 360px;
    }

    .avia-google-map-container {
        height: 400px !important;
    }

    .bratislava-map .gm-style .gm-style-iw-tc::after {
        top: 1px;
    }

    .manual-carousel .content {
        padding: 50px 0;
    }

    .article-icon-entry {
        max-height: 100% !important;
        min-height: 100px !important;
        display: flex;
        flex-wrap: wrap;
        min-height: auto !important;
    }

    .avia-icongrid-flipbox .av-icon-cell-item:hover .avia-icongrid-front {
        transform: none;
    }

    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback {
        transform: none;
        position: static;
        padding: 0em 1em 1em;
    }

    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front {
        position: static;
        padding: 2em 1em 1em;
    }

    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner {
        position: static;
        transform: none;
    }

    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner {
        padding: 0em 0em;
    }

    .scrollsequence-canvas {
        bottom: -10vw;
    }

    .hodnoty-section .flex_column.av_one_third {
        width: 100% !important;
    }

    .ikony-facts-section .flex_column {
        width: 47% !important;
    }

    .ikony-facts-section p img {
        height: 40px;
        width: 40px;
    }

    .ikony-facts-section p {
        font-size: 14px;
    }

    .moduly-grid .flex_column_table .av-flex-placeholder {
        display: none !important;
    }
    
    .moduly-grid .flex_column_table {
        margin-top: 15px !important;
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .moduly-grid .flex_column_table .flex_column {
        width: 47% !important;
        margin-bottom: 0 !important;
    }

    .spinbot-section .avia-button.avia-size-medium {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .ziskate-section img {
        padding-left: 0;
    }

    .spinbot-section .hr-invisible {
        display: none;
    }

    .zakladatele-section .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #ntb_table .td_class_31111831 button {
        padding: 10px 15px !important;
        top: -65px;
    }

    .scrollsequence-wrap {
        position: relative;
        top: -50vw;
    }

    .avia-icongrid-flipbox .av-icon-cell-item.avia-hover .avia-icongrid-front, .avia-icongrid-flipbox .av-icon-cell-item:hover .avia-icongrid-front {
        transform: none;
    }

    .prace-third img {
        border-radius: 10px 10px 0px 0px !important;
    }

    .efektivita-column .av-special-heading::before {
        display: none;
    }

    .black-box p strong {
        font-size: 20px;
    }

    .black-box {
        padding: 1px 0px;
        max-width: 200px;
        margin: 0 auto;
    }

    .prip-column .black-box {
        max-width: 100%;
    }

    .prip-column .ako-blue {
        max-width: 100%;
    }

    .ako-blue {
        max-width: 200px;
        margin: 0 auto;
    }

    .prip-column {
        margin-bottom: 80px !important;
    }

    .prip-column:not(:first-child) .black-box::before {
        content: "";
        background: #d5d5d5;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: -35px;
    }

    #top .stabilita-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0;
    }

    .blue-box {
        max-width: 300px;
        margin: 0 auto;
    }

    .blue-box {
        padding: 5px 10px;
    }

    .chevron-down-last {
        padding: 80px 0 70px 0;
    }

    .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main {
        padding-top: 80px !important;
    }

    .clip-first::after,
    .clip-second::after,
    .clip-third::after {
        background-color: transparent;
    }

    .stiahnut-section .avia-button {
        width: 100%;
    }

    .modelova-box {
        margin-top: 25px;
    }

    .unikatne-section .content {
        padding-bottom: 0px;
    }

    #top .roznetypy-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0px;
    }

    .proces-box {
        border: solid 1px #f2f2f2;
        border-radius: 20px;
        padding: 20px;
    }

    .blue-features li {
        color: #fff;
        text-indent: 0px !important;
    }

    .gray-features {
        min-height: auto;
    }

    .section-vlastnosti .flex_column_table {
        gap: 20px;
    }

    .minat-section .flex_column_table {
        margin-top: 0 !important;
    }

    .neplytvat-section .content {
        padding: 0 !important;
    }

    .autom-column {
        margin-top: 25px !important;
    }

    .autom-column .av-special-heading {
        margin-top: 35px !important;
    }

    .landing-kontaktujte-section p strong {
        font-size: 20px;
        line-height: 26px;
    }

    .verdikt {
        margin-top: 20px !important;
    }

    .proces-uvedenia-section h2 br,
    .minat-section h2 br {
        display: none !important;
    }

    .smaller-top-padding-mob .content {
        padding-top: 15px !important;
    }

    .landing-top-section .banner-text p {
        font-size: 17px;
    }
}

@media only screen and (max-width:500px) {
    .gm-style .gm-style-iw-tc {
        transform: translate3d(-12px,-20px,0) rotate(0deg);
    }

    .logo-section .content {
        padding: 50px 0;
    }

    .video-transparent-right video {
        bottom: 10vw;
    }

    .scrollsequence-canvas {
        top: 20vw;
    }

    .digitalni-section .content {
        padding-top: 20px;
    }
    
    .blue-box {
        min-height: 8em;
    }

    .arrow-boxes p {
        min-height: 150px;
    }

    .ziskate-section .avia-button.avia-size-medium {
        margin-left: 0 !important;
    }

    .blue-box p {
        min-height: 3.5em;
    }

    .os-box {
        width: 100% !important;
    }

    #top .roznetypy-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 15px;
    }

    .neplytvat p {
        padding: 5% 10%;
        font-size: 22px;
        line-height: 38px;
        text-transform: none;
    }
}

@media only screen and (max-width:396px) {
    .ikony-facts-section .flex_column {
        width: 100% !important;
    }

    .arrow-boxes p {
        min-height: 180px;
    }
}

@media only screen and (max-width:376px) {
    .gm-style .gm-style-iw-tc {
        transform: translate3d(-12px,-22px,0) rotate(0deg);
    }
}

@media only screen and (max-width:374px) {
    .gm-style .gm-style-iw-tc {
        transform: translate3d(-12px,-25px,0) rotate(0deg);
    }
}