/* ------------------------------------------------------------ CLEANER */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 1em 0;
}
h1 a,
h2 a,
h3 a,
a h1,
a h2,
a h3 {
  text-decoration: none;
}
img {
  border: 0;
}
hr {
  clear: both;
  visibility: hidden;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: #009859;
  text-decoration: none !important;
}
a:hover,
a:active,
.active {
  color: #a9ce80 !important;
}
.clearfix {
  clear: both;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------ STRUCTURE */
body {
  background: url(../images/body.png) repeat-x center top #eef0ea fixed;
}
#container {

  font-family: "Noto Sans", sans-serif;

}
#top {
  width: 960px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
#header {
  background: url(../images/header.png);
  width: 100%;
  position: relative;
  min-height:150px;
}
#header2 {
  width: 100%;
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
#header .pad {
  padding: 10px;
}
#logo {
  background: url(../images/logo.png);
  min-height: 128px;
  background-repeat: no-repeat;
  background-position: center;
}
#header h1.headtitle {
  font-weight: bold;
  font-size: 2.2em;
  letter-spacing: -0.8pt;
}
#header h2.headtitle {
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 400;
}
#headerplace {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 400px;
  height: 20px;
  text-align: right;
}
#header .pad {
}
#pathway {
  font-style: italic;
}

#menu {
  background: url(../images/menu.png) no-repeat left #a9ce80;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
	height: 50px;

}
#menu2 {
  background: url(../images/menu2.png) right no-repeat #fff;
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  font-size: 0.8em;
}

#menu2 .css3menu li.current {
  background: #fff !important;
  margin-top: 5px;
}

#menu #menu-r {
  position: absolute;
  right: -90px;
  top: 0;
  width: 90px;
  height: 241px;
  background: url(../images/menu2-r.png);
  z-index: 999;
}
#menu #menu-l {
  position: absolute;
  left: -90px;
  top: -140px;
  width: 90px;
  height: 240px;
  background: url(../images/menu2-l.png);
  z-index: 999;
}

#side {
  background: #eaf2e0;
  font-size: 0.9em;
  position: relative;
}

#sidehead {
  width: 100%;
}
#sidebar1 {
  width: 100%;
  min-height: 250px;
}
#sidebar2 {
  width: 100%;
  min-height: 250px;
}

#head {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#main {
  display: inline;
  background: #fff;
}


.bottom {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
  background: #cfdcdf;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bottom > .pad {
  padding: 10px;
}
#wrap {

  background: #fff;
}


#foot {
  background: #666;
}
#foot a {
  color: #fff;
}
#foot ul.nav li {
  border-bottom: 1px dotted #868686;
  list-style: none outside none;
}
#foot ul.nav li a {
  padding-left: 10px;
  line-height: 2em;
  text-decoration: none;
  display: block;
}
#foot ul.nav li a:hover {
  background: #333;
}
#foot > .pad {
  padding: 10px;
}
.foot-mod {
  width: 33.1%;
  min-height: 100px;
  float: left;
  color: #ccc;
}

.foot-mod.num1 {
  border-right: dotted #fff 1px;
}

.foot-mod.num2 {
}

.foot-mod.num3 {
  border-left: dotted #fff 1px;
  float: right;
}
.foot-mod .pad {
  padding: 5px;
  margin: 0 3px;
  background: ;
}
.footbase {
  width: 100%;
}
.footbase .pad {
  padding: 5px;
  margin: 0 3px;
}
#footer {
  background: #a9ce80;
  position: relative;
  font-size: 0.9em;
}

#footer-l {
  width: 50px;
  height: 15px;
  background: url(../images/footer-l.png) repeat-x;
  position: absolute;
  left: 0;
  top: -15px;
}
#footer-r {
  width: 50px;
  height: 15px;
  background: url(../images/footer-r.png) repeat-x;
  position: absolute;
  top: -15px;
  right: 0;
}
#footer > .pad {
  padding: 10px;
}
#social {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 9;
  width: 200px;
}

/* ------------------------------------------------- moduli --------------- */
.modulo {
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 5px;
  position: relative;
  color: #004489;
}
.modulo.nopad {
  padding: 0px;
  line-height: 0;
  background: none;
}
.mod-top,
.mod-bot {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.mod-content {
  margin: 0;
  padding: 0;
  height: auto;
}

.modulo.transparent {
  background: none;
}
/* ------------------------------------------------------- MENUSIDEBAR */
#sidebar1 ul.menu,
#sidebar2 ul.menu {
  list-style-position: outside;
  list-style-type: none;
  font-size: 14px;
  text-align: left;
}
#sidebar1 ul.menu li,
#sidebar2 ul.menu li {
  line-height: 1.3em;
  margin: 1px 0;
  background: #86d0f0;
  width: 100%;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
}
#sidebar1 ul.menu li a,
#sidebar2 ul.menu li a {
  padding: 2px 10px;
  text-decoration: none;
  display: block;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
}
#sidebar1 ul.menu li a:hover,
#sidebar2 ul.menu li a:hover {
  color: #fff;
  background: #4881b9;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
}
#sidebar1 ul.menu li.current a,
#sidebar2 ul.menu li.current a {
  background: #ff9727;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
}
#sidebar1 ul.menu ul,
#sidebar2 ul.menu ul {
  font-size: 12px;
  padding: 2px 5px;
}
#sidebar1 ul.menu li ul li a,
#sidebar2 ul.menu li ul li a {
  padding: 2px 10px 2px 20px;
  text-decoration: none;
  display: block;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
}
/* -------------------------------------------------------- TYPO */
h1,
h2,
h3 {
  color: #009859;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: -0.6pt;
}
#sidehead,
#sidebar1,
#sidebar2,
#sidebar3 {
  color: #004489;
  font-size: 0.9em;
}

#content ul {
  list-style-position: inside;
  list-style-type: none;
  line-height: 1.5em;
  font-size: 0.9em;
  margin: 0 30px 10px 30px;
}
h1,
h1 a {
  line-height: 1.5em;
  margin: 0;
  font-weight: normal;
  letter-spacing: -1.3pt;
  font-size: 2.8em;
  text-decoration: none;
}
h2 {
  line-height: 1em;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1.8em;
  font-weight: 700;
}
h1,
h2 {
  text-decoration: none;
}
h3 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1.4em;
}
.modulo h3 {
  color: #006633;
}
.foot-mod h3 {
  color: #fff;
  line-height: 1.1em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 15px;
}

.capital .img-intro-left + p:first-letter {
  font-size: 72px;
  float: left;
  padding: 10px 0 0 0;
  height: 64px;
  font-family: Georgia, Garamond;
  margin-right: 10px;
  color: #009859;
  border-radius: 5px;
  line-height: 70px;
}

#menu a:hover,
#footer a:hover {
  color: #fff !important;
}

/* ------------------------------------------- menu2 */

#menu2 ul#css3menu,
#menu2 ul#css3menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 100px;
}

#menu2 a {
  line-height: 2.6em;
}

.sigProContainer {
  max-width: 100%;
  clear: both;
}

/* ------------------------------------------- icone brea */

#ico-naturale a,
#ico-ricerca a,
#ico-glutenfree a,
#ico-acquisto a,
#ico-risparmio a {
  width: 32px;
  height: 32px;
  display: block;
}

#ico-naturale a {
  background: url(../images/ico-naturale.png) top;
}
#ico-naturale a:hover {
  background: url(../images/ico-naturale.png) bottom;
}
#ico-ricerca a {
  background: url(../images/ico-ricerca.png) top;
}
#ico-ricerca a:hover {
  background: url(../images/ico-ricerca.png) bottom;
}
#ico-glutenfree a {
  background: url(../images/ico-glutenfree.png) top;
}
#ico-glutenfree a:hover {
  background: url(../images/ico-glutenfree.png) bottom;
}
#ico-acquisto a {
  background: url(../images/ico-acquisto.png) top;
}
#ico-acquisto a:hover {
  background: url(../images/ico-acquisto.png) bottom;
}
#ico-risparmio a {
  background: url(../images/ico-risparmio.png) top;
}
#ico-risparmio a:hover {
  background: url(../images/ico-risparmio.png) bottom;
}

/* ------------------------------------------- css specific pages */

.brea #main {
  background: url(../images/brea-stripe.png) -500px 0 no-repeat;
}
/* ------------------------------------------- paypal buttons */
.paypalbut {
  right: 10px;
  width: auto;
}
.paypalbut form {
  margin: 0;
}
/* ------------------------------------------------------------ TOPBAR SITE SWITCH */
#topbar {
  width: 100%;
  height: 30px;
  position: relative;
  margin: 0 auto;
  background: #009859;
  border-bottom: solid 4px #a9ce80;
  -webkit-box-shadow: 0 14px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 14px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 5px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
#topbar ul {
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
}
#topbar ul li {
  text-align: center;
  float: left;
  position: relative;
  background-position: inherit;
  background-repeat: inherit;
  line-height: inherit;
  padding-left: inherit;
  padding-top: inherit;
}

#topbar a {
  display: block;
  color: #ccc;
  text-decoration: none;
  line-height: 3em;
  letter-spacing: 2pt;
  padding: 0 20px;
  transition: color 350ms ease-in-out 0s;
  font-weight: normal;
}
#topbar ul li img {
  vertical-align: middle;
  width: 20px;
  height: auto;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
#topbar ul li a {
}
#topbar a:hover {
  display: block;
  color: #fff;
}
#topbar ul li.current a {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 2px #fff;
}

/* -------------------------------------------- END TOPBAR */

/* -------------------------------------------- override */

.dancarousel span.backg {
  background-position: center center;
}
/* -------------------------------------------- override END */
