@charset "utf-8";
:root {
  --theme-color: #f26b35;
}
.hidden, .hide {
    display: none;
}
.pt-0{
	padding-top: 0px !important;
}
.theme-color {
  color: var(--theme-color);
}
.phone-no-box {
    width: 100%;
}
.country-code-box {
    width: 100%;
    max-width: 120px;
}
.hero h2.sottotitolo {
  text-transform: uppercase;
}
.storia .uk-grid-large > *{
    padding-left:0px;
}
.grecaptcha-badge {
    display: none !important;
}
.menu .tiles-preview{
	border-right: 1px solid rgba(0, 0, 0, .25) !important;
}

[data-namespace=about] .contents section.storia .s1 .txt .wrapper {
        max-width: max-content;
}
.grp-iframe {
	 margin-bottom: 30px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 25px;
}
.grp-iframe iframe {
    height: 500px;
    width: 100%;
    border-radius: 25px;
}
.grp-page-block {
    max-width: 850px !important;
    width: 100% !important;
    text-align: center;
}
.grp-directions {
    display: inline-block;
    background: #f26b35;
    padding: 12px 35px;
    margin-bottom: 30px;
    border-radius: 25px;
    text-transform: uppercase;
}
.grp-directions a{
	text-decoration: none !important;
	color: #fff;	
}
.grp-directions:hover {
    background: #000000;    
	color: #fff;
}
/*
.hero:after {
    content: "";
    position: absolute;
    background: color(srgb 0 0 0 / 0.30);
    height: 100%;
    width: 100%;
    top: 0;
}
.exclusive-tiles-products .hero:after {
    content: none;
}
*/
/* CSS Document */
body.negative:not(.menu) .iconMenu img.ricerca {
  filter: brightness(1) invert(0);
}
img.ricerca {
  filter: invert(1);
}
body.negative:not(.menu) header .logo svg g * {
  fill: #fff !important;
}
body.negative:not(.menu) header .logo svg g .st0 {
  fill: #F26B35 !important;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-50 {
  margin-top: 50px;
}
.colle-size-sec-list h6 {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 500;
}
.cb img {
  max-width: 80px;
  position: relative;
  top: -5px;
}
.footer-links {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 50px;
}
.footer-links a {
  margin: 0 10px;
}
.menu .logo .st0, .menu .logo .st1, .menu .logo .st0, .menu .logo .st2 {
  fill: #111;
}
.page-homepage.scrolling h2.logo .st0, .page-homepage.scrolling h2.logo .st1, .page-homepage.scrolling h2.logo .st2 {
  fill: #000;
}
section.intro-collection > div .sx .wrapperImg {
  margin-left: auto;
  margin-right: auto;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 60px;
  width: 60px;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:before {
  height: 60px;
  width: 60px;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination {
  bottom: 50px;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../../img/banner-1-thumb.jpg");
  background-size: contain;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("../../img/banner-2-thumb.jpg");
  background-size: contain;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("../../img/banner-3-thumb.jpg");
  background-size: contain;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:before {
  background: transparent;
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination {
  left: 0;
  width: 100px;
  height: auto;
  right: auto;
  bottom: 0px
}
[data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: 2px solid #fff;
  border: 0px;
}
header > div .iconMenu li.item.menuToggler a svg.default {
  width: 20px;
}
header > div .iconMenu li.item.menuToggler a svg {
  width: 14px;
}
.menu img.ricerca {
  filter: invert(1);
}
.form-main {
  max-width: 480px;
  width: 100%;
}
.from-header h3 {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center
}
.form-block {
  /*
    max-width: 400px;
    width: 100%;
*/
  border-radius: 45px;
  margin-bottom: 0;
  padding: 50px;
  background: #f9f9f9;
}
.contact-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #272727;
  margin-bottom: 0px;
  padding: 25px 15px;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
}
.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  display: block;
  font-family: inherit;
  text-transform: uppercase;
}
.form-block .uk-input {
  height: 50px;
}
.form-block .field:last-child {
  margin-bottom: 0;
}
.form-block .field {
  margin-bottom: 15px;
}
.submit-button {
  color: #15233a;
  text-align: center;
  background-color: #fff;
  padding: 14px 40px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 30px;
  font-family: inherit;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.contact-input.contact-message {
  padding: 15px 15px 30px;
}
.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0px;
  display: grid;
}
.contact-row {
  grid-area: span 1 / span 2 / span 1 / span 2;
  width: 100%;
  display: inline-flex;
}
/*
.dark-color{
	color: #111;
}
*/
.about-banner {
  padding: 50px 0px 0px;
}
.img_container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.mission-block p, .mission-block h3 {
  max-width: 650px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.mission-block h3 {
  margin-top: 40px;
}
.read-btn-block {
  margin-top: 30px;
  display: inline-block;
}
.read-more-btn {
  display: block;
  padding: 15px 35px;
  border: 1px solid #f26b35;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 30px;
}
.read-more-btn:hover {
  background: #f26b35;
  color: #fff;
}
/*
.map-iframe{
	background: #fff;
}
.map-iframe .wrapper {
    max-width: 90%;
    margin: 0 auto;
}
.map-iframe iframe {
    width: 100%;
    height: 535px;
    border: 1px solid #f3f3f3;
    padding: 7px;
}
*/
.iframe-wrapper {
  width: 100%;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.conact-form-block {
  background: #fff;
  padding: 50px;
  width: 60%;
}
.download-caption {
  margin-top: 15px;
}
.download-caption p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-col figure img {
  object-fit: cover;
  height: 100%;
}
.product-col .txt {
  background: #000;
  position: relative !important;
  padding-bottom: 0px !important;
}
.product-col .txt h6 {
  font-size: 18px;
  padding: 12px 5px;
  line-height: normal;
}
.grp-of-comp-block .wrapperImg {
  width: 100%;
  height: auto;
}
.grp-of-comp {
  padding: 90px 0 0px;
  background: #e9e9e9;
}
.grp-of-comp-block {
  padding: 0;
}
.grp-of-comp-block h3 {
  padding: 20px 0 5px;
}
.grp-of-comp-block:hover h3, .grp-of-comp-block:hover p {
  background: #f9f9f9;
}
.grp-of-comp-block p {
  margin-top: 0px;
  padding-bottom: 20px;
}
.category-page .hero figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  position: absolute;
}
.catalog-form {
  max-width: 480px;
  margin: 0 auto;
  background: #d5d4c6;
  padding: 50px;
  border-radius: 25px;
  text-align: center;
}
.catalog-block input {
  background: transparent;
  border: 1px solid #b5b4aa;
  margin-bottom: 20px;
  height: 52px;
  padding: 15px;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  width: 10px;
  height: 10px;
  border: 2px dashed #f26b35;
  border-radius: 50%;
  top: 3px;
}
.alert {
  margin-top: 0px;
  padding: 25px;
  background: #fff;
  text-align: center;
  line-height: 23px;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
}
p#error_data{
  color: red;
  margin: 0px;
}
p#error_data1{
  margin: 0px;
}
#Inquiry p#error_data, #Inquiry p#error_data1, #Download_Brochure p#error_data, #Download_Brochure p#error_data1, #Collection p#error_data, #Collection p#error_data1 {
    margin: 15px 0;
}
.catalog-block h4 {
  font-size: 24px;
  color: #f26b35;
}
.md-img {
  max-width: 65% !important;
  border-radius: 50px;
  border: 3px solid #f9f9f9;
}
.md-img-figure {
  transform: none !important;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.uk-table tr:nth-child(even) {
  background: #f9f9f9;
}
.technical-spec {
  padding: 100px 0 100px;
  border-bottom: 1px solid #f1f1f1;
}
.technical-spec hr {
  margin-top: 60px;
  margin-bottom: 40px;
  border-top: 1px solid #efefef;
}
.filtri-fixed ul.filtri > li > label img {
  margin-left: 5px;
  width: 10px;
}
.colle-size-sec {
  padding-top: 100px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 80px;
}
.blog-main {
  margin-top: 70px;
}
.pdf-icon img {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  border: 0;
  width: 36px;
}
.anteprima-prodotto:hover .pdf-icon img {
  filter: brightness(0) invert(1)
}
@media(max-width:1023px) {
  body.scrolling.negative:not(.menu) header .logo svg g * {
    fill: inherit !important;
  }
  body.scrolling.negative:not(.menu) header .logo svg g .st0, .page-homepage.scrolling h2.logo .st0 {
    fill: #F26B35 !important;
  }
  /*
.logo svg g * {
    fill: #fff !important;
}
*/
  .img_container {
    max-width: 100%;
  }
  [data-namespace=about] .contents section.intro {
    padding: 50px 0px !important;
  }
  [data-namespace=homepage] .contents section.hero .swiper .swiper-pagination {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mainMenu .collections {
    margin-top: 70px;
  }
  .responsive-table {
    overflow-y: scroll;
    width: 100%;
  }
}
@media(max-width:767px) {
  [data-namespace=homepage] .contents section.hero .swiper .swiper-slide .txt .titolo, [data-namespace=homepage] .contents section.realizzazioni .titolo, h2.titolo {
    font-size: 40px;
  }
  .titolo-intro .titolo, [data-namespace=news_dettaglio] .intro h1.titolo {
    font-size: 40px;
  }
  .hero h1.titolo {
    font-size: 34px;
  }
  .hero h2.sottotitolo {
    font-size: 22px;
  }
  section.footer .social li {
    margin: 15px 10px;
    align-items: center;
    display: flex;
  }
  section.footer .social {
    justify-content: center;
    display: flex;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  [data-namespace=homepage] .contents section.realizzazioni {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .swiper-container-free-mode {
    height: auto;
  }
  .swiper-container-free-mode .swiper-slide {
    padding: 0 10px;
    width: 50%;
  }
  [data-namespace=catalogs] .contents .lista-catalogs ul li a label {
    font-size: 22px;
  }
  .download-caption p {
    font-size: 14px;
  }
  section.footer .social li a {
    font-size: 18px;
  }
  .product-detail-img {
    width: 94% !important;
    margin: 0 auto !important;
  }
  .contents.contatti #form .wrapper {
    display: inherit;
    width: 100%;
  }
  .conact-form-block {
    padding: 50px 25px 50px;
    width: auto;
  }
  .iframe-wrapper iframe {
    height: 450px;
  }
  .contents.contatti #form {
    padding-bottom: 0;
    padding-top: 0;
  }
  section.footer .txt {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cb img {
    max-width: 75px;
  }
  .md-img {
    max-width: 100% !important;
  }
  .gallery .swiper-slide:nth-child(even) {
    top: auto;
    transform: initial !important;
    height: auto;
  }
  .swiper-container-free-mode .swiper-slide img {
    height: 300px !important
  }
  .gallery .swiper-slide:nth-child(even) {
    height: auto !important;
  }
  [data-namespace=about] .contents section.storia {
    padding-top: 0px;
  }
  .titolo-intro > *, .headquarter .maxWidth {
    width: calc(100% - 35px);
  }
  .technical-spec {
    padding: 70px 0 70px;
  }
  [data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet, [data-namespace=homepage] .contents section.hero .swiper .swiper-pagination .swiper-pagination-bullet:before {
    height: 46px;
    width: 46px;
  }
  .product-col .txt h6 {
    font-size: 16px !important;
    padding: 10px 5px;
    letter-spacing: 0px !important;
  }
  .footer-links a {
    margin: 2px 5px;
    display: inline-block;
  }
  section.footer {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .footer-links {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .colle-size-sec {
    padding-top: 55px;
    padding-bottom: 50px;
  }
	
	.page-blog h1.titolo{
	font-size: 32px !important;
}
	
	.catalog-form {
    padding: 20px;   
}
	
}
@media(max-width:540px) {
  .lista-catalogs ul li.uk-first-column {
    width: 100%;
  }
}
@media(max-width:1025px) {	
	.pdf-icon img {
    width: 36px;
    padding: 0px !important;
}	
.collections-grid .anteprima-news{
		    padding: 60px 0;
	}
}

@media(min-width:767px) and (max-width:1025px) {
.collections-grid > * {
    width: 50%;
}
.collections-grid .anteprima-news .wrapperImg {
    max-width: 400px;
    width: 100%;
}
.collections-grid .anteprima-news img {
    padding: 0 20px;
}
}

.page-blog .mainMenu .testi {
    margin: 0;
    width: 100%;
}


.entry-box-country{
     display: flex;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    gap: 10px;
}
.width-country-code {
    display: flex;
    box-sizing: border-box;
    max-width: 30%;
    width: 30%;
}
.width-phone {
    display: flex;
    box-sizing: border-box;
    max-width: 70%;
    width: 70%;
}
