h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.art-postcontent h2,
h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 26px;
}
.art-sheet.clearfix {
  margin-top: 250px;
}
.nav-sticky-wrapper .art-nav {
  border-bottom: none;
}

.art-postcontent p {
  line-height: 1.8;
}

.self-sliding-carousel {
  position: absolute;
  left: 50%;
  margin-left: -157px;
}
.self-sliding-carousel .image-slide {
  background-size: cover;
  background-position: center center;
  height: 450px;
  max-width: 315px;
  transition: opacity 0.23s ease-in;
}

.vh-50 {
  height: 50vh;
}

.vh-70 {
  height: 70vh;
}

.left-margin-slider {
  padding-left: 200px;
  padding-right: 3%;
  z-index: 1;
}
.right-margin-slider {
  padding-right: 200px;
  padding-left: 3%;
  z-index: 1;
}

.header-image-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.header-image-bg::before {
  content: "";
  background-color: rgba(255, 255, 255);
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-slide:hover {
  opacity: 0.9;
}

.art-postcontent a,
.link-to-page,
.art-postcontent a:link .link-to-page,
.art-footer a.footer-link,
.art-project-contenuto a.footer-link {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 12px;
  position: relative;
  padding-left: 3px;
  font-family: "Montserrat" !important;
  color: #969696;
}
.link-to-page::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  bottom: 0;
  left: 0;
  top: 20px;
  background-color: rgba(236, 236, 236, 1);
}

.hp-rside {
  height: 50%;
}

.vh-md-100 {
  min-height: 100vh;
}

.vh-60 {
  height: 60vh;
}

.art-blog-detail .art-blog-info {
  color: #646464;
  font-size: 12px;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.tag {
  color: rgba(100, 100, 100, 0.8);
  font-size: 12px;
  text-align: left;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.tag:hover {
  color: rgba(100, 100, 100, 1);
  cursor: pointer;
}

.art-blog-header-article {
  background-color: rgba(245, 245, 245, 1);
}

.art-blog-detail .art-blog-image {
  margin-bottom: 0px;
}
.art-blog-image-container,
.art-blog-image-container .art-blog-image {
  height: 100%;
}

.art-blog_1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.art-blog_1 .art-blog-item .art-blog-image {
  min-height: 400px;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.art-blog_1 .art-blog-item {
  margin-bottom: 30px;
  padding: 3%;
}

.art-blog_1 .art-blog-image-container {
  position: relative;
}

.art-blog_1 .art-blog-image-container a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease 0.2s;
  cursor: pointer;
}

.art-blog_1 .art-blog-image-container:hover a:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.art-blog_1 .art-blog-image-container a > i {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  color: #000;
  opacity: 0;
  transition: all ease 0.5s;
  height: 50px;
}

.art-blog_1 .art-blog-image-container:hover a > i {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.art-blog_1 .art-blog-title {
  padding: 0;
  margin: 0;
}
.art-blog-contenuto .art-blog-title {
  text-align: center;
}
.art-blog-contenuto .art-blog-title a {
  font-family: "Old Standard TT" !important;
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.art-blog-contenuto .art-blog-title a:hover {
  opacity: 1;
}

.art-blog_1 .art-blog-contenuto {
  padding: 20px 0;
}

.art-blog_1 .art-blog-contenuto .art-blog-info {
  color: #646464;
  font-size: 12px;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.art-blog_1 .art-blog-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.art-blog_1 .art-blog-footer .art-social-list {
  margin: 10px auto;
}

.art-blog_1 .art-blog-footer .art-social-list i {
  margin: auto 5px;
}

.art-button {
  font-family: "Montserrat";
}
.art-footer .art-postcontent {
  font-family: "Montserrat";
  font-size: 14px;
}

.art-footer::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.art-button.hover,
.art-button:hover,
.art-button.validate,
.art-button.accept {
  margin: 0;
}

/* 
========================
      BUTTON THREE
========================
*/
.box-3 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art-button.validate:hover {
  left: 0;
}

.btn-elegant,
.art-button.validate {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}
.art-button.accept {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 150px;
  cursor: pointer;
}

.btn-three,
.art-button.validate,
.art-button.accept {
  color: #40291c;
  transition: all 0.5s;
  position: relative;
}
.btn-three::before,
.art-button.validate::before,
.art-button.accept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.btn-three:hover::before,
.art-button.validate::before,
.art-button.accept::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-three::after,
.art-button.validate::after,
.art-button.accept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transform: scale(1.2, 1.2);
}
.btn-three:hover::after,
.art-button.validate::after,
.art-button.accept::after {
  opacity: 1;
  transform: scale(1, 1);
}

.art-blog-contenuto .art-blog-categoria {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  text-align: center;
}
.art-blog-contenuto .art-blog-categoria span {
  margin-right: 10px;
  margin-left: 10px;
}

.art-modulo-informazioni ul li i {
  padding-top: 2px;
}

.art-social-company-list a {
  display: block;
  margin-bottom: 10px;
}

.art-social-company-list a i {
  font-size: 1rem;
  margin-right: 5px;
}

.collab {
  width: 50%;
  height: 400px;
}

.slick-slide a {
  outline: none !important;
}

.art-blog-footer .art-social-list {
  margin: 10px auto;
}

.art-blog-footer .art-social-list i {
  margin: auto 5px;
}

.art-footer {
  padding-top: 100px;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
    .art-footer{
        margin-top: 200px;
    }
    .art-sheet.clearfix {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  
  .left-margin-slider {
    padding: 7%;
    z-index: 1;
    margin-bottom: 200px;
  }
  .cont-top {
    margin-top: 300px;
  }
  .art-footer{
    margin-top: 300px;
  }
   .right-margin-slider {
    z-index: 1;
  }
  .cont-top {
    margin-top: 200px;
  }
  .h-sm-300 {
    height: 300px;
  }
}

@media screen and (max-width: 575.98px) {
  .left-margin-slider {
    padding: 7%;
    z-index: 1;
    margin-bottom: 200px;
  }
  .cont-top {
    margin-top: 200px;
  }
  .hp-rside {
    height: auto;
  }
  .art-sheet.clearfix {
    margin-top: 2%;
  }
  .right-margin-slider {
    padding: 3%;
    z-index: 1;
  }
  .margin-sm-bottom {
    margin-bottom: 300px;
  }
  .h-sm-300 {
    height: 300px;
  }
  .alternate-textimage {
    height: auto !important;
  }
  
  .art-footer{
        margin-top: 0px;
    }
}
