.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.clear {
  clear: both;
  height: 1px;
}

.w-half {
  width: 49%;
}

:focus {
  outline: 0;
}

.wd {
  display: inline-block;
  padding: 0 32px 0 0;
  background: url("../img/wd-footer.png") no-repeat center right;
}

b, strong, .strong {
  font-weight: 700;
}

em, i, .italic {
  font-style: italic;
}

a {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
  text-decoration: none;
  color: #ff0000;
}

hr, .skip {
  position: absolute;
  left: -9999px;
}

.sep {
  height: 1px;
  width: 80%;
  margin: 10px auto;
  background-color: #68abb1;
}

.small {
  font-size: 10px;
  color: #6a6a6a;
  line-height: 13px;
}

::-moz-selection {
  background: #8d1213;
  color: #ffffff;
}

::selection {
  background: #8d1213;
  color: #ffffff;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1, p {
  color: #000;
}

h1 {
  font-size: 20px;
}

p {
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}

a {
  color: #8d1213;
}

html, body, .wrapper {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

.wrapper.homepage {
  background: url(../img/bg.jpg) repeat top center scroll;
  background-size: cover;
}

.wrapper.chi-siamo {
  background: url(../img/bg-contatti.jpg) repeat top center fixed;
  background-size: cover;
}

.wrapper.prodotti {
  background: url(../img/bg-contatti.jpg) repeat top center fixed;
  background-size: cover;
}

.bgcontatti {
  background: url(../img/bg-contatti.jpg) repeat top center fixed;
  background-size: cover;
}

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}

.content {
  padding-bottom: 100px;
}

.contenuti {
  width: 900px;
  margin: 90px auto auto;
}

.contenuti p {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 28px;
}
.contenuti p.layer {
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer div {
  position: relative;
  width: 1000px;
  margin: auto;
}
.footer .copyright {
  color: #46352c;
}
.footer .credits {
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: #46352c;
}
.footer .credits a {
  color: inherit;
}
.footer .wd-font {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.social {
  text-align: center;
  padding: 0 0 20px;
  font-family: 'Dosis', sans-serif;
  color: #6e1f18;
  font-size: 26px;
  margin-bottom: 40px;
}
.social a {
  margin-top: 40px;
  margin-right: 20px;
}

.header_full {
  width: 100%;
  min-width: 1000px;
  height: 193px;
  background: url(../img/bg-header.png) repeat;
  position: relative;
}

.navigation_full {
  width: 100%;
  min-width: 1000px;
  height: 60px;
  background: rgba(83, 68, 59, 0.6);
}

#navigation {
  margin: auto;
  width: 644px;
}

#navigation ul {
  height: auto;
  text-align: center;
}

#navigation ul li {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
  text-align: center;
  float: left;
  color: #fee3c8;
  font-size: 22px;
  width: auto;
  height: auto;
  margin-right: 70px;
  list-style: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#navigation ul li a {
  text-decoration: none;
  height: auto;
  padding: 19px 20px;
  display: block;
  color: #fee3c8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#navigation ul li a:hover, #navigation ul li a.actived {
  color: #fee3c8;
  background: #706156;
}

.logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -55px;
}

.index-box-full {
  width: 100%;
  min-width: 1000px;
  background: #dd5b32;
  padding: 35px 0;
  border: 2px solid #af2d04;
  margin-top: 500px;
}

.index-box {
  width: 900px;
  margin: auto;
}
.index-box .top {
  padding: 0;
  margin: auto;
  border-bottom: 1px solid #b14a2a;
  width: 600px;
}
.index-box .top h2 {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  color: #fff;
  font-size: 42px;
  float: left;
  margin-top: 0;
}
.index-box .top h2 span {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 44px;
  font-style: italic;
}
.index-box .top .btn_prodotti {
  border: 1px solid #fff;
  padding: 20px 30px;
  float: right;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.index-box .top .btn_prodotti:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #dd5b32;
}
.index-box .lista {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: 677px;
  margin: 30px auto auto;
}
.index-box .lista .box {
  width: 155px;
  height: 263px;
  float: left;
  margin-right: 19px;
  position: relative;
}
.index-box .lista .box a {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  position: absolute;
  text-align: center;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.index-box .lista .box:hover a {
  background: rgba(0, 0, 0, 0.8);
}
.index-box .lista .timbri {
  background: url(../img/index/timbri.jpg) no-repeat top center;
}
.index-box .lista .articoli-regalo {
  background: url(../img/index/articoli-regalo.jpg) no-repeat top center;
}
.index-box .lista .incisioni {
  background: url(../img/index/incisioni.jpg) no-repeat top center;
}
.index-box .lista .premiazioni {
  background: url(../img/index/premiazioni.jpg) no-repeat top center;
}

h1 {
  font: 50px sans-serif;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color: #6c0b0f;
}

h1.no-background {
  position: relative;
  overflow: hidden;
}
h1.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h1.no-background span:before, h1.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #6c0b0f;
}
h1.no-background span:before {
  right: 100%;
}
h1.no-background span:after {
  left: 100%;
}

h2 {
  font: 30px sans-serif;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Droid Serif', serif;
  color: #251f1c;
  font-style: italic;
}

h2.no-background {
  position: relative;
  overflow: hidden;
}
h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h2.no-background span:before, h2.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #251f1c;
}
h2.no-background span:before {
  right: 100%;
}
h2.no-background span:after {
  left: 100%;
}

.box_prodotto {
  text-align: center;
  width: 180px;
  float: left;
  margin-right: 60px;
}
.box_prodotto a {
  font-family: 'Droid Serif', serif;
  color: #251f1c;
  font-size: 22px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 173px 0 0;
}
.box_prodotto .timbri {
  background: url(../img/prodotti/timbri.png) no-repeat top center;
}
.box_prodotto .incisioni {
  background: url(../img/prodotti/incisioni.png) no-repeat top center;
}
.box_prodotto .premiazioni {
  background: url(../img/prodotti/premiazioni.png) no-repeat top center;
}
.box_prodotto .articoli-regalo {
  background: url(../img/prodotti/articoli-regalo.png) no-repeat top center;
}

.inputNormal {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 96%;
  padding: 1% 2%;
  color: #747474;
  margin-bottom: 3px;
}

.inputError {
  font-family: 'Open Sans', sans-serif;
  background: #f0f0f0;
  border: 1px solid #ffdcdc;
  width: 96%;
  padding: 1% 2%;
  color: #ff0000;
  margin-bottom: 3px;
}

.submitter {
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  transition-property: background;
  transition-duration: 0.4s;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 36px;
  cursor: pointer;
  background: #8b1b07;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: #8b1b07;
}
.submitter:hover {
  background: #8d1213;
}

.form_footer {
  overflow: hidden;
}
.form_footer div:first-child {
  float: left;
  width: 60%;
}
.form_footer div:last-child {
  text-align: right;
  float: right;
  width: 35%;
}
.form_footer .privacy {
  font-size: 11px;
  font-style: italic;
}
.form_footer .privacy span.asterisco {
  color: #8d1213;
}
.form_footer .condizioni {
  line-height: 10px;
  color: #8d1213;
  margin-top: 5px;
}
.form_footer .condizioni a {
  color: inherit;
  text-decoration: underline;
}

#privacy {
  display: none;
  width: 500px;
  padding: 20px;
  border: 5px solid #ccc;
}
#privacy h2 {
  margin-bottom: 10px;
}
#privacy h2, #privacy p {
  font-family: 'Open Sans', sans-serif;
  color: #3e3e3e;
}

/*# sourceMappingURL=style.css.map */
