/*** General CSS ***/
body {
    line-height: 1.9em;
}
body.home.site {
    background: #F6F7FA;
}
body .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 7px 0;
    height: inherit;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    transition: all .3s;
}
#sp-header.header-sticky {
    position: fixed;
    padding: 0;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static !important;
}
body.is-home #sp-header {
    position: absolute !important;
}
body:not(.home) #sp-header.header-sticky, body:not(.is-home) #sp-header.header-sticky  {
    position: fixed !important;    
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a {
    text-decoration: none;
    display: block;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}
#sp-menu ul.social-icons a {
    color: #000;
}
.sp-megamenu-parent > li > a:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 54%;
    margin-top: -4px;
    width: 8px;
    height: 2px;
    background: #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: all 0.3s;
}
.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-mega-group .sp-group-title img { 
    margin: 0 auto 10px; 
}
/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

.ds-productmenu > .sp-dropdown .sp-mega-group > .menu_item > a > .fa-angle-down { 
    display: none; 
}
.ds-productmenu .arrowsubmenu { 
    display: block; 
    cursor: pointer;
}
.ds-productmenu .arrowsubmenu svg { 
    transition: all .3s; 
}
#sp-menu .ds-productmenu li.menu_item:hover .arrowsubmenu svg { 
    transform: rotate(180deg); transform-origin: center 14px; 
}

/*.ds-productmenu .arrowsubmenu.active svg { 
    transform: rotate(180deg); transform-origin: center 14px; 
}*/

/*** Block Styles ***/
/* Title */
.title {
    position: relative;
}
.title:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 120px;
    right: 0;
    margin: 0 auto;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
  	font-size: 14px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 7px 30px !important;
  	border-radius: 3px !important;
  	border: 0;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: uppercase !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
}
a.slider-btn.left:hover {
  	background: rgb(27,73,98) !important;
}
a.slider-btn.right {
  	background: rgb(27,73,98) !important;
  	margin-left: 80px !important;
}

/* About */
.about .sppb-section-title  {
    max-width: 700px;
    margin: 0 auto;
}
.about .sppb-section-title h2 {
    line-height: 1.4!important;
}
.about-item .sppb-addon-title a {
    position: relative;
}
.about-item .sppb-addon-title a {
    color: #1b4962;
}
.about-item .sppb-addon-title a:after {
    content: "";
    height: 3px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    right: 0;
}
.about-item4 .sppb-addon-title a:after {
    content: none;
}
.about-item a.btn-about {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-item a.btn-about:hover {
    background-color: #1b4962;
}
.about-row .clearfix {
    margin: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-row .clearfix:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(91,220,205,0.57);
    box-shadow: 0px 0px 10px 0px rgba(91,220,205,0.5);
}
.about-img .sppb-media-content {
    width: 65%;
    float: left;
    padding: 44px 30px;
}
.about-img .sppb-img-container {
    width: 35%;
    float: left;
}
.about-img .sppb-media-content h5 {
    color: #1b4962;
    font-size: 26px;
    padding-bottom: 20px;
}

/* Industries */
.industries-item .sppb-icon-container {
    border-style: solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.industries-item .sppb-icon-container:hover i {
    color: #fff !important;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: center;
    background-color: rgba(233,77,101,0.78);
    bottom: 100px;
    width: 100%;
}
.team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Pricing */
.pricing-item h2.title-pricing {
    color: #1b4962;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 35px 0;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}
.pricing-item h2.title-pricing:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    right: 0;
    margin: 0 auto;
    background-color: #1b4962;
}
.pricing-item ul li {
    color: #1b4962;
    padding-left: 40px;
    line-height: 2.4em;
    font-weight: 500;
    text-align: left;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}
.pricing-item ul li:before {
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
    left: 10px;
    position: absolute;
    top: 0;
}
.btn-pricing {
    color: #e94d65;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 50px 17px 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-pricing:hover {
    color: #fff;
}
.pricing-center ul li,
.pricing-center h2.title-pricing,
.pricing-center .btn-pricing:hover {
    color: #fff !important;
}
.pricing-center .pricing-item h2.title-pricing:after,
.pricing-center .btn-pricing  {
    background-color: #fff !important;
    border-color: #fff !important;
}
.et-pricing-center .et-btn-pricing:hover {
    border-color: #fff !important;
}
.pricing-item ul {
  	max-width: 200px;
    margin: 0 auto;
}

/* Carousel */
.carousel .sppb-col-md-3 {
    padding: 0;
}

/* Public */
.public-item .sppb-addon-title a {
    position: relative;
}
.public-item .sppb-addon-title a:after {
    content: "";
    height: 1px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 15%;
    right: 0;
}
.public-item04 .sppb-addon-title a,
.public-item04 .sppb-media-content p {
    color: #fff !important;
}
.et-public-item04 .sppb-addon-title a:after {
    width: 100px;
}
.public-item04 a.btn-about:hover {
    background-color: #fff !important;
}

/* Reviews */
.reviews-item p {
    font-size: 18px;
}

/* Reviews */
.services-row:hover .clearfix {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Bottom */
#sp-bottom a {
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,.1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
    .sp-dropdown {
		max-width: 1200px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.title h4::after, .product-item-right:hover .sppb-icon-container, .about-item a.btn-about,
.about-item .sppb-addon-title a:after, .title:after, .industries-item .sppb-icon-container:hover, .pricing-center .clearfix,
.btn-pricing:hover, a.slider-btn.left, a.slider-btn.right:hover, .sp-megamenu-parent > li > a:before {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.about-title h3, .counter-item .sppb-icon-container > i, .counter-item .sppb-addon-text, .header-first,
.industries-item i, .slider-title h1, .reviews-item h4, .services-item h3, .public-item04 a.btn-about:hover {
  	color: var(--text-color) !important; 
}
.about-item img, #sp_qc_submit, .plan-item, .industries-item .sppb-icon-container, .btn-pricing {
  	border-color: var(--text-color) !important;
}



/* old site css 22-3-26 */
.is-home #sp-top-bar{
    display:none;
}
@media (min-width: 1024px) {
    .is-home #sp-header:not(.header-sticky) {
        position: absolute !important;
        top: 0;
        background: transparent;
    }
    .is-home #sp-header:not(.header-sticky)  #sp-menu .sp-megamenu-parent>li>a {
        color: #fff !important;
    }
}
/* integrazioni 18-10-2017 */

/* titoli */



.page-header{border:none !important; margin:0px; padding:0px;}

.item-page h1, .titolo-h1 h1, .elenco-pubblicazioni h1, .elenco-prodotti h1{text-transform:uppercase; font-size:1.5em; font-weight:300 !important; text-align:center; border-bottom:1.5px solid #cecece; margin:1.75em 0em 1em 0em; color:#333; padding-bottom:0.25em;}
.item-page .page-header h1, .item-page.coils .page-header h2, .item-page.ab-blog .page-header h2{font-size:2.2em; text-transform:none; text-align:center; border-bottom:1.5px solid #cecece;  margin:0em; padding:0em 0em 0.5em 0em; font-weight:300 !important; }
.magpro .page-header h1{padding-top:80px; background:url(images/MagVenture-Logo-transparent.png) no-repeat center top;}
.neuroelectrics .page-header h1{padding-top:90px; background:url(images/logo_ne.png) no-repeat center top; background-size:180px auto;}
.medicom .page-header h1{padding-top:60px; background:url(images/logo_medicom.png) no-repeat center top; background-size:220px auto;}
.localite .page-header h1{padding-top:90px; background:url(images/logo_localite.png) no-repeat center top; background-size:220px auto;}
.viasonix .page-header h1{padding-top:80px; background:url(images/logo_viasonix.png) no-repeat center top; background-size:220px auto;}
.artinis .page-header h1{padding-top:60px; background:url(images/logo_artinis.png) no-repeat center top; background-size:150px auto;}
.equivital .page-header h1{padding-top:60px; background:url(images/logo_equivital.png) no-repeat center top; background-size:150px auto;}
.neurowerk .page-header h1{padding-top:80px; background:url(images/logo_neurowerk.png) no-repeat center top; background-size:220px auto;}
.tVNS .page-header h1{padding-top:80px; background:url(images/logo_tvns.png) no-repeat center top; background-size:220px auto;}
.axilum .page-header h1{padding-top:80px; background:url(images/logo-Axilum.png) no-repeat center top; background-size:300px auto;}


.item-page h2{text-transform:uppercase; font-size:1.35em; font-weight:700 !important;}

/*sezione prodotti bottoni e form info */
.button-container.clearfix{display: flex; justify-content: center; flex-wrap: wrap; width: 100%; gap:10px}
.button-container a, a.ask-info, a.download, a.prenota { background-color:#044cd0; color:#fff; display:flex; font-size:16px; padding:8px 8px 8px 8px; width:300px; border-radius:8px; margin:1em 0.75em; text-align:center; gap:10px; align-items: center;
}

a.dwd-small-grey{ background-color:#F5F5F5; color:#333; display:block; font-size:16px; padding:8px 8px 8px 8px; width:300px; border-radius:8px; margin:auto; text-align:center;
}

a.ask-info.clear, a.ask-info.clear span{clear:both; float:none; display:inline-block;}
a.ask-info.clear{display:block;}

a.subscribe{text-transform:uppercase;}


.button-container a:hover, .button-container a:focus, a.ask-info:hover, a.ask-info:focus , a.download:hover, a.download:focus,  a.prenota:hover, a.prenota:focus{
  background-color:#677AA3 !important;
  color:#fff !important;
}

.button-container a::before, a.ask-info::before, a.download::before, a.prenota::before, a.immagini::before, a.video::before {
  font-family: "Font Awesome 6 Free"; display:inline-block; float:left; font-size:30px; padding:8px;    font-weight: 900;
}

a.dwd-small-grey::before{
  font-family: "Font Awesome 6 Free"; display:inline-block; float:left; font-size:30px; padding:8px;    font-weight: 900;
}

a.ask-info::before{
  content: "\f05a";
}

a.download::before, a.dwd-small-grey::before{
  content: "\f019";
}

a.prenota::before{
  content: "\f073"; 
}

a.prenota.clearfix::before{
 padding:16px 8px; 
}

a.immagini::before{
  content: '\30';
}

a.video::before {
	content: "\e01c";
}

a.ask-support::before {
	content: "\46";
  padding:16px;
}

a.subscribe::before {
	content: "\e230";
  	padding:16px;
}

#ask-info, #ask-demo{background:#fff; border-radius:1em; box-sizing:border-box;}

/*gestione div a scomparsa*/

.div-collapsed{height:0px; opacity:0; margin:0px; padding:0px; overflow:hidden; transition:height, opacity 1s}
.div-collapsed.expanded{height:auto; opacity:1.0; margin:1em; padding:1em}

.rl_sliders.accordion>.accordion-group>div>a:focus,.rl_sliders.accordion>.accordion-group.active>div>a:focus {
	outline:0;
	-webkit-box-shadow:inset 0 0 0px 0.0;
	box-shadow:inset 0 0 0px 0.0;
}

.clearfix:before, .clearfix:after {content:""; display:table; font-size:0em;}
.clearfix:after {clear:both;}
.clearfix: {zoom:1;}

.row-field-container{position:relative;}
.jr-wrapper-fields{height:0em; overflow:hidden;  background:#f3f3f3; transition:height 0.5s; border-radius:0.5em; box-shadow:1px 1px 6px #666; z-index:1000; margin-top:80px; margin-bottom:20px;}
.jr-wrapper-fields.visible{height:auto;}
.jr-wrapper-fields div{float:none !important; padding:0.5em;}
.jr-wrapper-fields div .text_area{display:inline; !important;}
.jr-wrapper-fields div:nth-child(5) {position:absolute; left:0px; top:-12px;}
.jr-wrapper-fields div:nth-child(5)::before{content: 'Filtra per: '; float:left; padding-right:1em;}

.field-toggle{cursor:pointer; padding:0.5em; background:#044cd0; border-radius:0.5em; display:inline-block; color:#fff; font-size:18px; position:absolute; right:0px;}

.jr-table th{background-color:transparent; height:2.5em; vertical-align:middle; color:#333; font-weight:normal; font-size:1.0em; border-bottom:1px solid #333;}
.jr-table td{padding:0.5em; border-bottom:1px solid #ccc; line-height:normal;}
.jr-table td.title{text-align:left;}
.jr-table td.autors, .jr-table td.areas{font-size:0.8em;}
.jr-table td.year{text-align:center;}
.jr-table tr:nth-child(even){background:#efefef;}

.jr-publication-title{font-size:24px; padding:0em 16px;}
.jr-publication-authors{padding:1em 1em; font-style:italic; color:#666;}
.jr-publication-item{padding:1em;}
.jr-publication-item dt{padding:1em 0em 0.25em 0em; font-size:18px; color:#666; border-bottom:1px solid #ececec; font-weight:bold;}
.jr-publication-item dd{padding-top:0.5em;}
.center{text-align:center;}
.back{text-align:center; padding:1em; display:inline-block; color:#fff; padding:0.75em 1em; background:#044cd0; border-radius:0.5em; margin:1em;}
.go-back{ color:#fff !important;}


/*integrazioni 25 11 2017  Area corsi e congressi */

.eventi .page-header h1{margin: 0; padding: 0 0 0 15px; color: #fff; font-size: 24px; font-weight:normal; line-height: 1;}
.eventi article{margin:1em 0em; border-bottom:1px solid #ccc;}
.eventi .entry-header{margin-bottom:0.5em;}
.eventi .entry-header h2 a{color:#044cd0; font-size:2.15rem}
.eventi h3{font-size:1.65rem; margin:0.5em 0em;}

.eventi.singolo .page-header{margin:0px; padding:1em 0em 0.5em 0em; border:none;}
.eventi.singolo .page-header h2{margin:0px; padding:0em 0em; line-height:normal; font-size:2rem; color:#044cd0;}
.eventi.singolo h3{margin:0px; padding:0em 0em 1em 0em; }
.eventi.singolo h4{margin:0px 0px 1em 0px; padding:0em 0em 0.2em 0em; border-bottom: 1px solid #ececec; font-weight:600;}

.eventi .link, .eventi .readmore, a.button{display:inline-block;}
.eventi .link a, a.button{ display: inline-block; padding: 6px 12px; font-weight: 400; white-space: nowrap; border: 1px solid #333; border-radius: 4px; margin-right:1em;  color:#fff; background:#044cd0;}

.eventi .link a:hover, a.button:hover{background:#333;}

.eventi.singolo .programma{max-width:748px; margin:auto;  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6); padding:1em;}
.eventi.singolo .programma h4{border:none;}
.eventi.singolo .programma p{font-size:1.1em; font-weight:500;}
.eventi.singolo .programma p span{font-size:0.8em; line-height:normal;}
.eventi.singolo img{width:30%; height:auto; float:left;}

.eventi .subcontent:before, .eventi .subcontent:after {content:""; display:table; font-size:0em;}
.eventi .subcontent:after {clear:both;}
.eventi .subcontent {zoom:1;}

/*integrazioni 26 11 2017  Area prodotti */

.blog.prodotti .entry-header{min-height:60px; margin-bottom:10px;}
.blog.prodotti p{min-height:120px;}
.blog.prodotti .link, .blog.prodotti p.readmore{min-height:20px; display:inline-block;}
.blog.prodotti .link a {display:inline-block;padding: 6px 12px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap;
 vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #333; border-radius: 4px; margin-right:1em;  color:#fff; background:#044cd0;}
.blog.prodotti .link a:hover{background:#333;}

.blog.prodotto img{max-height:233px; display:block; margin:auto;}

/*pagine introduzione categoria prodotti */

/*.prodotti.intro p:first-child{font-size:18px;}*/
.prodotti.intro p img:first-child{float:left; margin-right:1em; margin-bottom:0.5em;}

/*gestione pagine prodotto*/

.row {margin-right: 0px; margin-left: 0px;}
.row.grey{background:#f5f5f5;}
.elenco-prodotti h2, .elenco-pubblicazioni h2{padding-left:15px; }
.elenco-prodotti  div[class*='col'] > div{background:#fff; margin-bottom:1em;}
.elenco-patologie h2, .elenco-pubblicazioni h2{margin:0px 0px 15px 0px; font-size:20px;}

.elenco-prodotti h3, .elenco-prodotti h2, .elenco-patologie h2, .elenco-applicazioni h2{font-size:0.7rem; margin:0px; background:#f5f5f5; padding:1em 0.5em; min-height:4em;}
.elenco-prodotti a, .elenco-patologie a, .elenco-applicazioni a{background:#fff; color:#333; display: block; width:100%; text-align:center;}
.elenco-prodotti .service, .elenco-patologie .service{}
.elenco-prodotti .col-md-4 img, .elenco-patologie .col-md-4 img{max-width:90%; display:block; margin:auto;}

.elenco-applicazioni h2 { background:#666; color:#fff;}


.elenco-prodotti .row{height:0px; opacity:0.0; overflow:hidden; transition:opacity 750ms;}
.elenco-prodotti img{transform:scale(0.5);  transition:transform 500ms, box-shadow 0.5s;}
.elenco-prodotti .row.visible{height:auto; opacity:1.0;}
.elenco-prodotti .row.visible img{transform:scale(1.0);}
.elenco-prodotti a, .elenco-patologie a{display:block; width:100%; height:100%; border:1px solid #ccc;}
.elenco-prodotti a:hover img, .elenco-patologie a:hover img, .elenco-applicazioni a:hover {box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);}
.elenco-prodotti a:hover h3, .elenco-prodotti a:hover h2, .patologie .elenco-prodotti a:hover h2, .elenco-applicazioni a:hover h2{background:#044cd0; color:#fff;}
.sp-module.elenco-prodotti {margin:0px;}
.elenco-prodotti .col-md-3{margin-bottom:1em;}


.elenco-pubblicazioni .col-md-6:first-child{border-right:1px solid #ccc;}
.elenco-pubblicazioni p {font-size:18px;}
.elenco-pubblicazioni a {background-color:#044cd0; color:#fff; display:flex;justify-content: space-between;align-items: center;gap: 10px; font-size:16px; padding:8px 8px 8px 8px; width:300px; border-radius:8px; margin:1em auto; text-align:center; color:#fff;}
.elenco-pubblicazioni a:hover{color:#fff; background-color: #677AA3 !important;}
.elenco-pubblicazioni a span {float:left; padding:8px;}
.elenco-pubblicazioni .col-md-6:first-child a::before {font-family:"Font Awesome 6 Free"; content:'\f15c'; float:left; font-size:30px; font-weight: 900;}
.elenco-pubblicazioni .col-md-6:nth-child(2) a::before {font-family:"Font Awesome 6 Free"; content:'\f007'; float:left; font-size:30px; font-weight: 900;}

/* menu contestuale e visibilitÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  sezioni */
.context-menu, nav.context-menu div {display:table; width:100%;}
.context-menu ul, nav.context-menu div ul {display:table-row; background:#044cd0;}
.context-menu li, nav.context-menu div ul li{display:table-cell; width:12.5%; vertical-align:middle; text-align:center; border-right:1px solid #fff;}
.context-menu li a, nav.context-menu div ul li a {display:block; padding:15px 0px;  color:#fff; line-height:1.2em; -webkit-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1);
-moz-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1);
box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.5);}
.context-menu li a:focus, .context-menu li a:hover, .context-menu li.activated a, .sp-module.context-menu ul > li > a:hover,  .sp-module.context-menu ul > li > a:focus,  .sp-module.context-menu ul > li.activated a{background:#eee !important; color:#333 !important; box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.0);}
.sp-module.context-menu ul > li > a::before{content:''; margin-right:0px;}

.item-page.coils img, .item-page.ab-blog img{max-height:290px;}

.item-page.coils p:first-child, .item-page.ab-blog p:first-child{margin-top:1em;}
.item-page.coils p:empty, .item-page.ab-blog p:empty{display:none;}

/* variante con sezioni visibili */

.slider-visible .elenco-prodotti .row{background:#fff; height:auto; opacity:1.0; overflow:hidden; transition:opacity 750ms;}
.slider-visible .elenco-prodotti .row img{transform:scale(1.0);}

/*trattamento liste puntate */

.com-content-article.item-page.prodotto .row ul, ul.chek-w{padding-left:0px; list-style:none;  font-size:16px;}
.com-content-article.item-page.prodotto .row ul li, ul.chek-w li{background:url(images/li-marker-hollow.png) left top no-repeat; background-size:38px auto; padding:4px 0px 0px 44px; list-style:none; font-size:16px;  margin:0.75em 0em; min-height:38px;}
.com-content-article.item-page.prodotto .row ul.check-circle li{list-style:none; background:url(images/li-marker.png) left top no-repeat; background-size:38px auto; padding:4px 0px 12px 44px;}
.com-content-article.item-page.prodotto .row.too-full ul li, ul.too-full li {background: url(images/li-marker-hollow.png) 4px 8px no-repeat !important; background-size: 20px auto !important; padding: 4px 4px 4px 28px !important; list-style: none; font-size: 16px !important; margin: 0.25em 0em !important; min-height:20px !important;}
.com-content-article.item-page.prodotto .row.too-full ul li:nth-child(odd), ul.too-full li:nth-child(odd) {background: #F5F5F5 url(images/li-marker-hollow.png) 4px 8px no-repeat !important; background-size: 20px auto !important; }
.singolo .row.too-full h2{margin:0.5em 0em; border-bottom:1px solid #ddd;}
.elenco-pubblicazioni ul{padding-left:0px;}
.elenco-pubblicazioni li{background:none !important; padding:0px 0px 0px 44px !important;  font-size: 18px;}
.elenco-pubblicazioni li a::before{font-family: IcoMoon; content: '\e252'; display: inline-block; margin-right: 0.25em; font-size: 18px;}

.singolo.coils ul li, .singolo.ab-blog ul li {background: url(images/li-marker-hollow.png) 4px 8px no-repeat; background-size: 20px auto; padding: 4px 4px 4px 28px; list-style: none; font-size: 16px; margin: 0.25em 0em; min-height:20px;}

.singolo.coils h2, .singolo.ab-blog h2 {font-size:20px;}
.singolo.coils strong, .singolo.ab-blog strong {font-weight:100;}
.singolo.coils h2 span, .singolo.ab-blog h2 span {text-decoration:none !important;}


.pager li{background:none !important;}

/*scheda prodotto*/

.prodotto .row p, .coils.singolo p, .coils.ab-blog p{font-size:16px; text-align:justify; padding-top:1em;}

.prodotto  img.main-img{max-width:100%; margin:1em auto;}

.prodotto .row.accessories{}
.prodotto .row.accessories p{font-size:0.95em !important; line-height:1.25em !important;}
.prodotto .row.accessories .entry{background:#F5F5F5; padding:1em;}
.prodotto .row.accessories .entry a{display:block;  margin:auto; text-align:center; color:#333; font-size: 1.25em;}
.prodotto .row.accessories .entry a img{margin-bottom:1em; background:#fff; width:auto; height:150px; margin:auto; margin-bottom:1em;}

.icons{display:none;}

/* .prodotto .button-container{max-width:1000px; margin:auto;} */

/* gestione moduli intro-prodotto */
.item-page.prodotto a.no-scheda{display:none;}
.item-page.patologie a.no-pagina{display:none;}
h2.intro-prodotto {font-size: 22px;}
.custom.prodotto h3{font-size:18px;}

/*rassegna stampa */
a[class*='icon'], [class^="icon-"]::before{display:inline-block; width:auto;}
a[class*='icon']::before, [class^="icon-"]::before{display:inline-block; margin-right:0.25em;}
.rassegna-stampa a{padding:0.5em; font-size:18px;}
.rassegna-stampa strong, .rassegna-stampa em{display:block;}
.rassegna-stampa strong{font-size:18px;}
.rassegna-stampa br{display:none;}
.rassegna-stampa ul{padding-left:0px;}
.rassegna-stampa li{margin-top:1em; padding-bottom:1em; list-style:none; border-bottom:1px solid #ccc;}

/*video */
.video h2{text-align:center;}
 .video iframe{display:block; margin:1em auto;}

/* formattazione pagine lista prodotti */

.list .row{margin-bottom:1.5em; padding:1em;}
.list .row:nth-child(1){margin-top:2em;}
.list .row h2{font-size:20px; font-weight:bold; border-bottom:1px solid #ccc; margin-bottom:1.5em;}
.list .row:nth-child(odd){background:#F5F5F5; border-bottom:none;}
.list .row:nth-child(odd) h2{border-bottom:none;}

/* prodotti / patologie */
.patologie .elenco-prodotti .col-md-3 h2{min-height:60px; margin:0px; padding:0.5em 0.5em; box-sizing:border-box; background:#f5f5f5; color:#000; font-size:0.8em;}
.patologie .elenco-prodotti .col-md-3 img{min-height:150px; max-height:150px; width:auto; display:block; margin:auto; float:none; margin-bottom:0.5em;}

/* pagina clienti */

.partner .row.clearfix{padding:1em 0em;}
.partner img {width:90%; display:block; margin:auto; max-width:300px; border:1px solid #e0e0e0; border-radius:8px;}
.partner figcaption {width:90%; display:block; margin:auto; max-width:300px; padding:0.5em 0em;}
.partner a{color:#333; text-transform:uppercase; line-height:1.25em; text-align:center;}
.partner figure {transition: all 0.5s;}
.partner a:hover figure {-webkit-box-shadow: 0px 11px 10px -3px rgba(102,6,0,1); -moz-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1); box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.5);}

/* pagina partner */
.partner.distributed div {width:14%; float:left;}
.partner img {border: none;}
.partner.distributed figcaption {font-size:10px; padding:0.5 0.5em;}
/* intro newsletter */

.intro-newsletter {background:#f5f5f5; border-radius:1em; margin:auto; padding:0.25em;}
.intro-newsletter {font-size:14px; line-height:normal;}
.intro-newsletter .button-container a {font-size:14px;}
/* form newsletter */

.custom.newsletter-form .row.grey{padding:1em;}
.custom.newsletter-form .row.grey > div{background:#fff; border-radius: 8px; padding:1em 0em;}
.privacy_policy {font-size: 0.9em; line-height: 1.25em; padding: 1em; background: #f6f6f6; margin:1em auto;}

/*pagina dove siamo */

.dove-siamo {padding:2em 1em; font-size:1.35em;}
.dove-siamo p:first-child{ margin-bottom: 1.5em; font-size:1.25em;}
.dove-siamo p:nth-of-type(2), .dove-siamo p:nth-of-type(4){ margin-bottom: 1.5em;}
.map-plugin{width:90%;  margin:2em auto; overflow:hidden; border:1px solid #cfcfcf;}
.map-plugin iframe{width:100% !important;}

/*pagina dicono di noi */

.testimonial .entry-header{margin:0em;}
.testimonial .item{text-align:center; max-width:650px; margin:auto auto 2em auto; border-bottom:1px solid #ddd;}
.testimonial .item:last-of-type{border-bottom:none;}
.revue{padding: 1em 2em; border: 1px solid rgb(224, 224, 224); border-radius: 2em; background: rgb(247, 247, 247); text-align:center; font-style:italic;}
.revue::before, .revue::after {font-family: 'IcoMoon'; display: block; font-size: 27px; color: #044cd0;}
.revue::before {content: "\60"; margin-left:-0.75em; text-align: left;}
.revue::after {content: "\61"; text-align:right;}
p.testimonial{font-size:22px; color:#666; margin-bottom:0.1em !important;}
p.testimonial::before{font-family: 'IcoMoon'; display: block; font-size: 44px; content: "\22"; height: 1em;line-height: 1em;color: #999;}
p.role {font-size:12px; color:#aaa;}

.qx-element .jbt-style-5 .jbt-quote{font-size:14px; line-height:1.3em;}

.swipe {overflow: hidden;visibility: hidden;position: relative;}
.swipe-wrap {overflow: hidden;position: relative;}
.swipe-wrap > div {float:left; width:100%; position: relative;}
.swipeItem{width:50%; float:left;}
.partner .swipeItem img {max-width:200px;}
.partner  .swipeItem a{font-size:1em;}
.partner figure {transition: all 0.5s;}
.partner a:hover figure {-webkit-box-shadow: 0px 11px 10px -3px rgba(102,6,0,0); -moz-box-shadow: 0px 11px 5px -3px rgba(102,6,0,0); box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.0);}
.is-home.view-article .header-sticky #sp-menu .sp-megamenu-parent > li > a {color: #000;}


@media all and (min-width:1366px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {font-size: 14px;}
}

@media all and (min-width:1099px) {
  #offcanvas-toggler{display:none !important;}
}

@media all and (min-width:768px) {
  .five .col-md-3 {width:20%;}
  .five .col-md-3 img{max-height:145px; display:block; margin:auto; width:auto;}
  .elenco-prodotti .col-md-3 img{max-height:150px; display:block; margin:auto;}
}

@media all and (max-width:1199px){
.partner.distributed figcaption {display:none;}
}

@media all and (max-width:1023px){
  .prodotto .col-md-4 img{width:100%; max-width:300px; display:block; margin:auto;}
  .prodotto .row.accessories .entry{max-width:300px; margin:auto; padding:1em;}
  .prodotto .button-container{max-width:700px; margin:auto;}
  a.ask-info, a.download, a.prenota{margin:1em 0em; font-size:12px; width:32%; padding:6px;}
  a.download{margin:1em 0.5em;}
  .col-md-4.accessories{float:left; width:50%;}
  }

@media all and (max-width:800px) {
  .partner.distributed div {width:25%; float:left;}
  .partner.distributed div:nth-of-type(5) {margin-left:12.5%;}
}

@media all and (max-width:767px){ 
  a.ask-info, a.download, a.prenota, a.subscribe {margin:1em 5%; font-size:12px; width:90%; padding:6px;}
  }

@media all and (max-width:580px){
  .jr-table thead{display:none;}
  .jr-table, .jr-table tr, .jr-table tr td{display:block; width:100%;}
  .jr-table td {border-bottom:none; line-height:normal; text-align:left !important;}
  .field-toggle-container{text-align:center; position:static;}
  .field-toggle{top:50px;}
  .row-field-container{position:relative; z-index:1000; width:100%}
  .jr-wrapper-fields{position:static; margin:100px auto auto; padding:0.5em; background:#f3f3f3; transition:opacity 0.5s; border-radius:0.5em; box-shadow:1px 1px 6px #666; z-index:1000;}
  .jr-wrapper-fields select{margin:auto;}
  .jr-wrapper-fields div:nth-child(5){position:top:0px;}
  
  /* menu contestuale e visibilitÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  sezioni */
	.context-menu{display:block; width:100%;  height:auto; transition:opacity 0.5s; margin-top:0px;}
  	/*.context-menu.collapsed{height:0px; overflow:hidden; opacity:0.0}*/
	.context-menu ul{display:block; background:#044cd0;}
	.context-menu li, nav.context-menu div ul li{display:block; width:100%; vertical-align:middle; text-align:center; border-right:none;}
	.context-menu li a, h3.open-context::after {display:block; padding:15px 0px;  color:#fff; line-height:1.2em; -webkit-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1); -moz-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1); box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.5);}
	.context-menu li a:focus, .context-menu li a:hover, .context-menu li.activated a{background:transparent; color:#fff; -webkit-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1); -moz-box-shadow: 0px 11px 5px -3px rgba(102,6,0,1); box-shadow: 0px 5px 5px -3px rgba(102,102,102,0.5);}
  
  	h1.open-context{margin-bottom:0px; padding-bottom:0px;}
    h1.open-context::after{font-size:16px; padding:15px 1em; font-family: 'IcoMoon'; content:'\e005'; display:block; margin-top:1em; margin-bottom:5px; background:#044cd0;}
  	h1.open-context.active::after{font-family: 'IcoMoon'; content:'\e007'; display:block; margin-top:1em;  background:#044cd0;}
  
  	.elenco-prodotti .row {background:#eee; height:0px; opacity:0.0; overflow:hidden; transition:opacity 750ms;}
	.elenco-prodotti .row.visible.mob-visible{height:auto; opacity:1.0;}
	.col-md-4.accessories{float:none; width:100%;}
  
  .partner.distributed div {width:100%; float:none; max-width:300px; margin:auto !important;}
}

a.buttonlink {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    white-space: nowrap;
    border: 1px solid #333;
    border-radius: 4px;
    margin-right: 1em;
    color: #fff;
    background: #044cd0;
}

@media all and (min-width:1280px) and (max-height:768px) and (orientation: landscape){
  /* .sp-module {margin-top:25px;} */
}

#sp-menu #offcanvas-toggler { display: none !important; }
body .bannerslide_row .container { padding: 0 15px; }
.is-home.view-article #sp-menu .sp-megamenu-parent > li > a { color: #fff; }
.view-article #sp-menu .sp-megamenu-parent > li > a { color: #000; }
/*#sp-menu .sp-megamenu-parent .sp-mega-group > li > a { margin:0; } */
#sp-menu .ds-productmenu > .sp-dropdown-mega > .sp-dropdown-inner { padding-bottom: 50px; }
#sp-menu .ds-productmenu > .sp-dropdown-mega > .sp-dropdown-inner > .row { position: relative; margin: 0; } 
#sp-menu .ds-productmenu .sp-mega-group > li > a.sp-group-title { border: 2px solid transparent; border-bottom: 0; position: relative; }
#sp-menu .ds-productmenu .sp-mega-group > li > a { margin: 0; padding: 10px 0; }
#sp-menu .ds-productmenu .sp-mega-group > li > a.sp-group-title:after { content: ''; border-bottom: 3px solid #fff; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; }
#sp-menu .ds-productmenu > .sp-dropdown > .sp-dropdown-inner .sp-mega-group > .menu_item a > img { margin: 0 auto 10px; height: 90px; object-fit: contain; } 
#sp-menu .ds-productmenu .sp-mega-group > li > .sp-mega-group-child { width: 900px; position: relative; top: -2px; left: 0; background: #fff; z-index: 10; border: 2px solid #224091; z-index: 10; text-align: left; padding-top: 15px; padding-bottom: 10px; } 
#sp-menu .ds-productmenu .sp-mega-group > li > .sp-mega-group-child > .sp-menu-item { width: 33%; padding: 0 10px; display: inline-block; vertical-align: top; text-align: center; }
#sp-menu .ds-productmenu .sp-mega-group > li:hover > a.sp-group-title { border-color: #224091; }
#sp-menu .ds-productmenu .sp-mega-group > li:hover > a.sp-group-title:after { z-index: 99; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row > .col-sm-3:nth-child(2) .sp-mega-group-child { left: -250px; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row > .col-sm-3:nth-child(3) .sp-mega-group-child { left: -315px; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row > .col-sm-3:nth-child(4) .sp-mega-group-child { left: -580px; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row:last-child > .col-sm-3:nth-child(4) .sp-mega-group-child { text-align: right; }
#sp-menu .ds-productmenu .sp-mega-group > li > .sp-mega-group-child.twocolumn > .sp-menu-item { width: 50%; }

/**/
.small-slider .bannerinnerswiper .sliderpagination { padding: 0; display: block; }
.bannerinnerswiper .paginationright { width: auto; justify-content: center; display: block; }
.bannerinnerswiper .sliderpagination .swiper-button-prev { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 38px; height: 38px; background: #224091; }
.bannerinnerswiper .sliderpagination .swiper-navigation-icon { width: 18px; height: 18px; }
.bannerinnerswiper .sliderpagination .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 42px; height: 42px; background: #224091; }
.sp-page-title .sp-page-title-heading { padding: 0 20px; }

.newsarticle_sec .container { padding-left: 4%; max-width: 100%; }
.newsarticle_sec .container .bigheading { padding-left: 10px; }



@media (max-width: 1440px) {
#sp-menu .ds-productmenu .sp-mega-group > li > .sp-mega-group-child { width: 800px; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row > .col-sm-3:nth-child(2) .sp-mega-group-child { left: -200px; }
#sp-menu .ds-productmenu .sp-dropdown-inner > .row > .col-sm-3:nth-child(3) .sp-mega-group-child { left: -375px; }

}


@media (min-width: 1025px){
#sp-menu .ds-productmenu > .sp-dropdown > .sp-dropdown-inner > .row > .col-sm-3 { padding: 0; }
#sp-menu .ds-productmenu > .sp-dropdown > .sp-dropdown-inner .sp-mega-group > .menu_item a > img { display: block; margin: 0 auto; }


}


@media (min-width: 992px){ 
#sp-menu .ds-productmenu > .sp-dropdown { max-height: calc(100vh - 120px); overflow: auto; }
/*#sp-menu .ds-productmenu .sp-mega-group > .menu_item { display: flex; flex-direction: column; }
.ds-productmenu .sp-dropdown-inner .sp-mega-group li.menu_item .sp-mega-group-child { order: 3; }*/

}



@media (max-width: 1399px){
.mainbanner .small-slider { right: 15px; bottom: 24%; }


}



@media (max-width: 1199px){
#sp-menu .sp-megamenu-parent > li > a { font-size: 15px; color: #fff; }
body #sp-header { background: transparent; position: absolute !important; }
body #sp-header.header-sticky { position: fixed !important; background: #fff !important; }
.header-sticky #sp-menu .sp-megamenu-parent > li > a { color: #000; }
body #sp-top-bar { display: none; }
.view-article #sp-main-body { padding-top: 30px; }



}



@media (max-width: 1024px){
.mainbanner .small-slider { right: 0; bottom: 0; position: relative; width: 100%; padding: 30px 10px; }
.patalogice_sec { padding: 40px 0; }
body .bigheading { font-size: 42px; line-height: 1.2; }

}



@media (max-width: 991px){
#sp-menu #offcanvas-toggler { display: inline-flex !important ; color: #fff; height: 40px; }
#sp-menu #offcanvas-toggler .burger-icon span { background: #fff; margin: 6px 0; }
.header-sticky #sp-menu #offcanvas-toggler .burger-icon span, .is-home.view-article .header-sticky #sp-menu #offcanvas-toggler .burger-icon span { background: #000; }
.offcanvas-menu .close-offcanvas { position: static; margin-left: 15px; }
body .offcanvas-menu .offcanvas-inner { padding: 0; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > a { padding: 15px 55px 15px 15px; border-top: 1px solid #e9e9e9; font-size: 16px; text-transform: uppercase; color: #010101; font-weight: 600; position: relative; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child li a img { display: none; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > a .menu-toggler { right: 0; height: 49px; width: 30px; display: flex !important ; align-items: center; justify-content: center; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child { margin: 0; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child > li > a { text-decoration: none; font-weight: 500; font-size: 15px; color: #010101; padding: 12px 45px 12px 25px !important; border-bottom: 1px solid #e9e9e9; position: relative !important; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child > li > a .menu-toggler { top: 0; transform: inherit; height: 43px; width: 30px; display: flex !important ; align-items: center; justify-content: center; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child .menu-child { margin: 0; padding: 7px 15px 10px 45px; border-bottom: 1px solid #e9e9e9; list-style: disc; }
.offcanvas-menu .offcanvas-inner .sp-module .menu > li > .menu-child .menu-child > li > a { color: #000; list-style: none; padding: 3px 0 !important; border: 0; display: block !important; line-height: inherit; }
.is-home.view-article #sp-menu #offcanvas-toggler .burger-icon span { background: #fff; }
.view-article #sp-menu #offcanvas-toggler .burger-icon span { background: #000; }



}


@media (max-width: 767px){
body .bigheading { font-size: 32px; }
body .swiper.articleslider { padding: 0; }
.mainbanner .small-slider { padding: 30px 15px 0px; }
.newsarticle_sec .container { padding-left: 15px; }
.newsarticle_sec .container .bigheading { padding-left: 0; }

}
.w-132{
    width: 132px;
}