@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap');


/* layout da 240px a 767px */                  
#managament-edit-link
{
    text-align: right;
    margin: 10px 0px;
}

span[style="color:#008000;"],
span[style="color:#008000"] /* correggo colore verde */
{
	color: #aec90b !important;
}

#box-development-overlay
{
    position: absolute;
    width: 150px;
    height: 150px;
    background: transparent url(../images/layout/sviluppo.gif) no-repeat top left;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 999999;
}

:focus
{
	outline: none !important;
}

body.content-8 #sidebar #region-blocks_servizi_hp,
body.content-13 #sidebar #region-blocks_servizi_hp,
body.content-14 #sidebar #region-blocks_servizi_hp,
body.content-15 #sidebar #region-blocks_servizi_hp,
body.content-16 #sidebar #region-blocks_servizi_hp,
body.content-17 #sidebar #region-blocks_servizi_hp
{
	display: none !important;
}

body.content-18 #cookie-bar
{
	display: none !important; 
}

.content-gallery-slider:not(.nivoSlider) img:nth-child(n+2)
{
   display: none;
} 

    
@media (min-width: 240px) and (max-width: 979px)                                                                                                                                                              
{  
    /* RESET  
    ---------------------------------- */
    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, 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;
      font-size: 100%;
      vertical-align: baseline;
	  scroll-behavior: smooth;
	  }
    
    body
    {
        color: #505050;
        font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;
        font-size: 12pt;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }
    
    a 
    {
        color: #aec90b;
    }
    
    a:hover
    {
        text-decoration: none;
		color: #97ae0b;
    }    
    
    h1, h2, h3, h4, h5, h6
    {
        margin: 0 0 14pt 0;
        text-align: left;
    }

    h1 
    {
        font-size: 26pt;
        line-height: 28pt;
    }

    h2 
    {
        font-size: 20pt;
        line-height: 22pt;
    }

    h3 
    {
        font-size: 17pt;
        line-height: 19pt;
    }

    h4 
    {
        font-size: 15pt;
        line-height: 17pt;
    }

    h5, h6 
    {
        font-size: 13pt;
		line-height: 15pt;
    }

    ul, ol {
        margin: 0px 0px 10pt 20pt;
        padding: 0;
    }

    img
    {
        max-width: 100%!important;
        height: auto;
        width: auto;
    }
	
	#cookie-bar
	{
		background: rgba(0,0,0,0.8)  !important;
		position: fixed !important;
		height: 100% !important;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#cookie-bar p
	{
		width: 75%;
		margin: auto;
		background: #fff;
		height: auto;
		padding: 30px;
		color: #000;
		text-align: center;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-top: 15px solid #184360;
		border-image-source: linear-gradient(to left, #aec90b 0%, #a0d9f7 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo-header.png) no-repeat 50% 50%;
		height: 100px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#cookie-bar p b
	{
		font-family: 'Red Hat Display';
		width: 100%;
		margin: auto;
		font-size: 14pt;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #a0d9f7!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	
	#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
	{
		background: #000!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.8;
	}
    
    #image-header, .content-gmap, .content-video, .content-photo
    {
        margin: 0 0 21pt 0;
    }

    #content
    {
        width: 100%!important;
    }

    #header 
    {
        text-align: center;
        background: #f9f9f9;
        padding: 0%;
    }
	
	#header .box-960
	{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 0px auto;
		padding: 30px 5%;
		box-sizing: border-box;
		justify-content: space-between;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	
	#header .box-960:before
	{
		content: "";
		background: url(https://www.percorsievolutivi.org/upl/slider//slide03_slider_img.jpg) no-repeat;
		background-size: cover;
		opacity: 0.3;
		filter: blur(5px);
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
		position: absolute;
		z-index: -1;
		background-position: 50% 50%;
	}
	
	#header .box-960 a:nth-child(1)
	{
		width: 200px;
	}

    #menu_top
    {
        /*margin: 5%;*/
    }

    #footer_menu
    {
        margin: 5%;
    }
    
    .phone-number-container
    {
        text-align: center;
        margin: 0 0 10pt 0;
    }
    
    .phone-number-box 
    {
        background: url(../images/layout/ico-contact.png) no-repeat left center;
        background-size: 40px;
        padding: 3% 0 3% 45px;
        text-align: left;
        display: inline-block;
    }
    
    .mobile-phone-number 
    {
        color: #000;
        text-decoration: none;
        font-weight: 600;
        font-size: 24pt;
    }

    #page
    {
        margin: 0%;
        padding: 5%;
        text-align: justify;
    }
	
	#wrapper.homepage #page
	{
        margin: 0%;
        padding: 0% 5%;
	}
    
    .nivo-controlNav
    {
        display: none;
    }

    #language-switcher
    {
        margin: 0 5%;
        text-align: center;
    }

    #language-switcher a
    {
        padding: 2%;
        margin: 0 7pt;
        width: 20pt;
        height: 20pt;
        display: inline-block;
    }
    
    .node-gmap
    {
        height: 200px;
    }

    .logo-header 
    {
        width: 100%;
        height: 100px;
        background: transparent url(../images/layout/logo-header.png) no-repeat center top;
        display: block;
        margin: 0;
        background-size: contain;
    }
    
    .logo-footer
    {
        width: 100%;
        height: 100px;
        background: transparent url(../images/layout/logo-footer.png) no-repeat center top;
        display: block;
        margin: 5% 0;
        background-size: contain;        
    }
    
    label
    {
        text-align: left;
        display: block;
    }
    
    .block input
    {
        width: 100%;
    }
    
    .block input[type="submit"]    
    {
        width: 100%;
    }
    
    .block h2
    {
        margin: 0;
    }
    
    #box-newsletter 
    {
        border: 1px solid #E5E5E5;
        padding: 5%;
    }
    
    .newsletter-title 
    {
        font-weight: bold;
    }
    
    #box-newsletter input
    {
        width: 95%;
        margin: 0 0 7pt 0;
    }
    
    #box-newsletter input[type="submit"], #box-newsletter input[type="button"]
    {
        width: 100%;
        margin: 0;
    }
    
    #breadcrumb 
    {
        margin: 14pt 0;
        text-align: left;
    }
    
    .footer-credentials 
    {
        background: #595959;
        color: #ffffff;
        padding: 14pt 5%;
    }
    
    .footer-credentials a
    {
        color: #fff;
        text-decoration: none;
    }
    
    .message-error 
    {
        background-color: #CE453E;
        color: #FFFFFF;
        padding: 5%;
        margin: 0 0 14pt 0;
    }
	
	.message-ok 
    {
        background-color: #aec90b;
		color: #FFFFFF;
        padding: 5%;
        margin: 0 0 14pt 0;
    }

    .message-alert
    {
        background-color: #F2D268;
		color: #FFFFFF;
        padding: 5%;
        margin: 0 0 14pt 0;
    }
	
	.field-privacybox, .scroll-box
    {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        height: 70px;
        margin: 0 0 20px 0;
        overflow-y: scroll;
		overflow-x: hidden;
        padding: 10px;
		box-sizing: border-box;
		font-size: 10pt;
		line-height: 11pt;
    }
	
	.content-gallery-img {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.social
	{
		margin: 10pt 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.btn
	{
		display: block;
		padding: 7pt;
		font-size: 12pt;
		background: #aec90b;
		border: none;
		text-decoration: none;
		text-align: center;
		color: #fff;
		font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;

	}
	
	.social li
	{
		float: left;
		margin: 0 7pt 0 0;
	}
	
	.social li:nth-child(4)
	{
		max-width: 70px;
	}
    
    .form-field-error
    {
        color: #CE453E;
        display: block;
    }
	
	.footer-right {
		text-align: center;
		padding: 0 5%;
	}
	
	#menu_cookie_container {
		display: inline-block;
	}
    
    textarea
    {
        width: 100%;
		font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;
		padding: 7pt;
		box-sizing: border-box;

    }
    
    input[type="submit"]
    {
        width: 100%;
		font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;

    }
    
    input[type="checkbox"]
    {
        width: auto;
    }
    
    .newsletter-description 
    {
        margin: 7pt 0;
    }
	
	#sidebar .block .btn
	{
		margin-top: 15px;
	}
	
	#sidebar form.block
	{
		background: transparent;
	}

    .header-search-box 
    {
        display: inline-block;
        width: 100%;
        border: 1px solid #B2B2B2;
        background: #fff url(../images/layout/cerca-mobile.png) no-repeat 98% center;
    }

    #header #content-search-key 
    {
        border: none;
        box-shadow: none;
        padding: 7pt;
        margin: 0px;
        background: transparent;
        width: 82%;
        float: left;
    }

    #header #content-search-submit 
    {
        width: 10%;   
        cursor: pointer;
        border: none;        
        box-shadow: none;
        float: right;
        background: transparent;
    }

    input
    {
        width: 100%;
        padding: 7pt;
        font-size: 12pt;
		font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;
		box-sizing: border-box;
    }

    p
    {
        margin: 0 0 10pt 0;
    }

    #footer
    {
        background-color: #4a4a4a;
        padding: 3% 0 0 0;
        margin: 0;
        text-align: center;
		color: #cccccc;
    }

    iframe
    {
        width: 100%!important;
        height: auto;
    }

    .nivoSlider, .nivo-controlNav, .content-gallery-title
    {
        font-size: 16pt;
        font-weight: bold;
    }
        
    .content-gallery figcaption,.content-photo figcaption
    {
        display:none;
    }

    .nomobile
    {
        display: none !important;
    }

    #backend-goto a
    {
        background-color: #a0d9f7;
        display: block;
        padding: 3% 5%;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }

    .slicknav_menu
    {
        background: transparent!important;
        padding: 0px!important;
        font-size: 14pt!important;
    }

    .slicknav_menu .slicknav_icon
    {
        display: none!important;
    }

    .slicknav_nav .slicknav_arrow
    {
        font-family: sans-serif!important;
    }	

    .slicknav_btn
    {
        width: 100%!important;
        border: none!important;
        background: #505050 url(../images/layout/espand-icon.png) no-repeat 95% center !important;
        padding: 10pt 5%!important;
        margin: 0!important;
        border: none!important;
        border-radius: 0px!important;

    }

    .slicknav_menu .slicknav_menutxt
    {
        color: #fff!important;
        text-shadow: none!important;
    }

    .slicknav_nav li
    {

    }

    .slicknav_nav
    {
        background: transparent;
    }

    .slicknav_parent ul li
    {

    }

    .slicknav_nav a
    {
        padding: 10pt!important;
        margin: 1px 0 0 0!important;
        background-color: #aec90b;
	    text-align: left;
    }
	
	#menu_primary-mobile {
		margin: 0;
	}

    .slicknav_nav a a
    {
        padding: 9pt 0!important;
        margin: 0!important;
    }

    .slicknav_nav a:hover
    {
        border-radius: 0!important;
        background: #a0d9f7!important;
        color: #fff!important;
    }

    .slicknav_nav a:hover a
    {

        background: #a0d9f7!important;

    }	

    .slicknav_nav .slicknav_item
    {

        margin: 1px 0 0 0!important;
    }
    
    .content-gallery-title 
    {
        margin: 14pt 0 7pt 0;
    }
    

    
    .content-img-list:nth-child(4n+4)
    {
        margin: 0 0 2% 0;
        
    }  
    
    .content-gallery figure 
    {
        width: 22.5%;
        display: inline-block;
        float: left;
        margin: 0 2.5% 2% 0;
    }  

	.content-img-list
    {
        float: left;
        width: 22.5%;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
        margin: 0 2.5% 2% 0;
		box-sizing: border-box;
    }	
    
    .content-gallery-images
    {
        float: none;
        margin: 0;
    }
    
    .content-gallery-images img
    {
        width: 99.5%;
        height: auto;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
        max-width: 99.5%!important;
    }  
    
    .nivoSlider
    {
        display: none;
    }
    
    .content-gallery figure:nth-child(4n+4) a
    {       
        margin: 0 0 2% 0;
    }
    
    
    .content-gallery
    {
        width: 100%;
        display: inline-block;
    }
    
    .content-file 
    {
        background-color: #E5E5E5;
        padding: 10px;
        margin: 14pt 0 7pt 0;
    }
    
    .filenode-thumb 
    {
        display: table-cell;
    }
    
    .filenode-title 
    {
        display: table-cell;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    
    .block, #menu_column .menu-item 
    {
        margin: 14pt 0 7pt 0;
        background-color: #E5E5E5;
    }   
    
    .block-title, .block h2, #menu_column h2 
    {
        background-color: #aec90b;
        padding: 14pt;
		color: #fff;
    }
	
	#sidebar form#sidebar-form
	{
		padding: 20px;
	}
    
    .block-int
    {
        padding: 5%;
    }
	
	 /* paginazione */

    .pagination
    {
        text-align: center;
        margin-top: 10px;
    }

    .pagination ul
    {
        margin: 0px;
    }

    .pagination li
    {
        display: inline-block;
        list-style-type: none;
        padding-right: 5px;
    }

    .pagination a
    {
        padding: 4px 8px;
        text-decoration: none;
        border: 1px solid #ddd;
    }

    li.pagination-active
    {
        padding: 4px 10px; 
        font-weight: bold;   
    }

    .pagination-pager
    {
            width: 20%;
            text-align: right;
            float: right;
    }

    .pagination-links
    {
            width: 80%;
            text-align: center;
            float: left;
    }
    
    .logo-2open-credentials
    {
        display: inline-block;
        width: 49px;
        height: 10px;
        background: url(https://www.2open.it/loghi/2open-footer-mobile.png) no-repeat center center;
        background-size: contain;
        float: right;
        margin: 7px 0 0 5px;
    }
    
    .logo-footer-credentials-a
    {
        display: inline-block;
		font-size: 10pt;
    }
	
	.footer-credentials p
	{
		padding: 0;
		margin: 0;
		font-size: 10pt;
	}
	
	
	.node-product-text-box {
		padding: 10pt;
	}
	
	
	.node-product-text-box {
		padding: 10pt;
	}
	
	#region-blocks_child .block
	{
		background: transparent !important;
	}
	
	#region-blocks_child a
	{
		text-decoration: none;
	}
	
	#region-blocks_child .block h2
	{
		padding-left: 0px;
		background: transparent;
		text-align: center;
	}
	
	#region-blocks_child ul
	{
		list-style-type: none;
		margin: 10px 0px;
	}
	
	#region-blocks_child .container-li
	{
		display: flex;
		flex-direction: column;
	}
	
	#region-blocks_child .block-img
	{
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
	
	#region-blocks_child .container-li .btn
	{
		margin: 20px auto;
	}
	
	ul.content-node-children.grid
	{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.content-node-children li
	{
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		margin: 0 0 20px 0;
		padding: 10pt;
		width: 100%;
		box-sizing: border-box;
	}
	
	.ml-auto
	{
		margin-left: auto;
	}

	.accordion
	{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: .25rem;
		margin: 20px auto;
	}
	
	.accordion-header
	{
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: rgba(0,0,0,.03);
		border-bottom: 1px solid rgba(0,0,0,.125);
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	
	.accordion-body
	{
		padding: 1.25rem 1.25rem 0.8rem 1.25rem;
	}
	.accordion .collapsed
	{
		display: none;
	}

	.arrow-down
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.arrow-up
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid black;
	}
	
	.social-fb
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fb.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
    
    .social-tw
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-tw.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-insta
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-insta.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-wa
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-wa.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.node-product .node-product-img-box
	{
		box-sizing: border-box;
		background: #fff;
		border: 15px solid #f9f9f9;
	}
	
	#sidebar #submenu-box.block
	{
		background: #f9f9f9 !important;
	}
	
	#sidebar #submenu-box ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#sidebar #submenu-box ul li
	{
		padding: 5px 0;
		text-align: left;
	}
	
	#sidebar #submenu-box ul li:before
	{
		content: "";
		border-left: 2px solid #4392b1;
		margin-right: 5px;
	}
	
	#sidebar #submenu-box ul li.li-active:before
	{
		content: "";
		border-left: 2px solid #aec90b;
		margin-right: 5px;
	}
	
	#sidebar #submenu-box ul li a
	{
		text-decoration: none;
		color: #505050;
		text-align: left;
	}
	
	#sidebar #submenu-box ul li a:hover
	{
		color: #4392b1;
	}
	
	.content-list
	{
		margin: 20px 0px;
	}
	
	.content-list li
	{
		list-style-type: none;
		margin: 0px 0px 20px 0px;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #e2e2e2;
	}
	
	.content-list-text-td
	{
		width: 100%;
	}
	
	.content-list-table
	{
		display: flex;
		width: 100%;
		align-items: center;
	}
	
	.content-list-title a
	{
		color: #505050;
		font-weight: 600;
		text-decoration: none;
		font-size: 14pt;
	}
	.content-list-title
	{
		text-align: left;
	}
	
	.content-list-img-td
	{
		width: 80px;
	}
	
	.content-list-text a
	{
		text-decoration: none;
		color: #505050;
	}
	
	.content-list-img-td img
	{
		width: 60px;
		height: auto;
		padding: 0px;
		margin: 0;
	}
	
	/* blocco servizi HP */
	
	#region-blocks_servizi_hp
	{
		padding: 0;
	}
	
	#region-blocks_servizi_hp .block
	{
		background: transparent;
		margin: 0px;
	}
	
	#region-blocks_servizi_hp ul
	{
		margin: 15px auto 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#sidebar #region-blocks_servizi_hp ul
	{
		flex-direction: column;
		margin-bottom: 20px !important;
	}
	
	#sidebar #region-blocks_servizi_hp ul li
	{
		width: 100% !important;
		padding: 0 0 10px 0!important;
		background: #ffffff !important;
		border: 1px solid #dedede;
	}
	
	#region-blocks_servizi_hp ul li
	{
		width: 48%;
		padding: 10px 0;
		box-sizing: border-box;
		margin: 7px 0;
		background: #f9f9f9;
		min-height: 160px;
	}
	
	#region-blocks_servizi_hp ul li:hover
	{
		background: #f0f0f0;
	}
	
	#region-blocks_servizi_hp ul li:last-child
	{
		width: 100%;
	}
	
	#region-blocks_servizi_hp ul li:last-child h2
	{
		width: auto;
	}
	
	#region-blocks_servizi_hp ul li .container-li
	{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	#region-blocks_servizi_hp ul li .block-img
	{
		border-radius: 100%;
		background: #fff;
		height: 70px;
		width: 70px;
	}
	
	#region-blocks_servizi_hp ul li .block-img img
	{
		margin: 10px auto;
		width: 50px;
		height: 50px;
	}
	
	#region-blocks_servizi_hp ul li .block-txt
	{
		margin: 10px 0 0 0;
	}
	
	#region-blocks_servizi_hp ul li a
	{
		text-align: center;
		text-transform: inherit;
		background: none;
		text-decoration: none;
		color: #505050;
		margin: 0px;
		display: flex;
		align-items: center;
		padding: 0 10px;
		justify-content: center;
	}
	
	#region-blocks_servizi_hp ul li a h2
	{
		text-align: center;
		text-transform: inherit;
		background: none;
		text-decoration: none;
		color: #505050;
		margin: 0px;
		display: block;
		font-size: 12pt;
		line-height: 14pt;
		word-wrap: break-word;
		width: 130px;
		padding: 10px 0 0 0;
	}
	
	#sidebar #region-blocks_servizi_hp ul li a h2
	{
		width: 100%;
	}
	
	/* blocco articolo in evidenza HP */
	
	#region-blocks_articolo_evidenza_hp,
	#region-blocks_articolo_evidenza_hp_2
	{
		background: transparent;
		padding: 0;
		margin: 15px auto 0;
	}
	
	#region-blocks_articolo_evidenza_hp ul li,
	#region-blocks_articolo_evidenza_hp_2 ul li
	{
		width: 100%;
	}
	
	#region-blocks_articolo_evidenza_hp .block,
	#region-blocks_articolo_evidenza_hp_2 .block
	{
		background: transparent;
		width: 100%;
		margin: 0 auto;
	}
	
	#region-blocks_articolo_evidenza_hp ul,
	#region-blocks_articolo_evidenza_hp_2 ul
	{
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
	}
	
	#region-blocks_articolo_evidenza_hp .container-li,
	#region-blocks_articolo_evidenza_hp_2 .container-li
	{
		display: flex;
		flex-direction: column;
	}
	
	#region-blocks_articolo_evidenza_hp h2,
	#region-blocks_articolo_evidenza_hp_2 h2
	{
		background: transparent;
		color: #505050;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text,
	#region-blocks_articolo_evidenza_hp_2 .block-text
	{
		display: flex;
		flex-direction: column;
		padding: 0%;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text div,
	#region-blocks_articolo_evidenza_hp_2 .block-text div
	{
		box-sizing: border-box;
		text-align: justify;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text .btn,
	#region-blocks_articolo_evidenza_hp_2 .block-text .btn
	{
		margin-top: 20px;
		background: #4392b1;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text .btn:hover,
	#region-blocks_articolo_evidenza_hp_2 .block-text .btn:hover
	{
		background: #aec90b;
		color: #ffffff !important;
	}
	
	#region-blocks_articolo_evidenza_hp .block-img img,
	#region-blocks_articolo_evidenza_hp_2 .block-img img
	{
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: 50% 50%;
	}
	
	#region-blocks_articolo_evidenza_hp a,
	#region-blocks_articolo_evidenza_hp_2 a
	{
		text-decoration: none;
	}
	
	#region-blocks_articolo_evidenza_hp h2,
	#region-blocks_articolo_evidenza_hp_2 h2
	{
		text-transform: inherit;
		font-size: 24pt;
		margin: 20px 0;
		padding: 0;
		line-height: 26pt;
		text-align: center;
	}
	
	/* blocco news HP */
	
	#region-blocks_news
	{
		width: 100%;
		padding: 0;
		margin: 50px auto;
	}
	
	#region-blocks_news .block
	{
		background: transparent;
		margin: 0 auto;
		width: 100%;
	}

	#region-blocks_news ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#region-blocks_news ul li
	{
		margin: 30px auto;
	}
	
	#region-blocks_news ul li .container-li
	{
		background: #ffffff;
		height: 450px;
		-webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		display: flex;
		flex-direction: column;
	}
	
	#region-blocks_news ul li .block-img
	{
		height: 200px;
		width: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #f9f9f9;
		background-position: 50% 50%;
		background-size:  40px;
		overflow: hidden;
	}
	
	#region-blocks_news ul li .block-img:hover img
	{
		transform: scale(1.05);
		transition: .3s ease-in-out;
	}
	
	#region-blocks_news ul li .block-text
	{
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	#region-blocks_news ul li .block-text .link-more
	{
		margin-top: auto;
	}
	
	#region-blocks_news h2
	{
		text-transform: inherit;
		font-size: 24pt;
		padding: 0;
		margin: 0;
		line-height: 34px;
		text-align: left;
		background: transparent;
		color: #505050;
	}
	
	#region-blocks_news h3
	{
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	#region-blocks_news a
	{
		text-decoration: none; 
		color: #aec90b;
	}
	
	#region-blocks_news .block-footer
	{
		display: flex;
		justify-content: space-between;
		font-size: 12pt;
		margin-top: 10px;
	}
	
	#region-blocks_news .btn
	{
		color: #ffffff;
		background: #4392b1;
	}
	
	#region-blocks_news .block-footer span
	{
		display: inline-block;
		background: url(../images/layout/ico-comment.png) no-repeat;
		background-position: 50% 2px;
		background-size: 20px;
		text-align: center;
		width: 20px;
		color: #ffffff;
		font-size: 10pt;
		position: relative;
		top: -1px;
		letter-spacing: -0.08em;
	}
	
	.slick-slider
	{
    margin: 0 -15px !important;
	}
	
	.slick-slide
	{
		margin-right:15px;
		margin-left:15px;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		right: 50px;
		top: -30px;
		width: 30px;
		height: 30px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-left.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: 30px;
	}
	
	.slick-next.slick-arrow
	{
		position: absolute;
		right: 10px;
		top: -30px;
		width: 30px;
		height: 30px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-right.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: 30px;
	}
	
	/* blocco newsletter HP */
	
	#wrapper.homepage .newsletter-box
	{
		width: 100vw;
		background: url(../images/layout/bg-newsletter-img.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 0px;
		padding: 5%;
		z-index: 0;
		position: relative;
		box-sizing: border-box;
		left: calc(-5% - 2px);
	}
	
	#wrapper.homepage .newsletter-box:after
	{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	#wrapper.homepage .newsletter-box p
	{
		margin: 0;
	}
	
	#wrapper.homepage .newsletter-box .block-int
	{
		width: 100%;
		margin: auto;
		text-align: center;
		background: transparent;
		display: flex;
		justify-content: flex-end;
		padding: 0;
	}
	
	#wrapper.homepage .newsletter-box h2
	{
		margin: 0 auto 20px;
		text-align: center;
		text-transform: inherit;
		font-size: 24pt;
		color: #ffffff;
		padding: 0;
		line-height: 26pt;
		background: transparent;
	}
	
	#wrapper.homepage .newsletter-box form
	{
		margin: 0;
		padding: 0;
		background: transparent;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	#wrapper.homepage .newsletter-box form .btn
	{
		margin: 20px 0;
		width: 100%;
		padding: 10px 15px;
	}
	
	#wrapper.homepage .newsletter-box form .newsletter-field, #wrapper.homepage .newsletter-box form input[type="text"], #wrapper.homepage .newsletter-box form input[type="email"]
	{
		width: 100%;
		margin: 20px 0 0 0;
		border: 0;
		font-size: 12pt;
		padding: 10px;
		background: rgba(255,255,255,0.5)
	}
	
	#wrapper.homepage .newsletter-box form .newsletter-field:focus, #wrapper.homepage .newsletter-box form input[type="text"]:focus, #wrapper.homepage .newsletter-box form input[type="email"]:focus
	{
		background: rgba(255,255,255,1)
	}
	
	#wrapper.homepage .newsletter-box .message.message-error
	{
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	#wrapper.homepage .newsletter-box .form-field.small
	{
		margin-top: 10px;
		text-align: center;
	}
	
	#wrapper.homepage .newsletter-form-box p
	{
		display: flex;
		flex-direction: column;
		position: relative;
	}
	
	#wrapper.homepage .newsletter-box form label
	{
		width: auto;
		font-weight: normal;
		color: #ffffff;
		padding: 0;
		margin: 0;
		line-height: 18px;
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]
	{
		border: 1px solid transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 2px;
		width: 14px;
		height: 14px;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		background: rgba(255,255,255,0.5);
		outline: none;
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]:checked
	{
		background: rgba(255,255,255,1);
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #aec90b;
		position: relative;
		top: 0px;
		left: -1px;
		margin: 0px 5px 0px 0px;
		outline: none;
		font-size: 18px;
		line-height: 14px;
	}
	
	#wrapper.homepage .newsletter-box .form-field-error {
		
		position: absolute;
		top: 28px;
		right: 10px;
	}
	
	#wrapper.homepage .newsletter-description
    {
		font-size: 16px;
		padding: 0;
		display: block;
		color: #ffffff;
    }
	
	/* blocco collaborazioni HP */
		
	#region-blocks_collaborazioni
	{
		margin: 40px 0px;
	}
	
	#region-blocks_collaborazioni .block
	{
		background: transparent;
		margin: 0;
	}
	
	#region-blocks_collaborazioni ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#region-blocks_collaborazioni ul li
	{
		padding: 20px 0 0 0;
		text-align: center;
		width: 100%;
		color: #505050;
		margin: 0px auto;
		border-top: 1px solid #ddd;
	}
	
	#region-blocks_collaborazioni a
	{
		text-decoration: none;
	}
	
	#region-blocks_collaborazioni h2
	{
		text-transform: inherit;
		text-align: center;
		font-size: 24pt;
		color: #505050;
		margin: 0 auto 20px;
		line-height: 26pt;
		background: transparent;
	}
	
	#region-blocks_collaborazioni .block-img img
	{
		width: 150px;
		height: auto;
		margin: 0 auto 20px;
	}
	
	#region-blocks_collaborazioni h3
	{
		font-weight: normal;
		padding: 0 50px;
		font-size: 14pt;
		line-height: 16pt;
		text-align: center;
	}
	
	/* blocco banner dona HP */
	
	#region-blocks_banner_dona
	{
		width: 100vw;
		position: relative;
		background: #4392b1;
		padding: 0;
		left: calc(-5% - 2px);
	}
	
	#region-blocks_banner_dona .block
	{
		width: 90%;
		margin: auto;
		background: transparent;
		color: #ffffff;
	}
	
	#region-blocks_banner_dona ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#region-blocks_banner_dona ul li
	{
		padding: 3%;
		margin: 20px 0 0 0;
		background: url(../images/layout/bollo-dona-banner-mobile.png) no-repeat;
		background-position: 50% 95%;
		background-size: 200px;
		display: inline-block;
	}
	
	#region-blocks_banner_dona ul li.no-bg
	{
		background-image: none !important;
	}
	
	#region-blocks_banner_dona ul li .container-li
	{
		display: flex;
		flex-direction: column-reverse;
	}
	
	#region-blocks_banner_dona .block-img
	{
		min-height: 250px;
	}
	
	#region-blocks_banner_dona .block-img img
	{
		max-height: 250px !important;
		width: auto !important;
	}
	
	#region-blocks_banner_dona h2
	{
		text-transform: inherit;
		background: transparent;
		font-size: 24pt;
		color: #ffffff;
		margin: 0 0 30px 0;
		padding: 0;
		line-height: 26pt;
		text-align: center;
	}
	
	#region-blocks_banner_dona h2 b
	{
		color: #aec90b;
	}
	
	#region-blocks_banner_dona .block-text
	{
		font-size: 12pt;
	}
	
	#region-blocks_banner_dona .txt-evidence
	{
		padding: 10px 15px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.2);
		margin: 20px 0 0 0;
		display: inline-block;
		font-size: 12pt;
		width: 100%;
		text-align: center;
	}
	
	#region-blocks_banner_dona .txt-evidence:hover
	{
		padding: 10px 15px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.9);
		color: #505050;
	}
	
	#region-blocks_banner_dona .txt-evidence span
	{
		color: #aec90b;
	}
	
	#sidebar #region-blocks_banner_dona
	{
		margin-bottom: calc(-5% - 2px) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100vw !important;
		left: calc(-5% - 2px) !important;
	}
	
	#sidebar #region-blocks_banner_dona .block
	{
		width: 100% !important;
	}
	
	#sidebar #region-blocks_banner_dona ul li
	{
		background: url(../images/layout/bollo-dona-banner-mobile.png) no-repeat !important;
		background-position: 50% 0% !important;
		background-size: 150px !important;
		padding: 0 20px !important;
		margin: 20px 0 0 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona ul li .container-li
	{
		flex-direction: column;
	}
	
	#sidebar #region-blocks_banner_dona .block-img
	{
		min-width: 100% !important;
		min-height: 170px !important;
	}
	
	#sidebar #region-blocks_banner_dona .block-img img
	{
		max-width: 200px !important;
		height: auto !important;
		margin: auto !important;
	}
	
	#sidebar #region-blocks_banner_dona h2
	{
		font-size: 20px !important;
		line-height: 26px !important;
		text-align: center !important;
		margin: 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona .block-text p:not(.txt-evidence)
	{
		display: none !important;
	}
	
	#sidebar #region-blocks_banner_dona .txt-evidence
	{
		text-align: center;
		background: rgba(255,255,255,0.2) !important;
		margin: 20px 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona .txt-evidence:hover
	{

		background: rgba(255,255,255,0.9) !important;
		color: #505050 !important;
	}
	
	/* preheader sito */
	
	#pre-header
	{
		background: #aec90b;
		height: 50px;
		display: flex;
		align-items: center;
	}
	
	#pre-header .box-960
	{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	#pre-header .box-960 p:first-child
	{
		display: none;
	}
	
	#pre-header .box-960 p
	{
		padding: 0 5%;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	#pre-header .box-960 p a
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	#pre-header .box-960 p a[href*="mailto:"]:before
	{
		/*content: "";
		display: inline-block;
		width: 25px;
		height: 20px;
		background: url(../images/layout/ico-mail.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;*/
	}
	
	#pre-header .box-960 p a[href*="tel:"]:before
	{
		content: "";
		display: inline-block;
		width: 25px;
		height: 20px;
		background: url(../images/layout/ico-tel.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
	}
	
	/* orari nel footer */
	
	.footer-center
	{
		width: 90%;
		margin: auto;
	}
	
	.footer-center ul
	{
		margin: 20px 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
	}
	
	.footer-center ul li
	{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #aec90b;
		padding: 2px 0;
	}
	
	.footer-center ul li:hover
	{
		color: #ffffff;
	}
	
	.footer-center ul li span:before
	{
		content: "";
		border-radius: 100%;
		width: 5px;
		height: 5px;
		background: #aec90b;
		display: inline-block;
		position: relative;
		left: -5px;
		top: -2px;
	}
	
	.footer-center ul li span.closed:before
	{
		content: "";
		border-radius: 100%;
		width: 5px;
		height: 5px;
		background: #dd2727;
		display: inline-block;
		position: relative;
		left: -5px;
		top: -2px;
	}
	
	.footer-center ul li:last-child
	{
		border-bottom: 0px;
	}
	
	/* banner chatta con noi */
	
	.banner-whatsapp
	{
		text-decoration: none;
		color: #ffffff;
		background: url(../images/layout/ico-whatsapp-white.png) no-repeat, #aec90b;
		background-position: 15px 50%;
		background-size: 30px;
		padding: 15px 5px 15px 35px;
		display: block;
		width: 150px;
		min-width: 150px;
		margin: 20px auto 0;
		text-align: center;
	}
	
	.banner-whatsapp b
	{
		display: block;
		font-size: 12pt;
		line-height: 14px;
	}
	
	.banner-whatsapp span
	{
		display: none;
	}
	
	#sidebar .coldx-contact-form-box
	{
		background: url(../images/layout/bg-contatti.jpg) no-repeat;
		background-size: cover;
		background-position: 80% 70%;
	}
	
	#sidebar .coldx-contact-form-box .block
	{
		background: rgba(0,0,0,0.3)
	}
	
	#sidebar .coldx-contact-form-box h2, #sidebar .coldx-contact-form-box p:not(.scroll-box)
	{
		color: #ffffff;
		background: transparent;
	}
	
	#sidebar form#sidebar-form .privacy-container label
	{
		width: auto;
		padding: 0px;
		margin: 0 0 0 5px;
		font-weight: normal;
		line-height: 16px;
	}
	
	#sidebar form#sidebar-form input[type="checkbox"]
	{
		margin: 0;
	}
	
	#sidebar .form-field.privacy label
	{
		width: 100%;
	}
	
	.time-box
	{
		margin-bottom: 20px;
		background: #f0f0f0;
		display: table;
		padding: 10px 20px;
		border-radius: 99px;
		font-size: 11pt;
	}
	
	.time-box strong:before
	{
		content: "";
		background: url(../images/layout/ico-time-green.png) no-repeat;
		background-size: 18px;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 4px;
		left: -5px;
	}
	
	.btn.staff, .btn.sedi
	{
		display: none;
	}
	
	/* personalizzazione pagina staff e sedi */
	
	 body.content-32 ul.content-list
	{
		display: grid !important;
		grid-template-columns: repeat(auto-fill, 100%);
	}
	
	body.content-32 ul.content-list li
	{
		margin: 0 0 20px 0;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px solid #e0e0e0;
		position: relative;
		overflow: hidden;
	}
	
	body.content-32 ul.content-list li:hover .staff-text
	{
		bottom: 0px;
		transition: all .5s ease-in-out;
	}
	
	body.content-32 ul.content-list li .staff-text
	{
		position: absolute;
		width: 100%;
		bottom: -350px;
		left: 0;
		background: #333;
		font-size: 15px;
		text-align: left;
		padding: 10px 15px;
		box-sizing: border-box;
		color: #fff;
		height: auto;
		display: block !important;
		line-height: 24px;
		transition: all .5s ease-in-out;
	}
	
	body.content-32 ul.content-list li:hover
	{
		box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
	}
	
	body.content-32 .content-list-table
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}
    
	body.content-32 .content-list-text-td,
    body.content-32 .content-list-title,
    body.content-32 .content-list-text
    {
        text-align: center;
    }
    
	body.content-32 .content-list-img-td
    {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto !important;
        width: 100%;
    }
	
	
	body.content-32 .content-list-img-td img
	{
		width: 150px;
		height: 150px;
		padding: 0px;
		border-radius: 100%;
		object-fit: cover;
		object-position: 0% 50%;
		transform: scale(1);
		transition: all .5s ease-in-out;
	}

	
	body.content-32 .content-list-title
	{
		margin-bottom: 0px;
	}
	
	
	body.content-32 .content-list-img-td a
    {
		width: 150px;
		height: 150px;
        overflow: hidden;
        border-radius: 100%;
        border: 1px solid #e0e0e0;
	}
	
	body.content-32 ul.content-list li:hover .content-list-img-td a img
	{
		transform: scale(1.1);
		transition: all .5s ease-in-out;
	}
	
	body.content-32 .btn.staff
	{
		display: inline-block !important;
		margin: 20px 0;
		text-align: center;
		background: transparent;
		color: #aec90b !important;
		padding: 0 !important;
		text-decoration: underline;
		font-size: 14px;
		text-wrap: balance;
	}
	
	body.content-36 .content-list-img-td img
	{
		width: 110px;
		height: 110px;
		padding: 0px;
		border-radius: 100%;
		object-fit: cover;
		object-position: 0% 50%;
	}
	
	body.content-36 .content-list-title
	{
		margin-bottom: 10px;
	}
	
	body.content-36 .content-list-img-td a
	{
		width: 110px;
		height: 110px;
	}
	
	body.content-36 .content-list-img-td
	{
		width: auto;
		margin-right: 30px;
		padding: 0;
	}
	
	body.content-36 .btn.sedi
	{
		display: inline-block !important;
		margin: 20px 0 0 0;
	}
	
	body.content-32 .content-list-infos,
	body.content-32 .btn.sedi,
	body.content-36 .btn.staff
	{
		display: none !important;
	}
	
	.abstract
	{
		color: #4392b1;
	}
}

/* layout da 768px in poi */
@media (min-width: 980px)
{
    .mobile
    {
        display: none;
    }
	
	a:not(.menu)
	{
		transition: all 0.3s ease;
	}
	
	#cookie-bar
	{
		background: rgba(0,0,0,0.8)  !important;
		position: fixed !important;
		height: 100% !important;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#cookie-bar p
	{
		width: 40%;
		max-width: 650px;
		min-width: 550px;
		margin: auto;
		background: #fff;
		height: 350px;
		padding: 30px 60px 10px 60px;
		color: #000;
		text-align: center;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-top: 15px solid #184360;
		border-image-source: linear-gradient(to left, #aec90b 0%, #a0d9f7 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo-header.png) no-repeat 50% 50%;
		height: 99px;
		width: 200px;
		background-size: 200px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#cookie-bar p b
	{
		font-family: 'Red Hat Display';
		width: 100%;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #aec90b!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 40px;
		border-radius: 0;
	}
	
	#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
	{
		background: #000!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 40px;
		border-radius: 0;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.8;
		border-radius: 0;
	}
	
	body.content-18 #cookie-bar
	{
		display: none !important;
	}
    
    /* RESET 
    ---------------------------------- */
    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, 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;
      font-size: 100%;
      vertical-align: baseline;
	  scroll-behavior: smooth;
	  }

    ins {
      background-color: #ffff99;
      color: black;
      text-decoration: none; }

    mark {
      background-color: #ffff99;
      color: black;
      font-style: italic;
      font-weight: bold; }

    del {
      text-decoration: line-through; }

    abbr[title], dfn[title] {
      border-bottom: 1px dotted;
      cursor: help; }

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

    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #cccccc;
      margin: 1em 0;
      padding: 0; }

    input, select {
      vertical-align: middle;
    }

    /* COLORI
    ---------------------------------- */

    /*
    - Grigio scuro #505050 (testo)
    - Grigio chiaro #b2b8b2
    - Verde acido #aec90b
    - Azzurro #a0d9f7 (link)
    - Azzurro scuro #4392b1 (link)
	- Arancio #f6a841
    */


    /* BASE
    ----------------------------------*/
    body {
        color: #505050;
        font-family: 'Red Hat Display',Verdana,sans-serif;
        font-size: 16px;
        line-height: 1.5em;
		overflow-x: hidden;
    }


    /* TIPOGRAFIA
    ---------------------------------- */

    h1, h2, h3, h4, h5, h6
    {
        margin: 0px;
        line-height: 1.5em; 
    }

    h1 
    {
        font-size: 30px;
    }

    h2 
    {
        font-size: 24px;
    }

    h3 
    {
        font-size: 18px;
    }

    h4 
    {
        font-size: 16px;
    }

    h5, h6 
    {
        font-size: 14px;
    }

    h6 
    {
        color: #676767;
        text-transform: uppercase;
    }

    p 
    {
        margin: 0 0 9px;
            line-height: 1.5em;    
    }

    small 
    {
        color: #999999;
        font-size: 13px;
    }

    blockquote
    {
        border-left: 5px solid #b2b8b2;
        margin: 0 0 18px;
        padding: 0 0 0 15px;
    }

    .blockquote-right
    {
        border-left: 0 none;
        border-right: 5px solid #EEEEEE;
        float: right;
        padding-left: 0;
        padding-right: 15px;
    }

    ul, ol {
        margin: 0px 0px 10px 30px;
        padding: 0;
    }

    ul.unstyled, ol.unstyled {
        list-style: none outside none;
        margin-left: 0px;
    }

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        font-size: 14px;
    }

    h1 small
    {
        font-size: 18px;
    }

    p.lead
    {
        font-size: 20px;
        font-weight: 200;
        line-height: 27px;
        margin-bottom: 18px;
    }


    .ag-left
    {
        text-align: left;
    }

    .ag-right
    {
        text-align: right;
    }

    .ag-center
    {
        text-align: center;
    }

    .indented-element, .sortable-contents .indented-element
    {
            padding-left: 25px;
    }

    .disabled-element
    {
            color: #999999;
    }

    .li-active
    {
            font-weight: bold;
    }

    /* LINKS 
    ---------------------------------- */

    a
    {
        color: #aec90b;
    }

    a:hover
    {
        color: #97ae0b;
        text-decoration: none;
    }


    /* STRUTTURA
    ---------------------------------- */

    #page
    {
        width: 960px;	
        margin: 20px auto;	
        position: relative;
    }
	
	#wrapper.homepage #page
	{
		margin: 0 auto;
	}

    #content
    {
            padding: 0px;
            float: left;
            margin-right: 30px;
            width: 680px;
    }

    #sidebar
    {
            width: 250px;
            float: right;
			padding-top: 20px;
    }

    #header
    {
            margin: 0px;
			background: #f7f5f6;
    }
	
	#header .box-960
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}

    #image-header
    {
            width: 100%;
            height: auto;
    }

    #page-header
    {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #d4d4d4;
    }

    #breadcrumb
    {
            margin-bottom: 20px;
            text-align: left;
    }

    .clearfix
    {
            clear: both;
    }

    .closed-element
    {
            display: none;
    }

    .collapsing-trigger, .collapsing-trigger-loader
    {
            background-color: transparent;
            background-repeat: no-repeat;
            background-position:  0px 50%;
            padding-left: 20px;
    }

    .closed-trigger
    {
            background-image: url(../images/icons/chevron-down.png);
    }

    .open-trigger
    {
            background-image: url(../images/icons/chevron-right.png);
    }

    #buttons_top, #language-switcher
    {
            margin-bottom: 20px;
    }

    #language-switcher
    {
            text-align: right;
            width: auto;
            display: inline-block;
            margin: 0px;
    }
    
    .language-switch-box
    {
        float: right;
        margin: 24px 40px 0 0;
    }
    
    #language-switcher a img
    {
        width: 27px;
        height: 18px;
    }

    #language-switcher a
    {
            margin-left: 10px;
            display: inline-block;
    }

    .loading-indication
    {
      background: url(../images/icons/ajax-loader.gif) no-repeat top center;
    }

    #backend-goto
    {
        position: absolute;
		top: 0px;
		left: 420px;
		background-color: #505050;
		padding: 8px 20px;
		z-index: 9999;
    }
    
    #backend-goto.backend-goto-cb
    {
            display:none;
    }

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

    form
    {
        padding-bottom: 20px;
    }

    label, input, select, textarea
    {
        font-size: 13px;
    }
    
    .content-form .btn
    {
        float: right;
		margin-right: 100px !important;
    }
	
	body.content-12 .content-form .btn
	{
		margin-right: 0px !important;
	}

    input, select, textarea, button
    {
        border: 1px solid #CCCCCC;
        padding: 7px;
        width: 100%;
        background-color: #fff;
		font-family: 'Red Hat Display', Trebuchet MS, Helvetica, Verdana, Sans-serif;
		box-sizing: border-box;
    }

    option
    {
        padding: 0px 5px;
    }

    input:focus, textarea:focus, select:focus
    {
		outline: none;
    }

    select, .input-file
    {
        line-height: 13px;
    }

    .input-file
    {
        box-shadow: none;
        width: auto;
    }

    input[type=radio], input[type=checkbox]
    {
        vertical-align: top;
        width: auto;
    }

    label
    {
        display: block;
        padding-bottom: 3px;
        font-weight: bold;
    }

    .lb-inline
    {
        display: inline;
        margin-right: 5px;
    }

    .lb-checkbox, .lb-radio
    {
        font-weight: normal;
    }


    .short-field
    {
        width: 25%;
    }

    .medium-field
    {
        width: 50%;
    }

    .long-field
    {
        width: 75%;
    }

    .verylong-field
    {
            width: 93%;
    }

    .inline-field
    {
        margin-right: 5px;
    }

    .form-field-help
    {
            font-size: 0.9em;
            display: block;
            color: #636262;
    }

    .btn
    {
        border-radius: 0px;
        cursor: pointer;
        padding: 7px 15px;
        outline: medium none;
        text-decoration: none;
        display: inline-block;
        width: auto;
        font-size: 16px;
		background-color: #aec90b;
        color: #ffffff !important;
        border: 0px;
    }

    p.row-actions a.btn
    {
            margin-right: 5px;
    }

    .btn-big
    {
        font-size: 15px;
        padding: 8px;
    }

    .btn-small
    {
        font-size: 0.9em;
    }
	
	.small
	{
		font-size: 13px;
	}

    .form-field
    {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    
    .form-field.little-text
    {
        font-size: 11px;
        font-weight: bold;
    }
    
    .form-submit
    {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .mid-field label
    {
            width: 40%;
            float: left;
            margin-right: 3.5%;
    }

    .mid-field input
    {
            width: 55%;
            float: left;
    }

    .btn-alternate
    {
        background-color: #aec90b;
        color: #fff;
    }

    .btn-secondary
    {
        background-color: #ddd;
        color: #5A554E;
    }

    .btn-delete
    {
        background-color: #CE453E;
        color: #FFFFFF;	
    }

    .btn:active, .btn:hover
    {
        background-color: #4392b1;
        color: #fff;
    }

    .btn:disabled, .btn-disabled, .btn-disabled:hover
    {
        background-color: #a0d9f7;
        opacity: 0.5;
        cursor: default;
    }

    .btn-alternate:active, .btn-alternate:hover
    {
        background-color: #979B1A;
        color: #505050;
    }

    .btn-secondary:active, .btn-secondary:hover
    {
        background-color: #E5E5E5;
        color: #5A554E;
    }

    input.error-field, select.error-field, textarea.error-field
    {
        border-color: #D01616;
    }

    .field-privacybox, .scroll-box
    {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        height: 70px;
        margin: 0 0 20px 0;
        overflow-y: scroll;
		overflow-x: hidden;
        padding: 10px;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 14px;
    }
    
    .rc-label {
        width: 100%!important;
    }

    .field-captcha-image {
        margin: 0 10px 0 0;
        float: left;
    }
    
    .contact-form-captcha
    {
            width: 90px;
    }
    

    /* MESSAGGI
    ---------------------------------- */
    .message 
    {
        margin: 10px auto 30px;
        padding: 10px;
    }

    .message-error 
    {
        background-color: #CE453E;
        color: #FFFFFF;
    }

    .message-ok 
    {
        background-color: #aec90b;
		color: #fff;
    }

    .message-alert
    {
        background-color: #F2D268;
		color: #fff;
    }

    .form-field-error
    {
        color: #CE453E;
        display: block;
        font-size: 12px;
    }
	
		
	.content-form .form-field-error
    {
		color: #ffffff;
		float: right;
		background: #CE453E;
		padding: 0 10px;
		position: relative;
		top: -15px;
    }
	
	.content-form .form-field-error:before
	{
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		left: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #CE453E;
	}
	
	.content-form input[type="checkbox"]
	{
		border: 0.13rem solid #fff !important;
	}
	
	.content-form input[type="checkbox"]:checked
	{
		border: 0 !important;
	}

    /* TABELLE
    ---------------------------------- */


    table
    {
        background-color: transparent;
        border-spacing: 0;
        max-width: 100%;
        font-size: 1em;
        width: 100%;
    }

    th, td
    {
        border-top: 1px solid #ddd;
        line-height: 18px;
        padding: 10px 8px;
        text-align: left;
        vertical-align: top;
    }

    th
    {
        font-weight: bold;
        background-color: #aec90b;
    }

    th .btn
    {
        font-weight: normal;
    }

    thead th {
        vertical-align: middle;
    }

    .table
    {
        margin: 20px 0px;
    }

    .table-bordered-outside
    {
        border: 1px solid #ddd;
    }

    .table-bordered
    {
        border-bottom: 1px solid #ddd;
    }

    .table-bordered th, .table-bordered td
    {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .tr-odd
    {
        background-color: #e7e7e7;
    }

    td.td-action, td.td-identifier
    {
        width: 22px;
        text-align: center;
        vertical-align: middle;
    }


    .table-hover tr:hover, .table-admin tr:hover
    {
        background-color: #DFE0CC;
    }

    .table-admin a
    {
        color: #505050;
        text-decoration: none;
    }

    .table-vertical th
    {
        background-color: #e7e7e7;
        text-align: right;
        vertical-align: middle;
        width: 170px;
    }

    th .icon-sort
    {
            margin-right: 5px;
    }

    /* COMPONENTI
    ---------------------------------- */

    /* menu */

    .menu 
    {
            margin: 0px;
            padding: 0px;
    }

    .menu li
    {
            list-style-type: none;
            float: left;
            padding: 0px 8px;
            margin: 0px !important;
    }

    #menu_primary
    {
        margin: 0;
    }
    
    #menu_primary li ul, #menu_primary li ul li ul
    {
        display: none;
    }

    #menu_primary a, #menu_primary .menu-item-active span,
	#menu_cookie a, #menu_cookie .menu-item-active span
    {	
            display: inline-block;
            text-decoration: none;
            padding: 0px;
    }

    #menu_primary a
    {
		color: #505050;
		text-transform: uppercase;
		font-weight: bold;
    }
	
	#footer #menu_primary a, #footer #menu_cookie a
    {
		color: #cccccc;
		text-transform: inherit;
		font-weight: normal;
    }
	
	#footer #menu_primary a:hover, #footer #menu_cookie a:hover
	{
		color: #aec90b;
	}
	
	#footer .li-active
	{
		font-weight: normal;
	}

    #menu_primary a:hover, #menu_primary .menu-item-active span,
	#menu_cookie a:hover, #menu_cookie .menu-item-active span
    {

            color: #aec90b;
    }
	
	
	#menu_primary li ul li a:hover
	{
		color: #4392b1 !important;
	}

    #menu_column
    {
            padding: 0px;
    }

    /* blocchi generici */

    .block, #menu_column .menu-item
    {
            margin-bottom: 20px;
            background-color: #E5E5E5;
    }

    .block-title, .block h2, #menu_column h2
    {
            background-color: #aec90b;
            padding: 10px 15px;
            font-size: 16px;
            margin-bottom: 5px;
            position: relative;
    }

    .block-title a, .block h2 a, #menu_column h2
    {
            color: #505050;
            text-decoration: none;
    }

    .block-int
    {
            padding: 10px 15px;
    }

    .block-simple
    {
            background: none;
    }

    .block-scroll
    {
            height: 150px;
            overflow: auto;
    }

    .categories-menu, .categories-menu ul
    {
            list-style-type: none;
    }

    .categories-menu
    {
            margin: 0px;
    }

    .categories-menu ul
    {
            margin-bottom: 0px;
    }

    .categories-menu a, .categories-menu .li-active
    {
            padding: 3px 7px;
            display: inline-block;
    }

    .categories-menu li
    {
            background-color: #b2b8b2;
    }

    /* contenuti */

    .content-info
    {
        margin: 20px 0;
    }

    .content-social-share 
    {
            margin: 20px 0px;
            padding: 0px;
    }

    .content-social-share  li
    {
            list-style-type: none;
            display: inline-block;
    }

    .content-file, .content-gmap, .content-video, .content-photo, .content-form
    {
            margin: 20px 0;
    }
	
	#wrapper.nosidebar .content-gmap
	{
		width: 100vw;
		margin-left: 50% !important;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-right: 50% !important;
		margin-bottom: -20px;
	}
    
    form
    {
        background: #f5f5f5;
        padding: 20px;
    }
    
    form label
    {
        width: 140px;
        float: left;
        padding: 5px 0 0 0;
        margin: 0 10px 10px 0;
    }
	
	input[type="checkbox"]
	{
		border: 0.13rem solid #666666;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 2px;
		width: 16px;
		height: 16px;
		margin: 1px 5px 3px 0px;
		padding: 0px;
		background: transparent;
		outline: none;
	}
	
	input[type="checkbox"]:checked
	{
		background: rgba(0,0,0,1);
	}
	
	input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #aec90b;
		position: relative;
		top: 1px;
		left: 0px;
		outline: none;
		font-size: 18px;
		line-height: 14px;
	}
	
	#sidebar input[type="checkbox"]:checked:before
	{
		left: -2px;
		top: -1px; 
	}
    
    .short-contact-form-filed
    {
        width: 300px;
    }
    
    .small-contact-form-filed
    {
        width: 150px;
    }

    .content-gallery-title
    {
        padding: 20px 0 10px 0;
        font-weight: bold;
        font-size: 22px;
    }
    
   
    .content-node-children 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .content-node-children li
    {
		border: 5px solid #f1f1f1;
		margin: 0 2% 20px 0;
		padding: 15px;
		width: 22%;
		box-sizing: border-box;
    }
    
    .content-photo-image
    {
        width: 100%;
    }
    
    .content-gallery figcaption, .content-photo figcaption
    {
        display:none;
    }

    .content-file
    {
        margin: 20px 0;
    }

    .content-list
    {
        margin: 20px 0px;
    }
    
    .content-list li {
        list-style-type: none;
        margin: 0px 0px 20px 0px;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #e2e2e2;
    }
	
	.content-list li .content-list-text a
	{
		text-decoration: none;
		color: #505050;
	}
    
    .content-list-table {
        display: flex;
        width: 100%;
       align-items: center;
    }
    
    .content-node-children .node-children-title {
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
        margin: 10px 0 0 0;
        display: block;
    }
    
    .content-node-children .node-children-title {
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
        margin: 10px 0 0 0;
        display: block;
    }
    
    .content-list-img-td {
        display: table-cell;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 90px;
    }
    
    .content-list-img-td a {
        width: 89px;
        height: 89px;
        display: inline-block;
    }
    
    .content-list-img-td img {
        width: 89px;
		height: 89px;
		padding: 0;
		object-fit: cover;
    }
    
    .content-list-text-td {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }
    
    .content-list-infos {
        font-size: 13px;
        color: #b5b5b5;
    }
    
    .content-list-title {
        margin: 0;
    }
    
    .content-list-title a {
        color: #505050;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
    }

    .node-gmap
    {
            width: 100%;
            height: 400px;
    }

    .box-960
    {
            width: 960px;
            margin: auto;
            position: relative;
    }
	
	.node-product .node-product-img-box
	{
		box-sizing: border-box;
		background: #fff;
		border: 15px solid #f9f9f9;
	}

    /* logo header */

    .logo-header
    {
            width: 170px;
            height: 90px;
            background: transparent url(../images/layout/logo-header.png) no-repeat left top;
            display: inline-block;
            float: left;
            margin: 0px;
            background-size: contain;
    }

    /* Header search box */

    .header-search-box
    {
            display: inline-block;
            width: 215px;
            float: right;
            margin: 20px 0;
            background: transparent url(../images/layout/bg-cerca-header.png) no-repeat left top;
    }

    .header-search-box form
    {
            padding: 0px;
            margin: 0px;
    }

    .header-search-box #content-search-key
    {
            border: none;
            box-shadow: none;
            padding: 5px;
            margin: 0px;
            background: transparent;
            width: 175px;
            float: left;
    }

    .btn-header-search
    {
            width: 27px;
            height: 27px;
            cursor: pointer;
            box-shadow: none;
            float: right;
            background: transparent;
    }

    /* social */

    .social
    {
            margin: 20px 0 10px 0;
            padding: 0px;
            list-style-type: none;
            display: inline-block;
    }

    .social li
    {
            display: inline-block;
    }

    /* Newsletter */

    #box-newsletter
    {
            display: block;
            padding: 10px;
            background: #f5f5f5;
    }
    
    #sidebar form
    {
        background: transparent;
        padding: 0px;
    }
	
	#sidebar form#sidebar-form
	{
		padding: 0 20px 20px 20px;
	}
	
	#sidebar form#sidebar-form .privacy-container
	{
		display: flex;
		align-items: start;
	}
	
	#sidebar .coldx-contact-form-box
	{
		background: url(../images/layout/bg-contatti.jpg) no-repeat;
		background-size: auto;
		background-position: 80% 70%;
	}
	
	#sidebar .coldx-contact-form-box .block
	{
		background: rgba(0,0,0,0.3);
	}
	
	#sidebar .coldx-contact-form-box h2, #sidebar .coldx-contact-form-box p:not(.scroll-box)
	{
		color: #ffffff;
	}
	
	#sidebar form#sidebar-form .privacy-container label
	{
		width: auto;
		padding: 0px;
		margin: 0 0 0 5px;
		font-weight: normal;
		line-height: 16px;
	}
	
	#sidebar form#sidebar-form input[type="checkbox"]
	{
		margin: 0;
		border: 0.13rem solid #fff;
	}
	
	#sidebar form .form-field-error
	{
		color: #ffffff !important;
		background: #ce453e;
		padding: 2px 5px;
		text-align: center;
		margin-top: -1px;
		line-height: 14px;
	}
	
	#sidebar .form-field.privacy label
	{
		width: 100%;
	}
	
	.form-field.last-field.small
	{
		margin-top: 10px;
	}

    .newsletter-title
    {
            font-size: 14px;
            color: #3a3a3a;
            font-weight: bold;
            display: block;
            padding: 0 0 10px 0;
    }

    .newsletter-description
    {
            font-size: 13px;
            line-height: 14px;
            padding: 0 0 10px 0;
            display: block;
    }

    .newsletter-field
    {
            width: 60%;
			margin-right: 15px;
    }
    
    .left-column-search-field
    {
        width: 60%;
		margin-right: 10px;
    }

    #box-newsletter form
    {
            padding: 0px;
            margin: 0px;
    }

    /* Footer */

    #footer
    {
            background-color: #4a4a4a;
            padding: 0;
            margin: 0;
			color: #cccccc;
    }
	
	#footer h3
	{
		margin-bottom: 10px;
	}
    
    .footer-container
    {     
        padding: 20px 0 0 0;
    }
	
	.footer-container .box-960
	{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	.footer-credentials .box-960
	{
		flex-direction: row;
	}

	#footermenu ul,
	#footermenu-cookie ul
	{
		display: flex !important;
		flex-direction: column;
	}
	
	.footer-left
    {
            text-align: right;
    }

    .footer-right
    {
            display: flex;
    }
	
    .footer-credentials
    {
            background: #595959;
            color: #cccccc;
            font-size: 13px;
            padding: 5px 0;
    }

    .footer-credentials p
    {
            margin: 0px;
    }

    .logo-footer
    {
            width: 200px;
            height: 99px;
            display: inline-block;
            background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
            padding: 0;
            background-size: cover;
			margin-bottom: 20px;
    }

    .footer-adress-box
    {
       display: table-cell;
       vertical-align: top;
       text-align: right;
       font-size: 13px;
    }
    
    .footer-social
    {
		display: flex;
		align-items: center;
		text-align: right;
		padding: 0;
		justify-content: flex-end;
    }

    /* Menu footer */
	
	#footermenu
	{
		margin-right: 50px;
	}

    #footer #menu_primary,
	#footer #menu_cookie
    {
            margin: 0px;
            padding: 0px;
            width: auto;
            display: inline-block;
    }

    #footer #menu_primary_container .box-960
    {
            width: auto;

    }
    
    .footer-informations-table
    {
        display: table;
        width: 100%;
        margin: 10px 0;
    }

    #footer #menu_primary_container
    {
            width: auto;
            background: transparent;
            text-align: right;
    }

    #footer #menu_primary li,
	#footer #menu_cookie li
    {
            padding: 0;
            font-size: 13px;
			text-align: left;
    }

    #footer #menu_primary a, #menu_primary .menu-item-active span,
	#footer #menu_cookie a, #menu_cookie .menu-item-active span
    {
            padding: 0px;
    }

    /* paginazione */

    .pagination
    {
        text-align: center;
        margin-top: 10px;
    }

    .pagination ul
    {
        margin: 0px;
    }

    .pagination li
    {
        display: inline-block;
        list-style-type: none;
        padding-right: 5px;
    }

    .pagination a
    {
        padding: 4px 8px;
        text-decoration: none;
        border: 1px solid #ddd;
    }

    li.pagination-active
    {
        padding: 4px 10px; 
        font-weight: bold;   
    }

    .pagination-pager
    {
            width: 20%;
            text-align: right;
            float: right;
    }

    .pagination-links
    {
            width: 80%;
            text-align: center;
            float: left;
    }

    /* help */

    .ui-tooltip 
    {
            padding: 10px;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1em;
        color: #505050;
        font-family: 'Red Hat Display', Verdana, sans-serif;
        background: #F2D268;
        border: 1px solid #EAC556;	
        border-radius: 0px;
    }

    body .ui-tooltip {
            border-width: 1px;
    }

    .spacer
    {
            text-align: center;
            border-top: 1px solid #b2b4b3;
    }

    .spacer-text
    {
            display: inline-block;
            position: relative;
            top: -15px;
            padding: 5px 10px;
            background-color: #fff;
            font-size: 11px;
    }

        /* blocchi generici */

    .block-title, .block h2, #menu_column h2, .comments-title
    {
        background: transparent;
        font-size: 20px;
        line-height: 24px;
        color: #505050;
        margin: 0 0 10px 0;
    }
    
    .comments-title
    {
		background: #4392b1;
		padding: 10px 15px;
		color: #fff;
		margin: 20px 0;
    }
    
    /* commenti */

    .content-comment-box {
        margin: 20px 0;
    }
    
  
    
    .commentbox
    {
		border-bottom: 1px solid #ddd;
		margin: 10px 0;
		padding: 0px 0 15px 50px;
		background: url(../images/layout/img-comment-user.png) no-repeat;
		background-size: 40px 40px;
		text-align: left;
		font-size: 14px;
		
    }
    
    #content_comments_add label
    {
		color: #4392b1;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		padding: 0 0 10px 0;
    }
    
    .comment-user-name
    {
		font-weight: 600;
		color: #4392b1;
		font-size: 16px;
    }
    
    #add_content_comment_form label[for="comment"] {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px;
        line-height: 16px;
    }
    
    .commentbox-title
    {
        border-top: 1px solid #d2d2d2;
        background-color: #f9f9f9;
        padding: 10px;        
    }
    
    .commentbox-body
    {
        margin: 5px 0 0 20px;
        padding: 10px 10px 10px 36px;
        text-align: left;
        font-size: 13px;
        border: 1px solid #e6e5e5;
        background: transparent url(../images/layout/replay-title-img.png) no-repeat 8px 11px;
        background-size: 20px;
    }
    
    .content-img-list
    {
		width: 23.5%;
		display: inline-block;
		float: left;
		margin: 0 2% 2% 0;        
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
    }
    
     .content-img-list:nth-child(3n+3)
     {
         margin: 0 0 2% 0;
     }    
    
    .filenode-thumb
    {
        display: table-cell;
    }
       
    .filenode-title
    {
        display: table-cell;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }   
    
    .content-node-children
   {
        margin: 20px 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
   }
   
   .content-node-children.grid
   {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 10px;
	}
	
	.content-node-children.grid li
	{
		box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.5);
		border: 0px;
	}
	
	.content-node-children.grid .node-children-title
	{
		color: #505050;
		font-size: 18px;
		margin: 20px 0;
		line-height: 22px;
	}
	
	.content-node-children.grid li
	{
		display: flex;
		flex-direction: column;
	}
	
	.content-node-children.grid li .btn
	{
		margin-top: auto;
		text-align: center;
		background: #f0f0f0;
		color: #505050 !important;
	}
	
	.content-node-children.grid li .btn:hover,
	.content-node-children.grid li:hover .btn
	{
		background: #f6a841 !important;
		color: #fff !important;
	}
   
   .content-node-children.list-photo.grid li
   {
        width: 30%;
        margin: 0 2% 2% 0;
        text-align: center;
        background: #fff;
        position: relative;
   }
   
   .content-node-children.list-photo.grid li img
   {
        max-width: 100%;
		width: 100%;
		height: auto;
		max-height: 120px;
		margin: 0px auto 10px;
		object-fit: cover;
		object-position: 50% 0%;
   }
   
    .children-photo-list-no-img 
    {
        margin-top: 20px;
        width: 160px!important;
    }
   
    .content-node-children .node-children-title
    {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        margin: 10px 0;
        display: block;
    }
	
	.node-children-abstract
	{
		text-align: left;
		margin-bottom: 10px;
	}
    
    .content-node-children .thumb-image 
    {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
    }
	
	
	.content-node-children.grid .thumb-image
	{
		background: #f4f4f4;
		margin: -15px -15px 0 -15px;
		width: 210px;
	}
	
	.content-node-children.grid li:hover .thumb-image
    {
        background: #f6a841;
    }
	
	.content-node-children.list-photo.grid .thumb-image
	{
		background: #f4f4f4;
		margin: 0;
		width: 100%;
	}
	
	.content-node-children .thumb-image img {
		width: 100%;
		height: 140px;
		object-fit: contain;
		object-position: 50%;
		margin: 0;
		mix-blend-mode: multiply;
	}
    
    .content-node-children a
    {
        text-decoration: none;
		display: block;
		color: #505050;
    }
	
	.content-node-children.list-photo.grid .node-children-list-txt .list-title
	{
		font-weight: bold;
	}
	
    .content-gallery-images
    {
        float: left;
        margin: 0 7px 7px 0;
    }
    
    .content-gallery-images img
    {
        width: 99.5%;
        height: auto;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
    }    
   
	
	#submenu-box.block
	{
		background: transparent;
	}
	
	#submenu-box.block h2
	{
		padding: 10px 0px;
	}
	
	#submenu-box.block .block-int
	{
		padding: 0;
	}
    
    #submenu-box ul 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
	
	#submenu-box ul li > ul
	{
		margin-left: 20px;
	}
    
    #submenu-box ul li a 
    {
        padding: 10px 0;
        text-align: left;
        text-decoration: none;
        display: block;
		color: #505050;
		border-top: 1px solid #d1d1d1;
    }
    
    #submenu-box .span-li-active 
    {
        padding: 10px 0;
        color: #4392b1;
        font-weight: 400;
		display: block;
		border-top: 1px solid #d1d1d1;
    }
    
    #submenu-box ul li ul li .span-li-active 
    {
        padding: 10px 0;
        color: #4392b1;
        font-weight: normal;
        font-size: 16px;
		border-top: 1px solid #d1d1d1;
    }
    
    #submenu-box ul li ul li a 
    {
        font-size: 16px;
        color: #505050;
        font-weight: normal;
		padding: 10px 0;
		border-top: 1px solid #d1d1d1;
    }
    
    #menu_primary li ul 
    {
        background-color: #ffffff;
        top: 90px!important;
        width: 200px!important;
        display: none;
		-webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		padding: 5px 0px;
    }
	
	#header #menu_primary li ul.menu-2:before
	{
		content: "";
		display: block;
		position: absolute;
		top: -15px;
		left: 15px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
	}
    
    #menu_primary li ul li 
    {
        padding: 0!important;
        background: none;
        display: inline-block;
        float: left;
        width: 100%!important;
        left: 0px!important;
    }
    
    #menu_primary li ul li ul
    {
        margin: 0;
        left: 201px!important;
        top: -5px!important;
        background-color: #ffffff;
		padding: 0;
    }
    
    #menu_primary li ul li a
    {
		text-transform: initial;
		float: none;
		display: inline-block;
		padding: 10px 15px 10px 0 !important;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		white-space: initial;
		width: 155px;
		border-bottom: 1px solid #aec90b;
		margin-left: 15px;
    }
	

	
	#menu_primary li ul li ul li a
	{
		margin-left: 15px;
		padding: 15px 0 !important;
		border-bottom: 1px solid #aec90b !important;
	}
	
	#menu_primary li ul li ul li:last-child a
	
	{
		border-bottom: none !important;
	}
	
	#menu_primary li ul li:last-child a
	{
		border-bottom: none;
	}
    
    .logo-2open-credentials
    {
        display: inline-block;
        width: 49px;
        height: 10px;
        float: right;
        margin: 5px 0 0 5px;
        background: url(https://www.2open.it/loghi/2open-footer.png) no-repeat center center;
    }
    
    .logo-footer-credentials-a
    {
        display: inline-block;
		color: #ccc;
		text-decoration: none;
    }
    
    .content-gallery figure
    {
        width: 23.5%;
        display: inline-block;
        float: left;
        margin: 0 2% 2% 0;
    }
    
    .content-gallery figure:nth-child(4n+4)
    {
        margin: 0 0 2% 0;
    }
    
    .content-gallery figure a
    {
        float: none;
        margin: 0;
    }
    
   #content.content-wired
   {
       width: 100%;
   }
    
    .right
    {
        float: right;
    }
    
    .left
    {
        float: left;
    }
    
    .social-fb
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fb.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
    
    .social-tw
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-tw.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-insta
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-insta.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-wa
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-wa.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-yt
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-yt.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	#footer .social-fb, #footer .social-tw, #footer .social-wa, #footer .social-insta, #footer .social-yt
	{
		margin: 0 0 0 5px;
	}
	
	#pre-header .social-fb, #pre-header .social-tw, #pre-header .social-wa, #pre-header .social-insta, #pre-header .social-yt
	{
		width: 23px !important;
		height: 23px !important;
		position: relative;
		top: 4px;
		margin: 0 0 0 3px !important;
	}
     
    html, body 
    {
        height: 100%;
    }
	
	.content-img-list
    {
        float: left;
        width: 30.6%;
        max-width: 31%!important;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
        margin: 0 2% 2% 0;
    }
    
        .node-product {
		display: flex;
		margin: 0 0 30px 0;
	}
	
	.node-product .node-product-img-box
	{
		width: 40%;
		max-width: 40%;
		min-width: 40%;
		box-sizing: border-box;
		background: #fff;
		background: #fff;
		border: 15px solid #f9f9f9;
	}
	
	.node-product .node-product-img-box img
	{
		width: 100%;
		height: auto;
	}
	
	.node-product .node-product-text-box
	{
		width: 60%;
		max-width: 60%;
		min-width: 60%;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	
	#region-blocks_child .block
	{
		background: transparent !important;
	}
	
	#region-blocks_child a
	{
		text-decoration: none;
	}
	
	#region-blocks_child .block h2
	{
		padding-left: 0px;
		
	}
	
	#region-blocks_child ul
	{
		list-style-type: none;
		margin: 10px 0px;
	}
	
	#region-blocks_child .container-li
	{
		display: flex;
	}
	
	#region-blocks_child .block-img
	{
		margin-right: 15px;
	}
	
	#region-blocks_child .container-li .btn
	{
		float: right;
		margin-top: 15px;
	}
	
	.ml-auto
	{
		margin-left: auto;
	}

	.accordion
	{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: .25rem;
		margin: 20px auto;
	}
	
	.accordion-header
	{
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: rgba(0,0,0,.03);
		border-bottom: 1px solid rgba(0,0,0,.125);
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	
	.accordion-body
	{
		padding: 1.25rem 1.25rem 0.8rem 1.25rem;
	}
	.accordion .collapsed
	{
		display: none;
	}

	.arrow-down
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.arrow-up
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid black;
	}
	
	/* blocco servizi HP */
	
	#region-blocks_servizi_hp
	{
		padding: 30px 0;
	}
	
	#region-blocks_servizi_hp .block
	{
		background: transparent;
		margin: 0px;
	}
	
	#region-blocks_servizi_hp ul
	{
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	
	#region-blocks_servizi_hp ul li
	{
		width: 16%;
		padding: 0 10px 10px 10px;
		box-sizing: border-box;
	}
	
	#sidebar #region-blocks_servizi_hp ul
	{
		flex-direction: column;
	}
	
	#sidebar #region-blocks_servizi_hp ul li
	{
		width: 100% !important;
		padding: 0 !important;
	}
	#sidebar #region-blocks_servizi_hp ul li .container-li
	{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	
	#sidebar #region-blocks_servizi_hp ul li .block-img img
	{
		margin: 0 10px 0 0;
		width: 70px;
		height: 70px;
	}
	
	#sidebar #region-blocks_servizi_hp ul li a, #sidebar #region-blocks_servizi_hp ul li a h2
	{
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}
	
	#region-blocks_servizi_hp ul li .block-img img
	{
		margin: 20px auto 0;
		width: 80px;
		height: 80px;
	}
	
	#region-blocks_servizi_hp ul li:nth-child(1):hover
	{
		background: linear-gradient(180deg, rgba(174,201,11,1) -400%, rgba(255,255,255,0) 100%);
	}
	
	#region-blocks_servizi_hp ul li:nth-child(4):hover
	{
		background: linear-gradient(180deg, rgba(160,217,247,1) -400%, rgba(255,255,255,0) 100%);
	}
	
	#region-blocks_servizi_hp ul li:nth-child(3):hover
	{
		background: linear-gradient(180deg, rgba(246,168,65,1) -400%, rgba(255,255,255,0) 100%);
	}
	
	#region-blocks_servizi_hp ul li:nth-child(5):hover
	{
		background: linear-gradient(180deg, rgba(178,184,178,1) -400%, rgba(255,255,255,0) 100%);
	}
	
	#region-blocks_servizi_hp ul li:nth-child(2):hover
	{
		background: linear-gradient(180deg, rgba(67,146,177,1) -400%, rgba(255,255,255,0) 100%);
	}
	
	#region-blocks_servizi_hp ul li:nth-child(1)
	{
		border-bottom: 10px solid #aec90b
	}
	
	#region-blocks_servizi_hp ul li:nth-child(4)
	{
		border-bottom: 10px solid #a0d9f7
	}
	
	#region-blocks_servizi_hp ul li:nth-child(3)
	{
		border-bottom: 10px solid #f6a841
	}
	
	#region-blocks_servizi_hp ul li:nth-child(5)
	{
		border-bottom: 10px solid #b2b8b2
	}
	
	#region-blocks_servizi_hp ul li:nth-child(2)
	{
		border-bottom: 10px solid #4392b1
	}
	
	#sidebar #region-blocks_servizi_hp ul li:nth-child(1),
	#sidebar #region-blocks_servizi_hp ul li:nth-child(2),
	#sidebar #region-blocks_servizi_hp ul li:nth-child(3),
	#sidebar #region-blocks_servizi_hp ul li:nth-child(4),
	#sidebar #region-blocks_servizi_hp ul li:nth-child(5),
	#sidebar #region-blocks_servizi_hp ul li:nth-child(1):hover,
	#sidebar #region-blocks_servizi_hp ul li:nth-child(2):hover,
	#sidebar #region-blocks_servizi_hp ul li:nth-child(3):hover,
	#sidebar #region-blocks_servizi_hp ul li:nth-child(4):hover,
	#sidebar #region-blocks_servizi_hp ul li:nth-child(5):hover
	{
		border-bottom: none !important;
		background: none !important;
	}
	
	#region-blocks_servizi_hp ul li a, #region-blocks_servizi_hp ul li a h2
	{
		text-align: center;
		text-transform: inherit;
		text-decoration: none;
		color: #505050;
		min-height: 60px;
		margin: 0px;
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 0;
		justify-content: center;
	}
	
	/* blocco articolo in evidenza HP */
	
	#region-blocks_articolo_evidenza_hp,
	#region-blocks_articolo_evidenza_hp_2
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
		padding: 60px 0;
		margin-top: 20px;
	}
	
	#region-blocks_articolo_evidenza_hp .block,
	#region-blocks_articolo_evidenza_hp_2 .block
	{
		background: transparent;
		width: 960px;
		margin: 0 auto;
	}
	
	#region-blocks_articolo_evidenza_hp ul,
	#region-blocks_articolo_evidenza_hp_2 ul
	{
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}
	
	#region-blocks_articolo_evidenza_hp ul li,
	#region-blocks_articolo_evidenza_hp_2 ul li
	{
		min-width: 50%;
	}
	
	#region-blocks_articolo_evidenza_hp .container-li,
	#region-blocks_articolo_evidenza_hp_2 .container-li
	{
		display: flex;
		flex-direction: row;
		padding-right: 20px;
		
	}
	
	#region-blocks_articolo_evidenza_hp .block-img img,
	#region-blocks_articolo_evidenza_hp_2 .block-img img
	{
		height: 150px;
		margin-right: 30px;
		width: 200px;
		object-fit: cover;
		background: #fff;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text,
	#region-blocks_articolo_evidenza_hp_2 .block-text
	{
		display: flex;
		flex-direction: column;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text div,
	#region-blocks_articolo_evidenza_hp_2 .block-text div
	{
		padding-right: 50px;
		box-sizing: border-box;
		text-align: left;
		margin-bottom: 20px;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text .btn,
	#region-blocks_articolo_evidenza_hp_2 .block-text .btn
	{
		margin-top: auto;
		margin-right: auto;
		background: #4392b1;
	}
	
	#region-blocks_articolo_evidenza_hp .block-text .btn:hover,
	#region-blocks_articolo_evidenza_hp_2 .block-text .btn:hover
	{
		background: #aec90b;
		color: #ffffff !important;
	}
	
	#region-blocks_articolo_evidenza_hp a,
	#region-blocks_articolo_evidenza_hp_2 a
	{
		text-decoration: none;
	}
	
	#region-blocks_articolo_evidenza_hp h2,
	#region-blocks_articolo_evidenza_hp_2 h2
	{
		text-transform: inherit;
		font-size: 30px;
		margin: 0 0 20px 0;
		padding: 0;
		line-height: 34px;
		text-align: left;
	}
	
	/* blocco news HP */
	
	#region-blocks_news
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: #f0f0f0;
		padding: 50px 0;
	}
	
	#region-blocks_news .block
	{
		background: transparent;
		margin: 0 auto;
		width: 960px;
	}
	
	#region-blocks_news ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#region-blocks_news ul li
	{
		margin: 30px auto;
	}
	
	#region-blocks_news ul li .container-li
	{
		background: #ffffff;
		height: 450px;
		-webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		display: flex;
		flex-direction: column;
	}
	
	#region-blocks_news ul li .block-img
	{
		height: 200px;
		width: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #f5f5f5;
		background-position: 50% 50%;
		background-size:  40px;
		overflow: hidden;
	}
	
	#region-blocks_news ul li .block-img img
	{
		display: block;
		max-width: 100%;
		mix-blend-mode: multiply;
	}
	
	#region-blocks_news ul li .block-img:hover img
	{
		transform: scale(1.05);
		transition: .3s ease-in-out;
	}
	
	#region-blocks_news ul li .block-text
	{
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
		max-height: 316px;
	}
	
	#region-blocks_news ul li .block-text .link-more
	{
		margin-top: auto;
	}
	
	#region-blocks_news h2
	{
		text-transform: inherit;
		font-size: 30px;
		padding: 0;
		margin: 0;
		line-height: 34px;
		text-align: left;
	}
	
	#region-blocks_news h3
	{
		text-align: left;
		margin: 0 0 20px 0;
		line-height: 22px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
				line-clamp: 2; 
		-webkit-box-orient: vertical;
	}
	
	#region-blocks_news a
	{
		text-decoration: none; 
		color: #aec90b;
	}
	
	#region-blocks_news .block-footer
	{
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		margin-top: 10px;
	}
	
	#region-blocks_news .block-footer span
	{
		display: inline-block;
		background: url(../images/layout/ico-comment.png) no-repeat;
		background-position: 50% 2px;
		background-size: 20px;
		text-align: center;
		width: 20px;
		color: #ffffff;
		font-size: 12px;
		position: relative;
		top: -1px;
		letter-spacing: -0.08em;
	}
	
	.slick-slider
	{
    margin: 0 -15px !important;
	}
	
	.slick-slide
	{
		margin-right:15px;
		margin-left:15px;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		right: 50px;
		top: -30px;
		width: 30px;
		height: 30px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-left.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: 30px;
	}
	
	.slick-next.slick-arrow
	{
		position: absolute;
		right: 10px;
		top: -30px;
		width: 30px;
		height: 30px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-right.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: 30px;
	}
	
	/* blocco newsletter HP */
	
	#wrapper.homepage .newsletter-box
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: url(../images/layout/bg-newsletter-img.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 0px;
		padding: 50px 0;
		z-index: 0;
	}
	
	#wrapper.homepage .newsletter-box:after
	{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
		top: 0;
		z-index: -1;
	}
	
	#wrapper.homepage .newsletter-box p
	{
		margin: 0;
	}
	
	#wrapper.homepage .newsletter-box .block-int
	{
		width: 960px;
		margin: auto;
		text-align: right;
		background: transparent;
		display: flex;
		justify-content: flex-end;
		padding: 0;
	}
	
	#wrapper.homepage .newsletter-box h2
	{
		width: 960px;
		margin: 0 auto 20px;
		text-align: right;
		text-transform: inherit;
		font-size: 30px;
		color: #ffffff;
		padding: 0;
		line-height: 34px;
	}
	
	#wrapper.homepage .newsletter-box form
	{
		margin: 0;
		padding: 0;
		background: transparent;
		display: flex;
		flex-direction: column;
		width: 500px;
	}
	
	#wrapper.homepage .newsletter-box form .btn
	{
		margin: 20px 0;
		font-size: 18px;
		width: 200px;
		padding: 10px 15px;
	}
	
	#wrapper.homepage .newsletter-box form .newsletter-field, #wrapper.homepage .newsletter-box form input[type="text"], #wrapper.homepage .newsletter-box form input[type="email"]
	{
		width: 100%;
		margin: 20px 0 0 0;
		border: 0;
		font-size: 16px;
		padding: 10px;
		background: rgba(255,255,255,0.5)
	}
	
	#wrapper.homepage .newsletter-box form .newsletter-field:focus, #wrapper.homepage .newsletter-box form input[type="text"]:focus, #wrapper.homepage .newsletter-box form input[type="email"]:focus
	{
		background: rgba(255,255,255,1)
	}
	
	#wrapper.homepage .newsletter-box .message.message-error
	{
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	#wrapper.homepage .newsletter-box .form-field.small
	{
		margin-top: 10px;
	}
	
	#wrapper.homepage .newsletter-form-box p
	{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: relative;
	}
	
	#wrapper.homepage .newsletter-box form label
	{
		width: auto;
		font-weight: normal;
		color: #ffffff;
		padding: 0;
		margin: 0;
		line-height: 18px;
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]
	{
		border: 1px solid transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 2px;
		width: 14px;
		height: 14px;
		margin: 1px 5px 2px 0px;
		padding: 0px;
		background: rgba(255,255,255,0.5);
		outline: none;
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]:checked
	{
		background: rgba(255,255,255,1);
	}
	
	#wrapper.homepage .newsletter-box input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #aec90b;
		position: relative;
		top: 0px;
		left: -2px;
		outline: none;
		font-size: 18px;
		line-height: 14px;
	}
	
	#wrapper.homepage .newsletter-box .form-field-error {
		
		position: absolute;
		top: 28px;
		right: 10px;
	}
	
	#wrapper.homepage .newsletter-description
    {
		font-size: 16px;
		padding: 0;
		display: block;
		color: #ffffff;
    }
	
	/* blocco collaborazioni HP */
		
	#region-blocks_collaborazioni
	{
		margin: 40px 0px;
	}
	
	#region-blocks_collaborazioni .block
	{
		background: transparent;
		margin: 0;
	}
	
	#region-blocks_collaborazioni ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	#region-blocks_collaborazioni ul li
	{
		padding: 0;
		text-align: center;
		width: 25%;
		color: #505050;
	}
	
	#region-blocks_collaborazioni a 
	{
		text-decoration: none;
	}
	
	#region-blocks_collaborazioni h2
	{
		text-transform: inherit;
		text-align: center;
		font-size: 30px;
		color: #505050;
		margin: 0 auto 50px;
		line-height: 34px;
	}
	
	#region-blocks_collaborazioni .block-img img
	{
		width: 150px;
		height: 100px;
		margin: 0 auto 20px;
		object-fit: contain;
		object-position: 50%;
	}
	
	#region-blocks_collaborazioni h3
	{
		font-weight: normal;
		padding: 0 50px;
		font-size: 18px;
		line-height: 20px;
		min-height: 60px;
		color: #505050;
	}
	
	/* blocco banner dona HP */
	
	#region-blocks_banner_dona
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: #4392b1;
		padding: 0;
	}
	
	#region-blocks_banner_dona .block
	{
		width: 960px;
		margin: auto;
		background: transparent;
		color: #ffffff;
	}
	
	#region-blocks_banner_dona ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#region-blocks_banner_dona ul li
	{
		padding: 5px 0 20px 0;
		margin: 50px 0 0 0;
		background: url(../images/layout/bollo-dona-banner.png) no-repeat;
		background-position: 0% 0%;
		background-size: 400px;
		min-height: 265px;
		display: inline-block;
	}
	
	#region-blocks_banner_dona ul li.no-bg
	{
		background-image: none !important;
	}
	
	#region-blocks_banner_dona ul li .container-li
	{
		display: flex;
	}
	
	#region-blocks_banner_dona .block-img
	{
		min-width: 280px;
	}
	
	#region-blocks_banner_dona .block-img img
	{
		max-width: 260px !important;
		height: auto !important;
	}
	
	#region-blocks_banner_dona h2
	{
		text-transform: inherit;
		font-size: 30px;
		color: #ffffff;
		margin: 0 0 30px 0;
		padding: 0;
		line-height: 34px;
		text-align: left;
	}
	
	#region-blocks_banner_dona h2 b
	{
		color: #aec90b;
	}
	
	#region-blocks_banner_dona .block-text
	{
		font-size: 18px;
	}
	
	#region-blocks_banner_dona .txt-evidence
	{
		padding: 10px 15px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.2);
		margin: 20px 0 0 0;
		display: inline-block;
		font-size: 18px;
	}
	
	#region-blocks_banner_dona .txt-evidence:hover
	{
		padding: 10px 15px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.9);
		color: #505050;
	}
	
	#region-blocks_banner_dona .txt-evidence span
	{
		color: #aec90b;
	}
	
	#sidebar #region-blocks_banner_dona
	{
		margin-bottom: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona .block
	{
		width: 100% !important;
	}
	
	#sidebar #region-blocks_banner_dona ul li
	{
		background: url(../images/layout/bollo-dona-banner-mobile.png) no-repeat !important;
		background-position: 50% 0% !important;
		background-size: 120px !important;
		padding: 0 20px !important;
		margin: 20px 0 0 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona ul li .container-li
	{
		flex-direction: column;
	}
	
	#sidebar #region-blocks_banner_dona .block-img
	{
		min-width: 100% !important;
		min-height: 140px !important;
	}
	
	#sidebar #region-blocks_banner_dona .block-img img
	{
		max-width: 200px !important;
		height: auto !important;
		margin: auto !important;
	}
	
	#sidebar #region-blocks_banner_dona h2
	{
		font-size: 16px !important;
		line-height: 24px !important;
		text-align: center !important;
		margin: 0 !important;
	}
	
	#sidebar #region-blocks_banner_dona .block-text p:not(.txt-evidence)
	{
		display: none !important;
	}
	
	#sidebar #region-blocks_banner_dona .txt-evidence
	{
		text-align: center;
		background: rgba(255,255,255,0.2) !important;
		margin: 20px 0 !important;
		line-height: 20px !important;
		font-size: 16px !important;
	}
	
	#sidebar #region-blocks_banner_dona .txt-evidence:hover
	{

		background: rgba(255,255,255,0.9) !important;
		color: #505050 !important;
	}
	
	/* preheader sito */
	#pre-header
	{
		background: #aec90b;
		height: 40px;
		display: flex;
		align-items: center;
	}
	
	#pre-header .box-960
	{
		display: flex;
		justify-content: space-between;
	}
	
	#pre-header .box-960 p:first-child
	{
		display: none;
	}
	
	#pre-header .box-960 p
	{
		padding: 0;
		margin: 0;
		color: #ffffff;
	}
	
	#pre-header .box-960 p a
	{
		padding: 0;
		margin: 0 0 0 10px;
		color: #ffffff;
		text-decoration: none;
	}
	
	#pre-header .box-960 p a[href*="mailto:"],
	#pre-header .box-960 p a[href*="tel:"]
	{
		position: relative;
		top: -2px;
	}
	
	#pre-header .box-960 p a[href*="mailto:"]:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-mail.png) no-repeat;
		background-size: 15px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0;
	}
	
	#pre-header .box-960 p a[href*="tel:"]:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-tel.png) no-repeat;
		background-size: 15px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0;
	}
	
	#pre-header .box-960 p a.work-whit-us:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-work.png) no-repeat;
		background-size: 15px;
		background-position: 0% 1px;
		position: relative;
		top: 5px;
		margin: 0;
	}
	
	#pre-header .box-960 p a.work-whit-us
	{

		padding: 0px 5px;
		margin: 0 2px 0 5px;
		text-transform: uppercase;
	}
	
	#pre-header .box-960 p
	{
		font-size: 15px;
	}
	
	/* orari nel footer */
	
	.footer-center ul
	{
		margin: 0 0 20px 0;
		padding: 0;
		list-style-type: none;
		width: 350px;
	}
	
	.footer-center ul li
	{
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #aec90b;
		padding: 2px 0;
	}
	
	.footer-center ul li:hover
	{
		color: #ffffff;
	}
	
	.footer-center ul li span:after
	{
		content: "";
		border-radius: 100%;
		width: 5px;
		height: 5px;
		background: #aec90b;
		display: inline-block;
		position: relative;
		right: -5px;
		top: -2px;
        margin-right: 10px
	}
	
	.footer-center ul li span.closed:after
	{
		content: "";
		border-radius: 100%;
		width: 5px;
		height: 5px;
		background: #dd2727;
		display: inline-block;
		position: relative;
		right: -5px;
		top: -2px;
        margin-right: 10px
	}
	
	.footer-center ul li:last-child
	{
		border-bottom: 0px;
	}
	
	/* banner chatta con noi */
	
	.banner-whatsapp
	{
		text-decoration: none;
		color: #505050;
		background: url(../images/layout/ico-whatsapp.png) no-repeat, #ffffff;
		background-position: 92% 50%;
		background-size: 33px;
		padding: 5px 20px 5px 10px;
		border: 1px solid #ddd;
		border-radius: 6px;
		display: block;
		width: 135px;
		min-width: 135px;
		line-height: 20px;
	}
	
	.banner-whatsapp:hover
	{
		color: #ffffff;
		background: url(../images/layout/ico-whatsapp-white.png) no-repeat, #aec90b;
		background-position: 92% 50%;
		background-size: 33px;
		padding: 5px 20px 5px 10px;
		border: 1px solid #aec90b;
	}
	
	.banner-whatsapp b
	{
		display: block;
		font-size: 14px;
	}
	
	/* nivo slider */
	
	.nivoSlider
	{
		-webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		height: 400px !important;
	}
	
	.nivo-controlNav
	{
		display: none;
	}
	
	.nivo-prevNav
	{
		left: 2%!important;
		text-indent: -999999px;
		width: 32px;
		height: 57px;
		display: inline-block;
		background: url(../images/layout/arr-backward.png) no-repeat center center;
		opacity: 0.5;
	}
	
	.nivo-nextNav
	{
		right: 2%!important;
		text-indent: -999999px;
		width: 32px;
		height: 57px;
		display: inline-block;
		background: url(../images/layout/arr-forward.png) no-repeat center center;
		opacity: 0.5;
	}
	
	.nivo-prevNav:hover, .nivo-nextNav:hover
	{
		opacity: 1;
	}
	
	.nivoSlider img
	{
		height: 400px !important;
		width: 2000px !important;
		left: 50% !important;
		margin-left: -1000px;
	} 
	
	.nivo-caption
	{
		position: relative;
		bottom: 240px;
		left: 0;
		width: 980px;
		padding-right: 600px !important;
		background: transparent;
		padding: 0px;
		opacity: 1;
		overflow: visible;
		-moz-opacity: 1;
		filter: alpha(opacity=1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: auto;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		
	}
	
	.nivo-caption h2
	{
		font-size: 30px;
		line-height: 36px;
		color: #ffffff;
		font-weight: bold;
	}
	
	.nivo-caption h2 span:first-child
	{
		color: #aec90b;
	}
	
	.nivo-caption h2 span
	{
		color: #a0d9f7;
	}
	
	.nivo-caption .btn
	{
		text-align: center;
		width: auto;
		max-width: 130px;
		font-weight: 400;
		font-size: 18px;
		padding: 10px 30px !important;
		background: #ffffff;
		color: #aec90b !important;
		display: block !important;
		margin-top: 20px;
		text-shadow: none;
	}
	
	.nivo-caption .btn:hover
	{
		color: #ffffff !important;
		background: #aec90b;
	}
	
	.nivo-caption .bollo
	{
		background: url(../images/layout/bollo_dona5x1000.png) no-repeat;
		width: 115px;
		height: 115px;
		background-size: cover;
		position: absolute;
		display: block !important;
		z-index: 10;
		right: 0;
		bottom: -10px;
		opacity: 1;
		overflow: visible;
		-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	}
	
	/* informazioni di contatto lato DX form */
	
	body.content-12 #page-header
	{
		display: none;
	}

	
	.content-form-container
	{
		width: 100vw;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		position: relative;
		padding: 30px 0;
		background: url(../images/layout/bg-contatti.jpg) no-repeat;
		background-size: cover;
		background-position-y: 50%;
		background-position-x: 50%;
		margin-bottom: -20px;
		margin-top: -20px;
		padding: 50px 0;
		z-index: 0;
	}
	
	body.column .content-form-container
	{
		width: auto;
		left: auto;
		right: auto;
		margin: 0 auto !important;
	}
	
	body.column .content-form-container .content-form
	{
		max-width: 600px;
	}
	
	.content-form-container:before
    {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.4);
        position: absolute;
        z-index: -1;
		top: 0;
    }
	
	.content-form-container:after
	{
		content: "";
		background: rgba(34,12,0,0.6);
		z-index: -1;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
	}
	
	.content-form-container h1
	{
		color: #fff;
		margin-bottom: 0px;
		line-height: 20px;
	}
	
	.content-form-container form
	{
		background: transparent;
		padding: 0;
		margin-right: 20px;
		margin-top: 20px;
		padding-top: 30px;
		border-top: 1px solid #aec90b;
	}
	
	.content-form-container form label
	{
		color: #ffffff;
		font-size: 16px;
		font-weight: normal;
	}
	
	.content-form-container form label:not(.rc-label)
	{
		text-align: right;
	}
	
	.content-form-container form input:not([type="checkbox"]), .content-form-container form textarea
	{
		border: 0px;
		border-bottom: 1px solid #fff;
		background: rgba(0,0,0,0.4);
		color: #fff;
		font-size: 16px;
		width: calc(100% - 150px);
	}
	
	.content-form-container form input:not([type="checkbox"]):focus, .content-form-container form textarea:focus
	{
		border-bottom: 1px solid #aec90b;
		background: rgba(255,255,255,0.8);
		color: #000;
	}
	
	.content-form-container form input[type="checkbox"]
	{
		margin: 0px;
	}
	
	.content-form-container form .field-privacybox
	{
		background: rgba(0,0,0,0.3);
		color: #ffffff;
		border: 1px solid #aec90b;
		width: calc(100% - 150px);
		margin-left: 150px;
		font-size: 12px;
	}
	
	body.content-12 .content-form-container form .field-privacybox
	{
		margin-left: auto !important;
	}
	
	.content-form-container form .btn
	{
		border: 0 !important;
		background: #aec90b !important;
		width: auto !important;
		font-size: 18px !important;
		min-width: 140px;
		margin: 1rem auto !important;
	}

	.content-form-container form .rc-label
	{
		width: 73% !important;
		font-size: 12px;
		line-height: 14px;
		margin: 0 0 20px 150px;
		padding: 0;
	}
	
	body.content-12 .content-form-container form .rc-label
	{
		float: right;
		margin: 0 0 20px 0 !important;
	}
	
	.content-form-container form .form-field.little-text
	{
		color: #fff;
		font-weight: normal;
		font-size: 12px;
		width: 73%;
		margin: 0 0 0 150px;
	}
	
	body.content-12 .content-form-container form .form-field.little-text
	{
		float: right;
		margin: 0;
	}
	
	.content-form-container .content-form
	{
		width: 960px;
		margin: auto;
		display: flex;
	}
	
	.contact-info
	{
		display: none;
	}
	
	body.content-12 .contact-info
	{
		background: #ffffff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		padding: 10px 30px;
		box-sizing: border-box;
		min-width: 350px;
		margin-left: 20px;
		display: inherit !important;
	}
	
	.contact-info ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.contact-info ul li
	{
		text-align: left;
		margin: 10px 0;
	}
	
	.contact-info ul li ul
	{
		margin: 10px 0 0 0;
	}
	
	.contact-info ul li ul li
	{
		margin: 0px 0px 0px 35px;
		font-size: 14px;
	}
	
	.contact-info ul li h3
	{
		font-size: 16px;
		font-weight: normal;
	}
	
	.contact-info a
	{
		text-decoration: none;
		color: #505050;
	}
	
	.contact-info ul li h3:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-time-green.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0 15px 0 0;
	}
	
	.contact-info .location:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-location-green.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0 15px 0 0;
	}
	
	.contact-info .wa:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-wa-green.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0 15px 0 0;
	}
	
	.contact-info a[href*="mailto:"]:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-mail-green.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0 15px 0 0;
	}
	
	.contact-info a[href*="tel:"]:before
	{
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/layout/ico-tel-green.png) no-repeat;
		background-size: 20px;
		background-position: 0% 50%;
		position: relative;
		top: 5px;
		margin: 0 15px 0 0;
	}
	
	.btn.staff, .btn.sedi, .staff-text
	{
		display: none;
	}
	
	/* personalizzazione pagina staff e sedi */
	
	 body.content-32 ul.content-list
	{
		display: grid !important;
		grid-template-columns: repeat(auto-fill, 25%);
	}
	
	body.content-32 ul.content-list li
	{
		margin: 0 5px 10px 5px;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px solid #e0e0e0;
		position: relative;
		overflow: hidden;
	}
	
	body.content-32 ul.content-list li:hover .staff-text
	{
		bottom: 0px;
		transition: all .5s ease-in-out;
	}
	
	body.content-32 ul.content-list li .staff-text
	{
		position: absolute;
		width: 100%;
		bottom: -350px;
		left: 0;
		background: #333;
		font-size: 15px;
		text-align: left;
		padding: 10px 15px;
		box-sizing: border-box;
		color: #fff;
		height: auto;
		display: block !important;
		line-height: 24px;
		transition: all .5s ease-in-out;
	}
	
	body.content-32 ul.content-list li:hover
	{
		box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
	}
	
	body.content-32 .content-list-table
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}
    
	body.content-32 .content-list-text-td,
    body.content-32 .content-list-title,
    body.content-32 .content-list-text
    {
        text-align: center;
    }
    
	body.content-32 .content-list-img-td
    {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto !important;
        width: 100%;
    }
	
	
	body.content-32 .content-list-img-td img
	{
		width: 150px;
		height: 150px;
		padding: 0px;
		border-radius: 100%;
		object-fit: cover;
		object-position: 0% 50%;
		transform: scale(1);
		transition: all .5s ease-in-out;
	}

	
	body.content-32 .content-list-title
	{
		margin-bottom: 0px;
		padding: 0 20px;
		text-wrap: balance;
		box-sizing: border-box;
	}
	
	
	body.content-32 .content-list-img-td a
    {
		width: 150px;
		height: 150px;
        overflow: hidden;
        border-radius: 100%;
        border: 1px solid #e0e0e0;
	}
	
	body.content-32 ul.content-list li:hover .content-list-img-td a img
	{
		transform: scale(1.1);
		transition: all .5s ease-in-out;
	}
	
	body.content-32 .btn.staff
	{
		display: inline-block !important;
		margin: 20px 0;
		text-align: center;
		background: transparent;
		color: #aec90b !important;
		padding: 0 10px !important;
		text-decoration: underline;
		font-size: 14px;
		text-wrap: balance;
	}
	
	body.content-36 .content-list-img-td img
	{
		width: 110px;
		height: 110px;
		padding: 0px;
		border-radius: 100%;
		object-fit: cover;
		object-position: 0% 50%;
	}
	
	body.content-36 .content-list-title
	{
		margin-bottom: 10px;
	}
	
	body.content-36 .content-list-img-td a
	{
		width: 110px;
		height: 110px;
	}
	
	body.content-36 .content-list-img-td
	{
		width: auto;
		margin-right: 30px;
		padding: 0;
	}
	
	body.content-36 .btn.sedi
	{
		display: inline-block !important;
		margin: 20px 0 0 0;
	}
	
	body.content-32 .content-list-infos,
	body.content-32 .btn.sedi,
	body.content-36 .btn.staff
	{
		display: none !important;
	}
	
	.time-box
	{
		margin-bottom: 20px;
		background: #f0f0f0;
		display: table;
		padding: 10px 20px;
		border-radius: 99px;
		font-size: 14px;
	}
	
	.time-box strong:before
	{
		content: "";
		background: url(../images/layout/ico-time-green.png) no-repeat;
		background-size: 18px;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: 4px;
		left: -5px;
	}
	
	.abstract
	{
		color: #4392b1;
	}
	
	#content_comments_list
	{
		margin-top: 40px;
	}
	
	/* remove submenu specifici */
	
	ul#menu_primary li:nth-child(7) ul.menu-2,
	ul#menu_primary li:nth-child(2) ul.menu-3
	{
		display: none !important;
	}

}

@media (min-width: 1247px)
{
    
    body
    {
        font-size: 16px;
    }
    
    #page, .box-960 
    {
        width: 1227px;
        padding: 0 10px;
    }
    
    #content
    {
        width: 947px;
    }
    
    #footer #menu_primary a, #menu_primary .menu-item-active span
    {
        font-size: 14px;
    }
    
    #footer
    {
        font-size: 14px;
    }

    ul.breadcrumb-ul {
        list-style-type: none;
        display: inline-block;
    }


    ul.breadcrumb-ul li {
        display: inline-block;
    }

    .breadcrumb-prefix
    {
        display:inline-block;
    }

    #block_homepage_contents, .homepage-content #region-blocks_evidence
    {
        margin: 40px 0 0 0;
        text-align: center;
        background-color: #fff;
    }

    #block_homepage_contents ul li, #region-blocks_evidence ul li {
        width: 230px;
        border: 1px solid #d9d9d9;
        margin: 0 20px 20px 0;
        border-radius: 6px;
    }

    .block-homepage-tour-title
    {
            color: #000;
            font-weight: 600;
            font-size: 18px;
            text-decoration: none;
    }

    .block-homepage-text {
            border-top: 1px solid #d9d9d9;
            padding: 15px 0 0 0;
            margin: 15px 0 0 0;
    }

    .block-homepage-int-text
    {
            padding: 15px;
    }

    #block_homepage_contents ul li a, #block_homepage_contents ul li a:hover 
    {
            color: #505050;
            text-decoration: none;
    }

    #block_homepage_contents .block-int, #region-blocks_evidence .block-int
    {
            padding: 0;
    }

    #block_homepage_contents h2, .homepage-content #region-blocks_evidence h2
    {
            display: inline-block;
    }

    #block_homepage_contents ul, .homepage-content #region-blocks_evidence ul 
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    #block_homepage_contents img 
    {
        width: 100%;
        height: auto;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
	
	#region-blocks_articolo_evidenza_hp .block, #region-blocks_articolo_evidenza_hp_2 .block, #region-blocks_banner_dona .block, #region-blocks_news .block, #wrapper.homepage .newsletter-box .block-int, #wrapper.homepage .newsletter-box h2, .content-form-container .content-form
	{
		width: 1227px;
	}
	
	.nivo-caption
	{
		padding-right: 800px !important;
		width: 1227px;
	}
	
	#pre-header .box-960 p:first-child
	{
		display: inherit;
		align-items: center;
	}
	
	.content-form .btn
    {
		margin-right: 70px !important;
    }
	
	body.column .content-form-container .content-form
	{
		max-width: 90%;
	}
	
	.content-form-container input[type="submit"].btn
	{
		width: auto !important;
		color: #000000 !important;
	}
}