html {  height: 100%;
}
body {  min-height: 100vh;
}
img {
  max-width: 1000px;
}
.total-wrapper {  min-width: 1000px;
  min-height: 100vh;
  background: none;
}
div.big-left-margin, div.big-right-margin {
	display: block;
	z-index: -1;
	position: fixed;
	width: 50%;
	height: 100%;
	top: 0;
}
div.big-left-margin {
	left: 0;
	background: #000000 url(/pics/margin-bg-left.jpg) top left no-repeat;
	background-size: auto 100%;
}
div.big-right-margin {
	right: 0;
	background: #000000 url(/pics/margin-bg-right.jpg) top right no-repeat;
	background-size: auto 100%;
}
.logo-wrapper{  height: 123px;
  background: none;
}
.logo {  height: 123px;
  background-size: auto 123px;
  background: url(/pics/top-new-123.jpg) top center no-repeat;
  text-align: center;
  box-shadow: 0.3em 0.5em 1em #999999, -0.3em 0.5em 1em #999999;
}
.logo img {  float: none;  width: 640px;
  height: 123px;
}
.content-layer {/*  background: #C5E2FF url(/pics/v-border.png) -20px repeat-y;*/
	box-shadow: 0.3em 0.5em 1em #999999, -0.3em 0.5em 1em #999999;
	min-height: calc(100vh - 123px - 75px);
	padding-bottom: 75px;
}
.content-layer #main-menu {	display: block;	height: 30px;
	width: 100%;
	background: #00192f url(/images/bg_h.gif) 0 0 repeat-x;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: center;
}
.content-layer #main-menu ul {	z-index: 1000;	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.content-layer #main-menu ul li {
	display: inline-block;
	padding: 5px 0 5px 16px;
    background: url(/pics/menu-divider.png) 4px 5px no-repeat;
}
.content-layer #main-menu ul li.first {	background: none;
	padding: 5px 0;
}
.content-layer #main-menu ul li a {
	color: #FFFFFF;
	font-size: 12pt;
}
	.content-layer #main-menu ul li ul.submenu {
		display: none;
		background-color: #002a6a;
		position: absolute;
		padding: 10px;
		margin-top: 5px;
		margin-left: -5px;
		box-shadow: 5px 5px 20px #333333;
		overflow: visible;
		border-radius: 0 0 10px 10px;
	}
	.content-layer #main-menu ul li ul.submenu li {
		display: block;
		padding-top: 6px;
		background: none;
		text-align: left;
	}
	.content-layer #main-menu ul li:hover ul.submenu {
		display: block;
	}
	.content-layer #main-menu ul li ul.submenu li.new-item {		margin-left: -10px;
		padding-left: 26px;		background: url(/pics/new-item-mark.png) 0 2px no-repeat;
		overflow: visible;
	}
/*	.content-layer #main-menu > ul li.expandable:hover > a, .content-layer #main-menu > ul li.expandable:hover > span {
		background: transparent url("/pics/expandable.png") no-repeat bottom left;
	}*/
.menu-wrapper {  display: none;  position: absolute;  width: 230px;
  top: 30px;
}
.menu-title a, .menu-title b {
  font-size: 9pt;
}
.menu-body {
  font-size: 9pt;
  border-right: 1px solid #96baef;
}
.menu-body ul {  padding: 5px 0;
  list-style: none;
}
.menu-body ul li {
  padding: 0 0 0 10px;
  background: transparent url(/images/bul.gif) 0 2px no-repeat;
}
.menu-wrapper .leave {  background: url(/images/bg_gad.jpg) repeat-x;
}
.menu-wrapper .sun {
  background: url(/images/bg_menu.gif) repeat-x;
}
.content-wrapper-margin {/*  margin-left: 230px;*/
margin: 0;
  text-align: center;
}
.content-wrapper {/*  width: 720px;*/
  margin: 0 auto;
  padding: 0 10px;
}
.top-ads {  width: 730px;
}
.divider {  display: none;
}
.social-wrapper {  width: 30px;
}
.social img {  width: 30px;
}
.menu-link {
  display: none;
}
#i-dati-anno a {
  background-color: transparent;
  border: 1px solid #9dceff;
  border-radius: 5px;
}
#i-dati-anno a:hover {  background-color: #8FC1FB;
}
.copyright {  padding: 10px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.horos-list {
  width: 400px;
  float: none;
  margin: 0 auto;
  text-align: center;
}
