
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,300;0,700;1,400&Playfair+Display:ital@1&display=swap');

             
#managament-edit-link
{
    text-align: right;
    margin: 20px 0px;
}

body.content-96 #cookie-bar,
body.content-97 #cookie-bar,
body.content-98 #cookie-bar,
body.content-99 #cookie-bar
{
	display: none !important;
}

#wrapper.homepage #managament-edit-link, /* btn modifica pagina su home */
#wrapper.homepage ul.social /* link social condividi su home */
{
	display: none;
}

.fb-xfbml-parse-ignore
{
  width: 34px;
  height: 34px;
  background: transparent url(../images/layout/ico-fb.png) no-repeat top left;
  display: inline-block;
  margin: 0px 5px 0 0;
 text-indent: -9999px;
}


.twitter-share-button
{
  width: 34px;
  height: 34px;
  background: transparent url(../images/layout/ico-tw.png) no-repeat top left;
  display: inline-block;
  margin: 0px 5px 0 0;
 text-indent: -9999px;
}


#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;
}

.node-product .node-product-img-box {
    box-sizing: border-box;
    background: #fff;
    border: 15px solid #f9f9f9;
}

.fas, .fa
{
	color: #f19d00;
}

.content-gallery-slider:not(.nivoSlider)
{
	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;
	  }
    
    body
    {
        color: #333333;
        font-family: Lato, Trebuchet MS, Helvetica, Verdana, Sans-serif;
        font-size: 12pt;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
		scroll-behavior: smooth;
	    overflow-x: hidden;
		background: #f8f8f8;
    }
	
	*{
		outline: none !important;
	}
    
    a 
    {
        color: #730303;
    }
    
    a:hover
    {
        text-decoration: none;
    }    
    
    h1, h2, h3, h4, h5, h6
    {
        margin: 0 0 10px 0;
        text-align: left;
		font-family: Montserrat;
    }
	
	.content-article h1, .content-article h2, .content-article h3, .content-article h4, .content-article h5, .content-article h6
	{
		color: #730303;
		margin-bottom: 10px;
	}

    h1 
    {
        font-size: 24pt;
        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;
    }
	
	#page-header h1
	{
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
	}

    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, #f19d00 0%, #730303 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo.png) no-repeat 50% 50%;
		height: 150px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#cookie-bar p b
	{
		font-family: Montserrat;
		width: 100%;
		margin: auto;
		font-size: 14pt;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #730303!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: #333333;
        padding: 0;
		min-height: 251px;
    }
	
	#header .box-960
	{
		position: relative;
	}
	
	#menu_top_container
	{
		
	}
	
	#menu_top_container .jMenu li a
	{
		text-decoration: none;
		color: #ffffff;
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px;
		font-family: Montserrat;
	}

    #menu_top
    {
        margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
    }

    #footer_menu
    {
        margin: 5%;
    }
    
    #header .phone-number-container
    {
        text-align: center;
        margin-top: 60px;
	}
	
	.banda
	{
		background: url(../images/layout/bg-reticolarum.jpg) no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		width: 100%;
		height: 50px;
		
    }
    
    .phone-number-box 
    {
        background: url(../images/layout/ico-contact-footer.png) no-repeat left center;
        background-size: 20px;
		padding: 0 0 0 25px;
        text-align: left;
        display: inline-block;
    }
    
    .mobile-phone-number 
    {
        color: #f19d00;
        text-decoration: none;
        font-weight: 700;
        font-size: 14pt;
		font-family: Montserrat;
    }
	
	#sidebar
	{
		padding-bottom: 3%;
	}
	
	 #footer .mobile-phone-number 
    {
        color: #ccc;
        text-decoration: none;
        font-weight: 400;
        font-size: 14pt;
    }
	
	 #footer .phone-number-box 
    {
        background: url(../images/layout/ico-contact-footer.png) no-repeat 15px center, #000000;
        background-size: 20px;
        padding: 3% 15px 3% 45px;
        text-align: left;
        display: inline-block;
		border-radius: 99px;
		margin: 0;
    }
	
	#footer .mobile-phone-number 
    {
        text-decoration: none;
        font-weight: normal;
        font-size: 14pt;
		font-family: Lato;
    }
	
	 #language-switcher
    {
        margin: 10px 5% 35px 5%;
        text-align: center;
    }

    #language-switcher a
    {
        padding: 0%;
        margin: 0 12px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }
	
	#language-switcher a img
	{
		width: 20px;
		height: 20px;
		border-radius: 100%;
		border: 4px solid #fff;
	}

    #page
    {
        margin: 5%;
        text-align: justify;
    }
    
    .nivo-controlNav
    {
        display: none;
    }
    
    .node-gmap
    {
        height: 200px;
    }

    .logo-header 
    {
        width: 100%;
        height: 200px;
        background: transparent url(../images/layout/logo-header.png) no-repeat center top;
        display: block;
        margin: 0;
        background-size: contain;
		position: relative;
		top: -51px;
		margin-bottom: -55px;
    }
    
    .logo-footer
    {
        width: 100%;
        height: 150px;
        background: transparent url(../images/layout/logo-footer.png) no-repeat center top;
        display: block;
        margin: 0;
        background-size: contain;
		position: relative;
		top: -15px;
    }
    
    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: #000000;
        color: #cccccc;
        padding: 14pt 5%;
    }
    
    .footer-credentials a
    {
        color: #cccccc;
        text-decoration: none;
    }
    
    .message-error 
    {
        background-color: #CE453E;
        color: #FFFFFF;
        padding: 5%;
        margin: 0 0 14pt 0;
    }
	
	.message-ok 
    {
        background-color: #A9D673;
		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;
        padding: 10px;
		box-sizing: border-box;
    }
	
	.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: 8pt 14pt;
		font-size: 11pt;
		background: #f19d00;
		border: none;
		text-decoration: none;
		text-align: center;
		color: #fff;
		font-family: Montserrat, Trebuchet MS, Helvetica, Verdana, Sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 99px;

	}
	
	.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%;
		display: flex;
		flex-direction: column;
	}
	
	.footer-right .footer-collaboration
	{
		order: 1;
		margin-top: 30px;
	}
	
	.footer-right .footer-informations-table
	{
		order: 2;
	}
	
	.footer-right .footer-social
	{
		order: 3
	}	
	
	#menu_cookie_container {
		display: inline-block;
	}
    
    textarea
    {
        width: 100%;
		font-family: Lato, Trebuchet MS, Helvetica, Verdana, Sans-serif;
		padding: 7pt;
		box-sizing: border-box;
		background: #ffffff;
		border-top: 1px solid #cccccc;
		border-left: 0;
		border-right: 0;
		border-top: 0px;
    }
    
    input[type="submit"]
    {
        width: 100%;
		font-family: Montserrat, Trebuchet MS, Helvetica, Verdana, Sans-serif;
		font-weight: 700;
		border-radius: 99px;

    }
    
    input[type="checkbox"]
    {
        width: auto;
    }
	
	input
    {
        width: 100%;
        padding: 8pt 14pt;
        font-size: 12pt;
		font-family: Lato, Trebuchet MS, Helvetica, Verdana, Sans-serif;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #cccccc;
		border-left: 0;
		border-right: 0;
		border-top: 0px;
    }
	
	input:not([type="checkbox"]):focus, textarea:focus
	{
		border-bottom: 1px solid #f19d00;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	label[for="remember_me"]
	{
		display: inline-block !important
	}
	
	hr
	{
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #cccccc;
		margin: 20px 0;
		padding: 0;
	}
	
	.newsletter-box .newsletter-field
	{
		border: 0px;
		border-radius: 99px;
		text-align: center;
	}
	
	.newsletter-box .newsletter-field:focus
	{
		border-bottom: 0px;
	}
    
    .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;
    }

    p
    {
        margin: 0 0 10pt 0;
    }

    #footer
    {
        background-color: #333333;
        padding: 0;
        color: #cccccc;
        margin-top: 5%;
        text-align: center;
    }
	
	#footer h3
	{
		text-align: center;
		color: #f19d00;
	}
	
	.footer-adress-box
	{
		margin: 30px 0 0px;
	}
	
	.footer-social
	{
		margin: 30px auto;
	}
	
	.footer-adress-box h3
	{
		margin: 0 auto 10px;
		text-transform: uppercase;
	}
	
	.footer-social h3
	{
		margin: 0px auto 15px;
		text-transform: uppercase;
	}
	
	.footer-collaboration a
	{
		color: #cccccc;
		text-decoration: none;
	}

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

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

    .nomobile
    {
        display: none;
    }

    #backend-goto a
    {
        background-color: #730303;
        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: #eaeaea url(../images/layout/espand-icon.png) no-repeat 97% center !important;
        padding: 10pt!important;
        margin: 0!important;
        border: none!important;
        border-radius: 0px!important
    }
	
	#footer .slicknav_btn
    {
        width: 100%!important;
        border: none!important;
        background: #333333 url(../images/layout/espand-icon.png) no-repeat 97% center !important;
        padding: 10pt!important;
        margin: 0!important;
        border: none!important;
		border-bottom: 1px solid #000000 !important;
        border-radius: 0px!important;

    }

    .slicknav_menu .slicknav_menutxt
    {
        color: #707173!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: #730303;
	    text-align: left;
    }
	
	#menu_primary-mobile {
		margin: 5% 0 0 0;
	}

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

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

    .slicknav_nav a:hover a
    {

        background: #999!important;

    }	

    .slicknav_nav .slicknav_item
    {

        background-color: #730303;
        margin: 1px 0 0 0!important;
    }
    
    .content-gallery-title 
    {
        margin: 14pt 0 7pt 0;
		font-family: Montserrat;
    }
    

    
    .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: 20px 0 30px 0;
    }
	
	#sidebar .block, #sidebar #menu_column .menu-item
	{
		background-color: #ffffff;
		border-radius: 0px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
    
    .block-title, .block h2, #menu_column h2 
    {
        padding: 20px 25px 0 25px;
		color: #333;
		text-transform: uppercase;
    }
	
	#sidebar .block.search
	{
		background: url(../images/layout/bg-reticolarum.jpg) no-repeat;
		background-size: cover;
	}
	
	#sidebar .block.search .block-int div
	{
		position: relative;
	}
	
	#sidebar .block.search h2
	{
		color: #ffffff;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
	}
	
	#sidebar .block.search input[type="text"]
	{
		border: 0px;
		border-radius: 99px;
	}
	
	#sidebar .block.search .btn
	{
		margin: 0 0 10px 0;
		width: 20px;
		background: url(../images/layout/search-icon-rev.png) no-repeat, #730303;
		background-size: 15px;
		background-position: 50% 50%;
		box-sizing: border-box;
		padding: 11px 21px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	#sidebar form#sidebar-form
	{
		padding: 20px;
	}
	
	.footer-article
	{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

    
    .block-int
    {
        padding: 20px;
    }
	
	#header #menu_top_container .menu li a img
	{
	  width: 18px;
	  height: 18px;
	  object-fit: cover;
	  display: inline-block !important;
	  margin-right: 7px;
	  filter: brightness(0) invert(1);
	}
	
	 /* 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 12px;
		text-decoration: none;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		font-family: Montserrat;
		font-size: 14px;
		display: block;
		border-radius: 100%;
		font-weight: 600;
		color: #666;
		box-sizing: border-box;
    }

    li.pagination-active
    {
        padding: 4px 12px; 
        font-weight: 600;
		font-size: 14px;
		color: #730303;
		font-family: Montserrat;
    }

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

    .pagination-links
    {
            width: 100%;
            text-align: center;
    }
    
    .logo-2open-credentials
    {
        display: inline-block;
        width: 53pt;
        height: 10pt;
        background: url(https://www.2open.it/loghi/2open-footer-mobile.png) no-repeat center center;
        background-size: contain;
        float: right;
        margin: 5px 0 0 5px;
    }
    
    .logo-footer-credentials-a
    {
        display: inline-block;
    }
	
	
	.node-product-text-box {
		padding: 10pt;
	}
	
	
	.node-product-text-box {
		padding: 10pt;
	}
	
	#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
	{
		background: #ffffff;
		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
	{
		margin: 20px auto;
	}
	
	.accordion-header
	{
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #ffffff;
		cursor: pointer;
		display: flex;
		align-items: center;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	.accordion-body
	{
		padding: 1.25rem 1.25rem 0.8rem 1.25rem;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		margin-top: 15px;
		background: #ffffff;
	}
	.accordion .collapsed
	{
		display: none;
	}

	.arrow-down
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #f19d00;
	}
	.arrow-up
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #f19d00;
	}
	
	.social-fb
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fb-gray.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-gray.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-gray.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-gray.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-rss
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-rss-gray.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-fl
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fl-gray.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;
    }
	
	 .content-info
    {
        margin: 0px 0px 10px 0px;
		max-width: max-content;
		padding: 0;
		box-sizing: border-box;
		font-size: 12pt;
		text-align: left;
    }
	
	.content-info.tags
	{
		margin: 0;
		display: none;
	}
	
	.content-info:before
	{
		content: "";
		display: inline-block;
		margin-right: 2px;
		background: url(../images/layout/ico-news.png) no-repeat;
		background-size: 17px;
		background-position: 50% 50%;
		width: 25px;
		height: 18px;
		position: relative; 
		top: 3px;
	}
	
	.content-info.tags:before
	{
		content: "";
		display: inline-block;
		margin-right: 2px;
		background: url(../images/layout/ico-tags.png) no-repeat;
		background-size: 17px;
		background-position: 50% 50%;
		width: 25px;
		height: 18px;
		position: relative; 
		top: 3px;
	}
	
	/* Blocchi home page */
	
	#region-blocks_child
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 15px auto;
	}
	
	#region-blocks_child .block
	{
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #ffffff;
		width: 48%;
		padding: 20px 0;
		margin: 0 0 15px 0;
	}
	
	#region-blocks_child .block a
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333333;
		font-size: 18px;
		text-align: center;
		transition: none;
	}
	
	#region-blocks_child .block img
	{
		width: 70px;
		height: auto;
		margin: 0 auto 10px;
	}
	
	#region-blocks_child .block:hover
	{
		background: #f19d00;
		transition: all 0.5s ease;
	}
	
	#region-blocks_child .block:hover a, #region-blocks_child .block a:hover
	{
		color: #ffffff;
	}
	
	#region-blocks_child .block:hover img
	{
		filter: brightness(0) invert(1);
	}
	
	/* attivita */
	
	#region-blocks_attivita
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: #333333;
		padding: 30px 0;
	}
	
	#region-blocks_attivita .block
	{
		background: transparent;
		margin: 0 auto;
		width: 85%;
	}
	
	#region-blocks_attivita ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#region-blocks_attivita ul li
	{
		margin: 30px auto 0;
		position: relative;
		overflow: hidden;
	}
	
	#region-blocks_attivita ul li .container-li
	{
		background: #ffffff;
		height: 220px;
		-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_attivita ul li .block-img
	{
		height: 200px;
		width: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #e5e5e5;
		background-position: 50% 50%;
		background-size:  40px;
	}
	
	#region-blocks_attivita ul li .block-img img
	{
		height: 150px;
		width: 100%;
		object-fit: cover;
		object-position: 100% 0;
	}
	
	#region-blocks_attivita ul li .block-text
	{
		padding: 18px 20px 20px 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	#region-blocks_attivita ul li .block-text .link-more
	{
		margin-top: auto;
	}
	
	#region-blocks_attivita ul li div.hidden-text
	{
		color: #fff;
		background: #f19d00;
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		top: 100%;
		height: 100%;
		overflow: hidden;
		text-align: left;
		transition:all 500ms ease;
		width: 100%;
	}

	
	#region-blocks_attivita ul li div.hidden-text a
	{
		color: #ffffff;
	}
	
	#region-blocks_attivita ul li div.hidden-text h3
	{
		color: #730303;
		margin: 0 0 10px 0;
	}
	
	#region-blocks_attivita ul li:hover div.hidden-text
	{
		top: 0;
	}
	
	#region-blocks_attivita .title-block
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	
	#region-blocks_attivita .btn
	{
		border: 1px solid #fff;
		color: #ffffff;
		background: transparent;
		margin: 30px auto 0;
	}
	
	#region-blocks_attivita .btn:hover
	{
		border: 1px solid #f19d00;
		color: #f19d00;
		background: #404040;
	}
	
	#region-blocks_attivita h2
	{
		text-transform: uppercase;
		color: #ffffff;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	#region-blocks_attivita h3
	{
		text-align: left;
		margin: 0 0 20px 0;
		line-height: 18px;
		text-transform: uppercase;
		color: #730303;
	}
	
	#region-blocks_attivita a
	{
		text-decoration: none; 
		color: #730303;
	}
	
	.slick-slider
	{
    margin: 0 -15px !important;
	}
	
	.slick-slide
	{
		margin-right:15px;
		margin-left:15px;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		left: 10px;
		width: 20px;
		height: 20px;
		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: 20px;
		top: -25px;
	}
	
	.slick-next.slick-arrow
	{
		position: absolute;
		right: 10px;
		width: 20px;
		height: 20px;
		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: 20px;
		top: -25px;
	}
	
		/* 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 .title-block
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#region-blocks_news .btn
	{
		border: 1px solid #333333;
		background: transparent;
		color: #333333;
	}
	
	#region-blocks_news .btn:hover
	{
		border: 1px solid #f19d00;
		background: #ffffff;
		color: #f19d00;
	}
	
	#region-blocks_news .block
	{
		background: transparent;
		margin: 0 auto;
		width: 85%;
	}
	
	#region-blocks_news ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	
	#region-blocks_news ul li .block-data
	{
		width: 90px;
		padding: 15px 12px 25px 25px;
		box-sizing: border-box;
		background: url(../images/layout/data-badge.png) no-repeat;
		background-size: cover;
		background-position: 50% 0%;
		position: absolute;
		top: -11px;
		left: 15px;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		font-family: Montserrat;
		text-transform: uppercase;
		color: #f19d00;
		line-height: 24px;
	}
	
	#region-blocks_news ul li .block-data:first-line
	{
		color: #730303;
		font-size: 30px;
	}
	
	#region-blocks_news ul li
	{
		margin: 30px auto;
		width: 100%;
		position: relative;
	}
	
	#region-blocks_news ul li .container-li
	{
		background: #ffffff;
		-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, #e5e5e5;
		background-position: 50% 50%;
		background-size:  40px;
		overflow: hidden;
	}
	
	#region-blocks_news ul li .block-img img
	{
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}
	
	#region-blocks_news ul li .block-text
	{
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
		text-align: center;		
	}
	
	#region-blocks_news ul li .block-text .btn
	{
		margin-top: 20px;
		margin-bottom: 0;
		color: #ffffff;
		padding: 8pt;
		background: #f19d00;
		border: 0px;
	}
	
	#region-blocks_news h2
	{
		text-transform: uppercase;
		padding: 0;
		margin: 0;
		text-align: left;
		color: #333333;
	}
	
	#region-blocks_news h3
	{
		text-align: center;
		margin: 0 0 10px 0;
		line-height: 26px;
		text-decoration: none;
		color: #333333;
		text-transform: uppercase;
	}
	
	/* block newsletter hp */
	
	.newsletter-box
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: url(../images/layout/bg-reticolarum.jpg) no-repeat;
		background-position: 50% 0%;
		background-size: cover;
		padding: 50px 0;
		margin-bottom: -78px;
	}
	
	.newsletter-box .box-960
	{
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 80%;
		margin: auto;
	}
	
	.newsletter-description
	{
		color: #333333;
		font-size: 20pt;
		line-height: 22pt;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		font-family: Montserrat;
	}
	
	.newsletter-description b
	{
		font-weight: 700;
	}
	
	.newsletter-description h2
	{
		transform: skew(-5deg, 0deg);
		font-weight: 800;
		font-size: 20pt;
		color: #ffffff;
		margin-top: 30px;
		text-align: center;
	}
	
	.form-field.privacy label
	{
		width: 100% !important;
		margin: 0px;
		color: #333333;
	}
	
	.newsletter-box .btn
	{
		background: #730303;
		padding: 9pt 14pt;
		margin-top: 20px;
	}
	
	.newsletter-box .btn:hover
	{
		background: #333;
		color: #f19d00;
	}
	
	.newsletter-box .form-field-error
	{
		color: #ffffff;
	}
	
	.newsletter-box .block-int
	{
		padding: 0;
		background: transparent;
	}
	
	.newsletter-box form
	{
		padding: 0px;
		background: transparent;
	}
	
	 .content-list
    {
        margin: 20px 0px;
    }
    
    .content-list li
	{
        list-style-type: none;
        margin: 0px 0px 25px 0px;
        padding: 0 0 25px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .content-list-table
	{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .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 25px 0 0;
        vertical-align: top;
        width: 89px;
    }
    
    .content-list-img-td a
	{
        width: 89px;
        height: 89px;
        display: inline-block;
    }
    
    .content-list-img-td img
	{
        width: 89px;
        height: auto;
        border: 1px solid #e2e2e2;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
    }
    
    .content-list-text-td
	{
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }
    
    .content-list-infos
	{
        font-size: 12pt;
        color: #999;
    }
    
    .content-list-title
	{
        margin: 0 0 10px 0;
    }
    
    .content-list-title a
	{
        color: #730303;
        font-weight: 700;
        text-decoration: none;
        font-size: 16pt;
		font-family: Montserrat;
    }
	
	.content-list-text a
	{
		text-decoration: none;
		color: #333333;
	}
	
	#submenu-box ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#submenu-box ul li
	{
		padding: 0 0 5px 0;
		margin: 0px 0px 5px 5px;
		border-bottom: 1px solid #d1d1d1;
	}
	
	#submenu-box ul li a
	{
		padding: 0;
		text-align: left;
		text-decoration: none;
		display: inline-block;
	}
	
	#submenu-box .span-li-active
	{
		padding: 0;
		color: #f19d00;
		font-weight: normal;
	}
	
	/* slicknav side */
	
	.menu-toggle
	{
		position: absolute;
		right: 5%;
		top: 8px;
		display: block;
		width: 25px;
		height: 25px;
		z-index: 999;
		transition: all 0.5s ease;
	}
	
	.menu-toggle.close
	{
		position: fixed;
		right: 5%;
		top: 10px;
		display: block;
		width: 25px;
		height: 25px;
		z-index: 999;
		transition: all 0.5s ease;
	}
	
	.menu-toggle span
	{
		width: 25px;
		height: 3px;
		background: #fff;
		display: block;
		margin: 6px auto;
		border-radius: 1px;
		transition: all 0.5s ease;
		opacity: 1;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
	}
	
	.menu-toggle.close span:nth-child(1)
	{
		transform: rotate(-45deg);
		transition: all 0.5s ease;
		position: relative;
		height: 3px;
		width: 28px;
		top: 15px;
		left: -2px;
		margin: 0;
		background: #fff;
		box-shadow: none;
	}
	
	.menu-toggle.close span:nth-child(3)
	{
		transform: rotate(45deg);
		transition: all 0.5s ease;
		position: relative;
		height: 3px;
		width: 28px;
		top: -3px;
		left: -2px;
		margin: 0;
		background: #fff;
		box-shadow: none;
	}
	
	.menu-toggle.close span:nth-child(2)
	{
		opacity: 0;
		box-shadow: none;
	}
	
	.overlayer-bg.visible
	{
		position: fixed;
		z-index: 997;
		width: 100%;
		height: calc(100% + 50px);
		background: rgba(0,0,0,0.5);
		top: 0;
		opacity: 1;
		transition: all 0.5s ease;
	}
	
	.overlayer-bg
	{
		z-index: 0;
		opacity: 0;
	}
	
	#menu_primary-mobile .fas, #menu_primary-mobile .fa
	{
		color: #730303 !important;
	}
	
	#menu_primary-mobile
	{
		margin: 0;
		position: fixed;
		top: 0;
		left: -100vw;
		height: 100vh;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		transition: all 0.5s ease;
		z-index: 998;
	}
	
	#menu_primary-mobile.visible
	{
		left: 0;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: #f19d00 #333;
		transition: all 0.5s ease;
	}
	
	#menu_primary-mobile .slicknav_btn
	{
		display: none;
	}
	
	#menu_primary-mobile .slicknav_hidden
	{
		display: block !important;
	}
	
	#menu_primary-mobile .slicknav_parent .slicknav_hidden
	{
		display: none !important;
	}
	
	#menu_primary-mobile .slicknav_menu
	{
		max-width: 250px;
		border-bottom: 0px;
	}
	
	#menu_primary-mobile .slicknav_nav
	{
		border-top: 1px solid #ccc;
	}
	
	#menu_primary-mobile .slicknav_nav a[tabindex="-1"]
	{
		min-width: 250px;
	}
	
	#menu_primary-mobile .slicknav_menu:before
	{
		content: "";
		display: table;
		background: url(../images/layout/logo.png) no-repeat;
		background-size: contain;
		width: 130px;
		height: 100px;
		margin: 20px auto;
	}
	
	#menu_primary-mobile .slicknav_nav a
    {
        padding: 10pt!important;
        margin: 0!important;
        background-color: transparent;
	    text-align: left;
		color: #333333;
		border-bottom: 1px solid #ccc;
    }
	
	#menu_primary-mobile .slicknav_parent.slicknav_open .slicknav_item.slicknav_row[tabindex="-1"]
	{
		background: #730303;
	}
	
	#menu_primary-mobile .slicknav_parent.slicknav_open .slicknav_item.slicknav_row[tabindex="-1"] a,
	#menu_primary-mobile .slicknav_parent.slicknav_open .slicknav_item.slicknav_row[tabindex="-1"] .fa,
	#menu_primary-mobile .slicknav_parent.slicknav_open .slicknav_item.slicknav_row[tabindex="-1"] .fas
	{
		color: #ffffff !important;
	}
	
	#menu_primary-mobile .slicknav_parent.slicknav_open ul.menu-2
	{
		background: #f0f0f0;
	}
	
	#menu_primary-mobile .slicknav_parent.slicknav_open ul.menu-3
	{
		background: #e0e0e0;
	}
	
	#menu_primary-mobile .slicknav_nav ul
	{
		margin: 0;
	}
	
	#menu_primary-mobile .slicknav_nav .slicknav_parent a a
	{
		padding: 10pt 0px!important;
		border-bottom: 0px;
	}
	
	.fixed-position
	{
		overflow: hidden !important;
	}
	
	/* fine menu side */
	
	.content-form form
	{
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #ffffff;
		padding: 30px;
		border-top: 5px solid #f19d00;
		margin: 20px 0;
	}
	
	.content-form form .short-contact-form-filed
	{
		width: 100%;
		border-radius: 0px !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		background: #f9f9f9;
		padding: 15px;
	}
	
	.content-form form textarea
	{
		background: #f9f9f9;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		resize: vertical;
		min-height: 42px;
		padding: 15px;
	}
	
	.content-form form .form-field:nth-child(3) label
	{
		display: none;
	}
	
	.content-form form input[type="text"]:focus, .content-form form textarea:focus
	{
		border-bottom: 1px solid #f19d00;
		background: #fff;
	}
	
	.content-form form #contact-privacybox
	{
		background-color: #f9f9f9;
		border: 0;
	}
	
	ul.nolist
	{
		list-style-type: none;
		margin: 0 0 30px 0;
	}
	
	#sidebar .tags-box div:not(.sidebar-title)
	{
		color: #f8f8f8;
	}
	
	#sidebar .tags-box a
	{
		display: inline-block;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		padding: 5px 10px;
		box-sizing: border-box;
		color: #730303;
		text-decoration: none;
		font-size: 14px;
	}

	.content-article.d-flex{
		display: inline-block!important;
		width: 100%;
	}
	
	.article-header-left{
		float:none!important;
		width:100%!important;
	
	}

	.article-header-right{
		float:none!important;
		width:100%!important;
		margin:0 auto;
		padding:0!important;
		margin-top:20px;
	}
	
	.img-header #image-header{
		width:100%;
		float:none;
	}

	#image-header
    {
		float: none;
		object-fit: cover;
        max-width: 100%!important;
        height: 100px;
        width: auto;
    }

	#menu_top_footer
	{
		padding-top: 20px;
	}

	#menu_top_footer .menu li a img {
		width: 18px;
		height: 18px;
		object-fit: cover;
		display: inline-block !important;
		margin-right: 7px;
		filter: brightness(0) invert(1);
	}

}

/* layout da 768px in poi */
@media (min-width: 980px)
{
    .mobile
    {
        display: none !important;
    }
	
	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;
		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, #f19d00 0%, #730303 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo.png) no-repeat 50% 50%;
		height: 130px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#cookie-bar p b
	{
		font-family: Montserrat;
		width: 100%;
		margin: auto;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #730303!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 40px;
	}
	
	#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;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.8;
	}
    
    /* 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; }

    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 #333333 (testo)
    - Grigio chiaro #DDDDDD
    - Verde acido #730303
    - Azzurro #730303 (link)
    - Azzurro scuro #186687 (link)
	- Giallo #f19d00
	- Bordeaux #730303
    */


    /* BASE
    ----------------------------------*/
    body {
        color: #333333;
        font-family: Lato,Verdana,sans-serif;
        font-size: 16px;
        line-height: 1.5em;
		background: #f8f8f8;
		scroll-behavior: smooth;
		overflow-x: hidden;
    }


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

    h1, h2, h3, h4, h5, h6
    {
        margin: 0px;
        line-height: 1.5em;
		font-family: Montserrat;
		text-align: left;
    }
	
	.content-article h1, .content-article h2, .content-article h3, .content-article h4, .content-article h5, .content-article h6
	{
		color: #730303;
		margin-bottom: 10px;
	}

    h1 
    {
        font-size: 30px;
		line-height: 38px;
    }

    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 10px;
            line-height: 1.7em;    
    }

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

    blockquote
    {
        border-left: 5px solid #DDDDDD;
        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: #730303;
    }

    a:hover
    {
        color: #8f3535;
        text-decoration: none;
    }


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

    #page
    {
        width: 960px;	
        margin: 20px auto;	
        position: relative;
    }

    #content
    {
            padding: 0px;
            float: left;
            margin-right: 20px;
            text-align: justify;
            width: 690px;
    }

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

    #header
    {
            margin: 0px;
            height: 44px;
			background: url(../images/layout/bg-reticolarum.jpg) no-repeat, #f19d00;
			background-size: cover;
			background-position: 50% 0%;
    }

    #image-header
    {
            width: 100%;
            position: absolute;
			object-fit: cover;
			height: 230px;
			object-position: 50% 50%;
    }

    #page-header
    {
        margin-bottom: 20px;
    }
	
	#page-header h1
	{
		display: inline-block;
	}
	
	#page-header h1:after
    {
        content: "";
		height: 5px;
		width: 80px;
		background: #f19d00;
		display: block;
		margin-top: 5px;
    }

    #breadcrumb
    {
            margin-bottom: 20px;
            text-align: left;
    }
	
	.content-abstract, .content-article
	{
		box-sizing: border-box;
		padding: 20px 30px;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		margin: 0 0 20px 0;
		min-height: 90px;
	}
	
	.content-article img[style*="float: left"]
	{
		margin: 10px 20px 10px 0px !important;
	}
	
	.content-article img[style*="float: right"]
	{
		margin: 10px 0px 10px 20px !important;
	}
	
	.content-abstract:first-letter
	{
		font-size: 70px;
		float: left;
		color: #730303;
		font-family: Playfair Display;
		font-style: italic;
		margin-right: 5px;
		line-height: 40px;
	}

	.footer-article
	{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

    .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
    {
		margin: auto;
		position: absolute;
		top: 220px;
		width: 960px;
		z-index: 99;
		overflow: hidden;
    }
    
    .language-switch-box
    {
        width: 960px;
		margin: auto;
		text-align: right;
    }
	
	.language-switch-box b
	{
		display: block;
		font-weight: 400;
		position: absolute;
		top: 190px;
		text-align: right;
		width: 960px;
		z-index: 99;
		color: #fff;
		font-family: Montserrat;
		font-size: 16px;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
	}
	
	body.banner-header .language-switch-box b
	{
		top: 390px;
	}
	
	.language-switch-box.image-header b
	{
		top: 310px;
	}
	
	body.banner-header #wrapper.homepage #language-switcher
	{
		top: 420px;
	}
	
	.language-switch-box.image-header #language-switcher
	{
		top: 220px;
	}
	
	body.banner-header #language-switcher
	{
		top: 280px;
	}
    
    #language-switcher a img
    {
        width: 20px;
        height: 20px;
		border-radius: 100%;
		border: 4px solid #fff;
    }
	
	#language-switcher a img.active-lang.current
	{
        width: 20px;
        height: 20px;
		border-radius: 100%;
		border: 4px solid #f19d00;
    }

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

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

    #backend-goto
    {
            position: absolute;
            top: 0px;
            right: 45%;
            background-color: #fff;
            padding: 10px 20px;
            z-index: 9999;
    }
    
    #backend-goto.backend-goto-cb
    {
            display:none;
    }

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

    form
    {
        padding-bottom: 20px;
    }

    label, input, select, textarea
    {
        font-size: 16px;
    }
	
	label.rc-label
	{
		font-size: 14px;
		text-align: left;
		line-height: 20px;
	}
    
    .content-form .btn
    {
        float: right;
    }

    input, select, textarea
    {
        border-bottom: 1px solid #CCCCCC;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
        padding: 11px 20px;
        width: 100%;
        background-color: #fff;
		font-family: Lato, Trebuchet MS, Helvetica, Verdana, Sans-serif;
		box-sizing: border-box;
    }
	
	input:not([type="checkbox"]):focus, textarea:focus
	{
		border-bottom: 1px solid #f19d00;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	.flex-row-reverse
	{
		display: flex !important;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

    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;
    }

    .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;
    }

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

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

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

    .btn
    {
        background-color: #f19d00;
        color: #ffffff;
        border: 0px;
		font-family: Montserrat;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		padding: 15px 30px;
		border-radius: 99px;
		cursor: pointer;
		outline: medium none;
		text-decoration: none;
		width: auto;
		text-align: center;
		display: inline-block;
		line-height: 14px;
    }
	
	.btn:hover
	{
		background: #730303;
		color: #ffffff;
	}
	
	.small
	{
		font-size: 14px;
	}

    .form-field
    {
        padding: 0;
        display: inline-block;
        width: 100%;
		vertical-align: top;
    }
    
    .form-field.little-text
    {
        font-size: 12px;
    }
    
    .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: #730303;
        color: #fff;
    }

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

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

    .btn:active
    {
        background-color: #730303;
        color: #fff;
    }

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

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

    .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;
        padding: 10px;
		box-sizing: border-box;
    }
    
    .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: #ffffff;
        color: #CE453E;
		border: 1px solid #CE453E;
    }

    .message-ok 
    {
        background-color: #A9D673;
    }

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

    .form-field-error
    {
        background: #CE453E;
		color: #ffffff;
        display: inline-block;
        font-size: 12px;
		line-height: 14px;
		margin: 10px 0;
		padding: 4px 5px;
		position: relative;
		width: auto;
		max-width: max-content;
		text-align: center;
    }
	
	.form-field-error:before
	{
		content: "";
		display: block;
		position: absolute;
		top: -8px;
		left: 8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #CE453E;
	}

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


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

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

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

    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: #333333;
        text-decoration: none;
    }

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

    th .icon-sort
    {
            margin-right: 5px;
    }
	
	ul.nolist
	{
		list-style-type: none;
		margin: 0 0 30px 0;
	}

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

    /* menu */

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

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

    .menu_primary-box
    {
        background-color: #730303;
		display: flex;
		align-items: center;
		height: 70px;
    }
	
	.menu li a img
	{
		display: none;
	}

    #menu_primary
    {
        margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
    }
    
    #menu_primary li ul, #menu_primary li ul li ul
    {
        display: none;
    }

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

    #menu_primary a
    {
            color: #ffffff;
			text-transform: uppercase;
			font-weight: 700;
			font-family: Montserrat;
			font-size: 16px;
    }
	
	#menu_primary.menu li
	{
		padding: 0;
	}

    #menu_primary a:hover
    {
		color: #f19d00;
    }
	
	#menu_primary .li-active
	{
		color: #f19d00;
	}
	
	#menu_top_container
	{
		display: flex;
		align-items: center;
		height: 38px;
	}
	
	#menu_top_container .menu
	{
		margin-left: auto;
		padding: 0;
	}
	
	#header #menu_top_container .menu li a
	{
		color: #333333;
		font-family: Montserrat;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
		padding: 0 3px;
		display: flex;
		align-items: center;
		margin-top: 5px;
	}
	
	#header #menu_top_container .menu li a img
	{
		width: 18px;
		height: 18px;
		object-fit: cover;
		display: inline-block !important;
		margin-right: 7px;
		filter: brightness(0) invert(1);
	}
	
	
	#menu_primary.menu li a img
	{
		width: 22px;
		height: 22px;
		object-fit: cover;
		display: inline-block !important;
		filter: brightness(0) invert(1);
		margin: 0 7px -5px 0;
	}
	
	#menu_primary .menu-2 li a img
	{
		width: 22px;
		height: 22px;
		object-fit: cover;
		display: inline-block !important;
		margin: 0 7px -5px 0;
		filter: none;
	}
	
	#menu_primary .menu-2 li a:hover img
	{
		filter: brightness(0) invert(1);
	}
	
	
	#header #menu_top_container .menu li a:hover
	{
		color: #730303;
	}

    #menu_column
    {
            padding: 0px;
    }

    /* blocchi generici */
	
	#sidebar .block, #sidebar #menu_column .menu-item
	{
		background-color: #ffffff;
		border-radius: 0px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	.block.search
	{
		background: url(../images/layout/bg-reticolarum.jpg) no-repeat !important;
		position: relative;
	}
	
	#sidebar .block.search .form-field-error
	{
		position: absolute;
		top: 110px;
		color: #ffffff;
	}
	
	.block.search h2
	{
		color: #ffffff;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		margin: 0 0 20px 0;
	}
	
	.block.search input[type="text"]
	{
		border: 0px;
		padding: 10px 55px 10px 15px;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 99px;
	}
	
	.block.search .block-int div
	{
		position: relative;
	}
	
	.block.search .btn
	{
		margin-bottom: 10px;
		width: 20px;
		background: url(../images/layout/search-icon-rev.png) no-repeat, #730303;
		background-size: 15px;
		background-position: 50% 50%;
		box-sizing: border-box;
		padding: 13px 20px;
		position: absolute;
		right: 0px;
		top: 0;
	}
	
	.block.search .block
	{
		background: transparent !important;
	}

    .block, #menu_column .menu-item
    {
            margin-bottom: 20px;
            background-color: #ffffff;
    }
	
	form.block
	{
		background: transparent;
		padding: 0;
	}

    .block-title, .block h2, #menu_column h2
    {
            background-color: #730303;
            padding: 20px 25px 0px 25px;
            font-size: 16px;
            margin-bottom: 5px;
            position: relative;
    }

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

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

    .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: #DDDDDD;
    }

    /* contenuti */

    .content-info
    {
        margin: 0 0 10px 0;
		max-width: max-content;
		padding: 5px 0px;
		box-sizing: border-box;
		font-size: 14px;
		display: flex;
		flex-wrap: wrap;
    }
	
	.content-info a
	{
		margin: 0 0 0 5px;
	}
	

	.content-info:before
	{
		content: "";
		display: inline-block;
		margin-right: 2px;
		background: url(../images/layout/ico-news.png) no-repeat;
		background-size: 17px;
		background-position: 5px 50%;
		margin-left: -5px;
		margin-top: 3px;
		width: 25px;
		height: 18px;
	}
	
	.content-info.tags
	{
		display: none;
	}
	
	.content-info.tags:before
	{
		content: "";
		display: inline-block;
		margin-right: 2px;
		background: url(../images/layout/ico-tags.png) no-repeat;
		background-size: 17px;
		background-position: 5px 50%;
		margin-left: -5px;
		margin-top: 3px;
		width: 25px;
		height: 18px;
	}

    .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;
    }
	
	.content-photo, .content-video, .content-file
	{
		padding: 30px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	.content-form form
	{
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #ffffff;
        padding: 30px;
		border-top: 5px solid #f19d00;
	}
	
	.content-form form .short-contact-form-filed
	{
		width: 82%;
		border-radius: 0px !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		background: #f9f9f9;
		padding: 15px;
	}
	
	.content-form form input[type="text"]:focus, .content-form form textarea:focus
	{
		border-bottom: 1px solid #f19d00;
		background: #fff;
	}
	
	.content-form form textarea
	{
		background: #f9f9f9;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		resize: vertical;
		min-height: 42px;
		padding: 15px;
		margin-top: 10px;
		height: 120px;
	}
	
	.content-form form .form-field:nth-child(1),
	.content-form form .form-field:nth-child(2)
	{
		width: 49%;
	}
	
	.content-form form .form-field:nth-child(3) label
	{
		display: none;
	}
	
	.content-form form .form-field:nth-child(1) .short-contact-form-filed,
	.content-form form .form-field:nth-child(2) .short-contact-form-filed
	{
		width: 100%;
	}
	
	.content-form form #contact-privacybox
	{
		background-color: #f9f9f9;
		border: 0;
	}
    
    form
    {
        background: #f8f8f8;
        padding: 20px;
    }
    
    form label
    {
        width: 140px;
        float: left;
        padding: 5px 0 0 0;
        margin: 0 10px 10px 0;
    }
    
    .short-contact-form-filed
    {
        width: 300px;
    }
    
    .small-contact-form-filed
    {
        width: 150px;
    }

    .content-gallery-title
    {
        padding: 20px 0;
        font-weight: bold;
        font-size: 24px;
		font-family: Montserrat;
    }
	
	.content-gallery
	{
		margin-bottom: 20px;
		display: inline-block;
	}
    
   
    .content-node-children 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .content-node-children li
    {
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #ffffff;
		margin: 0 2% 20px 0;
		padding: 10pt;
		width: 23%;
		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 30px 0px;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .content-list-table {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .content-node-children .node-children-title {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin: 25px 0 0 0;
        display: block;
    }
    
    .content-list-img-td {
        display: table-cell;
        padding: 0 35px 0 0;
        vertical-align: top;
        width: 180px;
    }
    
    .content-list-img-td a {
        width: 180px;
        min-height: 180px;
        display: inline-block;
		background: url(../images/layout/logo-trasp.png), #fff;
		background-size: cover;
		background-position: 50% 50%;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
    }
    
    .content-list-img-td img {
        width: 180px;
        height: 180px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #fff;
		object-fit: cover;
		object-position: 50% 50%;
		padding: 10px;
		box-sizing: border-box;
    }
    
    .content-list-text-td {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }
    
    .content-list-infos {
        font-size: 14px;
        color: #999;
		margin-bottom: 5px;
    }
	
	#wrapper.content-30 .content-list-infos
	{
		display: block;
	}
    
    .content-list-title {
        margin: 0 0 10px 0;
    }
    
    .content-list-title a {
        color: #730303;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
		font-family: Montserrat;
    }
	
	.content-list-text a
	{
		text-decoration: none;
		color: #333333;
		text-align: justify;
		display: block;
	}
	
	#sidebar .tags-box div:not(.sidebar-title)
	{
		color: #f8f8f8;
	}
	
	#sidebar .tags-box .sidebar-title
	{
		margin-bottom: 5px;
	}
	
	#sidebar .tags-box a
	{
		display: inline-block;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		padding: 5px 10px;
		box-sizing: border-box;
		color: #730303;
		text-decoration: none;
		font-size: 14px;
		margin: 3px 0px;
	}

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

    .box-960
    {
            width: 960px;
            margin: auto;
            position: relative;
    }

    /* logo header */

    .logo-header
    {
            width: 310px;
            height: 272px;
            background: transparent url(../images/layout/logo-header.png) no-repeat left top;
            display: inline-block;
            margin: 0px;
            background-size: contain;
			position: absolute;
			top: -1px;
			z-index: 99;
			left: -30px;
    }

    /* 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 form#sidebar-form .privacy-container label
	{
		width: auto;
		padding: 0px;
		margin: 0 0 0 5px;
	}
	
	#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;
    }
    
    .left-column-search-field
    {
        width: 70%;
    }

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

    /* Footer */

    #footer
    {
            background-color: #333333;
            padding: 0;
            margin: 50px 0 0 0;
			color: #cccccc;
    }
    
    .footer-container
    {    
        padding: 40px 0 0 0;
    }

    #footer-left
    {
            float: left;
            width: 50%;	
    }

    #footer-right
    {
            float: right;
            width: 50%;
            text-align: right;
    }

    .footer-credentials
    {
            background: #000000;
            color: #cccccc;
            font-size: 12px;
            padding: 10px 0;
    }
	
	.footer-credentials a
	{
		color: #cccccc;
		text-decoration: none
	}

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

    .logo-footer
    {
            width: 168px;
            height: 197px;
            display: inline-block;
            background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
            padding: 0;
            background-size: contain;
			margin-top: -61px;
			margin-left: -18px;
			margin-bottom: 30px;
    }

    .footer-adress-box
    {
		width: 250px;
		text-align: left;
		font-size: 14px;
    }
	
	.footer-adress-box p, .footer-adress-box h3
	{
		margin: 0 !important;
		padding: 0;
	}
	
	.footer-2nd-row
	{
		display: flex;
		justify-content: space-between;
		margin: 20px 0 30px 0;
	}
    
    .footer-social
    {
		text-align: left;
		padding: 0;
		margin: 0 auto;
    }

    .footer-left
    {
            float: left;
			margin-right: 40px;
    }

    .footer-right
    {
         display: flex;
		 justify-content: space-between;
    }
	
	.footer-collaboration
	{
		margin-left: auto;
		text-align: right;
		width: 260px;
		box-sizing: border-box;
		padding-right: 90px;
		position: relative;
	}
	
	.ico-map
	{
		background: url(../images/layout/img-map.png) no-repeat;
		background-size: 70px;
		background-position: 0px 0px;
		display: block;
		width: 70px;
		height: 70px;
	}
	
	.footer-collaboration .ico-map
	{
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.footer-collaboration a
	{
		display: block;
		text-decoration: none;
		color: #f19d00;
	}

    /* Menu footer */
	
	.footer-right h3, .footer-adress-box h3
	{
		text-transform: uppercase;
		color: #f19d00;
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.footer-social h3
	{
		text-transform: uppercase;
		color: #f19d00;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.footer-right div.nomobile div
	{
		margin-right: 50px;
	}
	
	.footer-right ul.menu
	{
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	.footer-right ul.menu li
	{
		margin: 0;
		padding: 0;
	}
	
	.footer-right ul.menu li a
	{
		padding: 0;
		margin: 0;
		color: #cccccc;
		font-size: 14px;
		text-decoration: none;
	}

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

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

    }
    
    .footer-informations-table
    {
        margin-top: auto;
    }

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

    #footer #menu_primary li
    {
            padding: 0 5px;
            font-size: 12px;
    }

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

    /* paginazione */

    .pagination
    {
        text-align: center;
        margin: 10px 0;
		display: flex;
    }

    .pagination ul
    {
        margin: 0px;
    }

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

    .pagination a
    {
		padding: 4px 12px;
		text-decoration: none;
		background: #fff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		font-family: Montserrat;
		font-size: 14px;
		display: block;
		border-radius: 20px;
		font-weight: 600;
		color: #666;
		box-sizing: border-box;
		min-width: 30px;
    }

    li.pagination-active
    {
        padding: 4px 12px; 
        font-weight: 600;
		font-size: 14px;
		color: #730303;
		font-family: Montserrat;
    }

    .pagination-pager
    {
            width: auto;
            text-align: right;
    }

    .pagination-links
    {
            width: 100%;
            text-align: center;
    }

    /* help */

    .ui-tooltip 
    {
            padding: 10px;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1em;
        color: #333333;
        font-family: Helvetica, Lato, 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: 20px;
        color: #333;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }
    
    .comments-title
    {
		padding: 10px 0;
		color: #730303;
		margin: 20px 0;
		font-family: Montserrat;
		font-weight: 700;
		border-bottom: 1px solid #e0e0e0;
    }
    
    /* commenti */

    .content-comment-box {
        margin: 20px 0;
    }
    
  
    
    .commentbox
    {
		border-bottom: 1px solid #ddd;
		margin: 0 0 15px 0;
		padding: 0 0 10px 50px;
		background: url(../images/layout/img-comment-user.png) no-repeat top left;
		background-size: 40px 40px;
		text-align: left;
		font-size: 13px;
    }
    
    #content_comments_add label
    {
		color: #730303;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		padding: 0 0 10px 0;
    }
    
    .comment-user-name
    {
		font-weight: 600;
		color: #730303;
		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;
	}
	
	.content-node-children li:nth-child(4n+4)
	{
		margin-right: 0px;
	}
   
   .content-node-children.list-photo.grid li,
   .content-node-children.list li
   {
        width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
		background: transparent;
		position: relative;
		box-shadow: none;
		border-bottom: 1px solid #ddd;
		padding: 0 0 20px 0px;
   }
  
   
   .content-node-children.list-photo.grid li img
   {	
		width: 180px;
		height: 180px;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #fff;
		object-fit: cover;
		object-position: 50% 50%;
		padding: 10px;
		box-sizing: border-box;
   }
   
   .content-node-children.list-photo.grid .list-text
   {
	   display: flex;
   }
   
   .content-node-children.list-photo.grid .node-children-list-txt
   {
	   padding-left: 20px;
   }
   
    .children-photo-list-no-img 
    {
        margin-top: 20px;
        width: 160px!important;
    }
   
   .content-node-children.list-photo.grid li .content-node-childre-hover-box 
   {
       display:none;
    }   
   
   .content-node-children.list-photo.grid li:hover .content-node-childre-hover-box 
   {
       display:block;
       width: 100%;
        height: 252px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.11);
    }
   
    .content-node-children .node-children-title
    {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0 0 0;
        display: block;
    }
	
	.content-node-children.list .node-children-title
	{
		text-align: left;
		margin: 0px;
	}
	
	.node-children-abstract
	{
		text-align: center;
	}
	
	.content-node-children.list .node-children-abstract
	{
		text-align: left;
	}
    
    .content-node-children .thumb-image 
    {
		width: 100%;
		height: 110px;
		display: block;
		text-align: center;
		background: #f9f9f9;
    }
	
	.content-node-children .thumb-image img {
		width: auto;
		height: 110px;
		object-fit: contain;
		max-width: 100%;
		max-height: 100%;
		mix-blend-mode: multiply;
	}
	
	.content-node-children .thumb-image img[src*="/no-photo.png"]
	{
		width: 50px;
	}
    
    .content-node-children a
    {
        text-decoration: none;
		display: block;
		font-weight: 700;
		font-size: 18px;
		font-family: Montserrat;
		margin: 0 0 10px 0;
    }
    
    .content-gallery-images
    {
        float: left;
        margin: 0 7px 7px 0;
    }
    
    .content-gallery-images img
    {
        width: 99.5%;
        height: auto;
        border: 1px solid #e0e0e0;
        padding: 1px;
        background-color: #ffffff;
    }    
    
    figure:nth-child(7n+7) a
    {
        margin: 0 0 7px 0;
    }
    
    #submenu-box ul 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
	
	#sidebar #submenu-box .block-int
	{
		padding-top: 0px;
	}
    
    #submenu-box ul li 
    {
        padding: 0 0 10px 0;
		margin: 0px 0px 10px 5px;
		border-bottom: 1px solid #e0e0e0;
    }
	
	#submenu-box ul li:first-child
	{
		padding-top: 10px;
		margin-top: 10px;
	}
	
	#submenu-box ul li ul li:first-child
	{
		border-top: 1px solid #e0e0e0;
		padding-top: 10px;
		margin-top: 10px;
	}
    
    #submenu-box ul li a 
    {
        padding: 0;
        text-align: left;
        text-decoration: none;
		color: #333;
        display: inline-block;
		font-family: Montserrat;
		font-weight: bold;
		letter-spacing: -0.4px;
    }
    
    #submenu-box .span-li-active 
    {
        padding: 0;
        color: #730303;
		font-family: Montserrat;
		font-weight: bold;
		letter-spacing: -0.4px;
    }
    
    #submenu-box ul li ul 
    {
        margin: 5px 0 0 0px;
        padding: 0;
        list-style-type: none;

    }
    
    /* */
    
    #submenu-box ul li ul li:last-child 
    {
        margin: 0 5px;
        border-bottom: none;
    }
    
    #submenu-box ul li:last-child 
    {
        border-bottom: none;
		padding: 0;
    }
    
    #submenu-box ul li ul li .span-li-active 
    {
        padding: 0;
        color: #730303;
        font-weight: bold;
        font-size: 13px;
        line-height: 18px;
        display: inline-block;
    }
    
    #submenu-box ul li ul li a 
    {
        font-size: 13px;
        line-height: 18px;
        color: #333;
		font-weight: bold;
    }
    
    #menu_primary li ul 
    {
        background-color: #fff;
        top: 50px!important;
        width: 200px!important;
        display: none;
		box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.7); 
    }
	
	#menu_primary li ul:before
	{
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		left: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #ffffff;
	}
	
	#menu_primary li ul li ul:before
	{
		display: none;
	}
    
    #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: 200px!important;
        top: 0px!important;        
    }
    
    #menu_primary li ul li ul
    {
        background-color: #ffffff;
    }
    
    #menu_primary li ul li a 
    {
        text-transform: initial;
        float: none;
        display: inline-block;
        padding: 15px 10px!important;
        font-weight: 600;
        font-size: 14px;
		line-height: 18px;
        white-space: initial;
        width: 180px;
		color: #333333;
		letter-spacing: -0.4px;
    }
	
	#menu_primary li ul li a:hover
	{
		color: #ffffff !important;
		background: #f19d00;
	}
    
    .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;
    }
    
    .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%;
   }
   
   #menu_cookie_container {
        float: right;
    }
    
    #menu_cookie_container li a
    {
        padding: 0
    }
    
    .right
    {
        float: right;
    }
    
    .left
    {
        float: left;
    }
    
    .social-fb
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fb-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
    
    .social-tw
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-tw-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
	
	.social-insta
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-insta-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
	
	.social-wa
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-wa.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
	
	.social-yt
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-yt-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
    
	
	.social-fl
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-fl-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0 13px 0 0;
    }
	
	.social-rss
	{
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/layout/ico-rss-gray.png) no-repeat center center;
        background-size: cover;
        margin: 0;
    }
    
    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;
	}
	
	input[name="remember_me"]
	{
		margin: 13px 0 0 0;
	}
	
	
	#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
	{
		margin: 20px auto;
	}
	
	.accordion-header
	{
		padding: 15px 30px;
		margin-bottom: 0;
		background-color: #ffffff;
		cursor: pointer;
		display: flex;
		align-items: center;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
	}
	
	.accordion-header h4
	{
		color: #730303;
	}
	
	.accordion-body
	{
		padding: 20px 30px;
		background: #ffffff;
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		margin-top: 20px;
	}
	.accordion .collapsed
	{
		display: none;
	}

	.arrow-down
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #f19d00;
	}
	.arrow-up
	{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #f19d00;
	}
	
	/* nivo slider */
	
	
	#wrapper.homepage .nivoSlider
	{
		min-height: 430px;
		max-height: 430px;
		background: #000;
	}
	
	.nivoSlider
	{
		min-height: 280px;
		max-height: 280px;
		background: #000;
	}
	
	#wrapper.homepage .nivoSlider img
	{
		height: 430px !important;
		width: 2000px !important;
		left: 50% !important;
		margin-left: -1000px;
		object-fit: cover;
		object-position: 50% 0%;
	}
	
	.nivoSlider img
	{
		height: 280px !important;
		width: 2000px !important;
		left: 50% !important;
		margin-left: -1000px;
		object-fit: cover;
		object-position: 50% 0%;
	}
	
	#wrapper.homepage .nivo-caption
	{
		bottom: 200px;
		text-align: left;
	}
	
	.nivo-slice
    {
        z-index: 9 !important;
    }
	
	.nivo-caption
	{
		position: relative;
		bottom: 180px;
		background: transparent;
		width: 980px;
		text-align: right;
		z-index: 99;
		padding: 0;
		opacity: 1;
		overflow: hidden;
		-moz-opacity: 1;
		filter: alpha(opacity=1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: auto;
		height: 200px;
	}
	
	.nivo-caption h2
	{
		font-size: 44px;
		line-height: 48px;
		font-family: Montserrat;
		font-weight: 700;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		text-align: right;
		padding-left: 450px;
		padding-right: 0;
	}
	
	#wrapper.homepage .nivo-caption h2
	{
		text-align: left;
		padding-right: 450px;
		padding-left: 0;
	}
	
	.nivo-caption span
	{
		color: #fff;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		position: relative;
        top: 50px;
        font-size: 18px;
	}
	
	.nivo-caption .btn
	{
		display: inline-block !important;
		font-size: 16px;
		line-height: 16px;
		background: transparent;
		font-weight: 400;
		text-transform: inherit;
		padding: 0px;
		margin: 10px 0;
		z-index: 9999 !important;
		position: absolute;
		top: 150px;
		left: 0;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		overflow: hidden;
		width: auto;
		min-width: 70px;
	}
	
	.nivo-caption .btn:hover
	{
		opacity: 0.8
	}
	
	.nivo-directionNav
	{
		display: none;
	}
	
	body.banner-header .banner-fix
	{
		display: none !important;
	}
	
	.banner-fix
	{
		background: #333333;
		height: 230px;
	}
	
	.banner-fix.image-header
	{
		height: 230px;
	}
	
	/*
	
	.banner-fix
	{
	  position: relative;
	  z-index: -1;
	}

	.banner-fix:after
	{
	  content: "";
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background: url(https://test.romasotterranea.it/upl/attivita-di-scavo_slider_img.jpg) no-repeat;
	  background-size: cover;
	  position: absolute;
	  background-position: 50% 20%;
	  mix-blend-mode: color-dodge;
	  filter: blur(5px);
	  z-index: -1;
	}
	
	
	*/
	
	/* Blocchi home page */
	
	#region-blocks_child
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 15px auto;
	}
	
	#region-blocks_child .block
	{
		box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
		background: #ffffff;
		width: 12%;
		padding: 10px 0;
	}
	
	#region-blocks_child .block a
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333333;
		font-size: 18px;
		text-align: center;
		transition: none;
		padding: 0 28px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	#region-blocks_child .block img
	{
		width: 70px;
		height: auto;
		margin: 0 auto 10px;
	}
	
	#region-blocks_child .block:hover
	{
		background: #f19d00;
		transition: all 0.5s ease;
	}
	
	#region-blocks_child .block:hover a, #region-blocks_child .block a:hover
	{
		color: #ffffff;
	}
	
	#region-blocks_child .block:hover img
	{
		filter: brightness(0) invert(1);
	}
	
	/* attivita */
	
	#region-blocks_attivita
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: #333333;
		padding: 30px 0 10px 0
	}
	
	#region-blocks_attivita .block
	{
		background: transparent;
		margin: 0 auto;
		width: 960px;
	}
	
	#region-blocks_attivita ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#region-blocks_attivita ul li
	{
		margin: 30px auto;
		position: relative;
		overflow: hidden;
	}
	
	#region-blocks_attivita ul li .container-li
	{
		background: #ffffff;
		height: 220px;
		-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_attivita ul li .block-img
	{
		height: 200px;
		width: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #e5e5e5;
		background-position: 50% 50%;
		background-size:  40px;
	}
	
	#region-blocks_attivita ul li .block-img img
	{
		height: 150px;
		width: 100%;
		object-fit: cover;
		object-position: 100% 0;
	}
	
	#region-blocks_attivita ul li .block-text
	{
		padding: 18px 20px 20px 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	#region-blocks_attivita ul li .block-text .link-more
	{
		margin-top: auto;
	}
	
	#region-blocks_attivita ul li div.hidden-text
	{
		color: #fff;
		background: #f19d00;
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		top: 100%;
		height: 100%;
		overflow: hidden;
		text-align: left;
		transition:all 500ms ease;
		width: 100%;
	}

	
	#region-blocks_attivita ul li div.hidden-text a
	{
		color: #ffffff;
		letter-spacing: -0.1px;
	}
	
	#region-blocks_attivita ul li div.hidden-text h3
	{
		color: #730303;
		margin: 0 0 10px 0;
	}
	
	#region-blocks_attivita ul li:hover div.hidden-text
	{
		top: 0;
	}
	
	#region-blocks_attivita .title-block
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#region-blocks_attivita .title-block .btn
	{
		border: 1px solid #fff;
		color: #ffffff;
		background: transparent;
	}
	
	#region-blocks_attivita .title-block .btn:hover
	{
		border: 1px solid #f19d00;
		color: #f19d00;
		background: #404040;
	}
	
	#region-blocks_attivita h2
	{
		text-transform: uppercase;
		color: #ffffff;
		font-size: 30px;
		padding: 0;
		margin: 0;
		line-height: 34px;
		text-align: left;
	}
	
	#region-blocks_attivita h3
	{
		text-align: left;
		margin: 0 0 20px 0;
		line-height: 18px;
		text-transform: uppercase;
		font-size: 18px;
		color: #730303;
	}
	
	#region-blocks_attivita a
	{
		text-decoration: none; 
		color: #730303;
	}
	
	.slick-slider
	{
    margin: 0 -15px !important;
	}
	
	.slick-slide
	{
		margin-right:15px;
		margin-left:15px;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		left: -50px;
		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: -50px;
		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 news HP */
	
	#region-blocks_news
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: #f0f0f0;
		padding: 30px 0;
	}
	
	#region-blocks_news .title-block
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#region-blocks_news .title-block .btn
	{
		border: 1px solid #333333;
		background: transparent;
		color: #333333;
	}
	
	#region-blocks_news .title-block .btn:hover
	{
		border: 1px solid #f19d00;
		background: #ffffff;
		color: #f19d00;
	}
	
	#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;
		flex-wrap: wrap;
	}
	
	#region-blocks_news ul li .block-data
	{
		width: 90px;
		padding: 15px 12px 25px 25px;
		box-sizing: border-box;
		background: url(../images/layout/data-badge.png) no-repeat;
		background-size: cover;
		background-position: 50% 0%;
		position: absolute;
		top: -11px;
		left: 15px;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		font-family: Montserrat;
		text-transform: uppercase;
		color: #f19d00;
		line-height: 24px;
		z-index: 2;
	}
	
	#region-blocks_news ul li .block-data:first-line
	{
		color: #730303;
		font-size: 30px;
	}
	
	#region-blocks_news ul li:nth-child(1), #region-blocks_news ul li:nth-child(2)
	{
		margin: 30px 0 0 0;
		width: 48.7%;
	}
	
	#region-blocks_news ul li:nth-child(1) .container-li, #region-blocks_news ul li:nth-child(2) .container-li
	{
		flex-direction: row;
		height: 320px;
	}
	
	#region-blocks_news ul li
	{
		margin: 30px 0 0 0;
		width: 23%;
		position: relative;
	}
	
	#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:nth-child(1) .block-img, #region-blocks_news ul li:nth-child(2) .block-img
	{
		min-width: 222px;
		height: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #f0f0f0;
		background-position: 50% 50%;
		background-size:  40px;
	}
	
	#region-blocks_news ul li .block-img
	{
		height: 200px;
		width: 100%;
		background: url(../images/layout/no-photo.png) no-repeat, #f0f0f0;
		background-position: 50% 50%;
		background-size:  40px;
		overflow: hidden;
	}
	
	#region-blocks_news ul li .block-img img
	{
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: 50% 50%;

	}
	
	#region-blocks_news ul li .block-text
	{
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		height: 100%;
		text-align: left;		
	}
	
	#region-blocks_news ul li .block-text .btn
	{
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		color: #ffffff;
		padding: 15px 27px;
	}
	
	#region-blocks_news h2
	{
		text-transform: uppercase;
		font-size: 30px;
		padding: 0;
		margin: 0;
		line-height: 34px;
		text-align: left;
	}
	
	#region-blocks_news h3
	{
		text-align: left;
		margin: 0 0 10px 0;
		line-height: 22px;
		text-decoration: none;
		color: #333333;
		text-transform: uppercase;
		font-size: 18px;
		overflow: hidden;
		display: -webkit-box;
		max-width: 280px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		min-height: 40px;
	}
	
	/* block newsletter hp */
	
	.newsletter-box
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		background: url(../images/layout/bg-reticolarum.jpg) no-repeat;
		background-position: 50% 0%;
		background-size: cover;
		padding: 50px 0;
		margin-bottom: -118px;
	}
	
	.newsletter-box .box-960
	{
		display: flex;
		align-items: center;
	}
	
	.newsletter-description
	{
		color: #333333;
		font-size: 24px;
		line-height: 30px;
		text-align: right;
		padding: 0;
		box-sizing: border-box;
		font-family: Montserrat;
		min-width: 440px;
	}
	
	.newsletter-description b
	{
		font-weight: 700;
	}
	
	.newsletter-box .newsletter-field
	{
		margin-right: -40px;
		border: 0px;
		width: 40%;
		padding: 12px 20px;
		border-radius: 99px;
	}
	
	.newsletter-box .newsletter-field:focus
	{
		border-bottom: 0;
	}
	
	.newsletter-description h2
	{
		transform: skew(-5deg, 0deg);
		font-weight: 800;
		font-size: 24px;
		color: #ffffff;
		margin-top: 30px;
		text-align: right;
	}
	
	.form-field.privacy label
	{
		width: 100% !important;
		margin: 0px;
		color: #333333;
	}
	
	.newsletter-box .btn
	{
		background: #730303;
	}
	
	.newsletter-box .btn:hover
	{
		background: #333;
		color: #f19d00;
	}
	
	.newsletter-box .form-field-error:before
	{
		display: none !important;
	}
	
	.newsletter-box .form-field-error
	{
		padding: 0 5px;
		line-height: 18px;
	}
	
	.newsletter-box .block-int
	{
		padding: 0;
		background: transparent;
		padding-left: 70px;
		box-sizing: border-box;
	}
	
	.newsletter-box form
	{
		padding: 0px;
		background: transparent;
	}
	
	#menu_associazione_container:before
	{
		content: "Associazione";
		color: #f19d00;
		font-family: Montserrat;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}
	
	#menu_visite_container:before
	{
		content: "Visite";
		color: #f19d00;
		font-family: Montserrat;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}
	
	#menu_tesseramenti_container:before
	{
		content: "Tesseramenti";
		color: #f19d00;
		font-family: Montserrat;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}
	
	#menu_cookie_container:before
	{
		content: "Legal";
		color: #f19d00;
		font-family: Montserrat;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}
	
}

@media (min-width: 1247px)
{
    
    body
    {
        font-size: 16px;
    }
    
    #page, .box-960 
    {
        width: 1227px;
        padding: 0 10px;
    }
    
    #content
    {
        width: 955px;
    }
    
    #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: #333333;
            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;
    }
	
	.nivo-caption h2:after
	{
		content: "";
		width: 200px;
		height: 5px;
		background: #f19d00;
		display: block;
		margin: 20px 0;
		position: absolute;
        right: 0
	}
	
	#wrapper.homepage .nivo-caption h2:after
	{
		left: 0;
		right: auto;
	}
	
	.nivo-caption .btn
	{
		top: 130px;
	}
	
	.nivo-caption, #language-switcher, .language-switch-box, .language-switch-box b, #region-blocks_attivita .block, #region-blocks_news .block
	{
		width: 1227px;
	}
	
	#region-blocks_news ul li:nth-child(1) .block-img, #region-blocks_news ul li:nth-child(2) .block-img
	{
		min-width: 282px;
	}
	
	#region-blocks_news ul li .block-text .btn
	{
		margin-top: auto;
	}

}
.article-header-left{
	float:left;
	width:80%;

}
.article-header-right{
	float:right;
	width:20%;
	padding:10px;
	padding-right: 0;
}
.article-header-right  .content-list-img-td{
	padding: 0;
}
.article-header-right img{
	width: 150px;
	height: 150px;
}
.img-author{
	border-radius: 50%;
	box-shadow: 0px 0px 15px -10px rgb(0 0 0 / 50%);
	width: 80px;
}
.content-article h1{
	color:#333 !important;
	font-size:28px 

}
.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.author{

	margin-top:10px
}
.author-text{
	flex-grow: 1;
	margin-left:15px;
	
}

.mb-0{
	margin-bottom:0 !important
}
.lh-18{
	line-height: 18px;
}
.mt-5{
	margin-top:5px
}
.fs-12{
	font-size: 12px;
}
.img-header img{
	max-width:100%;
	float:right
}
.img-header  #image-header{
	position: relative;
	height: auto !important;
	box-shadow: 0px 0px 15px -10px rgb(0 0 0 / 50%);
	
}
.img-header{
	display: flex;
}
@media (min-width: 240px) and (max-width: 979px){
.article-header-right  .content-list-img-td {
  display:none
}
#cont-auth{
	flex-direction: column;
	align-items: flex-start;
}
.tags-box-header{
	margin-top: 15px  ;
}
}
.slider-logos .slick-slide img{
	max-width:100%;
	height: 160px;
	mix-blend-mode: multiply;
	filter: contrast(1);
}
.slider-logos .slick-arrow{
	display: none !important;
}
.slick-slide li{
	background:#f8f8f8;
}