/*$light-black:#f5f5f5;
$onix-black:#999999 ;
$dark-black:#212121;
$black:#0f0f0f;
$white:#fff;   
$red:#ff5252;
$regular: 400;
$semi-bold: 600; 
$bold: 700;*/
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
}

p a {
  color: #212121;
}

p a:hover {
  color: #212121;
}

.text-white {
  color: #fff;
}

span.underline {
  border-bottom: 1px solid #212121;
  font-weight: 700;
}

.breadcrumbs {
  font-size: 14px;
}

.breadcrumbs span {
  color: #999999;
  font-weight: 400;
}

.breadcrumbs span a {
  color: #999999;
}

.breadcrumbs .breadcrumb_last {
  color: #999999;
}

button:focus {
  outline: unset;
}

.btn {
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px 10px;
  border: 1px solid #212121;
  border-radius: 50px;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-primary {
  background-color: #fff;
  border-color: #212121;
  color: #212121;
}

.btn-primary svg.fa-arrow-right {
  position: relative;
  left: 6px;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.btn-primary svg.fa-arrow-left {
  position: relative;
  right: 6px;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #212121;
  border-color: #212121;
}

.btn-primary:hover svg.fa-arrow-right {
  left: 10px;
}

.btn-primary:hover svg.fa-arrow-left {
  right: 10px;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #212121;
  border-color: #212121;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

.btn-inverse {
  border-color: #212121;
  color: #fff;
}

.btn-inverse:hover {
  color: #212121;
  background-color: #fff;
  border-color: #212121;
}

.btn-secondary {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn-secondary .fa-arrow-right {
  margin-left: 6px;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.btn-secondary .fa-arrow-left {
  margin-right: 6px;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.btn-secondary:hover {
  color: #212121 !important;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover svg.fa-arrow-right {
  left: 10px;
}

.btn-secondary:hover svg.fa-arrow-left {
  right: 10px;
}

.btn-upline {
  color: #212121;
  background-color: transparent;
  border: 0px solid #fff;
  border-top: 1px solid #212121;
  border-radius: 0px 0px 0px 0px;
  padding-top: 2px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-upline:hover {
  border-top: 1px solid #ff5252;
  color: #212121;
}

.btn-download {
  color: #212121;
  background: transparent;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #212121;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  position: absolute;
  z-index: 2;
}

.btn-download svg {
  color: #212121 !important;
}

.btn-download:hover {
  background-color: #212121;
}

.btn-download:hover svg {
  color: #fff !important;
}

.btn-download:before {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.btn-download:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite;
}

.btn-download strong {
  position: absolute;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 85px;
  color: #212121;
  line-height: 1.5;
  text-align: left;
  top: 10px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.go-back {
  display: inline;
}

.go-back svg.fa-arrow-left {
  position: relative;
  right: 0px;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.go-back:hover {
  color: #ff5252;
}

.go-back:hover svg.fa-arrow-left {
  color: #ff5252;
  right: 5px;
}

.sub-title {
  color: #999999;
  font-size: 14px;
}

.mini-line {
  width: 30px;
  border-bottom: 1px solid #212121;
  margin-bottom: 15px;
  margin-top: 15px;
}

.mini-line-white {
  width: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.top-menu-black {
  background-color: #212121;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 2;
}

/** Animazioni **/
.animation-element {
  opacity: 0;
  position: relative;
}

.container-fluid_ {
  overflow-x: hidden;
}

/** **/
@media (min-width: 1925px) {
  .container {
    max-width: 1800px;
  }
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: .75rem;
  margin-right: 10px;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #212121;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 0px;
}

.img-fluid {
  width: 100%;
}

.fixed-top {
  z-index: 90;
}

.normal-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mini-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.jumbo {
  background-color: #f5f5f5;
}

.two-col {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #ff5252 !important;
  text-decoration: none;
}

.pushbar_locked .navbar {
  opacity: 0;
}

.pushbar_main_content {
  overflow-x: hidden;
}

.navbar {
  border-bottom: 1px solid #999999;
  padding: 0px;
  z-index: 3;
  width: 100%;
}

.navbar .navbar-toggler {
  border: unset;
}

.navbar .navbar-toggler svg {
  color: #212121;
}

/*.navbar.fixed-top{
    margin-top: 30px;
}*/
#menu-primary-navigation {
  margin-left: -20%;
}

#menu-primary-navigation li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 40px;
}

@media (max-width: 1440px) {
  #menu-primary-navigation li {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  #menu-primary-navigation li {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  #menu-primary-navigation li {
    font-size: 12px;
  }
}

#menu-primary-navigation li .dropdown-menu {
  border-radius: 0px;
  background-color: white;
  border: 0px;
  -webkit-box-shadow: 1px 1px 5px rgba(153, 153, 153, 0.2);
          box-shadow: 1px 1px 5px rgba(153, 153, 153, 0.2);
  padding-right: 50px;
}

#menu-primary-navigation li .dropdown-menu .nav-item {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  text-transform: lowercase;
}

#menu-primary-navigation li .dropdown-menu .nav-item .dropdown-item {
  min-width: 270px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #212121;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: unset;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slider {
  height: calc(100vh);
  overflow: hidden;
}

.slider .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.slider .carousel-item:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.34;
}

.slider .carousel-item:after {
  content: ' ';
  width: 170px;
  height: 170px;
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  background-image: url("../../images/alparsystem-marchio.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@media (max-width: 1440px) {
  .slider .carousel-item:after {
    width: 100px;
    height: 100px;
    top: 25%;
    left: 45%;
  }
}

@media (max-width: 1366px) {
  .slider .carousel-item:after {
    left: 50%;
  }
}

@media (max-width: 991px) {
  .slider .carousel-item:after {
    left: 65%;
  }
}

@media (max-width: 576px) {
  .slider .carousel-item:after {
    left: calc(50% - 60px);
    top: auto;
    bottom: 36%;
  }
}

.slider .carousel-caption {
  position: absolute;
  top: 25%;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: unset;
  padding-top: 0px;
  text-align: left;
  max-width: 550px;
}

.slider h2 {
  font-size: 65px;
  line-height: 65px;
  color: white;
}

.slider p {
  font-size: 33px;
  line-height: 36px;
}

.slider .caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider .caption-animate .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider .caption-animate .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.slider .caption-animate .item.active .carousel-caption.flipOutX,
.slider .caption-animate .item.active .carousel-caption.flipOutY,
.slider .caption-animate .item.active .carousel-caption.bounceIn,
.slider .caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.slider .caption-animate .item .carousel-caption.fadeIn,
.slider .caption-animate .item .carousel-caption.fadeInDown,
.slider .caption-animate .item .carousel-caption.fadeInDownBig,
.slider .caption-animate .item .carousel-caption.fadeInLeft,
.slider .caption-animate .item .carousel-caption.fadeInLeftBig,
.slider .caption-animate .item .carousel-caption.fadeInRight,
.slider .caption-animate .item .carousel-caption.fadeInRightBig,
.slider .caption-animate .item .carousel-caption.fadeInUp,
.slider .caption-animate .item .carousel-caption.fadeInUpBig {
  opacity: 0;
}

.control-sli-left {
  border-radius: 100%;
  background-color: #212121;
  position: absolute;
  top: 50%;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.control-sli-right {
  border-radius: 100%;
  background-color: #212121;
  position: absolute;
  top: 50%;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alparsystem .btn-upline {
  font-size: 18px;
}

.box-download {
  height: 100px;
  margin-bottom: 20px;
}

.download {
  position: relative;
}

.text-btn-download {
  width: calc(100%);
  height: 50px;
  margin-left: 30px;
  text-align: center;
}

.content-center {
  display: table;
  width: 100%;
  height: 100%;
}

.content-center .wrap {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.content-center .wrap .content {
  display: inline-block;
  padding: 20px 30px 0px 80px;
  border-radius: 0 50px 50px 0;
}

.showroom .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.showroom .nav-tabs a {
  font-size: 24px;
  margin-right: 14px;
}

.showroom .nav-tabs .btn-upline.active {
  border-top: 1px solid #ff5252;
}

.showroom .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: .0rem;
}

.showroom .card .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid #212121;
  border-top: 1px solid #212121;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-left: 0px;
  cursor: pointer;
}

.showroom .card .card-header img {
  position: absolute;
  right: 0px;
}

.showroom .card .card-header a[aria-expanded="true"] .fa-plus {
  display: none;
  color: #212121;
}

.showroom .card .card-header a[aria-expanded="true"] .fa-minus {
  display: inline;
  color: #ff5252;
}

.showroom .card .card-header a {
  font-weight: 600;
}

.showroom .card .card-header a[aria-expanded="false"] .fa-plus {
  display: inline;
  color: #212121;
}

.showroom .card .card-header a[aria-expanded="false"] .fa-minus {
  display: none;
  color: #ff5252;
}

.showroom .card .card-body {
  padding-left: 0px;
}

.showroom .left-slider {
  padding: 60px;
}

.showroom .carousel {
  height: 100%;
  min-height: 700px;
}

.showroom .carousel .carousel-inner {
  height: 100%;
}

.showroom .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#sliderCategorie .carousel-item:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.34;
}

.slider-full {
  height: 700px;
  overflow: hidden;
}

.slider-full .carousel-item {
  height: 700px;
  background-position: 550px center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #212121;
  background-size: cover;
}

.slider-full .carousel-caption {
  position: absolute;
  top: 20%;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: unset;
  padding-top: 0px;
  text-align: left;
  max-width: 550px;
}

.slider-full h2 {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.slider-full .control-sli-left {
  top: 85%;
  bottom: 50%;
  left: unset;
  right: 100px;
}

.slider-full .control-sli-left:hover {
  color: #ff5252;
}

.slider-full .control-sli-right {
  top: 85%;
  bottom: 50%;
  right: 40px;
}

.slider-full .control-sli-right:hover {
  color: #ff5252;
}

.slider-full .slider-count-title {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-full .slider-count-title .carousel-indicators {
  position: unset;
  right: unset;
  bottom: 250px;
  left: 0px;
  right: 0;
  z-index: 15;
  display: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
  list-style: none;
  text-align: right;
  width: unset;
}

.slider-full .slider-count-title .carousel-indicators li {
  position: unset;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: unset;
  height: unset;
  margin-right: 40px;
  margin-left: 3px;
  text-indent: unset;
  background-color: unset;
  color: #999999;
  margin-bottom: 10px;
  cursor: pointer;
}

.slider-full .slider-count-title .carousel-indicators li:hover {
  color: #ff5252;
}

.slider-full .slider-count-title .carousel-indicators .active {
  color: #fff;
}

.top-menu-black ul {
  margin-bottom: 0px;
}

.top-menu-black ul > li {
  display: inline-block;
  text-decoration: none;
  margin-right: 13px;
}

.top-menu-black ul > li a {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 14px;
}

.desktop-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .5em;
  vertical-align: 0.01em;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  border-top: .0em solid;
  border-right: .0em solid transparent;
  border-bottom: 0;
  border-left: .0em solid transparent;
  color: #ff5252;
}

.dropdown:hover .dropdown-toggle::after {
  content: '\f077';
}

.pushbar_overlay {
  z-index: 9999;
  background: rgba(15, 15, 15, 0.5) !important;
}

.pushbar.from_right {
  z-index: 99999;
  width: 350px !important;
}

.pushbar .title {
  width: 100%;
  height: 35px;
}

.pushbar .title .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
}

.pushbar .title .close img {
  width: 20px;
  margin-top: 28px;
  margin-right: 23px;
}

.pushbar .navbar-brand .logo-nav {
  margin-left: 20px;
  width: 65%;
  margin-right: 1rem;
  position: absolute;
  top: 14px;
}

.pushbar .mobile-nav {
  margin-left: 20px !important;
  border-top: 1px solid #212121;
  margin-top: 10px;
  margin-right: 20px !important;
}

.pushbar .mobile-nav .dropdown-item.active, .pushbar .mobile-nav .dropdown-item:active {
  background-color: #fff;
}

.pushbar .mobile-nav li a {
  color: #212121;
  padding: .6rem 0rem;
}

.pushbar .mobile-nav li .dropdown-item {
  font-size: 15px;
  padding-left: 0px;
  margin: .125rem 25px 0;
}

.pushbar .mobile-nav li .dropdown-menu {
  position: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  top: unset !important;
  left: unset !important;
  will-change: unset !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  margin-top: -15px;
}

.pushbar .mobile-nav li .dropdown-menu .view-all a {
  text-decoration: underline;
}

.pushbar .mobile-nav li .dropdown-toggle {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: -1px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(153, 153, 153, 0);
          box-shadow: 0px 0px 0px rgba(153, 153, 153, 0);
  margin-bottom: 0px;
}

.pushbar .mobile-nav li .dropdown-toggle .nav-item {
  color: #212121;
}

.content-info {
  background-color: #212121;
  padding-top: 30px;
  color: #999999;
  font-size: 14px;
}

.content-info p {
  font-size: 14px;
}

.content-info .line-white-footer {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin-bottom: 15px;
  margin-top: 30px;
  display: none;
}

.content-info .logo-footer {
  width: 150px;
}

.content-info .col-title {
  color: #fff;
}

.content-info .col-lg-3 {
  margin-bottom: 15px;
}

.content-info a {
  color: #999999;
}

.content-info a svg {
  color: #fff;
  font-size: 0.7em;
}

.content-info a:hover {
  color: #ff5252;
}

.content-info .social-list {
  font-size: 30px;
}

.content-info .social-list svg {
  margin-left: 13px;
}

.content-info .social-list svg:hover {
  color: #ff5252;
}

.content-info .footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f0f0f;
  margin-top: 30px;
  font-size: 14px !important;
}

.content-info .footer-copyright p {
  font-size: 14px !important;
}

.content-info .footer-copyright p a {
  font-size: 14px !important;
  text-decoration: underline;
}

#wpcf7-f13-o1 .form-group.col-md-6.form-group-select {
  padding-top: 20px;
}

#wpcf7-f13-o1 .select2.select2-container.select2-container--default {
  width: 100% !important;
}

#wpcf7-f13-o1 .select2-container .select2-selection--single {
  height: 52px;
}

#wpcf7-f13-o1 .select2-selection__rendered {
  line-height: 46px;
}

#wpcf7-f13-o1 .select2-selection__arrow {
  height: 46px;
}

/* Generali per tutte le pagine */
.breadcrumbs {
  margin-top: 10px;
  padding-right: 10px;
}

.back-page {
  padding-top: 20px;
  padding-bottom: 20px;
}

.back-page a {
  font-weight: 600;
  color: #212121;
}

.title-page {
  padding-bottom: 40px;
}

.title-page sup {
  position: relative;
  top: -30px;
  font-size: 15px;
  color: #999999;
}

.content-page {
  margin-bottom: 60px;
}

.servizi .col-md-4 {
  position: relative;
  min-height: 80vh;
  padding: 80px;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

.servizi .col-md-4 div {
  color: #fff;
}

.servizi .col-md-4 h2 {
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: relative;
}

.servizi .col-md-4 p {
  color: #fff;
  z-index: 1;
  position: relative;
}

.servizi .col-md-4 .mini-line {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #fff;
}

.servizi .col-md-4 .sub-title {
  z-index: 1;
  position: relative;
  font-size: 19px;
}

.servizi .over {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(33, 33, 33, 0.7);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ambiente .kw:after {
  font-size: 70px;
  position: absolute;
  bottom: -67px;
  left: 0%;
  font-weight: 600;
}

.cta {
  padding-bottom: 30px;
  padding-top: 50px;
}

.cta a {
  color: #212121;
  text-decoration: underline;
}

.cta a:hover {
  color: #ff5252;
}

.cta span {
  font-weight: 400;
}

.timeline {
  position: relative;
}

.timeline .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline img {
  padding-right: 20px;
}

.timeline sup {
  color: #999999;
  font-size: 15px;
  top: -15px;
}

.timeline .point:after {
  content: url("../../../../../uploads/point.png");
  position: absolute;
  right: 0px;
  top: 50%;
}

.timeline .vertical-line {
  width: 1px;
  height: 67%;
  position: absolute;
  background: #999999;
  top: 16%;
  right: 50.55%;
}

.timeline p {
  padding-right: 20px;
}

input[type="checkbox"] {
  float: left;
  width: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
}

input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: .5em;
  position: relative;
  top: .25em;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #9b9a9a;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 13px;
  height: 13px;
  color: #fff;
  background-image: url("/wp-content/themes/alparsystem/assets/images/check.svg");
  background-size: 100%;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea {
  border: 0px;
  border-bottom: 1px solid #999999;
  width: 100%;
  padding: 15px 15px 5px 0px;
  background: transparent;
  margin-bottom: 20px;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
  outline: none;
  outline-color: none;
  border-bottom: 1px solid #212121;
}

.form .wpcf7-quiz-label {
  float: left;
}

.form input[name="quiz"] {
  float: left;
  width: 59%;
  margin-top: 0px;
  padding-top: 0px;
}

.form .label-p {
  font-size: 12px;
}

.form input[type="submit"] {
  background-color: transparent;
  border-color: #212121;
  color: #212121;
}

.form input[type="submit"]:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.form textarea {
  height: 200px;
}

.campo-privacy label {
  font-size: 12px;
}

.campo-privacy label a {
  font-size: 12px;
  color: #ff5252;
}

.informazioni-contatto h2 {
  font-size: 60px;
}

.informazioni-contatto .text-bold {
  font-weight: 700;
}

.informazioni-contatto .social {
  font-size: 22px;
  margin-right: 20px;
}

#map {
  height: 500px;
  width: 100%;
}

.single-showroom .showroom .card {
  background-color: transparent;
}

.loop-block {
  overflow-x: hidden;
}

.loop-block .row {
  margin-bottom: 10px;
}

.loop-block .row a {
  color: #212121;
}

.loop-block .row h2 {
  text-transform: lowercase;
}

.loop-block .row .titolo-realizzazione {
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.loop-block .row .category-realizzazioni {
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
}

.loop-block .list-filter .filter-text {
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.loop-block .list-filter .mixitup-control-active {
  color: #ff5252;
}

.loop-block .link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 50px 60px 50px 60px;
}

.loop-block .link-cover .box-animation {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.loop-block .link-cover .box-animation img {
  color: #ff5252;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.loop-block .link-cover:hover .box-animation {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-slider {
  margin-bottom: 30px;
}

.single-slider .carousel-item {
  height: 90vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-slider .carousel-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.gallery .col-md-6 {
  margin-bottom: 30px;
}

.gallery .col-md-6 .cont {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery .col-md-6 .cont .glightbox-a {
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.gallery .col-md-6 .cont .glightbox-a:hover {
  background-color: rgba(15, 15, 15, 0.5);
  z-index: 1;
}

.post-type-archive-realizzazioni .glightbox-a {
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.post-type-archive-realizzazioni .glightbox-a:hover {
  background-color: rgba(15, 15, 15, 0.5);
  z-index: 1;
}

.page-404 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.page-404 h1 sup {
  position: relative;
  top: -30px;
  font-size: 14px;
  color: #999999;
}

/* icona scroll */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 49%;
}

.icon-scroll {
  cursor: pointer;
  width: 40px;
  height: 70px;
  top: 85%;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 999;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

.top-menu-black {
  z-index: 4;
}

#menu-top-menu {
  margin-right: 100px;
  position: relative;
}

#menu-top-menu:after {
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -18px;
}

/* NUOVO MENU LINGUE */
.menu-lingua {
  width: 60px;
  height: 30px;
  line-height: 40px;
  margin: 0 0 0 15px;
  padding: 0 5px;
  overflow: hidden;
  background-color: #202020;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  position: absolute;
  right: 30px;
  top: -7px;
  z-index: 10;
  cursor: pointer !important;
}

.menu-lingua::before {
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -7px;
}

.menu-lingua::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0.3em solid #ffffff;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  top: 18px;
  right: 12px;
}

.menu-lingua li {
  visibility: hidden;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu-lingua li.mlp-current-language-item {
  visibility: visible;
}

.menu-lingua a {
  color: #fff !important;
  margin: 0 11px;
  display: block;
  padding: 0;
  line-height: 30px;
}

.menu-lingua:hover {
  height: 90px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu-lingua:hover li {
  visibility: visible;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.color-grey {
  color: #9A9999 !important;
}

.f-50 {
  font-size: 50px;
}

@media (max-width: 767.98px) {
  .f-50 {
    font-size: 18px;
  }
}

.f-24 {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .f-24 {
    font-size: 18px;
  }
}

.f-18 {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .f-18 {
    font-size: 16px;
  }
}

.f-16 {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .f-16 {
    font-size: 14px;
  }
}

.post-type-archive-serramenti .loop-block .row h2, .post-type-archive-porte .loop-block .row h2 {
  text-transform: initial;
}

.container-sede {
  padding: 30px 40px 0px;
  max-width: 700px;
}

@media (max-width: 767.98px) {
  .container-sede {
    padding: 30px 15px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.container-contacts {
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .container-contacts {
    max-width: 540px;
  }
}

.line-height-custom-h2 {
  line-height: 1.1;
}
/*# sourceMappingURL=theme.css.map */