body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Dosis', sans-serif;
}

.clr,
.clearfix {
    clear: both;
}

.element-invisible {
    display: none;
}

a,
a:visited {
    text-decoration: none;
    color: inherit
}

p {
    line-height: 30px;
    font-size: 17px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


#opening_close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10003;
}

#opening_close svg {
    width: 30px !important;
    height: 30px !important;
}

#opening_close svg path {
    fill: #253238;
}

#opening_sticker {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 125px;
    padding: 52px 34px 46px 37px;
    text-align: center;
    font-size: 20px;
    color: #d2dadd;
    background: #253238;
    border-radius: 100%;
    border: 10px solid #d2dadd;
    z-index: 10001;
}

@media (max-width: 768px) {
    #opening_sticker {
        display: none;
    }
}

#opening_sticker_small {
    position: fixed;
    top: 183px;
    left: 20px;
    width: 61px;
    padding: 25px 20px 20px 25px;
    text-align: center;
    font-size: 11px;
    color: #d2dadd;
    background: #253238;
    border-radius: 100%;
    border: 5px solid #d2dadd;
    z-index: 10002;
}

@media (max-width: 768px) {
    #opening_sticker_small {
        display: none;
    }
}

#opening {
    position: fixed;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #253238;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    background: #d2dadd;
/*    background: url(../img/bodem_bg.png);*/
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10000;
}

.styled-scrollbars {
    --scrollbar-foreground: #666;
    --scrollbar-background: #111;
    scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}

.styled-scrollbars::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.styled-scrollbars::-webkit-scrollbar-thumb {
    background: var(--scrollbar-foreground);
}

.styled-scrollbars::-webkit-scrollbar-track {
    background: var(--scrollbar-background);
}

.opening_desktop {
    display: block;
}

.opening_mobile {
    display: none;
}

@media (max-width: 768px) {
    .opening_desktop {
        display: none;
    }

    .opening_mobile {
        display: block;
    }
}

#opening .container {
    padding-top: 70px;
    padding-bottom: 90px;
}

@media (max-width: 768px) {
    #opening .container {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

#opening .container > div {
    padding-bottom: 30px;
}

#opening .container #container_left {
    padding-top: 30px;
}

@media (max-width: 768px) {
    #opening .container #container_left {
        padding-top: 20px;
    }
}

#opening p {
    text-align: right;
    font-size: 20px;
}

#opening p.opening_small {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 768px) {
    #opening p {
        text-align: left;
        font-size: 16px;
        line-height: 21px;
    }

    #opening p.opening_small {
        font-size: 14px;
        line-height: 16px;
    }
}

#opening_nff {
    padding: 45px 20px;
    border-left: 2px solid;
}

@media (max-width: 768px) {
    #opening_nff {
        border-left: none;
        border-top: 2px solid;
    }
}

#opening .social_icon {
    margin: 30px auto;
    width: 50px;
}

#opening .social_icon svg {
    width: 50px;
    height: auto;
}

#opening_through {
    margin: 70px auto 0 auto;
    padding: 15px 0;
    width: 150px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #253238;
    cursor: pointer;
}

#video3 {
    padding-top: 60px;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


#trigger {
    display: none;
}

.muziek p {
    margin-top: 0;
    margin-bottom: 20px;
}

.lightbox {
    position: fixed;
    display: none;
    top: 0;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .lightbox {
        display: none !important;
    }
}

.toolbarLB {
    text-align: right;
    padding: 3px;
    margin-bottom: 14px;
    font-size: 21px;

}

.home #system-message {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 600px;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
}

.home #system-message .alert {
    padding-top: 0;
    background-color: #fff;
}

#closeLB {
    color: grey;
    cursor: pointer;

}

.lightbox .iframeContainer {
    vertical-align: middle;
    background: #cae4e1;
    padding: 20px;
    width: 350px;
    height: 320px;

}

.youtube-social iframe {
    height: auto !important;
}

.facebook-social {
    margin-bottom: 20px;
}

.jp-audio {
    width: 100%;
}

.jp-audio .jp-controls {
    padding: 20px 10px 0 10px !important;
}

.jp-progress {
    left: 158px !important;
    width: 115px !important;
}

.jp-time-holder {
    left: 150px !important;
    width: 124px !important;
}

.jp-volume-controls {
    left: 285px !important;
}

.jp-interface {
    background-color: #fff !important;
}

.jp-controls-holder {
    height: 100% !important;
}

.jp-next,
.jp-play,
.jp-stop {
    margin-left: 5px !important;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    border: 1px solid #bebebe !important;
    border-radius: 4px;
    overflow: hidden;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color: #54b463 !important;
}

.jp-details,
.jp-playlist {
    border-top: 1px solid #eee !important;
    background-color: #fbfbfb !important;
}

.jp-controls button {
    border-radius: 9px;
}

.jp-playlist li {
    border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
    .jp-volume-controls {
        left: 12px !important;
        top: 63px !important;
    }
}

@media (max-width: 950px) {
    .jp-progress {
        width: 95px !important;
    }

    .jp-current-time,
    .jp-duration {
        width: 55px;
    }

    .jp-time-holder {
        width: 111px !important;
    }
}

.music-wrapper {
    margin-bottom: 20px !important;
}

.dwddvid {
    margin-bottom: 20px;
}

.dwddvid h3 {
    margin-top: 0;
}

/* #Images
================================================== */

.blog img,
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.about_item_inner img {
    max-width: 100%;
    height: auto;
}

.about_item_inner iframe {
    height: 250px;
    width: 100%;
}

.about_item_head {
    color: #ffffff;
    padding: 1px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



.wrapper_cropimg {
    position: relative;
    background-color: #bbb;
    overflow: hidden;
}

.wrapper_cropimg img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 4;
}

.hidden {
    display: none;
}

#contactform-text p {
    margin: 0;
}

#contactform-text h4 {
    margin: 0;
    color: #8ec9c8;
    text-transform: uppercase;
    font-size: 17px;
}

.wrapper_cropimg_inner img {
    width: 55px;
}

#contactform-text {
    text-align: right;
}

.frontimage {
    padding-bottom: 20px;
}

.frontimage .wrapper_cropimg {
    height: 158px;
}

.frontimage .wrapper_cropimg img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

.frontimage:hover .wrapper_cropimg img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


#system-message {
    text-align: center;
    position: relative;
    width: 65%;
    margin: 0 auto;
}

#system-message .alert {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

}

.alert-heading {
    margin: 0;
    padding: 10px 0;
    background-color: #eee;
}

.alert-message {
    padding-top: 10px;
}

#system-message .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 13px;
    cursor: pointer;
    color: red;
}


.wrapper_cropimg_inner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
    z-index: 5;
}

.wrapper_cropimg_inner h3 {
    padding-bottom: 3px;
    color: #fff;
    background-color: #000;
}

#media .wrapper_cropimg {
    height: 158px;
}

/*HEADER JUMBO*/
.header-jumbo {
    background-color: #6eeb82;
    height: 156px;
    position: relative;
    /*    background: url(../img/evabg_hi.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    font-family: 'Dosis', sans-serif;
    overflow: hidden;
}

.home .header-jumbo {
    height: 100%;
}

.header-jumbo svg.hj-svg {
    display: block;
    width: 100%;
    height: 60px;
    fill: white;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.speellijst .header-jumbo svg.hj-svg {
    fill: #f4eb89;
}

@media (max-width: 1024px) {
    .header-jumbo svg.hj-svg {
        height: 40px;
    }
}

.recensie-text {
    font-weight: 200;
}

.slick-slider {
    margin-bottom: 50px;
}

.reviews {
    font-size: 34px;
    overflow: hidden;
}

.home .reviews {
    display: block;
}

.reviews h2 {
    color: black;
    font-weight: 500;
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 39px;
}

.reviews .recensie {
    /*color: white;*/
    float: left;
    margin-right: 100px;
    max-height: 160px;
}

.reviews .recensie .recensie-logo {
    margin-top: 30px;
}

.reviews .recensie .recensie-stars {
    margin-top: 0;
    line-height: 18px;
}

.reviews .recensie .star {
    background: url(../../../images/star.jpg) no-repeat left top;
    width: 18px;
    height: 18px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*EYEVA*/
#eyeva {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
}

@media (max-width: 1200px) {
    .header-jumbo #recensies {
        top: 150px;
        width: 500px;
        font-size: 36px;
    }

    .header-jumbo #recensies h2 {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .header-jumbo #recensies {
        top: 100px;
        width: 400px;
        font-size: 28px;
    }

    .header-jumbo #recensies h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .header-jumbo #recensies {
        top: 100px;
        width: 300px;
        font-size: 22px;
    }

    .header-jumbo #recensies h2 {
        font-size: 26px;
    }

    #trigger {
        position: absolute;
        top: 25px;
        left: 30px;
        font-size: 25px;
        z-index: 9999;
        cursor: pointer;
    }

    #mod_videobox .ctrl {
        display: none;
    }

    #eva-menu ul.menu {
        display: none;
    }
}

@media (max-width: 480px) {
    .home .header-jumbo #recensies {
        display: none;
    }
}

/*EVA MENU*/
#eva-menu {
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    z-index: 10;
    bottom: 0px;
    opacity: 0.84;
}

#eva-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#eva-menu ul li {
    width: 80px;
    height: 80px;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: black;
    color: white;
    *display: inline;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    border: 4px solid transparent;
}

#eva-menu ul li:hover {
    /*    animation-name: spin; 
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite; 
        color: #ffea00;*/
    transform: scale(1.1);
    opacity: 1;
    border: 4px solid white;
}

#eva-menu ul li a {
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    #eva-menu ul.menu {
        display: none;
    }

    #trigger {
        display: block;
        position: fixed;
    }

    #eva-menu ul {
        padding: 20px 0;
        height: auto;
        text-align: left;
        line-height: 14px;
        background-color: black;
    }

    #eva-menu ul li {
        display: block;
        margin: 0;
        padding: 5px 0 5px 40px;
        height: auto;
        list-style: none;
        color: white;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        width: auto;
    }

    #eva-menu ul li:hover,
    #eva-menu ul li.active {
        transform: none;
        opacity: 1;
        border: none;
        color: black;
        background-color: white;
    }
}

.fancybox-skin {
    padding: 5px !important;
}

/* bottomcontact */
#bottom-contact {
    color: #fff;
}

#logo-bottom {
    height: 69px;
    margin: 11px 0 0 0;
    padding: 0;
    background-image: url(../img/logo1.png);
    background-repeat: no-repeat;
}

.contact-others {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact-bottom-form {
    font-size: 18px;
}

.contact-bottom-form p {
    text-transform: uppercase;
}

#form-contact input[type=text],
#form-contact input[type=email],
#form-contact textarea {
    margin-bottom: 6px;
    padding: 5px 0;
    width: 100%;
    font-size: 14px;
    text-indent: 5px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#form-contact .hasborder input,
#form-contact .hasborder textarea {
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 6px 0;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

#form-contact .btn,
.sendbutton {
    background: none;
    border: none;
    background-color: #8ec9c8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: block;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    font-family: 'Dosis';
    line-height: 32px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-others span,
.contact-bottom-form p {
    color: #8ec9c8;
}

/*LOGO*/
#logobox {
    width: 220px;
    height: 75px;
    margin: 0;
    padding: 0;
    background-image: url(../img/logo1.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: 10px;
    display: none;
}

#logobox:hover {
    background-image: url(../img/logo2.png);
}

#logobox a {
    display: block;
    height: 100%;
    width: 100%;
}

.gif-eva {
    text-align: center;
}

.gif-eva img {
    width: 450px;
}

/*CONTENT*/
#content {
    padding: 0 0 70px;
    position: relative;
}

#content svg.n-svg {
    display: block;
    width: 100%;
    height: 60px;
    fill: #cae4e1;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#content .blog .eight.columns,
#content .blog .one-third.column {
    background-color: #eee;
    margin-bottom: 25px;
}

#content .blog h2 {
    text-align: left;
    margin: 10px 20px;
}

#content .blog p {
    margin: 10px 20px;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style-type: none;
    margin-right: 40px;
}

.mod_news_item h3 {
    font-family: 'Dosis';
    color: #55b664;
    font-weight: 500;
    font-size: 21px;
}

@media (max-width: 1024px) {
    #content svg.n-svg {
        height: 40px;
    }

    #content {
        padding-bottom: 35px;
    }
}

h2 {
    font-weight: 200;
    text-align: center;
    font-size: 40px;
}

#content #latestnews h2 {

    font-weight: 200;
    text-align: left;
    font-size: 55px;
    font-family: 'Dosis';
    color: black;
    margin-bottom: 0px;
}

#social-mediabox {
    position: absolute;
    top: 10px;
    /*    right: 150px;*/
    left: 23px;
    width: 220px;
    height: 220px;
    margin: 0;
    padding: 0;
    z-index: 99;
    color: #000;
}

#social-mediabox p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}

.socialmediaicons img {
    margin-right: 15px;
}

@media (max-width: 768px) {
    #social-mediabox {
        display: none;
        height: 100px;
        right: 0;
        left: inherit;
    }
}

.h2news {
    color: #53b262;
}

#pager {
    padding: 10px 0;
    text-align: center;
}

#pager a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #7f7f7f;
    color: #7f7f7f;
    font-size: 1px;
    font-size: 10px;
    margin: 2px;
}

#pager a.activeSlide {
    color: #68de7b;
    background-color: #68de7b;
}

/*PLAYLIST*/
.speellijst #content {
    display: none;
}

.playlist-header {
    font-family: 'Open sans';
    font-weight: 700;
    font-size: 12px;
}

#playlist {
    background-color: #f4eb89;
    padding: 0 0 40px 0;
    position: relative;
    overflow: hidden;
}

#playlist h2 {
    font-weight: 200;
    text-align: center;
    font-size: 40px;
}

#playlist #all-events {
    text-align: center;
}

#playlist #all-events span {
    cursor: pointer;
    background-color: #332f00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    display: inline-block;
    padding: 4px 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    margin: 60px 0 10px 0;
    width: 200px;
}

#playlist #all-events span:hover {
    background-color: #316901;
}

.question-mark {
    cursor: pointer;
    padding-left: 5px;
    position: relative;
}

.question-desc {
    display: none;
    background-color: #ffffff;
    color: #1f1f1f;
    border: 1px solid #ded45f;
    position: absolute;
    bottom: 32px;
    left: -126px;
    padding: 10px;
    line-height: 20px;
    font-size: 11px;
    width: 250px;
    border-radius: 15px;
}

.question-arrow {
    display: none;
    background-image: url("../img/info_bottom_pointer.png");
    position: absolute;
    bottom: 17px;
    width: 12px;
    left: 3px;
    height: 21px;
    background-repeat: no-repeat;
}

.question-mark:hover .question-desc,
.question-mark:hover .question-arrow {
    display: block;
}

#events {
    height: 565px;
    overflow: hidden;
}

#events.open {
    height: auto !important;
}

.overflow-hid {
    overflow: hidden;
    height: 60px;
}

#events .event {
    line-height: 60px;
    border-bottom: 1px solid #ded45f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 100%;
}

#events > div:nth-child(2) {
    border-top: 1px solid #ded45f;
}

/*#events .event > div {*/
/*overflow: hidden;*/
/*}*/

#events .event:hover {
    background-color: #f5efa8;
}

#events .event .d {
    font-size: 26px;
    font-weight: 700;
}

#events .event .m {
    text-transform: capitalize;
}

#events .event .ticketlink {
    background: none;
    border: none;
    background-color: #4edf6d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

#events .event .ticketlink.orange {
    background-color: #FFA500;
}

#events .event .ticketlink.close {
    width: 20px;
    height: 12px;
    line-height: 12px;
}

#events .event .ticketlink.btn {
    line-height: 26px;
}

#events .event .ticketlink:hover {
    background-color: #316901;
}

#events .event .ticketlink.orange:hover {
    background-color: #FFB732;
}

#events .event span.sold-out {
    background-color: #ff2f00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.alarmbutton {
    display: block;
    margin-top: 2px;
    cursor: pointer;
}

.keepmeposted_holder {
    position: absolute;
    right: 36px;
    background-image: url('../img/background_opacity_black.png');
    display: none;
}

.keepmeposted {
    position: relative;
    padding: 18px;
    font-size: 17px;
    line-height: 19px;
    color: #fff;
}

.keep_posted_corner {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url('../img/keep_posted_corner.png');
}

.keepmeposted p {
    margin-right: 10px;
    font-size: 17px;
    line-height: 19px;
}

.bold-text {
    font-weight: bold;
}

.keepmeposted form {
    margin-bottom: 10px;
    font-size: 14px;
}

.keepmeposted h3 {
    margin-top: 0;
}

#playlist .keepmeposted h2 {
    text-align: left;
    font-size: 18px;
}

.keepmeposted .control-group {
    margin-bottom: 10px;
}

.keepmeposted input {
    margin-top: 6px;
    width: 97%;
}

#keepposted_message h3 {
    margin-top: 60px;
    text-align: center;
}

/*BLUE PARALLAX*/
#blue-parallax {
    min-height: 480px;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}


@media (max-width: 768px) {
    #events {
        height: 610px !important;
    }

    #events .event {
        height: auto !important;
        line-height: 30px;
        margin-top: 20px;
        padding: 15px 10px;
        font-size: 13px;
    }

    .mobile-dates {
        width: 100%;
        float: left;
    }

    .mobile-text {
        width: 78%;
        float: left;
    }


    #events .event .day,
    #events .event .t {
        display: none;
    }

    #events .event .one.column {
        width: 100%;
        float: left;
    }

    .playlist-header {
        display: none;
    }

    .place {
        width: 35% !important;
    }

    .venue {
        width: 60% !important;
    }

    .overflow-hid {
        height: 33px;
    }

    #events .event .ticketlink,
    #events .event span.sold-out {
        width: 93%;
    }

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

    #playlist #all-events span {
        margin: 30px 0 10px 0;
    }

    .question-desc {
        left: -50px;
        width: 210px;
    }

    .question-mark {
        display: none;
    }
}


#news-wrapper {
    margin-bottom: 20px;
}

.black-background {
    background-color: #000000;
}

.tickets-form form {
    text-align: center;
}

.tickets-form .control-group {
    display: inline-block;
}

.tickets-form .btn {
    padding: 5px !important;
    display: block;
    margin-left: 12px;
    background: none;
    border: none;
    background-color: #54b463;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Dosis';
    line-height: 32px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.tickets-form input {
    width: 100%;
    height: 30px;
    font-size: 16px;
    text-indent: 10px;
    padding: 5px;
    margin-right: 10px;
    display: block;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 768px) {

    .tickets-form .btn {
        line-height: 22px;
    }

    .tickets-form input {
        height: 20px;
    }
}


/*VIDEOS*/
#videos {
    /*    background-color: #61a7cb;
        color: #fff;    */
    overflow: hidden;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#videos h2 {
    text-align: center;
    padding-top: 0;
    font-weight: 200;
    font-size: 40px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mod_videobox {
    margin-top: 30px;
}

#mod_videobox .side {
    padding-top: 46px;
}

#mod_videobox .ctrl {
    font-size: 55px;
    font-family: 'Dosis', sans-serif;
    line-height: 260px;
    cursor: pointer;
}

#mod_videobox .ctrl.video-left span {
    display: none;
}

#mod_videobox .ctrl span:hover {
    color: #53b262;
}

#mod_videobox h3 {
    font-size: 24px;
    font-weight: 500;
    height: 56px;
    display: block;
}

.lazyYT-container .html5-info-bar {
    display: none;
}

.slick-initialized .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
}

.slick-prev,
.slick-next {
    height: 47px;
}

.slick-prev::before {
    content: '<';
}

.slick-next::before {
    content: '>';
}

.slick-prev::before,
.slick-next::before {
    font-size: 55px;
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-active {
    opacity: 1;
}



.slick-center {
    opacity: 1 !important;
}

@media (max-width: 768px) {
    #mod_videobox .video {
        padding-top: 20px;
    }
}

@media (max-width: 960px) and (min-width: 760px) {
    .slick-active {
        opacity: 1;
    }
}

.statswrapper {
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 8px 0;
    display: none;
}

.statswrapper i {
    font-size: 14px;
    color: #ff2f00;
}

/* OVER EVA */

#about_items {
    position: relative;
}

#about_line {
    position: absolute;
    left: 50%;
    width: 34px;
    height: 100%;
    border-right: 4px solid #000;
}

.about_item_inner {
    position: relative;
}

.about_item_line {
    position: absolute;
    top: 20%;
    width: 44px;
    height: 4px;
    padding: 0px !important;
    background-color: #000;
}

.about_item_dot {
    position: relative;
    width: 100%;
}

.about_item_dot_inner {
    position: absolute;
    top: -6px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 4px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.about_item.alpha .about_item_line {
    right: -44px;
}

.about_item.omega .about_item_line {
    left: -44px;
    width: 44px;
}

.about_item.alpha .about_item_dot_inner {
    right: -3px;
}

.about_item.omega .about_item_dot_inner {
    left: -8px;
}

.about_item.alpha .about_item_inner {
    border: 1px solid #bebebe;
    border-radius: 5px;
}

.about_item.omega {
    margin-left: 0px;
}

.about_item.omega:first-child {
    margin-top: 100px;

}

.about_item.omega .about_item_inner {
    border: 1px solid #bebebe;
    border-radius: 5px;

}

.about_item_inner {
    margin: 30px;
    background-color: #f5f5f5;
}

.about_item_inner > div {
    padding: 10px 25px;
}

.about_item_inner h2 {
    margin: 5px 0;
}

.about_item_inner h4 {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    color: #000;
}

.about_item_desc p {
    word-wrap: break-word;
}

#media-home {
    background-color: #cae4e1;
    overflow: hidden;
}

.pagenav {
    float: left;
    width: 100%;
    padding: 0;
}

ul.pagenav li {
    list-style-type: none;
}

.pagenav .previous {
    float: left;
}

.pagenav .next {
    float: right;
}

@media (max-width: 1199px) {

    .about_item.alpha,
    .about_item.omega {
        margin-left: 8px;
    }
}

@media (max-width: 959px) {

    .about_item.alpha,
    .about_item.omega {
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    #about_line {
        left: -34px;
    }

    .about_item.alpha .about_item_inner {
        border-left: 4px solid #000;
        border-right: none;
    }

    .about_item.alpha .about_item_line {
        left: -44px;
    }

    .about_item.alpha .about_item_dot_inner {
        left: -10px;
    }
}

/* #inst-PAGE */

#inst-page {
    margin: 20px 0 0 0;
}

.instthumb {
    margin-bottom: 20px;
    background-color: #ffe5e5;
}


/*FOOTER*/
#footer {
    min-height: 600px;
    background-color: #000;
    background-image: url(../img/fbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 40px;
}

#subfooter {
    background-color: #8ec9c8;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 15px;
    text-align: center;
}

#subfooter a {
    color: white;
}

.socialmediabottom {
    margin-bottom: 20px;
}

.socialmediaicons {
    margin-top: -14px;
}

#fb-feed {
    color: #8ec9c8;
}

.fb-page {
    margin-bottom: 20px;
}

/*BARBELS*/
.vbar {
    height: 540px;
    background-color: #ff004e;
    position: relative;
}

.vbar:nth-child(odd) {
    background-color: #fff;
}

.vbar svg {
    display: block;
    width: 100%;
    height: 40px;
    background: #ff004e;
    fill: white;
    position: absolute;
    bottom: 0;
}

.vbar:last-child svg {
    background: #fff;
    fill: #fff;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.double-bottom {
    padding-bottom: 40px;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.sticky {
    position: fixed !important;
    top: 10px !important;
}
