*:focus, *:active {
  outline: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background: #7a3d11;
}

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none !important;
}

.clr {
  clear: both;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0;
}

strong, b {
  font-weight: 400;
  font-family: 700;
}

a:hover {
  text-decoration: none;
}

html {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
  font-family: "nudista-web";
  color: #646363;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  background: white;
  position: relative;
}

.marrone {
  color: #7a3d11;
}

.bianco {
  color: white;
}

.fine {
  font-weight: 100;
}

.clr {
  clear: both;
}

.back {
  width: 100%;
  height: 100%;
  background: url(../img/back.jpg) no-repeat;
  background-size: cover;
}
.back .logo {
  width: 300px;
  height: auto;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 410px) {
  .back .logo {
    width: 155px;
  }
}
.back .logo img {
  width: 100%;
  height: auto;
  margin-top: -50px;
}

.foothome {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 235px;
  background: url(../img/brown.png) repeat-x;
  background-position: center bottom;
}
.foothome .claim {
  font-style: italic;
  font-size: 42px;
  margin-top: 20px;
  line-height: 70px;
  margin-left: 35px;
}
@media (max-width: 950px) {
  .foothome .claim {
    font-size: 25px;
    margin-top: 60px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .foothome .claim {
    display: none;
  }
}

.tazza {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 5;
}
@media (max-width: 767px) {
  .tazza {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}

.menu {
  padding-top: 30px;
  margin-left: 50px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .menu {
    margin: auto;
    display: block;
    text-align: center;
  }
}
.menu a {
  color: #7a3d11;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 767px) {
  .menu a {
    font-size: 18px;
  }
}

.novis {
  visibility: none;
  display: none;
}

main {
  margin-top: 80px;
}

.text {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 5px solid #646363;
}

.title-big {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.title-big .oggetti {
  max-width: 767px;
  margin: 40px auto 60px;
  text-align: center;
}
.title-big .oggetti img {
  margin: 0px 25px;
}

.margin {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 5px solid #646363;
  margin-bottom: 30px;
}

.textmar {
  color: #7a3d11;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 28px;
  text-align: right;
}
@media (max-width: 991px) {
  .textmar {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .textmar {
    text-align: center;
    margin-top: 10px;
  }
}

.textmar2 {
  color: #7a3d11;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 47px;
  text-align: right;
}
@media (max-width: 991px) {
  .textmar2 {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .textmar2 {
    text-align: center;
    margin-top: 10px;
  }
}

.footer {
  width: 1140px;
  height: 332px;
  background: url(../img/footer.jpg) no-repeat;
  background-size: contain;
  color: white;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .footer {
    width: 550px;
    height: 161px;
    display: block;
    margin: auto;
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .footer {
    width: 300px;
    height: 161px;
    display: block;
    margin: auto;
    margin-top: 60px;
  }
}
@media (max-width: 350px) {
  .footer {
    margin-left: -17px;
  }
}

.contatti {
  position: relative;
  padding-top: 135px;
  margin-left: 462px;
}
@media (max-width: 1199px) {
  .contatti {
    padding-top: 70px;
    margin-left: 224px;
  }
}
@media (max-width: 600px) {
  .contatti {
    padding-top: 34px;
    margin-left: 122px;
  }
}

.text60 {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .text60 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .text60 {
    font-size: 15px;
  }
}

.text39 {
  font-size: 39px;
}
@media (max-width: 1199px) {
  .text39 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .text39 {
    font-size: 12px;
  }
}
.text39 a {
  color: white;
}

.scrollToTop {
  width: 53px;
  height: 85px;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 59px;
  right: 40px;
  display: none;
  background: url(../img/scrolltotop.svg?1493906088) format('svg') no-repeat 0px 20px;
}

.scrollToTop:hover {
  text-decoration: none;
}

.cialde {
  float: left;
}
.cialde img {
  height: 190px;
  width: auto;
}
@media (max-width: 1199px) {
  .cialde img {
    height: 155px;
  }
}
@media (max-width: 991px) {
  .cialde img {
    height: 115px;
  }
}
@media (max-width: 767px) {
  .cialde img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .cialde .prodtext {
    font-size: 12px;
  }
}

.pacchi {
  float: left;
}
.pacchi img {
  height: 385px;
  width: auto;
}
@media (max-width: 1199px) {
  .pacchi img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .pacchi img {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .pacchi img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .pacchi .prodtext {
    font-size: 12px;
  }
}

.barattolo {
  float: left;
}
.barattolo img {
  width: 337px;
  height: auto;
}
@media (max-width: 1199px) {
  .barattolo img {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .barattolo img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .barattolo img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .rid {
    width: 300px;
    margin: auto;
  }
}
