/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#footer-bar {
    background-color: var(--g-module-bg-color);
}

#footer-bar a {
    caret-color: rgba(0, 0, 0, 0);
}

#footer-bar p {
    color: black;
    font-family: var(--font-primary);
    line-height: 2.2;
}

#footer-bar .footer-zpravodaj-button {
    color: var(--g-color-white);
    text-decoration: none;
    background-color: var(--g-color-1);
    border-radius: var(--g-btn-radius);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    max-width: 120px;
    border: 1px solid var(--g-color-white);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    height: 40px
}

#footer-bar .footer-zpravodaj-button:hover {
    background-color: var(--g-color-1-hover);
}

#footer-bar .footer-form-border {
    background-color: var(--g-module-bg-color);
    border: 1px solid var(--g-color-1);
    border-radius: var(--g-btn-radius);
    max-width: 330px;
    flex-grow: 1;
}

#footer-bar form input {
    width: 100%;
    height: 40px;
    padding-left: 8px;
    border-width: 0;
    border-radius: var(--g-btn-radius);
}

#footer-bar .footer-main-info {
    padding-top: calc(38 / var(--g-base) * 1rem);
    padding-bottom: calc(68 / var(--g-base) * 1rem);
}

#footer-bar .footer-column-title {
    color: var(--g-color-1);
    font-family: var(--font-secondary);
    font-size: calc(22 / var(--g-base) * 1rem);
    font-weight: 600;
    text-transform: uppercase;
}

#footer-bar .column-contact .footer-contact-row {
    padding-top: 8px;
}

#footer-bar .column-contact .footer-contact-row a {
    white-space: nowrap;
}

#footer-bar .contant-ico {
    width: 52px;
    max-height: 38px;
    padding-right: 30px;
    padding-left: 0;
    position: absolute;
}

#footer-bar .contact-detail {
    padding: 0.2rem 0 0.2rem 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
}

@media (min-width: 768px) {
    #footer-bar .contact-detail {
        padding-left: 0;
    }
}

#footer-bar .contact-text {
    padding-left: 35px;
}

#footer-bar .column-contact a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
}

#footer-bar .column-contact a:hover {
    color: #beeaf9;
    border-bottom-color: #beeaf9;
}

#footer-bar .column-contact a.btn {
    text-decoration: underline;
}

#footer-bar .column-distribuce .footer-contact-row a {
    white-space: nowrap;
}

#footer-bar .column-distribuce a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    margin-left: 4px;
}

#footer-bar .column-distribuce a:hover {
    color: #beeaf9;
    border-bottom-color: #beeaf9;
}

#footer-bar .column-distribuce a.btn {
    text-decoration: underline;
}


#footer-bar .column-menu-container .social-links-container a {
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#footer-bar .column-menu-container .social-links-container a:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

#footer-bar .column-menu {
    color: white;
}

#footer-bar .column-menu li a {
    text-decoration: none;
    position: relative;
    color: black;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    display: inline-block;
    padding: 5px 0;
}

#footer-bar .column-menu li a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid white;
    left: 0;
    width: 100%;
    bottom: 6px;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
}

#footer-bar .column-menu li a:hover {
    color: #beeaf9;
}

#footer-bar .column-menu li a:hover:after {
    border-bottom-color: #beeaf9;
}

#footer-bar .extern-links-container .el-section:hover .extern-link-title span {
    color: #beeaf9;
}

#footer-bar .extern-links-container .el-section:hover .extern-link-title span:after {
    border-bottom-color: #beeaf9;
}

#footer-bar .extern-links-container .extern-link-title span {
    position: relative;
    text-decoration: none;
    color: black;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    padding: 5px 0;
}

#footer-bar .footer-bottom-info .copy-container .copy span {
    padding: 0 20px;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
}

#footer-bar .footer-bottom-info .copy-container .copy span:first-child {
    padding-left: 0;
}

#footer-bar .footer-bottom-info .copy-container .copy span a {
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
}

#footer-bar .footer-bottom-info .copy-container .copy span a:hover {
    color: #0b5a75;
    border-bottom-color: #0b5a75;
}

#footer-bar .footer-bottom-info .copy-container .copy span:nth-child(n+2):before {
    content: "";
    left: -1px;
    position: absolute;
    background: var(--g-color-white);
    width: 2px;
    height: 90%;
    top: 0;
}

#footer-bar .footer-bottom-info .footer-taox-ref a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

#footer-bar .footer-bottom-info .footer-taox-ref a span {
    color: var(--g-color-white);
    border-bottom: 1px solid var(--g-color-white);
    font-weight: 500;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    margin-left: 10px;
}

#footer-bar .footer-bottom-info .footer-taox-ref a span:hover {
    color: #0b5a75;
    border-bottom-color: #0b5a75;
}

#footer-bar-zpravodaj-input {
    padding: 5px 10px;
    border-radius: var(--g-btn-radius);
    background: #d5d5d5;
    font-size: 14px;
}

@media (max-width: 991px) {
    #footer-bar .column-menu-container .column-menu {
        list-style: none;
    }

}

@media (max-width: 767px) {

    #footer-bar .footer-bottom-info .copy-container .copy span {
        display: block;
        padding: 6px 0 0 0;
    }

    #footer-bar .footer-bottom-info .copy-container .copy span:nth-child(n+2):before {
        display: none;
    }
}

#footer-bar .footer-zpravodaj-text {
    padding-bottom: calc(18 / var(--g-base) * 1rem);
    color: black;
}

#footer-bar-zpravodaj-input::-webkit-input-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input::-moz-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input:-ms-input-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input::-ms-input-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input::placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input::-ms-input-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}

#footer-bar-zpravodaj-input::-ms-input-placeholder {
    color: var(--g-color-white);
    font-weight: 500
}


#footer-bar .footer-menu {
    background-color: var(--g-color-3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(20 / var(--g-base) * 1rem) 0;
}

#footer-bar .footer-menu a {
    position: relative;
    color: white;
    padding: 20px 24px;
}

#footer-bar .footer-dot-divider-first-dot {
    height: 5px;
    width: 5px;
    background-color: var(--g-color-3);
}

#footer-bar .footer-dot-divider {
    height: 5px;
    width: 5px;
    background-color: var(--g-color-2);
}

#footer-bar .footer-podporujeme img {
    max-width: 230px;
}

#footer-bar .footer-podporujeme a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #footer-bar .border-effect-long {
        position: relative;
    }

    #footer-bar .border-effect-long:after {
        content: "";
        position: absolute;
        top: 55px;
        height: calc(100% + 130px);
        width: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 100%);
    }
}


@media (min-width: 1300px) {
    #footer-bar .border-effect-left,
    #footer-bar .border-effect-right {
        position: relative;
    }

    #footer-bar .border-effect-left:after,
    #footer-bar .border-effect-right:after {
        content: "";
        position: absolute;
        top: 70px;
        height: calc(100% - 50px);
        width: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 100%);
    }
}

#footer-bar .border-effect-left:after {
    left: 0
}

#footer-bar .border-effect-right:after {
    right: 0
}

@media (min-width: 768px) {
    #footer-bar .footer-col:nth-child(2),
    #footer-bar .footer-col:nth-child(3) {
        padding-left: 2rem;
    }

    #footer-bar .footer-col:nth-child(1),
    #footer-bar .footer-col:nth-child(4) {
        padding-right: 2rem;
    }
}

@media (min-width: 992px) {
    #footer-bar .footer-col:nth-child(2),
    #footer-bar .footer-col:nth-child(3) {
        padding-left: 4rem;
    }

    #footer-bar .footer-col:nth-child(1),
    #footer-bar .footer-col:nth-child(4) {
        padding-right: 4rem;
    }
}

@media (min-width: 1300px) {
    #footer-bar .footer-col:not(:first-child) {
        padding: 0 2rem;
    }
}

#footer-bar .footer-item.active a {
    color: var(--g-color-2);
}

#footer-bar .bg-white {
    background-color: white;
}

#footer-bar .support-bar .row {
    padding: calc(20 / var(--g-base) * 1rem) 0;
}


#formnews .formnews_wrapper {
    width: 100%;
}

@media (min-width: 576px) {
    #formnews .formnews_wrapper {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #formnews {
        max-width: 330px;
    }

    #formnews .formnews_wrapper {
        width: 50%;
    }
}
