@media screen and (min-width: 768px) {
   .footer {
		position:relative;
		top:-55px;
		background-color: #efdc5c;
	}
	#main_div_fe {
		border-color: #e7e7e7;
		border-width: 1px;
		border-style: solid;
		position:relative;
		top:-55px;
		background: white;
	}
	.navbar-default {
		background-color: white !important;
		border: 0 !important;
		font-size: 8pt;
	}
	.border-right {
	border-right: 1px solid #dadada;

	}
	.navbar-nav>li>a {
		padding-top: 3px!important;
		padding-bottom: 3px !important;
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.mainpage-row {
		padding-bottom: 15px;
	}
	.container-fluid-no-padding {
	padding-left:0 !important;
	padding-right: 0 !important;
	}
	
}
img {
	max-width: 100%;
}
.footer {
	position:relative;
	background-color: #efdc5c;
}
.flag_img{
cursor: pointer;	
}
#main_div_fe {
	border-color: #e7e7e7;
	border-width: 1px;
	border-style: solid;
	position:relative;
	background: white;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default {
	background-color: white !important;
}


#page_title_fe	{
color: #9c9d9f;
font-weight: bold;
}

hr{
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #E7E7E7; /* old IE */
    background-color: #E7E7E7; /* Modern Browsers */
}
.str_title {
	font-weight: bold;
}
.list_img {
	width: 15%; 
	float:left;
	margin-right: 10px;
}

.str_content {
	text-align: justify;
}

.single_str {
	margin: 0;
	padding: 0;
}
.footer{
	font-size:small;
}
.active_menu{
	color: #eb8226 !important;
	font-weight: bold;

}

.title_page_top {
	color: #8b898a;
	font-size: 14pt;
}

.slogan_page_top {
	color: #8b898a;
	font-size: 11pt;
}
@media screen and (min-width: 768px) {
	#immagine_logo{
		/*position:fixed;*/
		position:absolute;
		top:0;
		left:25px;
		z-index:2000;
	}
}
@media screen and (max-width: 767px) {
	#immagine_logo{
		display:none;
	}
}
.only_advanced {
	display:none;
}
.img_ele_collegati{
    max-height: 35px;
    float:left;
    margin:5px;
}