body,
html {
  /*overflow-x:hidden;*/ 
  font-family: Arial, sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover .button {
  background-color: #3473b7;
}
.sezione {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 1;
}
.nav-white {
  z-index: 100;
}
.nav-blue {
  color: white;
  text-align: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav-blue a {
  color: white;
  text-decoration: none;
}
.nav-blue a:hover {
  color: white;
  text-decoration: none;
}
.nav-blue .bottone {
  color: white;
  font-size:12px;
  font-weight:bold;
  letter-spacing:0.3px;
  margin-right:10px;
  background-color: #21416e;
  border: 1px solid white;
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  vertical-align:top;
  text-transform:uppercase;
}
.nav-blue a:hover.bottone {
  background-color: #3473b7;
}
.nav-blue select {
  line-height: 26px;
  padding-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 28px;
  border: 0;
}
.nav-blue select.styled-select{
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: url(../immagini/select-fr.jpg) no-repeat right #fff;
	width: 115px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	line-height:1.2;
	font-size:0.85em;
	font-weight:700;
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #777777;
	border-radius: 1px;
	padding: 5px;
	box-shadow: inset 0 0 2px rgba(000,000,000, 0.5);
}
.nav-blue select.styled-select:focus{
   outline:none;
}
.navbar-collapse,
.navbar-default {
  border: 0;
  background-color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #3473b7;
  color: white;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #3473b7;
  color: white;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #3473b7;
  color: white;
}
.seznav-blue {
  background-color: #21416e;
}
.brandlogo {
  height: 78px;
  width: 242px;
  margin: 0;
  padding: 0;
  margin-right: 76px;
}
@media (max-width: 400px) {
  .brandlogo {
    width: 200px;
    height: 55px;
  }
}
.nav-white {
  background-color: white;
  color: black;
  padding-bottom: 0;
  padding-top: 13px;
  border-bottom: 6px solid #e3e3e3;
}
.nav-white .navbar-header {
  background-color: white;
  border: 0;
}
@media (max-width: 1199px) {
  .nav-white .navbar-nav {
    margin-top: 15px;
  }
}
.nav-white .navbar-nav > li {
  text-transform: uppercase;
  font-weight: bold;
}
.nav-white .navbar-nav > li a {
  color: black;
}
@media (min-width: 1025px) {
  .nav-white .navbar-nav > li a:hover {
    color: black;
    background-color: #e3e3e3;
  }
}
.nav-white .navbar-nav > li b {
  color: #3473b7;
}
@media (min-width: 1200px) {
  .nav-white .navbar-nav > li {
    margin-left: 19px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-white .navbar-nav > li {
    font-size: 10px;
  }
}
.nav-white .navbar-nav > li > li {
  margin-left: 0px;
}
.nav-white .navbar-nav > li > ul > li {
  text-transform: none;
}
.nav-white .navbar-nav > li .dropdown-menu > li > a {
  margin-left: 7px;
  margin-right: 7px;
}
.nav-white .navbar-nav > li .dropdown-menu > li > a > b{
  color:black;
}
@media (min-width: 1025px) {
  .nav-white .navbar-nav > li .dropdown-menu > li > a:hover {
    color: black !important;
    background-color: #e3e3e3;
  }
}
.nav-white .navbar-nav > li .dropdown-menu > li > a .divider {
  margin-left: 7px;
  margin-right: 7px;
}
.nav-white .navbar-nav > li .dropdown-menu > li.active > a {
  color:#fff;
}
.nav-white .navbar-nav > li .dropdown-menu > li.active > a > b{
  color:#fff;
}

.nav-white .navbar-brand {
  height: 78px;
  width: 242px;
  margin: 0;
  padding: 0;
  margin-right: 76px;
}
@media (max-width: 400px) {
  .nav-white .navbar-brand {
    width: 200px;
    height: 55px;
  }
}
.nav-white .navigatore {
  margin-top: 28px;
}
.nav-white .navbar-toggle {
  top: 40px;
  position: absolute;
  right: 5px;
  z-index: 999;
  background-color: white;
}
@media (max-width: 400px) {
  .nav-white .navbar-toggle {
    top: 20px;
    right: 0px;
    margin-right: 0px;
  }
}
.nav-white li.dropdown {
  border: 1px solid white;
}
.nav-white li.dropdown a:hover {
  color: black;
}
.nav-white .active {
  color: white;
}
.nav-white .dropdown-toggle {
  color: black;
}
.nav-white .dropdown-toggle a:hover {
  color: black;
}
.nav-white li.dropdown.open {
  background-color: white;
  color: black;
}
@media (min-width: 768px) {
  .nav-white li.dropdown.open {
    border: 1px solid #e3e3e3;
    border-bottom-color: white;
  }
}
.nav-white li.dropdown.open .dropdown-toggle {
  background-color: white;
  color: black;
}
@media (min-width: 768px) {
  .nav-white li.dropdown.open .dropdown-toggle {
    z-index: 1001 !important;
  }
}
.nav-white .caret {
  display: none;
}
@media (min-width: 768px) {
  .dropdown-menu {
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    border: 1px solid #e3e3e3;
    left: -1px;
    top: 48px;
  }
}
.imminterna {
  width: 100%;
}
.prefooter {
  color: #808080;
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e3;
  padding-top: 22px;
  padding-bottom: 7px;
}
.prefooter h3 {
  font-size: 15px;
  font-weight: bold;
  color: #808080;
  margin-top: 0px;
}
.prefooter .col-sm-6 {
  margin-bottom: 15px;
}
.prefooter a {
  color: #808080;
}
.prefooter a:hover {
  color: #000;
}
div.footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e3;
  padding-top: 17px;
  padding-bottom: 55px;
  font-size: 12px;
  color: #808080;
}
div.footer > div {
  border: 0;
}
.titolo {
  margin-top: 15px;
}
.cerca_butt {
  position: absolute;
  right: 5px;
  height: 34px;
  width: 34px;
  top: 48px;
  overflow: hidden;
  border: 2px solid white;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
}
.cerca_butt svg {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 0;
}
.cerca_butt a:hover svg path {
  fill: #21416e;
}
.cerca_butt input {
  float: right;
  display: block;
  line-height: 25px;
  background: #e3e3e3;
  color: #777777;
  border-radius: 0;
  margin-right: 10px;
  width: 280px;
  border: 0;
  padding: 2px 9px;
  height: 30px;
  outline:none;
}
::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
:-moz-placeholder {
  color: white;
  opacity: 0.5;
}
::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}
.cercaespanso {
  width: 320px;
}
.nav-white {
  position: relative;
}
.cercaminiform {
  text-align: right;
}
.cercaminiform input[type=text] {
  line-height: 25px;
  background: #f8f8f8;
  color: black;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  padding: 2px 9px;
  height: 30px;
  margin-bottom: 5px;
}
.cercaminiform input[type=submit] {
  background: #3473b7;
  color: white;
  border-radius: 0;
  border: 0;
  height: 30px;
}

/*This part done by Ajmal*/
@media only screen and (max-width:737px){
	#nav-azienda:hover .dropdown-menu {
		display: block;   
		width: 100%;
	}
}
