/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
	left: auto;
	background-color: #FFFFFF;
	color: #606060;	
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0; 
}
.yamm .navbar-nav .dropdown-menu {
   margin-top: 4px;
  
  }
.yamm .yamm-content {
  padding: 10px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content h4, .yamm-content h4 a {
	color: #0071a4;  
}
.yamm-content h3, .yamm-content h3 a {
	color: #3aa935;
	margin-top: 0px;
	font-weight: 600;
}

/* Stili per sovrascrivere e modificare la Navbar di Bootstrap */
.navbar {
	border: none;
	background-color: #FFFFFF;
}
.navbar-header {
	/*margin-bottom: 50px;    */
  }

.navbar-default {
	background-color:rgb(255,255,255);
}
.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	color: #0071a4;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071a4;
	font-weight: 600;
}

.navbar-default .navbar-brand {
	font-size: 20px;
	color: #0071a4;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #0071a4;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #0071a4;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #0071a4;
	background-color: #fff;
}

.navbar-toggle {
	border-radius: 0;
	background-color: #FFF;  
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0071a4;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #0071a4;
  border-bottom-color: #0071a4;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #0071a4;
	background-color: #fff;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #0071a4;
  border-bottom-color: #0071a4;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #0071a4;
	border-bottom-color: #0071a4;
}

@media screen and (min-width: 768px) {
 .navbar-default .navbar-nav > li > a {
  border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 

}
}

/* Stili per sovrascrivere e modificare i menu dropdown di Bootstrap */

.dropdown-menu {
	padding: 0 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.175);
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.175);

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #0071a4;
	color: #fff;
}
.dropdown-menu > li > a {
	color: #0071a4;	
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0071a4;
  outline: 0;
}

.dropdown-menu .list-unstyled li >  a,
.dropdown-menu .list-unstyled li > a:hover,
.dropdown-menu .list-unstyled li > a:focus {
  color: #0071a4;
}
.thumbnail {
  border: 0px;
  border-radius: 0px;
  
}
/* menu styes */
.list-unstyled,
.list-unstyled ul {
	min-width: 120px;
}
.thumbnail .caption p {
	font-size: 0.9em; 
}

.navbar-fixed-top  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* // 3. SEARCH FORM */
/* ################################################################ */
.meganizr > li.mzr-search > form {
	position: relative;
	height: 20px;
	margin-right: 20px;
	padding: 10px 25px 8px 25px;
}

.meganizr > li.mzr-search input {
	width: 80px;
	height: 20px;
	line-height: 20px;

	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-o-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;

	box-shadow: none;
}

.meganizr > li.mzr-search input:focus {
	width: 130px;
	background: none;
	outline: none;
	border: 1px dotted #FFF;
}

.meganizr > li.mzr-search input[type=submit] {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 0;
	background-image: url(../images/megamenu/search-icon-light.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}