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

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

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

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


:focus
{
	outline: none !important;
}

    
@media (min-width: 240px) and (max-width: 979px)                                                                                                                                                              
{  
	#cookie-bar
	{
		background: rgba(0,0,0,0.8) !important;
		position: fixed;
		height: 100% !important;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#cookie-bar p
	{
		width: 60%;
		max-width: 60%;
		min-width: 60%;
		margin: auto;
		background: #fff;
		height: 500px;
		padding: 30px;
		color: #000;
		text-align: center;
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-top: 15px solid #16b9c5;
		border-image-source: linear-gradient(to left, #eee 0%, #16b9c5 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo-header.png) no-repeat 50% 50%;
		height: 70px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 40px;
	}
	
	#cookie-bar p b
	{
		width: 100%;
		margin: auto;
		font-size: 16pt;
		font-weight: bold;
		font-family: Ubuntu;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #16b9c5 !important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	
	#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
	{
		background: #333!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.6;
	}

    /* 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: Ubuntu, Trebuchet MS, Helvetica, Verdana, Sans-serif;
        font-size: 12pt;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
		overflow-x: hidden;
    }
    
    a 
    {
        color: #ff8041;
    }
    
    a:hover
    {
        text-decoration: none;
    }    
    
    h1, h2, h3, h4, h5, h6
    {
        margin: 0 0 14pt 0;
        text-align: center;
    }

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

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

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

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

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

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

    img
    {
        max-width: 100%!important;
        height: auto !important;
        width: auto;
    }
    
    #image-header, .content-gmap, .content-video, .content-photo
    {
        margin: 0 0 21pt 0;
    }

    #content
    {
        width: 100%!important;
    }

    #header 
    {
        text-align: center;
        background: #fff;
        padding: 3% 0;
		padding-top: 0px;
    }

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

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

    #page
    {
        margin: 5%;
        /* border: 1px solid #EAEAEA;
        padding: 5%; */
        text-align: justify;
    }
    
    .nivo-controlNav
    {
        display: none;
    }

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

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

    .logo-header 
    {
        width: 100%;
        height: 96px;
        background: transparent url(../images/layout/logo-header.png) no-repeat center top;
        display: block;
        margin: 5% 0;
        background-size: contain;
    }
    
    .logo-footer
    {
        width: 100%;
        height: 96px;
        background: transparent url(../images/layout/logo-header.png) no-repeat center top;
        display: block;
        margin: 5% 0;
        background-size: contain;        
    }
    
    label
    {
        text-align: left;
        display: block;
    }
    
    .block input
    {
        width: 95%;
    }
    
    .block input[type="submit"]    
    {
        width: 100%;
    }
    
    .block h2
    {
        margin: 0;
    }
    
    #box-newsletter 
    {
        border: 1px solid #E5E5E5;
        padding: 5%;
    }
    
    .newsletter-title 
    {
        font-weight: bold;
    }
    
    #box-newsletter input
    {
        width: 95%;
        margin: 0 0 7pt 0;
    }
    
    #box-newsletter input[type="submit"], #box-newsletter input[type="button"]
    {
        width: 100%;
        margin: 0;
    }
    
    #breadcrumb 
    {
        margin: 14pt 0;
        text-align: left;
    }
    
    .footer-credentials 
    {
        background: #595959;
        color: #ffffff;
        padding: 14pt 5%;
    }
    
    .footer-credentials a
    {
        color: #fff;
        text-decoration: none;
    }
	
	.content-gallery-img {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.social
	{
		margin: 10pt 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.btn
	{
		display: block;
		padding: 7pt;
		font-size: 12pt;
		background: #ff8041;
		border: none;
		text-decoration: none;
		text-align: center;
		color: #fff;
	}
	
	.social li
	{
		float: left;
		margin: 0 7pt 0 0;
	}
	
	.social li:nth-child(4)
	{
		max-width: 70px;
	}
    
    .form-field-error
    {
        color: #CE453E;
        display: block;
		background: #fff;
		text-align: center;
		padding: 5px;
		margin-top: 5px;
    }
	
	.footer-right {
		text-align: center;
		padding: 0 5%;
	}
	
	.footer-right h4
	{
		text-align: center;
	}
	
	.txt-footer-3
	{
		display: none;
	}
	
	#menu_cookie_container {
		display: inline-block;
	}
    
    textarea
    {
        width: 100%;
    }
    
    input[type="submit"]
    {
        width: 100%;
    }
    
    input[type="checkbox"]
    {
        width: auto;
    }
    
    .newsletter-description 
    {
        margin: 7pt 0;
    }

    .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: 2%;
        margin: 0px;
        background: transparent;
        width: 82%;
        float: left;
    }

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

    input
    {
        width: 96%;
        padding: 2%;
        font-size: 12pt;
    }

    p
    {
        margin: 0 0 10pt 0;
    }

    #footer
    {
        background-color: #3c3d41;
        padding: 0;
        margin-top: 5%;
        text-align: center;
		color: #ccc;
		padding-top: 2%;
    }

    iframe
    {
        width: 100%!important;
        height: auto;
    }
        
    .content-gallery figcaption,.content-photo figcaption
    {
        display:none;
    }

    .nomobile
    {
        display: none !important;
    }

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

    .slicknav_menu .slicknav_menutxt
    {
        color: #999!important;
        text-shadow: none!important;
		font-weight: 400;
    }
	
	#footer .slicknav_menu .slicknav_menutxt
    {
        color: #fff!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: #383738;
	    text-align: left;
    }
	
	#menu_primary-mobile {
		margin: 0 5%;
		position: relative;
		z-index:9999;
		top: 10px;
		background: #fff;
	}

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

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

    .slicknav_nav a:hover a
    {

        background: #ff8041!important;

    }	

    .slicknav_nav .slicknav_item
    {

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

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

	.content-img-list
    {
        float: left;
        width: 22.5%;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
        margin: 0 2.5% 2% 0;
		box-sizing: border-box;
    }	
    
    .content-gallery-images
    {
        float: none;
        margin: 0;
    }
    
    .content-gallery-images img
    {
        width: 99.5%;
        height: auto;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
        max-width: 99.5%!important;
    }
	
	.nivoSlider, .nivo-controlNav, .content-gallery-title
    {
        font-size: 16pt;
    }
	
	.nivoSlider
	{
		margin-bottom: 30px;
		position: relative;
	}
	
	.nivoSlider img
	{
		width: 100% !important;
		height: 250px !important;
		max-width: none !important;
		left: 0% !important;
		box-sizing: border-box;
		padding-left: 100%;
		background: url(../images/layout/slider-hp-mob.png) no-repeat;
		background-size: cover;
	}
	
		/* Banner h 250px */
	
	.content-12 .content-gallery-slider.nivoSlider img,
	.content-13 .content-gallery-slider.nivoSlider img,
	.content-15 .content-gallery-slider.nivoSlider img,
	.content-16 .content-gallery-slider.nivoSlider img,
	.content-65 .content-gallery-slider.nivoSlider img,
	.content-66 .content-gallery-slider.nivoSlider img,
	.content-67 .content-gallery-slider.nivoSlider img,
	.content-68 .content-gallery-slider.nivoSlider img
	{
		
        left: 100%!important;
        width: 100%!important;
        height: 150px!important;
        margin-left: -100%;
		padding-left: 100%;
		background: url(../images/layout/slider-pagine-mob.png) no-repeat;
		background-size: cover;
	}
	
	.nivo-caption
	{	
		z-index: 999;
		left: 0 !important;
		right: 0 !important;
		background: transparent !important;
		height: auto !important;
		color: #333333 !important;
		font-weight: 500;
		font-size: 14pt !important;
		line-height: 20pt !important;
		opacity: 1 !important;
		padding: 0 5% !important;
		margin: auto !important;
		box-sizing: border-box;
		top: 30px;
	}
	
	.content-12 .nivo-caption,
	.content-13 .nivo-caption,
	.content-15 .nivo-caption,
	.content-16 .nivo-caption,
	.content-65 .nivo-caption,
	.content-66 .nivo-caption,
	.content-67 .nivo-caption,
	.content-68 .nivo-caption
	{
		top: 40px;
	}
	
	.homepage .nivo-caption
	{
		bottom: 13% !important;
	}

	
	.nivo-directionNav
	{
		display: none;
	}
	
	.nivo-caption h2
	{
		font-size: 26pt;
		color: #16b9c5;
		font-weight: 700;
		line-height: 28pt;
		text-transform: uppercase;
		text-align:left;
	}
	
	.nivo-caption h3
	{
		font-size: 26pt;
		color: #ffffff;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px;
		line-height: 28pt;
		padding: 0px;
		text-align:left;
	}
	
	.nivo-caption h4
	{
		font-size: 26pt;
		color: #333333;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px;
		line-height: 28pt;
		padding: 0px;
		text-align:left;
	}
	
	.nivo-caption .btn
	{
		display: inline-block !important;
		margin-top: 20px;
		border-radius: 30px;
		font-size: 12pt;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 14px;
		letter-spacing: 0px;
	}
    
    .content-gallery figure:nth-child(4n+4) a
    {       
        margin: 0 0 2% 0;
    }
    
    
    .content-gallery
    {
        width: 100%;
        display: inline-block;
    }
    
    .content-file 
    {
        background-color: #E5E5E5;
        padding: 10px;
        margin: 14pt 0 7pt 0;
    }
    
    .filenode-thumb 
    {
        display: table-cell;
    }
    
    .filenode-title 
    {
        display: table-cell;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    
    .block, #menu_column .menu-item 
    {
        margin: 14pt 0 7pt 0;
        background-color: #f2f2f2;
    }   
    
    .block-title, .block h2, #menu_column h2 
    {
        background-color: transparent;
        padding: 14pt;
    }
    
    .block-int
    {
        padding: 5%;
    }
    
    .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 {
		display: flex;
		margin: 0 0 30px 0;
		flex-direction: column;
		background: #f0f0f0;
		border-radius: 20px;
		position: relative;
	}
	
	.node-product:after
	{
		content: "";
		width: 90%;
		height: 20px;
		background: #000;
		display: block;
		position: absolute;
		bottom: -5px;
		border-radius: 100%;
		z-index: -1;
		-webkit-filter: blur(5px);
		        filter: blur(5px);
		opacity: 0.4;
		left: calc(50% - 45%);
	}
	
	.node-product .node-product-img-box
	{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
		background: #16b9c5;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	
	.node-product .node-product-img-box img
	{
		width: 100%;
		height: auto;
		padding: 10px 0 0 0;
		box-sizing: border-box;
		-o-object-fit: cover;
		   object-fit: cover;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	
	.node-product .node-product-text-box
	{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 30px;
		box-sizing: border-box;
		background: #f0f0f0;
		border-bottom: 10px solid #ff8041;
		border-top: 0px;
		text-align: center;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}	
	
	.node-product .node-product-text-box .btn
	{
		font-size: 16pt;
		padding: 15px 30px;
		border-radius: 30px;
		line-height: 20pt;
	}
	
	.node-product .node-product-text-box h1,
	.node-product .node-product-text-box h2,
	.node-product .node-product-text-box h3,
	.node-product .node-product-text-box h4,
	.node-product .node-product-text-box h5,
	.node-product .node-product-text-box h6
	{
		color: #ff8041;
	}
	
	#pre-header
	{
		background-color: #16b9c5;
	}
	
	#pre-header .box-960
	{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	.link-access, .social-pre-header
	{
		margin-right: 10px;
	}
	
	.social-pre-header
	{
		margin-top: 7px;
		margin-left: 10px;
	}
	
	.link-access a
	{	
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin-right: 10px;
		display: inline-block;
	}
	
	.link-access a:hover
	{
		color: #333333;
	}
	
	.footer-social
	{
		margin-bottom: 30px;
	}
	
	.social-fb {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-fb.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }

	.social-id {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-id.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
    
    .social-tw {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(../images/layout/ico-tw.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-ld {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-ld.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	#footer .social-fb
	{
		background: url(../images/layout/ico-fb-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
	
	#footer .social-tw
	{
		background: url(../images/layout/ico-tw-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
	
	#footer .social-ld
	{
		background: url(../images/layout/ico-ld-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
	
	.is-sticky #header, .sticky-wrapper #header, .sticky-wrapper #header {
     position: static !important;
	 width: auto !important;
	}
	
	 #header-sticky-wrapper.sticky-wrapper
	 {
		height: 200px !important;
	 }

	 
	 .field-privacybox p
	{
		width: auto !important;
		text-align: left !important;
	}
	
	.field-privacybox h2, .field-privacybox h3
	{
		text-align: left !important;
		font-size: 16pt !important;
		line-height: 18pt !important;
		width: auto !important;
		margin-bottom: 0px !important;
	}

	#wrapper.homepage #page
	{
		margin: 0 !important;
	}
	
	/*  blocchi  */
	
	#block_block_1.block
	{
		background: transparent;
		margin: 0px 0px 50px 0px;
	}
	
	#block_block_1.block h2
	{
		padding: 0px 50px 30px 50px;
		margin: auto; 
		text-align: center;
		font-size: 26pt;
		background-color: transparent;
	}
	
	#block_block_1.block h3
	{
		margin: 0px !important;
		padding: 0 5% !important;
		box-sizing: border-box;
		font-size: 16pt;
		line-height: 22pt;
	}
	
	#block_block_1 .block-int
	{
		padding: 0px;
	}
	
	#block_block_2.block
	{
		background: transparent;
	}
	
	#block_block_2 .box-960
	{
		padding: 0px;
	}
	
	#block_block_2 ul
	{	
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#block_block_2 ul li 
	{
		background: #16b9c5;
		position: relative;
		width: 100%;
		font-size: 16pt;
		line-height: 30px;
		margin-bottom: 5%;
	}
	
	#block_block_2 ul li div
	{
		font-size: 16pt;
		line-height: 22pt;
	}
	
	#block_block_2 ul li:nth-child(1)
	{
		background: #16b9c5 url(../images/layout/azienda.jpg) no-repeat;
		background-position: 50% 0%;
		background-size: contain;
	}
	
	#block_block_2 ul li:nth-child(2)
	{
		background: #16b9c5 url(../images/layout/desktop.jpg) no-repeat;
		background-position: 50% 0%;
		background-size: cover;
	}
	
	#block_block_2 ul li:nth-child(3)
	{
		background: #16b9c5 url(../images/layout/tablet.jpg) no-repeat;
		background-size: contain;
		background-position: 50% 0%;
	}
	
	#block_block_2 ul li div
	{
		display: flex;
		flex-direction: row;
		max-width: 960px;
		margin: auto;
		min-height: 350px;
		color: #333;
		text-decoration: none;
	}
	
	#block_block_2 ul li .block-text h2
	{
		font-size: 26pt;
		line-height: 28pt;
		color: #fff;
		text-transform: uppercase;
		margin: 20px 0px;
		padding: 0px;
		background-color: transparent;
		text-align: center;
	}
	
	#block_block_2 ul li:nth-child(2) .block-text h2
	{
		color: #333;
		font-size: 26pt;
		line-height: 28pt;
	}
	
	#block_block_2 ul li .block-text
	{
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		max-width: 80%;
		padding-top: 65%;
		text-align: center;
	}

	#block_block_2 .btn
	{
		background-color: #16b9c5;
		font-weight: 400;
		letter-spacing: 1px;
		color: #fff;
		font-size: 18px;
		line-height: 20px;
		padding: 15px 20px;
		text-align: center;
		width: auto;
		border-radius: 40px;
		max-width: 160px;
		width: 160px;
		margin: 30px auto;
	}
	
	#block_block_2 .btn:after
	{
		content: "";
		background: url(../images/layout/arrow.png) no-repeat;
		display: inline-block;
		background-size: cover;
		width: 10px;
		height: 10px;
		position: relative;
		left: 10px;
	}
	
	#block_block_2 .btn:hover
	{
		background-color: #14a6b1;
	}
	
	#block_block_2 ul li:nth-child(1) .btn,
	#block_block_2 ul li:nth-child(3) .btn
	{
		background-color: #fff;
		color: #16b9c5;
	}
	
	#block_block_2 ul li:nth-child(1) .btn:after,
	#block_block_2 ul li:nth-child(3) .btn:after
	{
		content: "";
		background: url(../images/layout/arrow-blue.png) no-repeat;
		display: inline-block;
		background-size: cover;
		width: 10px;
		height: 10px;
		position: relative;
		left: 10px
	}
	
	#block_block_3.block
	{
		text-align:center;
	}
	
	#block_block_4.block,
	#block_block_5.block
	{
		background-color: #fff;
		margin-bottom: 70px;
		margin-top: 70px;
	}
	
	#block_block_4 h2,
	#block_block_5 h2
	{
		font-size: 40px;
		line-height: 36px;
		color: #333;
		text-transform: uppercase;
		margin: 50px 0px 20px 0px;
		padding: 0px;
		text-align: center;
		background-color: transparent;
	}
	
	#block_block_4 ul li .block-text h2,
	#block_block_5 ul li .block-text h2
	{
		display: none;
	}
	
	#block_block_4 ul,
	#block_block_5 ul
	{
		list-style-type: none;
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	
	#block_block_4 ul li,
	#block_block_5 ul li
	{
		margin: 0px auto;
		width: 80%;
		text-align: center;
		margin-top: 40px;
	}
	
	#block_block_4 .block-img,
	#block_block_5 .block-img
	{
		text-align: center;
		margin-bottom: 20px;
	}
	
	#block_block_4 .block-img img
	{
		max-width: 130px !important;
	}
	
	#block_block_5 .block-img img
	{
		max-width: 200px !important;
	}
	
		#sidebar #region-blocks_5
	{
		background: transparent !important;
		margin: 30px 0 0 0 !important;
		left: 0 !important;
		right: 0 !important;
		box-shadow: none !important;
		width: 100% !important;
	}
	
	#sidebar #block_block_5 .box-960
	{
		width: 100%;
	}
	
	#sidebar #block_block_5.block
	{
		background-color: #f2f2f2 !important;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 5%;
	}
	
	#sidebar #block_block_5 ul
	{
		list-style-type: none;
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}
	
	#sidebar #block_block_5 ul li
	{
		margin: 0px;
		width: 100%;
	}
	
	#sidebar #block_block_5 h2
	{
		font-size: 20pt;
		line-height: 24pt;
		text-transform: inherit;
		margin: 0px;
	}
	
	#sidebar #block_block_5 img
	{
		mix-blend-mode: multiply;
		width: 150px;
		margin: 10px auto;
		height: auto;
		max-height: none;
	}

	
	/* content form HP */
	.homepage div.content-wired
	{
		/* background: #16b9c5 !important; */
		position: relative !important;
		width: 100% !important;
		padding-top: 50px;
	}
	
	.homepage div.content-form
	{
		margin: auto;
		
	}
	
	.homepage div.content-form form
	{
	background: transparent;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
	}
	
	.homepage div.content-wired h2, .homepage div.content-wired p:not(.form-field)
	{
		margin: auto;
		background: transparent;
		text-align: center;
		width: 80%;
	}
	
	.homepage div.content-form p.form-field
	{
		width: 100%;
	}
	
	.homepage div.content-wired h2
	{
		text-transform: uppercase;
		color: #ffffff;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}	
	
	.homepage div.content-wired h2 b
	{
		color: #333;
	}
	
	.homepage div.content-form form label
	{
		color: #fff;
		font-weight: 400;
		text-align: left;
		padding: 0px;
		font-size: 16px;
		width: 80%;
		margin: 10px auto;
	}
	
	.homepage div.content-form form .short-contact-form-filed
	{
		width: 80%;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #0c848d;
		font-family: Ubuntu;
	}
	
	.homepage div.content-form form .short-contact-form-filed:focus, .homepage div.content-form form textarea:focus
	{
	border-bottom: 1px solid #fff;	
	}
	
	.homepage div.content-form form textarea
	{
		width: 80%;
		height: 20px;
		padding: 2%;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #0c848d;
		resize: vertical;
		font-family: Ubuntu;
		
	}
	
	.homepage div.content-form input[type="checkbox"]
	{
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin: 0px 5px 0px 0px;
	position: relative;
	top: 0px;
    padding: 0px;
    background-color: #fff;
    outline: none;
	}
	
	.homepage div.content-form input[type="checkbox"]:checked
	{
		border: 0px solid #ffffff;
		outline: none;
		background: transparent
	}
	
	.homepage div.content-form input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #fff;
		font-weight: 300;
		position: relative;
		top: -2px;
		outline: none;
	}
	
	.field-privacybox
	{
		overflow-y: scroll;
		height: 100px;
	}
	
	.homepage div.content-form form .field-privacybox
	{
		width: 80%;
		border: 0px;
		background: rgba(255,255,255,0.3);
		margin: 40px auto;
		text-align: justify;
		color: #fff;
		font-size: 10pt;
		line-height: 12pt;
		padding: 2%;

	}
	.homepage div.content-form form .rc-label
	{
		width: 80% !important;
		margin: 20px auto;
		float: none;
	}
	
	.homepage div.content-form form .form-field.little-text
	{	
		font-weight: normal;
		color: #fff;
		text-align: center;
		margin: auto;
		width: 80%;
	}
	
	.homepage div.content-form .btn
	{
		float: none;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 200px;
		margin: 20px auto;
		background-color: #ff8041;
	}
	
	/*  edicola digitale  */
	
	ul.list-edicola
	{
		list-style-type: none;
		margin: 30px 0px;
		padding: 0;
		font-family: Ubuntu;
		font-weight: 400;
		letter-spacing: 0px;
		font-size: 16pt;
		width: 100%;
	}
	
	.list-edicola li
	{
		padding: 20px 5px 20px 5px;
		background: #f9f9f9;
		margin-bottom: 10px;
		border-radius: 3px;
		text-align: center;
	}
	
	.list-edicola li img
	{
		width: 50px;
		height: 50px;
		display: block;
		margin: auto;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	
	.title
	{
		line-height: 24pt;
		padding: 10px 0px !important;
		margin-bottom: 0px;
		text-align: center;
		font-size: 20pt;
		font-weight: 600;
	}
	
	.container-center
	{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	

	.f-left
	{
		display: inline-block;
		vertical-align: top;
		margin: 50px;
	}
	
	.content-17 .f-left
	{
		margin: 20px auto;
		width: 100%;
		text-align: center;
		font-size: 14pt;
		line-height: 20pt;
		background-color: #f0f0f0;
		border-radius: 10px;
		padding: 20px 0;
	}
	
	.f-left b
	{
		margin-bottom: 20px;
		font-size: 16pt;
		display: inline-block;
	}
	
	.flex-r
	{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	#content-node-children-19 /* blocco abbonamenti contatta */
	{
		margin-top:  50px;
		margin-bottom: 50px;
		height: 350px;
		background: url(../images/layout/bg-contatta.jpg) no-repeat;
		background-size: cover;
		color: #fff;
		vertical-align: middle;
		display: inline-grid;
		text-align: center;
	}
	
	
	#content-node-children-19 .node-children-list-container
	{
		width: 80%;
		margin: auto;
	}
	
	.content-inside
	{
		width: 100%;
		margin: auto;
	}
	
	.content-inside img
	{
		width: auto;
		height: 300px !important;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
	
	#content-node-children-36 .node-children-list-img
	{
		width: 100%;
		height: 180px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		display: inline-block;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#content-node-children-36 .node-children-list-img img
	{
    position: absolute;
    max-width: none !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	}
	
	#content-node-children-36 .container-full-width
	{
		margin-bottom: 20px;
	}
	
	.node-24 .node-children-list-text h2:before
	{
		content: "01.";
	}
	
	.node-25 .node-children-list-text h2:before
	{
		content: "02.";
	}
	
	.node-26 .node-children-list-text h2:before
	{
		content: "03.";
	}
	
	.node-27 .node-children-list-text h2:before
	{
		content: "04.";
	}
	
	.node-children-list-text h2:before
	{
		font-size: 20pt;
		display: inline-block;
		color: #16b9c5;
		margin-right: 5px;
	}
	
	.blue-box
	{
		background-color: #16b9c5;
		color: #fff;
		padding: 30px;
		box-sizing: border-box;
		margin-top: 50px;
	}
	
	.blue-box h2
	{
		color: #333;
	}
	
		/* stili forms */
	
	.content-15 form .short-contact-form-filed
	{
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #ccc;
		color: #fff;
	}
	
	.content-15 form input[type="checkbox"].short-contact-form-filed { width: 10px }
	
	.content-15 form .short-contact-form-filed:focus
	{
		border-bottom: 1px solid #16b9c5;
	}
	
	.content-15 #content form 
	{
		background: url(../images/layout/bg-contatta.jpg) no-repeat;
		background-size: cover;
		padding: 50px 30px;
	}
	
	.content-15 #content form label
	{
		color: #fff;
		font-weight: 400;
		text-align: left;
		padding: 0px;
		font-size: 16px;
		margin-right: 50px;
	}
	
	.content-15 #content .form-field.privacy
	{
		color: #ffffff;
		font-size: 14px;
		margin: 20px auto;
		display: block;
	}
	.content-15 #content .field-privacybox
	{
		background: rgba(255,255,255,0.3);
		font-size: 10pt;
		line-height: 12pt;
		color: #fff;
		box-sizing: border-box;
		margin: auto;
		padding: 2%;
	}
	
	.content-15 #content .form-field.little-text
	{
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
	}
	
	.content-15 #content .form-submit
	{
		text-align: center;
	}
	
	.content-15 #content form .btn
	{
		float: none;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 200px;
		margin: 30px auto;
	}
	.boxes
	{
		display: none;
	}
	
	ul.contacts-box
	{
		list-style-type: none;
		margin: 50px auto;
	}
	
	ul.contacts-box li
	{
		text-align: center;
		display: inline-table;
		width: 100%;
		padding: 0px;
		margin: auto;
		margin-bottom: 50px;
	}
	
	ul.contacts-box a
	{
		display: block;
		text-decoration: none;
		color: #16b9c5;
	}
	
	ul.contacts-box strong
	{
		font-size: 24px;
		font-weight: 600;
	}
	
	ul.contacts-box li:nth-child(1):before
	{
		background: url(../images/layout/ico-cont-tel.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	
	ul.contacts-box li:nth-child(2):before
	{
		background: url(../images/layout/ico-cont-mail.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	ul.contacts-box li:nth-child(3):before
	{
		background: url(../images/layout/ico-cont-skype.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	
	.message:not(.message-error)
    {
        margin: 0px auto 30px;
        padding: 10px;
    }
	
	.message.message-error
	{
			margin: 20px auto;
			width: 80%;
			padding: 2%;
	}

    .message-error 
    {
		border: 1px solid #CE453E;
        color: #CE453E;
		text-align: center;
		background-color: #fff;
		width: 70%;
    }

    .message-ok 
    {
		border: 1px solid #A9D673;
        color: #A9D673;
		text-align: center;
		background-color: #fff;
		width: 70%;
    }

    .message-alert
    {
		border: 1px solid #F2D268;
        color: #F2D268;
		text-align: center;
		background-color: #fff;
		width: 70%;
    }
	
	.content-15 .message:not(.message-error) 
    {
        margin: 0px auto;
        padding: 20px 0 30px 0;
		text-align: center;
		background: #A9D673;
		color: #fff;
		box-sizing: border-box;
    }
	
	.content-15 .form-field.privacy .form-field-error
	{
		display: block;
	}
	
	.content-15 .message.message-error
	{
		width: 95%;
		margin: 20px auto;
	}
	
	.content-15 .message p:before
	{
		content: "";
		background: url(../images/layout/ico-check-mark.png) no-repeat;
		display: inline-block;
		background-size: cover;
		width: 50px;
		height: 50px;
		margin-right: 15px;
		position: relative;
		top: 15px;
	}
	
	.content-gallery-slider.landing, 
	body.content-53 .content-gallery-slider:not(.landing),
	body.landing .content-gallery-slider:not(.landing)
	{
		display: none;
	}
	
	/* Stile landing page APP */
	
	
	body.content-53 .content-gallery-slider.landing,
	body.landing .content-gallery-slider.landing
	{
		display: block;
	}
	
	body.landing .content-gallery-slider.nivoSlider img,
	body.content-71 .content-gallery-slider.nivoSlider img
	{
        width: 100% !important;
        height: 280px!important;
        left: 50% !important;
		margin-left: -50%;
		padding: 0 !important;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
	
	body.content-53 .content-gallery-slider.nivoSlider img
	{
        width: 980px !important;
        height: 250px!important;
        left: 100% !important;
		margin-left: -980px;
		padding: 0 !important;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
	
	body.content-53 .nivo-caption,
	body.content-71 .nivo-caption
	{
		width: 98% !important;	
		z-index: 999;
		top: 20px !important;
		left: 0 !important;
		right: 0 !important;
		background: transparent !important;
		height: auto !important;
		color: #fff !important;
		font-weight: 400;
		font-size: 24px !important;
		line-height: 28px !important;
		opacity: 1 !important;
		padding: 0 !important;
		margin: auto !important;
		text-align: center;
	}
	
	body.content-53 .nivo-caption sup
	{
		font-weight: 400;
	}
	
	body.content-53 .nivo-caption h2,
	body.content-71 .nivo-caption h2
	{
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		text-transform: inherit;
		color: #ffffff;
		font-size: 20pt;
		line-height: 22pt;
		text-align: center;
	}
	
	body.content-53 .nivo-caption h3
	{
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		text-transform: inherit;
		color: #ffffff;
		font-size: 16pt;
		line-height: 18pt;
		text-align: center;
	}
	
	body.content-53 .nivo-caption .btn-apple
	{
		height: 36px;
		width: 120px;
		background: url(../images/layout/btn-apple.png) no-repeat;
		background-size: cover;
		display: inline-block !important;
		margin: 30px 15px 0 0;
	}
	
	body.content-53 .nivo-caption .btn-google
	{
		height: 36px;
		width: 120px;
		background: url(../images/layout/btn-google.png) no-repeat;
		background-size: cover;
		display: inline-block !important;
		margin: 30px 0px 0 0;
	}
	
	body.content-53 #page-header h1,
	body.landing #page-header h1
	{
		text-align: center;
		font-size: 20pt;
		line-height: 22pt;
	}
	
	.column-list-flex
	{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.column-list-flex p
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 20px auto;
	}
	
	.column-list-flex p img
	{
		width: 150px;
		height: auto;
		margin-bottom: 20px;
	}
	
	.bg-cyano
	{
		background: #16b9c5;
		color: #fff;
		box-sizing: border-box;
	}
	
	.bg-cyano
	{
		margin-bottom: -21px;
	}

	.bg-cyano.app div.contenitore
	{
		padding: 20px 0px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.bg-cyano.app .btn
	{
		font-size: 16pt;
		border-radius: 99px;
		padding: 15px 30px;
		margin: 40px auto;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.bg-cyano.app .title
	{
		display: block;
		font-size: 20pt;
		line-height: 22pt;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	.extended
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		margin-top: 30px;
	}
	
	.extended div.contenitore,
	.extended p.contenitore
	{
		width: 90%;
		margin: auto;
		position: relative;
		padding: 40px 0;
		box-sizing: border-box;
	}
	
	/* slick slider */
	
	.slider-screen-app.slick-slider
	{
		width: 285px;
		margin: 0 auto !important;
	}
	
	.slider-screen-app.slick-slider .slick-slide
	{
		margin: 0 !important;
	}
	
	.slider-screen-app.slick-slider li
	{
		max-width: 285px !important;
	}
	
	.slider-screen-app.slick-slider:before
	{
		content: "";
		background: url(../images/layout/frame-mobile.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		pointer-events:none;
	}
	
	.slider-screen-app .slick-prev.slick-arrow
	{
		display: none !important;
	}
	
	.slider-screen-app .slick-next.slick-arrow
	{
		position: absolute;
		right:-20px;
		width: 80px;
		height: 80px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-app-right.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: cover;
		top: 220px;
	}
	
	.slick-slider
	{
		margin: 0 -40px !important;
	}
	
	.slick-slider .slick-slide
	{
		margin-right: 40px !important;
		margin-left: 40px !important;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		left: 35px;
		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: -50px;
	}
	
	.slick-next.slick-arrow
	{
		position: absolute;
		right:35px;
		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: -50px;
	}
	
	/* impostazioni per landing */
	
	body.landing .content-info
	{
		display: none;
	}
	
	body.landing #page-header h1,
	body.landing .title,
	body.landing .node-product h2
	{
		text-align: center;
		font-size: 24pt;
		display: block;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	body.landing .content-node-children.grid
	{
		flex-direction: row !important;
		justify-content: space-between;
		list-style-type: none;
	}
	
	body.landing .content-node-children li
	{
		border: 0px;
		margin: 0 0 40px 0;
		padding: 0;
		text-align: center;
	}
	
	body.landing .content-node-children li a
	{
		pointer-events: none;
		text-decoration: none;
	}
	
	body.landing .content-node-children ul
	{
		margin: 50px 0 20px 0;
	}
	
	body.landing .content-node-children .thumb-image
	{
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	body.landing .content-node-children .thumb-image img
	{
		width: 200px;
		height: 200px;
		margin: auto;
		border-radius: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
	
	body.landing .content-node-children .node-children-title
	{
		color: #16b9c5;
		font-size: 18pt;
		font-weight: bold;
		margin: 20px auto 10px;
		text-align: center;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	body.landing .node-children-abstract
	{
		color: #333333;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	body.landing .btn
	{
		font-size: 18pt;
		border-radius: 99px;
		padding: 15px 30px;
		margin-top: 40px;
	}
	
	body.landing .node-product 
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		margin-top: 50px;
		background: #16b9c5;
	}
	
	body.landing .node-product .node-product-text-box
	{
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		color: #fff;
		max-width: none;
		min-width: auto;
	}
	
	body.landing .node-product .node-product-img-box
	{
		display: none;
	}
	
	.banner-login
	{
		background: url(../images/layout/bg-banner-login.png) no-repeat;
		background-size: cover;
		background-position: 50%;
		padding: 30px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.banner-login h2
	{
		color: #fff;
		font-size: 18pt;
		text-align: left;
	}
	
	.banner-login h3
	{
		color: #fff;
		font-size: 16pt;
		line-height: 18pt;
		text-align: center;
		font-weight: 400;
	}
	
	.banner-login .btn
	{
		color: #fff;
		font-size: 16pt;
		text-align: center;
		margin: 20px 0 0 0;
		font-weight: 400;
		display: block;
	}
}

/* layout da 768px in poi */
@media (min-width: 980px)
{

	#cookie-bar
	{
		background: rgba(0,0,0,0.8) !important;
		position: fixed;
		height: 100% !important;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#cookie-bar p
	{
		width: 60%;
		max-width: 750px;
		min-width: 650px;
		margin: auto;
		background: #fff;
		height: 410px;
		padding: 50px;
		color: #000;
		text-align: center;
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-top: 15px solid #16b9c5;
		border-image-source: linear-gradient(to left, #eee 0%, #16b9c5 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo-header.png) no-repeat 50% 50%;
		height: 70px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 40px;
	}
	
	#cookie-bar p b
	{
		width: 100%;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		font-family: Ubuntu;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #16b9c5 !important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 50px;
	}
	
	#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
	{
		background: #333!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 50px;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.6;
	}
	
    .mobile
    {
        display: none;
    }
    
    /* 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 #e66a2c
    - Azzurro #ff8041 (link)
    - Azzurro scuro #e66a2c (link)
    */


    /* BASE
    ----------------------------------*/
    body {
        color: #333333;
        font-family: Ubuntu, sans-serif;
        font-size: 18px;
        line-height: 1.5em;
		display: flex;
		min-height: 100vh;
		flex-direction: column;
		justify-content: space-between;
		overflow-x: hidden;
    }


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

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

    h1 
    {
        font-size: 30px;
    }

    h2 
    {
        font-size: 24px;
		margin-bottom: 20px;
    }

    h3 
    {
        font-size: 18px;
    }

    h4 
    {
        font-size: 15px;
    }

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

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

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

    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, #header #menu_primary a.li-active
    {
            color: #ff8041;
			border-bottom: 1px solid #ff8041;
    }

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

    a
    {
        color: #ff8041;
    }

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


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

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

    }

    #content
    {
            float: left;
            margin-right: 30px;
            text-align: justify;
            width: 680px;
			padding-right: 30px;
			box-sizing: border-box;
    }

    #sidebar
    {
            width: 250px;
            float: right;
    }
	
	#pre-header
	{
		background-color: #16b9c5;
	}
	
	.link-access, .social-pre-header
	{
		float: right;
	}
	
	.social-pre-header
	{
		margin-top: 7px;
		margin-right: 5px;
	}
	
	.link-access a
	{	
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin-right: 10px;
		display: inline-block;
	}
	
	.link-access a:hover
	{
		color: #333333;
	}

    #header
    {
            margin: 0px;
			height: 110px;
			background: #fff;
			box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
			position: relative;
			z-index: 9;
    }
	
	.sticky-wrapper.is-sticky
	{
		position: relative;
		z-index: 9999;
	}
	
	.sticky-wrapper.is-sticky #header
	{
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	}


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

    #page-header
    {
        /* margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDDDDD; */
    }
	
	.content-12 #page-header,
	.content-13 #page-header,
	.content-14 #page-header,
	.content-15 #page-header,
	.content-16 #page-header
	{
		display: none;
	}
	
	#page-header h1
	{
		margin-bottom: 20px;
	}

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

    .clearfix
    {
            clear: both;
    }

    .closed-element
    {
            display: none;
    }

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

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

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

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

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

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

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

    #backend-goto
    {
            position: absolute;
            top: 0px;
            left: 100px;
            background-color: #E5E5E5;
            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;
		font-family: Ubuntu;
    }
    
    .content-form .btn
    {
        float: right;
    }

    input, select, textarea
    {
        border: 1px solid #CCCCCC;
        padding: 7px;
        width: 97%;
        background-color: #fff;
    }

    option
    {
        padding: 0px 5px;
    }

    input:focus, textarea:focus, select:focus
    {

    }

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

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

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

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

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

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


    .short-field
    {
        width: 25%;
    }

    .medium-field
    {
        width: 50%;
    }

    .long-field
    {
        width: 75%;
    }

    .verylong-field
    {
            width: 93%;
    }

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

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

    .btn
    {
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 15px;
        outline: medium none;
        text-decoration: none;
        display: inline-block;
        width: auto;
        font-size: 13px;
        line-height: 13px;
		font-family: Ubuntu;
    }

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

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

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

    .btn
    {
        background-color: #ff8041;
        color: #FFFFFF;
        border: 0px;
    }

    .form-field
    {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    
    .form-field.little-text
    {
        font-size: 11px;
        font-weight: bold;
    }
    
    .form-submit
    {
        padding: 13px 0 0 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: #e66a2c;
        color: #fff;
    }

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

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

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

    .btn:disabled, .btn-disabled, .btn-disabled:hover
    {
        background-color: #ff8041;
        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
    {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        height: 70px;
        margin: 0 0 20px 0;
        overflow-y: scroll;
        padding: 10px;
    }
	
	.field-privacybox p
	{
		width: auto !important;
		text-align: left !important;
	}
	
	.field-privacybox h2, .field-privacybox h3
	{
		text-align: left !important;
		font-size: 18px !important;
		line-height: 20px !important;
		width: auto !important;
		margin-bottom: 0px !important;
	}
	
    
    .rc-label {
        width: 100%!important;
    }

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

    /* MESSAGGI
    ---------------------------------- */
    .message 
    {
        margin: 20px auto;
        padding: 10px;
    }
	
	.content-15 .message:not(.message-error) 
    {
        margin: 0px auto;
        padding: 20px 0 30px 0;
		text-align: center;
		background: #A9D673;
		color: #fff;
		box-sizing: border-box;
    }
	
	.content-15 .message.message-error
	{
		width: 98%;
	}
	
	.content-15 .message p
	{
		color: #fff;
	}
	
	.content-15 .message p:before
	{
	content: "";
	background: url(../images/layout/ico-check-mark.png) no-repeat;
	display: inline-block;
	background-size: cover;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	position: relative;
	top: 15px;
	}


    .message-error 
    {
		border: 1px solid #CE453E;
        color: #CE453E;
		text-align: center;
		background-color: #fff;
		width: 70%;
    }

    .message-ok 
    {
		border: 1px solid #A9D673;
        color: #333;
		text-align: center;
		background-color: #A9D673;
		width: 70%;
    }

    .message-alert
    {
		border: 1px solid #F2D268;
        color: #fff;
		text-align: center;
		background-color: #F2D268;
		width: 70%;
    }

    .form-field-error
    {
        color: #CE453E;
        display: inline-block;
        font-size: 12px;
		padding: 3px 10px;
		background: #ffffff;
		line-height: 28px;
		position: relative;
		margin-left: 8px;
    }
	
	.form-field-error:before
	{
		content: "";
		border-left: 10px solid #ffffff;
		border-right: 10px solid transparent;
		border-top: 10px solid transparent;
		rotate: 45deg;
		position: absolute;
		top: 13px;
		left: -6px;
	}

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


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

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

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

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

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

    /* menu */

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

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

    #menu_primary
    {
        margin: 0;
		margin-left: 20px;
    }
    
    #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;
            background-repeat: no-repeat;
            background-position: 15px 8px;
            padding: 5px 0px;
			font-size: 14px !important;
    }

    #menu_primary a
    {
            color: #333333;
    }
	
	#header #menu_primary a
    {
            color: #333333;
			font-size: 16px;
			font-weight: 400;
    }

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

            color: #e66a2c;
    }

    #menu_column
    {
            padding: 0px;
    }

    /* blocchi generici */

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

    .block-title, .block h2, #menu_column h2
    {
            background-color: transparent;
            padding: 10px 15px;
            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: 20px 30px;
			font-size: 16px;
    }

    .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: 20px 0;
    }

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

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

    .content-file, .content-video, .content-photo, .content-form
    {
            margin: 20px 0;
    }
    
	
	.content-gmap
	{
		width: 100vw;
		margin-left: 50%;
		margin-right: 50%;
		left: -50vw;
		right: -50vw;
		position: relative;
	}
	
    form
    {
        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 10px 0;
        font-weight: bold;
        font-size: 22px;
    }
    
   
    .content-node-children 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .content-node-children li
    {
		border: 5px solid #f1f1f1;
		margin: 0 2% 20px 0;
		padding: 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 10px 0px;
        padding: 0 0 10px 0;
        border-bottom: 1px dashed #e2e2e2;
    }
    
    .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-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 10px 0 0;
        vertical-align: top;
        width: 90px;
    }
    
    .content-list-img-td a {
        width: 89px;
        height: 89px;
        display: inline-block;
    }
    
    .content-list-img-td img {
        width: 89px;
        height: auto;
        padding: 1px;
        border: 1px solid #e2e2e2;
    }
    
    .content-list-text-td {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }
    
    .content-list-infos {
        font-size: 12px;
        color: #b5b5b5;
    }
    
    .content-list-title {
        margin: 0 0 10px 0;
    }
    
    .content-list-title a {
        color: #4e5050;
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
    }

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

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

    /* logo header */

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

    /* Header search box */

    .header-search-box
    {
            display: none;
            width: 150px;
            float: right;
            margin: 30px 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: 100px;
            float: left;
			height: 35px;
			line-height:45px;
			text-indent: 10px;
			font-size: 14px;
			font-family: Ubuntu;
			color: #999999;
    }
	

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

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

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

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

    .newsletter-field
    {
            width: 58%;
    }
    
    .left-column-search-field
    {
        width: 60%;
    }

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

    /* Footer */

    #footer
    {
            background-color: #3c3d41;
            padding: 0;
            margin: 0;
    }
    
    .footer-container
    {
        border-top: 0px solid #CCCCCC;       
        padding: 40px 0 0 0;
		color: #ccc;
    }
	
	.footer-container .footer-left
	{
		min-height: 200px;
	}
	
	.footer-container .box-960
	{
		display: flex;
		justify-content: space-between;
	}

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

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

    .footer-credentials
    {
            background: #333;
            color: #ffffff;
            font-size: 12px;
            padding: 5px 0;
    }

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

    .logo-footer
    {
            width: 150px;
            height: 58px;
            display: inline-block;
            background: transparent url(../images/layout/logo-header.png) no-repeat left top;
            padding: 0 0 10px 0;
            background-size: contain;
    }

    .footer-adress-box
    {
       /*display: table-cell;
       vertical-align: top;*/
       text-align: left;
       font-size: 14px;
	   color: #ccc;
    }
	
	#footer h4
	{
		text-transform: uppercase;
	}	
    
    .footer-social
    {
    /*display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0 0 0 20px;*/
	margin: 20px 0px;
	text-align: left;
    }

    .footer-left
    {
            float: left;
    }

    .footer-right
    {
            float: right;
    }

    /* Menu footer */

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

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

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

    #footer #menu_primary_container, #footer #menu_cookie_container
    {
            width: auto;
            background: transparent;
            text-align: left;
			float: none;
			margin: 10px 0px 30px 0px;
    }

    #footer #menu_primary li, #footer #menu_cookie li
    {
            padding: 0px;
            font-size: 16px;
			float: none;
			text-align: left;
    }
	
	#footer .li-active
	{
		border-bottom: none;
	}

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

    /* paginazione */

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

    .pagination ul
    {
        margin: 0px;
    }

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

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

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

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

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

    /* help */

    .ui-tooltip 
    {
            padding: 10px;
            box-shadow: none;
            font-size: 1em;
        color: #333333;
        font-family: Ubuntu, 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: #333333;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }
    
    .comments-title
    {
		background: #ff8041;
		padding: 8px 0 4px 8px;
		color: #fff;
		margin: 0 0 15px 0;
    }
    
    /* 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: #ff8041;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		padding: 0 0 10px 0;
    }
    
    .comment-user-name
    {
		font-weight: 600;
		color: #ff8041;
		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
   {
        width: 32%;
        margin: 0 2% 2% 0;
        text-align: center;
        background: #fff;
        position: relative;
   }
   
   .content-node-children.list-photo.grid li:nth-child(4), .content-node-children.list-photo.grid li:nth-child(5), .content-node-children.list-photo.grid li:nth-child(6)
   {
       margin-bottom: 0!important;
   }
   
   .content-node-children.list-photo.grid li:nth-child(3n+3) 
   {
       margin: 0 0 2% 0;
   }
   
   .content-node-children.list-photo.grid li img
      {
       max-width: 100%;
       width: auto;
       height: auto;
       max-height: 203px;
   }
   
    .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;
    }
	
	.node-children-abstract
	{
		text-align: center;
	}
    
    .content-node-children .thumb-image 
    {
		width: 100%;
		height: 170px;
		display: block;
		text-align: center;
    }
	
	.content-node-children .thumb-image img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
    
    .content-node-children a
    {
        text-decoration: none;
		display: block;
    }
    
    .content-gallery-images
    {
        float: left;
        margin: 0 7px 7px 0;
    }
    
    .content-gallery-images img
    {
        width: 99.5%;
        height: auto;
        border: 1px solid #d0d0d0;
        padding: 1px;
        background-color: #ffffff;
    }    
    
    figure:nth-child(7n+7) a
    {
        margin: 0 0 7px 0;
    }
    
    
    #submenu-box ul 
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    #submenu-box ul li 
    {
        padding: 0 0 10px 0;
		margin: 0 10px 10px 10px;
		border-bottom: 1px solid #d1d1d1;
		line-height: 20px;
    }
    
    #submenu-box ul li a 
    {
        padding: 0;
        text-align: left;
        text-decoration: none;
        display: inline-block;
		color: #999;
    }
    
    #submenu-box .span-li-active 
    {
        padding: 0;
        color: #16b9c5;
        font-weight: 600;
    }
    
    #submenu-box ul li ul 
    {
        margin: 5px 0 0 10px;
        padding: 0;
        list-style-type: none;

    }
    
    /* */
    
    #submenu-box ul li ul li:last-child 
    {
        padding: 0;
        margin: 0 10px;
        border-bottom: none;
    }
    
    #submenu-box ul li:last-child 
    {
        border-bottom: none;
    }
    
    #submenu-box ul li ul li .span-li-active 
    {
        padding: 0;
        color: #16b9c5;
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
    }
    
    #submenu-box ul li ul li a 
    {
        font-size: 12px;
        line-height: 14px;
        color: #333333;
        font-weight: normal;
    }
	
	#menu_primary_container
	{
		float: left;
		margin: 37px 0px;
	}
    
    #menu_primary li ul 
    {
        background-color: #e66a2c;
        top: 40px!important;
        width: 200px!important;
        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: #8a8f16;
    }
    
    #menu_primary li ul li a 
    {
        text-transform: initial;
        float: none;
        display: inline-block;
        padding: 8px 10px!important;
        font-weight: 500;
        font-size: 13px;
        white-space: initial;
        width: 180px;
    }
    
    .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;
		text-decoration: none;
		color: #ffffff;
    }
    
    .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: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-fb.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }

	.social-id {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-id.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
    
    .social-tw {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(../images/layout/ico-tw.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	.social-ld {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/layout/ico-ld.png) no-repeat center center;
        background-size: contain;
        margin: 0 5px 0 0;
    }
	
	#footer .social-fb
	{
		background: url(../images/layout/ico-fb-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
	
	#footer .social-tw
	{
		background: url(../images/layout/ico-tw-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
	
	#footer .social-ld
	{
		background: url(../images/layout/ico-ld-footer.png) no-repeat center center;
		background-size: contain;
		width: 25px;
        height: 25px;
	}
    
    html, body 
    {
        height: 100%;
    }
    
    #wrapper {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
    }
	
	.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;
		background: #f0f0f0;
		border-radius: 20px;
		position: relative;
	}
	
	.node-product:after
	{
		content: "";
		width: 90%;
		height: 20px;
		background: #000;
		display: block;
		position: absolute;
		bottom: -5px;
		border-radius: 100%;
		z-index: -1;
		-webkit-filter: blur(5px);
		        filter: blur(5px);
		opacity: 0.4;
		left: calc(50% - 45%);
	}

	
	.node-product .node-product-img-box
	{
		width: 30%;
		max-width: 30%;
		min-width: 30%;
		box-sizing: border-box;
		background: #16b9c5;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	
	.node-product .node-product-img-box img
	{
		width: 100%;
		height: 100%;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		-o-object-fit: cover;
		   object-fit: cover;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	
	.node-product .node-product-text-box
	{
		width: 70%;
		max-width:70%;
		min-width: 70%;
		padding: 30px 50px;
		box-sizing: border-box;
		background: #f0f0f0;
		border-right: 10px solid #ff8041;
		border-left: 0px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}	
	
	.node-product .node-product-text-box .btn
	{
		font-size: 18px;
		padding: 15px 30px;
		border-radius: 30px;
		line-height: 24px;
		margin: 20px 0 0 0;
	}
	
	.node-product .node-product-text-box h1,
	.node-product .node-product-text-box h2,
	.node-product .node-product-text-box h3,
	.node-product .node-product-text-box h4,
	.node-product .node-product-text-box h5,
	.node-product .node-product-text-box h6
	{
		color: #ff8041;
		margin-bottom: 10px;
	}
	
	.nivoSlider
	{
		position: relative;
		top: -1px;
	}
	
	.nivoSlider img
	{
		height: 480px !important;
		width: 1920px !important;
		left: 50% !important;
		margin-left: -960px;
	}

	.nivo-caption
	{
	width: 960px !important;	
    z-index: 999;
    bottom: 24% !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    height: auto !important;
    color: #333333 !important;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 28px !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: auto !important;
	}
	
	/* Banner h 250px */
	
	.content-12 .content-gallery-slider.nivoSlider img,
	.content-13 .content-gallery-slider.nivoSlider img,
	.content-15 .content-gallery-slider.nivoSlider img,
	.content-16 .content-gallery-slider.nivoSlider img,
	.content-65 .content-gallery-slider.nivoSlider img,
	.content-66 .content-gallery-slider.nivoSlider img,
	.content-67 .content-gallery-slider.nivoSlider img,
	.content-68 .content-gallery-slider.nivoSlider img
	{
		height: 250px !important;
		width: 2000px !important;
		left: 50% !important;
		margin-left: -1000px;
	}
	
	.content-12 .nivo-caption,
	.content-13 .nivo-caption,
	.content-15 .nivo-caption,
	.content-16 .nivo-caption,
	.content-65 .nivo-caption,
	.content-66 .nivo-caption,
	.content-67 .nivo-caption,
	.content-68 .nivo-caption
	
	{
		 bottom: 38% !important;
	}
	
	.nivo-caption span
	{
		font-size: 16px;
		line-height: 18px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: 400;
		max-width: 60%;
		display: block;
		margin-top: 10px;
	}
	
	.nivo-directionNav
	{
		display: none;
	}
	
	.nivo-caption h2
	{
		font-size: 36px;
		color: #16b9c5;
		font-weight: 700;
		line-height: 36px;
		text-transform: uppercase;
	}
	
	.nivo-caption h3
	{
		font-size: 36px;
		color: #ffffff;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px;
		line-height: 36px;
		padding: 0px;
	}
	
	.nivo-caption h4
	{
		font-size: 36px;
		color: #333333;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px;
		line-height: 36px;
		padding: 0px;
	}
	
	.nivo-caption .btn
	{
		display: inline-block !important;
		margin-top: 30px;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	
	.nivo-caption .btn:after
	{
		content: "";
		background: url(../images/layout/arrow.png) no-repeat;
		display: inline-block;
		background-size: cover;
		width: 13px;
		height: 13px;
		position: relative;
		top: 2px;
		left: 5px;
	}
	
	#footer #menu_primary a, #menu_primary .menu-item-active span,
	#footer #menu_cookie a, #menu_cookie .menu-item-active span
	{
		color: #ccc;
		text-decoration: none;
	}
	
	.txt-footer-3
	{
		max-width: 200px;
	}
	
	ul.list-edicola
	{
		list-style-type: none;
		margin: 20px 20px 80px 0px;
		padding: 0;
		font-family: Ubuntu;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0px;
		font-size: 12px;
		width: 300px;
	}
	
	#wrapper.twocolumn ul.list-edicola
	{
		width: 200px;
	}
	
	.list-edicola li
	{
		padding: 0px 5px 10px 5px;
		background: #f9f9f9;
		margin-bottom: 10px;
		border-radius: 3px;
	}
	
	.list-edicola li img
	{
		position: relative;
		top: 8px;
		margin-right: 10px;
		width: 28px;
		height: 28px;
	}
	
	.title
	{
		line-height: 36px;
		padding: 10px 0px !important;
		margin-bottom: 0px;
	}
	
	.container-center
	{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	

	.f-left
	{
		display: inline-block;
		vertical-align: top;
		margin: 0px 80px 50px 0px
	}
	
	.f-left b
	{
		margin-bottom: 20px;
		font-size: 18px;
		display: inline-block;
	}
	
	.flex-r
	{
		display: flex;
		flex-direction: row;
	}
	
	.homepage #page
	{
		margin-bottom: 0px;
	}
	
	.content-14 #page /* vantaggi */ 
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.content-17 #page /* contatti */ 
	{
		margin-bottom: 0px;
	}
	
	
	.content-16 #content /* pagina entra */
	{
		text-align: center;
	}
	
	.content-16 #page
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	.content-16 #content h2
	{
		margin-bottom: 0px;
	}
	
	.content-16 #content p
	{
		margin-bottom: 0px;
	}
	
	.content-16 #content h3
	{
		color: #ff8041;	
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	
	.content-13 #sidebar #region-blocks_3 /* blocco contatti su abbonamenti */
	{
		margin-top: 30px;
	}
	
	.content-16 .nivo-caption span
	{
		color: #333 !important;
		display: inline-block !important;
		position: relative;
		top: -15px;
		left: 2px;
	}
	
	.boxes
	{
		margin: -20px auto 0;
		text-align: center;
		background: #fafafa;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		padding: 40px 100px;
		box-sizing: border-box;
		position: relative;
		z-index: 0;
		display: none;
	}
	
	.boxes p
	{
		padding-right: 50px;
		border-right: 1px solid #ccc;
		line-height: 20px;
		margin: 0px 50px 0px 0px;
		text-align: right;
	}
	
	.boxes p:first-child
	{
		border-right: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	ul.contacts-box
	{
		list-style-type: none;
		margin: 50px auto;
	}
	
	ul.contacts-box li
	{
		text-align: center;
		display: inline-table;
		width: 30%;
		padding: 0px;
		margin: auto;
	}
	
	ul.contacts-box a
	{
		display: block;
		text-decoration: none;
		color: #16b9c5;
	}
	
	ul.contacts-box strong
	{
		font-size: 24px;
		font-weight: 600;
	}
	
	ul.contacts-box li:nth-child(1):before
	{
		background: url(../images/layout/ico-cont-tel.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	
	ul.contacts-box li:nth-child(2):before
	{
		background: url(../images/layout/ico-cont-mail.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	ul.contacts-box li:nth-child(3):before
	{
		background: url(../images/layout/ico-cont-skype.png) no-repeat;
		margin: auto;
		background-size: 80px;
		background-position: 50% 50%;
		content: "";
		width: 90px;
		height: 90px;
		display: block;
		border-radius: 999px;
		border: 1px solid #16b9c5;
		margin-bottom: 15px;
		background-color: #fff;
	}
	
	
	/* background taglio */
	
	.content-13, .content-15, .content-16
	{
		background: url(../images/layout/bg-taglio.png) no-repeat;
		background-position: 100% 14%;
	}
	
	
	#content-node-children-19 /* blocco abbonamenti contatta */
	{
		width: 100vw;
		margin-left: -50vw;
		margin-right: -50vw;
		margin-top: 100px;
		margin-bottom: 100px;
		left: calc(50% - -160px);
		right: 50%;
		position: relative;
		height: 350px;
		background: url(../images/layout/bg-contatta.jpg) no-repeat;
		background-size: cover;
		color: #fff;
		font-size: 18px;
		line-height: 28px;
	}
	
	
	#content-node-children-19 .node-children-list-container, .content-inside
	{
		width: 960px;
		margin: auto;
	}
	
	.content-inside img
	{
		width: 156px;
		height: 320px;
		margin-right: 100px;
		float: left;
	}
	
	.content-full-width /* blocco abbonamenti l'informazione */
	{
		width: 100vw;
		margin-left: -50vw;
		margin-right: -50vw;
		margin-top: 100px;
		margin-bottom: 100px;
		left: calc(50% - -160px);
		right: 50%;
		position: relative;
		height: 350px;
		color: #333;
		font-size: 18px;
		line-height: 28px;
	}
	
	.content-full-width .title
	{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		display: inline-block;
		border-bottom: 0px;
	}
	
	/*  blocchi  */
	
	#block_block_1.block
	{
		background: transparent;
		margin: 0px 50px 50px 50px;
	}
	
	#block_block_1.block h1, #block_block_1.block h2
	{
		padding: 30px 0px;
		margin: auto; 
		text-align: center;
		font-size: 36px;
	}
	
	#block_block_1 .block-int
	{
		padding: 0px;
	}
	
	#block_block_2.block
	{
		background: transparent;
	}
	
	#block_block_2 .box-960
	{
		padding: 0px;
	}
	
	#block_block_2 ul
	{	
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#block_block_2 ul li 
	{
		background: #16b9c5;
		left: -50vw;
		position: relative;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		width: 100vw;
		border-top: 30px solid white;
		font-size: 18px;
		line-height: 30px;
	}
	
	#block_block_2 ul li:nth-child(1)
	{
		background: #16b9c5 url(../images/layout/azienda.jpg) no-repeat;
		background-size: contain;
		background-position: 130% 0%;
	}
	
	#block_block_2 ul li:nth-child(2)
	{
		background: #16b9c5 url(../images/layout/desktop.jpg) no-repeat;
		background-size: contain;
		background-position: -40% 0%;
	}
	
	#block_block_2 ul li:nth-child(3)
	{
		background: #16b9c5 url(../images/layout/tablet.jpg) no-repeat;
		background-size: contain;
		background-position: 130% 0%;
	}
	
	#block_block_2 ul li:nth-child(2) .block-text
	{
		max-width: 400px;
	}
	
	#block_block_2 ul li:nth-child(1) .block-text, #block_block_2 ul li:nth-child(3) .block-text
	{
		margin-right: auto;
		margin-left: 0px;
		padding: 50px 0px;
		box-sizing: border-box;
	}
	
	#block_block_2 ul li:nth-child(2) .block-text
	{
		margin-left: auto;
		margin-right: 0px;
		padding: 50px 0px;
		box-sizing: border-box;
	}
	#block_block_2 ul li div
	{
		display: flex;
		flex-direction: row;
		max-width: 960px;
		margin: auto;
		color: #333;
		text-decoration: none;
	}
	
	
	#block_block_2 ul li .block-text h2
	{
		font-size: 40px;
		line-height: 36px;
		color: #333;
		text-transform: uppercase;
		margin: 0px 0px 40px 0px;
		padding: 0px;
		
	}
	
	#block_block_2 ul li .block-text
	{
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		max-width: 450px;
		color: #fff;
	}

	#block_block_2 .btn
	{
		background-color: rgba(255,255,255,1);
		font-weight: 400;
		letter-spacing: 1px;
		color: #333;
		font-size: 18px;
		line-height: 20px;
		padding: 15px 20px;
		text-align: center;
		width: auto;
		border-radius: 40px;
		max-width: 160px;
		width: 160px;
		margin-top: 40px;
	}
	#block_block_2 .btn:after
	{
		content: "";
		background: url(../images/layout/arrow-blue.png) no-repeat;
		display: inline-block;
		background-size: cover;
		width: 10px;
		height: 10px;
		position: relative;
		left: 10px;
	}
	
	#block_block_2 .btn:hover
	{
		background-color: rgba(255,255,255,0.9);
	}
	
	#region-blocks_5
	{
		background-color: #fafafa;
		width: 100vw;
		position: relative;
		margin-left: 50%;
		margin-right: 50%;
		left: -50vw;
		right: -50vw;
		padding: 10px 0;
		margin-top: 70px;
		box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
	}
	
	#block_block_4.block
	{
		background-color: transparent;
		margin-bottom: 30px;
		margin-top: 70px;
	}

	#block_block_5.block
	{
		background-color: transparent;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	
	#block_block_4 h2,
	#block_block_5 h2
	{
		font-size: 40px;
		line-height: 36px;
		color: #333;
		text-transform: inherit;
		margin: 50px 0px;
		padding: 0px;
		text-align: center;
	}
	
	#block_block_4 ul li .block-text h2,
	#block_block_5 ul li .block-text h2
	{
		display: none;
	}
	
	#block_block_4 ul,
	#block_block_5 ul
	{
		list-style-type: none;
		display: flex;
		margin: 0px;
	}
	
	#block_block_4 ul li
	{
		margin: 0 60px;
		width: 33%;
		text-align: center;
	}
	
	#block_block_5 ul li
	{
		margin: 0;
		width: 25%;
		text-align: center;
	}
	
	#block_block_4 .block-img,
	#block_block_5 .block-img
	{
		text-align: center;
		margin-bottom: 20px;
	}
	
	#block_block_4 .block-img img
	{
		max-height: 45px;
	}
	
	#block_block_5 .block-img img
	{
		max-height: 70px;
		mix-blend-mode: multiply;
	}
	
	#block_block_4 .box-960,
	#block_block_5 .box-960
	{
		padding: 0;
	}
	
	#sidebar #region-blocks_5
	{
		background: transparent !important;
		margin: 0 !important;
		left: 0 !important;
		right: 0 !important;
		box-shadow: none !important;
		width: 100% !important;
	}
	
	#sidebar #block_block_5 .box-960
	{
		width: 100%;
	}
	
	#sidebar #block_block_5.block
	{
		background-color: #f2f2f2 !important;
		margin-top: 0px;
		padding: 20px 30px;
	}
	
	#sidebar #block_block_5 ul
	{
		list-style-type: none;
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}
	
	#sidebar #block_block_5 ul li
	{
		margin: 0px;
		width: 100%;
	}
	
	#sidebar #block_block_5 h2
	{
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		margin: 0px;
	}
	
	#sidebar #block_block_5 img
	{
		width: 150px;
		margin: 10px auto;
		height: auto;
		max-height: none;
	}
	
	body.content-13 #sidebar #region-blocks_5,
	body.content-16 #sidebar #region-blocks_5
	{
		display: none !important;
	}
	
	/* stili forms */
	
	.content-15 form .short-contact-form-filed
	{
		width: 500px;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #ccc;
		color: #fff;
	}
	
	.content-15 form input[type="checkbox"].short-contact-form-filed { width: 10px }
	
	.content-15 form .short-contact-form-filed:focus
	{
		border-bottom: 1px solid #16b9c5;
	}
	
	.content-15 #content form 
	{
		background: url(../images/layout/bg-contatta.jpg) no-repeat;
		background-size: cover;
		padding: 50px 30px;
	}
	
	.content-15 #content form label
	{
		color: #fff;
		font-weight: 400;
		text-align: right;
		padding: 0px;
		font-size: 16px;
		width: 110px;
		margin-right: 50px;
	}
	
	.content-15 #content .form-field.privacy
	{
		color: #ffffff;
		font-size: 14px;
		margin: 20px auto;
		display: flex;
		align-items: baseline;
		margin-left: 160px;
	}
	.content-15 #content .form-field.privacy label
	{
		width: 475px;
		text-align: left;
		margin-right: 0px;
		margin-left: 10px;
	}
	
	
	.content-15 #content .form-field.privacy input[type="checkbox"]
	{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 2px;
		position: relative;
		top: 2px;
		padding: 0px;
		background: rgba(255,255,255,0.5);
		outline: none;
		border: 0px;
		margin: 0px;
	}
	
	.content-15 #content .form-field.privacy input[type="checkbox"]:checked
	{
		border: 0px;
		outline: none;
		background: transparent;
		margin: 0;
	}
	
	.content-15 #content .form-field.privacy input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #ff8041;
		font-weight: 300;
		position: relative;
		top: -1px;
		outline: none;
	}
	
	
	.content-15 #content .field-privacybox
	{
		background: rgba(255,255,255,0.3);
		font-size: 14px;
		line-height: 16px;
		color: #fff;
		width: 515px;
		box-sizing: border-box;
		position: relative;
		left: -10px;
		margin: auto;
	}
	
	.content-15 #content .form-field.little-text
	{
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		position: relative;
		left: -15px;
		display: block;
	}
	
	.content-15 #content .form-submit
	{
		text-align: center;
	}
	
	.content-15 #content form .btn
	{
		float: none;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 200px;
		margin: 30px auto;
		position: relative;
		left: -15px;
	}
	
	.content-15 .form-field
	{
		display: flex;
		align-items: center;
	}

	.content-15 .form-field-error
	{
		max-width: 320px;
        line-height: 15px;
		text-align: left;
	}

	.homepage div.content-wired
	{
		/* background: #16b9c5 !important; */
		left: -50vw !important;
		position: relative !important;
		right: -50vw !important;
		margin-left: 50% !important;
		margin-right: 50% !important;
		width: 100vw !important;
		/* padding-top: 50px; */
	}
	
	.homepage div.content-form
	{
		width: 960px;
		margin: auto;
		
	}
	
	.homepage div.content-form form
	{
	background: transparent;
	text-align: center;
	margin-top: 30px;
	}
	
	.homepage div.content-wired h2, .homepage div.content-wired p:not(.form-field)
	{
		width: 960px;
		margin: auto;
		background: transparent;
		text-align: center;
	}
	
	.homepage div.content-form p.form-field
	{
		width: 50%;
	}
	
	.homepage div.content-wired h2
	{
		text-transform: uppercase;
		color: #ffffff;
		font-size: 40px;
	}	
	
	.homepage div.content-wired h2 b
	{
		color: #333;
	}
	
	.homepage div.content-form form label
	{
		color: #fff;
		font-weight: 400;
		text-align: right;
		padding: 0px;
		font-size: 16px;
	}
	
	.homepage div.content-form form .short-contact-form-filed
	{
		width: 280px;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #0c848d;
		height: 22px;
	}
	
	.homepage div.content-form form .short-contact-form-filed:focus, .homepage div.content-form form textarea:focus
	{
	border-bottom: 1px solid #fff;	
	}
	
	.homepage div.content-form form textarea
	{
		width: 280px;
		height: 22px;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #0c848d;
		resize: vertical;
		
	}
	
	.homepage div.content-form input[type="checkbox"]
	{
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    margin: 0px 5px 0px 0px;
	position: relative;
	top: 7px;
    padding: 0px;
    background: rgba(255,255,255,0.3);
    outline: none;
	}
	
	.homepage div.content-form input[type="checkbox"]:checked
	{
		border: 0px solid #ffffff;
		outline: none;
		background: transparent
	}
	
	.homepage div.content-form input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #fff;
		font-weight: 300;
		position: relative;
		top: -2px;
		outline: none;
	}
	
	.homepage div.content-form form .field-privacybox
	{
		width: 275px;
		border: 0px;
		background: rgba(255,255,255,0.3);
		margin: auto;
		text-align: justify;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		position: relative;
		left: 76px;
		top: -4px;
	}
	.homepage div.content-form form .rc-label
	{
		width: 50% !important;
		margin: 20px auto;
		float: none;
		margin-bottom: 0px;
	}
	
	.homepage div.content-form form .form-field.little-text
	{	
		font-weight: normal;
		color: #fff;
		margin-top: 15px;
	}
	
	.homepage div.content-form .btn
	{
		float: none;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 200px;
		margin-bottom: 20px;
	}
	
	
	.node-24, .node-25, .node-26, .node-27
	{
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw)!important;
	}
	
	.content-node-children
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.node-children-list-container
	{
		display: flex;
		justify-content: space-between;
		/* align-items: flex-start; */
		margin: 0;
		min-height: 350px;
		padding: 0px;
	}
	
	.node-children-list-container:nth-child(2n+2)
	{
    flex-direction: row-reverse;
	background: #16b9c5 !important;
	}
	
	.container-full-width
	{
    display: flex;
	}
	
	.node-24 .container-full-width,
	.node-25 .container-full-width,
	.node-26 .container-full-width,
	.node-27 .container-full-width
	{
    margin: auto;
    width: 960px;
	}
	
	.node-24 .container-full-width,
	.node-26 .container-full-width
	{
	flex-direction: row-reverse;	
	}
	
	.node-children-list-text
	{
	box-sizing: border-box;
	width: 50%;
    text-align: left;
	margin: 0px;
	display: flex;
	flex-direction: column;
	align-self: center;
	padding: 0px 50px 0 0;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	}
	
	#content-node-children-36 .node-children-list-container .node-children-list-text
	{
		text-align: right;
		padding: 0px 100px 0px 0px;
	}
	
	#content-node-children-36 .node-children-list-container:nth-child(2n+2) .node-children-list-text
	{
		padding: 0px 0px 0px 100px;
		text-align: left;
	}
	
	.node-children-list-container h2.node-children-h2
	{
		font-size: 40px;
		line-height: 36px;
		text-transform: uppercase;
	}
	
	.node-children-list-container:nth-child(2n+2) .node-children-h2
	{
		color: #fff;
	}
	
	.node-24 .node-children-list-text h2:before
	{
		content: "01.";
	}
	
	.node-25 .node-children-list-text h2:before
	{
		content: "02.";
		color: #333;
	}
	
	.node-26 .node-children-list-text h2:before
	{
		content: "03.";
	}
	
	.node-27 .node-children-list-text h2:before
	{
		content: "04.";
		color: #333;
	}
	
	.node-children-list-text h2:before
	{
		font-size: 40px;
		display: block;
		color: #16b9c5;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	
	.node-children-list-container:nth-child(2n+2) .node-children-list-img
	{
		margin-left: calc(50% - 50vw);
		margin-right: 0px;
	}
	
	.node-children-list-container .node-children-list-img
	{
		margin-right: calc(50% - 50vw);
		margin-left: 0px;
	}

	
	.node-children-list-img 
	{
    width: 40%;
	}
	
	.node-children-list-img img
	{
		width: 100%;
		height: auto;
	}
	
	.blue-box
	{
		background-color: #16b9c5;
		color: #fff;
		padding: 40px 50px;
		box-sizing: border-box;
		margin-top: 50px;
	}
	
	#footer #menu_primary a, #menu_primary .menu-item-active span,
	#footer #menu_cookie a, #menu_cookie .menu-item-active span
    {
        font-size: 14px !important;
    }
    
    #footer
    {
        font-size: 14px;
    }
	
	.homepage .form-field-error
	{
		position: relative;
		left: -50px;
	}
	
	.content-gallery-slider.landing, 
	body.content-53 .content-gallery-slider:not(.landing),
	body.landing .content-gallery-slider:not(.landing)
	{
		display: none;
	}
	
	/* Stile landing page APP */
	
	body.content-53 .content-gallery-slider.landing,
	body.landing .content-gallery-slider.landing
	{
		display: block;
	}
	
	body.content-53 .content-gallery-slider.nivoSlider img,
	body.landing .content-gallery-slider.nivoSlider img
	{
        width: 2000px!important;
        height: 740px!important;
        left: 50% !important;
		margin-left: -1000px;
	}
	
	body.content-53 .nivo-caption
	{
		width: 960px !important;	
		z-index: 999;
		bottom: 250px !important;
		left: 0 !important;
		right: 0 !important;
		background: transparent !important;
		height: auto !important;
		color: #fff !important;
		font-weight: 400;
		font-size: 24px !important;
		line-height: 28px !important;
		opacity: 1 !important;
		padding: 0 0 0 300px !important;
		margin: auto !important;
	}
	
	body.content-53 .nivo-caption sup
	{
		font-weight: 400;
		font-size: 24px;
	}
	
	body.content-53 .nivo-caption h2
	{
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		text-transform: inherit;
		color: #ffffff;
		font-size: 48px;
		line-height: 50px;
	}
	
	body.content-53 .nivo-caption h3
	{
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.30);
		text-transform: inherit;
		color: #ffffff;
		font-size: 36px;
		line-height: 40px;
	}
	
	body.content-53 .nivo-caption .btn-apple
	{
		height: 45px;
		width: 152px;
		background: url(../images/layout/btn-apple.png) no-repeat;
		background-size: cover;
		display: inline-block !important;
		margin: 40px 15px 0 0;
	}
	
	body.content-53 .nivo-caption .btn-google
	{
		height: 45px;
		width: 152px;
		background: url(../images/layout/btn-google.png) no-repeat;
		background-size: cover;
		display: inline-block !important;
		margin: 40px 15px 0 0;
	}
	
	body.content-53 #page-header h1
	{
		text-align: center;
		font-size: 36px;
	}
	
	.column-list-flex
	{
		display: flex;
		justify-content: space-between;
	}
	
	.column-list-flex p
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 25%;
		text-align: center;
		padding: 0 20px;
	}
	
	.column-list-flex p img
	{
		width: 150px;
		height: auto;
		margin-bottom: 20px;
	}
	
	.bg-cyano
	{
		background: #16b9c5;
		color: #fff;
		box-sizing: border-box;
	}
	
	.bg-cyano.app div.contenitore,
	.bg-cyano.app p.contenitore
	{
		padding: 50px 350px 50px 200px;
		text-align: right;
		box-sizing: border-box;
		min-height: 630px;
	}
	
	.bg-cyano.app .btn
	{
		font-size: 20px;
		border-radius: 99px;
		padding: 15px 30px;
		margin-top: 40px;
	}
	
	.bg-cyano.app .title
	{
		display: block;
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 40px;
	}
	
	.extended
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		margin-top: 50px;
	}
	
	.extended div.contenitore,
	.extended p.contenitore
	{
		width: 960px;
		margin: auto;
		position: relative;
		padding: 40px 0;
		box-sizing: border-box;
	}
	
	/* slick slider */
	
	.slider-screen-app.slick-slider
	{
		width: 285px;
		position: absolute !important;
		top: 40px;
		right: 0;
		margin: 0 !important;
	}
	
	.slider-screen-app.slick-slider .slick-slide
	{
		margin: 0 !important;
	}
	
	.slider-screen-app.slick-slider li
	{
		max-width: 285px !important;
	}
	
	.slider-screen-app.slick-slider:before
	{
		content: "";
		background: url(../images/layout/frame-mobile.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		pointer-events:none;
	}
	
	.slider-screen-app .slick-prev.slick-arrow
	{
		display: none !important;
	}
	
	.slider-screen-app .slick-next.slick-arrow
	{
		position: absolute;
		right:-20px;
		width: 80px;
		height: 80px;
		display: inline-block;
		background: transparent url(../images/layout/arrow-app-right.png) no-repeat center center;
		text-indent: -99999px;
		border: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		background-size: cover;
		top: 220px;
	}
	
	.slick-slider
	{
		margin: 0 -40px !important;
	}
	
	.slick-slider .slick-slide
	{
		margin-right: 40px !important;
		margin-left: 40px !important;
	}
	
	.slick-prev.slick-arrow
	{
		position: absolute;
		left: 35px;
		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: -50px;
	}
	
	.slick-next.slick-arrow
	{
		position: absolute;
		right:35px;
		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: -50px;
	}
	
	/* impostazioni per landing */
	
	body.landing .content-info
	{
		display: none;
	}
	
	body.landing #page-header h1,
	body.landing .title,
	body.landing .node-product h2
	{
		text-align: center;
		font-size: 36px;
		display: block;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	body.landing .content-node-children.grid
	{
		flex-direction: row !important;
		justify-content: space-between;
	}
	
	body.landing .content-node-children li
	{
		border: 0px;
		margin: 0;
		padding: 0;
	}
	
	body.landing .content-node-children li a
	{
		pointer-events: none;
	}
	
	body.landing .content-node-children ul
	{
		margin: 50px 0 20px 0;
	}
	
	body.landing .content-node-children .thumb-image
	{
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	body.landing .content-node-children .thumb-image img
	{
		width: 200px;
		height: 200px;
		margin: auto;
		border-radius: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
	
	body.landing .content-node-children .node-children-title
	{
		color: #16b9c5;
		font-size: 20px;
		font-weight: bold;
		margin: 20px auto 10px;
		text-align: center;
		padding: 0 20px;
		min-height: 55px;
		line-height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	body.landing .node-children-abstract
	{
		color: #333333;
	}
	
	body.landing .btn
	{
		font-size: 20px;
		border-radius: 99px;
		padding: 15px 30px;
		margin-top: 40px;
	}
	
	body.landing .node-product 
	{
		width: 100vw;
		position: relative;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		margin-top: 50px;
		background: #16b9c5;
		border-radius: 0;
		border: 0;
	}
	
	body.landing .node-product h1, body.landing .node-product h2, body.landing .node-product h3, body.landing .node-product h4, body.landing .node-product h5
	{
		color: #fff
	}
	
	body.landing .node-product:after
	{
		display: none;
	}
	
	body.landing .node-product .node-product-text-box
	{
		width: 960px;
		margin: 30px auto;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		max-width: none;
		min-width: none;
	}
	
	body.landing .node-product .node-product-img-box
	{
		display: none;
	}
	
	.banner-login
	{
		background: url(../images/layout/bg-banner-login.png) no-repeat;
		background-size: cover;
		background-position: 50%;
		padding: 20px 50px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.banner-login h2
	{
		color: #fff;
		font-size: 28px;
		line-height: 36px;
		text-align: left;
	}
	
	.banner-login h3
	{
		color: #fff;
		font-size: 24px;
		line-height: 36px;
		text-align: left;
		font-weight: 400;
	}
	
	.banner-login .btn
	{
		color: #fff;
		font-size: 24px;
		line-height: 36px;
		text-align: center;
		margin: 0 10px;
		padding: 2px 10px;
		font-weight: 400;
		display: inline-block;
	}
}

@media (min-width: 1247px)
{
    
    #page, .box-960 
    {
        width: 1227px;
        padding: 0 10px;
    }
    
    #content
    {
        width: 947px;
    }
	
	.menu li
    {
            padding: 0px 10px;
    }
    

    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_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;
    }
	
	
	#footer .menu li
	{
		padding: 0px;
	}
	
	
	.header-search-box
	{
		display: inherit !important;
	}
	
	.nivo-caption,
	body.content-53 .nivo-caption,
	body.landing .nivo-caption
	{
	width: 1227px !important;
	}
	
	.nivo-caption .btn
	{
		margin-top: 50px;
	}
	
	ul.list-edicola
	{
		width: 400px;
		letter-spacing: 1px;
		font-size: 16px;
	}
	
	#wrapper.twocolumn ul.list-edicola
	{
		width: 285px;
	}
	
	#block_block_2 ul li div
	{
		max-width: 1227px;
		min-height: 400px;
	}
	
	#content-node-children-19 .node-children-list-container, .content-inside
	{
		width: 1227px;
	}
	
	#block_block_2 ul li:nth-child(1), #block_block_2 ul li:nth-child(3)
	{
		background-position: 100% 0%;
	}
	
	#block_block_2 ul li:nth-child(2)
	{
		background-position: 0% 0%;
	}
	
	#block_block_2 ul li:nth-child(2) .block-text
	{
		max-width: 530px;
	}
	
	.node-24 .container-full-width,
	.node-25 .container-full-width,
	.node-26 .container-full-width,
	.node-27 .container-full-width
	{
		width: 1227px;
	}
	
	.homepage div.content-wired h2, .homepage div.content-wired p:not(.form-field)
	{
		width: 1227px;
	}
	
	.homepage div.content-form,
	.extended div.contenitore,
	.extended p.contenitore,
	body.landing .node-product .node-product-text-box
	{
		width: 1227px;
	}
	
	.homepage div.content-form form .short-contact-form-filed, .homepage div.content-form form textarea
	{
		width: 400px;
	}
	
	.homepage div.content-form form .field-privacybox
	{
		width: 395px;
	}
	
		/* stili forms */
	
	.content-15 form .short-contact-form-filed
	{
		width: 470px;
		border: 0px;
		background: rgba(255,255,255,0.3);
		border-bottom: 1px solid #ccc;
		color: #fff;
	}
	
	.content-15 form input[type="checkbox"].short-contact-form-filed { width: 10px }
	
	.content-15 form .short-contact-form-filed:focus
	{
		border-bottom: 1px solid #16b9c5;
	}
	
	.content-15 #content form 
	{
		background: url(../images/layout/bg-contatta.jpg) no-repeat;
		background-size: cover;
		padding: 50px 30px;
	}
	
	.content-15 #content form label
	{
		color: #fff;
		font-weight: 400;
		text-align: right;
		padding: 0px;
		font-size: 16px;
		width: 250px;
		margin-right: 50px;
	}
	
	.content-15 #content .form-field.privacy
	{
		color: #ffffff;
		font-size: 14px;
		margin: 20px auto;
		display: flex;
		align-items: baseline;
		margin-left: 300px;
	}
	.content-15 #content .form-field.privacy label
	{
		width: 465px;
		text-align: left;
		margin-right: 0px;
		margin-left: 10px;
	}
	
	
	.content-15 #content .form-field.privacy input[type="checkbox"]
	{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 14px;
		height: 14px;
		border-radius: 2px;
		position: relative;
		top: 2px;
		padding: 0px;
		background: rgba(255,255,255,0.5);
		outline: none;
		border: 0px;
		margin: 0px;
	}
	
	.content-15 #content .form-field.privacy input[type="checkbox"]:checked
	{
		border: 0px;
		outline: none;
		background: transparent;
		margin: 0;
	}
	
	.content-15 #content .form-field.privacy input[type="checkbox"]:checked:before
	{
		content: "\f14a";
		font-family: fontawesome;
		color: #ff8041;
		font-weight: 300;
		position: relative;
		top: -1px;
		outline: none;
	}
	
	
	.content-15 #content .field-privacybox
	{
		background: rgba(255,255,255,0.3);
		font-size: 14px;
		line-height: 16px;
		color: #fff;
		width: 485px;
		box-sizing: border-box;
		position: relative;
		left: -25px;
		margin: auto;
	}
	
	.content-15 #content .form-field.little-text
	{
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		position: relative;
		left: -15px;
		display: block;
	}
	
	.content-15 #content .form-submit
	{
		text-align: center;
	}
	
	.content-15 #content form .btn
	{
		float: none;
		border-radius: 30px;
		font-size: 18px;
		font-weight: 400;
		padding: 15px 30px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 200px;
		margin: 30px auto;
		position: relative;
		left: -15px;
	}
	
	body.content-53 .nivo-caption
	{
		padding: 0 0 0 420px !important;
	}

}

.content-gallery-slider.nivoSlider
{
   overflow: initial;
}

/** NOTE: Modifica del 18 Marzo 2024 */
@media (min-width: 980px) and (max-width: 1246px) {
	.logo-header {
		width: 120px;
		margin: 30px 20px 30px 0px
	}
}
/** ----- */


#menu_primary_container li ul{
	display: none !important;
}