.logo_ente_header{
	height: 10%;
    width: 10%;
}

.menu-btn {
    display: block!important;
    border: 0 none;
    background: transparent;
    color: white;
    margin-left: -16px;
    margin-top: 6px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.inline_li{
	margin-left:-20%;
}

.test-image{
	height: 100%;
	width: 100%;
}

/*.img_depag{*/
/*	width: 60%;*/
/*}*/

.carousel_dim{
    height: 300px;
}

.footer{
    color: #fff;
    padding-top: 48px;
	background-color: #42414d!important;
}

.intestazione {
    margin-bottom: 28px;
}

.logoimg {
    display: inline-block;
}

.logotxt {
    vertical-align: middle;
    height: 48px;
    text-align: left;
    margin-left: 15px;
    display: inline-block;
}

.txtFooter{
	color: #FFF;
    font-size: .778em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #FFF;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}

.colFooter{
	padding-right: 5%;
	
}

.postFooter {
    font-size: .8889em;
    border-top: 1px solid #FFF;
    padding: 20px 0;
}

.postFooter a {
    color: #fff;
    margin: 0 5px;
}
.img_logo {
    height: 7%;
    width: 7%;
}

.header-fixed{
	position: fixed; 
	top: 0; 
	width: 100%; 
	z-index: 2
}

.logoimg {
    display: inline-block;
    margin-left: 5%;
}
.logotxt {
   	width: 60%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* Extra Small devices (landscape phones, < 576px)*/
@media ( max-width : 575px) {
	.header-nav{
		display: none;
	}
	/*.img_logo {*/
    /*	height: 48px;*/
	/*    max-width: 48px;*/
	/*}*/
	.logotxt h3 {
    	font-size: 1.375em;
	}

    .carousel_dim{
        height: 150px;
    }
}


/* Small devices (landscape phones, 576px and up)*/
@media ( min-width : 576px) {
	.test-image{
		display: none;
	}
	.header-nav{
		display: none;
	}
	.intestazione {
    	margin-bottom: 8px;
	}
	/*.img_logo {*/
    /*	height: 60px;*/
	/*    max-width: 60px;*/
	/*}*/
	.logotxt h3 {
    	font-size: 1.375em;
	}
    .carousel_dim{
        height: 200px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media ( min-width : 768px) {
	.menu-btn {
    	display: none!important;
	}
	.test-image{
		display: block;
	}
	.header-nav{
		display: block;
	}
    .carousel_dim{
        height: 300px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media ( min-width : 992px) {
	.logo_footer{
	width: 82px;
    height: 82px;
    margin-right: 16px;
}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media ( min-width : 1200px) {
}