#print_widget_event_filter_container {
    display: none;
}

/*#widget_event_filter_container {
    display: none;
}*/

#events_filter_list .box_evt_filter .data_singola,#events_filter_list .box_evt_filter  .data_doppia {
    background-image: url("http://www.marcheinfesta.it/aria/site/images/calendario-ev-data.png");
    /*background-image: url("http://www.infesta.dev/aria/site/images/calendario-ev-data.png");*/
    margin-right: 10px;
    margin-top: 5px;
}

body {
    margin-top: 0;
    margin-left: 0;
}

#ticker_box {
    font-family: Arial, sans-serif;
    background-image: url(http://www.marcheinfesta.it/aria/site/images/ticker-logo.png);
    /*background-image: url(http://www.infesta.dev/aria/site/images/ticker-logo.png);*/
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 10px;
    /*border-top-right-radius: 10px;*/
    border-top: 1px solid rgb(233, 125, 27);
    border-right: 1px solid rgb(233, 125, 27);
    border-left: 1px solid rgb(233, 125, 27);
    /*height: 18px;*/
    /*width: 350px;*/
    padding-left: 135px;
    padding-top: 0px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-y: center;
    -ms-background-position-y: center;
}

#ticker_box .ticker_link{
    float:left;
}

#ticker_box .ticker_print_link{
    float:right;
    margin:0 10px auto auto;
}

#ticker_box a {
    color: #E97D1D;
    text-decoration: none;
}

#ticker_box a:hover {  text-decoration: underline; }

/*MARQUEE - SCROLLING TEXT*/
.marquee_js {
    position: relative;
    overflow: hidden;
}

/* LISTA EVENTI */
#events_filter_list {
    font-family: Arial, sans-serif;
    font-size: 10px;
    /*border-bottom-left-radius: 10px;*/
    border-bottom-right-radius: 10px;
    border: 1px solid rgb(233, 125, 27);
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
}

/* LISTA EVENTI DETTAGLI*/

#events_filter_list .box_evt_filter {
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out; /* FF4+ */
    -ms-transition: all 0.3s ease-out; /* IE10 */
    -o-transition: all 0.3s ease-out; /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

/*#events_filter_list .box_evt_filter:hover{background-color:#fff;}*/
#events_filter_list .box_evt_filter .cover {
    width: 100px;
    height: 100px;
    float: left;
    background-color: #f0f0f0;
    overflow: hidden;
    background: no-repeat center center scroll;
    background-size: cover;
}

#events_filter_list .box_evt_filter .no_evt {
    margin-bottom: 5px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #E97D1D;
    margin: 50px 0 50px 0;
}

#events_filter_list .box_evt_filter .info {
    height: 88px;
    margin-left: 100px;
    padding: 6px;
}

#events_filter_list .box_evt_filter .sede img{
    padding-right: 10px;
}

#events_filter_list .box_evt_filter .sede{
    font-size: 15px;
    vertical-align: middle;
    margin-top: 10px;
}

#events_filter_list .box_evt_filter .info .titolo {
    margin-bottom: 5px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

#events_filter_list .box_evt_filter .info .titolo a {
    text-decoration: none;
}

#events_filter_list .box_evt_filter .info .sottotitolo {
    font-size: 15px;
    color: #888888;
    font-style: italic;
}

/* LISTA EVENTI DETTAGLI SMALL*/
#events_filter_list .box_evt_filter .info_small .titolo_small {
    margin-bottom: 5px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#events_filter_list .box_evt_filter .info_small .sottotitolo_small {
    font-size: 12px;
    color: #888888;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#events_filter_list .box_evt_filter .info_small .data_small{
    font-size: 12px;
    vertical-align: middle;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#events_filter_list .box_evt_filter .info_small .sede_small{
    font-size: 12px;
    vertical-align: middle;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#events_filter_list .box_evt_filter .info_small {
    height: 88px;
    padding: 6px;
}

/*  ===== END =========*/
#events_filter_list .cl {
    line-height: 0;
    height: 0;
    clear: both;
}

.box_evt_filter:last-child .cover {
    border-bottom-left-radius: 9px;
}

.box_evt_filter:first-child {
    margin-top: -5px;
}

/* Colori */
#events_filter_list a {
    color: #E97D1D;
}

#events_filter_list a:hover, #events_filter_list .box_evt_filter:hover a { text-decoration: underline; }

#events_filter_list .info .data {
    color: #666;
}
