/*
Custom AIL Divulgazione Scientifica
*/

a , li , ul , button , input , select , p {
    transition-property: all;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
}

.article-list .article .readmore a {
    font-weight: 600!important;
}

.logo-mobile-affix {
    display: none;
}

.btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

input , select {
    background-color: #ededed;
    border: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:10px;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    background-color: #ededed;
    border: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    outline: 0;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    outline: 0;
}

/* Header AIL*/

#sp-top-bar {
    background: #fff;
    color: #000;
}

#sp-top-bar {
    padding: 0px 0;
    font-size: 18px
}

#sp-top-bar p {
    padding: 0px 0;
    margin-bottom: 0px;
}

#sp-header {
    height: 130px;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.0);
}

#sp-header.header-sticky {
    height: 60px;
    background-color: #f4f4f4;
}


.sp-megamenu-parent .sp-mega-group > li > a {
    color: #000!important;
    text-transform: unset;
    font-weight: 500;

}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #000!important;
}


#sp-header.header-sticky #sp-logo {
    display: none!important;
}

#sp-header.header-sticky #sp-search {
    display: none!important;
}

.sp-megamenu-parent {
    float: left;
}

.link-approfondimenti {
     font-weight: 700!important;
     text-transform: uppercase;
}

.nav-search {
    position: relative;
    width: 100%;
}

.nav-search label {
    display: none;
}

.nav-search button {
    position: absolute;
    z-index: 1;
    right:0px;
    background:transparent!important;
    border: 0px;
    color: transparent!important;
    width: 40px;
    padding-right:0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
}

.nav-search button span {
    display: none!important;
}

.nav-search button:hover , .nav-search button:active , .nav-search button:focus {
    background:transparent;
    border: 0px;
    color: transparent!important;
    outline: transparent!important;
    box-shadow: 0 0 0 1 rgba(0,0,0,0.5)!important;
}

.nav-search button::after {
    font-family: FontAwesome;
    content: '\f002';
    color: #999999;
    position: absolute;
    right: 12px;
}

.sp-megamenu-parent > li a {
    color: #4d4d4d;
}


.sp-megamenu-parent > li:hover a {
    color: #000;
}


.offcanvas-menu .offcanvas-inner {
    padding: 50px 30px;
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: transparent;
    color: #000;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    font-size: 22px;
}


/* PAGE TITLE */ 

.sp-page-title {
    padding: 15px 0;
    height: 150px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
    font-size: 12px;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
    font-weight: 700;
    padding-top:6px;
    padding-bottom:6px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 22px!important;
    line-height: 1;
    background-color: rgba(227, 6, 19, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(227, 6, 19, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(227, 6, 19, 1);
    box-shadow:         0px 0px 0px 6px rgba(227, 6, 19, 1);
    color: #fff;
    display: inline-block;
    margin-bottom:6px;
    margin-top:10px;
    border-radius: 1px;
}

.sp-page-title .breadcrumb {
    margin: 20px 0 0 0;
}


/* ARTICLE LIST */

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

/* TAG */

.article-list .tags {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;

} 

.article-list .tags > li a {
    display: block;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 6.25rem;
}

.tags > li a {
    background: rgba(30, 51, 118, 0.8);
    color: #ffffff;
}

.tags > li a:hover {
    background: rgba(30, 51, 118, 1);
}


/* Footer */

#sp-footer, #sp-bottom {
    background: #f5f5f5;
    color: #666666;
    padding-top:40px;
    padding-bottom:40px;
}

/* Default */



.default  #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .default  #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}

.default #sp-header.header-sticky {
    background-color: #e30613;
    z-index: 999999999999 ;
}

.default #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.default .sp-reading-progress-bar {
    background-color: #ffffff;
}

.default .header-sticky  #offcanvas-toggler > .fa {
    color: #ffffff;
}

.default #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}



.default a {
    color: #e30613;
}

.default  .sp-page-title {
    background: rgba(227, 6, 19, 0.8);
}


.default a:hover  , .default a:focus , .default a:active {
    color: #860613;
}


.default .article-list .article .article-header h2 a:hover {
    color: #e30613!important;
}

.default  .article-list .article .readmore a:hover, .default  .article-list .article .readmore a:active,.default  .article-list .article .readmore a:focus {
    color: #e30613!important;
}


.default  .sp-megamenu-parent > li.active > a, .default  .sp-megamenu-parent > li.active:hover > a {
    color: #e30613!important;
}


.default .sp-page-title .sp-page-title-heading {

    background-color: rgba(227, 6, 19, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(227, 6, 19, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(227, 6, 19, 1);
    box-shadow:         0px 0px 0px 6px rgba(227, 6, 19, 1);
    color: #fff;
}



.default .sp-scroll-up {
    color: #fff;
    background: rgba(227, 6, 19, 1)!important;
}


/* news-ematologiche */


.news-ematologiche .offcanvas-overlay {
    background: rgba(0, 155, 187, 0.8);
}

.news-ematologiche  #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .news-ematologiche  #sp-header.header-sticky  .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}

.news-ematologiche #sp-header.header-sticky {
    background-color: #009bbb;
}

.news-ematologiche #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.news-ematologiche .sp-reading-progress-bar {
    background-color: #ffffff;
}

.news-ematologiche .header-sticky #offcanvas-toggler > .fa {
    color: #ffffff;
}

.news-ematologiche #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}


.news-ematologiche a {
    color: #009bbb;
}


.news-ematologiche  .sp-page-title {
    background: rgba(0, 155, 187, 0.8);
}


.news-ematologiche a:hover  , .news-ematologiche a:focus , .news-ematologiche a:active {
    color: #008abb;
}

.news-ematologiche .article-list .article .article-header h2 a:hover {
    color: #009bbb!important;
}

.news-ematologiche  .article-list .article .readmore a:hover, .news-ematologiche  .article-list .article .readmore a:active, .news-ematologiche  .article-list .article .readmore a:focus {
    color: #009bbb!important;
}

.news-ematologiche  .sp-megamenu-parent > li.active > a, .news-ematologiche   .sp-megamenu-parent > li.active:hover > a {
    color: #009bbb!important;
}


.news-ematologiche .sp-page-title .sp-page-title-heading {

    background-color: rgba(0, 155, 187, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 155, 187, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(0, 155, 187, 1);
    box-shadow:         0px 0px 0px 6px rgba(0, 155, 187, 1);
    color: #fff;
}

.news-ematologiche .sp-scroll-up {
    color: #fff;
    background: rgba(0, 155, 187, 1)!important;
}


/* Ail-e-la-ricerca */

.ail-e-la-ricerca  .offcanvas-overlay {
    background: rgba(219, 47, 52, 0.8);
}

.ail-e-la-ricerca  #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .ail-e-la-ricerca  #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}

.ail-e-la-ricerca #sp-header.header-sticky {
    background-color: #db2f34;
}

.ail-e-la-ricerca #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.ail-e-la-ricerca .sp-reading-progress-bar {
    background-color: #ffffff;
}

.ail-e-la-ricerca .header-sticky #offcanvas-toggler > .fa {
    color: #ffffff;
}

.close-offcanvas:hover {
    background: transparent;

}

.ail-e-la-ricerca #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}


.ail-e-la-ricerca a {
    color: #db2f34;
}

.ail-e-la-ricerca  .sp-page-title {
    background: rgba(219, 47, 52, 0.8);
}


.ail-e-la-ricerca a:hover  , .ail-e-la-ricerca a:focus , .ail-e-la-ricerca a:active {
    color: #db2f34;
}

.ail-e-la-ricerca .article-list .article .article-header h2 a:hover {
   color: #db2f34!important;
}

.ail-e-la-ricerca .article-list .article .readmore a:hover, .ail-e-la-ricerca  .article-list .article .readmore a:active, .ail-e-la-ricerca  .article-list .article .readmore a:focus {
    color: #db2f34!important;
}


.ail-e-la-ricerca   .sp-megamenu-parent > li.active > a, .ail-e-la-ricerca .sp-megamenu-parent > li.active:hover > a {
    color: #db2f34!important;
}

.ail-e-la-ricerca .sp-page-title .sp-page-title-heading {

    background-color: rgba(219, 47, 52, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(219, 47, 52, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(219, 47, 52, 1);
    box-shadow:         0px 0px 0px 6px rgba(219, 47, 52, 1);
    color: #fff;
}

.ail-e-la-ricerca  .sp-scroll-up {
    color: #fff;
    background: rgba(219, 47, 52, 1)!important;
}


/* sport-e-alimentazione */


.sport-e-alimentazione   .offcanvas-overlay {
    background: rgba(32, 173, 131, 0.8);
}


.sport-e-alimentazione  #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .sport-e-alimentazione  #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}



.sport-e-alimentazione #sp-header.header-sticky {
    background-color: #20ad83;
}

.sport-e-alimentazione #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.sport-e-alimentazione .sp-reading-progress-bar {
    background-color: #ffffff;
}

.sport-e-alimentazione .header-sticky  #offcanvas-toggler > .fa {
    color: #ffffff;
}

.sport-e-alimentazione #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}


.sport-e-alimentazione a {
    color: #20ad83;
}

.sport-e-alimentazione .sp-page-title {
    background: rgba(32, 173, 131, 0.8);
}


.sport-e-alimentazione a:hover  , .ail-e-la-ricerca a:focus , .sport-e-alimentazione a:active {
    color: #20ad83;
}

.sport-e-alimentazione .article-list .article .article-header h2 a:hover {
   color: #20ad83!important;
}

.sport-e-alimentazione .article-list .article .readmore a:hover, .sport-e-alimentazione  .article-list .article .readmore a:active, .sport-e-alimentazione  .article-list .article .readmore a:focus {
    color: #20ad83!important;
}


.sport-e-alimentazione  .sp-megamenu-parent > li.active > a, .sport-e-alimentazione .sp-megamenu-parent > li.active:hover > a {
    color: #20ad83!important;
}


.sport-e-alimentazione .sp-page-title .sp-page-title-heading {
    background-color: rgba(32, 173, 131, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(32, 173, 131, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(32, 173, 131, 1);
    box-shadow:         0px 0px 0px 6px rgba(32, 173, 131, 1);
    color: #fff;
}



.sport-e-alimentazione .sp-scroll-up {
    color: #fff;
    background: rgba(32, 173, 131, 1)!important;
}


/* psicologia-e-tumori */


.psicologia-e-tumori .offcanvas-overlay {
    background: rgba(212, 20, 90, 0.8);
}

.psicologia-e-tumori  #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .psicologia-e-tumori   #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}

.psicologia-e-tumori #sp-header.header-sticky {
    background-color: #d4145a;
}

.psicologia-e-tumori #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.psicologia-e-tumori .sp-reading-progress-bar {
    background-color: #ffffff;
}

.psicologia-e-tumori .header-sticky  #offcanvas-toggler > .fa {
    color: #ffffff;
}

.psicologia-e-tumori #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}

.psicologia-e-tumori a {
    color: #d4145a;
}

.psicologia-e-tumori .sp-page-title {
    background: rgba(212, 20, 90, 0.8);
}

.psicologia-e-tumori  a:hover  , .psicologia-e-tumori  a:focus , .psicologia-e-tumori  a:active {
    color: #d4145a;
}

.psicologia-e-tumori .article-list .article .article-header h2 a:hover {
   color: #d4145a!important;
}

.psicologia-e-tumori  .article-list .article .readmore a:hover, .psicologia-e-tumori   .article-list .article .readmore a:active, .psicologia-e-tumori   .article-list .article .readmore a:focus {
    color: #d4145a!important;
}

.psicologia-e-tumori  .sp-megamenu-parent > li.active > a, .psicologia-e-tumori  .sp-megamenu-parent > li.active:hover > a {
    color: #d4145a!important;
}

.psicologia-e-tumori   .sp-page-title .sp-page-title-heading {

    background-color: rgba(212, 20, 90, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(212, 20, 90, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(212, 20, 90, 1);
    box-shadow:         0px 0px 0px 6px rgba(212, 20, 90, 1);
    color: #fff;
}

.psicologia-e-tumori .sp-scroll-up {
    color: #fff;
    background: rgba(212, 20, 90, 1)!important;
}

/* approfondimenti */

.approfondimenti  .offcanvas-overlay {
    background: rgba(30, 51, 118, 0.8);
}

.approfondimenti #sp-header.header-sticky .sp-megamenu-parent > li.active > a, .approfondimenti  #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    font-weight: 700;
}

.approfondimenti #sp-header.header-sticky {
    background-color: #1e3376;
}

.approfondimenti #sp-header.header-sticky .sp-menu-item a {
    color: #ffffff;
    opacity: 0.9;
}

.approfondimenti .sp-reading-progress-bar {
    background-color: #ffffff;
}

.approfondimenti .header-sticky  #offcanvas-toggler > .fa {
    color: #ffffff;
}

.approfondimenti #sp-header.header-sticky .sp-menu-item a:hover {
    opacity: 1;
}

.approfondimenti a {
    color: #1e3376;
}

.approfondimenti .sp-page-title {
    background: rgba(30, 51, 118, 0.8);
}

.approfondimenti a:hover  , .ail-e-la-ricerca a:focus , .approfondimenti a:active {
    color: #1e3376;
}

.approfondimenti .article-list .article .article-header h2 a:hover {
   color: #1e3376!important;
}

.approfondimenti.article-list .article .readmore a:hover, .approfondimenti  .article-list .article .readmore a:active, .approfondimenti  .article-list .article .readmore a:focus {
    color: #1e3376!important;
}

.approfondimenti  .sp-megamenu-parent > li.active > a, .approfondimenti .sp-megamenu-parent > li.active:hover > a {
    color: #1e3376!important;
}

.approfondimenti .sp-page-title .sp-page-title-heading {

    background-color: rgba(30, 51, 118, 1);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(30, 51, 118, 1);
    -moz-box-shadow:    0px 0px 0px 6px rgba(30, 51, 118, 1);
    box-shadow:         0px 0px 0px 6px rgba(30, 51, 118, 1);
    color: #fff;
}


.approfondimenti .sp-scroll-up {
    color: #fff;
    background: rgba(30, 51, 118, 1)!important;
}

/*   */

.link-to-ail {
    font-weight: 700;
    font-size:18px;
    float: right;
    display: block;
    padding-top:6px;
    color: #000!important;
    padding-right:30px;
}

.btn-donaora {
    float: right;
    color: #fff!important;
    font-size: 18px;
    font-weight: 700;
    background-color: #e30613;
    padding:6px 50px 6px 50px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.social-icons {
    float: right!important;
    display: block!important;
    padding-right:30px!important;
    padding-top:6px!important;
}


.box-textcarousel
{
    position: absolute;
    background-color: white;
    width: 370px;
    height: 395px;
    margin: 0 auto;
    right: 200px;
    top: 145px;
    padding: 20px;
}



.box-textcarousel .readmore {
    border-radius: 20px;
    position: absolute;
    bottom: 65px;
    color: black;
    text-align: center;
    border: 1px solid black;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px
}

.box-textcarousel p {

    margin-top: 20px;
}


/*Colori Seziono slideshow*/

.slideshow .color-newsematologiche span {

	display: none !important;
}

.slideshow .color-newsematologiche

{    border-bottom: 8px solid #009bbbcc;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}


.slideshow .color-newsailricerca span {

    display: none !important;
}

.slideshow .color-newsailricerca

{    border-bottom: 8px solid #e30613;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}


.slideshow .color-newssportealimentazione span {

    display: none !important;
}

.slideshow .color-newssportealimentazione

{    border-bottom: 8px solid #20ad83;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}


.slideshow .color-newsspsicologia span {

    display: none !important;
}

.slideshow .color-newsspsicologia

{    border-bottom: 8px solid #d4145a;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}


.slideshow .color-approfondimenti span  {

    display: none !important;
}

.slideshow .color-approfondimenti

{    border-bottom: 8px solid #1e3376;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}


/*Colori Seziono generali*/

.color-newsematologiche span {

	display: none !important;
}

.color-newsematologiche

{    border-bottom: 8px solid #009bbbcc;
    position: absolute;
    bottom: 20px;
    left: 14px;
    width: 94%;
}


.color-newsailricerca span {

    display: none !important;
}

.color-newsailricerca

{    border-bottom: 8px solid #e30613;
        position: absolute;
    bottom: 20px;
    left: 14px;
    width: 94%;
}


.color-newssportealimentazione span {

    display: none !important;
}

.color-newssportealimentazione

{    border-bottom: 8px solid #20ad83;
       position: absolute;
    bottom: 20px;
    left: 14px;
    width: 94%;
}


.color-newsspsicologia span {

    display: none !important;
}

.color-newsspsicologia

{    border-bottom: 8px solid #d4145a;
        position: absolute;
    bottom: 20px;
    left: 14px;
    width: 94%;
}


.color-approfondimenti span  {

    display: none !important;
}

.color-approfondimenti

{   border-bottom: 8px solid #1e3376;
        position: absolute;
    bottom: 20px;
    left: 14px;
    width: 94%;
}













.slides-inevidenza h3 {

	background-color: #e30613;
    color: white;
    display: inline-block;
    padding: 7px 35px 7px 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    left: 263px;
    z-index: 9;
    top: 25px;
    font-size: 20px;
    text-transform: uppercase;
}




.btn-ail-ricerca-pieno {
	background-color: #e20613;
    color: white;
    padding: 6px 25px 6px 25px;
}


.btn-ail-ricerca-pieno:hover {
	background-color: #c92b30;
    
}


.btn-ail-ricerca-vuoto {
	border-color: #e20613;
	background-color: white;
	color: #e20613;
	padding: 6px 25px 6px 25px;


}

.btn-ail-ricerca-vuoto:hover {
	background-color: #e20613;
    color: white;


}


.btn-ail-sport-pieno {
	background-color: #20ad83;
    color: white;
    padding: 6px 25px 6px 25px;
}


.btn-ail-sport-pieno:hover {
	background-color: #198b69;
    
}


.btn-ail-sport-vuoto {
	border-color: #20ad83;
	background-color: white;
	color: #20ad83;
	padding: 6px 25px 6px 25px;


}

.btn-ail-sport-vuoto:hover {
	background-color: #20ad83;
    color: white;


}



.btn-ail-psicologia-pieno {
	background-color: #d4145a;
    color: white;
    padding: 6px 25px 6px 25px;
}


.btn-ail-psicologia-pieno:hover {
	background-color: #cd1b5c;
    
}


.btn-ail-psicologia-vuoto {
	border-color: #d4145a;
	background-color: white;
	color: #d4145a;
	padding: 6px 25px 6px 25px;


}

.btn-ail-psicologia-vuoto:hover {
	background-color: #d4145a;
    color: white;


}




.btn-ail-approfondimenti-pieno {
	background-color: #2b48a4;
    color: white;
    padding: 6px 25px 6px 25px;
}


.btn-ail-approfondimenti-pieno:hover {
	background-color: #1e3376;
    
}


.btn-ail-approfondimenti-vuoto {
	border-color: #2b48a4;
	background-color: white;
	color: #2b48a4;
	padding: 6px 25px 6px 25px;


}

.btn-ail-approfondimenti-vuoto:hover {
	background-color: #2b48a4;
    color: white;


}


.btn-ail-newsema-pieno {
	background-color: #009bbb;
    color: white;
    padding: 6px 25px 6px 25px;
}


.btn-ail-newsema-pieno:hover {
	background-color: #0187a2;
    
}


.btn-ail-newsema-vuoto {
	border-color: #009bbb;
	background-color: white;
	color: #009bbb;
	padding: 6px 25px 6px 25px;


}

.btn-ail-newsema-vuoto:hover {
	background-color: #009bbb;
    color: white;


}



.newsletter-home {

	position: relative;
}

.contenuto-iconnl {

	position: absolute; 
	right: 300px; 
	top: -105px; 
	text-align: center;
}

.contenuto-iconnl img {

	height: 85px;
}


.contenuto-iconnl p {

	margin-top: 5px; 
	font-weight: 500;
	color:black;
}


.customapprofondimenti-home {

	background-image: url(/images/img-approfondimentihome.png);
    height: 245px;
    background-repeat: no-repeat;
}



.customapprofondimenti-home h3
 {
	background-color: #1e3376; 
	color: white; 
	display: inline-block; 
	padding: 7px 35px 7px 20px; 
	border-top-right-radius: 25px; 
	border-bottom-right-radius: 25px; 
	position: absolute;
	z-index: 999999; 
	top: -20px; 
	font-size: 20px; 
	text-transform: uppercase;
}

.container-approfondimenti {

	padding-top: 75px;
}

.customapprofondimenti-home .container-approfondimenti h4 {

	color: white;
	text-transform: uppercase;
	font-size: 26px;

}

.customapprofondimenti-home .container-approfondimenti p {

	color: white;
	font-size: 18px;

}


.btn-rounded-home {

	width: 120px;
    height: 120px;
    border-radius: 60px;
    background: transparent;
    position: relative;
    border: 3px solid white;
    margin-right: 15px;
    margin-bottom: 25px;


}

.btn-rounded-home p {

	position: absolute;
    top: 44px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    bottom: 44px;
    font-weight: 600;
    color: white !important;
}

.btn-rounded-home .text-l {

	position: absolute;
    top: 30px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: white !important;
}







.btn-rounded-home:hover {

	width: 120px;
    height: 120px;
    border-radius: 60px;
    background: white;
    position: relative;
    margin-right: 15px;
    cursor: pointer;


}

.btn-rounded-home:hover p {

	position: absolute;
    top: 44px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    bottom: 44px;
    font-weight: 600;
    color: #1e3376 !important;
}


.btn-rounded-home .text-l:hover {

	position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    bottom: 44px;
    font-weight: 600;
    color: #1e3376 !important;
}



.blogdefault h1 {

	background-color: #e30613;
    color: white;
    display: inline-block;
    padding: 7px 35px 7px 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    /* left: 263px; */
    z-index: 999999;
    /* top: -53px; */
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 83px;
}


.blogdefault .article-list {

	margin-top: 75px;
}

.description-home {

	margin-top: 25px;
	margin-bottom: 25px;
}


.description-home .btn-ail-ricerca-pieno {

	margin-top: 30px;
}

.description-home h1 {

	color: #e30613;

}


.description-home h5 { 

	line-height: 2;

}

.img-divulgazione {

    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
    width: 90%;

}

.container-videohome, .container-infografichehome {

	border-top: 9px solid #1e3376;
    padding-left: 0px;
    padding-top: 15px;
}


.container-videohome h5, .container-infografichehome h5 {

	text-transform: uppercase;
	color: #1e3376;
	font-weight: 600;


}



.container-faqhome {

	border-top: 9px solid #e30613;
    padding-left: 0px;
    padding-top: 15px;


}


.container-faqhome h5 {

	text-transform: uppercase;
	color: #e30613;
	font-weight: 600;


}

.approfondimenti-home {

    margin-bottom: 75px;

}

.approfondimenti-home img {

	position: absolute;
    right: 15px;
    top: 20px;
}

.approfondimenti-home button {

    top: 135px;
    padding: 10px 60px 10px 60px;
    border: 2px solid;
}


.modulo-nlhome {
    position: fixed;
    bottom: 0px;
    right: 30;
    z-index: 10;
    transition-property: all;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
}




.modulo-top {
    width: 200px;
    background-color: #d82f34;
    border-radius-top-right: 8px;
    border-radius-top-left: 8px;
    text-align: center;
}


.modulo-bottom {
    width: 200px;
    background-color: white;
    text-align: center;
}


.news-ematologiche-footer h5 {

    color: #009bbb;
}


.ail-ricerca-footer h5 {

    color: #db2f34;
}

.sportealimentazione-footer h5 {

    color: #20ad83;
}


.psicologiaetumori-footer h5{

    color: #d4145a;
}

.approfondimenti-footer h5 {

    color: #1e3376;
}

#sp-footer ul.menu {
    display: grid; 
}

#sp-footer a, #sp-bottom a {

    color: black !important;
    font-size: 16px;
}


#sp-footer .menu-child 
{display: grid;
    margin-left: -35px;
}


#sp-footer li:hover {

    text-decoration: underline;
}



.offcanvas-menu .offcanvas-inner .sp-module .menu .item-102 a {

	color: #009bbbcc;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-105 a {

	color: #db2f34;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-110 a {

	color: #20ad83;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-115 a {

	color: #d4145a;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-122 a {

	color: #1e3376;
	font-weight: 600;
}





.offcanvas-menu .offcanvas-inner .sp-module .menu .item-102 ul {

	color: black;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-105 ul {

	color: black;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-110 ul {

	color: black;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-115 ul {

	color: black;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu .item-122 ul {

	color: black;
	font-weight: 500;
}



















/* RESPONSIVE */

@media all and (min-width: 1921px) and (max-width: 4000px) {

    .container {max-width: 1440px;}

}


@media all and (min-width: 1920px) and (max-width: 1920px) {

    .container {max-width: 1440px;}

}


@media all and (min-width: 1281px) and (max-width: 1919px) {

    .container {max-width: 1200px;}

}

@media all and (min-width: 992px) and (max-width: 1280px) {

    .logo-image {
        height: 46px!important;
    }


}

@media all and (min-width: 768px) and (max-width: 991px) {


    .sidebar-mia {

        margin-left: 0px !important;
    }





    .header-sticky .logo-mobile-affix {
        display: block;
        position: absolute;
        top:-60px;
        transition-property: all;
        transition-duration: 0.3s;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.3s;
        -o-transition-property: all;
        -o-transition-duration: 0.3s;
        -moz-transition-property: all;
        -moz-transition-duration: 0.3s;
     }
     .header-sticky .logo-mobile-affix {
         display: block;
         max-height: 30px;
         float: lefT;
         top:15px;
     }
     .logo-image {
        height: 50px!important;
    }
    #sp-search {display: none!important;}
    #sp-menu {
        position: absolute!important;
        top:10px!important;
        right: 0px!important;
    }
    #sp-header {
        height: 65px!important;
    }
    .header-sticky  #sp-menu {
        top:2px!important;
    }

}


@media all and (min-width: 0px) and (max-width: 767px) {

    .sidebar-mia {

        margin-left: 0px !important;
    }


    .logo-image {
        height: 32px!important;
    }

    #sp-header {
        height: 65px!important;
    }

    .header-sticky .logo-mobile-affix {
        display: block;
       position: absolute;
       top:-60px;
       transition-property: all;
       transition-duration: 0.3s;
       -webkit-transition-property: all;
       -webkit-transition-duration: 0.3s;
       -o-transition-property: all;
       -o-transition-duration: 0.3s;
       -moz-transition-property: all;
       -moz-transition-duration: 0.3s;
    }

    .header-sticky .logo-mobile-affix {
        display: block;
        max-height: 30px;
        float: lefT;
        top:15px;
    }

    #sp-search {display: none!important;}
    #sp-menu {
        position: absolute!important;
        top:5px!important;
        right: 0px!important;
    }
    .header-sticky  #sp-menu {
        top:2px!important;
    }
    .sp-page-title .sp-page-title-sub-heading {
        font-size: 14px;
        font-weight: 700;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .social-icons {
        display: none!important;
    }


    .carousel-inner figure {

    	height: 450px !important;
    }

    .box-textcarousel {
    position: absolute;
    background-color: white;
    width: 250px;
    height: 340px;
    margin: 0 auto;
    right: 0;
    top: 50px;
    padding: 20px;
    left: 0;
}


.slides-inevidenza h3 {

	display: none !important;
}

.contenuto-iconnl {

	right: 20px !important;
	top: -90px;
}

.contenuto-iconnl img {

	height: 70px !important;
}


.customapprofondimenti-home h3 {

	left: auto !important;
}


.customapprofondimenti-home {
    background-image: url(/images/approfondimentihome-resp.jpg) !important;
    height: auto !important;
    background-repeat: no-repeat;
    background-position: right;
}


.btn-approfondimentihome {

    padding-left: 15px !important;
}



.description-home {

    margin-top: -10px;
}



#sp-position3 {

    margin-bottom: 20px !important;
}
#sp-position4 {

    margin-bottom: 20px !important;
}
#sp-position5 {

    margin-bottom: 20px !important;
}


}

.sp-menu-item {

    text-transform: none !important;
    font-weight: 400 !important;
}

.article-details .field-entry  {

   display: none !important;
}

.sidebar-mia {

    margin-left: 25px;

}

.sidebar-mia ul {

    text-transform: uppercase;
    list-style-type: none;
}

.sidebar-mia li
{
    border-bottom: 2px solid #cfcdcd;
    padding: 10px;
}

.nl-sidebar {
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    position: relative;
    margin-top: 50px;
}


.nl-sidebar .img {

    position: relative;
}

.nl-sidebar .img img {
    height: 50px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -25px;
}

.nl-sidebar .contenuto {

    padding: 30px;
    padding-bottom: 10px;
    
}

.iscrizione {
    color: #e20613;
    border: 2px solid #e20613;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
}

.iscrizione:hover {
    cursor: pointer;
    background-color: #e20613 !important;
    color: white !important;
       
}

.menumenu-sb {

    margin-left: -40px;
}


.menumenu-sb a {

    color:#e20613 ;
}

.menumenu-sb li:after {
    
        font-family: "FontAwesome";
        content: "\f105";
        float: right;
        margin-left: 5px;

}

.dottor-ail {
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
    position: relative;
    padding: 15px;
    margin-top: 50px;


}

.dottor-ail .medico {

    bottom: 0;
    position: absolute;
    right: 0;
    
}


.domanda {
    color: white;
    background-color: #e20613;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
}


.menumenu-sb li:after {
    
    
    content: "\f105";
    float: right;
    margin-left: 5px;

}

.list-inline li {

    border-bottom: none !important;
}

.readmore {

    border-radius: 20px;
    color: black;
    text-align: center;
    border: 1px solid black;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;


}


.article-list .article-info, 
.article-list .tags {

    display: none !important;
}

