@font-face {
    font-family: mirte;
    src: url('fonts/MirteBogaertHandwritingC.ttf');
}
a {
text-decoration: none;
     color: #000000; /* #4E443C; */
}
a:hover {
color: #000000;
cursor:pointer;
/* border-bottom: 1px solid #000; */
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width:100%;
}

body {
    background-color: #FAFAFA;
}

.adm_img {
    max-width: 100%;
    max-height: 100%;
}

.adm_tab {
    width: 180px;
    text-align: center;
}

.calendar-card {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 5px;
    box-shadow:0 8px 17px 0 rgba(0,0,0,.1),0 6px 20px 0 rgba(0,0,0,.01);
    border: solid 1px #eee;
}


.calendar-card-past {
   opacity: 0.4;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    box-shadow:0 8px 17px 0 rgba(0,0,0,.1),0 6px 20px 0 rgba(0,0,0,.01);
    border: solid 1px #eee;
}

.card:hover{
    transition:box-shadow .25s;
    box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.05)
}

.back-to-overview{
font-family: mirte; 
font-size: 24px; 
text-decoration: none; 
font-weight: 0;
}


.work-title, .news-title, .contact-title {
     font-family: mirte;
     font-size: 34px;  /* 50px */
     text-align: center;
     color: #000000; /* #4E443C; */
    font-weight: 900;
}

.calendar-title {
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;;
     font-size: 20px;  /* 50px  */
     text-align: left;
    margin-left: 15px;
    margin-right: 10px;
     margin-top: 15px;
     margin-bottom: 0px;
}

.calendar-date {
    text-align:left; 
    font-family: mirte;
   margin-top: 8px; 
    font-size: 24px; /* 26px */
    margin-left: 15px;
     color: #000000; /* #4E443C; */

}

.calendar-venue {
    text-align:left; 
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px; 
    margin-top: 10px; 
    margin-bottom: 2px; 
    padding-bottom: 8px; 
    margin-left: 15px; 
    margin-right: 10px; 
}

.calendar-extrainfo {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px; 
    margin-top: 15px; 
    margin-left: 15px; 
    margin-right: 15px; 
}

.work-overview-title {
    padding-bottom: 0px;
    padding-left: 10px;
    white-space: nowrap;
    background: -webkit-linear-gradient(left,#000000 75%, #fff); /* #4E443C; */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.work-extrainfo {
    text-align:center; 
    font-family: mirte;
    font-size: 24px; 
    padding: 0px;
     color: #000000; 
}

.work-date, .news-date {
    text-align:center; 
    font-family: mirte;
    font-size: 26px; /* 26px */
    padding-bottom: 5px;
    font-weight: bold;
     color: #000000; /* #4E443C; */

}

.sub-title {
    font-family: mirte;
    font-size: 26px; /* 26px */
}

.imgcaption {
 /*   text-align:right; 
    padding-right: 28px;*/ 
    padding-left: 8px;
    font-size: 12px;
    color: #777777;
 /*     margin: 0px;
    padding: 0px;
  font-family: mirte;
    padding-bottom: 15px; */
}

    #header_img {
        width: 90%; height: auto; max-width: 300px;
    }
    
    .nav_img {
        width: 65%; height: auto; float: right; margin-top: 40px;
    }
    .nav_div {
        display: table-cell;
    }
    
    #nav_collection {
        display: table; table-layout: fixed;
    }
    
    .news {
        font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-top: 50px;
    }
    


.jcarousel-wrapper {
    position: relative;
    width: 100%;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: calc(100% - 25px);
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
}

.jcarousel li {
    width: 200px;
    float: left;
    padding: 0px 0px 0px 35px;
    display: inline-block;
   vertical-align: middle;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
     color: #000000; /* #4E443C; */
    font: 40px mirte;
/* font: 24px/27px Arial, sans-serif;
    text-shadow: 0 0 1px #000;
    background: #6E645C;
    color: #fff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
*/
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: 0.1;
    cursor: default;
}



.navigation {
    position: relative;
    width: 100%;
}


.jcarousel-navigation {  
    width: calc(100% - 50px);
    height: 60px;
    margin-top: 8px;
    margin-left: 25px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

.jcarousel-navigation ul {
/*    
    display: inline-block;
    padding-left: 0;
*/
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    white-space: nowrap;
}

.jcarousel-navigation li {
    width: initial;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}

.jcarousel-navigation li img {
    display: inline-block;
    border: 2px solid #fff;
    overflow: hidden;
}


.jcarousel-navigation li.active img {
    border-color: #000;
}

/** Carousel Controls **/
.jcarousel-navigation-prev,
.jcarousel-navigation-next {
    position: absolute;
    text-decoration: none;
     color: #000000; /* #4E443C; */
    font: 30px mirte;
}

.jcarousel-navigation-prev {
    left: 0;
}

.jcarousel-navigation-next {
    right: 0;
}

.jcarousel-navigation-prev.inactive,
.jcarousel-navigation-next.inactive {
    opacity: .1;
    cursor: default;
}

.jcarousel-work {
    margin-top: 0;
}

.jcarousel-news {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .jcarousel-work {
        margin-top: 100px;
    }
    .jcarousel-news {
        margin-top: 50px;
    }
}

}

@media screen and (min-width: 992px) {
      .grid-md-right-align {
         text-align: right;
      }
}
