<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  REGOLE CSS STANDARD  */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    overflow-x: hidden;
    color: #000000;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

ol, ul {
	list-style: none;
}

.list-ul ul {
    list-style: disc;
    padding-left: 20px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.h1 {
    font-size: 60px;
}

.h3 {
    font-size: 26px;
}

.card-title {
    font-size: 22px;
}

@media(max-width: 576px){

	h1 {
        font-size: 44px;
    }

    .h3 {
        font-size: 26px;
    }

    h2 {
    	font-size: 28px;
	}

    h3 {
    	font-size: 24px;
	}
}

@media(max-width: 480px){
	h2 {
    	font-size: 24px;
	}
}

.h100 {
    height: 100vh;
}

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

.float-left { float: left; }

.background-black { background-color: #161412; }
.background-white { background-color: #fff; }
.background-grey { background-color: #ddd; }
.background-darkgrey { background-color: #898889; }
.background-trasparent { background-color: transparent; }

.color-black { color: #222222; }
.color-white { color: #fff; }

.small, .small a {
    font-size: 11px;
    font-weight: 400;
}

.fixed { position:fixed }
.absolute { position: absolute; }
.relative { position: relative; }

.pull-none { float: none; }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.social--round {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 16px !important;
    padding: 0px !important;
    margin: 5px;
    display: flex;
    -ms-display:flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center !important;
    justify-content: center;
    -ms-justify-content: center;
    float: left;
}

.background-cover-center {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
}

.image-square &gt; img {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.ratio_box {
	padding-top: 56.25%;
    position: relative;
}

.ratio_box .ratio_box_abs {
	position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 10;
}

#carouselPartner .swiper-container,
#homeFade  {
	width: 100%;
  	height: 100%;
}

.swiper-slide.flex {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;

}

.swiper-arrow-next, .swiper-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 900;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
/*    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;*/
}

.swiper-wrapper.h-auto {
    height: auto;
}

.swiper-arrow-next {
    right: 10px;
    left: auto;
}
.swiper-arrow-prev {
	left: 10px;
    right: auto;
}

.swiper-arrow-next.swiper-button-disabled, 
.swiper-arrow-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-slide--link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


.bold {
    font-weight: bolder;
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.italic, em, i {
	font-style: italic;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    /*padding-top: 32%;*/
    background-color: #000;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.home .wrapperVideo {
    padding-top: 32%;
}

.wrapperMap {
    width: 100%;
    height: 500px;
}

.wrapperMap iframe {
    width: 100%;
    height: 100%;
}

.wrapperVideo &gt; iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.home .wrapperVideo &gt; iframe, .home .wrapperVideo &gt; video {
    width: 57%;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

@media(max-width: 767px){
	.home .wrapperVideo {
    	padding-top: 56.25%;
	}

	.home .wrapperVideo &gt; iframe, .home .wrapperVideo &gt; video {
    	width: 100%;
	}

	.wrapperMap {
    	height: 300px;
	}
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
    padding-right: 0 !important;
}

.modal-top {
    max-width: 100%;
    margin: 0px auto;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
}

.top .modal-content {
    border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #444444;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

hr.white {
   	border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
}

hr.black {
   	border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
}

button {
    background-color: transparent;
}

.btn-full.white {
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    margin: 5px 0px;
    display: inline-block;
}

.btn-full.white:hover {
    background-color: #ed1c24;
    color: #fff;
}

.btn-full.red {
    font-weight: 700;
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    margin: 5px 0px;
    display: inline-block;
}

.btn_big_home {
    font-size: 28px !important;
    width: 100%;
}

.btn-full.red:hover {
    background-color: #fff;
    color: #ed1c24;
}

.btn-full.samudigital {
    font-weight: 700;
    background-color: #bc14da;
    border: 2px solid #bc14da;
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    margin: 5px 0px;
    display: inline-block;
}

.btn-border {
	font-weight: 700;
    border: 2px solid;
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    margin: 5px 0px;
    display: inline-block;
}

@media(max-width: 1024px){
	.btn-full.white, .btn-border, .btn-full.red, .btn-full.samudigital {
    	font-size: 16px;
    }
}

@media(max-width: 767px){
	.btn-full.white, .btn-border, .btn-full.red, .btn-full.samudigital{
    	padding: 8px 18px;
    	font-size: 14px;
    }

    .btn_big_home {
        font-size: 22px !important;
    }
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.wpcf7-form {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7-form label {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #222222;
}

.wpcf7-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #222222;
    height: 40px;
    color: #222222;
    padding: 0px 10px;
    margin: 5px 0px;
    /*-webkit-appearance: none;*/
    border-radius: 0 !important;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #222222;
    height: 120px;
    color: #222222;
    padding: 10px;
    margin: 5px 0px;
    /*-webkit-appearance: none;*/
    border-radius: 0 !important;
    resize: none;
}

.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #222222;
    height: 40px;
    color: #222222;
    padding: 0px 10px;
    background: rgba(0,0,0,1);
    -webkit-appearance:none;

}

.wpcf7-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222;
    opacity: 1; /* Firefox */
}

.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222222;
    opacity: 1;
}

.wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #222222;
    opacity: 1;
}

.wpcf7-form .check {
    margin-bottom: 30px;
    text-align: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}

.wpcf7-form .check label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpcf7-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0px 10px 0px 0px;
        flex: 0 0 15px;
        /*-webkit-appearance: none;*/
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
}

.wpcf7-form input[type="submit"] {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    z-index: 10;
    transition: all 100ms linear;
    width: auto;
    max-width: 90%;
    border:0px;

    color: #fff;
    background-color: #000;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}


.wpcf7-form .btn-group-submit {
    border: 1px solid #222222;
        width: 200px;
    margin: auto;
}

#success_nl {
    font-size: 20px;
    text-align: center;
}

@media(max-width: 567px){
    .wpcf7-form label {
        font-size: 13px;
    }
}

 input[type="password"] {
	width: 100%;
    background-color: #f1f1f1;
    border: 0px;
    /*color: #ddd;*/
    text-transform: uppercase;
    margin:15px 0px;
    height: 40px;
    padding-left: 15px;
}

.page-download input[type="submit"] {
	height: 40px;
	background-color: #000;
	color: #fff;
	padding: 0px 10px;
}

.form-white input, .form-white textarea, .form-white select {
    width: 100%;
    background-color: #fff;
    border: 0px;
    /*color: #ddd;*/
    text-transform: uppercase;
    margin:15px 0px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
}

.form-white .wpcf7-list-item-label, .form-white .wpcf7-list-item-label a {
    color: #ddd;
    font-size: 14px;
}

.form-white input[type="submit"] {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 30px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    z-index: 10;
    transition: all 100ms linear;
    width: 160px;
    max-width: 90%;
    border: 0px;
    color: #fff;
    background-color: #ea0000;
    margin: 0px auto;
    display: block;
    height: auto;
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

body &gt; * {
	
}

.text, p, a, li {
	font-size: 18px;	
}

.fz20 {
    font-size: 20px;
    line-height: 22px;
}


.fz24 {
    font-size: 24px;
}

.fz12 {
    font-size: 12px;
}

.fz18, .fz18 &gt; p {
    font-size: 18px;
}

.fz16, .fz16 &gt; a {
    font-size: 16px;
}

.h2 {
	font-size: 32px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
    font-size: 14px !important;
}

footer .fz14 a {
    font-size: 14px !important;
}

button, .whatsapp_btn, .btn-scroll,
.swiper-custom-prev, .swiper-custom-next {
	cursor: pointer;
}

@media(max-width: 1024px){
	.font-text--primary, p, a, li {
    	font-size: 16px;
	}
}

@media(max-width: 567px){
	.fz40 {
    	font-size: 32px;
	}

	.font-text--primary, p, a, li {
    	font-size: 14px;
	}
}

@media(max-width: 420px){
    .fz40 {
        font-size: 26px;
    }
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}

.overlay-before &gt; div {
    z-index: 200;
    position: relative;
}

/**/

.color-red {
    color: #e30613;
}

.background-red {
    background-color: #e30613;
}

.background-green {
    background-color: #9ac43e;
}

.color-green {
    color: #9ac43e !important;
}

.background-yellow {
    background-color: #e8bd0b;
}

.color-yellow {
    color: #e8bd0b;
}

.background-blu {
    background-color: #33b5e9;
}

.color-blu {
    color: #33b5e9 !important;
}

a:hover {
    text-decoration: none;
}

/**/

header {
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    top: 0%;
    left: 0px;
}

header .navbar {
    width: 100%;
    margin: auto;
    padding: 0;
}

header .nav-wrapper {
    width: 92%;
    margin: auto;
    padding: 10px 0px
}

header .navbar .navbar-brand {
    width: 250px;
}

header .navbar ul#menu-menu-main {
    padding: 0px 30px;
}


header .navbar ul .menu-item {
    padding: 0px 5px; 
    display: block;
} 

header .navbar ul .menu-item a {
    text-transform: uppercase; 
    font-size: 17px;  
    padding: 0px 5px;
}

header .navbar ul .menu-item:not(.area-riservata) a:hover,
header .navbar ul .menu-item.current-menu-item a {
    background-color: rgb(0 0 0 / 19%);
    text-decoration: none;
}

header .navbar ul .menu-item.area-riservata {
    /* border: 1px solid; */
    margin: 0px 5px;
    /* width: 100px; */
    text-align: center;
    /*width: 110px;*/
    /* max-width: 120px; */
    /* line-height: 17px; */
    padding: 3px 5px;
}

header .navbar ul .menu-item.area-riservata a {
    font-size: 13px;
}

header .navbar ul .menu-item.area-riservata:hover {
    background-color: #ccc;
}

nav .smallnav {
    background-color: #333 ;
    color: #fff;
}

.smallnav.mb {
    display: none !important;
}

nav .smallnav .menu-item a {
    font-size: 13px !important;
}

.fixedHead {
    position: fixed;
    top: -100%;
    -webkit-animation: fixedTop 1000ms ease-in-out 500ms forwards;
    -moz-animation: fixedTop 1000ms ease-in-out 500ms forwards;
    -ms-animation: fixedTop 1000ms ease-in-out 500ms forwards;
    animation: fixedTop 1000ms ease-in-out 500ms forwards;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

@keyframes fixedTop {
    form {
        top: -100%;
    }

    to {
        top: 0px;
    }
}

@-webkit-keyframes fixedTop {
    form {
        top: -100%;
    }

    to {
        top: 0px;
    }
}

header .navbar-toggler span {
    height: 2px;
    width: 25px;
    display: block;
    margin: 4px;
    background-color: #000;
    transition: all 300ms linear;
}

header .navbar-toggler.closeNav span.first {
    transform: rotate(45deg) translate(2px, 2px);
}

header .navbar-toggler.closeNav span.second {
    display: none;
}

header .navbar-toggler.closeNav span.third {
    transform: rotate(-45deg) translate(2px, -2px);
}

header .lang {
    margin-right: 10px;
    margin-left: 5px;
    border-left: 2px solid #ffffff3d;
    padding-left: 20px
}

header .btn-search {
    /*margin-right: 15px;*/
    margin-left: 15px;
    cursor: pointer;
}

form.search-nav {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px;
    width: 260px;
    max-width: 100%;
    background-color: #fff;
}

form.search-nav input.search-shop {
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 5px;
    background-color: #cccccc54;
}


div#follow_menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px;
    width: 230px;
    max-width: 100%;
    background-color: #fff;
}

div#follow_menu div {
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 5px;
}

div#follow_menu div a{
    padding-left: 8px;
    padding-right: 8px;
}

#banner_sponsor_mobile{
    display: none;
}

#espositori-search, #settoremerc-search {
    /* width: 500px; */
    margin: 0 auto;
    z-index: 100;
}

#espositori-search input, #settore-filters input{
  padding: 10px;
  font-size: 17px;
  border: 1px solid gray;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

#btn_search-espositori,
#btn_search-settoremerc {
  float: right;
  width: 20%;
  padding: 10px;
  background: black;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

#fixed-share{
    position: fixed;
    top: 50%;
    left: 0;
    padding-left: 20px;
}

#fixed-share ul li{
    display: block;
    margin-bottom: 15px;
}

#fixed-share-mobile{
    padding: 10px;
    display: none;
}

#fixed-share-mobile ul li{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

#fixed-share ul li a{
    padding: 5px;
    background-color: #e8e8e8;
    border: 1px solid gray;
}

#fixed-share ul li a svg{
    width: 25px;
}


.dropdown-menu {
    min-width: 300px;
    padding: 10px 0px;
    margin: 22px 0px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 10px 10px #00000026;
}

.dropdown-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 14px !important;
    border-bottom: 1px solid #000;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

@media(max-width: 1400px){
    header .navbar {
        width: 98%;
    }

    header .navbar ul .menu-item {
        font-size: 14px;
    }

    header .navbar ul .menu-item a {
        font-size: 14px;
    }

    .lang a {
        font-size: 14px;
    }

     header .navbar .navbar-brand {
        width: 140px;
    }
}

@media(max-width: 1199px){
    nav .smallnav {
        background-color: #fff;
        color: #000;
    }

    nav .smallnav #menu-small-nav-1 {
        width: 100%;
    }

    header nav .smallnav.dk {
        display: none !important;
    }

    .smallnav.mb {
        display: flex !important;
    }

    header .navbar .navbar-brand {
        width: 215px;
    }

    header .nav-wrapper {
        width: 100%;
        margin: auto;
        padding: 10px 0px;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    header .navbar {
        padding: 5px;
    }

    header .navbar ul .menu-item {
        padding: 0px;
    }
    
    header .navbar ul .menu-item a {
        font-size: 16px;
        border-bottom: 2px solid rgba(204,204,204,0.2);
        width: 100%;
        display: block;
        padding: 5px;
    }

    header .navbar-collapse {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    header .navbar ul .menu-item.area-riservata {
        border: 0px solid;
        margin: 0px; 
        width: auto;
        text-align: left; 
        width: auto;
        max-width: 100%;
    }

    .dropdown-menu {
        min-width: auto;
        width:  100%;
        padding: 10px 0px;
        margin: 0px 0px;
        box-shadow: none;
        position: relative;
    }

    #fixed-share-mobile{
        display: -ms-flexbox!important;
        display: flex!important;

    }

    #fixed-share{
        display: none;
    }

    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 25px;
    }
}

/**/

#homeFade {
    position: absolute;
    z-index: 0;
    height: 88%;
    top: 0;
    left: 0;
}

.home-head .home-head--box {
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 50%);
    transform: translate(0px, -8%);
}

.content-landing h1 {
    font-size: 42px;
}

.content-landing .row-manifestazioni, .overflow-hidden {
    overflow: hidden;
}

.content-landing .row-manifestazioni .samuexpo {
    width: 700px;
}

.content-landing .row-manifestazioni .box-line-dash {
    margin: 20px auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 5px;
}

.content-landing .row-manifestazioni .line-dash {
    border-left: 5px dotted #fff;
    height: 0px;
    /*background-color:red;*/

    animation: borderVertical 1000ms ease-in-out forwards 0ms;
    -moz-animation: borderVertical 1000ms ease-in-out forwards 0ms;
    -o-animation: borderVertical 1000ms ease-in-out forwards 0ms;
    -webkit-animation: borderVertical 1000ms ease-in-out forwards 0ms;
}

@keyframes borderVertical {
    to {
        height: 200px;
    }
}

@-webkit-keyframes borderVertical {
    to {
        height: 200px;
    }
}

@-moz-keyframes borderVertical {
    to {
        height: 200px;
    }
}

@-o-keyframes borderVertical {
    to {
        height: 200px;
    }
}

.current-lang a {
     color: #e30613;
}

/* .lang .lang-item-first {
    margin-right: 5px;
} */

/* .lang .lang-item-first:after {
    content:"/";
    margin-left: 5px;
} */

.row-manifestazioni .line-dash-left {
    border-left: 5px dotted #fff;
    height: 0px;
    width: 4px;
    position: absolute;
    left: 25%;
    transform: translate(-4px, -20px);

    animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -moz-animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -o-animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -webkit-animation: borderLeft 1000ms ease-in-out forwards 0ms;
}

.row-manifestazioni .line-dash-right {
    border-left: 5px dotted #fff;
    height: 0px;
    width: 4px;
    position: absolute;
    right: 25%;
    transform: translate(4px, -80px);

    animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -moz-animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -o-animation: borderLeft 1000ms ease-in-out forwards 0ms;
    -webkit-animation: borderLeft 1000ms ease-in-out forwards 0ms;
}

@keyframes borderLeft {
    to {
        height: 100px;
    }
}

@-webkit-keyframes borderLeft {
    to {
        height: 100px;
    }
}

@-moz-keyframes borderLeft {
    to {
        height: 100px;
    }
}

@-o-keyframes borderLeft {
    to {
        height: 100px;
    }
}

.content-landing .row-manifestazioni .line-dash--horizontal {
    width: 0%;
    height: 4px;
    border-top: 5px dotted #fff;
    margin: 32px auto;
    display: block;

    
    animation: borderBigGraphics 1000ms ease-in-out forwards 0ms;
    -moz-animation: borderBigGraphics 1000ms ease-in-out forwards 0ms;
    -o-animation: borderBigGraphics 1000ms ease-in-out forwards 0ms;
    -webkit-animation: borderBigGraphics 1000ms ease-in-out forwards 0ms;
}


@keyframes borderBigGraphics {
    to {
        width: 50%;
    }
}

@-webkit-keyframes borderBigGraphics {
    to {
        width: 50%;
    }
}

@-moz-keyframes borderBigGraphics {
    to {
        width: 50%;
    }
}

@-o-keyframes borderBigGraphics {
    to {
        width: 50%;
    }
}

.content-landing .row-manifestazioni .samuexpo-eventi {
    width: auto;
    height: 50px;
}

 #carouselNumeri .swiper-pagination { 
    position: static;
    margin-top: 40px;
}

 #carouselNumeri .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #000;
}

.swiper-pagination.light .swiper-pagination-bullet-active {
    background: #f90909 !important;
}

.swiper-pagination.light .swiper-pagination-bullet {
    background: #fff;
    width: 13px;
    height: 13px;
    opacity: 1;
}

.swiper-pagination { 
    bottom: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.row-image-expo {
    height: 350px;
}

.content-landing .social a {
    margin: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #878786;
    font-size: 30px;
    text-align: center;
}

#carouselPartner .swiper-wrapper {
    height: auto;
}

.texture {
    background-image: url('../images/texture.png');
    background-repeat: repeat-x;
    width: 45%;
    height: 100px;
}

.content-section-fiera .texture {
    width: 25%;
    position: absolute;
    left: 0;
}

.content-section-fiera .texture.right {
	right: 0px;
    left: auto;
}

.logo-samu {
    width: 50%;
}

@media(max-width: 1024px){
    .content-landing .row-manifestazioni .samuexpo-eventi {
        height: 35px;
    }

    .content-landing .row-manifestazioni .samuexpo {
        width: 550px; 
        max-width: 88%;  
    }   

    .content-landing  h2 {
        font-size: 30px;
    }

    .content-landing .h2 {
        font-size: 24px;
    }

    .logo-samu {
        width: 80%;
        margin: auto;
    }

    .texture {
        width: 100%;
        transform: translate(0px, 0px);
    }

    .content-landing h1 {
        font-size: 30px;
    }

    .content-landing .fz24 {
        font-size: 18px;
    }

    .content-landing .fz20 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 991px){
    #homeFade {
        height: 78%;
    }   

    .home-head .home-head--box {
       transform: translate(0px, -18%);
    }

    .row-image-expo {
        height: 300px;
    }

    .logo-samu {
    	width: 50%;
    }
}

@media(max-width: 767px){
	.content-landing h2 {
    	font-size: 24px;
	}

	.row-image-expo {
    	height: 230px;
	}
}

@media(max-width: 576px){
    .home-head .home-head--box {
        width: 88%;
    }

    .home-head.h100 {
        height: 80vh;
    }

    .home-head .home-head--box {
        transform: translate(0px, 0%);
    }

    .content-landing h1 {
        font-size: 20px;
    }

    .logo-samu {
        width: 80%;
    }

    .row-image-expo {
        height: 150px;
    }

    .content-section-fiera .texture {
    	width: 10%;
    	height: 60px;
	}

    .content-landing .social a {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .line-dash--horizontal, .row-manifestazioni .line-dash-right,
    .row-manifestazioni .line-dash-left,
    .content-landing .row-manifestazioni .line-dash--horizontal,
    .content-landing .row-manifestazioni .box-line-dash {
        display: none;
    }

    .content-landing h2 {
    	font-size: 20px;
	}

	.page-template-template-fiera .content-section-fiera .box-icon {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}

	.page-template-template-fiera .content-section-fiera .box-icon &gt; .d-flex {
		-ms-flex-direction: column!important;
    	flex-direction: column!important;
	}

     #banner_sponsor_mobile{
        margin-top: 30px;
    }
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #46b450;
    width: 100%;
    text-align: center;
    border: 0px;
    font-size: 20px;
}

.page-head {
    height: 550px;
    padding-top: 120px;
    max-height: 100vh;
}

.page-head--small {
    /* min-height: 100px; */
    padding-top: 120px;
}

.icona-dati {
	width: 220px;
	margin:auto;
	display: block;
	margin-bottom: 20px;
}

#carouselFiera .swiper-slide .box-text .col {
	margin: 10px;
    max-width: 15%;
    flex: 1 1 auto;
    min-width: 15%;
}

.abs-arrow {
    position: absolute;
    bottom: 0px;
    width:  100%;
    z-index: 999;
}

.swiper-button-disabled {
    opacity: 0.1;
}

.content-section-fiera .box-description p {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content-section-fiera .accordion-settori button {
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	font-size: 20px;
	padding: 10px 25px;
	width: 100%;
}

.accordion-categorie_merc button {
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px 30px;
    width: 100%;
}

.content-section-fiera .accordion-settori button[aria-expanded="false"]:after,
.accordion-comearrivare button[aria-expanded="false"]:after {
	font-family: "Font Awesome 5 Free";
    content: "\f0fe";
    position: absolute;
    right: 15px;
}

/* Modifica Dicembre 2021  */
.accordion-organizza button{
    font-size: 30px;
}

.accordion-organizza button[aria-expanded="false"]:after{
font-family: "Font Awesome 5 Free";
    content: "\f0fe";
    position: absolute;
    right: 15px;
}
.accordion-organizza button[aria-expanded="true"]:after{
font-family: "Font Awesome 5 Free";
    content: "\f146";
    position: absolute;
    right: 15px;
}

 .accordion-categorie_merc button[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0fe";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
}

.content-section-fiera .accordion-settori button[aria-expanded="true"]:after,
.accordion-comearrivare button[aria-expanded="true"]:after {
	font-family: "Font Awesome 5 Free";
    content: "\f146";
    position: absolute;
    right: 15px;
}

.accordion-categorie_merc button[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
}

.content-section-fiera .accordion-settori .collapse,
.content-section-fiera .accordion-settori .collapsing,
.accordion-categorie_merc .collapsing,
.accordion-categorie_merc .collapse {
    position: absolute !important;
    left: 0;
    width: 100%;
    z-index: 100;
}

.accordion-categorie_merc .collapsing,
.accordion-categorie_merc .collapse {
    margin-top: 30px;
}

.content-section-fiera .accordion-settori .card-body {
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 0px;
    text-align: left;
}

.accordion-categorie_merc .card-body {
    z-index: 10;
    background-color: rgba(157,157,157,1);
    color: #000;
    border-radius: 0px;
    text-align: left;
}

.content-section-fiera .accordion-settori .card-body ul li {
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
}

.accordion-categorie_merc .card-body ul li {
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom: 2px solid #000;
}

.content-section-fiera .box-icon img {
	width: 130px;
}

#collapseFabbrica .card-body ul li {
	font-size: 14px;
}

#collapseFabbrica .card-body ul li strong {
	font-size: 16px;
}

.accordion-categorie_merc img.icona {
    width: 100px;
    margin: 20px auto 10px;
    display: block;
}

div#top_button {
    position: fixed;
    background-color: #000;
    width: 30px;
    height: 30px;
    z-index: 999;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.accordion-comearrivare {
    border: 2px solid;
    max-width: 96%;
    margin: 8px auto;
}

.accordion-comearrivare .icona {
    width: 60px;
    margin-right: 15px;
    padding: 8px;
}

.accordion-comearrivare button {
    text-transform: uppercase;
    font-size: 24px;
}

.accordion-comearrivare .card-body {
    z-index: 10;
    color: #000;
    border-radius: 0px;
    text-align: left;
    border: 0px;
}

.accordion-comearrivare .card-body p {
    font-size: 20px;
}

.zoom-park {
    /*background-image: url('../images/parcheggi-fiera.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.zoom-area-eventi  {
    width: 450px;
    max-width: 90%;
    height: 250px;
    margin: 30px auto;
}

.zoom-park .show,
.zoom-area-eventi .show {
    position: absolute;
    color: #fff;
    z-index: 10;
    font-size: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.zoom-park a,
.zoom-area-eventi a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    left: 0;
}

.box-samudigital-more {
    background-image: url('../images/immagine-digital-day.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.nav-tabs .nav-link.active {
    background-color: #dddddd;
    color: #ff0000 !important;
}

.tab-content,
.background-lightgrey {
    background-color: #dddddd;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 20px;
    border-radius: 0px !important;
}

.nav-tabs {
    border-bottom: 0px;
    width: 100%;
}

.row-tabs-event .nav-tabs li.nav-item {
    text-align: center;
    width: 33.33%;
}

.row-tabs-rassegnestampa .nav-tabs li.nav-item {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.333%;
}

.row-tabs-event .borderBott {
    border-bottom: 1px solid #000;
}

.tab-pane {
    padding: 20px;
}

.row-tabs-event .tab-pane .info {
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 10px;
}

.row-tabs-event .tab-pane .description {
    font-size: 16px;
}

#countdown {
    margin: 50px 0px 70px 0px;
}

#countdown ul li.box-number {
    font-size: 26px;
    text-align: center;
    margin: 5px 14px;
    line-height: 70px;
    /* border: 2px solid #ccc; */
    padding: 20px;
    width: 195px;
    background-color: #e2e0e026;
    box-shadow: 0px 0px 15px 0px #00000052;
    color: #989898;
}

#countdown ul li span {
    font-size: 76px;
    font-weight: 700;
    color: #000;
}

li.point {
    font-size: 90px;
    margin: 13px;
    /* line-height: 9px; */
}

#countdown ul li.box-number #seconds {
    color: #989898 !important;
}

@media(max-width: 1024px){
    #countdown ul li span {
        font-size: 52px;
    }

    #countdown ul li.box-number {
        font-size: 22px;
        margin: 5px 5px;
        line-height: 50px;
    }

    #countdown {
        margin: 10px 0px 50px 0px;
    }

    .content-general #carouselFiera h3 {
    	font-size: 22px;
    }

    #carouselFiera .icona-dati {
		width: 180px;
	}

	#carouselFiera .box-text .fz24{
		font-size: 18px;
	}

	.content-section-fiera .box-description p {
    	font-size: 18px;
    }

    .content-section-fiera .box-icon img {
    	width: 90px;
	}

	.accordion-categorie_merc button {
    	font-size: 14px;
    	padding: 15px 10px;
    }

    .accordion-categorie_merc .card-body ul li {
    	font-size: 14px;
    	padding: 5px 0px;
    }

    .accordion-categorie_merc .card-body {
    	padding: 10px;
	}

	.accordion-categorie_merc img.icona {
    	width: 70px;
    	margin: 10px auto 0px;
    }
}

@media(max-width: 767px){
    li.point {
        font-size: 52px;
        margin: 10px;
    }

    #countdown ul li span {
        font-size: 40px;
    }

    .page-head {
    	height: 400px;
    	padding-top: 50px;
    }

    .page-head h1 {
    	font-size: 48px;
        text-align: center;
    }

    .zoom-park {
    	height: 250px;
    	margin-bottom: 20px;
	}

    #banner_sponsor_desktop{
        display: none;
    }
    #banner_sponsor_mobile{
        display: block;
    }
}

@media(max-width: 575px){
    #countdown {
        margin: 70px 0px 50px 0px;
    }

    #countdown ul li span {
        font-size: 36px;
    }

    #countdown ul li.box-number {
        font-size: 18px;
        margin: 0px 5px;
        line-height: 38px;
    }

    #countdown ul {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }

	#countdown ul li.box-number {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 calc(50% - 24px);
    	max-width: 50%;
    	margin: 6px 0px;
	}

	li.point {
    	font-size: 30px;
    	margin: 30px 10px;
    	width: 8px;
	}

	.point.hide_mb {
		order: 1;
		-ms-order:1;
	}

	.box-number.box-order {
		order: 0;
		-ms-order:0;
	}

	.box-number.box-order-last {
		order: 2;
		-ms-order:2;
	}

	#carouselFiera .icona-dati {
    	width: 140px;
	}

	#carouselFiera .swiper-slide .box-text .col {
    	max-width: 25%;
    	min-width: 25%;
    	margin: 6px;
	}

	.page-head h1 {
    	font-size: 30px;
    	text-align: center;
	}

	.page-head {
    	height: 300px;
    }
    
    #carouselFiera .box-text .fz24 {
    	font-size: 14px;
	}

	.content-section-fiera .accordion-settori button {
    	font-size: 14px;
    	padding: 10px 18px;
    }

    .accordion-categorie_merc button {
    	font-size: 20px;
    	border-bottom: 2px solid #f1f1f1;
    	padding-bottom: 50px;
	}

	.accordion-categorie_merc button[aria-expanded="false"]:after {
    	bottom: 5px;
	}

    .accordion-categorie_merc button[aria-expanded="true"]:after {
        bottom: 5px;
    }

	.accordion-categorie_merc:last-of-type button {
    	font-size: 20px;
    	border-bottom: 0px;
    	padding-bottom: 50px;
	}

	.nav-tabs .nav-link {
    	font-size: 14px;
    	padding: 10px;
    }

    #tabEventiContent .fz24 {
    	font-size: 18px;
    }

    .row-tabs-event .tab-pane .description {
    	font-size: 14px;
	}

	.accordion-comearrivare .card-body p {
    	font-size: 14px;
	}
}

@media(max-width: 480px){
    #carouselFiera .box-text .fz24 {
        font-size: 12px;
    }

    content-section-fiera .accordion-settori .card-body ul li {
        font-size: 14px;
    }
}

.col-news p.data {
    margin-top: 10px;
    font-size: 14px;
}

.general-content img {
    display: flex;
    height: auto;
}

.col-news .borderbox {
    border: 2px solid #dddddd;
}

.col-news .borderBottom {
    border: 1px solid #a9a9a9;
    padding-bottom: 10px;
}

.filters-button-group button.is-checked, .underline {
    text-decoration: underline;
}

.borderBtn {
    margin-bottom: 15px;
    border-bottom: 2px solid #0000001f;
    padding-bottom: 15px;
    /* padding-left: 0px; */
}

.custom-pagination a.page-numbers {
    /* width: 13px; */
    font-size: 16px;
    font-weight: bolder;
    padding: 0px 5px;
}

.content-general h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-general h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-general p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-general a {
    text-decoration: underline;
}

.cat-merceologica span{
    background-color: #e9e7e7;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 4px;
    margin-bottom: 6px;
    display: inline-block;
} 

@media(max-width: 991px){
	.col-news .text {
    	font-size: 16px;
	}

	.content-landing.contatti p {
		font-size: 14px;
	}
}

.btn-nolink  {
    cursor: no-drop;
    opacity: 0.3;
}

.sectionpdf-download .pdf-box {
    border: 2px solid;
    max-width: 96%;
    margin: 8px auto;
    padding: 10px;
}

.sectionpdf-download .pdf-box a {
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.sectionpdf-download.black {
    background-color: #000;
    color: #fff;
}

.circle-testimonial {
    width:120px;
    height: 120px;
    background-color: #cccc;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.avatar_testimonial {
    width: 120px;
}

.link-social--news p &gt; a {
    font-size: 24px;
}

.link-social--news p {
    margin-right: 20px;
}


/* Modifica Gennaio 2022 */
.linee-guida-covid-icona {
    width: 80px;
    margin-right: 15px;
}
/* Modifica Gennaio 2022 - End */


.form-check {
    text-transform: uppercase;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check label {
    cursor: pointer;
}

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 1000;
    top: 0;
    left: 0;
}

.espositori-btn-filter {
    cursor: pointer;
    height: 50px;
    font-size: 18px;
    margin: 0px 3px;
}

.active-filter {
    background-color: #000;
    color: #fff !important;
    border: 2px solid #000;
}

#padiglione-filter {
    border: 2px solid #000;
    padding: 5px 10px;
    min-width: 170px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 3px;
}

.col-news .description .info-esp span:last-of-type:before {
    content: "/";
    margin-left: 5px;
    padding-right: 5px;
}

.single-dt_team .col-info p {
    /* border-bottom: 1px solid #ccc; */
    /* padding: 5px 0px; */
}

.single-dt_team .col-logo img {
    margin: auto;
    display: block;
    /* border: 1px solid #dee2e6 !important; */
}

.single-dt_team .col-consorzio img {
    width: 150px;
    margin: 10px 15px;
}

.single-dt_team .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.btn-mappa {
    font-weight: 700;
    background-color: #ed1c24;
    color: #fff;
    display: block;
    padding: 5px 10px;
    display: inline-block;
}


/* Modifica Gennaio 2022 */
.linee-guida-covid-icona {
    width: 60px;
    margin-right: 15px;
    margin-bottom: 20px;
}

/* Modifica Gennaio 2022 - End */
.ui-tooltip {
    background: #f1f1f1;
    color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 0 0;
    font-size: 14px;
}

.ui-autocomplete {
    background: #f1f1f1;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    width: calc(100% - 30px) !important;
    text-align: left !important;
    top: 50px!important;
    z-index: 10;

    max-height: 250px;
    overflow-y: scroll;
    position: absolute !important;
    left: 15px !important;
}

.ui-autocomplete &gt; li {
    padding: 4px 0px;
}

.ui-autocomplete.source:hover {
    background: #000;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size:14px;
    text-transform: capitalize;
    cursor: pointer;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    color: #33b5e9;
}

#btn_filter_reset {
    cursor: pointer;
    font-weight: bold;
}

.page-template-template-espositori #news_container .col-news img {
    margin: auto;
    display: block;
}

@media(max-width:1024px){
    .espositori-btn-filter {
        height: 42px;
        font-size: 14px;
    }
    #padiglione-filter {
        min-width: 150px;
        height: 42px;
        font-size: 14px;
    }   
}

@media(max-width:567px){
    #news_container .col-news .text {
        font-size: 14px !important;
    }

    .cat-merceologica span {
        font-size: 12px;
    }
}

.form-check {
    text-transform: uppercase;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check label {
    cursor: pointer;
}

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 1000;
    top: 0;
    left: 0;
}

.espositori-btn-filter {
    cursor: pointer;
    height: 50px;
    font-size: 16px;
    margin: 6px 3px;
    /* -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1; */
    max-width: 100%;
}

.active-filter {
    background-color: #000;
    color: #fff !important;
    border: 2px solid #000;
}

#padiglione-filter {
    border: 2px solid #000;
    padding: 5px 10px;
    min-width: 170px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 3px;
}

.col-news .description .info-esp span:last-of-type:before {
    content: "/";
    margin-left: 5px;
    padding-right: 5px;
}

.single-dt_team .col-info p {
    /* border-bottom: 1px solid #ccc; */
    /* padding: 5px 0px; */
}

.single-dt_team .col-logo img {
    margin: 0px;
    display: block;
    max-width: 90%;
    width: 300px;
    border: 1px solid #dee2e6 !important;
}

.single-dt_team .col-consorzio img {
    width: 150px;
    margin: 10px 15px;
}

.single-dt_team .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.btn-mappa {
    font-weight: 700;
    background-color: #ed1c24;
    color: #fff;
    display: block;
    padding: 5px 10px;
    display: inline-block;
}

.ui-tooltip {
    background: #f1f1f1;
    color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 0 0;
    font-size: 14px;
}

.ui-autocomplete {
    background: #f1f1f1;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    width: calc(100% - 30px) !important;
    text-align: left !important;
    top: 50px!important;
    z-index: 10;

    max-height: 250px;
    overflow-y: scroll;
    position: absolute !important;
    left: 15px !important;
}

.ui-autocomplete &gt; li {
    padding: 4px 0px;
}

.ui-autocomplete.source:hover {
    background: #000;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size:14px;
    text-transform: capitalize;
    cursor: pointer;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    color: #33b5e9;
}

#btn_filter_reset {
    cursor: pointer;
    font-weight: bold;
}

.page-template-template-espositori #news_container .col-news img {
    margin: auto;
    display: block;
}

@media(max-width:1024px){
    .espositori-btn-filter {
        height: 42px;
        font-size: 14px;
    }
    #padiglione-filter {
        min-width: 150px;
        height: 42px;
        font-size: 14px;
    }   
}

@media(max-width:567px){
    #news_container .col-news .text {
        font-size: 14px !important;
    }

    .cat-merceologica span {
        font-size: 12px;
    }
}

.single-dt_team .mapplic-popup-link {
	display: none !important;
}

.mapplic-tooltip-title {
    font-size: 18px;
    margin: 0px !important;
    text-align: center;
    padding-top: 13px;
}

.mapplic-active {
    opacity: 0.5 !important;
}

.mapplic-tooltip-body {
    padding: 16px;
    text-align: center;
}

.mapplic-image {
    display: none !important;
}

/* .mapplic-level-switcher {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    align-items: center !important;
    left: 0px !important;
    right: auto !important;
    margin: 2px !important;
} */

/* .mapplic-level-switcher button:not(.mapplic-selected):not([data-level="my-map"]){
    display: none !important;
} */

/* .mapplic-selected button[data-level="my-map"]{
    display: block !important;
} */

/* .mapplic-level-switcher button {
    width: 55px !important;
} */

.single-dt_team .map_2 .mapplic-element {
    margin-bottom: 15px;
}

.single-dt_team .map_2 .mapplic-element  .mapplic-container {
    height: 300px !important;
}

.legend img {
    height: 20px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.boxmapplic-mb {
    display: none !important;
}

.single-dt_team .settore-row-mb {
    display: none !important;
}

#openMap {
    opacity: 0;
    visibility: hidden;
    display: none;
}

@media(max-width:767px){
    .legend img {
        height: 25px !important;
    }

    .mapplic-container {
        background-color: #ededed;
        height: 250px !important;
        margin-top: 30px;
    }

    .boxmapplic-dk, #openMap .mapplic-button.mapplic-fullscreen-button {
        display: none !important;
    }

    .boxmapplic-mb  {
        display: block !important;
        text-align: center;
        margin-top: 30px;
    }

    #openMap .modal-dialog {
        max-width: 94%;
    }

    #openMap {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4c4c4cbd;
        z-index: 100000;
    }   

    #openMap .flex-cont {
        height: 100%;
        width: 96%;
        margin: 100px auto 0px;
    }

    #openMap .cont {
        display: flex;
        align-self: center;
        align-items: center;
        /* top: 50%; */
        /* transform: translate(0px, 60%); */
        width: 100%;
    }

    #openMap.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .single-dt_team .content-left .mapplic-portrait .mapplic-container {
        height: 230px !important;
    }

    .single-dt_team .content-left {
        border: 3px solid #ededed;
        width: 94%;
        margin: auto;
    }

    .single-dt_team .settore-row-dk {
        display: none !important;
    }

    .single-dt_team .settore-row-mb {
        display: flex !important;
    }
}

.pointer  {
    cursor: pointer;
}

.btn-center {
    margin: auto !important;
    display: block !important;
    text-align: center !important;
}

.center-img {
    margin: auto;
    display: block;
}

@media(max-width:767px){
    .col-mb {
        margin-top: 40px !important;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
}</pre></body></html>