body {
  font: 14px/20px Helvetica, Helvetica Neue, Arial;
  background: #3c3633 url('../img/background.jpg');
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Helvetica, Helvetica Neue, Arial;
  font-weight: normal;
  color: #5cab22;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
}
a {
  color: #5cab22;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: black;
  text-decoration: none;
}
.header-container {
  background: #5c483a;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1YzQ4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDgzNjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #5c483a 50%, #48362b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5c483a), color-stop(100%, #48362b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #5c483a 50%, #48362b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #5c483a 50%, #48362b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #5c483a 50%, #48362b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #5c483a 50%, #48362b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c483a', endColorstr='#48362b', GradientType=0);
  /* IE6-8 */

  -webkit-box-shadow: 0 5px 5px #2d2520;
  -moz-box-shadow: 0 5px 5px #2d2520;
  box-shadow: 0 5px 5px #2d2520;
}
.header-container #banner {
  margin: 0;
}
.header-container #banner .navbar-inner {
  border: 0;
  background-image: none;
  background-color: transparent;
}
.header-container #banner .title {
  float: left;
  position: relative;
}
.header-container #banner .title img {
  position: absolute;
  top: -35px;
  left: -40px;
  width: 235px;
  height: 235px;
  max-width: none;
}
.header-container #banner nav {
  float: right;
}
/* overwrite bootstrap.css styles */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #ece9e8;
  background-image: none;
  color: #3c3633;
  outline: 0 none;
  text-decoration: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #5cab22;
  background-image: none;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}
#nav-main b.caret {
  margin-top: 5px;
}
#nav-main > ul > li:first-child > a {
  margin-left: 0;
}
#nav-main > ul > li:last-child > a {
  margin-right: 0;
}
#nav-main > ul > li.menu-prodotti-tipici-ticinesi {
  width: 125px;
}
#nav-main > ul > li > a {
  text-transform: uppercase;
  text-shadow: none;
  float: left;
  padding: 100px 14px 10px 14px;
  margin-bottom: 0;
  font-size: 0.75em;
  /* 12px / 16px = 0.75em */

  line-height: 1.5em;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
}
#nav-main > ul > li > a:hover {
  background-color: white;
  color: #3c3633;
}
#nav-main > ul > li.menu-homepage > a:hover,
#nav-main > ul > li.menu-homepage.active > a,
#nav-main > ul > li.menu-homepage.open > a {
  background: #ffffff url('../img/menu-bg-home.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
  box-shadow: none !important;
}
#nav-main > ul > li.menu-grotto > a:hover,
#nav-main > ul > li.menu-grotto.active > a,
#nav-main > ul > li.menu-grotto.open > a {
  background: #ffffff url('../img/menu-bg-grotto.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
#nav-main > ul > li.menu-cucina > a:hover,
#nav-main > ul > li.menu-cucina.active > a,
#nav-main > ul > li.menu-cucina.open > a {
  background: #ffffff url('../img/menu-bg-cucina.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
#nav-main > ul > li.menu-eventi > a:hover,
#nav-main > ul > li.menu-eventi.active > a,
#nav-main > ul > li.menu-eventi.open > a {
  background: #ffffff url('../img/menu-bg-eventi.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
#nav-main > ul > li.menu-prodotti-tipici-ticinesi > a:hover,
#nav-main > ul > li.menu-prodotti-tipici-ticinesi.active > a,
#nav-main > ul > li.menu-prodotti-tipici-ticinesi.open > a {
  background: #ffffff url('../img/menu-bg-prodotti.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
#nav-main > ul > li.menu-mediagrot > a:hover,
#nav-main > ul > li.menu-mediagrot.active > a,
#nav-main > ul > li.menu-mediagrot.open > a {
  background: #ffffff url('../img/menu-bg-mediagrot.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
#nav-main > ul > li.menu-link > a {
  padding: 100px 34px 10px 34px;
}
#nav-main > ul > li.menu-link > a:hover,
#nav-main > ul > li.menu-link.active > a,
#nav-main > ul > li.menu-link.open > a {
  background: #ffffff url('../img/menu-bg-contatto.jpg') no-repeat;
  background-position: top center;
  color: #3c3633;
}
.main {
  padding: 40px 0;
}
.main aside {
  margin-top: 40px;
  color: white;
  text-align: center;
  float: left;
}
.main aside a {
  color: #5cab22;
  text-decoration: none;
}
.main aside a:hover {
  color: white;
}
.main aside strong {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
}
.main article {
  float: left;
  width: 660px;
  background-color: white;
  border: 10px solid #3c3633;
  padding: 10px;
  margin-bottom: 20px;
}
.main article section {
  padding: 20px;
}
.main article footer {
  padding: 10px 20px;
  text-align: right;
}
.main article .page-header h1 {
  margin: 0;
  padding: 0 15px 15px 15px;
}
.main article p {
  padding: 0 15px 5px 15px;
}
.main article figure.thumbnail {
  margin-bottom: 15px;
}
.main article figure.thumbnail figcaption.caption {
  text-align: center;
  font-size: 12px;
}
.main article.home {
  text-align: center;
}
.main article.home .page-header {
  display: none;
}
.main article.home p {
  padding: 0;
}
.main article.home h1,
.main article.home h2 {
  font-family: 'amsterdam_graffitiregular', sans-serif;
}
.main article.home h1 {
  font-size: 44px;
}
.main article.home h2 {
  font-size: 34px;
}
.main .gallery {
  margin-left: 50px;
  margin-bottom: 50px;
}
.main .gallery a:hover {
  border-color: #5cab22;
}
.breggia-container {
  background: #332a24;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzQ4MzYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzQ4MzYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzJhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #332a24 0%, #48362b 3%, #48362b 97%, #332a24 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #332a24), color-stop(3%, #48362b), color-stop(97%, #48362b), color-stop(100%, #332a24));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #332a24 0%, #48362b 3%, #48362b 97%, #332a24 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #332a24 0%, #48362b 3%, #48362b 97%, #332a24 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #332a24 0%, #48362b 3%, #48362b 97%, #332a24 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #332a24 0%, #48362b 3%, #48362b 97%, #332a24 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332a24', endColorstr='#332a24', GradientType=0);
  /* IE6-8 */

  margin-bottom: 20px;
  text-align: center;
  color: white;
  padding: 20px 0;
}
.breggia-container a {
  color: #5cab22;
  text-decoration: none;
}
.breggia-container a:hover {
  color: white;
}
.footer-container {
  text-align: center;
}
.footer-container footer {
  color: white;
  padding: 20px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  /*
      img {
          max-width: 100% !important;
      }
      */
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
Base
========================================================================== */
/* =============================================================================
Header
========================================================================== */
/* Fixed Topbar Navigation */
/*
body.top-navbar {
    padding-top: 60px;
}
*/
body.admin-bar .navbar-fixed-top {
  top: 28px;
}
/* ==========================================================================
Content
========================================================================== */
/* ==========================================================================
Primary Content
========================================================================== */
/* ==========================================================================
Sidebar
========================================================================== */
/* ==========================================================================
Posts
========================================================================== */
/* ==========================================================================
Footer
========================================================================== */
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
}
