:root {
  --main-bg-color: #232526;
  --second-bg-color: #191a1b;
  --text-color: #8b8f92;
  --second-text-color: #fff;
  --gold-color: #86764e;
  --red-color: #d0323a;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--second-bg-color);
  font-family: 'Roboto', sans-serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
#main {
  overflow: hidden;
}
.container_main {
  position: relative;
}
.wrapper {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}
.wrapper_full {
  position: relative;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #151515;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section {
  position: relative;
  padding: 150px 0;
}
section:last-of-type {
  margin-bottom: 0;
}
.section.section_two {
  padding: 150px 0;
  margin-bottom: 0;
}
section.section_no_pad {
  padding: 0;
}
.container {
  margin-bottom: 150px;
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: 100px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0 !important;
}
.el_margin {
  margin-top: 100px;
}
.col_pad {
  margin-top: 100px;
}
.el_margin:first-child {
  margin-top: 0;
}
.bg_grey {
  background-color: var(--main-bg-color);
}
.bg_grey_half div {
  z-index: 2;
}
.bg_grey_half::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: 1;
  background-color: var(--main-bg-color);
}
.bg_grey_half_reverse::after {
  left: auto;
  right: 0;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.cover.cover_right {
  object-position: right;
}
.cover.cover_right_top {
  object-position: right top;
}
.img-free {
  max-width: 100%;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
.separator {
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--gold-color);
  margin-bottom: 50px;
}
.align-center .separator {
  margin-left: auto;
  margin-right: auto;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.2;
  font-family: 'Abril Fatface', sans-serif;
  color: var(--second-text-color);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h1 {
  font-size: 3.5rem;
  text-align: center;
}
h2, h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 1.5rem;
  color: var(--gold-color);
}
h6 {
  font-size: 1.5rem;
}
h2::after, h3::after, h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--gold-color);
  margin-top: 40px;
}
h2.no_after::after, h3.no_after::after, h4.no_after::after {
  display: none;
}
p {
  margin-bottom: 15px;
  line-height: 2;
}
p a {
  color: var(--text-color);
  font-weight: 600;
}
p a:hover {
  color: var(--text-color);
}
p strong {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
article ul {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
ul.list_option {
  margin-top: 35px;
  padding: 50px;
  border: 1px solid var(--gold-color);
}
ul.list_option li {
  padding: 25px 0;
  border-bottom: 1px dotted var(--gold-color);
}
ul.list_option li:first-of-type {
  padding-top: 0;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 12px 35px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--gold-color);
  color: var(--second-text-color);
  border-radius: 2px;
  border: 1px solid var(--gold-color);
  margin-top: 35px;
  transition: background 0.3s, color 0.2s, border 0.6s;
}
a.more:hover {
  background-color: transparent;
  border-color: var(--gold-color);
  ;
  color: var(--gold-color);
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 400px;
  min-height: 400px;
  z-index: 1;
}
body.homepage .img_page {
  height: 100vh;
  min-height: 650px;
}
.img_box {
  height: 60vh;
  min-height: 500px;
}
.img_box_cat {
  height: 450px;
  width: 100%;
}
.img_box_big {
  height: 80vh;
  min-height: 650px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.7;
  z-index: 2;
}
body.homepage .overlay {
  opacity: 0.5;
}
.img_logo img {
  max-height: 75px;
  margin-bottom: 25px;
}
.list_certificazioni {
  margin-top: 35px;
}
.list_certificazioni figure.img_logo {
  margin: 0;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.list_certificazioni figure.img_logo img {
  margin-bottom: 0;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 75px;
  z-index: 4;
}
.claim .container {
  height: 100%;
}
.claim .row {
  top: 50%;
  transform: translate(0, -50%);
}
/*END HOME*/
/* SALAMI*/
p.text-salami {
	font-size:0.8rem;
}
p.list-salami {
	padding: 15px 0;
	color:var(--gold-color);
}
.open-lightbox {
	cursor: pointer;
}
.open-lightbox i {
	margin-left: 2px;
}
/* END SALAMI*/
/* BOX CAT*/
.box_cat {
  position: relative;
}
.box_cat a {
  display: block;
  transition: background 0.5s;
}
.text_cat {
  padding: 35px 15px;
}
@media only screen and (min-width: 992px) {
  .box_cat h4::after {
    transform-origin: left;
    transition: transform 0.6s;
  }
  .box_cat:hover h4::after {
    transform: scale(2, 1);
  }
  .text_cat {
    transition: transform 0.3s;
  }
  .box_cat:hover .text_cat {
    transform: translate(20px, 0);
  }
  /*.box_cat a:hover {
    background-color: var(--second-bg-color);
  }*/
}
/* END BOX CAT*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -100px !important;
}
/*END MARGIN HACK*/
/*COLLAPSE HACK*/
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/*END COLLAPSE HACK*/
/*SLICK*/
.slide01 {
  display: none;
}
.slick-list {
  z-index: 2;
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-next {
  background-color: #fff;
  left: 30px;
  top: auto;
}
.slick-prev {
  left: 0px;
  transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/icon/arrow_grey.png");
  background-position: center center;
  background-size: 5px;
  background-repeat: no-repeat;
}
.slide_div {
  position: relative;
}
/*END SLICK*/
/*SCROLL*/
.scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 50%;
  max-width: 200px;
  color: var(--text-color);
  background-color: var(--main-bg-color);
  font-size: 0.75rem;
  z-index: 200;
  cursor: pointer;
  border-right: 2px solid var(--gold-color);
  overflow: hidden;
}
.scroll span {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -55%);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05rem;
  z-index: 2;
}
.scroll span i {
  font-size: 0.5rem;
  margin-left: 10px;
}
.scroll:hover {
  color: var(--text-color);
}
@media only screen and (min-width: 992px) {
  .scroll::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: var(--second-bg-color);
    transition: 0.3s;
    transform-origin: left;
    transform: scale(0, 1);
    z-index: 1;
  }
  .scroll:hover::after {
    transform: scale(1, 1);
  }
}
/*END SCROLL*/
/*FOOTER*/
footer {
  position: relative;
  padding: 200px 0 150px 0;
}
footer .logo_footer {
  display: block;
  margin: 0 auto;
  margin-bottom: 75px;
}
footer .logo_footer img {
  height: 135px;
}
footer p {
  line-height: 1.5;
}
footer h5 {
  margin-bottom: 0;
  margin-top: 60px;
}
/*END FOOTER*/
/*CIRCLE*/
.circle_element {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  user-select: none;
}
.circle_element span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid rgba(255, 255, 255, 0.1);
}
.circle_element span:nth-child(1) {
  width: 85%;
  height: 85%;
  border-width: 45px;
}
body.homepage .circle_element {
  top: 50%;
}
body.homepage .circle_element span {
  border-color: rgba(255, 255, 255, 0.07);
}
/*END CIRCLE*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/*AOS NEW ANIMATION*/
[data-aos="enter_circle"] {
  opacity: 0;
}
[data-aos="enter_circle"].aos-animate {
  opacity: 1;
}
/*END AOS NEW ANIMATION*/
/*PANEL*/
#panels #panels-container {
  height: 100vh;
  width: 700%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: var(--main-bg-color);
}
#panels #panels-container .panel p {
  line-height: 1.5;
}
.panel_number {
  position: absolute;
  right: -10px;
  top: 40%;
  z-index: 10;
}
.panel_number img {
  height: 75px;
}
.back_top {
  position: absolute;
  bottom: 50px;
  left: 100px;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.back_top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon/arrow_long.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.nav_panel {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 50px;
  z-index: 10;
}
.dot_nav_panel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.dot_nav_panel a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-color);
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
}
.dot_nav_panel a.active {
  background: #fff;
}
/*END PANEL*/