*,
html,
body {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial;
}
a img {
  border: none;
}
#header {
  background-image: url("../img/sfondo.png");
  overflow: hidden;
  width: 100%;
}
#header-content {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
}
.menu-container {
  background: black;
  overflow: hidden;
}
.menu {
  margin: auto;
  height: 30px;
  padding-top: 5px;
  clear: both;
  padding-bottom: 10px;
}
.menu ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 890px;
}
.menu ul li a {
  float: left;
  margin: 2px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  height: 25px;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  padding-top: 4px;
}
.menu ul li a:hover {
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
.menu ul li#selected a {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.clearfix {
  clear: both;
}
#preventivo {
  top: 25px;
  left: 25px;
  float: left;
  position: relative;
  height: 69px;
  width: 250px;
}
#logo {
  height: 100px;
  width: 600px;
  top: 20px;
  left: 70px;
  float: left;
  position: relative;
  background: url('../img/logo.png');
}
#promozioni {
  height: 48px;
  width: 155px;
  top: 190px;
  left: 0px;
  float: left;
  position: relative;
  background: url('../img/promozioni.png');
}
#newsletter {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  display: block;
  width: 576px;
  overflow: hidden;
  left: 0px;
  font-weight: bold;
  top: 40px;
  text-decoration: none;
  font-family: 'Wellfleet', cursive;
  background: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=0);
  padding: 4px;
}
#newsletter a {
  text-decoration: none;
  color: #c22e00;
}
.spazio {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 15px;
}
.homeblock-container {
  margin: auto;
  width: 970px;
}
.homeblock {
  padding: 0px;
  width: 220px;
  height: 300px;
  margin: 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
}
.homeblock a {
  color: black;
  text-decoration: none;
}
.homeblock img {
  margin: 10px;
  padding: 0px;
}
.homeblock h1 {
  text-align: center;
  font-family: 'Wellfleet', cursive;
  font-size: 26px;
  padding: 5px;
  margin: 0px;
}
.homeblock .text {
  margin-top: 10px;
  margin: 10px;
  font-style: italic;
  font-size: 19px;
}
.slideshow {
  height: 220px;
  width: 220px;
  margin-top: 15px;
  float: right;
  right: 29px;
}
.slideshow img {
  height: 200px;
  width: 200px;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.home-text {
  padding: 15px;
  margin: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  font-family: 'Wellfleet', cursive;
}
#content {
  display: block;
  overflow: hidden;
  width: 100%;
}
#page-content {
  width: 920px;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 60px;
  line-height: 25px;
}
#content h1 {
  font-family: 'Wellfleet', cursive;
  font-size: 28px;
  color: black;
  margin-bottom: 15px;
}
fieldset#orologeria {
  width: 550px;
  text-align: center;
}
#footer {
  display: block;
  overflow: hidden;
  width: 100%;
}
#footer a {
  color: white;
}
#footer-content {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  background-color: black;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.footer-menu {
  margin: auto;
  height: 25px;
  padding-top: 10px;
  text-align: center;
}
.footer-menu ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 800px;
  text-align: center;
}
.footer-menu ul li.last a {
  border-right: none;
}
.footer-menu ul li a {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0px;
  border-right: 2px solid #fff;
  height: 20px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  padding-top: 0px;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-text {
  padding-bottom: 10px;
  color: white;
  float: left;
  margin-left: 105px;
  text-align: center;
}
.footer-text h2 {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: white;
  font-size: 18px;
}
.right {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
.left {
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
.gallery img,
#output img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#feature_list h2 {
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 1.05em;
  text-transform: uppercase;
  margin-left: 10px;
  width: 200px;
}
div#feature_list {
  width: 900px;
  margin: auto;
  overflow: hidden;
}
div#feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  float: left;
}
#feature_list ul#tabs {
  width: 286px;
}
#feature_list ul#tabs li {
  font-size: 1em;
  font-family: Arial;
}
#feature_list ul#tabs li img {
  padding: 0px;
  border: none;
  float: left;
  margin: 10px;
}
#feature_list ul#tabs li a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 10px;
  height: 60px;
  outline: none;
  background: url('../img/feature-tab.jpg');
}
#feature_list ul#tabs li a:hover {
  background: url('../img/feature-tab-hover.jpg');
  color: #FFF;
  text-decoration: underline;
}
#feature_list ul#tabs li a.current {
  background: url('../img/feature-tab-current.jpg');
  color: #FFF;
}
#feature_list ul#tabs li a.current:hover {
  text-decoration: none;
  cursor: default;
}
#feature_list ul#output {
  width: 570px;
  height: 430px;
  padding-left: 20px;
}
#feature_list ul#output a,
#feature_list ul#output a:hover,
#feature_list ul#output a:visited {
  color: black;
}
#feature_list ul#output h3 {
  font-family: 'Wellfleet', cursive;
  color: black;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#feature_list ul#output p {
  color: black;
}
#feature_list ul#output img {
  border: 1px solid #666;
  margin-top: 5px;
  margin-left: 2px;
}
#feature_list ul#output li {
  overflow: auto;
}
#feature_list ul#output li a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: none;
}
#feature_list ul#output li a:hover img {
  border: 1px solid #ffbf16;
}
#feature_list ul#output li a:hover img.staff {
  height: 192px;
  width: auto;
}
/* cookie law */
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  color: #000000;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_banner-wrapper {
  height: 66px;
}
.cc_container {
  padding: 15px 15px 15px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  color: #000000;
  background-color: #cccccc;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
  }
}
.cc_container {
  background: #ffffff;
  color: #444444;
  font-size: 17px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.cc_container ::-moz-selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #cccccc;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #999999;
  color: #000000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: underline;
  transition: 200ms color;
}
@-webkit-keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
.cc_container {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown;
}
