/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

span.toggler {
  padding:0 25px;
}


/* To Top Scoller */
.tm-totop-scroller {
  	background-color: #1681d1;
}
.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    height: 45px;
}
/* --------------------------------- */


/* DJ Megamenu */
.dj-megamenu-default {
    padding: 0 !important;
    margin: 18px 0 0 0 !important;
    list-style: none;
    height: 60px;
    position: relative;
    z-index: 500;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(43,43,43,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 255, 255)), color-stop(100%,rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(69,69,69,1) 0%,rgba(43,43,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(69,69,69,1) 0%,rgba(43,43,43,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
}

.dj-megamenu-default li a.dj-up_a {
    color: #888888;
  	border-right: 0px none #000;
    border-left: 0px none #555;
}

.dj-megamenu-default li a.dj-up_a:hover,
.dj-megamenu-default li a.dj-up_a span:hover{
    color: #1681d1;
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
    border-left-color: #ffffff;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(56,172,231,1) 0%, rgba(22,129,209,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 255, 255)), color-stop(100%,rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(56,172,231,1) 0%,rgba(22,129,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(56,172,231,1) 0%,rgba(22,129,209,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38ace7', endColorstr='#1681d1',GradientType=0 );
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
    color: #888888;
}

.dj-megamenu-default li a.dj-up_a .arrow:before {
	content: "";
}

.dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.separator > a {
	color:#1681d1;
}

.dj-megamenu-default li ul.dj-submenu > li.separator > a:hover {
    background: none;
  	color:#1681d1;
}
/* --------------------------------- */

/* Burger */
.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    margin: 27px auto;
    width: 30px;
    height: 34px;
    font-size: 32px;
    background: #434343; /*#1681D1*/
    color: #e4e4e4;
}
.dj-megamenu-select-dark .dj-mobile-open-btn:focus, .dj-megamenu-select-dark:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
    color: #434343; /*#1681D1*/
}
/* --------------------------------- */


/* Slider */
body .readon.border {
    background-color: #1681d1;
}
body .readon.border:hover {
    background-color: #ffffff;
}
body .readon.white:hover {
  color: #1681d1;
}
/* --------------------------------- */


/* Joint button homepage */
.su-joint-btn .joint-btn-left, .su-joint-btn .joint-btn-right {
    padding: 15px 15px;
}
/* --------------------------------- */


/* JE Accordeon menu */
div.jemenu {
    background:none;
}
/* --------------------------------- */


/* iCagenda */
.iccalendar:focus, .ic-1:focus { /* Evita il bordo blu al focus */
  outline:none;
}
/* --------------------------------- */


/* Header */
div.header_corsi {
  padding-bottom:15px;
}

div.header_corsi h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
/* --------------------------------- */


/* K2 */
.catItemBlog:not(.hasCatImage) {
  background: none;
}

.ItemBlog .itemTitleWrap, .catItemBlog .catItemHeader {
	margin-bottom: 0;
}
.ItemBlog .itemTitle, div.catItemBlog .catItemTitle {
    margin-bottom: 0;
}

div.catItemBlog .catItemTitle {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
}

div.catItemBlog a.k2ReadMore {
    margin-top: 10px;
}

div.catItemBlog {
    margin-bottom: 60px;
}

.itemBackToTop {
  display:none;
}

div.itemAttachmentsBlock ul.itemAttachments li {
    display: block;
    text-align: left;
}

div.itemAttachmentsBlock {
    border-bottom: 0px none #ccc;
  	margin-bottom: 30px;
  	font-size: 18px;
}

div.ItemBlog div.ItemText {
    margin-bottom: 15px;
}

div.item-Author-Latest-Related {
    margin-top: 0px;
}

.catItemShareBlock {
  float:right;
}

.catItemShareBlock ul {
    border: 9px none #e5e5e5;
}

.catItemShareBlock ul li a {
    padding: 0 10px;
  	font-size:18px;
}

h2.sottotitolo_categoria {
	font-size:20px;
}

@media (max-width: 600px) {
    .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
        width: 100%;
    }
}
/* --------------------------------- */


/* Accordeon Home */
.home-accordion .collapsible-body a {
	color:rgba(64,64,64,1);
  	text-decoration:underline;
}
/* --------------------------------- */


/* Shortcode Accordeon */
.qx-element-accordion .collapsible-header {
    line-height: 1.5rem;
    padding: 1rem;
}

.qx-element-accordion .collapsible-body p {
	line-height: 1rem;
  	padding-bottom: 10px;
}
/* --------------------------------- */


/* News slider */
.lnee .newstitle a {
    color: #666666;
}
.lnee .newstitle a:hover {
    color: #1681d1;
}
.lnee .newsintro {
  margin-top: 5px;
}
.lnee .onecatlink.last, .lnee .readalllink.last, .lnee p.link {
    margin-top: 0;
}
.lnee .onecatlink.last, .lnee .readalllink.last, .lnee p.link a {
  /*color: #666666;*/
}
/* --------------------------------- */


/* Calendario slider */
.calendario .lnee .newstitle a {
    color: #1681d1;
}
.calendario .lnee .newstitle a:hover {
    color: #1681d1;
}
.calendario .lnee .newshead .calendar.noimage {
	padding: 2px 0;
}
/* --------------------------------- */


/* Phoca */
.phocadownloadfile32 {
    padding: 10px 10px 10px 48px;
}
.phocadownloadfile32 p {
    margin: 0;
    padding: 0;
}
#phoca-dl-category-box .pd-category h3.pd-ctitle, 
#phoca-dl-file-box .pd-file h3.pd-ctitle, 
#phoca-dl-download-box .pd-file h3.pd-ctitle {
    margin-bottom: 27px;
}
#phoca-dl-category-box .pd-category div.pdtop, 
#phoca-dl-file-box .pd-file div.pdtop, 
#phoca-dl-download-box .pd-file div.pdtop {
    display:none;
}
/* --------------------------------- */


/* Tema */
em {
    color: inherit;
}

.uk-container {
    max-width: none;
}

@media (min-width: 1220px) {
  .uk-container {
      max-width: none;
  }
}
/* --------------------------------- */


/* Ricerca */
.uk-article-meta {
    display:none;
}
body .uk-article .uk-article-title {
    margin-bottom:10px;
}
.uk-pagination {
    margin-top: 30px;
}
.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
    color: inherit;
}
/* --------------------------------- */


/* Cookiehint */
#redim-cookiehint {
    padding: 17px 5%;
    bottom: 2px;
	background-color: #1681d1;
}
#redim-cookiehint .cookiebuttons #-cookiehintsubmit {
	padding: 10px 20px !important;
}
/* --------------------------------- */


/* Chronoforms */
.chronoforms6_credits {
  display:none;
}

.cftextarea textarea {
  height:100px;
}

.cftcheckbox .ui.checkbox label:before {
  top: 5px;
}

.chronoforms .cfsubmit {
  margin-top: 15px;
}  
/* --------------------------------- */


/* Logo UPC */
.logoupc {
  	margin-top: 0;
  	padding: 0;
    background: none;
}
/* --------------------------------- */


/* Toolbar */
.uk-float-left {
    margin-left: 12px;
}

.toolbar-wrapper .uk-float-left a {
    color: #bdbdbd;
    text-decoration: none;
}
.toolbar-wrapper .uk-float-left a:hover {
    color: #ffffff;
}

.uk-float-right {
    margin-right: 24px;
}

.toolbar-wrapper .mod-languages {
    margin-left: 6px;
}

.toolbar-wrapper .mod-languages a.uk-button {
    font-size: 12px;
  	color: #ffffff;
}
.toolbar-wrapper .mod-languages a.uk-button {
    font-size: 12px;
  	color: #ffffff;
}
.toolbar-wrapper .mod-languages a.uk-button:hover {
  	color: #bdbdbd;
}

.toolbar-wrapper .mod-languages a.uk-button img {
    padding-left: 6px;
}
/* --------------------------------- */

/* Biblioteca */
.piano  {
  padding: 10% 0;
  margin: 1px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-position: center; */
  cursor: pointer;
}
.piano_00_it {
  background-image: url('/images/IMM_BIBLIO/00_it.png');
}
.piano_01_it {
  background-image: url('/images/IMM_BIBLIO/01_it.png');
}
.piano_02_it {
  background-image: url('/images/IMM_BIBLIO/02_it.png');
}
.piano_03_it {
  background-image: url('/images/IMM_BIBLIO/03_it.png');
}
.piano_04_it {
  background-image: url('/images/IMM_BIBLIO/04_it.png');
}
.piano_00_en {
  background-image: url('/images/IMM_BIBLIO/00_en.png');
}
.piano_01_en {
  background-image: url('/images/IMM_BIBLIO/01_en.png');
}
.piano_02_en {
  background-image: url('/images/IMM_BIBLIO/02_en.png');
}
.piano_03_en {
  background-image: url('/images/IMM_BIBLIO/03_en.png');
}
.piano_04_en {
  background-image: url('/images/IMM_BIBLIO/04_en.png');
}
.spoiler {
  display: none;
  text-align: justify;
  padding: 10px 5px;
}
.spoiler p {
  margin:0;
  padding:0;
}

.su-contact-form .su-input-box input, .su-contact-form .su-input-box textarea {
  width: 100%;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 5px 10px;
  border: 1px solid #eee;
}

.su-input-box input {
  height: 40px !important;
}
/* --------------------------------- */

/* Video responsive 16:9 */
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* --------------------------------- */

/* Cookie Control */
#ccc-icon, #ccc-close {
  outline:none;
}
/* --------------------------------- */

/* No boss calendar */
@media (max-width: 767px) {
  .nobosscalendar--model2 .nb-calendar__event {
      min-height: 0;
  }
}

.nb-calendar__header {
	display:none;
}

.nb-calendar__body {
    margin-top: 0;
}

.nobosscalendar--model2 .nb-event-legend {
    padding: 5px 5px;
}
.nobosscalendar--model2 .legend__tag {
    font-weight:bold;
}
.nobosscalendar--model2 .nb-day__start .nb-event__month {
    font-weight:bold;
}
.nobosscalendar--model2 .nb-day__start .nb-event__day {
    font-weight:bold;
}
/* --------------------------------- */

.qx-element-accordion .collapsible li+li {
    margin-top: 0;
}


