@font-face {
    font-family: 'Open-Dyslexic Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Open-Dyslexic Roman'), url('/a11y/font/open-dyslexic.woff') format('woff');
}

.a11y_btn {
    position: fixed;
    left: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
}

    .a11y_btn img {
        width: 60px;
        height: auto;
    }

.a11ybtnReset {
    background-color: #000;
    padding: 13px;
    margin-top: 20px;
    display: block;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 17px !important;
    line-height:23px;
}

    .a11ybtnReset:focus, .a11ybtnReset:hover {
        color: #fff;
    }

.a11y-list li {
    border: 1px solid #fff;
}

    .a11y-list li.selected {
        background-color: #e8f5e9;
        border: 1px solid #000;
    }

.a11yholder {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #f0f0f0;
    padding: 20px;
    z-index: 10000;
    border-radius: 6px;
    max-width: 320px;
    border: 1px solid #000;
}

    .a11yholder h3 {
        margin-bottom: 30px;
        position: relative;
        font-weight: bold;
        color: #000;
        padding-top:0;
        padding-bottom:0;
    }

        .a11yholder h3 a.btn_close_accessHolder {
            position: absolute;
            right: 0;
            top: 0;
            color: red;
        }

    .a11yholder ul {
        margin: 0 0 25px 0;
        padding: 0;
    }

        .a11yholder ul li {
            display: block;
            margin: 0 0 10px 0;
            background-color: #fff;
            border-radius: 6px;
            transition: all .2s ease-in-out;
        }

            .a11yholder ul li:hover {
                box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.03);
                padding-left: 20px;
            }

            .a11yholder ul li a {
                display: block;
                color: #000;
                font-size: 15px;
                padding: 11px;
                text-decoration: none;
                line-height:23px !important;
            }

                .a11yholder ul li a img {
                    margin: 0 15px 0 10px;
                }


@media only screen and (max-width: 767px) {
    .a11y_btn {
        bottom: 18px;
        right: 75px;
    }

    .a11yholder ul {
        margin-bottom: 10px;
    }

        .a11yholder ul li a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .a11yholder h3 {
        font-size: 20px !important;
    }
}

.a11y-contrast .a11yholder ul li a img {
    background: #fff !important;
}

.a11yholder ul li a:hover {
    color: #000;
}


.a11yCursor img {
    width: 18px;
    height: auto;
    margin-right: 10px;
    margin-left: 8px !important;
    margin-right: 10px !important;
}

.a11yicon_close {
    position: relative;
    top: -4px;
}

.a11yicon_bigfont {
    position: relative;
    top: 2px;
}

.a11yicon_kontrast {
    position: relative;
    top: 2px;
    width: 16px;
}

.a11yicon_dys {
    position: relative;
    top: 2px;
}

.a11yicon_linkovi{
    top:4px;
    position:relative;
}

.a11yposRel {
    position: relative;
    margin-top: 10px;
}

.acc-txt {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.a11yholder h3 {
    font-size: 24px !important;
    line-height: 24px !important;
}


@media only screen and (max-width: 767px) {
    .a11ybtn {
        display: none;
    }
}

/* html classes */

.a11y-dys, .a11y-dys * {
    font-family: 'Open-Dyslexic Roman' !important;
}

.a11y-contrast img {
    filter: contrast(1.5);
}

/* contrast custom */
.a11y-contrast *:not(.finance_slide_item):not(.slide-overlay):not(.finance-slide-table):not(.finance-slide-tablecell):not(.owl-dots):not(.own-dot):not(.search-submit):not(.search-field):not(.vc-zone-link) {
    background-color: #000;
}

.a11y-contrast * {
    color: #fff !important;
}

/* contrast custom */
.a11y-contrast .a11yholder {
    border-color: #fff;
}

.a11y-contrast .a11ybtnReset {
    background-color: #fff !important;
    color: #000 !important;
}

.a11y-contrast .a11y-list .selected, .a11y-contrast .a11y-list .selected a {
    background: #fff !important;
    color: #000 !important;
}

.a11y-contrast .a11ybtnReset:focus, .a11y-contrast .a11ybtnReset:hover {
    color: #000;
}



/* links */
.a11y-links a {
    text-decoration: underline !important;
}

    /* custom override if contrast and links */

    /* override for a11ybox */
    .a11y-links a.a11ybtnReset {
        color: #fff !important;
    }

.a11y-cursor, .a11y-cursor * {
    cursor: url(/a11y/css/a11y-cursor.png),auto !important;
}


/* fonts fully custom */
:root.a11y-font1 {
    font-size: 16px;
}

:root.a11y-font2 {
    font-size: 18px;
}

:root.a11y-font3 {
    font-size: 20px;
}
/* end of custom fonts */



.a11y-font3 .nav a,
.a11y-font3 .nav a:visited,
.a11y-font3 .nav a:hover,
.a11y-font3 .nav a:active {
    padding: 16px 18px 15px;
}

.a11y-font2 .logo span{
    font-size:13px;
}

.a11y-font3 .logo span {
    font-size: 13px;
}

/* end of custom fonts */