/* General styles for all menus */
.menuMobile {
	/*background: #333333;*/ 
	position: fixed;
}


.menuMobile a {
	display: block;
	color: white;
	font-size: 19px;
	font-weight: 300;
}
/*
.menuMobile a:hover {
	background-color:rgba(0,0,0, 0.5);
}

.menuMobile a:active {
	background: #afdefa;
	color: #47a3da;
}
*/


/* Orientation-dependent styles for the content of the menu */

.menuMobile-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow-y: auto;
	border-right: 1px solid #101010;
	background-color: white;
}

.menuMobile-vertical a {
	border-bottom: 1px solid white;
	padding: 10px 35px 10px 20px;
}

.menuMobile-vertical li.colored a {
	background-color:#019934;
}

.menuMobile-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.menuMobile-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
.menuMobile ul li{
	position:relative; float:left; width: 100%;
	background-color: #b1a79f; 
}

/* Vertical menu that slides from the left or right */

.menuMobile-left {
	left: -250px;
}

.menuMobile-left.menuMobile-open {
	left: 0px;
}

.menuMobile-right.menuMobile-open {
	right: 0px;
}

/* Push classes applied to the body */

.menuMobile-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.menuMobile-push-toright {
	left: 250px;
	overflow: hidden;
}

.menuMobile-push-toleft {
	left: -250px;
}

/* Transitions */

.menuMobile,
.menuMobile-push {
	/*
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
}
.menuMobile ul{
	float: left; width: 100%;
}

.menuMobile ul li ul {
	float: left; width: 100%;
    display: none;
}
.fistLevel a {
    padding-left:30px;
    font-size: 17px;
}
.secondLevel a {
    padding-left:40px;
    font-size:15px; 
}

a.dropdown-trigg{
    display: block;
    height: 39px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
	border:0px !important;
	border-left:1px solid white !important;
	background: url(../../img/icon/frecciaFiltri.png) no-repeat center center scroll rgba(0, 0, 0, 0);
}
/*
a:hover.dropdown-trigg{
	background: url(../../img/icon/arrowDown.png) no-repeat center center scroll rgba(0, 0, 0, 0);
}
*/
.invertImage{
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleV(-1);
}
.metaNavMobileContainer{
	width:100%;
	padding-left:12px; padding-top:7px; padding-bottom: 7px; padding-right:12px;
	background-color:#b1a79f;
}
.metaNavMobile{
	width:100%;
	font-size: 14px; font-weight: bold; 
}
.linkMobile {
	width: 100%; float: left;
    padding-top: 15px; padding-bottom:15px;
    border-bottom: 1px solid #e2e2e2;
}
.linkMobile a {
	float: left; width:100%;
    border-bottom: 0 none !important; border-top: 0 none !important;
	font-size:16px !important; color:#999999 !important;
}
.linkMobile .favMobile{
	float: left;
	margin-right: 10px;
}
.linkMobile .favCirle {
    float: left; width: 23px; height: 23px; margin-right: 10px;
    background-color: #3f3f3f; border-radius: 50%;
    color: white; font-size: 14px; text-align: center;
    padding-top: 4px;
}
.linkMobile .favText{
	float: left; padding-top: 4px;
	color: #999999;
}
.linkMobile .favText:hover{
	text-decoration: underline;
}

.mobileDef{
	border-left: 4px solid #666666;
}
.mobileDef a.opened{
	color:#666666;
}
.mobileYellow{
	border-left: 4px solid #cccc00;
}
.mobileYellow a.opened{
	color:#cccc00;
}
.mobileGreen{
	border-left: 4px solid #009999;
}
.mobileGreen a.opened{
	color:#009999;
}
.mobileBlue{
	border-left: 4px solid #0066cc;
}
.mobileBlue a.opened{
	color:#0066cc;
}
.mobileOrange{
	border-left: 4px solid #e88b07;
}
.mobileOrange a.opened{
	color:#e88b07;
}


.menuMobile .siteNav {
    float: left;
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
}
.menuMobile .siteNav a:FIRST-CHILD {
    display: none;
}
.menuMobile .siteNav a { 
    color: #333333;
    margin: 0px;
    font-size:16px;
    width: 100%;
}