html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #fafafa !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.viele li {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

p, span {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.maskdown {
    position: relative;
    overflow: hidden;
    margin: 0px !important;
    border: none;
}

    .maskdown:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .maskdown img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.edn_aditionalBox.edn_articleLinks ul li::before {
    padding-right: 8px;
    padding-top: 2px;
}

.list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

    .list li {
        padding-left: 6px;
        font-size: 16px !important;
    }

        .list li::before {
            content: "➜";
            padding-right: 8px;
            padding-top: 10px;
            color: #667fc3;
            font-size: 16px;
        }

p {
    font-size: 1.0em;
    line-height: 1.2em;
}

span, li {
    font-size: 1.0em;
    line-height: 1.2em;
}

.element-info {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5em;
}

.element-date {
    margin-bottom: 20px;
    font-size: 16px;
}

.element-category {
    font-size: 14px;
}

.element {
    background-color: #fafafa;
}

.more {
    display: inline-block;
    border-radius: 4px;
    background-color: #667fc3;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .more span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        color: #ffffff;
    }

        .more span:after {
            font-family: FontAwesome;
            content: '\f144';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .more:hover span {
        padding-right: 25px;
    }

        .more:hover span:after {
            opacity: 1;
            right: 0;
        }


.sep {
    padding: 0px 5px;
}

.wrap {
    width: 100%;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', sans-serif;
    padding: 20px 0 30px 0 !important;
}

    .wrap a:link,
    .wrap a:visited {
        color: #667fc3;
        text-decoration: none;
    }

    .wrap a:hover {
        color: #6e8cdd;
        text-decoration: none;
    }

.line hr {
    width: 100%;
    background-color: #ececec;
    border: none;
    height: 2px;
    margin: 5px 0 10px 0";
}

eventheader {
    min-height: 200px !important;
    margin: 0 !important;
    padding: 20px 0px 30px 0px !important;
}

.staff {
    background-color: #f3f3f3;
    padding: 20px 0px 40px 0px
}

    .staff h2 {
        margin-top: 0px;
        margin-bottom: 40px
    }

    .staff .col-md-4 {
        text-align: center
    }

    .staff a:link,
    .staff a:visited {
        color: #667fc3;
        text-decoration: none;
    }

    .staff a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

@media only screen and (max-width:767px) {
    .staff .col-md-4 {
        margin-top: 30px
    }
}

.staff .staff-txt {
    background-color: #fff;
    padding: 30px 0px;
    position: relative;
    min-height: 450px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear
}

    .staff .staff-txt:hover {
        background-color: #667fc3
    }

        .staff .staff-txt:hover:before {
            background: #6e8cdd;
        }

        .staff .staff-txt:hover h4,
        .staff .staff-txt:hover h5 {
            color: #fff
        }

        .staff .staff-txt:hover p {
            color: #fff !important
        }

        .staff .staff-txt:hover a {
            color: #eaeaea !important
        }

        .staff .staff-txt:hover .ul-list li .fa {
            color: #fff
        }

    .staff .staff-txt:before {
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt h4,
    .staff .staff-txt h5 {
        margin-top: 0px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt .line {
        width: 100px;
        height: 1px;
        background: #eee;
        margin: 0 auto
    }

    .staff .staff-txt ul.ul-list {
        padding-left: 0px;
        padding-top: 25px;
        display: inline-block
    }

        .staff .staff-txt ul.ul-list li {
            float: left;
            list-style: none;
            margin: 0px 7px
        }

            .staff .staff-txt ul.ul-list li .fa {
                color: #000;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                transition: all 0.5s linear
            }

.portfolio .row {
    margin-right: 0px;
    margin-left: 0px;
}

    .portfolio .row .col-md-3 {
        padding: 0px;
    }

.portfolio .sub {
    text-transform: uppercase;
    font-size: 16px;
}

.portfolio .mask {
    position: relative;
    overflow: hidden;
}

    .portfolio .mask:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .portfolio .mask:hover .mask-bg {
        opacity: 1;
    }

    .portfolio .mask:hover .empty {
        opacity: 1;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .portfolio .mask:hover .mask-txt {
        opacity: 1;
    }

    .portfolio .mask img {
        width: 100%;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .portfolio .mask .mask-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .portfolio .mask .empty {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        top: 0px;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .portfolio .mask .mask-txt {
        position: absolute;
        top: calc(50% - 20px);
        text-align: center;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .portfolio .mask .mask-txt h4 {
            margin: 0px;
            color: #fff;
        }

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .fluidMedia iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Scrollbars */
/* width */
::-webkit-scrollbar {
    width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c0c0c0 !important;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #83a4ff;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6e8cdd;
    }

.protect {
}

/*
.lity-iframe .lity-container {
  width: 100% !important;
  max-width: 1200px !important;
}
.lity-iframe-container {
  padding-top: 90% !important;
} */

.ticketheader {
    background-color: #667fc3;
    padding: 5px;
}

.ticketsubheader {
    background-color: #fafafa;
    border: 1px solid #667fc3;
    padding: 5px;
}

.ticketline {
    background-color: #667fc3;
    width: 100%;
    border: 1px solid #667fc3 !important;
    margin: 10px 0 10px 0;
}

.banner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition-duration: 1s;
}

    .banner img:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        transition-duration: 1s;
    }

.messagepanel {
    margin: 0 auto !important;
    font-size: 0.9em !important;
    max-height: 700px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    padding: 0 20px 0 15px !important;
}

@media only screen and (min-width:767px) {
    .messagepanelwidth {
        max-width: 100%;
    }
}

@media only screen and (min-width:1200px) {
    .messagepanelwidth {
        max-width: 75%;
    }
}

        .wrap-collabsible {
            margin-bottom: 1.2rem 0;
        }

        .wrap-collabsible input[type='checkbox'] {
            display: none;
        }

        .lbl-toggle {
            display: block;
            font-weight: bold;
            font-size: 1.2rem;
            text-transform: uppercase;
            text-align: left;
            padding: 1rem;
            color: #fafafa;
            /*background: #667fc3;*/
            background: rgba(102, 127, 195, 0.8);
            cursor: pointer;
            border-radius: 7px;
            transition: all .2s ease-out;
            margin-bottom: 2px;
        }

            .lbl-toggle:hover {
                color: #aec4fe;
            }

            .lbl-toggle::before {
                content: ' ';
                display: inline-block;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 5px solid currentColor;
                vertical-align: middle;
                margin-right: .7rem;
                transform: translateY(-2px);
                transition: transform .2s ease-out;
            }

        .toggle:checked + .lbl-toggle::before {
            transform: rotate(90deg) translateX(-3px);
        }

        .collapsible-content {
            max-height: 0px;
            overflow: hidden;
            transition: max-height .2s ease-in-out;
            overflow-x: hidden !important;
            overflow-y: auto !important;
        }

        .toggle:checked + .lbl-toggle + .collapsible-content {
            max-height: 65vh;
        }

        .toggle:checked + .lbl-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .collapsible-content .content-inner {
            background: rgba(102, 127, 195, 0.02);
            border-bottom: 2px #ffffff;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            padding: .5rem 1rem;
        }












