html {
  scroll-padding-top: 150px; /* height of sticky header */
  scroll-behavior: smooth !important;
}

body {
  margin: 0 auto;
  font-family: "Raleway", sans-serif !important;
}

a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.border {
  border: 1px solid red;
}

.container {
  margin: 0 auto !important;
  max-width: 850px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.link {
  color: white !important;
}

.link:hover {
  color: white !important;
  text-decoration: none;
}

/* header */

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  z-index: 10;
}

.logo {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
}

.logo img {
  width: 450px;
}

#navbar {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  background-color: #18494d;
  max-height: calc(100% - 100px);
  overflow: auto;
}

.wrapTitoloMenuCat {
  display: flex;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.titoloMenuCat {
  width: calc(100% - 10px);
}

.expand_more {
  color: white;
  font-size: 30px;
}

.navBarToogle {
  display: none;
}

.navBarToogleLink {
  display: block;
  color: white;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}

.sticky {
  position: fixed;
  top: 100px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 11;
  margin-left: 0px !important;
}

.sticky + .content {
  padding-top: 120px;
}

/* center */

.center {
  margin-top: 125px;
}

.centerGallery {
  margin-top: 100px;
}

.centerHome {
  width: 100%;
}

.centerHome img {
  width: 100%;
}

.scrittaHome {
  padding-top: 20%;
  width: 50%;
  margin-left: 25%;
  text-align: center;
  z-index: 3;
}

.scrittaHome .riga1 {
  width: 70px;
  height: 70px;
  background: url("../img/decorazione.png");
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}

.scrittaHome .riga2 {
  font-family: "Jomolhari", serif;
  font-size: 42px;
  color: white;
  line-height: 42px;
}

.scrittaHome .riga3 {
  font-family: "Jomolhari", serif;
  font-size: 22px;
  color: white;
}

.titolo {
  font-size: 22px;
  text-align: center;
  padding-top: 50px;
}

.titoloParagrafo {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.firma {
  font-size: 18px;
  text-align: center;
}

.sottoTitolo {
  font-family: "Jomolhari", serif;
  font-size: 16px;
  text-transform: uppercase;
}

.chiSiamo {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.chiSiamo img {
  width: 100%;
  padding: 20px;
}

.chiSiamo .testo {
  text-align: justify;
  width: 100%;
  padding: 20px;
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 20px;
}

.chiSiamo .firma {
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  #drop-menu {
    display: none;
  }

  .header {
    height: 85px;
  }

  .logo img {
    width: 250px;
  }

  .sticky {
    top: 85px;
  }
  .center {
    margin-top: 95px;
  }

  .logo {
    padding-top: 10px;
  }

  .center {
    margin-top: 60px;
  }

  .no-padding-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.footer {
  text-align: center;
  background-color: #18494d;
  min-height: 80px;
  color: grey;
  margin: auto;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-top: 10px;
}

.footer a {
  color: grey;
  padding-left: 5px;
}

.footer a:hover {
  color: grey;
}

.contatti {
  background-color: #18494d;
  color: white;
}

.titoloSx {
  font-size: 32px;
  text-align: left;
  padding-top: 50px;
}

.testoSx {
  font-size: 14px;
  text-align: left;
  padding-top: 30px;
  line-height: 21px;
}

.titoloCenter {
  font-size: 32px;
  text-align: center;
  padding-top: 50px;
}

.titoletto {
  font-size: 18px;
  text-align: left;
  padding-top: 30px;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.link {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.link a:hover {
  color: white;
  text-decoration: none;
}

.info {
  font-size: 14px;
  color: white;
}

.social img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.form {
  padding-top: 50px;
}

.form label {
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form label .form-imput {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0px;
  display: block;
  min-height: 30px;
  margin-top: 5px;
  width: calc(100% - 20px);
  padding-left: 10px;
}

.form2 label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
  width: 100%;
}

.form2 label .form-imput {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  display: block;
  min-height: 30px;
  margin-top: 5px;
  width: calc(100% - 20px);
  font-size: 18px;
  padding-left: 10px;
}

.contatti .descrizione {
  padding: 20px;
  padding-top: 0px;
  text-align: center;
  font-size: 14px;
}

.form label:nth-child(6) .form-imput {
  border-radius: 0px;
  min-height: 200px;
}

.textCenter {
  text-align: center;
}
.btn.send {
  min-width: 100px;
  background: #000;
  color: white;
  text-align: center;
  font-size: 15px;
  border: none;
  margin-top: 20px;
  margin-bottom: 50px;
}

.btn.send:hover {
  background: #fff;
  color: #000;
}

.diconoDiNoi {
  padding: 30px !important;
}

.cliente {
  font-weight: 800;
}

.data {
  font-style: oblique;
}

.commento {
  margin-bottom: 30px;
}

.categorieSposi {
  min-width: 50px;
  min-height: 50px;
}
.categorieSposi img {
  width: 100%;
  margin-bottom: 20px;
}

.titoloMatrimonio {
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 80px;
  top: calc(70% - 40px);
  width: calc(100% - 30px);
  background-color: white;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jomolhari", serif;
  font-size: 22px;
}

.backgroundFoto {
  text-align: center;
  position: absolute;
  z-index: 1;
  height: calc(100% - 20px);
  top: 0;
  width: calc(100% - 30px);
  background-color: black;
  opacity: 0.6;
}

.backgroundFoto:hover {
  text-align: center;
  position: absolute;
  z-index: 1;
  height: calc(100% - 20px);
  top: 0;
  width: calc(100% - 30px);
  background-color: black;
  opacity: 0;

  transition-property: opacity; /*standard*/
  transition-duration: 1s;
  -webkit-transition-property: opacity; /*safari*/
  -webkit-transition-duration: 1s;
  -o-transition-property: opacity; /*opera*/
  -o-transition-duration: 1s;
  -moz-transition-property: opacity; /*firefox*/
  -moz-transition-duration: 1s;
}

.centerGallery {
  width: calc(100% - 40px) !important;
  margin-bottom: 40px;
}

.item {
  margin: 20px;
}

.MiniaturaWork {
  padding-bottom: 20%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.MiniaturaWork:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.testoMiniatura {
  font-size: 50px;
  position: absolute;
  margin-top: calc(10% - 25px);
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imgWork {
  width: 100%;
  margin-bottom: 20px;
}

.nameModel {
  position: absolute;
  background-color: white;
  width: calc(100% - 30px);
  bottom: 20px;
  opacity: 0.7;
  padding-left: 10px;
  color: #000;
}

.imgModel {
  width: 100%;
  padding-bottom: 150%;
  background-position: center;
  background-size: cover;
}

.imgModel {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.imgModel:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.noBlack {
  -webkit-filter: none !important; /* Safari 6.0 - 9.0 */
  filter: none !important;
}

.nomeModello {
  font-size: 24px;
  margin-bottom: 20px;
}

.fotoModello img {
  width: 100%;
}

.paddingTop {
  padding-top: 40px;
}

.imgHomeCat {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  /* object-fit: cover;
  object-position: center;
  display: block; */
}

.titoli {
  width: calc(100% - 30px);
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}

#slideSx {
  width: calc(100% - 30px);
  height: 310px;
  overflow: auto;
  white-space: nowrap;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
  margin-left: 15px;
}

.wrapImgHome {
  position: relative;
  display: inline-block;
  width: 250px;
}

.wrapImgProd {
  position: relative;
  display: inline-block;
  width: 250px;
}

.marginRight10 {
  margin-right: 10px;
}

.imgProdSlide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.imgHomeSlide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  /* object-fit: cover;
  object-position: center;
  display: block; */
}

.titoloHomeSlide {
  background-color: #1c1c1c;
  color: #ffff;
  opacity: 0.9;
  bottom: 0px;
  position: absolute;
  width: calc(100%);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.prezzoHomeSlide {
  background-color: #1c1c1c;
  color: #ffff;
  opacity: 0.9;
  top: 20px;
  position: absolute;
  width: 100px;
  right: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.old {
  text-decoration: line-through;
  color: red;
  top: 10px;
  width: 80px;
  font-size: 10px;
}

.newPrezzoHomeSlide {
  background-color: #1c1c1c;
  color: #fff;
  opacity: 0.9;
  top: 45px;
  position: absolute;
  width: 100px;
  right: 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.percentualeScontoHomeSlide {
  bottom: 30px;
  color: white;
  position: absolute;
  left: 0;
  width: calc(100%);
  padding: 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 55px;
  text-shadow: 3px 0px 7px rgb(0, 0, 0);
}

.titoloHomeCat {
  background-color: #1c1c1c;
  color: #ffff;
  opacity: 0.9;
  left: 15px;
  bottom: 0px;
  position: absolute;
  width: calc(100% - 30px);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.row > * {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-bottom: 30px !important;
}
