div[id^="map_"] {
  width: 100% !important; /*Aggiunto per sistemare la mappa in modalit�  responsive*/
}

/**************************************************************/
@media (min-width: 1025px){

.shortIcon{display:none !important}
.desc{display:block !important}

.button_search {
  min-width: 174px;
  background-color: #D8D1CB;
  padding: 4px 6px 6px 16px;
  margin-top: -8px;}

#barInHeader{
width: 1000px;
margin-left: auto;
margin-right: auto;
}

#title {
  margin-left: 30px !important;
  margin-top: 18px;
}

#logo {
  height: 78%;
  margin-top: 8px;
}

#header{
width:1000px !important;
margin-left:auto;
margin-right:auto;
 height:125px;
}

/* Menu Mobile */

/* nasconde bottone menu mobile */
.dropbtn {
  display: none;
}
/* nasconde menu mobile */
#menu-mobile{
  display: none;
}

/*Footer*/
#copyright {
  width: 100%;
  display: inline-block;
padding-top: 16px;
/*  float: left; */
}

#credits{
  float: none;
  display: inline;
  text-align:center;
}

}

/****************************************************************/

@media (max-width: 932px) and (min-width: 790px){

.univaq #copyright {
  font-size: 0.8em;
  padding-top: 11px !important;
  /*width: 60%;*/
  display: inline-block;
  /*float: left;*/
}

}

/****************************************************************/

@media (max-width: 1024px) and (min-width: 790px){

.shortIcon{display:none !important}
.desc{display:block !important}

.button_search {
  min-width: 174px;
  background-color: #D8D1CB;
  padding: 4px 6px 6px 16px;
  margin-top: -10px;}

#barInHeader{
width: 768px;
margin-left: auto;
margin-right: auto;
}

/* Menu Mobile */
.dropbtn {
  display: none;
}

#menu-mobile{
  display: none;
}

#header{
width:768px !important;
margin-left:auto;
margin-right:auto;
}

#logo_cont
{
height:70%;
padding-top:8px;
width:25%
}

#logo{
margin-top:4px;
height:87% !important;
}

/* CONTAINER */
#container {
  width: 100%;
}

/* HEADER */
#header {
  background-image: none;
  padding: 0 6px 0 0;
  border-top-right-radius: 45px;
}

#header_back {
  background-repeat: repeat-y;
  /*border-top-right-radius:45px;*/
}

#header #title {
  width: 468px;
margin-left:0;
}

#header #foto{
  background-position: right;
  margin-right: 2px;
}

#header h2 {
  font-size: 1.3em !important;
}

#header h1 {
  font-size: 1.5em !important;
}

#header #foto {
  width: 78px;
  border-top-right-radius:15px;
}

#header #search {
margin-top:10px;
}

/* MAIN per ombreggiature laterali */  
#main {
  width: 768px;
  margin: auto;
  background-position: center top;
  background-repeat: repeat-y;
  min-height: 500px;
  background-size: 100% 105%;
}

/*Footer*/
#copyright {
  font-size: 0.8em;
  padding-top: 18px;
  display: inline-block;
}

#credits {
  display: inline;
}

#footer {
  margin: 0;
  font-size: 1.1em;
}

#footer p {
  font-size: 0.8em;
}
}

/******************************************************************/

@media (max-width: 790px) and (min-width: 555px/*480px*/){


#search_icon{
-webkit-filter: brightness(3.25);
-moz-filter: brightness(3.25);
-o-filter: brightness(3.25);
-ms-filter: brightness(3.25);
filter: brightness(3.25);
  height: 15px;
}

#barInHeader{
  margin-left: 20px;
}

#search{
padding-top: 12px;
}

.button_search{
margin-top: 113px;
}

.stripe_thin_2{
display:none;
}

.dropdown
{
  margin-top: 8px;
  margin-left: 30px;
}

#home{
  height: 14px;
  padding-top: 3px;
  padding-right: 4px;
}

#menu-mobile{
  width: 100%;
  height: 20px;
  
}

.desc{display:block !important}
.shortIcon{display:none !important}

h1{font-size: 2.7vw !important;}
h2{font-size: 2.5vw !important;}

#foto{display:none;}

#header{background-image:none !important; }

/* Menu Mobile*/
#header #search {
  height: 30px;
width:100% !important;
}

#header #search #buttons{
  padding: 5px 0;
}

#header #search #menu-mobile{
  width: 35%;
  float: left;
  padding: 5px 9px;
}

#header #search #menu-mobile .home-button{
  display: block;
  height: 100%;
  padding-left: 0.2em;
}

#header #search #menu-mobile img {
  height: 1em;
  padding-top: 4px;
  padding-bottom: 3px;
}

#logo_cont
{
height:60%;
}

#menu-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;    /* nasconde lo scroll */
}

#menu-mobile ul li {
  float: left;
}

li a{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0 10px 0 16px;
  text-decoration: none;
}

.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 4px 14px 2px 14px;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-top: -28px;
  margin-left: 15px;
  position: absolute;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #CBC2B6;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9em;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover #left {
  display: block;
}

/* CONTAINER */
#container {
  width: 100%;
  padding-top: 0;
}

/* HEADER */  
  #header_back {
  margin-top:10px;
}

#header {
 background-image: none; 
  background-position: initial;
  padding-right: 0;
  margin-left: -10px;      /* ho tagliato il bordo */
  margin-top: -10px;
  border-top-left-radius: 50px;
  background-size: 750px;
}

#header #title {
  width: 54%;
}

#header #title_left {
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 8px;
  margin-top: 55px;
  width: 7em;
}

#header #search {
  width: 100%;
  margin-right: 0px;
}

#header #foto {
  background-position: right;    
  width: 25%;
  border-top-right-radius: 0;
  margin-right: 0;
}

#header h2 {
  font-size: 1em !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
}

#header h1 {
  font-size: 1.3em !important;
  line-height: 1.2em;
  font-variant: normal;
}

/*Modifica Immagini Centrali*/
.presentation-item {
  display: inline;
}

.presentation-item:nth-child(2) {
  padding: 0 0.38em;
}

.presentation-item a img {
  width: 32%;
  height: 32%;
}

.presentation-item .bodytext {
  display: inline;
}

/*Footer*/
#copyright {
  padding-top: 14px;
  padding-bottom: 4px;
  display: block;
  text-align: center;
}

#credits {
  display: block;
  width: 100%;
  text-align: center;
}

#title {
margin-left: 10px !important;
width:60% !important;
}

#search {
margin-top:-5px !important;
}

#main {
padding-top:20px !important;
  width:100% !important;
  }

}

/******************************************************************/

@media (max-width: 555px) {

.button {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  }

#home {
  padding-right: 5px;
  }

.dropbtn {
margin-top: -20px;
  margin-left: 15px;
  height: 20px;
}

#search_icon {
-webkit-filter: brightness(3.25);
-moz-filter: brightness(3.25);
-o-filter: brightness(3.25);
-ms-filter: brightness(3.25);
filter: brightness(3.25);
  height: 15px;
}

#buttons
{
margin-top: 101px;
}

#header{background-image:none !important;}

.button
{
float:right !important;
}

.dropdown
{
margin-left: 30px;
}

.button a {
margin-right: 4px;
margin-left: 4px;
}

#menu-mobile{
width: 100%;
height: 20px;
}

.desc{display:none !important}
.shortIcon{display:block !important}

.stripe_thin_2 {
display:none;
}

/* Menu Mobile*/

#header #search {
  height: 25px;
}

#header #search #buttons {
  padding: 5px 0;
  width: 62%;
}

#header #search #menu-mobile {
  width: 35%;
  float: left;
  padding: 5px 0;
}

#header #search #menu-mobile .home-button {
  display: block;
  height: 100%;
  padding-left: 0.2em;
}

#header #search #menu-mobile img {
  height: 1em;
  padding-top: 4px;
  padding-bottom: 3px;
}

#logo_cont {
height:50%;
margin-top: 0px;
margin-left: 20px;
}

#menu-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu-mobile ul li {
  float: left;
}

li a{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0 10px 0 16px;
  text-decoration: none;
}

.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 14px 2px 14px;
  text-decoration: none;    
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-top: -19px;
  margin-left: 15px;
  position: absolute;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #CBC2B6;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9em;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover #left {
  display: block;
}

/* CONTAINER */
#container {
  width: 100%;
  padding-top: 0;
}

/* HEADER */  
#header_back {
  padding-top: 1px;
}

#header #search {
  width: 100%;
  margin-right: 0px;
}

#header{
 background-image: none;
  background-position: initial;
  padding-right: 0;
  margin-left: -10px;      /* ho tagliato il bordo */
  margin-top: -10px;
  border-top-left-radius: 50px;
  background-size: 750px;
}

#header #title_left {
  font-size: 0.7em;
  width: 7em;
  margin-top: 55px;
  line-height: 1em;
  margin-left: 8px;
}

  #header h2 {
  font-size: 1em !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
}

  #header h1 {
  font-size: 1.1em !important;
  line-height: 1.4em;
  font-variant: normal;
}

#header #foto{
  width: 20%;
  border-top-right-radius: 0;
}

#foto{
  display: none;
}

/*Modifica Immagini Centrali*/
.presentation-item {
  display: inline;
}

.presentation-item a img {
  width: 100%;
  height: 32%;
}

#home {
    height:14px;
    padding-top:3px;
}

/*Footer*/
#copyright {
  padding-top: 10px;
  padding-bottom: 4px;
  display: block;
  text-align: center;
}

#credits {
  display: block;
  width: 100%;
  text-align: center;
}

#footer {
  height: 8.5em;
}

}

@media (max-width: 357px) {

#logo {
  height: 90% !important;
}

#header #search .button {
width: 25px !important;
  display: block;
  border-left-width: unset;
  border-left-style: unset;

}

}