nav {
  background-color: #c8392c;
}
nav .navbar-inner {
  min-height: 25px !important;
  background-image: linear-gradient(to bottom, #c8392c, #c8392c) !important;
  border: none !important;
}
nav .navbar-inner a {
  color: #ffffff !important;
}
.navbar .nav > li > a {
  padding: 3px 10px;
}
#contenitore header form {
  margin-bottom: 0;
  margin-top: 10px;
}
#contenitore header form label {
  display: none;
}
#contenitore header form #submit {
  height: 30px;
  background: #c8392c !important;
  color: #ffffff;
}
#contenitore header h1 a {
  display: block;
  width: 221px;
  height: 58px;
}
/* Large desktop */
@media (min-width: 1200px) {
  nav ul#menutop {
    margin-left: 8%;
  }
}
@media (max-width: 1199px) {
  nav ul#menutop {
    margin-left: 8%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav {
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #contenitore header p.span7 {
    margin-left: 265px;
  }
  #contenitore header #search_string {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  nav {
    padding-bottom: 5px;
  }
  nav ul#menutop {
    margin-left: auto;
  }
  #home_search div,
  header p {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #search_string {
    margin-bottom: 10px;
  }
}
/*==========================================*/
nav {
  background-color: #222222;
}
nav .navbar-inner {
  background-image: linear-gradient(to bottom, #222222, #222222) !important;
}
a,
a:hover {
  color: #ffffff;
}
body.home00 {
  background: url(im/bg_home_01.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home01 {
  background: url(im/bg_home_02.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home02 {
  background: url(im/bg_home_03.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home03 {
  background: url(im/bg_home_04.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home04 {
  background: url(im/bg_home_05.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home05 {
  background: url(im/bg_home_06.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home06 {
  background: url(im/bg_home_07.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
body.home07 {
  background: url(im/bg_home_08.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
}
#contenitore header {
  background: #222222;
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 110px;
  padding-top: 20px;
}
#contenitore header h1 {
  background: url(im/logo.png) no-repeat 15% top;
  height: 60px;
}
#contenitore header h1 a {
  margin-left: 10%;
}
section {
  background-color: #222222;
  margin-bottom: 10px;
}
section p {
  color: #ffffff;
  padding-left: 10px;
  padding-right: 90px;
  background: url(im/icone_mobile.jpg) no-repeat 95% 0;
  padding-bottom: 25px;
}
section h2 {
  padding-left: 10px;
  padding-right: 10px;
}
section h2 a {
  background: url("im/freccia.jpg") no-repeat scroll 99% 50%;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  width: 100%;
}
footer {
  background: #222222;
  color: #ffffff;
  min-height: 20px;
  padding-top: 5px;
}
footer p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  section h2 {
    padding-right: 20px;
  }
  section h2 a {
    line-height: 25px;
  }
  .navbar-fixed-bottom {
    position: absolute !important;
    bottom: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  nav {
    padding-bottom: 5px;
  }
  nav ul#menutop {
    margin-left: auto;
  }
}
/*@media(-webkit-min-device-pixel-ratio: 1.5)*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
  #contenitore header h1 {
    background: url(im/svg.php) no-repeat 15% top;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  footer {
    display: inline-block;
  }
}
