/* Stili menu orizzontale */
.div_menu {
  width: 100%;
  background-color: #24607b;
  position: relative;
  clear: both;
  font-weight: 500;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul#hormenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#hormenu li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#hormenu a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
ul#hormenu a:hover {
  text-decoration: none;
}
ul#hormenu li ul {
  display: none;
}
ul#hormenu li li {
  border: none;
  width: 100%;
}
ul#hormenu li li a {
  padding: 2px 2px 2px 10px;
}
#topnav nav ul ul li a {
  color: #4E525D;
  font-size: 15px;
  padding: 10px;
  display: block;
  transition: 0.5s all;
  -webkit-transition: 0.51s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  background: white;
  text-transform: inherit;
  border: none;
  text-shadow: none;
}
.stuck {}
#topnav nav ul ul li a:hover {
  background: #227f98;
  color: white;
  border: none;
}
#topnav nav ul ul li.active > a {
  color: black;
  background: #f0f0f0;
}
/* navigation bar */
#topnav {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
#topnav #navbtn {
    display: none;
    float: left;
    padding: 2.5em 0em;
    background: url(../img/nav-icon.png) center no-repeat;
    text-indent: -99999px;
    overflow: hidden;
    margin-left: 20px;
    right: 12px;
    position: absolute;
    top: 13px;
    width: 66px;
    background-color: #fff;
    border-radius: 2px;
}
#topnav nav {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#topnav nav ul {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  border-left: none;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 44px;
}
#topnav nav ul ul {
  list-style: none;
  margin-left: inherit;
  margin-right: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
}
#topnav nav ul ul li {
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
}
#topnav nav ul li a {
  padding: 7px 40px;
  display: block;
  transition: 0.5s all;
  -webkit-transition: 0.51s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
}
#topnav nav ul li a:hover {
  color: black;
  background: #fff;
}
#topnav nav ul li.active > a {
  color: black;
  background: #f0f0f0;
}
/* menu block */
#btmnav {
  display: block;
  padding: 5px 0;
  font-size: 1.1em;
  font-weight: normal;
}
#btmnav .credits {
  color: #999;
  line-height: 1.45em;
}
#btmnav nav {
  padding: 9px 0;
  padding-bottom: 15px;
}
#btmnav nav ul li {
  display: inline;
}
#btmnav nav ul li a {
  font-weight: bold;
}
#topnav {
  height: auto;
  padding-left: 0em;
  padding-right: 0em;
  top: 0px;
  z-index: 99999;
}
#topnav nav ul ul {
  /*display:none !important;
visibility:hidden !important;*/
}
#topnav nav ul {
  width: auto;
  height: inherit;
}
.menu {
  position: absolute;
  clear: both;
  width: 100%;
  z-index: 99999999;
  top: 0px;
  right: 0px;
}
#topnav h1 {
  padding: 1.4em 0em;
}
#topnav #navbtn {
  padding: 1.8em 0em;
}
#topnav {
  height: auto;
  padding-left: 0em;
  padding-right: 0em;
  /* background: #d1d9e5; */
}
#topnav nav {
  display: none;
  position: static;
  width: 100%;
  top: auto;
  right: auto;
  background: #24607b;
}
#topnav nav .container {
  padding: 0px;
}
#topnav nav ul li {
  float: none;
  margin: 0;
  border-right: none;
  border-left: none;
}
#topnav nav ul ul li a {
  font-family: 'Raleway', sans-serif;
}
#topnav nav ul ul {
  border-top: 1px solid white;
}
#topnav nav ul li a {
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 20px;
  border: 0;
  /* border-bottom: 1px solid #cccccc; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #24607b;
    border-bottom:none
}
.riservata #topnav nav ul li a {
  padding: 10px 39px;
}
#topnav nav ul li a:hover {
  border: none;
  color: white;
  text-shadow: none;
  background-color: #227f98;
}
#topnav nav ul li a.sel {}
#topnav #navbtn {
  display: block;
}
ul#hormenu li ul {
  position: relative;
  display: none;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0 0 0 -1px;
}
#topnav nav ul ul li {
  margin-top: 0px;
}
@media (max-width:875px) {
 .stuck {
    position: absolute !important;
    top: 134px;
}
}