/* Navbar fissa */
.navbar-main.fixed-top {
    box-shadow: 0 1px 5px #fff;
}
.admin-bar .navbar-main.fixed-top {
	top: 32px !important;
}
 
@media only screen and (min-width: 991px) {
    /* Multilevel menu */
	.navbar-main .collapse ul.navbar-nav > li:hover > a{background: #003c71; color: #fff;}

	.navbar-main ul ul .dropdown-toggle {
		position: relative;
	}
	.navbar-main ul ul .dropdown-toggle:after {
	    transform: rotate(-90deg);
	    position: absolute;
	    right: 1rem;
	    top: 15px;
	}
    .linkslide {
	 float: left;
    margin: 0;
    padding: 50px;
    width: 100%;
    color: #dedede;
    background: #FFF; /* browser che non supportano rgba*/
    background: rgba(255,255,255,0.7);
    position: center;
	position: absolute;
    left: 0;
    bottom: 0;
	
	}
	.linkslide:hover {
	 display: block;
	}
    .navbar-main .collapse ul li{position:relative;}
    .navbar-main .collapse ul li:hover> ul{display:block}
    .navbar-main .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    /*******/
    .navbar-main .collapse ul ul li{position:relative}
    .navbar-main .collapse ul ul li:hover> ul{display:block}
    .navbar-main .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    .navbar-main .collapse ul ul ul li{position:relative}
    .navbar-main .collapse ul ul ul li:hover ul{display:block}
    .navbar-main .collapse ul ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none;z-index:1}
}
@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-scienzaepace:before{content:'\0041';}
.icon-serviziocivile:before{content:'\0042';}
.icon-scuolaformatori:before{content:'\0043';}
.icon-network:before{content:'\0044';}

/* Mobile breakpoints */
@media (max-width: 575.98px) {
 .carousel-inner, .carousel-item .inner {
    min-height: 100px;
 }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {
 
}
@media (min-width: 768px) {
  
}
@media (max-width: 991.98px) {

}

@media (min-width: 992px) {

}

@media (max-width: 1199.98px) {

}

@media (min-width: 1200px) {
 
}



