/**
* Template Name: MyPortfolio - v2.0.0
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inconsolata", monosapce;
  color: #0d1e2d;
}
.bgCatalog {
  background-color: #c72626;
}

hr {
  max-width: 50px;
  border-color: #c72626;
  border-width: 3px;
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Raleway", sans-serif;
}

.padding2 {
  padding: 2rem 0 !important;
}

.cancelCSSRowMetis {
  position: unset !important;
  height: unset !important;
}

.cancelCSSBlockMetis {
  position: unset !important;
  left: unset !important;
  top: unset !important;
}

.section {
  padding: 7rem 0;
}

.filters a {
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.backgroundTopCatalog {
  background-image: url(../img/azienda-informatica-consulenza-e-sviluppo-software.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  position: relative;
  height: 400px !important;
  text-align: center;
  margin-top: -20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.marginTop60 {
  margin-top: 60px !important;
}

.marginTop130 {
  margin-top: 130px !important;
}

.styleCatalogProductTitle {
  font-weight: 700;
  font-size: 46px;
}

.buttonEvolutionVetContact {
  height: 40px;
  background: #34495e;
  border: solid #34495e;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-left: 20px;
}

.buttonEvolutionVetContact:hover {
  height: 40px;
  background: #5e7892;
  border: solid #5e7892;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-left: 20px;
}

.marginTop160 {
  margin-top: 160px !important;
}

#headerIT {
  height: 350px;
  background-position: center;
  color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
}

/* Custom Navmenu */
.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Mobile Manage */

@media (max-width: 767px) {
  .manageMobile {
    margin-top: 3000px;
  }
}

@media (max-width: 600px) {
  .manageMobile {
    margin-top: 2400px;
  }
}

@media (max-width: 575px) {
  .manageMobile {
    margin-top: 2300px;
  }
}

@media (max-width: 550px) {
  .manageMobile {
    margin-top: 2200px;
  }
}

@media (max-width: 525px) {
  .manageMobile {
    margin-top: 2100px;
  }
}

@media (max-width: 500px) {
  .manageMobile {
    margin-top: 2000px;
  }
}

@media (max-width: 475px) {
  .manageMobile {
    margin-top: 1900px;
  }
}

@media (max-width: 450px) {
  .manageMobile {
    margin-top: 1800px;
  }
}

@media (max-width: 425px) {
  .manageMobile {
    margin-top: 1700px;
  }
}

@media (max-width: 400px) {
  .manageMobile {
    margin-top: 1600px;
  }
}

@media (max-width: 375px) {
  .manageMobile {
    margin-top: 1500px;
  }
}

@media (max-width: 350px) {
  .manageMobile {
    margin-top: 1200px;
  }
}

@media (max-width: 300px) {
  .manageMobile {
    margin-top: 1100px;
  }
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

/* ##### ADDED ##### */
.marginLeft80 {
  margin-left: 80%;
}

.marginLeft50 {
  margin-left: 50px;
}

.width200 {
  width: 200px;
}

.marginLeft40 {
  margin-left: 40px;
}

.marginLeft10 {
  margin-left: 10px;
}
.marginTop-125 {
  margin-top: -125px;
}
.marginTop-200 {
  margin-top: -200px;
}

.marginTop-100 {
  margin-top: -100px;
}
.marginTop50 {
  margin-top: 50px;
}
.marginRight50 {
  margin-right: 50px;
}
.marginTop-145 {
  margin-top: -145px;
}
.marginTop-130 {
  margin-top: -130px;
}
.marginTop-200 {
  margin-top: -200px;
}
.marginTop-240 {
  margin-top: -240px;
}
.marginTop-6 {
  margin-top: -6%;
}
.marginTop-8 {
  margin-top: -8%;
}
.marginTop-3 {
  margin-top: -3%;
}
.marginTop-10 {
  margin-top: -10%;
}
.marginBottom-200 {
  margin-bottom: -200px;
}
.marginBottom-6 {
  margin-bottom: -6%;
}
.marginBottom-3 {
  margin-bottom: -3%;
}
.descriptionLayoutEvolution {
  margin-top: -150px;
  padding-right: 50px;
}
.marginTop-300 {
  margin-top: -300px;
}
.descriptionLayout {
  padding-right: 50px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingRight50 {
  padding-right: 50px;
}
.dimensionLogo {
  width: 300px !important;
}
.product .img-responsive {
  margin: 0 auto;
}
body {
  padding-top: 53px;
}
.marginRight135 {
  margin-right: 135px;
}
.firstFlo {
  z-index: 9999999999999999999999999999999999;
}

@media screen and (max-width: 768px) {
  .marginTopMobileProductFirstOfSecondRow {
    margin-top: 400px;
  }
}

@media screen and (max-width: 768px) {
  .paddingMobilePoducts {
    padding: 130px;
  }
}

@media screen and (max-width: 1000px) {
  .marginRight135 {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .mobileimage {
    display: none;
  }
}

@media screen and (max-width: 1028px) {
  .versionMobile {
    display: none;
  }
}

.messageMobile {
  display: none;
}

@media screen and (max-width: 1028px) {
  .messageMobile {
    display: contents;
  }
}


@media screen and (max-width: 1028px) {
.paddingMobile{
  padding: 20px 0 0 20px;
  }
}

@media screen and (max-width: 1000px) {
.marginTopMobile{
  margin-top: 0px !important;
}
}

.width100 {
  width: 100%;
}

.width100Catalog {
  width: 100%;
}

@media screen and (max-width: 1208px) {
  .buttonsMobile{
    text-align: center;
    margin-bottom: 85px;
  }
}
/* @media screen and (max-width: 1000px) {
  .width100Catalog {
    width: 200px;
  }
} */

/* ##### TABLE VERSIONS ##### */
.divTable{
	display: table;
  width: 280px;
  margin-left: 20px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
  height: 31px;
  width: 60px;
  border-top: transparent;
  border-bottom: transparent;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.imgMetisHome{
  height: 100px!important;
  width: 100px!important;
}

.textCenter{
  text-align: center!important;
}