@charset "utf-8";
/* CSS Document */

* {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #3c3b3b;
}

body {
  padding: 0px;
  margin: 0px;
  background-image: url(../images/bg-body.jpg);
  background-size: cover;
  background-attachment: fixed;
}

a, img, table {
  border: 0px;
}

a {
  color: #ff9d0c;
  text-decoration: none;
}

.hundred-ten {
  color: #000 !important;
  font-size: 16px;
  text-transform: capitalize !important;
}

h1,
.sectiontableheader {
  font-size: 26px;
}

h2, h3 {
  font-size: 22px;
}

p {
  text-align: justify;
}

ul {
  list-style-image: url(‘../images/list.png’);
}

.button,
.btn,
.btn_specifiche,
.visBtnCon input,
.readmore {
  background-color: #ff9d0c;
  padding: 5px 20px 5px 20px;
  color: #000;
}

a.send_email {
  background-color: #ff9d0c;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #000;
  float: right;
  margin: 0px 50px 50px 0px;
}

/* ------------------------------------------- TOP */
#top {
  position: fixed;
  float: left;
  width: 100%;
  background-image: url(../images/bg-top.png);
  background-repeat: repeat-x;
  z-index: 1;
}

/* ------------------------------------------- LOGO */
#logo {
  position: relative;
  float: left;
  margin-left: 5%;
}

#logo img {
  width: 150px;
  height: 150px;
}

/* ------------------------------------------- MENU */
#menu {
  position: relative;
  float: right;
  margin-right: 5%;
  width: 70%;
  top: 50px;
}

/* ------------------------------------------- SLIDESHOW */
#slider {
  position: relative;
  float: left;
  width: 100%;
  top: 75px;
}

/* ------------------------------------------- MESSAGGI DI SISTEMA */
.alert-message {
  border-radius: 20px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-bottom: 40px;
}

#system-message-container h4 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #468847;
}

#system-message-container p {
  text-align: center;
  color: #468847;
}

#system-message-container i,
#system-message-container a {
  color: #F00;
}

/* ------------------------------------------- CORPO */
#corpo {
  position: relative;
  float: left;
  margin-left: 15%;
  top: 180px;
  margin-bottom: 240px;
  width: 66%;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0px 2% 0px 2%;
  background-color: #fff;
  /* border-radius: 0px 0px 20px 20px;
  box-shadow: 2px 2px 5px -2px #929292;
  -webkit-box-shadow: 2px 2px 5px -2px #929292;
  -moz-box-shadow: 2px 2px 5px -2px #929292; */
}

h1 strong,
h2 strong,
h3 strong {
  color: #ff9d0c;
}

#corpo h1,
#corpo h2,
#corpo h3,
.sectiontableheader {
  color: #ff9d0c;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}

/* ------------------------------------------- BREADCRUMBS */
#breadcrumbs {
  position: relative;
  float: left;
  margin-left: 15%;
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}

.breadcrumb {
  list-style: none;
  padding: 0px;
}

.breadcrumb li {
  display: inline;
  margin: 0px 10px 0px 10px;
}

/* ------------------------------------------- MAPPA */
#mappa {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #000;
}

/* ------------------------------------------- FOOTER */
#container_footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0px 30px 0px;
  background-color: #000;
}

#footer .moduletable {
  position: relative;
  float: left; 
  width: 20%;
  height: 200px;
  margin-left: 5%;
}

#footer h3 {
  color: #ff9d0c;
}

#footer a,
#footer form label,
#footer div {
  color: #FFF;
}

/* ------------------------------------------- COPYRIGHT */
#copyright {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ff9d0c;
  color: #000;
  text-transform: uppercase;
}

#copyright p {
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}