@import "vendor/jscroll.css";

*,
*:before,
*:after {
    box-sizing: border-box
}

@font-face {
    font-family: 'chromoxomeregular';
    src: url('fonts/chromoxome-regular-webfont.woff2') format('woff2'), url('fonts/chromoxome-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'chromoxomepro_medium';
    src: url('fonts/ChromoxomePro-Medium.woff2') format('woff2'), url('fonts/ChromoxomePro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'chromoxomepro_bold';
    src: url('fonts/ChromoxomePro-Bold.woff2') format('woff2'), url('fonts/ChromoxomePro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'chromoxomepro_semibold';
    src: url('fonts/ChromoxomePro-SemiBold.woff2') format('woff2'), url('fonts/ChromoxomePro-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mono-rgo_modularbold';
    src: url('fonts/mono-rgomodular-bold-webfont.woff2') format('woff2'), url('fonts/mono-rgomodular-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mono-rgo_modularsemibold';
    src: url('fonts/mono-rgomodular-semibold-webfont.woff2') format('woff2'), url('fonts/mono-rgomodular-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

.align-mid {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

body {
    background: #0e0f1a;
    padding: 0 0 65px 0;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*:focus {
    outline: none
}

a {
    text-decoration: none
}

figure {
    margin: 0
}

.hideMe {
    display: none
}

.hidden {
    opacity: 0 !important;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.disabled {
    opacity: .2
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.button,
p.cta a {
    text-transform: uppercase;
    font-family: 'chromoxomepro_semibold'
}

.white {
    color: #fff
}

.black {
    color: #0e0f1a
}

.mainNav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    z-index: 103;
    bottom: 0;
    display: block
}

.mainNav a {
    width: 20%;
    display: block;
    float: left;
    background-color: #202230;
    color: #6b6d78;
    padding: 20px 0;
    text-decoration: none;
    text-align: center
}

.mainNav a.active {
    background: #005faa;
    background: -webkit-linear-gradient(#005faa, #754ec0);
    background: linear-gradient(#005faa, #754ec0);
    color: #fff
}

.mainNav a.active .icon-hamburger-menu-1:before,
.mainNav a.active .icon-magnifier-1:before {
    content: "\e91a"
}

.mainNav a i {
    display: block;
    font-size: 24px
}

.mainNav a span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600
}
.coronaBanner {
background-color:rgb(252,219,56);text-align:center;line-height:24px;padding:8px 20px;font-size:14px;
}
.coronaBanner a {
display:inline;float:none;background:none;padding:0;text-decoration:underline;text-align:inherit;color:#0a0a0a
}

#subNav {
    top: 0;
    right: -100vw;
    height: 100vh;
    width: 100vw;
    background: #0e0f1a;
    z-index: 102;
    display: block;
    position: fixed;
    -webkit-transition: right 200ms;
    transition: right 200ms
}

#subNav.show {
    right: 0;
    -webkit-transition: right 200ms;
    transition: right 200ms
}

#subNav .social {
    width: 60px;
    padding-top: 18px;
    float: left
}

#subNav .social a {
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 18px
}

#subNav .subNavHolder {
    height: calc(100% - 65px);
    width: calc(100% - 60px);
    float: right;
    background: #fff;
    color: #0e0f1a;
    padding: 0 25px
}

#subNav .subNavHolder > ul {
    margin-top: 0;
    list-style: none;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    overflow-y: auto
}

#subNav .subNavHolder > ul li.has-sub:before {
    font-family: 'icomoon';
    content: "\e914";
    position: relative;
    float: right;
    right: 0;
    top: 18px
}

#subNav .subNavHolder > ul li.has-sub.active:before {
    content: "\e917"
}

#subNav .subNavHolder > ul li a {
    padding: 20px 20px 20px 0;
    display: block;
    text-decoration: none;
    color: #0e0f1a;
    border-bottom: 1px solid #cdced2
}

#subNav .subNavHolder > ul li a.active {
    color: #f60
}

#subNav .subNavHolder > ul li ul {
    display: none;
    padding: 0 0 0 40px
}

#subNav .subNavHolder > ul li ul li {
    list-style: none
}

#subNav .subNavHolder > ul li ul li a {
    padding: 20px 0;
    display: block;
    color: #6b6d78
}

.jspVerticalBar {
    width: 8px;
    background: #fff;
    padding: 5px 0 5px 4px
}

.jspTrack {
    background: #fff
}

.jspDrag {
    border-radius: 4px;
    background: #6b6d78
}

.logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.logo a > img {
    max-width: 45%;
    width: 45%
}

.logo .shape {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup {
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    display: block;
    position: fixed;
    -webkit-transition: left 200ms;
    transition: left 200ms
}

.popup h7 {
    padding: 25px;
    font-size: 18px;
    text-align: center;
    display: block
}

.popup .closebtn {
    position: absolute;
    top: 24px;
    right: 25px;
    font-size: 24px
}

.popup.show {
    left: 0;
    -webkit-transition: left 200ms;
    transition: left 200ms
}

.popup form {
    height: calc(100% - 140px);
    padding-top: 48%;
    background-size: 80% auto, 99.8% auto;
    background-image: url(../img/element_purple_1.svg), url(../img/element_blue_7.svg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right, bottom left
}

.popup form .whiteFix {
    width: 92%;
    margin: 0 4%;
    height: 50px;
    background: #fff;
    padding: 0 5px 0 15px;
    border-radius: 25px
}

.popup form .whiteFix > i {
    width: 24px;
    font-size: 13px;
    display: inline-block
}

.popup form input[type=text] {
    width: calc(100% - 50px);
    line-height: 48px;
    max-height: 100%;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0e0f1a
}

.popup form button {
    font-size: 13px
}

.popup form::-webkit-input-placeholder {
    color: #0e0f1a
}

.popup form:-ms-input-placeholder {
    color: #0e0f1a
}

.popup form::-moz-placeholder {
    color: #0e0f1a;
    opacity: 1
}

.popup form:-moz-placeholder {
    color: #0e0f1a;
    opacity: 1
}

.popup.dark {
    background: #0e0f1a
}

.popup.dark h7 {
    color: #fff;
    background: #161823
}

.popup.dark .closebtn {
    color: #fff
}

.popup.light {
    background: #fff
}

.button,
p.cta a {
    font-size: 20px;
    line-height: 20px;
    border-radius: 30px;
    color: #0e0f1a;
    background: #fff;
    letter-spacing: .5px;
    padding: 15px 20px;
    display: inline-block;
    -webkit-transition: background 200ms;
    transition: background 200ms
}

.button.blue,
p.cta a.blue {
    background: #005faa;
    background: -webkit-linear-gradient(#005faa, #754ec0);
    background: linear-gradient(#005faa, #754ec0);
    color: #fff
}

.button.orange,
p.cta a.orange {
    background: #f60;
    color: #fff
}

time {
    color: #754ec0;
    font-family: 'mono-rgo_modularbold';
    font-size: 14px
}

h1.pageTitle {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    z-index: 99;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -67px;
    height: 40px;
}

h3.eventTitle {
    color: #0e0f1a;
    font-family: 'chromoxomepro_medium';
    font-size: 22px;
    line-height: 26px;
    margin: 2px 0 0 0;
    letter-spacing: .3px
}

p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif
}

.agendaitems.filter figure.hidden {
    display: none !important
}

.agendaitems figure {
    width: 100%;
    margin: 0 0 1px 0;
    max-height: 88px;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms
}

.agendaitems figure.open {
    max-height: 300px;
    height: auto;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms
}

.agendaitems figure.open img {
    height: 88px
}

.agendaitems figure .label-wrap {
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    opacity: 1
}

.agendaitems figure.shown .label-wrap,
.agendaitems figure.shown .label-wrap2 {
    opacity: 1
}

.agendaitems figure .label-wrap2 {
    position: absolute;
    left: 0;
    top: 58px;
    width: 114px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    font-family: 'chromoxomeregular';
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    opacity: 0
}

.agendaitems figure .label-wrap2.uitgesteld {
    background: #3752c5;
    background: -webkit-linear-gradient(#3100aa, #14bdff);
    background: linear-gradient(#3100aa, #14bdff)
}

.agendaitems figure .label-wrap2.blue {
    background: #3752c5;
    background: -webkit-linear-gradient(#3100aa, #14bdff);
    background: linear-gradient(#3100aa, #14bdff)
}

.agendaitems figure .label-wrap2.red {
    background: #f60;
    background: -webkit-linear-gradient(#f60, #ff005f);
    background: linear-gradient(#f60, #ff005f)
}

.agendaitems figure .label-wrap2.purple {
    background: #3100aa;
    background: -webkit-linear-gradient(#3100aa, #9466ed);
    background: linear-gradient(#3100aa, #9466ed)
}
.agendaitems figure .label-wrap2.coronaproof
.agendaitems figure .label-wrap2.coronaproof-isla {
    background: #fcdb38;
    background: -webkit-linear-gradient(#fcdb38, #feec94);
    background: linear-gradient(#fcdb38, #feec94)
}
.agendaitems figure .label-wrap2.yellow {
    background: #fcdb38;
    background: -webkit-linear-gradient(#fcdb38, #feec94);
    background: linear-gradient(#fcdb38, #feec94)
}


.agendaitems figure img {
    max-height: 88px;
    float: left;
    margin-right: 12px
}

.agendaitems figure figcaption {
    height: 100%;
    min-height: 88px;
    padding: 5px 0;
    background: #fff
}

.agendaitems figure figcaption h3 {
    margin-top: 0
}

.agendaitems figure figcaption time {
    font-size: 13px;
    line-height: 13px
}

.agendaitems figure .flapout {
    background: url(../img/element_white_1.svg) no-repeat left top #005faa;
    background-size: 103% auto;
    margin-top: 0;
    height: 215px;
    padding: 60px 30px 0 30px
}

.agendaitems figure .flapout .times p {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 20px 0
}

.agendaitems figure .flapout .times p span {
    display: inline-block;
    margin-top: 8px;
    font-family: 'mono-rgo_modularsemibold';
    font-size: 22px
}

.agendaitems figure .flapout .times p.noTimesTxt {
    width: 100%;
    padding: 20px 0
}

.agendaitems figure .flapout .links a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    font-family: 'chromoxomepro_semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #fff
}

.agendaitems figure .flapout .links a i {
    font-size: 24px
}

.label-wrap {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.label-wrap .labelTxt {
    display: block;
    position: absolute;
    height: 170px;
    width: 170px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -85px;
    top: -85px;
    background: #fff;
    font-family: 'chromoxomeregular';
    text-transform: uppercase;
    font-size: 21px
}

.label-wrap .labelTxt span {
    display: inline-block;
    -webkit-transform: rotate(90deg) translate(68px, 24px);
    -ms-transform: rotate(90deg) translate(68px, 24px);
    transform: rotate(90deg) translate(68px, 24px)
}

.label-wrap small {
    display: none;
}

.label-wrap.red {
    color: #f00
}

.label-wrap.blue {
    color: #005faa
}
.label-wrap.yellow {
    color: #fcdb38;
}
.label-wrap.coronaproof,
.label-wrap.coronaproof-isla {
    color: #fcdb38;
}
.label-wrap.coronaproof-isla .labelTxt {
    font-size: 18px
}
.label-wrap.coronaproof-isla small {
    display: block;
    font-size: 14px;
    margin-top: -5px;
    color: orange;
    text-align: center;
}
.label-wrap.uitgesteld {
    color: #005faa
}
.label-wrap.blue span {
    -webkit-transform: rotate(90deg) translate(68px, 19px);
    -ms-transform: rotate(90deg) translate(68px, 19px);
    transform: rotate(90deg) translate(68px, 19px)
}

.label-wrap.coronaproof-isla span {
    -webkit-transform: rotate(90deg) translate(63px, 19px);
    -ms-transform: rotate(90deg) translate(63px, 19px);
    transform: rotate(90deg) translate(63px, 19px)
}

.label-wrap.purple {
    color: #754ec0
}

.label-wrap .labelIcon {
    position: relative;
    height: 76px;
    width: 76px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -38px;
    top: -38px;
    padding: 28px 0 0 9px
}

.label-wrap .labelIcon i {
    font-size: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block
}

.label-wrap .labelIcon i.icon-warning-circle {
    -webkit-transform: rotate(45deg) translate(-2px, 2px);
    -ms-transform: rotate(45deg) translate(-2px, 2px);
    transform: rotate(45deg) translate(-2px, 2px)
}

.label-wrap .labelIcon i.icon-cooking-timer-2 {
    -webkit-transform: rotate(45deg) translate(-2px, 2px);
    -ms-transform: rotate(45deg) translate(-2px, 2px);
    transform: rotate(45deg) translate(-2px, 2px)
}

.label-wrap.purple .labelIcon {
    background: #3100aa;
    background: -webkit-linear-gradient(#3100aa, #9466ed);
    background: linear-gradient(#3100aa, #9466ed)
}

.label-wrap.blue .labelIcon {
    background: #3752c5;
    background: -webkit-linear-gradient(#3100aa, #14bdff);
    background: linear-gradient(#3100aa, #14bdff)
}
.label-wrap.uitgesteld .labelIcon {
    background: #3752c5;
    background: -webkit-linear-gradient(#3100aa, #14bdff);
    background: linear-gradient(#3100aa, #14bdff)
}
.label-wrap.yellow .labelIcon {
    background: #fcdb38;
    background: -webkit-linear-gradient(#fcdb38, #feec94);
    background: linear-gradient(#fcdb38, #feec94)
}

.label-wrap.coronaproof .labelIcon,
.label-wrap.coronaproof-isla .labelIcon {
    background: #fcdb38;
    background: -webkit-linear-gradient(#fcdb38, #feec94);
    background: linear-gradient(#fcdb38, #feec94)
}


.label-wrap.red .labelIcon {
    background: #f60;
    background: -webkit-linear-gradient(#f60, #ff005f);
    background: linear-gradient(#f60, #ff005f)
}

.headerBar {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    padding: 15px 12px;
    text-align: center;
    z-index: 20
}

.headerBar a {
    font-size: 24px
}

.headerBar a:first-of-type {
    float: left
}

.headerBar a:last-of-type {
    float: right
}

.headerBar h3 {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    margin: 0 30px 0 30px;
    font-size: 18px
}

.headerBar.fixed {
    background: #0e0f1a
}

.headerBar.fixed h3 {
    opacity: 1
}

body.agendaDetail {
    overflow-x: hidden !important
}

body.agendaDetail figure {
    position: relative;
    margin-bottom: 2px
}

body.agendaDetail .label-wrap {
    width: 150px;
    height: 150px
}

body.agendaDetail .label-wrap .labelIcon {
    right: -112px
}

body.agendaDetail .eventInfo,
body.agendaDetail .restInfo {
    background: #fff;
    position: relative;
    color: #0e0f1a;
    margin-bottom: 2px
}

body.agendaDetail .eventInfo p,
body.agendaDetail .restInfo p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px
}

body.agendaDetail .eventInfo span,
body.agendaDetail .restInfo span {
    font-family: 'mono-rgo_modularsemibold';
    display: block;
    font-size: 16px;
    margin-top: 5px
}

body.agendaDetail .eventInfo a.tickets,
body.agendaDetail .restInfo a.tickets {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.agendaDetail .eventInfo time,
body.agendaDetail .restInfo time {
    padding-top: 40px;
    width: 100%;
    display: block
}

body.agendaDetail .eventInfo {
    min-height: 190px;
    max-height: 220px
}

body.agendaDetail .eventInfo h1 {
    font-family: 'chromoxomepro_semibold';
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
    min-height: 26px;
    max-height: 52px
}

body.agendaDetail .eventInfo h1.no-marg-bot {
    margin-bottom: 0
}

body.agendaDetail .eventInfo h2.subtitle {
    margin-top: 0;
    font-size: 1.1em
}

body.agendaDetail .eventInfo p {
    width: 50%;
    float: left;
    margin: 0
}

body.agendaDetail .eventInfo p.noTimesTxt {
    width: 100%
}

body.agendaDetail .eventInfo .downpointer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: ;
    margin-left: -12px;
    font-size: 24px
}

body.agendaDetail .restInfo {
    height: 200px;
    padding: 35px 0 35px 50%;
    background: url(../img/bg_rest_block.jpg) no-repeat left top #fff;
    background-size: 50% 100%;
    margin-top: -13px
}

body.agendaDetail .restInfo p {
    text-align: center;
    font-size: 16px
}

body.agendaDetail .restInfo p span {
    font-size: 22px;
    line-height: 27px
}

body.agendaDetail .restInfo a {
    margin-left: 15px
}

body.agendaDetail .smallCnt {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative
}

body.agendaDetail .smallCnt:after {
    display: block;
    padding-top: 70px;
    height: 100px;
    width: 100%;
    text-align: center;
    background: #0e0f1a;
    background: -webkit-linear-gradient(rgba(14, 15, 26, 0), #0e0f1a);
    background: linear-gradient(rgba(14, 15, 26, 0), #0e0f1a);
    font-family: 'icomoon';
    content: "";
    color: #fff;
    position: absolute;
    top: 400px;
    left: 0
}

body.agendaDetail .smallCnt .more {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: center;
    top: 400px;
    z-index: 10;
    left: 0;
    color: #fff;
    padding-top: 60px
}

body.agendaDetail .smallCnt.visible {
    max-height: none
}

body.agendaDetail .smallCnt.visible:after,
body.agendaDetail .smallCnt.visible .more {
    display: none
}

body.agendaDetail article {
    padding: 25px 40px
}

body.agendaDetail .share {
    height: 80px;
    margin-bottom: 40px
}

body.agendaDetail .share .btnWrap {
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    font-family: 'chromoxomepro_semibold';
    text-transform: uppercase;
    font-size: 18px
}

body.agendaDetail .share .btnWrap a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    margin-bottom: 5px
}

body.agendaDetail .share .btnWrap a.like {
    background: #005faa;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff
}

body.agendaDetail .share .btnWrap a.go {
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #005faa
}

body.agendaDetail .wysiwyg {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

body.agendaDetail .wysiwyg a {
    color: #5fc1ff;
    text-decoration: underline
}

body.agendaDetail .wysiwyg .cta a {
    text-decoration: none
}

body.agendaDetail .wysiwyg ul,
body.agendaDetail .wysiwyg ol,
body.agendaDetail .wysiwyg p {
    margin: 0 0 30px 0
}

body.agendaDetail .wysiwyg h1 {
    font-size: 30px;
    line-height: 28px
}

body.agendaDetail .wysiwyg h2 {
    font-size: 25px;
    line-height: 28px
}

body.agendaDetail .wysiwyg h3 {
    font-size: 20px;
    line-height: 28px
}

body.agendaDetail .wysiwyg h4 {
    font-size: 16px;
    line-height: 28px
}

body.agendaDetail .wysiwyg img {
    margin-bottom: 30px
}

body.agendaDetail .wysiwyg hr {
    margin-bottom: 30px;
    height: 1px;
    border: none;
    background: rgba(151, 151, 151, 0.3)
}

body.agendaDetail .wysiwyg iframe {
    max-width: 100%;
    height: auto
}

body.agendaDetail .wysiwyg p img {
    margin-bottom: 0 !important
}

body.agendaDetail .wysiwyg p:last-child {
    margin-bottom: 0 !important
}

body.agendaDetail .video iframe,
body.agendaDetail .spotify iframe {
    max-width: 100%
}

body.agendaDetail .timetable {
    background: #005faa;
    margin-bottom: 2px
}

body.agendaDetail .timetable h5 {
    background: #fff;
    font-family: 'chromoxomepro_medium';
    font-size: 20px;
    margin: 0;
    padding: 20px 46px;
    margin-top: -5px
}

body.agendaDetail .timetable h5 i {
    font-size: 25px;
    margin-right: 15px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    display: inline-block
}

body.agendaDetail .timetable .wysiwyg {
    padding: 30px 45px
}

body.agendaDetail .timetable .wysiwyg p {
    font-family: 'mono-rgo_modularsemibold';
    font-size: 15px;
    line-height: 19px
}

body.agendaDetail .timetable .wysiwyg p.disclaim {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600
}

body.agendaDetail .beforeAfter .act {
    background: #fff;
    color: #0e0f1a;
    height: 88px;
    margin-bottom: 2px
}

body.agendaDetail .beforeAfter .act img {
    float: left;
    margin-right: 15px
}

body.agendaDetail .beforeAfter .act figcaption {
    padding: 15px 15px 15px 15px
}

body.agendaDetail .beforeAfter .act figcaption h3 {
    margin: 0;
    font-family: 'chromoxomepro_semibold';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px
}

body.agendaDetail .spotify {
    padding: 35px 0 0 0
}

body.agendaDetail .functLinks {
    padding: 75px 20px;
    height: 225px
}

body.agendaDetail .functLinks a {
    color: #fff;
    font-family: 'chromoxomepro_semibold';
    font-size: 20px;
    line-height: 24px;
    width: 50%;
    float: left
}

body.agendaDetail .functLinks a i {
    font-size: 55px;
    display: inline-block;
    margin-bottom: 13px
}

body.agendaDetail .fbComments {
    padding-top: 95px;
    background-image: url(../img/element_white_2.svg), url(../img/element_blue_7.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: -3px 50px, -2px 10px;
    background-size: 103% auto
}

body.agendaDetail .fbComments .fbCommentWrap {
    background: #fff;
    min-height: 250px;
    padding: 20px
}

body.agendaDetail .fbComments .fbCommentWrap iframe {
    max-width: 100%
}

body.agendaDetail .fbComments .fbCommentWrap h3 {
    font-size: 22px;
    padding-left: 8px
}

body.agendaDetail #tickets {
    background: #0e0f1a;
    position: fixed;
    top: 0;
    -webkit-transform: translate(0, -100vh);
    -ms-transform: translate(0, -100vh);
    transform: translate(0, -100vh);
    z-index: 102;
    height: 100vh;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms
}

body.agendaDetail #tickets.show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

body.agendaDetail #tickets > div {
    position: relative;
    background: #fff;
    padding: 15px;
    border-bottom: 2px dashed #0e0f1a
}

body.agendaDetail #tickets > div:after,
body.agendaDetail #tickets > div:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: #0e0f1a;
    border-radius: 50%;
    position: absolute;
    z-index: 2
}

body.agendaDetail #tickets > div:after {
    left: -10px
}

body.agendaDetail #tickets > div:before {
    right: -10px
}

body.agendaDetail #tickets .top {
    padding: 18px 20px
}

body.agendaDetail #tickets .top .closeTickets {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #0e0f1a
}

body.agendaDetail #tickets .top h2 {
    margin: 0 0 5px 0;
    font-family: 'chromoxomepro_semibold';
    font-size: 50px;
    line-height: 60px
}

body.agendaDetail #tickets .top p {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px
}

body.agendaDetail #tickets .top:after,
body.agendaDetail #tickets .top:before {
    bottom: -10px
}

body.agendaDetail #tickets .mid {
    padding: 15px 20px;
    background: #fff
}

body.agendaDetail #tickets .mid ul {
    margin: 0 0 10px 0;
    padding: 0 40px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    max-height: 110px;
    overflow-y: scroll;
    list-style: none;
    text-align: left
}

body.agendaDetail #tickets .mid ul span {
    display: inline-block;
    float: right;
    font-weight: 700
}

body.agendaDetail #tickets .mid ul li {
    padding-right: 15px
}

body.agendaDetail #tickets .mid ul li:last-child {
    margin-bottom: 40px
}

body.agendaDetail #tickets .mid ul:after {
    background: #fff;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    content: '';
    position: absolute;
    top: 55px;
    left: 0;
    width: calc(100% - 40px)
}

body.agendaDetail #tickets .mid .noTicketsStuff {
    /*height: 110px;*/
    padding: 20px;
    margin: 0 0 30px 0
}

body.agendaDetail #tickets .mid .soldout {
    height: 50px;
    color: #f60;
    font-family: 'chromoxomepro_semibold';
    display: block;
    line-height: 50px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

body.agendaDetail #tickets .mid a {
    display: inline-block
}

body.agendaDetail #tickets .mid a:not(.button) {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #754ec0
}

body.agendaDetail #tickets .mid a:not(.button) i {
    font-size: 24px;
    margin-right: 7px
}

body.agendaDetail #tickets .mid a.button {
    margin-bottom: 15px;
    max-width: 170px
}

body.agendaDetail #tickets .mid:after,
body.agendaDetail #tickets .mid:before {
    bottom: -10px
}

body.agendaDetail #tickets .bot {
    background: #fff;
    border-bottom: 0;
    padding: 0
}

body.agendaDetail #tickets .bot:after,
body.agendaDetail #tickets .bot:before {
    display: none
}

body.agendaDetail #tickets .bot .warning {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #0e0f1a
}

body.agendaDetail #tickets .bot .warning i {
    font-size: 24px;
    color: #f60;
    margin-right: 15px
}

body.agendaDetail #tickets .bot .saleTxt {
    padding: 15px 35px;
    background: #efefef;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px
}

body.agendaDetail #more {
    position: fixed;
    height: 100vh;
    z-index: 101;
    top: 0;
    right: -100vw;
    background: #0e0f1a;
    padding: 0 40px;
    padding-top: 100px;
    -webkit-transition: right 150ms;
    transition: right 150ms;
    width: 100vw
}

body.agendaDetail #more.show {
    right: 0
}

body.agendaDetail #more.mobile {
    position: static;
    width: 100% !important;
    padding: 0;
    height: auto;
    margin-top: 25px
}

body.agendaDetail #more .topBar {
    width: 100%;
    padding: 24px;
    background: #161823;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: 'chromoxomepro_semibold';
    text-transform: uppercase
}

body.agendaDetail #more .topBar a {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 24px
}

body.agendaDetail #more .title h5 {
    color: #fff;
    font-family: 'chromoxomepro_semibold';
    margin: 10px 0 35px 0;
    font-size: 22px
}

body.agendaDetail .moreWrap {
    width: 100%;
    overflow: hidden;
    max-height: 207px
}

body.agendaDetail #moreSlide {
    width: 400%;
    height: 100%;
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms
}

body.agendaDetail #moreSlide.toScreen2 {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%)
}

body.agendaDetail #moreSlide.toScreen3 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.agendaDetail #moreSlide.toScreen4 {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%)
}

body.agendaDetail .moreBlock {
    background: #0e0f1a;
    float: left;
    width: 25%
}

body.agendaDetail .moreBlock a {
    color: #fff;
    background: #2b2e3e;
    display: block;
    padding: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(205, 206, 210, 0.2)
}

body.agendaDetail .moreBlock a:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

body.agendaDetail .moreBlock a:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: none
}

body.agendaDetail .moreBlock a i {
    float: right;
    font-size: 20px
}

body.agendaDetail .moreBlock#block2 a:first-child i,
body.agendaDetail .moreBlock#block3 a:first-child i,
body.agendaDetail .moreBlock#block4 a:first-child i {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px
}


@media screen and (min-width:48em) {
    body {
        padding: 0 0 100px 0
    }

    .row {
        max-width: 748px
    }
    .agendaNav {
        background: #0e0f1a;
        margin: 20px auto 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .agendaNav .row {
        position: relative;
        max-width: none;
    }    
    .agendaNav #agendaNavNext,
    .agendaNav #agendaNavPrev {
        position: absolute;
        display: block;
        top: 0;
        height: 40px;
        width: 30px;
        line-height: 40px;
        padding: 0;
        cursor: pointer;
        text-align: center;
    }
    .disabled {
        opacity: 1;
    }
    .agendaNav #agendaNavNext i,
    .agendaNav #agendaNavPrev i {
        display: block;
        height: 40px;
        width: 30px;
        line-height: 42px;
    }
    .agendaNav #agendaNavNext {
        right: 0;
    }
    .agendaNav #agendaNavPrev {
        left: 0;
    }
    .agendaNavWrap {
        position: relative;
        width: 100%;
        margin: 0;
        float: /*right*/;
    }
    .swiper-holder {                
        width: 100%;
        height: 40px;
        float: left;
        padding: 0 30px;
    }
    .swiper-container {
        width: 100%;
        height: 40px;
        margin: 0;
    }
    .swiper-slide {
        width: 50px;
        max-width: 50px;
        line-height: 40px;
        position: relative;
        color: #6b6d78;
        text-align: center;
        display: inline-block;
        font-size: 23px;
        text-transform: uppercase;
        font-family: 'chromoxomepro_semibold';
    }
    .swiper-slide.year,
    .swiper-slide.active {
        color: #fff
    }
    .swiper-slide.active:after {
        position: absolute;
        bottom: 0;
        content: '';
        background: #005faa;
        background: -webkit-linear-gradient(left, #005faa, #754ec0);
        background: linear-gradient(to right, #005faa, #754ec0);
        display: block;
        height: 4px;
        width: 100%
    }
    
    .agendaNav.fixed {
        position: fixed;
        width: 100%;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 101;
        margin-top: 0;
        padding: 10px 0;
        -webkit-transition: top 200ms;
        transition: top 200ms
    }
    .agendaNav.fixed h1 {
        display: none
    }

    .mainNav a {
        width: 14.28%
    }

    .mainNav a i {
        margin-bottom: 10px
    }

    .mainNav a.search {
        padding: 15px 0
    }

    .mainNav a.search i {
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 20px;
        background-color: #2b2e3e;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        margin-bottom: 0;
        font-size: 27px;
        color: #fff
    }

    #subNav {
        bottom: 100px !important;
        top: auto;
        right: -320px;
        /*height: 396px;*/
		height: 424px;
        width: 320px
    }

    #subNav .subNavHolder {
        height: 100%
    }

    #subNav .subNavHolder ul {
        margin-bottom: 0;
        height: 100%
    }

    .logo {
        padding: 20px 0
    }

    .logo a > img {
        max-width: 150px
    }

    .banner {
        margin-bottom: 30px
    }

    .banner figcaption,
    .banner div {
        padding: 15px
    }

    .banner figcaption p,
    .banner div p {
        margin: 0 0 10px 0
    }

    .banner figcaption p:last-of-type,
    .banner div p:last-of-type {
        margin: 0
    }

    .banner figcaption .button,
    .banner div .button {
        margin-top: 15px
    }

    .banner.blue {
        background: #005faa;
        color: #fff
    }

    .banner.purple {
        background: #754ec0;
        color: #fff
    }

    .banner.grey {
        background: #202230;
        color: #fff
    }
    
    .agendaitems figure {
        width: calc(33.3333333333% - 0.6250em);
        margin: .3125em;
        height: auto;
        max-height: none;
        background: none;
        float: left
    }

    .agendaitems figure img {
        width: 100%;
        height: auto;
        max-height: none;
        float: none;
        margin-right: 12px
    }

    .agendaitems figure h3 {
        margin-top: 0 !important
    }

    .agendaitems figure figcaption {
        text-align: center;
        height: 90px
    }

    .agendaitems figure .flapout {
        display: none
    }

    body.agendaDetail {
        background: url(../img/element_purple_4.svg) no-repeat #0e0f1a;
        background-position: 100% -40px;
        background-size: 50%;
        padding-top: 100px
    }

    body.agendaDetail .logo {
        position: absolute;
        top: 0;
        left: 50%;
        width: 150px;
        margin-left: -75px
    }

    body.agendaDetail .logo a > img {
        width: 100%
    }

    body.agendaDetail .label-wrap {
        right: 0
    }

    body.agendaDetail .leftCol {
        padding-right: 35px !important
    }

    body.agendaDetail .midCol {
        padding: 0 35px !important
    }

    body.agendaDetail .eventInfo {
        min-height: 120px;
        max-height: 120px
    }

    body.agendaDetail .eventInfo p {
        margin-top: 40px;
        font-size: 16px
    }

    body.agendaDetail .eventInfo p span {
        font-size: 22px
    }

    body.agendaDetail .eventInfo p.noTimesTxt {
        margin-top: 49px
    }

    body.agendaDetail .restInfo {
        margin-top: 0;
        height: 225px;
        padding: 35px 0 35px 50%
    }

    body.agendaDetail .restInfo a {
        margin: 20px 0 0 25px
    }

    body.agendaDetail .share {
        width: 225px
    }

    body.agendaDetail .timetable h5 {
        margin-top: 0
    }

    body.agendaDetail article {
        padding: 0 0 75px 0
    }

    body.agendaDetail article time {
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        font-family: 'mono-rgo_modularsemibold'
    }

    body.agendaDetail article h1 {
        color: #fff;
        font-family: 'chromoxomepro_semibold';
        font-size: 40px;
        line-height: 42px;
        margin: 10px 0 40px
    }

    body.agendaDetail article h1.no-marg-bot {
        margin-bottom: 20px
    }

    body.agendaDetail article h2.subtitle {
        margin-bottom: 40px
    }

    body.agendaDetail .fbComments .fbCommentWrap {
        background: #fff;
        min-height: 250px;
        padding: 20px 10px
    }

    body.agendaDetail .spotify {
        padding: 0
    }

    body.agendaDetail #tickets {
        height: auto;
        -webkit-transform: translate(0, -100vh);
        -ms-transform: translate(0, -100vh);
        transform: translate(0, -100vh)
    }

    body.agendaDetail #tickets .top:after,
    body.agendaDetail #tickets .top:before {
        bottom: 10pxx
    }

    body.agendaDetail #tickets.show {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    body.agendaDetail #more {
        width: 400px;
        top: 75px;
        background: none;
        padding-top: 0
    }

    body.agendaDetail #more.show {
        right: -11px
    }

    body.agendaDetail #more .medium-disabled {
        opacity: .3
    }

    .headerBar {
        padding: 30px
    }

    .headerBar img {
        width: 150px
    }

    .label-wrap {
        right: 0;
        width: 150px;
        height: 150px
    }

    .label-wrap .labelIcon {
        right: -112px
    }
}

@media screen and (min-width:48em) and (max-width:80em) {
    .mainNav .navWrap {
        padding-bottom: 0;
        background-color: transparent;
    }

    .popup form {
        padding-top: 28%;
        background-size: 55% auto, 100% auto;
        background-image: url(../img/element_purple_1.svg), url(../img/element_blue_5.svg)
    }

    .popup form .whiteFix {
        width: 70%;
        margin: 0 15%
    }
}

@media screen and (min-width:80em) {
    a:hover {
        cursor: pointer
    }

    body {
        padding: 100px 0 0 0
    }

    .row {
        max-width: 1000px
    }

    .mainNav {
        top: 0;
        height: 100px;
        background-color: #202230
    }

    .mainNav .navWrap {
        width: 1024px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /* padding-left: 220px; */
		padding-left: 260px;
        display: block
    }

    .mainNav .navWrap a {
        width: 100px;
        color: #fff;
        -webkit-transition: background 200ms;
        transition: background 200ms
    }

    .mainNav .navWrap a span {
        font-weight: 700
    }

    .mainNav .navWrap a:not(.active) i {
        -webkit-transition: -webkit-transform 150ms;
        transition: transform 150ms
    }

    .mainNav .navWrap a:not(.active):hover {
        background: #0e0f1a
    }

    .mainNav .navWrap a:not(.active):hover i {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    #subNav {
        bottom: auto;
        top: -356px;
        right: 50%;
        height: auto;
        /*max-height: 390px;*/
		max-height: 455px;
        width: 306px;
        /*margin-right: -512px;*/
		margin-right: -455px;
        -webkit-transition: top 200ms;
        transition: top 200ms
    }

    #subNav ul {
        padding: 0 0
    }

    #subNav ul li a:hover {
        color: #5fc1ff;
        -webkit-transition: color 200ms;
        transition: color 200ms
    }

    #subNav.show {
        right: 50%;
        top: 100px;
        -webkit-transition: top 200ms;
        transition: top 200ms
    }

    #subNav .social a:hover {
        color: #f60;
        -webkit-transition: color 200ms;
        transition: color 200ms
    }
    
    h1.pageTitle {
        left: .3125em;
        top: 0;
    }
    .agendaNav {
        margin: 0 auto 25px;
        padding: 13px 0;
        border-bottom: 0;
    }
    .agendaNav.fixed h1 {
        display: block
    }
    
    .agendaNav .row {
        max-width: 1000px;
    }
    .agendaNavWrap {
        width: 100%;
        max-width: /*calc(100% - 90px)*/ 795px;
        margin: 0 0 0 125px;
    }
    .agendaNav .agendaNavTrack a {
		-webkit-transition: color 200ms;
		transition: color 200ms;
        position: relative;
    }
    .agendaNav .agendaNavTrack a:hover {
		color: #fff;
    } /*     
    .agendaNav #agendaNavNext, 
    .agendaNav #agendaNavPrev {
        display: none;
    }*/
    .swiper-holder {
        padding: 0 20px;
        /*max-width: 785px;*/
    }
    .agendaNav #agendaNavNext,
    .agendaNav #agendaNavPrev,
    .agendaNav #agendaNavNext i,
    .agendaNav #agendaNavPrev i {
        width: 20px;
    }
    
    .logo{
        position:fixed !important;
        width:240px !important;
        left:50% !important;
        margin-left:-512px !important;
        top:0 !important;
        text-align:left !important;
        z-index:104 !important;
        padding: 21px 0 !important
    }
    .logo a > img{
        max-width: 240px;
        width: 240px !important
    }
    .searchDesktop {
        float: right;
        width: 180px;
        padding-top: 20px
    }
    .searchDesktop input {
        height: 50px;
        width: 105px;
        border-radius: 25px;
        border: none;
        line-height: 50px;
        padding: 0 30px 0 45px;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transition-timing-function: cubic-bezier(.03, .86, .24, 1.35);
        transition-timing-function: cubic-bezier(.03, .86, .24, 1.35)
    }

    .searchDesktop input:focus {
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transition-timing-function: cubic-bezier(.03, .86, .24, 1.35);
        transition-timing-function: cubic-bezier(.03, .86, .24, 1.35);
        padding: 0 45px 0 45px
    }

    .searchDesktop button {
        position: absolute;
        right: 20px;
        top: 40px;
        font-size: 12px
    }

    .searchDesktop button:before {
        position: absolute;
        font-family: 'icomoon';
        content: "\e927";
        display: block;
        font-size: 20px;
        left: -148px;
        top: -4px;
        -webkit-transition: all .5s linear;
        transition: all .5s linear
    }

    .searchDesktop button:after {
        position: relative;
        width: 1px;
        height: 1px;
        content: ''
    }

    .searchDesktop button i {
        position: absolute;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transition-timing-function: cubic-bezier(.03, .86, .24, 1.35);
        transition-timing-function: cubic-bezier(.03, .86, .24, 1.35)
    }

    .searchDesktop button.active:before {
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        color: #005faa
    }

    .searchDesktop button.active i {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transition-timing-function: cubic-bezier(.03, .86, .24, 1.35);
        transition-timing-function: cubic-bezier(.03, .86, .24, 1.35)
    }

    .button:hover,
    p.cta a:hover {
        background: #f60;
        color: #fff
    }

    footer {
        padding: 70px 0 0 0;
        margin-top: 100px;
        background: url(../img/element_blue_5.svg) no-repeat center bottom
    }

    footer a {
        color: #fff;
        text-decoration: none
    }

    footer .social {
        padding-top: 15px
    }

    footer .social a {
        display: inline-block;
        font-size: 37px;
        margin: 0 14px;
        -webkit-transition: all 150ms;
        transition: all 150ms
    }

    footer .social a:hover {
        color: #f60;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px)
    }

    footer .footerLinks {
        padding-left: 0;
        list-style: none
    }

    footer .footerLinks li {
        display: inline-block
    }

    footer .footerLinks li:after {
        color: #fff;
        content: ' | '
    }

    footer .footerLinks li:last-child:after {
        content: ''
    }

    footer .footerLinks a {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: color 200ms;
        transition: color 200ms
    }

    footer .footerLinks a:hover {
        color: #f60
    }

    footer .credits {
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 20px
    }

    footer .credits a {
        color: #f60;
        text-decoration: none
    }

    footer img {
        margin-bottom: 20px
    }

    #partnerSlider {
        padding: 25px 0;
        width: 100%;
        background: #fff
    }

    .banner {
        margin-bottom: 30px
    }

    .banner figcaption,
    .banner div {
        padding: 25px
    }

    .banner figcaption p,
    .banner div p {
        margin: 0 0 20px 0
    }

    .banner figcaption p:last-of-type,
    .banner div p:last-of-type {
        margin: 0
    }

    .banner figcaption .button,
    .banner div .button {
        margin-top: 25px
    }
    
    .agendaNav.fixed {
        top: 100px;
        padding: 13px 0
    }

    .agendaitems {
        min-height: calc(100vh - 544px) !important
    }

    .agendaitems figure {
        -webkit-transition: -webkit-transform 150ms;
        transition: transform 150ms;
        width: calc(25% - 0.6250em)
    }

    .agendaitems figure.noDetail:not(.closed-event):hover,
    .agendaitems figure.noDetail:not(.closed-event):hover a {
        cursor: default
    }

    .agendaitems figure:not(.noDetail):hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .agendaitems figure:not(.noDetail):hover figcaption {
        padding: 15px 20px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .agendaitems figure:not(.noDetail):hover figcaption h3 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .agendaitems figure:not(.noDetail):hover figcaption:after {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .agendaitems figure:not(.noDetail):hover figcaption:before {
        right: 15px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .agendaitems figure figcaption {
        padding: 25px 20px;
        height: 130px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .agendaitems figure figcaption h3 {
        font-size: 22px;
        margin-top: 5px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .agendaitems figure figcaption time {
        font-size: 14px
    }

    .agendaitems figure figcaption:after {
        position: absolute;
        content: '';
        bottom: -7px;
        height: 7px;
        width: 100%;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: -webkit-linear-gradient(left, #005faa, #754ec0);
        background: linear-gradient(to right, #005faa, #754ec0);
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .agendaitems figure figcaption:before {
        position: absolute;
        content: '\e916';
        font-family: 'icomoon';
        font-size: 11px;
        speak: none;
        bottom: 0;
        right: -30px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 20px;
        color: #0e0f1a;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    body.agendaDetail {
        background-position: 100% 48px;
        background-size: 55% auto;
        padding-top: 100px
    }

    body.agendaDetail .midCol {
        padding: 0 0 0 35px !important
    }

    body.agendaDetail .restInfo a {
        margin: 20px 0 0 8px
    }

    body.agendaDetail article h1 {
        font-size: 60px;
        line-height: 54px
    }

    body.agendaDetail .midCol {
        padding: 0 0 0 35px !important
    }

    body.agendaDetail .midCol {
        padding: 0 0 0 35px !important
    }

    body.agendaDetail #tickets {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    body.agendaDetail #tickets .mid ul {
        max-height: 400px;
        margin-bottom: 20px;
    }

    body.agendaDetail #tickets .mid ul li:last-child {
        margin-bottom: 0
    }

    body.agendaDetail #tickets .mid ul:after {
        display: none
    }

    body.agendaDetail #tickets a:not(.button):hover {
        color: #f60
    }

    .rightCol {
        padding-left: 75px !important
    }

    .backlink {
        display: block;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'chromoxomepro_semibold';
        margin: 25px 0 35px 0
    }

    .backlink:hover {
        color: #f60;
        -webkit-transition: color 200ms;
        transition: color 200ms
    }

    .backlink i {
        margin-right: 25px
    }

    .share .btnWrap a {
        -webkit-transition: all 200ms;
        transition: all 200ms
    }

    .share .btnWrap a:hover {
        background: #f60 !important;
        color: #fff !important
    }

    .functLinks a:hover {
        color: #f60 !important;
        -webkit-transition: all 200ms;
        transition: all 200ms
    }

    #tickets {
        margin-bottom: 30px
    }

    body.agendaDetail .moreBlock a {
        -webkit-transition: all 150ms;
        transition: all 150ms
    }

    body.agendaDetail .moreBlock a:hover {
        background: #f60;
        padding: 13px 17px
    }

    body.agendaDetail #more {
        position: static;
        height: 207px;
        z-index: 0;
        top: auto;
        right: 0;
        background: #0e0f1a;
        padding: 0;
        width: 100%;
        margin-bottom: 25px
    }
}

@media screen and (min-width:90em) {
    .row {
        max-width: 1280px
    }

    .mainNav .navWrap {
        width: 1280px;
        padding-left: 330px
    }

    .mainNav .navWrap a {
        width: 105px
    }

    #subNav {
        width: 323px
    }
    
    .agendaNavWrap {
        margin: 0 auto;
    }
    .agendaNav {
        margin-top: 26px;
        margin-bottom: 18px;
    }
    .agendaNav .row {
        max-width: 1280px;
    } 
    h1.pageTitle {
        left: 5px;
        top: -1px;
    }
    /*.agendaNavWrap {
        max-width: calc(100% - 110px);
    }*/

    .logo {
        margin-left: -640px !important
    }

    .logo a > img {
        max-width: 240px;
        width: 240px
    }

    .searchDesktop {
        width: 205px
    }

    .searchDesktop input {
        width: 130px
    }

    .searchDesktop button:before {
        left: -171px
    }

    .agendaitems figure figcaption {
        padding: 30px;
        height: 140px
    }

    .agendaitems figure figcaption h3 {
        font-size: 28px
    }

    body.agendaDetail {
        background-position: 100% 27px;
        background-size: 56% auto
    }

    body.agendaDetail .restInfo a {
        margin: 20px 0 0 25px
    }

    .label-wrap .labelTxt {
        height: 190px;
        width: 190px;
        right: -95px;
        top: -95px
    }

    .label-wrap .labelTxt span {
        -webkit-transform: rotate(90deg) translate(81px, 25px);
        -ms-transform: rotate(90deg) translate(81px, 25px);
        transform: rotate(90deg) translate(81px, 25px)
    }
    .label-wrap.coronaproof-isla span {
        -webkit-transform: rotate(90deg) translate(70px, 25px);
        -ms-transform: rotate(90deg) translate(70px, 25px);
        transform: rotate(90deg) translate(70px, 25px)
    }
    .label-wrap.coronaproof-isla .labelTxt {
        font-size: 21px
    }

    .label-wrap.blue span {
        -webkit-transform: rotate(90deg) translate(81px, 21px);
        -ms-transform: rotate(90deg) translate(81px, 21px);
        transform: rotate(90deg) translate(81px, 21px)
    }

    .label-wrap .labelIcon {
        position: relative;
        height: 100px;
        width: 100px;
        right: -100px !important;
        top: -50px;
        padding: 38px 0 0 13px
    }

    .label-wrap .labelIcon i {
        font-size: 21px;
        font-weight: bold;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block
    }

    .label-wrap .labelIcon i.icon-warning-circle {
        -webkit-transform: rotate(45deg) translate(-2px, 2px);
        -ms-transform: rotate(45deg) translate(-2px, 2px);
        transform: rotate(45deg) translate(-2px, 2px)
    }

    .label-wrap .labelIcon i.icon-cooking-timer-2 {
        -webkit-transform: rotate(45deg) translate(-2px, 2px);
        -ms-transform: rotate(45deg) translate(-2px, 2px);
        transform: rotate(45deg) translate(-2px, 2px)
    }
}

@media screen and (min-width:121em) {
    body.agendaDetail {
        background-position: 100% 15px;
        background-size: 48% auto
    }
}