.agile_carousel img {
    border: 0
}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
    margin: 0;
    padding: 0
}

.agile_carousel {
    position: relative;
    overflow: hidden;
    margin-left: 30px
}

.agile_carousel .slides {
    position: absolute;
    top: 0;
    left: 3px
}

.agile_carousel .slide {
    float: left
}

.agile_carousel .control_set {
    position: absolute;
    z-index: 4000
}

.agile_carousel .button_container {
    z-index: 5000
}

.agile_carousel .ac_hover {
    cursor: text
}

.slide_button {
    z-index: 5000;
    cursor: pointer;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative
}

.agile_carousel .numbered_button {
    float: left
}

.agile_carousel .grouped_numbered_button {
    float: left
}

.current_slide_number, .slide_count {
    cursor: text
}

#multiple_slides_visible .agile_carousel {
    overflow: hidden;
    background-color: #fff
}

#multiple_slides_visible .slides, .carouselContainer .slides {
    margin-top: 0
}

.carouselContainer .slide_inner {
    overflow: hidden;
    background-color: #fff;
    width: 215px;
    margin: 0 auto
}

#multiple_slides_visible .slide_inner {
    overflow: hidden;
    border: 1px solid silver;
    background-color: #fff;
    width: 215px;
    margin: 0 auto
}

#multiple_slides_visible .photo_link, .carouselContainer .photo_link {
    width: 215px;
    height: 137px;
    overflow: hidden;
    display: block
}

#multiple_slides_visible .photo_link img, .carouselContainer .photo_link img {
    width: 215px;
    height: 137px
}

#multiple_slides_visible b, .carouselContainer b {
    white-space: nowrap;
    font-size: 12.5px
}

#multiple_slides_visible .blue, .carouselContainer .blue {
    font-size: 12px;
    line-height: 12px
}

#multiple_slides_visible .caption, .carouselContainer .caption {
    width: 215px;
    overflow: hidden;
    display: block;
    padding: 8px
}

#multiple_slides_visible .caption:hover {
    background-color: #eee
}

#multiple_slides_visible .control_set_1, #slides_populair .control_set_1, .carouselContainer .control_set_1 {
    float: right;
    position: relative;
    margin-top: 220px
}

#multiple_slides_visible .control_set_1 .ac_disabled, #slides_populair .control_set_1 .ac_disabled, .carouselContainer .control_set_1 .ac_disabled {
    background-image: url(../images/sprite_ac_disabled.png)
}

#multiple_slides_visible .slide_button, #slides_populair .slide_button, .carouselContainer .slide_button {
    float: left
}

#multiple_slides_visible .group_numbered_buttons_container, #slides_populair .group_numbered_buttons_container, .carouselContainer .group_numbered_buttons_container {
    float: left;
    margin-left: -340px
}

#multiple_slides_visible .group_numbered_button, #slides_populair .group_numbered_button, .carouselContainer .group_numbered_button {
    color: #000;
    padding: 0 2px;
    font-size: 12px;
    margin-right: 2px;
    background-image: url(//www.hifi.nl/images/sprite_ac_normal.png);
    background-position: -95px 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: 1000px;
    background-color: transparent
}

#multiple_slides_visible .group_numbered_button:hover, #multiple_slides_visible .group_numbered_buttons_container .ac_selected, #slides_populair .group_numbered_button:hover, #slides_populair .group_numbered_buttons_container .ac_selected, .carouselContainer .group_numbered_button:hover, .carouselContainer .group_numbered_buttons_container .ac_selected {
    background-image: url(//www.hifi.nl/images/sprite_ac_hover.png)
}

.Zebra_DatePicker *, .Zebra_DatePicker :after, .Zebra_DatePicker :before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.Zebra_DatePicker {
    z-index: 100;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    top: 0
}

.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #000;
    background: 0 0;
    border: none
}

.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    table-layout: auto
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    text-align: center;
    padding: 3px 0
}

.Zebra_DatePicker td {
    cursor: pointer
}

.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px
}

.Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    width: 100%
}

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: 0 0;
    width: 17px;
    color: #fff;
    padding: 4px 2px
}

.Zebra_DatePicker, .Zebra_DatePicker .dp_footer .dp_hover, .Zebra_DatePicker .dp_header .dp_hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.Zebra_DatePicker.dp_visible {
    visibility: visible;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.Zebra_DatePicker.dp_hidden {
    visibility: hidden;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.Zebra_DatePicker .dp_header {
    width: 100% !important;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 12px 0
}

.Zebra_DatePicker .dp_header td {
    color: #FFF;
    padding: 8px 0
}

.Zebra_DatePicker .dp_header .dp_next, .Zebra_DatePicker .dp_header .dp_previous {
    width: 15px
}

.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: 400
}

.Zebra_DatePicker .dp_header .dp_hover {
    background: #222;
    color: #FFF
}

.Zebra_DatePicker .dp_daypicker th {
    background: 0 0
}

.Zebra_DatePicker td.dp_not_in_month {
    opacity: .2;
    color: #CDCDCD;
    cursor: default
}

.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: pointer
}

.Zebra_DatePicker td.dp_weekend {
    background: 0 0;
    color: #d4d4d4
}

.Zebra_DatePicker td.dp_weekend_disabled {
    color: #CCC;
    cursor: default
}

.Zebra_DatePicker td.dp_selected {
    background: #5A4B4B;
    color: #FFF !important
}

.Zebra_DatePicker td.dp_week_number {
    background: 0 0;
    color: #555;
    cursor: text;
    font-style: italic
}

.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    width: 33%
}

.Zebra_DatePicker .dp_footer {
    margin-top: 3px
}

.Zebra_DatePicker .dp_footer .dp_hover {
    background: #222;
    color: #FFF
}

.Zebra_DatePicker .dp_clear, .Zebra_DatePicker .dp_today {
    color: #FFF;
    padding: 3px
}

.Zebra_DatePicker td.dp_current {
    color: #C40000;
    background-color: #fff !important;
    border-radius: 55%;
    padding: 0px 4px;
    box-shadow: 0 0 0pt 1pt white
}

.Zebra_DatePicker td.dp_disabled_current {
    color: #E38585
}

.Zebra_DatePicker td.dp_disabled {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default
}

.Zebra_DatePicker td.dp_hover {
    background: #482424;
    color: #FFF
}

button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(calendar.png) left top no-repeat;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top
}

button.Zebra_DatePicker_Icon_Disabled {
    background-image: url(calendar-disabled.png)
}

button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px
}

button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0
}

.dp_footer {
    display: none !important
}

#agendaContainer {
    font-family: "Open Sans", Arial, sans-serif;
    display: table;
    height: 285px;
    width: 788px;
    overflow: hidden;
    margin-top: 10px
}

#agendaContainer > div {
    display: table-cell;
    vertical-align: top
}

#a_scheduler {
    width: 165px;
    position: absolute;
    margin-left: -789px;
    height: 330px;
    background-color: #e4231e
}

#a_arrow_right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid green;
    margin-left: -660px;
    margin-top: 29px
}

.a_arrow_right_caption {
    display: none;
    float: left;
    margin-left: -29px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
}

#a_events {
    display: none !important;
    width: 126px;
    background: top left no-repeat #ddd
}

#a_carousel {
    background-color: #ddd;
    width: 500px
}

#a_scheduler > div {
    margin: 10px;
    text-align: center;
    height: 295px;
    overflow: hidden
}

#a_scheduler > div > .MonthTitle {
    color: #fff;
    font-size: 112px;
    line-height: 90px;
    margin: 0;
    padding-right: 10px;
    font-weight: 500;
    cursor: pointer
}

#a_events .MonthTitle {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 21px;
    margin-top: 17px;
    margin-bottom: 15px
}

#a_events .event {
    text-align: center;
    color: #fff;
    background-color: #c7c7c7;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 8px;
    margin: 4px;
    display: block
}

#a_events .event:hover {
    cursor: pointer;
    background-color: #e4231e
}

#a_events .event:empty {
    display: none
}

#a_items > div {
    height: 330px;
    overflow: auto
}

#a_items ul {
    padding: 0;
    margin: 0
}

#a_items li {
    list-style-type: none;
    display: block;
    padding: 20px;
    border-bottom: 1px #DFDFDF solid
}

#a_items a.a_active li, #a_items a:hover li {
    background: #DFDFDF
}

#a_items a.a_active .a_arrow_right_caption, #a_items a:hover .a_arrow_right_caption {
    display: block
}

#agendaContainer .carouselContainer .slide_inner {
    width: 500px;
    margin-top: 0
}

#agendaContainer .control_set_1 {
    margin-top: 304px;
    text-align: right;
    margin-right: 9px
}

#agendaContainer .group_numbered_buttons_container {
    margin-left: 0
}

#agendaContainer .carouselContainer .photo_link {
    height: 330px
}

#agendaContainer .caption span {
    font-size: 15px;
    line-height: 20px
}

#agendaContainer .caption {
    position: absolute;
    margin-top: -286px !important;
    padding: 18px;
    width: 375px;
    background-color: #d4d4d4;
    display: none
}

#agendaContainer .caption > div {
    cursor: pointer
}

#agendaContainer .photo_link img {
    min-width: 497px;
    width: auto;
    height: 330px
}

#agendaContainer .photo_link {
    width: 500px
}

#agendaContainer .group_numbered_button {
    float: none;
    display: inline-block;
    text-align: right
}

#multiple_slides_visible .group_numbered_buttons_container, #slides_populair .group_numbered_buttons_container, .carouselContainer .group_numbered_buttons_container {
    width: 250px
}

.hideEvents {
    margin: 3px 0 0 380px;
    position: absolute;
    cursor: pointer
}

#multipleItems {
    height: 280px;
    overflow: auto
}

#a_all_events {
    position: absolute;
    color: #fff;
    margin: -22px 0 0 27px;
    font-size: 13px;
    text-decoration: none
}

.a_itemDate, .a_itemText {
    font-weight: 500;
    font-size: 15px
}

.hasEvent {
    background: red
}

.theme_red #a_arrow_right, .theme_red .a_arrow_right_caption {
    border-left: 25px solid #e4231e
}

.theme_red #a_scheduler {
    background-color: #e4231e
}

.theme_red .a_itemDate {
    color: #e4231e
}

.theme_red .Zebra_DatePicker td.dp_selected {
    background: #5A4B4B;
    color: #FFF !important
}

.theme_red .hasEvent {
    background: #5A4B4B;
    text-decoration: underline
}

#a_all_events.theme_red {
    display: none
}

@media (max-width: 480px) {
    .theme_red #a_carousel, .theme_red #a_scheduler {
        display: none
    }

    #agendaContainer.theme_red {
        display: none;
        margin-bottom: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        width: 100%
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .theme_red #a_scheduler {
        margin-left: -458px
    }

    #agendaContainer.theme_red {
        display: none;
        margin: 0 auto 20px auto;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        width: 460px
    }

    .theme_red #a_arrow_right, .theme_red #a_carousel {
        display: none
    }

    .theme_red #a_items {
        padding-left: 159px
    }
}

@media (max-width: 979px) and (min-width: 767px) {
    .theme_red #a_scheduler {
        margin-left: -745px
    }

    #agendaContainer.theme_red {
        display: none;
        margin-bottom: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        width: 748px
    }

    .theme_red #a_arrow_right {
        margin-left: -583px
    }
}

@media (max-width: 1200px) and (min-width: 979px) {
    .theme_red #a_items > div {
        width: auto;
    }

    .theme_red #a_scheduler {
        margin-left: -649px
    }

    #agendaContainer.theme_red {
        display: none;
        margin-bottom: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        width: 648px
    }

    .theme_red #a_arrow_right {
        margin-left: -485px
    }

    .theme_red .agile_carousel {
        margin-left: -13px;
    }
}

@media (min-width: 1200px) {
    .theme_red #a_scheduler {
        margin-left: -824px
    }

    #agendaContainer.theme_red {
        display: none;
        margin-bottom: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        width: 823px
    }
}

.theme_orange #a_arrow_right, .theme_orange .a_arrow_right_caption {
    border-left: 25px solid #FF6E15
}

.theme_orange #a_scheduler {
    background-color: #FF6E15
}

.theme_orange .a_itemDate {
    color: #FF6E15
}

.theme_orange .Zebra_DatePicker td.dp_selected {
    background: #FF6E15;
    color: #000 !important
}

.theme_orange .hasEvent {
    background: #FF6E15;
    text-decoration: underline
}