
body .ui-dialog {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
body .ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  padding-right: 0px;
}
body .ui-dialog .ui-dialog-titlebar button {
  background: none;
  border: none;
  color: white;
}
body .ui-dialog .ui-dialog-titlebar button .ui-icon {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar button .ui-button-text {
  color: white;
  text-indent: 0px !important;
  padding: 0px;
}
body .ui-dialog a {
  outline: none;
}
body .ui-dialog a:hover, body .ui-dialog a:focus, body .ui-dialog a:active {
  outline: none;
  text-decoration: none;
  color: inherit;
}
body .ui-dialog #mod-prod-title {
  margin: 15px 0px 25px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: normal;
}
body .ui-dialog #mod-prod-link {
  text-align: center;
}
body .ui-dialog #mod-prod-link a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
body .ui-dialog #mod-prod-link a .material-icons {
  vertical-align: middle;
}
body #container #panoramaMenu {
  display: none !important;
}
body #container #q-open-sidebar {
  background: #c4b9b3;
  cursor: pointer;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 9999;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
body #container #q-open-sidebar:hover {
  background: #a39188;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
body #container #q-open-sidebar .material-icons {
  vertical-align: middle;
  line-height: 45px;
  font-size: 28px;
}
body #container #q-sidebar {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 180px;
  padding: 40px 20px;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.9);
  color: #363636;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  overflow: hidden;
}
body #container #q-sidebar #q-close-sidebar {
  background: #c4b9b3;
  cursor: pointer;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 0px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
body #container #q-sidebar #q-close-sidebar:hover {
  background: #a39188;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
body #container #q-sidebar #q-close-sidebar .material-icons {
  vertical-align: middle;
  line-height: 45px;
  font-size: 28px;
}
body #container #q-sidebar h1 {
  color: #245180;
  padding: 0px 7px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
body #container #q-sidebar ul.q-menu {
  margin: 25px 0px;
}
body #container #q-sidebar ul.q-menu li {
  list-style: none;
}
body #container #q-sidebar ul.q-menu li a {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #E4DFDC;
  text-decoration: none;
  color: inherit;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 7px;
  white-space: nowrap;
}
body #container #q-sidebar ul.q-menu li a:hover {
  background: #c4b9b3;
  color: white;
  border-color: #c4b9b3;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
body #container #q-sidebar ul.q-menu li a.q-dropdown {
  position: relative;
}
body #container #q-sidebar ul.q-menu li a.q-dropdown:hover {
  background: inherit;
  color: #245180;
  border-color: #E4DFDC;
}
body #container #q-sidebar ul.q-menu li a.q-dropdown:active, body #container #q-sidebar ul.q-menu li a.q-dropdown:focus {
  outline: 0;
}
body #container #q-sidebar ul.q-menu li a.q-dropdown .material-icons {
  position: absolute;
  line-height: 13px;
  right: 0;
  top: 11px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
}
body #container #q-sidebar ul.q-menu li a.q-dropdown .material-icons.up {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body #container #q-sidebar ul.q-menu li:first-child a {
  border-top: 1px solid #E4DFDC;
}
body #container #q-sidebar ul.q-menu li:first-child a:hover {
  border-color: #c4b9b3;
}
body #container #q-sidebar ul.q-menu li ul.q-dropdown-menu {
  display: none;
}
body #container #q-sidebar ul.q-menu li ul.q-dropdown-menu li a {
  border: none;
  padding-left: 20px;
}
body #container #q-sidebar ul.q-menu li ul.q-dropdown-menu li a:hover {
  background: #c4b9b3;
}



#mappa{
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif!important;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  z-index: 9999;
}

#mappa h1{
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 15px;
}

#mappa .close{
  position: absolute;
  right: 20px;
  color: #000;
  font-size: 1.8em;
  top: 20px;
  text-decoration: none;
}

#mappa .close img{
  height: 22px;
}

.mappa_container{
  width: auto;
  display: inline-block;
  position: relative;
  margin: 60px auto;
  height: 65%;
}

#mappa img.mappa{
  max-width: 100%;
  max-height: 100%;
  /*margin: 0 auto;*/
  display: block;
}

#mappa{
  text-align: center;
}

#mappa img.logo_mappa{
  display: block;
      max-width: 94%;
  margin: 70px auto 0 auto;
}

.gotopan{
  height: 0px;
  width: 0px;
}

.gotopan.noimage{
  height: 60px;
  /*background: red;*/
  display: block;
  width: 150px;
}

.gotopan img{
    width: 46px;
    height: 59px;
    top: -45px; /* UGALE ALL'ALTEZZA */
    left: -24px; /* META DELLA LARGHEZZA */
    position: absolute;
}

.open_mappa{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 15%;
}

.open_mappa img.map_png{
  width: 100%;
  opacity: .9;
}

.open_mappa img.map_png:hover{
  opacity: 1;
}

.open_mappa{
  color: #000;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif!important;
  text-decoration: none;
  text-align: center;
}

.open_mappa .freccia{
  margin-bottom: -1px;
      height: 20px;
}
/*
.logo{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: 90px;
}

*/


@media (max-width: 767px){
  .mappa_container {
      display: none;
  }
  .close{
    display: none;
  }
  .open_mappa{
    display: none;
  }
  #mappa h1{
    margin-top: 10px;
  }
}

.ui-dialog-titlebar.ui-widget-header{
  padding: 0;
    height: 20px;
}

.ui-dialog-titlebar.ui-widget-header .ui-button{
      height: 35px;
      width: : 35px;
}

.ui-dialog-titlebar.ui-widget-header .ui-button .ui-button-text{
      font-size: 35px;
    line-height: 30px;
}
