/*FONT*/
* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.bold{
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular{
  font-weight: 400;
}
.light{
  font-weight: 300;
}
.thin {
  font-weight: 100;
}

/*COLORI*/
.bg-azzurro {
  background-color: #608baa;
}
.bg-bianco {
  background-color: #ffffff;
}
.bg-giallo {
  background-color: #eab414;
}
.bg-grigio-1 {
  background-color: #333333;
}
.bg-grigio-2 {
  background-color: #e9e9e9;
}
.bianco {
  color: #ffffff;
}
.blu {
  color: #3c6497;
}
.giallo {
  color: #eab414;
}
.grigio-1 {
  color: #777777;
}
.grigio-2 {
  color: #333333;
}
.border-top-blu {
  border-top: 1px solid #3c6497;
}

a.cat-active {
  color: #3c6497 !important;
  font-weight: 500;
}
a.sottocat-active {
  color: #3c6497 !important;
  font-weight: 500;
}
.imglist a {
  display: inline-block;
  margin: 10px 3px 0 3px;
}
/*.imglist a:last-of-type {
  margin-right: 0;
}*/
.imglist-anteprima {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
li.pdf {
  list-style-type: disc;
}
nav li a {
  color: #777777;
}
nav li a:hover, nav li a:focus, nav li a:active {
  color: #3c6497;
}
.nav-link {
  font-size: 14px;
}
.navbar-toggler {
  padding-right: 0px;
}
.foto-prodotti {
  height: 180px;
  /*width: 100%;
  object-fit: cover;*/
}
.form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.language select {
  color: #3c6497;
  padding: 7px;
  border: 0px;
  margin-right: 0px;
  margin-left: auto;
  width: 52px;
  font-size: 14px;
  font-weight: 500;
}
.pb-80 {
  padding-bottom: 80px;
}
.pdf-scaricabili {
  margin-bottom: 0;
}
.slider-prodotti {
  max-width: 520px;
}
.tabelle-prodotti table p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}

/* vecchie classi */
.margTop{
    margin-top: 90px;
}

.margBot{
    margin-bottom: 90px;
}

.margTopRow{
    margin-top: 40px;
}

.margBotRow{
    margin-bottom: 40px;
}

.margBotH3{
    margin-bottom: 22px;
}

.paddingTxt{
    padding:80px;
}

.paddCont {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.padBot{
    padding-bottom: 140px !important;
}

table{
    width: 100%;
}

tr{
    border-bottom:1px solid lightgrey;
}

caption {
    caption-side: top;
    border-bottom:1px solid gray;
    padding-bottom: 0rem;
}

.strong{
    font-weight: 600;
}

.margBotTitle{
    margin-bottom:40px;
}

.share{
    font-size: 12px;
    margin-bottom: 20px;
}

#shareBlock{
    margin-bottom: 24px;
    margin-top: 2px;
}

.btnYellow{
    background-color: #eaed00;
    color: #12641d;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs span i {
    color: #777777 !important;
}
.breadcrumbs span:last-child i {
    color: #3c6497 !important;
}
.card-deck .card {
  border-bottom: 0px;
}
.card-image-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.clienti {
  width: 120px;
  height: 100px;
  object-fit: contain;
}
iframe.video {
  display: block;
  width: 100%;
  height: 400px;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
}

.width100{
    width:100%;
}

.textUpp{
    text-transform:uppercase;
}

.hDiv{
    height:160px !important;
}

.hDiv{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.firstSec{
    padding-top: 19px !important;
  /*  border-top: 18px solid #e9e9e9;*/
}

.thirdSec p{
    font-size: 40px;
}

.thirdSec .textImgLeft a, .thirdSec .textImgLeft a:hover {
  border: 1px solid white;
  padding: 7px;
  padding-left: 50px;
  padding-right: 21px;
  float: right;
  text-decoration: none;
  color: #ffffff;
}

.thirdSec .textImgRight a, .thirdSec .textImgRight a:hover{
    background-color: #ffffff;
    color: #3c6497;
    border: 1px solid white;
    padding: 7px;
    padding-right: 50px;
    padding-left: 21px;
    float: left;
    text-decoration: none;
}

.sec1Home img{
    margin-top: 22px;
}

.sec1Home p{
    margin-top: 46px;
  /*  font-size: 20px;*/
}

.firstBord::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0px;
    right: 0px;
    bottom: -7px;
  /*  border-top: 4px solid #d8cb24;
    border-bottom: 4px solid #d8cb24; */
  }

  .secondBord::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0px;
    right: 0px;
    bottom: -7px;
  /*  border-top: 4px solid #d37e2b;
    border-bottom: 4px solid #d37e2b;*/
  }

  .thirdBord::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0px;
    right: 0px;
    bottom: -7px;
  /*  border-top: 4px solid #ab8345;
    border-bottom: 4px solid #ab8345; */
  }

.breadcrumbs a, .breadcrumbs i{
    color: #343434;
    font-style: normal;
    font-weight: 500;
    font-size:13px;
}

.sec1Home{
    padding-left: 0px;
}

.sec1Home:last-child{
    padding-right: 0px;
}
.dropdown-item {
  color: #777777;
}
.dropdown-item:hover, .dropdown-item.active {
    color: #3c6497;
    text-decoration: none;
    background-color: transparent !important;
}


.dropdown-menu {
    font-size: 14px;
    color: #777777;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0;
}
.nav-item{
    margin-left: 12px;
}
.nav-item.active a {
color: #3c6497;
}

.navbar-brand {
  /*  margin-top: -30px; */
    margin-top: -80px;
}

.navbar-brand img{
    width: 180px;
    margin-top: 10px;
  /*  margin-left: 5px;*/
}


/*select.form-control:not([size]):not([multiple]) {
    padding: 7px;
    border: 0px;
    margin-right: 0px;
    margin-left: auto;
    width: 52px;
    font-size: 14px;
    font-weight: 500;
}*/

/*.selectLang{
    height: 40px;
} */
/*
.owl-nav{
    display:none;
}
*/
.owl-theme {
    position:relative;
  }

  .owl-prev, .owl-next {
      position:absolute;
      outline:0;
   }

   .owl-prev span, .owl-next span{
    outline:0;
 }

 .owl-prev:focus, .owl-next:focus{
    outline:0;
 }
  .owl-prev {
      left:0;
      top: 200px;

   }

   .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 60px;
}

/*MOUSE HOME*/

.containerArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -130px;
    z-index: 0;
  }

  .chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
            animation: move-chevron 3s ease-out infinite;
  }

  .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
            animation: move-chevron 3s ease-out 1s infinite;
  }

  .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
            animation: move-chevron 3s ease-out 2s infinite;
  }

  .chevron:before,
  .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
  }

  .chevron:before {
    left: 0;
    -webkit-transform: skewY(30deg);
            transform: skewY(30deg);
  }

  .chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
            transform: skewY(-30deg);
  }

  @-webkit-keyframes move-chevron {
    25% {
      opacity: 1;
    }
    33.3% {
      opacity: 1;
      -webkit-transform: translateY(2.28rem);
              transform: translateY(2.28rem);
    }
    66.6% {
      opacity: 1;
      -webkit-transform: translateY(3.12rem);
              transform: translateY(3.12rem);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(4.8rem) scale(0.5);
              transform: translateY(4.8rem) scale(0.5);
    }
  }

  @keyframes move-chevron {
    25% {
      opacity: 1;
    }
    33.3% {
      opacity: 1;
      -webkit-transform: translateY(2.28rem);
              transform: translateY(2.28rem);
    }
    66.6% {
      opacity: 1;
      -webkit-transform: translateY(3.12rem);
              transform: translateY(3.12rem);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(4.8rem) scale(0.5);
              transform: translateY(4.8rem) scale(0.5);
    }
  }

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-thumb-item img:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

   .owl-next {
      right:0;
      top:200px;
   }
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    color: white !important;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 25px !important;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-right: 25px !important;
    display: block !important;
    border:0px solid black;
}
.txtSlide {
    position: absolute;
    top: 40%;
    left: 22%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 450px;
     z-index: 9;
}

.txtSlide span:first-child{
    font-size: 38px;
}

.txtSlide a, .txtSlide a:hover{
    background-color: white;
    text-decoration: none;
    color:gray;
    font-weight: 400;
    padding:5px;
    padding-left: 20px;
    padding-right: 20px;
}

.txtSlide span:last-child{
    font-size: 22px;
}

.arrow-right1 {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #d8cb24;
    bottom: 28px;
    position: absolute;
    right: 15px;
}

.arrow-right2 {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #d37e2b;
    bottom: 28px;
    position: absolute;
    right: 15px;
}

.arrow-right3 {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ab8345;
    bottom: 28px;
    position: absolute;
    right: 15px;
}

.sec1Home, .sec1Home:hover {
    text-decoration: none;
    color:#333333;
}

.thirdSec img{
    width:100%;
}

.textImgLeft{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
}

.textImgRight{
    position:absolute;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/*SOLUZIONI*/

.details img{
    width:100%;
}

.details img{
    width: 286px;
    height: 170px;
}

.details .grayBack1{
    width: 286px;
    margin: 0 auto;
}

.card{
    border: 0px solid white;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0px;
}

.card .collapsed, .card .collapsed h5{
    font-weight: 400 !important;
}

.card h5{
    font-weight: 600;
}

.card ul{
    border: 0px solid white;
    padding-inline-start: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.card i{
    margin-left: 5px;
}

.card-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

#collapseOne1 .card-body a.active{
    color: #d37e2b;
    font-weight: 600;
}

#collapseTwo2 .card-body a.active{
    color: #d7d302;
    font-weight: 600;
}

#collapseThree3 .card-body a.active{
    color: #ae8042;
    font-weight: 600;
}

.ignition a.active{
    color: #d7d302 !important;
}

.card a, .card a:hover{
    text-decoration:none;
    color: #676767;
}

.card h5{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,.125);
    font-size: 14px;
}
.card-body.collapse.show {
  font-size: 13px;
}

.main-slider {
    width: 100%;
  }
  .main-slider .owl-stage {
    background-color: rgba(30, 144, 255, 0.8);
  }
  .main-slider .owl-item {
    padding: 0;
    position: relative;
    opacity: 0.5;
  }
  .main-slider .owl-item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: auto;
  }
  .main-slider .center {
    opacity: 1;
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
    transition: 0.5s ease-in-out;
    z-index: 9999;
  }
  .main-slider .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .main-slider .owl-controls .owl-nav .prev {
    position: absolute;
    height: 80%;
    width: 15%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-slider .owl-controls .owl-nav .next {
    position: absolute;
    height: 80%;
    width: 15%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-slider .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
    margin-top: -30px;
  }
  .main-slider .owl-thumb-item {
    width: 20%;
    height: 150px;
    border: none;
    background: none;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
    margin-left: 10px;
  }
  .main-slider .owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .main-slider .owl-thumb-item.active {
    opacity: 1;
  }
  .main-slider .owl-thumb-item.active img {
    position: relative;
  }
  .plus ul{
      list-style: none;
  }
  .plus li{
    margin-bottom: 20px;
  }
  .plus ul li::before {
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d37e2b;  /* Change the color */
    font-size: 28px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .plus .giallo li::before{
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d7d302;  /* Change the color */
    font-size: 28px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .plus .arancio li::before{
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d37e2b;  /* Change the color */
    font-size: 28px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .plus .marrone li::before{
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ae8042;  /* Change the color */
    font-size: 28px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .pdf a, .pdf a:hover{
    color: #676767;
    text-decoration:none;
  }

  .pdf li{
        display: list-item;
        text-align: -webkit-match-parent;
        list-style:initial;
  }

  .pdf ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 13px;
    padding-left: 13px;
}
.video .col-md-6 {
    padding-left: 0px;
}
.video .marg0{
    padding-top: 10px;
}
  .details p{
    font-size: 14px;
    margin: 0px;
    padding: 14px;
  }

  .details .marg0{
    width:100%;
}

  .overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
  }

.slider2 .owl-nav{
    display: none;
}
.slider2 img {
  height: 200px;
  object-fit: cover;
}

.scheda h3{
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.sliderScheda .owl-nav{
    display:none;
}

.sliderScheda .owl-dots{
    height: 50px;
    margin-top: 10px;
}

.date-post {
    width: 55px;
    float: left;
    margin-right: 11px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.date-post span.date {
    background: #333333;
    display: block;
    line-height: 44px;
    font-size: 30px;
    height: 44px;
}

.date-post span.month {
    background: #eab414;
}
.date-post span.month {
    background: #eab414;
    display: block;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
}

.blog-meta li .fa {
    font-size: 15px;
    color: #eab414;
    margin-right: 7px;
}

.blog-meta {
    color: #9f9f9f;
    margin-bottom: 30px;
    padding: 0;
    display: block;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}

.ts-style-button:hover {
    background: #d7d302;
}
.ts-style-button.normal {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    //width: 145px;
    padding: 10px 15px;
    display: inline;
    background: #3c6497;
    color: #ffffff;
}
.ts-style-button:hover {
    background: #3c6497;
    color: #ffffff;
    text-decoration: none;
}

.latestNews a, .latestNews a:hover{
    text-decoration: none;
    color: #676767 !important;
}

figure img{
    width:100%;
}

.group-share i{
   /* color: inherit !important;*/
}
/*MERCATI*/

.mercati1{
    background-image: url(../img/headerbg1.png);
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.mercati2{
    background-image: url(../img/petrolchimica.png);
    height: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mercati3{
    background-image: url(../img/chimica.png);
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*CERTIFICAZIONI*/

img.cert{
    width:104px;
    height:147px;
}

.certificazioni p{
    font-style: italic;
    font-size: 14px;
}

.certificazioni a{
    font-size: 12px;
}
/*CONTATTI*/

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    color: #aaaaaa;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #999999;
    margin-bottom: 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*.ts-button, input[type="submit"], .more-link, button {
    background: none repeat scroll 0 0 #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #42454a;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
*/
.ts-contact-infomation a, .ts-contact-infomation a:hover{
    text-decoration: none;
    color: #676767;
}

footer{
  font-size: 14px;
}

footer .col-md-4 img{
    width:150px;
}

footer p{
    margin-top: 20px;
}

footer ul{
    list-style: none;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-left: 0px;
}

footer li a{
    color: #143A6C;
    text-decoration: none;
}
footer li a:hover{
    color: #ffffff;
}

.social i {
  font-size: 20px;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.social i:hover {
  background-color: #ffffff;
  color: #333333;
}

.credit{
    font-size: 12px;
}

.sharrre .box{
    float:left;
  }
  .sharrre .count {
    color:#444444;
    display:block;
    font-size:17px;
    line-height:34px;
    height:34px;
    padding:4px 0;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#eee;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
  }
  .sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-top:3px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#9CCE39;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
  }
  .sharrre .buttons {
    display:none;
    position:absolute;
    margin-left:50px;
    z-index:10;
    background-color:#fff;
  }
  .sharrre .button {
    float:left;
    max-width:50px;
    margin-left:10px;
  }

  .share {
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #42454a;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor:pointer;
}

.squareInt, .squareEst{
    /*height:200px;
    width:200px;*/
    margin:0 auto;
}

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

.squareEst{
    margin-bottom: 30px;
}

.squareInt{
    background-color: #f2f2f2;
}

.squareInt img{
    /*padding-top: 30px;*/
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.dettagliCat p{
    text-align: justify;
}

.squareEst p {
    text-align: left !important;
}

a:hover .vociCategorie p{
    color: #EAED00 !important;
}

.dettagliCat a:hover p {
    color: #EAED00 !important;
}

.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

/*Media queries*/
@media screen and (max-width:575px) {
  .navbar-brand {
      margin-top: -30px;
  }
  iframe.video {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .txtSlide span {
      display: none !important;
  }
  .readmore {
    position: relative;
    left: 25%;
  }
}
@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1080px) {
    .txtSlide {
        top: 40%;
        left: 22%;
        width: 233px;
        font-size: 10px;
    }
    .txtSlide span:first-child {
        font-size: 24px;
        display: block;
    }

}

@media only screen and (max-width: 999px) {
    .owl-nav{
        display: none;
    }
    .containerArrow {
        bottom: -80px;
    }
  }

  @media only screen and (max-width: 768px) {
    img.cert {
        width: 104px;
        height: auto;
    }
}
@media (min-width:768px) and (max-width:991px){
  .navbar-brand img {
    margin-left: 12px;
  }
  .sec1Home p{
      font-size: 15px;
  }
  .thirdSec p{
      font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
    /*.navbar-brand img {
      margin-left: 12px;
    }*/
    .sec1Home {
        padding-left: 15px;
    }
    .sec1Home:last-child {
        padding-right: 15px;
    }
    .thirdSec p{
        font-size: 30px;
    }
    .owl-item .item p{
        padding: 10px;
    }

    footer .col-md-4{
        margin-top: 40px;
    }
    .margTop {
        margin-top: 45px;
    }
    .paddingTxt {
        padding: 40px;
    }
    .paddCont {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .certificazioni{
        padding-right: 15px;
        padding-left: 15px;
    }
    img.cert {
        margin-bottom: 20px;
    }
    .secondSec h1{
        margin-top: 20px;
    }
    .squareEst {
        margin-bottom: 60px;
    }
    .share {
      font-size: 10px;
      padding-left: 0px;
      padding-right: 0px;
    }
    #shareBlock {
        margin-top: 2px;
        margin-bottom: 24px;
    }
    .video-btn{
        margin-bottom:20px;
        display: block;
    }
    .details img{
        width:100%;
    }
    .details .col-md-4{
        margin-bottom: 10px;
    }
    .wpcf7-form{
        padding: 10px;
    }
    .containerArrow {
        bottom: -20px;
    }
    .card .child {
      padding: 0px 0px 10px 0px;
    }
    .btn.btnYellow {
      margin-top: 4px;
      font-size: 10px !important;
      padding-left: 30px;
      padding-right: 30px;
    }
    .text-center.text-md-left h1 {
      font-size: 30px;
    }
  }
@media (min-width:957px) and (max-width:1030px) {
  .card-header {
      padding: .75rem .5rem;
}

@media only screen and (max-width: 567px) {
    .margBotTitle{
        margin-bottom: 5px;
    }
    .txtSlide {
        top: 40%;
        left: 24%;
        width: 172px;
        font-size: 8px;
    }
    .txtSlide span:first-child {
        font-size: 16px;
        display: block;
    }
    .containerArrow {
        bottom: 0px;
    }
    h1{
        font-size: 19px;
    }
    .breadcrumbs{
        visibility: hidden;
    }
}

@media only screen and (max-width: 410px){
    .txtSlide {
        top: 40%;
        left: 28%;
        width: 128px;
        font-size: 6px;
    }
    .txtSlide span:first-child {
        font-size: 10px;
        display: block;
    }
    .sec1Home p{
        font-size: 15px !important;
    }
}

/* L */
a.h3, a.h3:hover {
	color: #212529;
}

/*AGGIUNTE 06-02-19*/

.card .parent{
    margin-bottom: 0rem;
}

.card .parent .card-body{
    padding-top: 10px;
    padding-bottom: 10px;
}

.vociCategorie {
	width: 200px;
	margin: 0 auto;
}
