/* Stili menu orizzontale */

.div_menu {
	width: 100%;
	background-color: #4d606f;
	position: relative;
	clear: both;
}
* {
	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: #4d606f;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	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;
	top: 20px;
	width: 20px;
	padding: 2.5em 0em;
	background: url('../img/nav-icon.png') center no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	margin-left: 20px;
	right: 20px;
	position: absolute;
}
#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;
	background-color: white;
}
#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: 25px;
}
#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: 10px;
	margin-right: 10px;
	background-color: #e4e4e4;
	width: 60px;
	height: 60px;
}
#topnav {
	height: auto;
	padding-left: 0em;
	padding-right: 0em;
}
#topnav nav {
	display: none;
	position: static;
	width: 100%;
	top: auto;
	right: auto;
}
#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: 'Lato', sans-serif;
}
#topnav nav ul ul {
	border-top: 1px solid white;
}
#topnav nav ul li a {
	font-family: 'flama_condensedlight';
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 10px 35px;
	border: 0;
	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: #4d606f;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #4d606f;
	border-top: 1px solid #4d606f;
}
.riservata #topnav nav ul li a {
	padding: 10px 35px;
}
#topnav nav ul li a:hover {
	border-bottom: 1px solid #4d606f;
	border-top: 1px solid #4d606f;
	color: #4d606f;
	text-shadow: none;
}
#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:820px) {
#topnav nav ul li a {
	border-bottom: 1px solid rgba(218, 218, 218, 0.5);
}
.stuck {
	position: absolute !important;
	top: 162px;
}
}

@media (max-width:778px) {
.stuck {
	top: 112px;
}
}

@media (max-width:670px) {
.stuck {
	top: 97px;
}
}

@media (max-width:670px) {
#topnav #navbtn {
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	margin-right: 0px;
}
}

@media (max-width:500px) {
#topnav #navbtn {
	top: 18px;
}
.stuck {
	top: 83px;
}
.img_articolo2 img {
	width: 100%;
	margin: 0px 0px 20px 0px
}
}
