@charset "utf-8";
/* CSS Document */

.menu-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}
#navigation {
	width: 100%;
	/*width: 750px;*/
	/*margin: 55px 0px 5px 0px;*/
	
	/*height: 60px;*/
	height:62px;
	background: #FFFFFF;

	position: relative;
	border-bottom: 0px solid #E8E8E8;
	border-top: 0px solid #E8E8E8;
	
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);*/
	
	font-weight: bold;
}
#nav-content {
	width: 1160px;
	height:60px;
	margin: 0px auto;
}
#nav {
	width: 890px;
	padding: 0px 0px;
	height: 60px;
	margin: 0px auto;
	
    list-style:none;
	float: right;
}
#nav li {
    float:right;
    display:block;
    /*width:100px;*/
    position:relative;
    z-index:500;
    /*margin:0 1px;*/
	
	height: auto;
	width: auto;
	padding: 0px 0px;
	background: none;
	border-left: 0px solid #E1E1E1;
	
}
#nav li:first-child {
	/*border-radius: 0px 5px 5px 0px;*/
}
#nav li:last-child {
	border-left: 0px none;
	/*border-radius: 5px 0px 0px 5px;*/
}
#nav li:hover {
	background: #0077CB;
	cursor: pointer;
	color: #FFF;
}
#nav li a {
    display:block;
	
	/*padding: 15px 32px;*/
	padding: 20px 10px;
	
    height:20px;
    text-decoration:none;
    color: #999;
    text-align:center;
}
/*#nav li:last-child  a{
	width: 70px;
	background: #6C0;	
}*/

#nav li a:hover {
    color: #FFF;
}
#nav a.selected {
    color:#f00;
}
#nav ul {
    position:absolute;
    right:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
	
	font-weight: normal;
	
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	
	border-top: 2px solid #0077CB;
}
#nav ul li {
    width:100px;
    float:right;
    border-top:1px solid #fff;
    position:relative;
	
	height: 40px;
}
#nav ul a {
    display:block;
    height:20px;
    /*padding: 8px 5px;*/
	padding: 10px 5px;
    color: #999;
	text-align: right;
}
#nav ul a:hover {
    text-decoration: none;
	background: #0077CB;
}
*html #nav ul {
    margin:0 0 0 -2px;
}
#nav ul li ul {
    position:absolute;
    /*right:90px;*/
    top:-1px;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
	
	right: 150px;
}
#nav ul li {
    /*width:100px;*/
    float:right;
    border-top:0px solid #fff;
	
	width: 150px;
}


#nav li ul li {
	border-left: 0px none;
}

#nav-logo {
	width: 100px;
	height: 60px;
	background: url(../media/nav-logo.png) no-repeat center;
	float: left;
	display: none;
}
#nav-search2 {
	width: 60%;
	height: 40px;
	margin: 10px 0px;
	
	/*float: left;*/
	/*background: url(../media/cercaICO.png) no-repeat center left;*/
}
#inputSearchHome {
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: groove;
        background-color: #eee;
      }

 .searchIco{
         font-family: FontAwesome;
    content: "\f005";
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 1px;
    pointer-events: none;
 }

#nav-search {
	width: 180px;
	height: 40px;
	margin: 10px 0px;
	border: 1px solid #CCCCCC;
	float: left;
	/*background: url(../media/cercaICO.png) no-repeat center left;*/
}

#nav-search .search-input {
	width: 100px;
	border:0px none;
	padding: 5px 5px;
	margin: 7px 5px;
}

#nav-search .search-submit, .search-submit {
	border:0px none;
	width: 30px;
	height:30px;
	background:url(../media/cercaICO.png) no-repeat center;
	background-size:contain;
	cursor: pointer;
}


#nav-search .search-submit, .search-submit2 {
	border:0px none;
	width: 30px;
	height:30px;
    font-family: 'Font Awesome 5 Free';
    content: "\f002"; 
    font-size: 13px;
    /*
	background:url(../media/cercaICO.png) no-repeat center;
	background-size:contain;
	*/
	cursor: pointer;
}

