@charset "utf-8";
/* CSS Document */



ul.firstLevelNavigationTabs {
	float: left;
	display: block;
	list-style: none outside none;
	padding: 0;
	margin: 0;
	height: 44px;
	overflow: hidden
}
.firstLevelNavigationTabs .firstLevelNavigationTab {
	border-right: 1px solid #bd0000;
	float: left;
	height: 36px;
	padding: 8px 8px 0 8px;
	text-align: center;
}




.firstLevelNavigationTabs .firstLevelNavigationTab>span {
	text-align: left;
	display: block;
	padding: 1px 8px 15px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px 3px 0 0;
	text-align: left
}
.firstLevelNavigationTabs .firstLevelNavigationTab>span:hover {
	cursor: default
}
.firstLevelNavigationTabs .firstLevelNavigationTab.firstLevelNavigationTabHover>span {
	background-color: #f9f9f9;
	color: #525252;
	box-shadow: 0 0 6px rgba(0,0,0,0.25)
}




.rhombusContainer {
	padding: 0;
	max-width: 980px;
	margin: 0 auto
}
.rhombusContainerSmall {
	margin-right: 0;
	margin-left: 0;
	position: relative
}
.ie7 .rhombus, .ie8 .rhombus {
	left: -670px;
	width: 630px
}
.ie7 .rhombusTop {
	bottom: -20px;
	left: -670px
}
.rhombus {
	left: -670px;
	width: 650px;
	height: 60px;
	background-color: rgba(230, 0, 0, 0.6);
	position: absolute;
	z-index: 90;
	top: -7px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 4px
}
.rhombusTop {
	content: ' ';
	border-left: 644px solid rgba(230, 0, 0, 0.6);
	border-top: 644px inset transparent;
	position: absolute;
	bottom: 7px;
	left: -670px
}
.rhombusBottom {
	content: ' ';
	border-top: 649px solid rgba(230, 0, 0, 0.6);
	border-right: 649px inset transparent;
	top: 53px;
	position: absolute;
	left: -670px;

}
.rhombusBottom+.firstLevelNavigationLink {
  left: -70px;
    position: absolute;
    top: -7px;
    display: block;
    width: 70px;
    height: 44px;
    z-index: 95;
}

.sfondo {
position:absolute; 
top:0;
z-index:-1;

}

.logo-m {
position:absolute; 
top:0;
left:0;
z-index:99;

}

.spazio-sfondo{ display: none; }


@media only screen and (min-width: 1600px) { 

.spazio-sfondo{ display: block;
height:230px; }

.rhombusBottom+.firstLevelNavigationLink {
  left: -74px;
    position: absolute;
    top: -10px;
    display: block;
    width: 90px;
    height: 44px;
    z-index: 95;
}
.rhombusBottom+.firstLevelNavigationLink img {

    width: 68px;

}

}

@media (min-width: 959px) and (max-width: 1024px) {
.rhombusContainer {
    padding: 0;
    max-width: 790px;
    margin: 0 auto;
}
.uk-navbar {
	margin-left: 100px;
	
}

}



