
body, a, p {

    font-family: 'Roboto', sans-serif;
    font-weight:400;

}

strong {
    font-weight:600;
}

.title, h1, h2, h3, h4, h5, h6, .sppb-addon-title {
    font-family: 'Oswald', sans-serif;
    font-weight:400;
}

.published, .modified, .hits {
    display:none;
}


/*top bar*/

#sp-top-bar {
    background: #1e9e5b;
    color: #1e9e5b;
    padding:0;
    font-size: 18px;
    line-height: 22px;
    font-weight:500;
    background: #0d496c
        /*    background: linear-gradient(90deg, rgba(0,146,70,1) 0%, rgba(241,242,241,1) 38%, rgba(241,242,241,1) 65%, rgba(206,43,55,1) 100%);*/

}




#sp-top-bar a {
    color:#333;

}


ul.social-icons {
    margin: 0 auto;
    float: right;
    position: absolute;
    /* padding: 10px; */
    /* right: 10px; */
    bottom: 6px;

}


.social-icons .fa:hover {
    background: #0d496c;
    color: #fff;
}

/*#sp-logo-section .container, .sp-top4 {
    background:#fff;
    padding:5px 0;
}*/


#sp-main-body {
    padding:50px 0;
}

.sp-contact-info {
    margin:10px;
}

.sp-contact-info li {
    display: inline-block;
    margin: 10px;
    font-size: 100%;
    padding-right: 10px;
    float: right;
}

.social-icons .fa {
    background: #f2f2f2;
    padding: 5px;
    width: 30px;
    text-align: center;
    color:#333;
}



/*#sp-top1 img {
    bottom: 0px;
    top: 20px;
    position: inherit;
    right: 10px;
    padding: 50px 10px;
}*/


/*header */

.logo-image {
    max-width: 100%;
    height: auto !important;
    padding:20px 0;
    margin:0 auto;
}


#sp-logo .logo {
    margin: 0 auto;
    align-items: center;
    height:100%;
}

#sp-header.header-sticky .logo-image {
    height:100px !important;
}






#sp-header {
    height:64px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.00);
    background:#0d496c;

}

/*percorso*/
.breadcrumb{
    background:transparent;
    color:#fff;
    margin-bottom:0;
}

.breadcrumb a, .breadcrumb-item.active{
    color:#fff;
    text-transform: uppercase;
}


.breadcrumb-item+.breadcrumb-item::before {
    content:">";
    color:#fff;
}

/*menu offcanvas*/

.offcanvas-menu .offcanvas-inner {
    padding: 15px;
}

#offcanvas-toggler > .fa, body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    color:#fff;
    padding-right:10px;
}

#offcanvas-toggler {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    padding:10px 5px;
    text-transform: uppercase;
    border-bottom:1px solid #fff;
}

.offcanvas-menu {
    background:#0d496c;
    color:#fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color:#fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {    
    color: #f39c12;
}

/*menu*/

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background:#0d496c;
    text-align:left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color:#fff;
    font-size:16px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #fff;
    color:#0d496c;
    padding:5px 15px;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
    padding-left:5px;

}


#sp-header .container {
    border-top:2px solid #0d496c;
    border-bottom:2px solid #0d496c ;

}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    z-index: 99;
    float:left;
    position: relative;
    display: block;
    line-height: 60px;
    text-align: center;
    height:60px;


}

.sp-megamenu-parent > li {
    padding:0px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block; 
    font-size: 18px;
    color:#fff;
    font-weight:400;
    padding:0 15px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'Oswald', sans-serif;
    font-weight:400;

}


.sp-megamenu-parent > li.active > a {
    color: #0d496c;
    background: #fff;

}

#sp-menu .sp-megamenu-parent > li > a:after {
    border-top-color: #fff;
}

#sp-menu .sp-megamenu-parent > li.active > a:after {

}

.sp-megamenu-parent > li:hover {

}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    line-height:30px;
}

#sp-menu {
    padding:0;
}

/*bottoni*/

.btn-primary, .sppb-btn-primary {
    background:#1e9e5b !important;
    border:#1e9e5b !important;
    color:#fff;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    background:#17a2b8 !important;
    border:#17a2b8 !important;
}


.btn-secondary, .sppb-btn-secondary {
    background:#cf303c !important;
    border:#cf303c !important;
    color:#fff;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background:#d54f59 !important;
    border:#d54f59 !important;
}




/*footer and bottom*/

#sp-footer{
    background:#0d496c;
}


#sp-bottom {
    padding: 30px 0 30px;
    background:#ebebeb;
    color:#fff;
    line-height:20px;
}

#sp-bottom a {
    color:#fff;
    text-decoration:none;
}

#sp-bottom .sp-module ul > li {
    display:list-item;
}

#sp-bottom .sp-module ul > li > a {
    display: inline;
}

#sp-bottom .sp-module ul {
    list-style: square inside url("../../../images/list.png");
}

/*home*/


.sppb-article-info-wrap {
    background: #1e9e5b;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.sppb-addon-articles .sppb-article-meta>span {
    color:#333;
    text-decoration:underline;
}

#sp-bottom .sp-module ul > li {
    margin-bottom:5px;
}

/*contatti*/





.margin20 {
    margin-top:20px;
}

.margin10 {
    margin-top:10px;
}

.table-responsive {
    font-size:20px;
}



/* CSS BOOTSTRAP SPECIFICI */

/* ------------------------------------------------------------------------------------ */

/* MOBILE */
@media (max-width: 767px){
    .sp-contact-info {
        text-align:center;
    }
    .sp-contact-info li {
        float:none;
    }

  


 
    #sp-top1 img {
    bottom: 0px;
    top: 20px;
    position: inherit;
    right: 10px;
    padding: 0 10px 36px 10px;
    }
    
}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){
    #sp-header {
        height:64px;
    }


    



}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){
    #sp-header {
        height:128px;
    }
    
  
    .logo-image {
    max-width: 100%;
    height: auto !important;
    padding: 38px 0;
    }

    
 
}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1366px) and (max-width: 1659px){
    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

    #sp-logo .logo {
    border-top: 0px solid transparent;
    border-bottom: 0 solid transparent;
    }
    
    
  
      

}


@media (min-width: 1660px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

}

.cc-revoke.cc-top {

    font-size: 12px;
    top: auto!important;
    bottom: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}




/*slider news*/

.bm_style_run_content .item .item_main_content .item_main_title {
    background:transparent;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    top: 100%;
    margin-bottom: 2px;
    float: left;
    text-shadow: 2px 2px 2px #333;
    font-size: 20px;
}

.bm_style_center_content .item .item_main_content .item_main_title a {
    font-size:25px;
}