@import 'fonts.css';

/* >>> general styling */
/*html, body {  }*/
header, footer, nav, aside, section, article { display: block; }
a { text-decoration: none; }
ul { list-style: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
img { border: none; }
img, iframe, object, embed { max-width:100%; }
iframe.fb_ltr { max-width:none; }
::selection {
    background: #bcece6; /* Safari */
    }
::-moz-selection {
    background: #bcece6; /* Firefox */
}
/* <<< general styling */

body { background: url('../images/raster.png') repeat; overflow-x: hidden; position: relative; font-family:Georgia, serif; font-size:14px; color:#949494;}
.overflow{overflow: hidden;}
.rotate{transform: rotate(180deg);}

/* structure */
.inner { width: 980px; position: relative; margin: 0 auto; }
.single { width: 25%; float: left; }
.tripple { width: 70%; float: left; }
.quattro { width: 100%; }

header { position: relative; z-index: 3; background: url('../images/header-bg.png') repeat-x; height: 95px; width: 100%; }
header.sticky { position: fixed; }
#page { position: relative; z-index: 2; padding-top: 2rem; }
#shadow { z-index: 1; height: 300px; width: 100%; background: url('../images/page-top-bg.png') repeat-x; background-size:contain; position: absolute; top: 133px; left: 0; }

h2 {font-size:120% !important;}
h2, h3, h4, .menu--main ul li a { font-family: 'LubalGraphBdBTBold' !important; font-weight: normal; text-transform: uppercase; }
h3 {font-size: 130% !important; color:#5DC4B8 !important; margin-bottom:15px;}
h4{font-size: 14px !important;}
.shadow { box-shadow: 6px 6px 0 #ddd; -moz-box-shadow: 6px 6px 0 #ddd; -webkit-box-shadow: 6px 6px 0 #ddd; box-shadow:6px 6px 0 rgba(150, 150, 150, 0.3); -moz-box-shadow:6px 6px 0 rgba(150,150, 150, 0.3); -webkit-box-shadow:6px 6px 0 rgba(150, 150, 150, 0.3); }
ul{padding-left: 0!important;}



/* header */
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa path{
    fill: #a7a7a7 !important;
}

.hamburger {
    cursor: pointer;
    z-index: 20;
    width: 25px;
    height: 2px;
    background: #a7a7a7;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    border: none;
}

.hamburger:before,
.hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background: #a7a7a7;
    transition: .5s;
}
.hamburger:before {
    top: -8px;
}

.hamburger:after {
    top: 8px;
}

.hamburger.cross{
    background: rgba(0, 0, 0, 0);
}
.hamburger.cross:before{
    top: 0;
    transform: rotate(45deg);
}
.hamburger.cross:after{
    top: 0;
    transform: rotate(135deg);
}

#mobile-menu{
    position: fixed;
    background: white;
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    z-index: 15;
    overflow: scroll;
    transition: height 0.5s ease-out;
}
#mobile-menu .menu--main ul li ul li:first-child{
    background: none;
}

/*#mobile-menu .submenu-arrow{*/
/*    background-image: url("../images/chevron-down-solid.svg");*/
/*    position: absolute;*/
/*    background-repeat: no-repeat;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    cursor: pointer;*/
/*}*/

#mobile-menu .menu--main ul li ul li{
    display: inline-block;
    margin-right: 1rem;
}
#mobile-menu .menu--main ul li.arrow:after:hover{
    cursor: pointer;
}

/*#menu--main-mobile ul li ul{*/
/*    display: none;*/
/*    height: 0;*/
/*    transition: height 0.5s ease-out;*/
/*}*/

.mobile-menu-wrapper{
    padding-top: 100px;
    padding-left: 50px;
}

#mobile-menu-toggler{
    padding: 1rem;
}

/*#mobile-menu .active-menu ul{*/
/*    display: block !important;*/
/*    height: auto !important;*/
/*}*/

.search-form-mobile{
    margin: 0 !important;
    display: flex;
}

.search-form-mobile input{
    height: 40px !important;
    border-radius: 0 !important;
    background-size: 20px !important;
    width: 40px !important;
}

.search-input-mobile{
    flex-grow: 1;
    width: unset !important;
    height: 40px !important;
}

.partner-icons-mobile li a, .social-media-mobile li a{
   width: 40px !important;
    height: 40px !important;
    background-size: cover !important;
}

.social-media-mobile{
    margin: 0 !important;
}


.show{
     display: block !important;
     min-height: 100vh !important;
     max-height: 1200px;
 }



/* header-top */
#header-top { display:none; height: 54px; padding-top: 10px; background: url('../images/header-top-bg.png') repeat-x; border-right: 6px solid #e0e1e0; }
#header-top ul li { float: left; display: block; }
.top-nav ul li a { font-family: Georgia, serif !important;font-size: 12px; color: #858585;}
.top-nav ul li{padding-bottom: 1rem;}

#header-top-content > * { float: left; }
#header-top-content { float: right; }
#top nav ul.topmenu{ float: right; width: auto; }

/* partners */
#partners-icons li:first-child { margin-left: 0; }
#partners-icons li { margin-left: 10px; }
#partners-icons li a { display: block; text-indent: -9999px; width: 25px; height: 25px; }
#dedienstcultuur a { background: url('../images/dienstcultuur.png') no-repeat; }
#debib a { background: url('../images/debib.png') no-repeat; }
#dekriekelaar a { background: url('../images/dekriekelaar.png') no-repeat; }

/* search */
#search-form { margin-left: 20px; margin-right: 10px; border: 1px solid #dfdfdf; }
#search-form input { text-indent: 5px; width: 100px; background-color: #e9e9e9; color: #9f9f9f; border: none; height: 20px; float: left; }
#search-form input.submit { cursor: pointer; width: 20px; background: url('../images/search.png') no-repeat center center #e9e9e9; }
ul.ui-autocomplete { width:120px !important; padding-bottom: 10px; position:absolute; left:0; top:43px; width:100%; background:url('/media/default/images/submenu-bg-repeat.jpg') repeat; border: 1px solid #dcd7d7; box-shadow: 0 6px 6px rgba(0,0,0,0.2); text-align:center; }
ul.ui-autocomplete { border: none; border-radius: none; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border: none !important; border-radius: 0px !important; }
ul.ui-autocomplete li.ui-menu-item { padding:0px 5px; float:none !important; text-align: left; }
ul.ui-autocomplete li.ui-menu-item:first-child { padding-top:10px; background: url(/media/default/images/shadow-inside.png) repeat-x; }
ul.ui-autocomplete li.ui-menu-item a { color:#888; text-transform:uppercase; display:block; overflow:hidden; font-size:11px; padding:3px; cursor:pointer; }
ul.ui-autocomplete li.ui-menu-item a.ui-state-hover { color:#000; text-decoration:none; background: none; }

/* social media */
#social-media { margin-left: 15px; }
#social-media li:first-child { margin-left: 0; }
#social-media li { margin-left: 5px; }
#social-media li a {display: block; width: 25px; height: 24px; text-indent:-9999px;}
#social-media #facebook a {  background: url('../images/facebook.png') no-repeat 0 0;}
#social-media #twitter a {  background: url('../images/twitter.png') no-repeat 0 0;}
#social-media #googleplus a {  background: url('../images/googleplus.png') no-repeat 0 0;}
#social-media #youtube a {  background: url('../images/youtube.png') no-repeat 0 0;}
#social-media #flickr a {  background: url('../images/flickr.png') no-repeat 0 0;}

/* logo */
h1 { z-index: 10; /*left: -170px;*/ /*width: 429px; height: 202px;*/ left:-41px; width:250px; height:auto;}
h1 a { display: block; }
h1 a img { display: block; }

/* main-nav */
#main-nav{display: none;}
.menu--main{padding-top: 2rem;}
.menu--main > ul > li { font-size:120%; position:relative; padding-bottom:25px;}
.menu--main > ul > li > a { color: #a7a7a7; text-shadow: 1px 1px 1px #FFF; }
.menu--main> ul > li:hover > a, #main-nav > ul > li.active > a  { color: #5dc4b8;}
/*#main-nav > ul > li.active > a {cursor:default;}*/
.menu--main ul li ul li:first-child { padding-top:10px; background: url(/media/default/images/shadow-inside.png) repeat-x; }
.menu--main ul li ul li { float:none; font-size:80%; margin-bottom:10px;}
.menu--main ul li ul li a {font-family:Georgia, serif !important; font-style:italic; color:#a7a7a7; border-bottom:1px dotted #a7a7a7; text-transform:none;}
.menu--main ul li ul li a:hover, .menu--main ul li ul li.active a {color:#EA8E45; border-color:#EA8E45;}
.menu--main > ul > li > ul > li.active > a {cursor:default;}


#events-past {

margin: 20px 0;
font-style: italic;
color:#5dc4b8;
cursor: pointer;

}
/* slideshow */
/*#slideshow { padding: 20px 0; height: 309px; padding-bottom: 80px; position:relative; background: url('../images/slideshow-bg.png') no-repeat 100% -14px; }*/
#slideshow { padding-top: 20px; padding-bottom: 80px; position:relative; background: url('../images/slideshow-bg.png') no-repeat 100% -14px; }
#slideshow .slide { position: relative; box-shadow: -6px 6px 0px #ddd; -moz-box-shadow: -6px 6px 0px #ddd; -webkit-box-shadow: -6px 6px 0px #ddd;}
#slideshow .slide .slide-link a { display: block; }
#slideshow .slide .slide-link{ flex-grow:1;}
#slideshow .slide .slide-link a img { display: block; }

.flexslider .slides img{height: 400px; object-fit: cover; object-position: top;}
#slideshow .slide .slide-overlay { top: 0; right: 0; background:#333; }
#slideshow .slide .slide-overlay .slide-overlay-inner { padding: 20px; }
#slideshow .slide .slide-overlay h2 { font-weight: normal; font-size: 18px; color: #FFF; }
#slideshow .slide .slide-overlay h2 .date { color: #5dc4b8; }
#slideshow .slide .slide-overlay h2 .subtitle { font-family: 'LubalGraphMdBTMedium'; }
#slideshow .slide .slide-overlay .info, #slideshow .slide .slide-overlay .extra { font-size: 14px; color: #bababa; font-family: Georgia; font-style: italic; margin-top: 10px; }
#slideshow .slide .slide-overlay .extra { color: #FFF; }
#slideshow .slide .slide-overlay .extra ul li { background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
#slideshow .slide .slide-overlay .extra .tags { background-image: url('../images/tag.png'); }
#slideshow .slide .slide-overlay .extra .location { background-image: url('../images/location.png'); }

.slideshow-nav { margin-right: 17px; float: right; margin-top: 26px; }
.slideshow-nav ul li { margin-left: 3px; float: left; display: block; }
.slideshow-nav ul li a { display: block; width: 11px; height: 11px; background: url('../images/nav.png') no-repeat; text-indent: -9999px; }
.slideshow-nav ul li:hover a { background-image: url('../images/nav-active.png'); }

/* events list */
body.home #events, #page-detail{ padding: 20px 0px; padding-left: 12px; margin-left: -12px; background: url('../images/shade.png') repeat-y left top; }

.title-wrap > .title { float: left; margin-left: -7px;}
.title-left { float: left; display: block; background: url('../images/title-left.png') no-repeat left top; width: 5px; height: 36px; }
.title-right { float: left; display: block; background: url('../images/title-right.png') no-repeat left top; width: 18px; height: 33px; }
.title h2 { padding: 0 10px; font-size:150%; line-height:160%; color: #FFF; background: url('../images/title-bg.png') repeat-x; height: 33px; float: left; }
.title h3 {color:#5DC4B8; font-size:150%; line-height:150%;}
.more { color: #9f9f9f; font-family: Georgia; text-decoration: underline; font-style: italic; float: left; display: block; padding-top: 5px; margin-left: 10px; font-size:120%;}
.more:hover { color: #666; }

.title-wrap.short-too-long .strippeke { display: none; }
.title-wrap.short-too-long .short { clear:left; }
.title-wrap.short-too-long .short h3 { padding-left: 25px; margin-bottom: 0; margin-top:10px; }
#page-detail.event .title-wrap.short-too-long .returnlink { margin-top: 18px; }
.title-wrap.short-way-too-long .short { width: 84%; }
/* lists */



/** gallery **/
.thumbs-gallery {position:relative;}
.thumbs-gallery li:first-child, .thumbs-gallery li.nth-child { margin-left: 0; }
.thumbs-gallery li { position: relative; float: left; margin-left: 3%; width: 31%; margin-bottom: 3%; }
.thumbs-gallery li a { display: block; }
.thumbs-gallery li a .overlay { font-family: 'LubalGraphBdBTBold'; font-size: 21px; text-transform: uppercase; color: #FFF; line-height: 159px; text-align: center; position: absolute; opacity: 0;filter: alpha(opacity = 100); width: 100%; height: 100%; background: #5DC4B8; -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.thumbs-gallery li:hover a .overlay { opacity: 1; filter:alpha(opacity=100); -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
.thumbs-gallery li a img { display: block; width: 100%; box-shadow: 5px 5px 0 #ddd; -moz-box-shadow: 5px 0 0 #ddd; -webkit-box-shadow: 5px 5px 0 #ddd; box-shadow:5px 5px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.2); }

/* events list item */


#events .list-item, #news .list-item { padding: 20px; border-top: 1px dashed #cecece; }
#news .list-item:last-child { border-bottom: 1px dashed #cecece; }
#events h3.title, #news h3.title {margin-bottom:0; font-size: 170%; line-height: auto; }
.list-item h3 { color: #6f6f6f; width: 100%; margin-bottom: 16px; }
.list-item h3 a {color:#6f6f6f;}
.list-item h3 .date { color: #5dc4b8; }
.list-item h3 .status {color: #ea8e45;}
.list-item.hover {background:url("/media/default/images/black-5.png");}
.list-item-content {cursor:pointer;}
.list-item-content > * { float: left; }
.list-item-extra { width: 100%; margin-top: 20px; }
.list-item-extra-info{margin-right: auto;}
.list-item-extra .tags, .list-item-extra .location { margin-top: 5px; display: block; color: #5dc4b8; font-size: 14px; font-family: Georgia; font-style: italic;}
.list-item-extra .tags a {color:#5dc4b8;text-decoration: underline; }
.list-item-extra .tags a:hover {color: #999;}
.list-item-extra .tags { background: url('../images/tag-grey.png') no-repeat left center; padding-left: 15px; }
.list-item-extra .location { background: url('../images/location-grey.png') no-repeat left center; padding-left: 15px; text-decoration:none;}
.button { box-shadow: 3px 3px 0 #ddd; -moz-box-shadow: 3px 3px 0 #ddd; -webkit-box-shadow: 3px 3px 0 #ddd; line-height: 22px; padding: 10px 30px 10px 10px; max-width:max-content; text-shadow: 1px 1px 1px #49938a; color: #FFF; font-family: Georgia; font-size: 14px; font-style: italic; background: url('../images/read-more.png') no-repeat 90% center #5dc4b8; }
.button:hover, .list-item.hover .button { background-color: #ff7427; }

.list-item-content img {margin-bottom: 1rem;}
.list-item-content .info { width: 71%; text-align: justify; color: #949494; line-height: 18px; font-size: 14px; font-family: Georgia; }

.list-item.page { padding:20px; }
.list-item.page h4 { font-style: italic; color:#949494; }
.list-item.page h4 a { color:#949494; }
.list-item.page .list-item-content > * { float:none; }
/*
.related { border-bottom: 1px dashed #DDDDDD; margin-bottom: 29px; padding-bottom: 20px;}*/
.related .list-item { width:380px; }
/* news */
#news .list-item .button {margin-top:10px;}
#news .list-item .info { width: 100%; }

body.home #news { background: url("../images/shade.png") repeat-y scroll -4px center transparent;}
body.home #news .list-item:first-child { border-left: 0;}
body.home #news .list-item { -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; padding-top:0; padding-bottom:0; margin-bottom: 2rem; border-top:0; padding: 2%; border-left: 1px solid #FFF; border-right: 1px solid #d6d7d7; *behavior: url('/media/default/css/boxsizing.htc'); }
body.home #news .list-item h3 {/*padding-top:20px;*/}
body.home #news .list-item .button { margin-top: 20px; float: left; }
body.home #news .list-item:last-child {border-right:none; border-bottom:0;}
/*
#column-right #page-detail > .page-content > .info { border-bottom: 1px dashed #DDDDDD; margin-bottom: 29px; padding-bottom: 20px; }
*/
div.page-content {margin-left:20px; margin-top:20px;}
/* banners */
.bannerholder{margin: 0;}
#banners {background: url("../images/shade.png") repeat-y scroll -4px center transparent; padding:20px 0;}
.banner {position:relative;  padding-bottom:9px; margin-top:20px; color:#fff; background:url("/media/default/images/corner-grey.png") no-repeat; background-position:left 15px bottom;}
.banner .content {  display:block;}

.banner.text {background:url("/media/default/images/corner-grey.png") no-repeat; background-position:left bottom;}
.banner.text h2 {padding:7px; font-size:120%; background: #5dc4b8; }
.banner.text h2 a {color:#fff;}
.banner.text:hover h2 { background: #ff7427;}
.banner.embed .content {background:#fff;}

.banner.photo .content {position:relative;}
.banner.photo .overlay {-moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; opacity:0; filter: alpha(opacity = 0); width:100%; height:100%; position:absolute; top:0; left:0; background:#ff7427; color:#fff; font-family:LubalGraphBdBTBold; text-transform:uppercase; font-size:120%;}
.banner.photo .overlay .title-overlay {padding:5%; display:block;}
.banner.photo:hover .overlay {opacity:1; filter: alpha(opacity = 100);-moz-transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
.banner img {display:block; width:100%;}


/* footer */
footer { position: relative; z-index: 2; margin-top: 500px; }
#footer-image { width: 100%; height: 1150px; position: absolute; bottom: 0; left: 0; z-index: 2; background: url('../images/footer.png') no-repeat center top; }
#footer-repeat { width: 100%; position: absolute; bottom: 0; z-index: 1; height: 300px; background: url('../images/footer-repeat.jpg') left bottom; }
#footer-rays { overflow:hidden; position: absolute; z-index: 1; width: 100%; height: 1580px; bottom: 460px; }
#footer-rays div img { display: block; }
#footer-ray-left { width: 397px; height: 1580px; position: absolute; left: 850px; }
#footer-ray-right { width: 397px; height: 1580px; position: absolute; right: 850px; }



#footer-rays #footer-ray-left { 
    -moz-animation-name: ray-left;
    -moz-animation-duration: 30s;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform-origin: 0 100%;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: ray-left;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 0 100%;
    -webkit-animation-iteration-count: infinite;
}

#footer-rays #footer-ray-right { 
    -moz-animation-name: ray-right;
    -moz-animation-duration: 30s;
    -moz-animation-timing-function: ease-in-out;
    -moz-transform-origin: 100% 100%;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: ray-right;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 100% 100%;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes ray-left {
    0% {
        -moz-transform:rotate(0deg);
    }
    25% {
        -moz-transform:rotate(20deg);
    }
    75% {
        -moz-transform:rotate(-10deg);
    }
    100% {
        -moz-transform:rotate(0deg);
    }
}

@-moz-keyframes ray-right {
    0% {
        -moz-transform:rotate(0deg);
    }
    25% {
        -moz-transform:rotate(-20deg);
    }
    75% {
        -moz-transform:rotate(10deg);
    }
    100% {
        -moz-transform:rotate(0deg);
    }
}

@-webkit-keyframes ray-left {
    0% {
        -webkit-transform:rotate(0deg);
    }
    25% {
        -webkit-transform:rotate(20deg);
    }
    75% {
        -webkit-transform:rotate(-10deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}

@-webkit-keyframes ray-right {
    0% {
        -webkit-transform:rotate(0deg);
    }
    25% {
        -webkit-transform:rotate(-20deg);
    }
    75% {
        -webkit-transform:rotate(10deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}

/* sitemap */
#sitemap > ul > li { padding-bottom: 1rem; }
#sitemap > ul > li > a { font-size: 18px; font-family: 'LubalGraphBdBTBold'; color: #747474; text-transform: uppercase; }
#sitemap > ul > li > a:hover, #sitemap > ul > li.active > a {color:#FFF;}
#sitemap ul li ul li a { font-size: 12px; font-family: Georgia; color: #747474; font-style: italic; }
#sitemap ul li ul li a:hover { text-decoration: underline; }

/* partners */
#partners-logos div{margin-bottom: 1rem; width: 100px;}
#partners-logos div:first-child { margin-top: 0; }

#partners-logos div a { text-align: right; width: auto; display: block; }
#partners-logos a img { display: block; }

/* footer info */
#footer-bottom { background: url('../images/footer-info.jpg') repeat-x; position: relative; background-size: contain; }
#footer-bottom p { width: 80%; text-align:left; text-shadow: 1px 1px #333; margin: 0 auto; padding-top: 20px; font-size: 11px; font-family: Georgia; font-style: italic; color: #fff; }
.color { color: #5dc4b8; }
#zaplogo { position: absolute; right:10px; top:21px; }
#zaplogo img{width: 20px;}
#zaplogo img
/* >>> event calendar */
#calendar {margin: 60px 0; box-shadow: 0px 0px 12px rgba(0,0,0,0.1); }
#event-calendar {height:235px; background:#fff;}
#event-calendar .ui-widget {font-size:1em; border-radius:0; font-family:'LubalGraphBdBTBold'; width:auto; margin:0; padding:0;}
#event-calendar .ui-widget-header {background:url("/media/default/images/calendar-header.png") no-repeat; background-position: bottom; background-size: cover; margin-top: 8px; height: 60px; width: calc(100% + 26px);margin-left: -13px; border:0; border-radius:0; position:relative; font-weight:normal !important;}
#event-calendar .ui-datepicker-calendar th {text-transform:uppercase; color:#c3c3c3;}
#event-calendar .ui-widget-content {border:0;background:#fff; }
#event-calendar .ui-datepicker-title { margin-top:8px; text-transform: uppercase; font-size:130%; color:#838383; text-shadow:1px 1px 1px #FFFFFF;}
#event-calendar .ui-icon-circle-triangle-e { background-image: url(/media/default/images/cal-next.png); }
#event-calendar .ui-icon-circle-triangle-w { background-image: url(/media/default/images/cal-prev.png); }
#event-calendar .ui-icon-circle-triangle-w, #event-calendar .ui-icon-circle-triangle-e { background-position: center; }
#event-calendar a.ui-state-disabled {display:none;}
#event-calendar .ui-icon { background-repeat: no-repeat; }
/*#event-calendar .ui-icon-circle-triangle-w:hover { background: url(/media/default/images/cal-prev-hover.png) no-repeat #202020; }
#event-calendar .ui-icon-circle-triangle-e:hover { background: url(/media/default/images/cal-next-hover.png) no-repeat #202020; }*/
#event-calendar .ui-icon { width: 13px; height: 13px; margin-top:-3px; }
#event-calendar .ui-icon:hover { cursor: pointer; }
#event-calendar .ui-datepicker-prev { border: none; background: none; }
#event-calendar .ui-datepicker-next { border: none; background: none; }
#event-calendar td { color:#afafaf; font-size:100%;}
#event-calendar th { font-size: 14px; color: #666666; text-transform: uppercase; font-weight: normal; }
#event-calendar .ui-state-default { font-family:'LubalGraphMdBTMedium'; background: none; border: none; text-align: center; color:#afafaf;}
#event-calendar .ui-datepicker-today .ui-state-default { font-family:'LubalGraphBdBTBold';}
#event-calendar .highlight a { font-family:'LubalGraphBdBTBold'; color:#FF7427; }
/* <<< event calendar */

/** page detail **/

.page-block, .thumbs-gallery, .zap-share {margin-top:20px; padding-top:20px; border-top: 1px dashed #ddd;}
.page-block:first-child {margin-top:0; padding-top: 0; border-top: none; }
.page-block.news { border-bottom:none; }
#tooltip {position:absolute; display:none; background:#FF7427; color:#fff; text-transform:uppercase; font-family:'LubalGraphMdBTMedium'; z-index:2; padding:5px; box-shadow: 5px 5px 0 #ddd; -moz-box-shadow: 5px 0 0 #ddd; -webkit-box-shadow: 5px 5px 0 #ddd; box-shadow:5px 5px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.1); max-width:370px;}

#page-detail.event .page-content .main-img { display:block; height:300px; overflow:hidden; margin-bottom:40px; }
#page-detail.event .page-content .main-img img { max-width: unset; }
#page-detail.event .page-content .main-content { float:left; width:60%; }
#page-detail.event .page-content .main-content .info { padding-bottom:20px; margin-bottom:29px; border-bottom: 1px dashed #ddd; }
#page-detail.event .thumbs-gallery li a .overlay { line-height:95px; font-size:14px; }
#page-detail.event .returnlink { font-style:italic; margin:7px 0 0 10px; float:left; }
#page-detail.event .returnlink a { color:#949494; text-decoration:underline; }
#page-detail.event .returnlink a:hover { text-decoration:none; }
#page-detail .multimedia { margin-bottom:29px; }
#event-practical { border-left: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; padding-top:15px; background:#eee url('/media/default/images/practical-bg.png'); }
#event-practical .title{margin-left: -21px;}
#event-practical > .wrap { padding:10px;  font-style: italic; color:#949494; }
#event-practical > .wrap a { color:#949494; }
#event-practical > .wrap a:hover { text-decoration: underline; }
#event-practical .section { margin-bottom:25px; }
#event-practical h4 { color:#5DC4B8; font-size:16px; font-style: normal; }
#event-practical .address .name { padding-left:15px; background:url('/media/default/images/location-grey.png') no-repeat 0 3px; }
#event-practical .address .name:hover { background-image:url('/media/default/images/location.png'); }
#event-practical .genres { padding-left:18px; background:url('/media/default/images/tag-grey.png') no-repeat 0 3px; }
#event-practical .genres:hover { background-image:url('/media/default/images/tag.png'); }
#event-practical #playlist li { padding-top:6px; margin-top:6px; border-top:1px dashed #ccc; }
#event-practical #playlist li:first-child { padding-top:0; margin-top:0; border:none; }
#event-practical #playlist .playlist-type { padding-right:5px; }
#event-practical #playlist .playlist-ticket { color:#FFF; }
#event-practical #playlist .playlist-type ~ .playlist-ticket { padding-left:7px; border-left:1px solid #ccc; }
#event-practical #playlist time span.date-prefix {display:block;}

.multimedia { margin-bottom:29px; }

#playlist time { width: 100%; display: block; margin: 5px 0; }
#playlist .status-tickets { color: #FFF; }
#playlist .status-tickets a { color: #FFF; display: block; border: 1px solid #ccc; border-radius: 5px; margin: 5px 0; padding: 4px 8px; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); background: #ff7427;  float:left;}
#playlist .status-tickets a span { color: #FFF; }
#playlist { background: #DDD; border-radius: 5px; padding: 4%; }
#playlist h4 { color: #999; }

#event-practical .organisation { height:24px; line-height:24px; margin-bottom:2px; }
#event-practical .organisation_1 { background:url('/media/default/images/dekriekelaar.png') no-repeat 120px center; }
#event-practical .organisation_2 { background:url('/media/default/images/debib.png') no-repeat 120px center; }
#event-practical .organisation_3 { background:url('/media/default/images/dienstcultuur.png') no-repeat 120px center; }
#event-practical .difficulty { margin-top:5px; }

.zap-share {margin-top:20px;}
.zap-share h3.comment {background:url("/media/default/images/comment-icon.png") no-repeat; padding-left:25px; background-position:left center;}
div.plugins .fb-comments {float:left; padding-right:20px; border-right:1px dashed #ddd;}
div.plugins .share-buttons {float:left; margin-left:20px;}
div.plugins .share-buttons div.fb-like {margin-bottom:10px;}
#page-detail.event div.plugins > div { float:none; }
#page-detail.event div.plugins .fb-comments { border:none; }
#page-detail.event div.plugins .share-buttons { margin-top:20px; padding-top: 20px; border-top:1px dashed #CCC; margin-left: 0; }

#results { margin-top:20px; }
#results > div { margin-bottom:50px;  }
#results > div > h3 { padding-left:20px; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    /*general*/
    h1{
        width: 365px;
    }

    h2 {font-size:150%;}

    /*header*/
    header{height: 180px;}


    /*page content*/
    #calendar { width: max-content;}
    #event-calendar .ui-widget-header {height: 38px; }
    #event-calendar .ui-widget {width: 14em;}
    #event-calendar .ui-widget-header {width: calc(100% + 14px); margin-left: -7px;}

    /*footer*/
    #partners-logos div{width: auto;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /*general*/
    h1{
        position: absolute !important; top: 0;
    }
    .button{float:right; padding: 2px 30px 2px 10px;}

    #page{padding-top: 0;}

    /*header*/
    header{ position: relative;}

    .top-nav{ margin-left: 15px; margin-top: 4px; }
    .top-nav ul li:first-child a { padding-left: 0; border-left: none; }
    .top-nav ul li a { text-decoration: underline; padding: 0 5px; border-left: 1px solid #858585; }
    .top-nav ul li a:hover { color: #333; }

    .menu--main > ul > li{float: left;}
    .menu--main > ul > li:first-child a { border-left: none; padding-left: 0; }
    .menu--main > ul > li > a { padding-left: 10px; padding-right: 10px; border-left: 1px solid #fcfcfc; border-right: 1px solid #dfdfdf; }
    .menu--main ul li:last-child a {border-right:none;}
    .menu--main ul li:hover ul {display:block;}
    .menu--main ul li ul {display:none; z-index: 10; padding-bottom: 10px; position:absolute; left:0; top:43px; width:100%; background:url('/media/default/images/submenu-bg-repeat.jpg') repeat; border: 1px solid #dcd7d7; box-shadow: 0 6px 6px rgba(0,0,0,0.2); text-align:center;}

    #header-top{display: block;}

    #main-nav{display: block; left: 340px; position: absolute; top: 50px;}
    .menu--main > ul{display: flex;}

    /*page content*/
    .list-item-content img { padding: 0;  box-shadow: 5px 5px 0 #ddd; -moz-box-shadow: 5px 5px 0 #ddd; -webkit-box-shadow: 5px 5px 0 #ddd; }
    #slideshow .slide .slide-overlay { width: 214px; }
    #slideshow .slide {  display: flex;}

    /*footer*/
    #footer-bottom p { width: auto; text-align:center;}

    }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #event-calendar .ui-widget-header {height: 45px; }
    #event-calendar .ui-widget {width: 17em;}

     /*footer*/
    footer { margin-top: 900px; }
    #footer-top { width: 860px; position: absolute; bottom: 40px; left: 120px; }
    #footer-bottom { height: 52px; }
    #footer-bottom p { width: 980px; }

    #sitemap > ul > li:first-child { margin-left: 0; }
    #sitemap > ul > li { float: left; display: block; margin-left: 20px; }

    #partners-logos { width: 180px; position: absolute; right: 0; }
    #partners-logos div { margin-top: 20px; float: right; }

    /*page content*/
    #events .list-item:first-child, #news .list-item:first-child { margin-top: 0; border-top: 0; }

    .article-list { position:relative; left:-20px; }
    body.home .article-list { padding: 20px; padding-right: 0; padding-top: 0; }
    body.home #news { margin-top: 60px; padding-top:20px;}
    body.home #news .list-item { float: left; width: 25%;  }

}