:root {
	--moniz-primary: #F9B233; /* #fd9b00;*/
	--moniz-primary-rgb: 253, 155, 0;

    --moniz-black: #1c2b51;
    --moniz-black-rgb: 28, 43, 81;

    --moniz-gray: #768194;
    --moniz-gray-rgb: 118, 129, 148;
    --moniz-gray-light: #929baa;

    --moniz-black-dark: #141f3a;
}


/* aggiungo margine quando c'è hastag e scrollo */
@media (min-width: 992px){
    html { scroll-padding-top: 120px; }
}



/* doppiozero */
.padding-general{
    padding:120px 0;
}
.text-bold{
    font-weight: 700;
}
.line-height-normalized{
    line-height: 1.3;
}
.bg-doublecolor-vertical{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+70,ffffff+70,ffffff+100 */
    background: #f1f1f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f5 0%, #f1f1f5 85%, #ffffff 85%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f1f1f5 0%,#f1f1f5 85%,#ffffff 85%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f1f1f5 0%,#f1f1f5 85%,#ffffff 85%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bg-doublecolor-transparent{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+70,ffffff+70,ffffff+100 */
    background: #f1f1f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f5 0%, #f1f1f5 70%, transparent 70%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f1f1f5 0%,#f1f1f5 70%,transparent 70%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f1f1f5 0%,#f1f1f5 70%,transparent 70%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f5', endColorstr='transparent',GradientType=0 ); /* IE6-9 */
}
.bg-doublecolor-vertical-inverted{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #f1f1f5 45%, #f1f1f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 45%,#f1f1f5 45%,#f1f1f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 45%,#f1f1f5 45%,#f1f1f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 992px){
    .bg-half-inverted{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f1f1f5+50,ffffff+100,f1f1f5+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #f1f1f5 50%, #ffffff 100%, #f1f1f5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#f1f1f5 50%,#ffffff 100%,#f1f1f5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#f1f1f5 50%,#ffffff 100%,#f1f1f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f5',GradientType=1 ); /* IE6-9 */
    }
}
.bg-grey{
    background-color: #f1f1f5;
}


/* home */
@media (min-width: 576px) and (max-width: 767.98px){
    .core-prod{
        max-width: 510px;
    }
}
@media (min-width: 1600px) {
    .section-title__title2 {
        font-size: 46px;
        line-height: 58px;
    }
}


/* form */ 
.form-check-input{
    background-color: #f1f1f5;
}
.form-check-input:checked {
    background-color: var(--moniz-primary, orange);
    border-color: var(--moniz-primary, orange);
  }
.form-check-label{
    line-height: 1.4;
    font-size: .95rem;
}
.form-control::file-selector-button{
    padding: 1.5rem 1.5rem 1.5rem 2.25rem;
    margin: -.5rem 1rem -1.5rem -2rem;
    background-color: #f1f1f5;
    font-size: 14px;
    color: var(--moniz-gray, #717178);
}
.form-control[type="file"]{
     border-radius: 50px;
}


/* select delle lingue*/
.lang-dropdown .dropdown-toggle{
    text-transform: uppercase;
    color: white;
}
.stricky-fixed .lang-dropdown .dropdown-toggle{
    color: var(--moniz-black, #141f3a);
}
.lang-dropdown .dropdown-menu{
    min-width: 60px;
    left: -15px !important;
}
.lang-dropdown .dropdown-menu li{
    text-align: center;
}
.lang-dropdown .dropdown-menu li:hover{
    background: var(--moniz-primary,#F9B233);
}
.lang-dropdown .dropdown-menu li:hover .lang{
    color: white;
}
.lang{
    border: none;
    color: var(--moniz-black, #141f3a);
    background: transparent;
}
.lang-mobile li{
    display: inline-block;
}
.lang-mobile .lang{
    color: white;
    font-size: 14px;
}


/* freccia slider home disattivata */
.arrow-disabled{
    opacity: 0.3;
    cursor: default;
}


/* tabella comparison turbine */
.table-wrap{
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px){
    .table-wrap{
        padding: 30px;
    }
}
.table-turbines{
    vertical-align: middle;
    color: var(--moniz-black, #1c2b51);
}
.table-turbines thead, .table-turbines .thead{
    
}
.table-turbines thead, .table-turbines .thead p{
    font-weight: 600;
    line-height: 1.3;
}
.table-turbines thead img, .table-turbines .thead img{
    max-width: 150px;
    display: block;
    margin-bottom: 12px;
}
.table-turbines .table__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 300px;
}
.table-turbines .table__feature img, .oem-table__feature img{
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.table-turbines .table__feature p, .oem-table__feature p{
    font-weight: 600;
    margin-bottom: 0;
}
.table-turbines td{
    line-height: normal;
}
.table__feature_border{
    border-bottom: 1px solid #eaeaea;
}
.table-turbines a{
    color: var(--moniz-primary, orange);
    font-weight: 600;
    transition: all .5s ease;
}
.table-turbines a:hover{
    color: var(--moniz-black, #141f3a);
    transition: all .5s ease;
}
@media (max-width: 992px){
    .cart-table .table-turbines td::before{
        margin-bottom: 0;
    }
    .cart-table .table-turbines tr{
        padding-top: 30px;
    }
    .table-turbines .table__feature, .table-turbines td .oem-table__feature p{
        color: var(--moniz-primary, orange);
    }
}


/* Singolo prodotto */
#galleryTopPrev, #galleryTopNext{
    color: var(--moniz-primary, orange);
}
#galleryThumbPrev, #galleryThumbNext{
    color: var(--moniz-primary, orange);
    --swiper-navigation-size: 20px;
    left: auto;
    right: 0;
}
#galleryThumbPrev{
    left: auto;
    right: 0;
}
#galleryThumbNext{
    left: 0;
    right: auto;
}

#open3Dbtn{
    transition: .5s ease;
    transform: rotate(0deg);
    transform-origin: center center;
    z-index: 100;
    top:-30px; left: -30px; width: 100px; height: 100px; border:0; background: transparent; cursor: pointer;
}
#open3Dbtn:hover{
    transform: rotate(90deg);
}

@media (max-width: 991.98px){
    #modal3D .modal-fullscreen-lg-down{
        height: auto;
    }
}


#btnOffcanvas{
    position: fixed; bottom: 40px; left:0; width: 160px; transform: translateX(-160px);transition: all .5s ease;z-index: 200; background: #F9B233; border: 0; font-weight: 700; padding: 16px 32px 16px 16px; border-radius: 0 50px 50px 0; font-size: 15px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
#btnOffcanvas:hover{
   background-color: var(--moniz-black, #1c2b51);
}
.offcanvas-body .shop-one__item{
    visibility: visible !important;
}
.offcanvas-body .shop-one__title{
    font-size: 14px;
}
 @media (min-width: 992px){
    .offcanvas-body .shop-one__title{
        font-size: 20px;
    }
}

/* compare - products */
.shop-one__compare{
    position: absolute;
    top:0;
    right: 16px;
    font-size: 24px;
    background-color: transparent;
    border: none;
    line-height: 16px;
    color: var(--moniz-primary, orange);
}
.shop-one__compare:hover{
    color: var(--moniz-black, #1c2b51);
}

.addToCompare{
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    text-decoration: underline;
    color: var(--moniz-black,#141f3a );
    border:0;
    top: -4px;
    font-weight: 600;
    position: relative;
}
.addToCompare:hover{
    text-decoration: none;
}
.addToCompare:before{
    content: "+ ";
}
.comparePanle{
    position: fixed;
    bottom: 0;
    width:100vw;
    left:-1px;
    display: none;
    z-index: 200;
    background-color: var(--moniz-black,#141f3a );
    color: white;
}
.comparePanle img{
    background-color: white;
}
.warningModal{
    position: absolute;
    width: auto !important;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.selectProduct.selected{
    border-style:solid !important;
    border-color:#e4e4ea !important;
    border-width:thin !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.selectedItemCloseBtn{
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.selectedItemCloseBtn:hover{
    color: var(--moniz-primary, orange);
}
.contentPop{
    width: 90%;
    margin-left: 5%;
    height: 80%;
}
.cmprBtn[disabled]{
    opacity: .5;
}
.rotateBtn:before{
    content: "- "
}
/* .cart-table table td{
    color: var(--moniz-gray, #717178);
} */
.cart-table table td.text-bold{
    color: var(--moniz-black, #141f3a);
}
.cart-table table td.row-title{
    color: var(--moniz-black, #141f3a);
    text-transform: uppercase;
}
@media (max-width: 991.98px){
    .cart-table table td{
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        color: var(--moniz-gray, #717178);
    }
    .cart-table table td p{
        text-align: left;
    }
    .cart-table table td.row-title{
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        font-size: 20px;
        border-bottom: 1px solid #eaeaea;
        display: flex;
        margin-bottom: 10px;
        color: var(--moniz-primary, orange);
    }
}

@media (min-width: 992px){
    .cart-table table td.row-title{
        text-align: start;
        justify-content: start;
    }
}
.w3-closebtn:hover{
    color: white;
    opacity: .7;
}
.w3-modal{z-index:200;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4); z-index: 9999; padding-top: 30px;padding-bottom: 100px;}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.contentPop{background: white; height: auto;}
.compareThumb{
    height: 150px;
}
.table-compare{
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.table-compare>:not(caption)>*>*{
    padding: 1rem;
}
.row-title{
    font-weight: bold;
}
.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.w3-closetable {
    text-decoration: none;
    float: right;
    font-size: 35px;
    position: relative;
top: -20px;
}
.w3-container{padding:0.01em 16px}
.w3-container:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after,.w3-btn-bar:before,.w3-btn-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}


/* slider pagina prodotti */
.swiper-bg{
    width: 50vw; 
    height: 100%; 
    background: white; 
    left: 50%; 
    top: 0
}
.swiper-bg .swiper-slide{
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

/* accessories */
.compatible-turbine__content{
    border-radius: 10px;
    border: 1px solid #e4e4ea;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(241, 73, 73, 0.15);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
          transition: .5s ease;
}
.compatible-turbine__content:hover{
    border: 1px solid var(--moniz-primary, orange);
    transition: .5s ease;
}
@media (min-width: 768px){
    .compatible-turbine__content{
        min-height: 315px;
    }
}
@media (min-width: 992px){
    .compatible-turbine__content{
        min-height: 335px;
    }
}
@media (min-width: 992px){
    .compatible-turbine__content{
        min-height: 335px;
    }
}
@media (min-width: 1200px){
    .compatible-turbine__content{
        min-height: 360px;
    }
}


/* white papers */
.paper-data{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.paper-title{
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.paper-author, .paper-author p{
    line-height: 1.3;
}


/* certificati */
.certificate{
    background-color: white;
}
.certificate path{
    transition: .5s ease;
}
.certificate:hover path{
    fill: white;
    transition: .5s ease;
}


/* pagina contact */
#infoWindowHeader{
    font-size: 22px;
    margin-bottom: 10px;
}


/* pagination news */
.pagination .icon-left-arrow, .pagination .icon-right-arrow{
    background-color: #f1f1f5;
    color: var(--moniz-black, #1e1e22);
    transition: all .5s ease;
    border-radius: 30px;
}
.pagination a:hover .icon-left-arrow, .pagination a:hover .icon-right-arrow{
    background-color:  var(--moniz-primary, orange);
    transition: all .5s ease;
}


.blog-details__swiper{
    --swiper-theme-color: var(--moniz-primary, orange);
}
.blog-details__swiper #swiper{
     border-radius: 10px;
} 
.blog-details__swiper .swiper-pagination-bullet{
    margin: 0 3px;
    width: 10px;
    height: 10px;
} 
.blog-details__swiper .swiper-pagination-bullet-active{
    background-color: var(--moniz-primary, orange);
}
.blog-details__content img{
    border-radius: 10px;
}
.blog-details__content iframe{
    border-radius: 10px;
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
}


/* pagina download pdf */
.download-box{
    border: 1px solid transparent; 
    border-radius: 10px;
    transition: all .5s ease;
}
.download-box:hover{
    border: 1px solid #e4e4ea;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    transition: all .5s ease;
}
.download-box h4{
    font-size: 20px;
    line-height: 1.3;
}
.download-box a{
    line-height: 1.3;
    margin-bottom: 16px;
    font-size: 16px;
    transition: all .5s ease;
}
.download-box a:hover{
    color: var(--moniz-primary, orange);
    transition: all .5s ease;
}


/* pagina testuale */
.textual-content h2{
    font-weight: 600;
    margin: 3rem 0 1.25rem;
}
.textual-content h3{
    font-weight: 600;
    margin: 2rem 0 1rem;
}
.textual-content h4{
    font-weight: 600;
    margin: 2rem 0 1rem;
}
.textual-content a{
    font-weight: 600;
    color: var(--moniz-primary, orange);
    transition: all .5s ease;
}
.textual-content a:hover{
    color: var(--moniz-black, #1c2b51);
    transition: all .5s ease;
}


/* slider cta in fondo */
.owl-cta .owl-stage {
    display: flex;
    align-items: center;
    margin-left: 3px;
}


/* modals */
.modal-dialog{
    margin-top: -50px;
}
.modal-title {
    font-weight: 700;
}
.modal-header{
    border-bottom: 0;
}
.modal-footer{
    border-top: 0;
}
.modal-footer .thm-btn{
    line-height: 1.2;
}


/* tooltip */
.tooltip{
    
}
.tooltip-inner{
    background-color: var(--moniz-black, #1c2b51);
}
.bs-tooltip-end .tooltip-arrow::before{
    border-right-color: var(--moniz-black, #1c2b51);
}



/* frecce owl */
.approach__carousel .owl-nav button.owl-prev, .approach__carousel .owl-nav button.owl-next, .portfolio-two__carousel .owl-nav button.owl-prev, .portfolio-two__carousel .owl-nav button.owl-next{
    background: var(--moniz-primary, orange);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    transition: all .5s ease;
}
.approach__carousel .owl-nav button.owl-prev:hover, .approach__carousel .owl-nav button.owl-next:hover{
    background: white;
}
.portfolio-two__carousel .owl-nav button.owl-prev:hover, .portfolio-two__carousel .owl-nav button.owl-next:hover{
    background: var(--moniz-black, #141f3a );
}
.approach__carousel .owl-nav button.owl-prev:hover .icon-left-arrow, .owl-carousel .owl-nav button.owl-next:hover .icon-right-arrow{
   color: var(--moniz-black, #141f3a );
}
.approach__carousel .owl-nav{
    position: absolute;
    width: 120px;
    bottom: 0;
    left: calc(50% - 60px);
}
.portfolio-two__carousel .owl-nav{
    position: absolute;
    width: 120px;
    bottom: -70px;
    left: calc(50% - 60px);
}
@media (min-width: 576px){
    .approach__carousel .owl-nav, .portfolio-two__carousel .owl-nav{
        left: 195px;
    }
}
@media (min-width: 768px){
    .approach__carousel .owl-nav, .portfolio-two__carousel .owl-nav{
        left: 285px;
    }
}
@media (min-width: 768px){
    .approach__carousel .owl-nav, .portfolio-two__carousel .owl-nav{
        left: 285px;
    }
}
@media (min-width: 992px){
    .approach__carousel .owl-nav, .portfolio-two__carousel .owl-nav{
        left: 405px;
    }
}
@media (min-width: 1200px){
    .approach__carousel .owl-nav, .portfolio-two__carousel .owl-nav{
        left: 525px;
    }
}
.approach__carousel .owl-nav .icon-left-arrow, .approach__carousel .owl-nav .icon-right-arrow, .portfolio-two__carousel .owl-nav .icon-left-arrow, .portfolio-two__carousel .owl-nav .icon-right-arrow{
    color: white;
}


/* dashboard */
.divider{
    background-color: #1c2b51;
    opacity: 1;
    height: 2px;
}

.thm-btn--white {
    background-color: #e7e9ed;
    color: #1c2b51;
}
#dashboardLinkDownloadPDF .service-details__need-help-bg::before{
    border-radius: 0;
}




/* pagina warning */
.warning-img{
    max-width: 70%;
    margin: 0 auto;
}
@media (min-width: 768px){
    .warning-img{
        max-width: 530px;       
    }
}
.warning-img svg{
    transform-origin: 50% 57%; 
    -webkit-animation:spin 7s cubic-bezier(0.83, 0, 0.17, 1) infinite;
    -moz-animation:spin 7s cubic-bezier(0.83, 0, 0.17, 1) infinite;
    animation:spin 7s cubic-bezier(0.83, 0, 0.17, 1) infinite;
}
.warning-img #Turbine,.warning-img #Nr1{
    -webkit-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    -moz-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
}
.warning-img #Device, .warning-img #Nr2{
    -webkit-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    -moz-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
}
.warning-img #Software, .warning-img #Nr3{
    -webkit-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    -moz-animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
    animation:fadeSpin 7s cubic-bezier(0.64, 0, 0.78, 0) infinite;
}

@-webkit-keyframes spin { 
    75% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(-360deg);}
}
@keyframes spin { 
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-360deg);}
}
@-webkit-keyframes fadeSpin { 
    0% { opacity: 1; }
    42% { opacity: 1; }
    74% {opacity: 0; }
}
@keyframes fadeSpin { 
    0% { opacity: 1; }
    42% { opacity: 1; }
    74% {opacity: 0; }
}
.warning-note{
    line-height: 1.5;
    font-size: .875rem;
    opacity: .7;
}
.product-warning .warning-img{
    max-width: 80px;
    margin: 0 auto 0 0;
}