body{
    /*background-color: #f7f7f7;*/
    background-color: #e5f0f5;
    color: #153567;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}
body a{
    color:#153567;
    text-decoration:none;
}
body a:hover{
    color:#008FD9;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{margin-top:0px; color:#153567;}
h1{font-size: 2em;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}

section{margin-bottom:10px;}

p{margin-bottom:5px;}

header .banner{
    margin:0 0 5px 0;
}

.page-header{
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index:22222;
    background-color: #ffffff;
    /*border-bottom: 1px solid #E2E3E4;*/
}
main{
    padding:15px 10px;
    z-index:1;
}
main.row{
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #ffffff;
    margin-top: 5px;
}
.full{
    background-color: #ffffff;
}
.row .row{
    margin: 0;
}
.lang-sear{line-height: 26px; margin:0 auto 5px;}

.submit .form_row .form_button_submit, input.form_button_submit {
    color: white;
    background-color: #008FD9;
    padding: 5px 10px;
    font-weight: bold;
}
form .form_captchatimer_bar {
    background-color: #008FD9;
}
.siv-image-img{
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.siv-image .text-button{
    border: none;
    color: #ffffff;
    font-weight: bold;
    padding: 8px;
}
.siv-image .text-button:hover{
    color: #ffffff;
}
.siv-image a:hover{
    color: #ffffff;
    text-decoration: none;
}

/* Tooltips ---------------------- */
.has-tip { border-bottom: 0; font-weight: bold; color: #ffffff; }
a .has-tip{cursor: pointer;}
.has-tip:hover, .has-tip:focus { border-bottom: 0; color: #008FD9; }
.tooltip { background: #008FD9; background: rgba(0, 123, 217, 0.85); color: white; font-weight: bold; font-size: 1em; padding: 6px 8px;}
.tooltip > .nub { border: solid 5px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 123, 217, 0.85) transparent;}
.tooltip.tip-override > .nub { border-color: transparent transparent #008FD9 transparent !important; border-color: transparent transparent rgba(0, 123, 217, 0.85) transparent !important;}
.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub { border-color: #008FD9 transparent transparent transparent; border-color: rgba(0, 123, 217, 0.85) transparent transparent transparent;}
.tooltip.tip-left > .nub { border-color: transparent transparent transparent #008FD9; border-color: transparent transparent transparent rgba(0, 123, 217, 0.85);}
.tooltip.tip-right > .nub { border-color: transparent #008FD9 transparent transparent; border-color: transparent rgba(0, 123, 217, 0.85) transparent transparent;}
.men-nav,
.sectionmenu .moduletable .moduletitle,
.sectionmenu .pagepreview_title.menu,
.ui-datepicker table.ui-datepicker-calendar,
.siv-image .text-button{
    background-color: #235783;
    /*background: rgba(0,55,70,1);*/
    background: -moz-linear-gradient(left, rgba(0,55,70,1) 0%, rgba(0,139,208,1) 50%, rgba(0,55,70,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,55,70,1)), color-stop(50%, rgba(0,139,208,1)), color-stop(100%, rgba(0,55,70,1)));
    background: -webkit-linear-gradient(left, rgba(0,55,70,1) 0%, rgba(0,139,208,1) 50%, rgba(0,55,70,1) 100%);
    background: -o-linear-gradient(left, rgba(0,55,70,1) 0%, rgba(0,139,208,1) 50%, rgba(0,55,70,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,55,70,1) 0%, rgba(0,139,208,1) 50%, rgba(0,55,70,1) 100%);
    background: linear-gradient(to right, rgba(0,55,70,1) 0%, rgba(0,139,208,1) 50%, rgba(0,55,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003746', endColorstr='#003746', GradientType=1 );
    margin-top:0px;
}
.ui-datepicker table.ui-datepicker-calendar thead{
    background: transparent;
}
.ui-datepicker table.ui-datepicker-calendar tbody{
    background: #ffffff;
}
ul.nav-up {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height:normal;
    color: #153567;
    /*height:58px;*/
    display:inline-block;
    float:left;
    left: 0;
}

ul.nav-up ul{
    margin:0 0 0 -3px;
    top:35px;
    text-transform: none;
    min-width: 150px;
}

ul.nav-up li {
    box-sizing: border-box;
    padding: 0px;
    /*display: table-cell;*/
    text-align: left;
    vertical-align:middle;
    float:left;
    /*position:relative;*/
}
ul.nav-up li a {
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    padding: 10px;
    height: 37px;
    line-height: 37px;
    text-decoration:none;
    font-style: normal;
}
ul.nav-up li a:hover{
    text-decoration:none;
    color: #008FD9;
}
ul.nav-up > li > a:hover{
    text-decoration:none;
    color: #ffffff;
}
ul.nav-up li.attuale {
    background-color: #ffffff;
}
ul.nav-up li.attuale > a,
ul.nav-up li.attuale > a:hover{
    color: #153567;
}
ul.nav-up li{
    border-right: 0px;
}
ul.nav-up li:last-child {
    border-right: 0px;
}
ul.nav-up li ul li{
    border-right: 0px;
    padding: 0px;
    margin:0;
    font-weight: normal;
}
ul.nav-up li ul li a{
    height:auto;
    font-size: 13px;
    color: #153567;
    line-height:normal;
    padding: 10px;
    margin: 0;
}
.breadcrumb{
    font-size:0.8em;
    padding:0px;
    color:#153567;
    margin:0 0 10px 0;
}
.breadcrumb a{
    color:#153567;
    font-weight:bold;
    text-decoration:none;
    font-style: normal;
}
.languagesnav{margin:0; float:none; padding: 0;width: 100%;text-align:right;}
.languagesnav a{color:#153567; float:none; margin:0 5px 0 0;text-decoration:none;font-style: normal;}
.languagesnav .current-language{ color:#153567; font-weight:bold;}
.languagesnav a:hover{text-decoration:underline;}
footer.row, footer.row p{color:#153567; font-size:0.8em; padding:5px 0 0;}
footer a{font-style:normal;}
.textimage .boximg img{margin: 0 20px 0 0;}
.textimage div.right img{margin: 0 0 0 20px;}
.textimage header h1.title{margin-bottom: 7px; font-size: 2em;}
.textimage header p.meta{color:#008FD9; font-size:0.82em;}
.textimage .boximg p small{display:block; text-align:right; margin:0 20px 0 0;}
.text p{text-align: justify;}
.text p a{color: #008FD9;}
.l-footer .text p a{color: #153567;}
.text li{margin-left: 20px;}
.text .infobox{
    background-color: #efefef;
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin-bottom: 20px;
}
.tools a.pdf {display: inline;}

/*readmore*/
.textimage a.readmore-button{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #008FD9;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 3px 0;
}

/*paginator*/
.textimage .tp-page, .textimage  .tp-control-arrow-left, .textimage  .tp-control-arrow-right {
    background: #235783;
}
.textimage .tp-page.active {
    background: #008FD9;
    color: #FFFFFF;
}
.cq-carousel-banner-item h3 {color:#153567; }
.cq-carousel-banner-item h3, .cq-carousel-banner-item p {display: inline}
div.carousel .cq-carousel-banner-switch{margin: 0 0 30px 0;}
div.carousel .cq-carousel-banner-switches-tl, div.carousel .cq-carousel-banner-switches-tl,
div.carousel .cq-carousel-banner-switches-tc, div.carousel .cq-carousel-banner-switches-tc,
div.carousel .cq-carousel-banner-switches-tr, div.carousel .cq-carousel-banner-switches-tr{border:0px;}
.cq-carousel-banner-item p a{color:#153567;}
section.three .list{background-color: transparent; padding: 10px;border-bottom: 1px solid #e3e3e3; margin-bottom:10px;}
section.three .list-item-preview-sezione img{display: none;}
section.three .list-item-preview-sezione h2.title{font-size:1.3em;}
section.three .list div article:last-child .list-item-preview-sezione{border-bottom: 0px; margin: 0;}

.list .list-item-preview-sezione{border-bottom: 0; margin: 0 0 10px; padding: 0;}
.list h2.title_princ{font-size:1.8em; margin: 0 0 15px 0;}
.list .teaser-time-container{border-bottom:1px solid; padding:5px 0;}
.list span.teaser-title{display:block; float:none; width:100%;}
.list article h2{font-size:1.4em;margin-bottom: 8px;}
article div.corpo-text, article div.list-item-preview-sezione div, article div.content div{text-align:justify;}
ul.default, ul.rassegna{list-style: none;}
ul.default li, ul.rassegna li{line-height:normal; margin:0 0 12px 0;}
ul.rassegna li a span{font-size: 0.9em; font-weight: bold;}
ul.rassegna li small{font-size: 0.8em; color: #008FD9;}
.list-item-preview-sezione img{max-width:30%;}
a.button-more {color: #008FD9;}
.list .pagination a{color: #008FD9;}

/*
#search_form_container{
    float:right;
    margin-top:0px;
}
#search_form_container .search{
    float:left;
}
.siv-searchform form{
    display: table;
    border-collapse: collapse;
    margin:0;
    border: 1px solid #aaaaaa;
    height:25px;
    line-height:normal;
}

span.link-ricerca{display:none;}

#search_form_container form input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #00007b;
    font-size: 12px;
    font-weight: 300;
    height: 25px;
    line-height: normal;
    margin: 0;
    text-transform: none;
    transition: all 0.2s linear 0s;
}
#search_form_container form input[name=q]{
    display: table-cell;
    width: 88%;
    padding: 0 5px;
    border:0px;
}
#search_form_container form input[type=submit]{
    border: 0px;
    display: table-cell;
    height: 25px;
    width: 12%;
    padding:0px;
    cursor:pointer;
    border: 0px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:right center;
    color:transparent;
    filter:alpha(opacity=00);
}
*/

.header-search {
    position: relative;
    float: right;
    margin-left: 10px;
}

.header-search span {
    font-size: 15px;
    vertical-align: top;
}

.icon-search {
    vertical-align: bottom;
    background-image: url(images/search.png);
    width: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-search-container {
    background: #235783;
    border-radius: 3px;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    padding: 5px;
    right: -5px;
    top: 10px;
    z-index: 999;
    width: 300px;
    text-align: center;
}

.header-search-container:after {
    bottom: 100%;
    border: solid rgba(221, 221, 221, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #235783;
    border-width: 5px;
    right: 12px;
}

.header-search-container form {
    padding: 5px;
    margin: 0px;
}

.header-search-container input.header-search-input {
    border: 0;
    line-height: 1;
    margin: 0;
    padding: 3px 10px;
    /*width: 200px;*/
    outline: none;
}

/* search result*/
.siv-searchform-container form input[name=q]{
    width: 70%;
}
.search-up {
    display: inline;
    float: right;
    margin: 0;
    width: 20%;
}
div.pag-risultati-ricerca {
    display: inline;
    float: left;
    margin: 0 1% 0 0;
    width: 77%;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.pag-risultati-ricerca.pag-risultati-paginazione{
    text-align: center;
}

a.titolo-risultato{
    font-size: 1.2em;
    font-weight: bold;
}
span.link-ricerca{
    display: none;
}
a.pag-simili{
    color: #008FD9;
}
section.three .preview{background-color: #ffcc66; padding: 10px;border-bottom: 1px solid #990000; margin-bottom:10px;}
section.three .siv-preview  h2.module-title{font-size:1.3em;}
div.corpo_text{text-align:justify;}
.sectionmenu ul li{
    list-style: none;
    margin:0 0 10px;
}

.sectionmenu ul li a,
section.three .sectionmenu ul li ul li a{
    color:#153567;
}
.sectionmenu{
    padding: 0;
    /*width: 100%;*/
    margin-bottom: 20px;
}

.sectionmenu h2.pagepreview_title {font-size:1em; margin:0 0 5px 0;}
.sectionmenu ul li ul li{
    list-style: disc;
    color: #153567;
    margin:0;
}
.sectionmenu ul li ul{
    margin: 0 0 0 30px;
}
/******/
.sectionmenu .moduletable .moduletitle,
.sectionmenu h2.pagepreview_title.menu{
    font-size:1em;
    padding: 8px;
    background-color: #235783;
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sectionmenu h2.pagepreview_title.menu a{
    color: white;
}
.sectionmenu h2.pagepreview_title.menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 5px;
}
.sectionmenu .moduletable .modulecontent,
.sectionmenu .siv-sectionmenu ul.menu{
    border: 1px solid #e3e3e3;
    border-top: 0;
}

.sectionmenu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sectionmenu ul.menu li {
    margin-bottom: 0px;
    list-style: none;
    border-top: 1px solid #e3e3e3;
}
.sectionmenu  ul.menu li a {
    color: #153567;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding: 4px 0 4px 10px;
    position: relative;
}
.sectionmenu ul.menu li a:hover {
    background-color: #008FD9;
    color: white;
    text-decoration: none;
}
.sectionmenu ul.menu li ul li a {
    font-size: 11px;
}
.sectionmenu ul.menu li ul li a:after {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 13px;
    line-height: 1;
    width: 4px;
    height: 4px;
}
span.description p{text-align:justify;}
.newsticker{margin:10px 0 5px;}
.wk-slideshow-revista-articles > div .next, .wk-slideshow-revista-articles > div .prev{top:-30px;}
.wk-slideshow-revista-articles .nav{top:-35px;}
.frontpage-news{text-align:justify;}
#flickrModule ul li p{
    color:#153567;
}

#flickrModule .jcarousel-prev-horizontal{
    background-position:-653px -33px;
    width:18px;
}
#flickrModule .jcarousel-next-horizontal{
    background-position:-679px -33px;
    width:18px;
}
.social{margin:0; float:left; padding: 0;}
.social-icons-special{list-style:outside none none; padding:0; margin:0;}
.wk-slideshow .slides > li > *, .wk-slideshow .slides > li > * > img{margin:0 auto; /*margin:0; width:55%;*/}
/*.wk-slideshow .caption{width:45%;height:292px; left:55%; padding:2px 5px;}*/
.wk-slideshow .caption{width:100%; left:0; padding:2px 5px; height:auto;}
.wk-slideshow .caption a{text-decoration:none;}
.wk-slideshow .caption h2{color:#ffffff; font-size:22px; margin-bottom:5px;}
.eventview div[class*="info"],
.eventview div[id*="info"]{
    margin-top: 5px;
}

.eventview .info_author{
    float: left;
}
.eventview .info_date{
    float: right;
}
.eventview .left {
    float: left;
    width: 73%;
    padding-right: 3%;
}

.eventview .right {
    float: right;
    width: 24%;
}
.map .continent-section ul li{
    list-style-type: none;
    color: #008FD9;
}
.map .continent-section ul li a{
    color: #008FD9;
}

/*DatePicker*/
.eventcalendar {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.eventcalendar .datepicker{
    margin: 0 10px;
}
.ui-datepicker table{
    border-color: #e3e3e3;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color: #153567;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title{
    color: #153567;
}
.ui-datepicker table.ui-datepicker-calendar thead tr th{
    color: white;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
    cursor:pointer;
    color: #153567;
    font-size: 0.9em;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    background-image: none;
}


.markedDay a.ui-state-hover, .markedDay a.ui-state-default {
    background: #008FD9;
    color: #ffffff;
    text-shadow: none;
    border-radius: 4px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #ffffff;
    color: inherit;
}

.map .siv-datepicker-viewall{
    margin: 10px 0;
    padding: 5px 2px;
    background: none;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #008FD9;
}
.event .highlight .fa,
.event .highlight a{
    color: #008FD9;
    font-weight: normal;
}

.event .eventContainer.eventPage{
    float:left;
    width:75%;
    padding-right: 1%;
}

.event .eventSide{
    float: left;
    width: 25%;
    padding-left: 1%;
}

.ohanah .event_date {
    display: block;
    text-align: center;
    width: 63px;
    height: 100px;
    font-family: inherit;
    background-image: url('images/mandorla-100px.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.ohanah .event_date_day {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    line-height: .8em;
}

.ohanah .event_detail_container #event-container-info .ohanah-registration-link{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #235783;
    border-radius: 4px;
    background-color: #235783;
}

.event_main_location_description {
    border: 1px solid grey;
    float: left;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #008FD9;
    color: #ffffff;
}

#top-menu {
    padding: 5px;
}
#top-menu .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*menu-line*/
#top-menu .menu-line, #top-menu .menu-line li {
    display: inline-block;
}
#top-menu .menu-line li{
    margin-left: 20px;
    margin-right: 5px;
    text-indent: -2px;
}
#top-menu .menu-line li a{
    display: list-item;
    list-style-type: disc;
    list-style-image: url('images/mandorla-8px.png');
}
.title > h2, .title > h3, .title > h4, .title > h5{
    border-bottom: 2px solid #e3e3e3;
}
h2.title {
    margin-bottom: 2px;
}
.headerbanner{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    float:left;
    display: block;
    background-color:#ffffff;
    text-align: center;
}
.headerbanner h1{
    float: none;
}

.headerbanner h1 a img{
    width:auto;
    float: none;
}
.swiper-container .swiper-wrapper .swiper-slide .bottom{
    text-align: center;
    border-top: 3px solid #E6B81A;
    background-color: #235783;
    background: linear-gradient(to right, rgba(0,55,70,0.7) 0%, rgba(0,139,208,0.9) 50%, rgba(0,55,70,0.7) 100%);
}

.swiper-container .swiper-wrapper .swiper-slide h2{
    margin: auto;
    max-width: 1200px;
    padding-left: 25px;
}
.swiper-container p.caption-abstract{
    margin: auto;
    max-width: 1200px;
    padding-left: 25px;
}

.slideset img.border-box {
    max-height: 125px;
}

.slideset h3 {
    font-size: 1.1em;
    text-align: left;
    font-weight: normal;
    overflow-y: hidden;
}
.slideset h3 a {
    max-height: 3.1em;
    display: block;
}
.siv-download-button a span{font-weight:bold; font-size:1.2em;}
.siv-download-button a{line-height:normal;}
.download .download-descrizione{float: left; width: 100%; padding:0; margin:0;}
@font-face {
  font-family: 'event-page';
  src: url('fonts/event-page.eot');
  src: url('fonts/event-page.eot#iefix') format('embedded-opentype'),
       url('fonts/event-page.woff') format('woff'),
       url('fonts/event-page.ttf') format('truetype'),
       url('fonts/event-page.svg#event-page') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'event-page';
    src: url('clientlibs/font/event-page.svg?35930828#event-page') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "event-page";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before { content: '\e800'; } /* '' */
.icon-twitter-squared:before { content: '\e801'; } /* '' */
.icon-youtube-play:before { content: '\e802'; } /* '' */
.icon-facebook-squared:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e804'; } /* '' */
.icon-link:before { content: '\e805'; } /* '' */
.icon-mail-alt:before { content: '\e806'; } /* '' */
.icon-share:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-camera:before { content: '\e809'; } /* '' */
/*
.event-left{float:left; width:74%;}
.event-right{float:right; width:25%; margin:0 0 0 1%;}
*/
.listevents a:hover {
    text-decoration: none;
}

.listevents .swiper-container .swiper-wrapper {height:auto !important;}
.event-container .event-left section article header .item-number{
 width:100%;
 text-align:right;
 height:20px;
 line-height:20px;
 float:left;
 }
.event-container .event-left section article{
	border: 20px solid #f4f2f0;
    float: left;
    margin: 10px 0 0;
    padding: 20px;
    width: 100%;
    position: relative;
}
.event-container .event-left section article h1{text-align:center;}
.event-container .event-left section article .text, .event-page .event-container .event-left section article .text p{ /*float:left;*/ width:100%; }
.event-container .event-left section article figure{width:100%; margin:10px 0;}
.event-container .event-left section article figure img{width:100%;}
.event-container .event-left section article footer{border-top: 1px solid #f4f2f0;
    height: 20px;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
float:left;}
.event-container .event-left section article footer .author{float:left;font-size:13px;}
.event-share{float:right;font-size:13px;}
.event-container .event-left section article .share-layer{
background: rgba(244, 242, 240, 0.85) none repeat scroll 0 0;
    display: none;
    height: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.event-container .event-left section article .share-layer ul {
    height: 200px;
    left: 50%;
    list-style: outside none none;
    margin-left: -100px;
    margin-top: -120px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 200px;
}
.event-container .event-left section article .share-layer ul li {
    float: left;
    height: 80px;
    margin: 10px;
    text-align: center;
    width: 80px;
}
.event-container .event-left section article .share-layer ul li.share-fb a:after{content:" \e803"}
.event-container .event-left section article .share-layer ul li.share-tw a:after{content:" \e801"}
.event-container .event-left section article .share-layer ul li.share-mail a:after{content:" \e806"}
.event-container .event-left section article .share-layer ul li.share-link a:after{content:" \e805"}
.event-container .event-left section article .share-layer ul li a {
    color: #153567;
    font-family: event-page;
    font-size: 60px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    width: 80px;
}
.event-container .event-left section article .share-layer .share-txt-link {
    display: none;
    left: 0;
    margin-top: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.event-container .event-left section article .share-layer .share-txt-link input {
    background: #f4f2f0 none repeat scroll 0 0;
    border: 0 none !important;
    font-size: 14px;
    outline: 0 none !important;
    padding: 2px 3px;
    text-align: center !important;
    width: 80%;
}
.event-container .event-left section article .share-layer .share-close a::after {
    content: " ";
    font-family: event-page;
}
.event-container .event-left section article .share-layer .share-close a {
    bottom: 40px;
    font-size: 14px;
    left: 50%;
    line-height: 20px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.spinner {
    animation: 0.6s linear 0s normal none infinite running rotation;
    border-color: rgba(210, 177, 127, 0.8) rgba(210, 177, 127, 0.15) rgba(210, 177, 127, 0.15);
    border-radius: 100%;
    border-style: solid;
    border-width: 6px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    width: 60px;
}
.pagination-next.spinner {
    float: left;
    margin: 0 48%;
}

.eventlist {color: #153567;}
.eventlist>section{margin-bottom:0;}
section#daylist{
    border: 10px solid #f4f2f0;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    position: relative;
}
section#daylist .swiper-container{
    height: auto;
    width: 90%;
    margin: 0;
}
section#daylist .swiper-container .swiper-wrapper > div {
    float: left;
    height: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align:left;
}
section#daylist .swiper-container .swiper-wrapper > div a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-decoration: none;
    float:left;
    width:100%;
}
section#daylist .swiper-container .swiper-wrapper > div a div {
    color: #5a5653;
    font-size: 16px;
}
section#daylist .daylist-pagination {
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    z-index: 1000;
}

section#daylist .daylist-pagination .swiper-pagination-switch {
    background: #f4f2f0 none repeat scroll 0 0;
    border-radius: 14px;
    cursor: pointer;
    display: block;
    height: 14px;
    margin-bottom: 12px;
    width: 14px;
}
section#daylist .daylist-pagination .swiper-active-switch {
    background: #153567 none repeat scroll 0 0;
}

section#daylist .swiper-container .swiper-wrapper>div.day-selected a,
section#taglist li.tag-selected a{
    /*
    border-left: 10px solid #153567;
    padding-left: 10px;
    */
    font-weight: bold;
}
section#embed-twitter {
    background: #fff none repeat scroll 0 0;
    border: 10px solid #f4f2f0;
    padding: 0 10px;
}
section#taglist{
    border: 10px solid #f4f2f0;
    padding: 10px;
}
ul.tags{list-style:none; width:100%; margin: 5px 0;}
ul.tags li{display: inline-block; margin:0 10px 10px 0; padding: 5px; background-color: #f4f2f0;}
ul.tags li:last-child{margin:0;}
ul.tags li a{text-decoration:none;font-size: 13px;}
select.lang-media {
    float: right;
    width: auto;
    text-transform: uppercase;
    /*
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #888888;
    background-color:#ffffff;
    */
}

.eventview_parsys .eventview .left {
    float: left;
    width: 70%;
    border-right: 1px solid #eee;
    padding-right: 10px;
	margin-top: 10px;
}

.eventview_parsys .eventview .right {
    float: left;
    width: 29%;
    padding-left: 10px;
}

.eventview_parsys .eventview .info_title h2 {
    line-height: 25px;
    padding: 0 0 5px;
    margin-bottom: 0;
    margin: 0;
}

.eventview_parsys .eventview .info_title h3 {
    line-height: 1;
    margin: 0;
    padding: 5px 0 5px;
}
.eventview_parsys .eventview .info_description {
	padding: 5px;
            }
.eventview_parsys .eventview #info_photos{
	width: 100%;
}

.eventview_parsys .eventview #info_photos .gallery img{
    max-width: 80px;
}

.eventview_parsys .eventview #info_photos .container a.gallery {
border: 2px solid;
border-color: #DDD4BB;
display: inline-block;
margin-right: 5px;
margin-bottom: 3px;
margin-top: 2px;
}
.eventview_parsys .eventview .top{
    display: table;
}

.eventview_parsys .eventview .top img {
    vertical-align: middle;
    display: table-cell;
    margin-right: 5px;
}

.eventview_parsys .eventview .top h2 {
    vertical-align: middle;
    display: table-cell;
    font-size: 19px;
}
#colorbox {
    outline:0;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    -webkit-box-shadow: 1px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
.eventview_parsys .eventview .eventview .right br{display:none;}

#gotop-button {display: none;}
#gotop-button a {text-indent: 50px; padding: 0px; white-space:nowrap; overflow: hidden; font-size: 14px; display: block; width: 50px; margin-left: -25px; position: fixed; left: 50%; bottom: 21px; height: 50px; line-height: 50px; background: #ffffff; text-align: center; text-decoration: none; border: 2px solid #f4f2f0; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); transition: 200ms; -webkit-transition: 200ms;}
#gotop-button a:before {position: absolute; text-indent: 0px; left: 0px; top: 0px; font-family: event-page; width: 50px; height: 50px; font-size: 32px; line-height: 50px; color: #153567; content: "\e80a";}
#gotop-button a:hover {width: 150px; background: #f4f2f0; color: #008FD9;}
#gotop-button a:hover:before {color: #008FD9;}

#refresh-button {display: none;}
#refresh-button a {padding: 0px; white-space:nowrap; overflow: hidden; font-size: 12px; display: block; width: 260px; margin-left: -130px; position: fixed; left: 50%; top: 21px; height: 50px; line-height: 50px; background: #fce6bb; text-align: center; text-decoration: none; border: 2px solid #153567; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); transition: 200ms; -webkit-transition: 200ms;}
#refresh-button a:hover {background: #fada9d; color: #008FD9;}

.event-page .event-container .event-left section article footer .event-share a:after{
    font-family: event-page;
    content: " \e807";
}

@media print{
    * {color: #153567 !important;}
    body{color: #153567 !important;}
    body a, body a:link, body a:visited {text-decoration: none !important;}

    .sectionmenu, .youtubevideo, .itemToolbar, .menu-top, .download, .eventcalendar,
    .event-download, .ohanah-registration-link, .mapWrapper, .highlight, .fa, .siv-sectionmenu{display:none;}

    .parsys_column, .logo, .list article.item, .columns, .eventListContainer .event,
    .event .eventContainer.eventPage, .eventSide, .list .list-item-preview-sezione, .list-item-preview-sezione img{
        float:none!important;
        position:static !important;
        padding: 0 !important;
        margin:0 !important;
        width: auto !important;
        position:static!important;
        white-space: normal !important;
    }
    .list article.item, .list .list-item-preview-sezione, .columns, .eventListContainer .event,
    .event .eventContainer.eventPage, .eventSide, .list-item-preview-sezione img{
        margin:0 0 10px 0 !important;
    }
    .event_detail_time{margin:10px 0 5px 0 !important;}
    .eventListContainer .event, .list .list-item-preview-sezione{margin:0 0 20px 0 !important;}
    .event .sectionmenu, .event .sectionmenu .side-parsys {display:block !important;}
    .event .sectionmenu .moduletable{display:none;}
    h1, h2, h3, h4, h5, h6 { color: #153567  !important;}
    .list article.item{ display: block; float:none; width:auto;}


}
@media screen and (max-width: 768px){
    .page-header{
        height: auto;
    }
    header .banner{
        height: auto;
        margin: 0 0 10px 0;
    }
    header .banner img.logo{
        display: block;
        clear: both;
    }
    #search_form_container
    {
        float:left;
        margin: 5px 0 5px 5px;
        clear:left;
    }
    .search-up {
        display: none;
    }
    div.pag-risultati-ricerca{
        float: left;
        width: 100%;
        margin: 0 0 1% 0;
    }
    .siv-gallerycontainer .ad-gallery .ad-nav {
        width: 80%;
    }
    div.cq-colctrl-lt0-c0, div.cq-colctrl-lt0-c1,
    div.cq-colctrl-lt1-c0, div.cq-colctrl-lt1-c1, div.cq-colctrl-lt1-c2,
    div.cq-colctrl-lt2-c0, div.cq-colctrl-lt2-c1, div.cq-colctrl-lt2-c2, div.cq-colctrl-lt2-c3,
    div.cq-colctrl-lt3-c0, div.cq-colctrl-lt3-c1, div.cq-colctrl-lt3-c2, div.cq-colctrl-lt3-c3,
    div.cq-colctrl-lt4-c0, div.cq-colctrl-lt4-c1, div.cq-colctrl-lt4-c2, div.cq-colctrl-lt4-c3, div.cq-colctrl-lt4-c4,
    div.cq-colctrl-lt5-c0, div.cq-colctrl-lt5-c1,
    div.cq-colctrl-lt6-c0, div.cq-colctrl-lt6-c1, div.cq-colctrl-lt6-c2, div.cq-colctrl-lt6-c3,
    div.cq-colctrl-lt7-c0, div.cq-colctrl-lt7-c1,
    div.cq-colctrl-lt8-c0, div.cq-colctrl-lt8-c1,
    div.cq-colctrl-lt9-c0, div.cq-colctrl-lt9-c1, div.cq-colctrl-lt9-c2,
    div.cq-colctrl-lt10-c0, div.cq-colctrl-lt10-c1,
    div.cq-colctrl-lt11-c0, div.cq-colctrl-lt11-c1,
    div.cq-colctrl-lt12-c0, div.cq-colctrl-lt12-c1,
    div.cq-colctrl-lt13-c0, div.cq-colctrl-lt13-c1{
        width:100%;
    }
    .men-nav{
        background-color:transparent;
        border: 0px;
    }
    #menu{
        float:none;
        margin:5px 0;
    }
    nav{
        height: auto;
        background-image:none;
        border:0px;
        display: block;
        float: none;
        left: 15px;
        position: absolute;
        top: 31px;
        z-index: 1000;
        width:60%;
        background:none repeat scroll 0 0 #354c5d;
        padding:10px 0;
    }
    ul.nav-up li{border:0px; padding:0px;background-color: transparent;}
    ul.nav-up li.attuale{
        background: none repeat scroll 0 0 #354c5d;
    }
    ul.nav-up li.attuale > a{
        color: #000000;
    }
    ul.nav-up li a {
        background: none repeat scroll 0 0 #354c5d;
        border-bottom: 0px;
        color: #fff;
        display: block;
        font-size: 1em;
        height: auto;
        line-height: 20px;
        margin: 0 auto;
        padding: 0 2px;
        text-align: left;
        text-decoration: none;
        width: 90%;
    }
    ul.nav-up li:last-child a{
        border-bottom: 0px;
    }
    ul.nav-up li a:hover{
        background: none repeat scroll 0 0 #354c5d;
        color:#000000;
        border-bottom:0px;
    }
    ul.nav-up li:last-child a:hover{
        border-bottom: 0px;
    }
    ul.nav-up li ul{
        display: table;
        position: relative;
        width: 80%;
        margin:0 auto;
    }
    ul.nav-up ul {
        top: 2px;
        visibility: visible;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border:0px;
        background-color:transparent;
        z-index: 9999;
        text-transform: uppercase;
    }
    ul.nav-up li ul li {
        height:auto;
        margin:0;
        padding:0 5px;
        color:#ffffff;
        background-image:none;
        background-repeat:repeat;
        border:0px;
        font-weight: normal;
    }
    ul.nav-up li ul li a{
        color:#ffffff;
    }
    ul.nav-up li:hover ul{
        visibility:visible;
        background-image:none;
        background-repeat:repeat;
        color:#ccc  !important;
    }

    .languagesnav{float:left; margin: 0 5px 0 0; width:auto; display:inline;}
    .chiavi{text-align:center;}
    #search_form_container{clear: none; float: right; margin: 0;}
    .wk-slideshow .slides > li > *, .wk-slideshow .slides > li > * > img{margin:0 auto; }
    .wk-slideshow .caption{width:100%; left:0; padding:2px 5px; height:auto;}
    .wk-slideshow .slides > li > *, .wk-slideshow .slides > li > * > img{width:auto;}
    .slideshow .wk-slideshow h2{font-size:1.1em !important;}
    .slideshow .wk-slideshow  p{font-size:0.8em !important;}


    .eventview .left {
        float: left;
        width: 100%;
        padding-right: 0%;
    }

    .eventview .right {
        float: left;
        width: 100%;
    }

    .event .eventContainer{
        width:auto;
    }
    .ohanah .event_date_flyer_container{
        min-height: default;
    }

    #top-menu{
        /*display: none;*/
    }
    #top-menu .row .columns{
        padding:0;
    }

    .event .eventContainer.eventPage{
        width: 100%;
    }
    .event .eventSide{
        width: 100%;
        padding-left: 0;
        margin-left: -10px;
    }
    .event .eventSide .sectionmenu{
        float: left;
        width: 50%;
    }
	ul.tags li{margin:0 10px 5px 0;}
	#topic .event-container .event-right .twitter{display:none;}
	.eventview_parsys .eventview .left {
        float: left;
        width: 100%;
        border-right:0px;
        padding-right: 0px;
        margin-top: 10px;
	}

	.eventview_parsys .eventview .right {
        float: left;
        width: 100%;
        padding-left: 0px;
    	margin:10px 0 0;
	}
}
@media only screen and (min-width: 769px){
    .map .eventListContainer{
        width:70%;
    }
    .map .sidebarContainer{
        width: 30%;
    }
}
@media only screen and (min-width: 980px) {
    main.row {
        box-shadow: -5px 5px 10px -3px #e3e3e3, 5px 5px 10px -3px #e3e3e3;
        -webkit-box-shadow: -5px 5px 10px -3px #e3e3e3, 5px 5px 10px -3px #e3e3e3;
        -moz-box-shadow: -5px 5px 10px -3px #e3e3e3, 5px 5px 10px -3px #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
    }
    .row{
        width: 90%;
        max-width: 1200px;
    }
}
