html, body    {    width: 100%;   
   height: 100%;   
 margin: 0;   
    padding: 0;   
    background-color: #ffffff;
}


::-moz-selection  {
background: #00a5cb;
color: white;
}
::selection   {
background: #00a5cb;
color: white;
}

/* responsive rules */
@media screen and (min-width: 1100px) and (max-width: 2500px) {
 
#menu-mobile {
        display: none;

    }

#fdw nav1 select {
	
	display:none; /* this is just for the mobile display */
}
#fdw nav2 select {
	
	display:none; /* this is just for the mobile display */
}
#fdw nav3 select {
	
	display:none; /* this is just for the mobile display */
}

}

@media screen and (min-width: 900px) and (max-width: 1099px) {

#menu-mobile {
        display: none;

    }
#fdw nav1 select {
	
	display:none; /* this is just for the mobile display */
}
#fdw nav2 select {
	
	display:none; /* this is just for the mobile display */
}
#fdw nav3 select {
	
	display:none; /* this is just for the mobile display */
}

}

@media screen and (max-width: 899px) {


#fdw nav1 ul {
		display:none;
		}
#fdw nav2 ul {
		display:none;
		}
#fdw nav3 ul {
		display:none;
		}
		#fdw nav1 select {
			-webkit-appearance: none;
			-moz-appearance: none;
			-o-appearance: none;
			appearance: none;
			width:100%;
			height:55px;
			display:block;
			cursor:pointer;
			margin: 0;
			background-image: url(freccia_menu.gif);
			vertical-align:middle;
			background-position:right;
			background-padding:15px;
			background-repeat:no-repeat;
			border:solid 1px #e5e5e5;
			padding:15px;
			font-size:16px;
			color:#305294;
		}

		#fdw nav2 select {
			-webkit-appearance: none;
			-moz-appearance: none;
			-o-appearance: none;
			appearance: none;
			width:100%;
			height:55px;
			display:block;
			cursor:pointer;
			margin: 0;
			background-image: url(freccia_menu.gif);
			vertical-align:middle;
			background-position:right;
			background-padding:15px;
			background-repeat:no-repeat;
			border:solid 1px #e5e5e5;
			padding:15px;
			font-size:16px;
			color:#305294;
		}

		#fdw nav3 select {
			-webkit-appearance: none;
			-moz-appearance: none;
			-o-appearance: none;
			appearance: none;
			width:100%;
			height:55px;
			display:block;
			cursor:pointer;
			margin: 0;
			background-image: url(freccia_menu.gif);
			vertical-align:middle;
			background-position:right;
			background-padding:15px;
			background-repeat:no-repeat;
			border:solid 1px #e5e5e5;
			padding:15px;
			font-size:16px;
			color:#305294;
		}
select:focus{
 outline:none;

}

select::-ms-expand {
    display: none;

}

}