body {
  color: #000;
  font-family: 'Lato', sans-serif;
}
.bg_dark {
  background-color: #e9ecef !important;
}
.bg_dark * {
  /* color: #000 !important; */
}
.padding-50 {
  padding: 50px 0 !important;
}
.margin-50 {
  margin: 50px 0 !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  color: #000;
  /* font-family: BebasNeue Book; */
}
#content p {
  line-height: 1.8rem;
  color: #000;
}
.section {
  /* background-color: #fff !important; */
}
.carousel-item .bg_slide {
  /* position: absolute; */
  width: 100%;
  /* height: 100%; */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.carousel-item.inverted {
  background-size: auto;
}
#section-contact .postcontent,
#section-contact .sidebar {
  margin-right: 0px !important;
}
.carousel-inner {
  overflow-y: visible !important;
}
.carousel-item {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.carousel-caption h3 {
  color: #000;
  /* font-family: BebasNeue Book; */
}
.carousel-caption h4 {
  color: #000;
}
.carousel-caption p {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  /* font-family: BebasNeue Bold; */
}
#headerCarousel .carousel-indicators {
  z-index: 1;
  position: relative !important;
  margin-top: 35px;
}
/* MENU */
nav {
  z-index: 4;
  display: flex !important;
  flex-flow: row !important;
}
#header .logo img {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
/* ============================================================
  parallax
============================================================ */
.parallax-container {
  max-width: 991px;
  margin: 0 auto;
}
.parallax {
  padding: 100px 0;
  background-position: 0 0;
}
.parallax h1 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  /* text-shadow: 0 0 10px white; */
  font-family: BebasNeue Thin;
}
.parallax p {
  font-size: 20px;
  text-align: center;
  font-family: BebasNeue Book;
}
.parallax {
  background-image: url('../images/parallax/call_to_action.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(1, 157, 225, 0.63);
  background-blend-mode: screen;
}
#call_to_action.parallax {
}
#call_to_action a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#call_to_action h1 {
  text-align: left; /* color: #019de1; */
}
#call_to_action p {
  text-align: left;
  font-family: BebasNeue Bold;
  /* color: #fff; */
}
#call_to_action p i {
  font-size: 1rem;
  position: absolute;
  margin-top: 4px;
  margin-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#call_to_action:hover p i {
  margin-left: 30px;
}
/* SLIDER */
#headerCarousel .carousel-indicators li.active {
  background-color: rgba(1, 157, 224, 1) !important;
}
#headerCarousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#headerCarousel .carousel-indicators li::marker {
  content: '';
  display: none !important;
}
#headerCarousel h3 {
  font-size: 3rem;
  font-weight: 100;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: none !important;
  background-color: transparent !important;
}
.carousel-control-next,
.carousel-control-prev {
  height: 100vh;
  opacity: 0;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
  z-index: 3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.carousel-control-next {
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.carousel-control-prev:hover {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-size: 40px;
  color: #303030;
  opacity: 0.3;
  position: absolute;
  top: 35vh;
}
/* TECHNOLOGIES */
#technologies {
  margin: 0px 0px 50px 0;
}
#technologies .card-header {
  border: 0px;
  opacity: 1 !important;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#technologies .card-header:hover {
  opacity: 1 !important;
}
#technologies .card-header a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
#technologies .card-header img {
  max-width: 120px;
}
#technologies .card-header svg {
  max-width: 120px;
}
#technologies .card-header [aria-expanded='false'] svg path {
  fill: #000 !important;
}
#technologies .card-header:hover svg path,
#technologies .card-header [aria-expanded='true'] svg path {
  fill: #019de0 !important;
}
#technologies .card-header h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}
#technologies .card-header i {
  font-size: 1.1em;
  line-height: 8px;
  color: #019de0;
  margin-top: -9px;
  opacity: 0.4;
}
#technologies .card-header:hover i,
#technologies .card-header a[aria-expanded='true'] i {
  margin-top: -9px;
  opacity: 1;
}

#technologies .descrizione .card-body {
}
#technologies .descrizione .row > div {
  padding: 25px;
}
#technologies .descrizione {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#technologies .descrizione:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
}
#technologies .descrizione .row > div:first-child {
}
#technologies .descrizione img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#technologies .descrizione h3 {
}
#technologies .descrizione h5 {
}
#technologies .descrizione p {
  /*min-height: 115px;*/
}
#technologies .descrizione ul {
  padding-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  list-style-type: circle;
  line-height: 18px;
  width: 100%;
  border-top: 1px solid #01abea;
  display: none;
}
#technologies .descrizione ul li {
  font-weight: 600;
}
#technologies .descrizione ul li span {
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
/* CUSTOMER CARE */
#customer_care {
  /* background-color: #969696; */
  padding: 25px 0px;
  margin: 25px 0;
}
#customer_care .row,
#call_to_action .row {
  text-align: center;
}
#customer_care .col {
}
#customer_care a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
#customer_care h2 {
  margin: 0;
  padding: 50px 15px;
  text-align: left;
  font-size: 1.7rem;
  color: #000;
  border: 1px dotted #019de1;
  border-bottom: 0;
}
#customer_care h2 span {
  font-size: 2rem;
  color: #000;
}
#customer_care .button_link {
  padding: 15px;
  background-color: #009de2;
  color: #fff;
  text-align: left;
}
#area_riservata .button_link {
  color: #fff;
  text-align: center;
}
#customer_care .button_link i {
  position: absolute;
  right: 35px;
  font-size: 24px;
}
#where_buy {
}
#call_to_action {
}
#call_to_action h1.display-4 {
  font-family: BebasNeue Regular;
  color: #019de0;
  line-height: normal;
  margin-bottom: 0;
}
#call_to_action p.lead {
  font-family: BebasNeue Book;
  line-height: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#content {
  background-color: transparent;
}
#section-intro h2 {
  font-size: 2rem;
}
#section-secured-solutions {
  /*	border-top: 2px solid #019de1;*/
  overflow: visible;
  margin-top: 100px;
  margin-bottom: 100px !important;
}
#section-secured-solutions.bg_vigilab_vguardian {
  margin: 0 auto;
  background: rgb(3, 105, 178);
  background: -moz-linear-gradient(90deg, rgba(3, 105, 178, 1) 0%, rgba(20, 155, 215, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(3, 105, 178, 1) 0%, rgba(20, 155, 215, 1) 100%);
  background: linear-gradient(90deg, rgba(3, 105, 178, 1) 0%, rgba(20, 155, 215, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0369b2",endColorstr="#149bd7",GradientType=1);
}
#section-secured-solutions .intro_v_guardian .col {
  padding-left: 0;
}
#section-secured-solutions .intro_v_guardian .emphasis-title.center {
  width: 100%;
}
#section-secured-solutions .mockup_bg_v_guardian {
  height: 500px;
  position: absolute;
  margin-top: -100px;
  right: 0;
  width: auto !important;
  max-width: unset;
}
#section-secured-solutions .img_vigilab_vguardian {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin-bottom: -110px;
}
#section-secured-solutions .logo_v_guardian {
  width: auto;
  max-width: unset;
  height: 100%;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
#section-secured-solutions .intro_v_guardian p {
  font-size: 40px;
  font-weight: 300;
  margin: 25px auto;
  line-height: normal !important;
  text-align: center !important;
  min-height: 0;
  width: 100%;
}
#section-secured-solutions .intro_v_guardian .store_icons {
  text-align: center;
}
#section-secured-solutions .intro_v_guardian .store_icons p {
  text-align: center;
  margin: 0;
  font-weight: 600;
}
#section-secured-solutions .intro_v_guardian .store_icons a {
  display: inline-block;
  text-align: center;
  float: none;
}
#section-secured-solutions .intro_v_guardian .store_icons a img {
  width: 100px;
  margin: 0 10px;
}
#section-secured-solutions .emphasis-title.center h3 {
  font-family: BebasNeue Book;
  font-size: 2rem;
}
#section-secured-solutions .emphasis-title.center h3 {
  font-family: BebasNeue Book;
  font-size: 2rem;
}
#section-secured-solutions .intro img {
  max-height: 200px;
}
@media all and (min-width: 600px) {
  .parallax {
    padding: 100px 0;
  }
  .parallax h1 {
    font-size: 4rem;
  }
  .parallax p {
    font-size: 28px;
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  .logo_container {
    width: 250px;
    left: -10px;
  }
  .logo_container a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nb .container,
  .sp .container {
    /* max-width: 400px; */
  }
  .nb .container {
    /* margin-left: 30px; */
  }
  .sp .container {
    /* margin-right: 30px; */
  }
  .carousel-caption {
    bottom: -5%;
  }
  #header .navbar-nav .dropdown-menu {
    top: 80px;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    background-color: #f0f0f0 !important;
    position: fixed;
  }
  #headerCarousel .carousel-indicators {
    bottom: -8%;
    z-index: 1;
  }
  .carousel-item {
    background-size: 50%;
  }
  #technologies .card-header h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
  }
  #header .logo img {
    height: 45px;
  }
  .logo_container {
    width: 250px;
    left: 50px;
  }
  .nb .container,
  .sp .container {
    /* max-width: 500px; */
  }
  .nb .container {
    /* margin-left: 30px; */
  }
  .sp .container {
    /* margin-right: 30px; */
  }
  .carousel-item {
    background-size: 50%;
  }
}
@media (min-width: 1350px) {
  #header .logo img {
    height: 65px;
  }
  #section-secured-solutions .nb .container,
  #section-secured-solutions .sp .container {
    width: 100%;
    max-width: unset;
  }
  #section-secured-solutions .nb h2.lead,
  #section-secured-solutions .sp h2.lead,
  #section-secured-solutions .nb .container .container .col,
  #section-secured-solutions .sp .container .container .col {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  /*
	#header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background: rgba(255,255,255,.98);
		z-index: 2;
		margin: 0;
		padding: 0;
		padding-top: 90px;
		overflow-y: auto;
	}*/
  #header,
  #header #header-wrap {
    height: auto !important;
    margin: 0;
  }
  #headerCarousel h3 {
    font-size: 2rem;
  }
  #headerCarousel p {
    font-size: 1.5rem;
  }
  .carousel-caption {
    bottom: 0px;
  }
  #headerCarousel .carousel-indicators {
    /* bottom: -54px !important; */
    /* position: absolute !important; */
  }
  .carousel-item {
    background-size: 60%;
    /* height: 55vh; */
  }
  .carousel-item .bg_slide {
    background-size: 100%;
  }
  #section-intro .emphasis-title h2 {
    font-size: 2rem;
  }
  #section-secured-solutions .notebook_bg,
  #section-secured-solutions .smartphone_bg {
    width: 100% !important;
    max-width: 100% !important;
  }
  #technologies .card-header h2 {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .carousel-item {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: 80%;
    background-position: center;
    /* height: 55vh; */
  }
  .carousel-caption {
    bottom: -10%;
  }
  #headerCarousel h3 {
    font-size: 1.7rem;
  }
  #headerCarousel p {
    font-size: 1.1rem;
  }
  #section-intro .emphasis-title h2 {
    font-size: 1.5rem;
  }
  #technologies .card-header img {
  }
  #technologies .card-header svg {
    max-width: 100px;
  }
  #technologies .card-header h2 {
    font-size: 0.7rem;
  }
  #technologies .card-header i {
  }
  #technologies .card-header i {
  }
  #technologies .card-header:hover i,
  #technologies .card-header a[aria-expanded='true'] i {
    right: unset;
  }
  #customer_care .col:first-child {
    margin-bottom: 50px;
  }
  #section-secured-solutions {
    margin-bottom: 60px !important;
  }
  #section-secured-solutions .img_vigilab_vguardian {
    margin-bottom: -50px;
    max-width: 80%;
  }
  #section-secured-solutions .intro_v_guardian p {
    font-size: 30px;
  }
  #section-secured-solutions .logo_v_guardian {
    max-height: 80px !important;
  }
  #section-secured-solutions .intro_v_guardian {
    /* height: 400px; */
    margin: 0 auto;
  }
  #technologies .card-header {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  #section-secured-solutions .intro_v_guardian {
    /* height: 800px; */
  }
  #section-secured-solutions .intro_v_guardian .row .col:nth-child(1) {
    /*display: none*/
  }
  .carousel-item {
    /* height: 60vh; */
  }
}

@media (max-width: 340px) {
  header {
    /* height: 100vh; */
  }
  .carousel-item {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: 90%;
    background-position: center;
    height: 40vh;
  }

  .carousel-caption {
    bottom: -2%;
    left: 5%;
    width: 90%;
  }
  #headerCarousel .carousel-indicators {
    bottom: 8% !important;
    position: absolute !important;
  }
  .carousel-item {
  }
  .carousel-item.inverted {
    background-size: auto;
    height: 38vh;
  }
  #headerCarousel h3 {
    font-size: 1.3rem;
  }
  #headerCarousel p {
    font-size: 0.9rem;
  }
  #technologies #accordion .col-4 {
    padding: 0px;
  }
  #section-intro .emphasis-title h2 {
    font-size: 1.5rem;
  }
  #technologies .card-header img {
    width: 50px;
    display: inline-block;
    float: left;
  }
  #technologies .card-header svg {
    max-width: 60px;
  }
  #technologies .card-header h2 {
    font-size: 0.5rem;
  }
  #technologies .card-header i {
  }
  #technologies .card-header:hover i,
  #technologies .card-header a[aria-expanded='true'] i {
    margin-top: -34px;
    opacity: 1;
  }
  #section-secured-solutions .intro_v_guardian {
    /* height: 400px; */
  }
}

#custom_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -9999999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#custom_popup img {
  width: 95%;
  max-width: 550px;
  height: auto;
  max-height: unset;
  border: 2px solid #000;
  border-radius: 10px 0px 10px 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  display: block;
}
#custom_popup #close {
  position: fixed;
  display: block;
  font-size: 20px;
  color: #fee403;
  background-color: #fff;
  padding: 7px;
  border: 2px solid #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url(https://www.vultechsecurity.it/prodotti/themes/jms_fluent/assets/img/times-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
}
/******************************************
- 1 - z-index 1-10/99
*****************************************/
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-99 {
  z-index: 99 !important;
}
.w-fit-content {
  width: fit-content !important;
}
