
#calendar li {
    list-style-type: none;
}

.calendaritem {
    height: 210px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.calendaritem > .eventtop {
    height: 60%;

    background: #f60; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f60 0%, #fa0 50%, #fd0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #f60), color-stop(50%, #fa0), color-stop(100%, #fd0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd0 0%, #fa0 50%, #fd0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f60 0%, #fa0 50%, #f60 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f60 0%, #fa0 50%, #f60 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f60 0%, #fa0 50%, #f60 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ffaa00', GradientType=0); /* IE6-8 */

    font-family: Archivo Narrow;

    color: #fff;
    padding: 1em;

}

.calendaritem > .eventbottom {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 0.9em;
    height: 40%;
    padding: 0.5em;
    text-align: center;
}

.calendaritem > .eventtop .calendar_day {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 130%;
}

.calendaritem > .eventtop .calendar_mday {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 130%;

}

.calendaritem > .eventtop .calendar_year {
    text-align: center;
    width: 100%;
    display: block;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {

    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f60;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.jcarousel-control-prev {
    left: 15px;

}

.jcarousel-control-next {
    right: 15px;

}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;

    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c;
}

.jcarousel-pagination a.active {
    background: #4e443c;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #f0efe7;
    -moz-box-shadow: 0 0 2px #f0efe7;
    box-shadow: 0 0 2px #f0efe7;
}

#stzcalendar {

    padding-bottom: 1em;

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

    #stzcalendar {

        width: 900px;
        margin-left: auto;
        margin-right: auto;

    }

}

@media (min-width: 1200px) {

}
