html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #2c2724;
  color: #ffffff;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  -webkit-font-smoothing: antialiased;
}


a, a:hover, a:visited, a:active, a:focus{
  color: #ffffff;
  text-decoration: none;
}

strong {
    font-weight: 700;
}

section {
  width: 100%;
  min-height: 240px;
  position: relative;
  background-color: #2c2724;
}

h1{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 72px;
  font-weight: 100;
  line-height: 6.3rem;
  color: #564e46;
}

h1 span.span-outer {
  display: inline-block;
  overflow: hidden
}

img.inner-image{
  width: 100%;
  height: auto;
  max-width: 100%;
}

.barba-container {
  position: relative;
}


/* Logo */

.container-logo{
  width: 100%;
  padding: 20px 0;
  z-index: 99;
  background-color: #2c2724;
  position: relative;
}

.logo{
text-align: center;
}

.logo img{
  width: 256px;
}


/* Central container */

#barba-wrapper, .barba-container{
  position: relative;
  float: left;
  width: 100%;
}

.page-content{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  background-color: #2c2724;
  float: left;
  overflow: hidden;
}

.page-content-inner{
  padding: 0 10%;
  float: left;
}


/* Footer */
.footerspace{
  height: 865px;
  z-index: 2;
  float: left;
  position: relative;
  width: 100%;
  visibility: hidden;
}

footer{
  width: 100%;
  height: 865px;
  background-color: #2c2724;
  letter-spacing: 1px;
  position: fixed;
  float: left;
  bottom: 0;
  z-index: 1
}

.inner-footer{
  position: relative;
  padding: 10px 20px;
}


/* ------ ABOUT ------ */

.bg-top-about{
  position: absolute;
  width: 68%;
  height: 60vh;
  top: 250px;
  z-index: 2;
  background-color: #564e46;
  right: 100px
}

.top-about{
  margin-top: 52px;
  height: auto;
  float: left;
}

.top-about .top-about-inner{
  padding: 0 70% 0 0;
  position: relative;
  z-index: 3;
  left: 70px
}

.top-about .top-about-inner .image{
  overflow: hidden;
  height: 70vh;
}

.top-about-title{
  position: absolute;
  top: 20px;
  right: 14%;
}

.top-about-title h1{
  margin-bottom: 0;
  margin-top: 0;
}

.top-about-title h1 span.span-outer {
  display: block;
  overflow: hidden;
  position: relative;
  width: 290px;
  height: 100px;
  margin-top: 25px;
}

.top-about-title h1 span.span-inner {
  display: block;
  position: absolute;
  width: 270px;
}

.top-about-text{
  position: absolute;
  top: 280px;
  left: 35%;
}


/* ------ COLLECTION ------ */

.top-collection{
  margin-top: 0;
  height: auto;
  float: left;
}

.top-collection .top-collection-image-inner{
  padding: 0 10%;
  position: relative;
  z-index: 3
}

.top-collection .top-collection-image-inner .image{
  overflow: hidden;
  height: 70vh;
  position: relative;
}

.top-collection-title{
  position: absolute;
  /*bottom: -135px;*/
  bottom: -60px;
  margin-left: 5%;
}

.top-collection-title h1{
  margin-bottom: 0;
  margin-top: 0;
  display: none; 
}

.top-collection-title h1 span.span-outer {
  display: block;
  overflow: hidden;
  position: relative;
  width: 360px;
  height: 100px;
  margin-top: 25px;
}

.top-collection-title h1 span.span-inner {
  display: block;
  position: absolute;
  width: 360px;
}

.top-collection-info{
  position: relative;
  margin-top: -300px;
  padding-top: 320px;
  padding-bottom: 40px;
  width: calc(100% - 10%);
  margin-left: 5%;
  z-index: 2;
}

.top-collection-info-inner{
  padding: 40px 15%;
  position: relative;
  z-index: 2
}

.top-collection-info .top-collection-desc{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
}

.top-collection-info .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #564e46;
  z-index: 1
}

.single-product {
  float: left;
  margin: 100px 0 0px;
  line-height: 0;
}

.single-product:nth-child(1){
  margin-top: 120px
}

.single-product .image{
  position: relative;
}

.single-product .top-product{
  float: left;
  width: 100%
}

/* ------ FORM ------ */


.top-about-form{
  position: absolute;
  top: 240px;
  right: 16%;
  left: 55%;
}

#form-richiesta label {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#form-richiesta .form-control {
    font-size: 16px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.form-group-checkbox {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .invia {
        font-size: 30px;
    }
}

.invia {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn {
    white-space: normal;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #2c2724;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 8px 22px;
    line-height: 1.42857143;
    border-radius: 0;
}

/* Overlay Privacy */

#privacy-text h2 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #222;
}

#privacy-text p {
    line-height: 1.5;
    padding: 5px 10px 0 0;
    font-size:14px;
    color: #222;
}

#privacy-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 400;
}

#privacy-overlay-inner {
    background-color: #fff;
    height: 70%;
    margin: 7% auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: relative;
    width: 40%;
}

#privacy-close {
    text-align: right;
    display: block;
    color: #222;
}

a.privacy-link {
    text-decoration: underline;
    color: #FFF;
}

.fieldError {
    border: solid 1px #fff;
    background-color: #e30110;
    color: #fff;
}

#errorPrivacy {
    color: #e30110;
}

.error {
   font-size: 12px;
}