body.warning-message-show {
    overflow: hidden;
}

.warning-message-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #666 url("assets/images/ui-bg_diagonals-thick_20_666666_40x40.png.html") 50% 50% repeat;
    opacity: .5;
    z-index: 8888888;
}

.message-container {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #005197;
    color: #fff;
    padding: 30px 30px 60px 30px;
    opacity: 1 !important;
    z-index: 99999999;
    max-width: 800px;
    min-height: 200px;
}

.warning-message-close {
    background: transparent;
    border: none;
    position: absolute;
    top: 30px;
    right: 30px;
}

.okBttn {
    background: #fbfbfb;
    border: none;
    border-radius: 0px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    color: #005197;
    position: absolute;
    right: 30px;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: okBttnGlow;
    -moz-animation-name: okBttnGlow;
    -ms-animation-name: okBttnGlow;
    animation-name: okBttnGlow;
}

@-webkit-keyframes okBttnGlow {
    from {
        -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    50% {
        -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    to {
        -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

@-moz-keyframes okBttnGlow {
    from {
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    to {
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

@-ms-keyframes okBttnGlow {
    from {
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    to {
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

@keyframes okBttnGlow {
    from {
        -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    50% {
        -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    to {
        -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.okBttnGlow:focus {
    outline: none;
}

.h1-message-header {
    font-size: 44px;
    color: #ffffff;
    font-family: Circular-Book, Arial, Helvetica, Verdana, sans-serif;
    padding-right: 30px;
    margin-top: 10px;
}

.message-content {
    margin-bottom: 30px;
}

    .message-content a {
        color: white;
    }

.navigation-image {
    margin-top: 10px;
}

#main-navigation-search {
    display: none;
}

.search-trigger {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 999999;
}

    .search-trigger .fa {
        width: 36px;
        height: 36px;
        margin: 0;
        float: none;
        font-size: 18px;
        line-height: 38px;
        opacity: 1;
        transition: all .5s;
    }

    .search-trigger.open {
        background-color: #FF9E16;
    }

        .search-trigger.open .fa {
            opacity: 0;
        }

#main-navigation-search {
    position: absolute;
    width: 100%;
    height: 76px;
    line-height: 76px;
    left: 0;
    z-index: 999;
    background-color: #FF9E16;
}

    #main-navigation-search input {
        background: transparent;
        margin: 0;
        top: 0;
        width: 100%;
        border: none;
        color: #fff;
        height: 76px;
        font-size: 20px;
        text-indent: 20px;
        position: relative;
        z-index: 1;
    }

        #main-navigation-search input:focus {
            outline: none;
            box-shadow: 0 0 10px rgba(255,255,255,.5);
        }

        #main-navigation-search input::-webkit-input-placeholder {
            color: #fff;
        }

        #main-navigation-search input::-moz-placeholder {
            color: #fff;
        }

        #main-navigation-search input:-ms-input-placeholder {
            color: #fff;
        }

        #main-navigation-search input:-moz-placeholder {
            color: #fff;
        }

    #main-navigation-search button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        height: 76px;
        font-size: 0;
        background: transparent;
        width: 76px;
        z-index: 2;
    }

        #main-navigation-search button .fa {
            font-size: 20px;
            line-height: 76px;
            color: #fff;
            text-align: center;
            width: 76px;
            height: 76px;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
        }

.only-show-on-sm {
    display: inline-block;
}

.only-show-on-md {
    display: none;
}

@media only screen and (min-width: 768px) {
    .only-show-on-sm {
        display: none;
    }

    .only-show-on-md {
        display: inline-block;
    }
}

a.igx-tooltip-outter {
    position: relative;
}

.igx-tooltip-trigger {
    cursor: pointer;
}

.igx-tooltip {
    display: block;
    position: absolute;
    min-width: 250px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    background: rgba(81,83,85,.8);
    z-index: 9999;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all .25s ease-in-out;
}

#rezults tr .igx-tooltip p a {
    color: #fff;
    text-decoration: underline;
}

    #rezults tr .igx-tooltip p a:hover {
        text-decoration: none;
    }

.igx-tooltip::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(81,83,85,.8) transparent transparent transparent;
}

.igx-tooltip p:last-child {
    margin-bottom: 0;
}

.igx-tooltip-trigger:hover .igx-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.igx-tooltip-trigger .fas {
    font-size: 13px;
    top: 3px;
    position: relative;
}

._imgGalJM {
    position: absolute;
    right: 0;
    max-width: 40px;
    bottom: 0;
}

.aspect-media {
    position: relative;
    z-index: 1;
}

._imgJM {
    width: 100% !important;
    height: auto !important;
}

.lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.lb-nav a.lb-next {
    opacity: 1 !important;
}

.lb-nav a.lb-prev {
    opacity: 1 !important;
}

section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:not([type=checkbox]):not([type=radio]), section.mktoFormAspectComponent .mktoForm .mktoFormRow .mktoFieldWrap .mktoHtmlText, section.mktoFormAspectComponent .mktoForm .mktoFormRow.checkbox_field .mktoLogicalField {
    width: 100% !important;
    height: 39px;
}

section.pink {
    margin: 0;
}

.igx-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
}