﻿@charset "UTF-8";
@import url("/scripts/front/agid/megamenu/megamenu.css");
@import url("/scripts/front/agid/hamburger/hamburger.css");
@import url("/scripts/front/agid/offcanvas/offcanvas.css");
@import url("/scripts/front/agid/treeview/treeview.css");
@import url("/scripts/front/agid/icons/icons.css");

html, body {
    font-family: 'Titillium Web', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;        
	font-variant-ligatures: common-ligatures;
}

body{font-size:1.8rem;}

.page-header {
    margin: 0px;
    border-color: transparent;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

    .element-invisible.element-focusable:active, 
	.element-invisible.element-focusable:focus {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

.element-focusable {
    background-color: #e5e5e5;
    text-align: center;
    width: 100%;
    display: inline-block;
}


/****************************************/
/*              header                  */
/****************************************/

.header-banner {
    background-color: #30373d;
    padding: 1em 0em 1em 0em;
    padding-left: 2em;
    padding-right: 2em;
}

.header-banner a {
    color: white;
    font-weight: 600 !important;
}

.header-banner .header-lang {
    float: right;
    color: white;
    font-weight: 600 !important;
}

.header-navbar {
    background-color: #06c;
    padding-top: 2.6em;
    padding-bottom: 2.6em;
	
}
@media screen and (max-width: 768px) {
	.header-navbar {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}	
}


.header-navbar .site-name a, .header-navbar .follow {
    color: white;
}

.header-navbar .site-name h1 {
	font-weight:700;
	margin: 0;
}  



@media screen and (max-width: 768px) {
    .header-navbar .site-name h1 {
        font-size: 1.6rem;/*1.5em;*/		
    }
}

@media screen and (max-width: 992px) and (min-width:769px) {
    .header-navbar .site-name h1 {
        font-size: 2.1rem;/*1.6em;*/		
    }
}
/*(min-width: 1200px)*/
@media screen and (min-width: 993px) {
    .header-navbar .site-name h1 {
        font-size: 2.8rem;/*1.8em;*/		
    }    
}

.header-navbar .navbar-default {
    border-color: transparent;
    background-color: transparent;
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
}
/*


/* ========================================== */
/* Logo image
  ========================================== */

.header-navbar .logo  {
  height: 4.5rem;
  width: 4.5rem  
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1200px), screen and (min-width: 1201px) {

  .header-navbar .logo{
    width: 4.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1200px), screen and (min-width: 1201px) {
  .header-navbar .logo {
    height: 7.5rem;
    width: 7.5rem;
  }
}

/* ========================================== */
/* End Logo image
  ========================================== */
  

.header-navbar .utils{
    text-align: right !important;
}

.header-navbar .utils{
	float:right !important;
}

.header-navbar .utils > *{
		width:100%;
}

.header-navbar .social ul{
	padding-left:10px;
}

.header-navbar .social [class*="Icon-"] {
	color:#06c;
	background-color:#fff;
	
}
 .box_text_footer .social [class*="Icon-"] 
 {
	 background-color:#65dde0;
	 color:#00264d;
 }

.header-navbar .social [class*="Icon-"], .box_text_footer .social [class*="Icon-"] {
	border-radius:100% !important;
	padding:0.4rem;
}

    .header-navbar .social .follow {
        display: inline-block !important;
    }

    .header-navbar .social ul, 
	.header-navbar .social ul li, 
	.box_text_footer .social ul li {
        display: inline-block;
    }
	.header-navbar .social li a{
		padding-left:1.2rem;
	}
	 .box_text_footer .social li a
	 {
		padding-right:1.2rem;
	 }

/* ==================================*/	
/*       form ricerca header         */
/* ==================================*/		
	
	.header-navbar .formricerca{		
		display:block;
		max-width:20em;		
		float:right !important;
	}
			
	.header-navbar .formricerca .form-group {
		background-color: #fff;
		border-radius: 2px !important;
		padding: 4px;		
	}
	.header-navbar .formricerca .form-group{
		display:flex;
	}
	@media screen and (min-width: 768px) and (max-width: 991px){
		.header-navbar .formricerca .form-group{
			margin-top:15px;
		}
	}
	
    .header-navbar .formricerca .form-control {
		border: none !important;
		box-shadow: none !important;
	}	

	.header-navbar .formricerca .form-control {
        border: none !important;
        box-shadow: none !important;
    }

    .header-navbar .formricerca button,  .header-navbar .search-trigger button{
        background-color: transparent;
        border: none;
        color: #333;
    }
	
	.header-navbar .search-trigger{
		text-align: right !important;			
	}
	.header-navbar .search-trigger button{
		font-size:2rem;
		padding:1.6rem !important;
		color:#fff;
		font-weight:700 !important;
	}
	.mobile-searchform .formricerca{
		display:none;
	}	
		
	/* trick form ricerca su mobile */
	@media screen and (max-width: 768px){
			.mobile-searchform .formricerca{
			float:none !important;
			max-width: 100%;			
			margin-top:1em;
		}	
	}
	
	#header-search .is-active  {
		display: block !important;
	}	
	
/* ==================================*/	
/*       form ricerca header         */
/* ==================================*/		
	

.custom-menu {
    background: #1173d4;
}
/*
.Hamburger-toggleContainer, .header-search-toggle{
	display:inline-flex;
	padding:5px 10px;
	text-align:left;	
	font-size:2.2rem;
	font-family:FontAwesome;
	color:white;
	background:none;
	border:0px;
	font-weight:700 !important; 
}
.Hamburger-toggleContainer:before{
	display:inline:block;
	content:"\f0c9";
	vertical-align:middle;
}

.header-search-toggle .icon:before{
	display:inline-block;
	content:"\f002";
}


@media screen and (max-width:768px){
	.Hamburger-toggleContainer, .header-search-toggle{	
		font-size:1.3em;
		padding: 5px;
	}
	
}
*/

/*
.Header-toggle > *{
	display:inline-block !important;
	max-width:100%;
	text-align:center !important;
}

.Hamburger-toggleContainer {
    cursor: pointer;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
}

.Hamburger-toggle, 
.Hamburger-toggle::before, 
.Hamburger-toggle::after {
    background: white;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 0.4rem;
    position: relative;
    width: 3.22rem;
}

.Hamburger-toggle::after {
    bottom: -1rem;
}

.Hamburger-toggle::before {
    top: -1.4rem;
}
.Hamburger-toggle,
.Hamburger-toggle::before,
.Hamburger-toggle::after
{
	width: 4.6rem;
}
.Header-toggleText{
	color:#fff;
	letter-spacing: 0.1em !important;
	margin-bottom: -2.2rem;
	margin-top: 2.2rem;
	text-transform: uppercase;
	display:block;
}
*/


.Offcanvas-toggleContainer .Hamburger-toggleContainer{
	padding: 4rem 0 4rem 1.6rem;
	display:block !important;
}

/****************************************/
/*          end header                  */
/****************************************/
    
/* BREADCRUMB */
    .breadcrumb > .active {
        color: #777;
    }

    .breadcrumb > li + li:before {
        content: "\203A";
    }

    .breadcrumb {
        font-weight: 600 !important;
    }
    /* END Bredcrumb */

    /* Menù Sidebar */

    .modulo_menu ul {
        padding-left: 0;
        margin-bottom: 20px;
    }

        .modulo_menu ul ul {
            margin-bottom: 5px;
            border: none;
        }

    .modulo_menu li ul {
        /*background-color: #f5f5f5;*/
    }

    .modulo_menu li li {
    }

    .modulo_menu .depth0 {
        position: relative;
        display: block;
        margin-bottom: -1px;
        /*
	border: 1px solid #ddd */
    }

        .modulo_menu .depth0 a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
        }

        .modulo_menu .depth0.first:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .modulo_menu .depth0.last:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .modulo_menu .depth0 a:focus, .modulo_menu .depth0 a:hover,
        #ColSX .modulo_menu ul li ul li a:hover, #ColSX .modulo_menu ul li ul li a:focus {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .modulo_menu .TabSelected a {
        background: #2079D4;
        color: #fff;
    }

    #ColSX .modulo_menu ul li ul li a {
        background: inherit;
        color: inherit;
    }

    .modulo_menu > li {
        text-indent: 1em;
        border: none;
    }

    .modulo_menu .TabSelected .selected {
        font-weight: bold;
    }

    /********************************/
    /*          footer              */
    /********************************/
	#Footer{font-size:1.5rem;}
	
    #Footer.panel-footer {
        background: #00264d;
        color: white;
        padding-bottom: 40px;
        padding-top: 40px;
    }

        #Footer.panel-footer a {
            color: #65dde0;
        }

        #Footer.panel-footer h3, #Footer.panel-footer h4, #Footer.panel-footer .site-name {
            color: #fff;
        }

    #Footer .logo {
        padding-right: 32px;
        float: left;
    }

    #Footer .site-name {
        font-size: 1.70em;
        margin: 15px auto;
    }

    .box_text_footer {
        font-size: 0.88em;
    }

        .box_text_footer ul {
            padding-left: 0px;
        }

        .box_text_footer li {
            list-style: none;
        }

    .footer_links {
        border-top: 1px solid #65dbde;
        padding-top: 10px;
    }

        .footer_links li {
            margin-right: 1em;
        }

            .footer_links li a {
                font-weight: 600;
            }

    .Footer-socialIcons {
        color: #00264d;
    }

    .scrollup {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #00264d;
        color: #ffffff;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        /*font-size: 1.39em;*/
        line-height: 40px;
        border: 2px solid #ffffff;
        z-index: 900;
        box-shadow: 1px 1px 2px #aaa !important;
        -webkit-box-shadow: 1px 1px 2px #aaa !important;
    }

        .scrollup:hover {
            text-decoration: none;
            color: #ffffff;
        }

        .scrollup span:before {
            position: relative;
            bottom: 3px;
        }

    .scrolltoup {
        position: fixed;
    }

    /*end footer*/


    /* utility */
    .img-responsive, 
	.img-thumbnail, 
	.table, label {
        max-width: 100%;
    }

    .figcaption_modulo_statico {
        text-align: center;
    }
	
	.site-name small {
		color: white;
	}
	
	.vcenter{
		display: flex;
		align-items: center;		
	}
	
	.u-hidden{
		display: none !important;
	}
	/* color & 	   */
	.background-white{
		background-color:#fff !important;
	}
	.background-blue{
		background-color:#004c99 !important;
	}
	/* icons */
	/*.Icon-search:before {
		content: "\1f50d";
	}
	.logo img {
		max-height: 150px;
		max-width: 150px;
		background: #fff;
	}

	@media (max-width:768px) {
		.logo {
			margin: 0px auto;
			text-align: center;
		}
	}*/